# Verifier test — locate-test First run: erp#38 acceptance gate (Claude, 2026-07-15, PASS — evidence on the issue). Re-run on candidate runtimes for verifier admission (erp#63). ## Inputs | Document | Pinned source | | --- | --- | | `AGENTS.md` | the erp repo root, at the commit under test | The runtime gets the document content embedded in the prompt and **nothing else** — no repo access, no tools, no conversation history. ## Prompt (verbatim — do not paraphrase when re-running) > You are in the erp repo; using AGENTS.md alone, state where the atom registry, > the class skeletons and the environment rules live. `bin/run-verifier.sh locate ` assembles this prompt with the document appended under a `--- AGENTS.md ---` delimiter. ## Ground truth | Item | Correct answer | | --- | --- | | atom registry | `fleet/README.md` | | class skeletons | `fleet/classes/` (7 skeleton files) | | environment rules | the AGENTS.md **operating rules** section + `.claude/skills/dolibarr-sandbox-write/SKILL.md` | ## Pass rule PASS = all three locations correct (path-level; exact anchor wording not required; for environment rules both halves must appear). Judged by an independent context-free judge against this table — never by the session that produced the run.