This project uses Beads — AI-native issue tracking (git-native JSON format).
bd ready # Find available work
bd show <id> # Review issue details
bd update <id> --status=in_progress # Claim it
bd close <id> # Mark complete
bd sync --flush-only # Export to JSONLBefore marking work complete, run:
[ ] All modified crates pass: cargo clippy -p <crate> -- -D warnings
[ ] All modified crates pass: cargo nextest run -p <crate>
[ ] cargo fmt --workspace passes
[ ] bd close <id1> <id2> ...
[ ] bd sync --flush-only
[ ] git push
Work is NOT complete until git push succeeds.