Rules in committed files
CLAUDE.md
.claude/rules/git-workflow.md
.claude/rules/task-management.md
.claude/rules/architecture.md
.claude/rules/testing.md
A snippet from task-management.md:
Before any implementation:
1. `bd ready` — pick highest priority unblocked.
2. `bd update <id> --status=in_progress`.
3. `git worktree add ../neo-<issue>-<type> main -b <branch>`.
4. Implement, commit, push, PR.
5. `bd close <id>` after merge.
The agent reads it once per session. You don't repeat yourself.