Agent Instructions
This project uses bd (beads) for issue tracking. Run bd onboard to get started.
Quick Reference
bd ready # Find available work
bd show <id> # View issue details
bd update <id> --status in_progress # Claim work
bd close <id> # Complete work
bd sync # Sync with git
Session Completion Checklist
Before ending a session, let's make sure everything is synced and ready for next time! 💜
Workflow:
- Create issues for remaining work - Anything that needs follow-up gets a task
- Run quality checks (if code changed) - Tests, linters, builds
- Update task status - Close finished work, update in-progress items
- Sync everything:
git pull --rebase bd sync git push git status # Should show "up to date with origin" - Clean up - Clear stashes, prune remote branches if needed
- Verify - All changes committed and pushed
- Hand off - Leave notes for next session
Important Notes:
- Work persists across sessions when pushed to remote
- If push fails, resolve conflicts and retry
- Beads syncs with git, so everything stays coordinated
luna note: luna love u very much <3