Issues live as local markdown files under .scratch/. See docs/agents/issue-tracker.md.
Default canonical labels (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix). See docs/agents/triage-labels.md.
Single-context repo — one CONTEXT.md + docs/adr/ at the repo root. See docs/agents/domain.md.
Integration tests in tests/ as a module tree:
tests/cli/— CLI teststests/tui/— TUI snapshot tests
When touching test files, read tests/AGENTS.md for conventions.
Before ending agent session, run:
cargo fmtcargo clippycargo test