Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 726 Bytes

File metadata and controls

32 lines (18 loc) · 726 Bytes

Agent Instructions

Agent skills

Issue tracker

Issues live as local markdown files under .scratch/. See docs/agents/issue-tracker.md.

Triage labels

Default canonical labels (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix). See docs/agents/triage-labels.md.

Domain docs

Single-context repo — one CONTEXT.md + docs/adr/ at the repo root. See docs/agents/domain.md.

Testing

Integration tests in tests/ as a module tree:

  • tests/cli/ — CLI tests
  • tests/tui/ — TUI snapshot tests

When touching test files, read tests/AGENTS.md for conventions.

Code quality

Before ending agent session, run:

  • cargo fmt
  • cargo clippy
  • cargo test