# AGENTS.md

Academic Research Skills for Claude Code: research → write → review → revise → finalize

## Setup

```
npm install
```

## Commands

```
pytest   # run the test suite
```

## Layout

- `scripts/` 425 source files
- `tools/`   4 source files
- `evals/`   3 source files
- `tests/`   3 source files
- `pi/`      2 source files
- `hooks/`   1 source file

## Conventions

- Tests live alongside the code they cover, following `docs/design/2026-04-29-ars-v3.6.7-downstream-agent-pattern-protection-spec.md`.
- CI defines what passing means. See `.github/workflows/changelog-covers-merges.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `scripts/test_dispatch_e4_panel.py` is 172KB. It will not fit comfortably in context, so read it in parts.
- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
