fix(docs): remove stale --branch flag and SQLite refs from QUICKSTART (GH#2522)#2525
Merged
Merged
Conversation
af72705 to
22b6778
Compare
… (GH#2522) - Remove bd init --branch beads-sync (flag no longer exists) - Replace stale ~/.beads/default.db with correct .beads/dolt/ location - Add outdated-content disclaimer to Community Articles in ARTICLES.md Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019cde55-544a-701a-a0e2-c06dee329d6a
22b6778 to
be6af6e
Compare
gijoe88
pushed a commit
to gijoe88/beads
that referenced
this pull request
Mar 11, 2026
… (GH#2522) (gastownhall#2525) - Remove bd init --branch beads-sync (flag no longer exists) - Replace stale ~/.beads/default.db with correct .beads/dolt/ location - Add outdated-content disclaimer to Community Articles in ARTICLES.md Amp-Thread-ID: https://ampcode.com/threads/T-019cde55-544a-701a-a0e2-c06dee329d6a Co-authored-by: Amp <amp@example.com> Co-authored-by: Amp <amp@ampcode.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2522
Changes
bd init --branch beads-sync— the--branchflag no longer exists onbd init~/.beads/default.db) with correct Dolt path (.beads/dolt/)Context
helico-tech reported that onboarding docs reference commands/flags that no longer exist (
--branch,bd sync, SQLite paths), making it impossible for new users to get started.