
beads-session-sync
Flush and sync Beads changes to git (export/commit/pull/import/push)
作者 dikini|オープンソース
Beads: session sync
When to use
Use this at the end of any session where Beads tasks are changed.
This follows Beads upstream agent workflow guidance: bd sync forces an immediate flush of pending changes and synchronizes with the remote.
Procedure
- Run:
bd sync
- Confirm:
- command succeeded (exit code 0)
- repo state is clean (
git statusshows no Beads JSONL changes pending)
Notes
- If your environment requires explicit git push, Beads'
bd syncshould handle it; if it fails, report the failure clearly and stop.