Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 708 Bytes

File metadata and controls

29 lines (22 loc) · 708 Bytes

AGENTS.md

Issue Tracking

This project uses Beads — AI-native issue tracking (git-native JSON format).

Quick Reference

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 JSONL

Landing the Plane

Before 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.