844 B
844 B
Agent Instructions
This project uses bd (beads) for issue tracking.
Run bd prime for workflow context, or install hooks (bd hooks install) for auto-injection.
Quick Reference
bd ready- Find unblocked workbd create "Title" --type task --priority 2- Create issuebd update <id> --status in_progress# Claim workbd close <id>- Complete workbd sync- Sync with git (run at session end)
Landing the Plane (Session Completion)
When ending a work session, you MUST complete ALL steps below.
MANDATORY WORKFLOW:
- File issues for remaining work - Create issues for anything that needs follow-up
- Run quality gates (if code changed) - Tests, linters, builds
- Update issue status - Close finished work, update in-progress items
- Hand off - Provide context for next session