fix(docs): standardize sync branch name and daemon syntax (GH#376)
- Replace beads-metadata with beads-sync throughout docs (matches code default and internal examples) - Fix bd daemon start → bd daemon --start (correct flag syntax) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -365,7 +365,7 @@ Controls for the sync branch workflow (see docs/PROTECTED_BRANCHES.md):
|
||||
|
||||
```bash
|
||||
# Configure sync branch (required for protected branch workflow)
|
||||
bd config set sync.branch beads-metadata
|
||||
bd config set sync.branch beads-sync
|
||||
|
||||
# Enable mass deletion protection (optional, default: false)
|
||||
# When enabled, if >50% of issues vanish during a merge AND more than 5
|
||||
|
||||
Reference in New Issue
Block a user