Beads (bd) Issue Tracking
This project uses Beads (bd) for issue tracking.
Core rules
- Track ALL work in bd (never use markdown TODOs or comment-based task lists).
- Use
bd readyto find available work. - Use
bd createto track new issues/tasks/bugs. - Use
bd syncat end of session to sync with git remote. - Git hooks auto-sync on commit/merge.
Quick reference
bd onboard # Get started / load workflow context
bd prime # Load complete workflow docs (AI-optimized)
bd ready # Show issues ready to work (no blockers)
bd list --status=open # List all open issues
bd create --title="..." --type=task # Create new issue
bd show <id> # View issue details
bd update <id> --status=in_progress # Claim work
bd close <id> # Mark complete
bd dep add <issue> <depends-on> # Add dependency
bd sync # Sync with git remote
Workflow
- Check for ready work:
bd ready - Claim an issue:
bd update <id> --status=in_progress - Do the work
- Mark complete:
bd close <id> - Sync:
bd sync(or let git hooks handle it)
Context loading
- New to project: run
bd onboard - Full workflow docs: run
bd primefor AI-optimized context (~1–2k tokens)
For more: see AGENTS.md or bd --help.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.