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:
+1
-1
@@ -36,7 +36,7 @@ bd runs a background daemon per workspace for auto-sync, RPC operations, and rea
|
||||
|
||||
**Enable daemon in worktrees:** Configure sync-branch to safely use daemon across all worktrees:
|
||||
```bash
|
||||
bd config set sync-branch beads-metadata
|
||||
bd config set sync-branch beads-sync
|
||||
```
|
||||
|
||||
With sync-branch configured, daemon commits to a dedicated branch using an internal worktree, so your current branch is never affected. See [WORKTREES.md](WORKTREES.md) for details.
|
||||
|
||||
Reference in New Issue
Block a user