|
| 1 | +# AGENTS.md |
| 2 | + |
| 3 | +## Applies to |
| 4 | + |
| 5 | +This card applies to `Agents-of-Abyss/evals/` and every file below it. |
| 6 | + |
| 7 | +## Role |
| 8 | + |
| 9 | +This skeleton port captures center-local eval pressure before it is accepted, |
| 10 | +rejected, or normalized by `aoa-evals`. |
| 11 | + |
| 12 | +`aoa-evals` owns central verdict, scoring, regression, and proof doctrine |
| 13 | +authority. This port owns only center-local intake, cases, fixtures, suites, |
| 14 | +reports, and source refs. |
| 15 | + |
| 16 | +## Read before editing |
| 17 | + |
| 18 | +Read the root `AGENTS.md`, then this card, `README.md`, `PORT.yaml`, and the |
| 19 | +nearest intake, suites, or reports surface you will touch. For central proof |
| 20 | +adoption rules, read the local eval-port standard in `aoa-evals`. |
| 21 | + |
| 22 | +## Boundaries |
| 23 | + |
| 24 | +- Keep ecosystem identity, layer map, federation rules, and center direction in |
| 25 | + `Agents-of-Abyss`. |
| 26 | +- Keep proof doctrine, verdicts, scoring, and regression authority in |
| 27 | + `aoa-evals`. |
| 28 | +- Do not treat an intake packet as proof acceptance or a central eval verdict. |
| 29 | +- Do not place private traces, secrets, or unreduced operator evidence here. |
| 30 | + |
| 31 | +## Validation |
| 32 | + |
| 33 | +```bash |
| 34 | +python ../aoa-evals/scripts/validate_local_eval_port.py --target-root . |
| 35 | +``` |
| 36 | + |
| 37 | +## Closeout |
| 38 | + |
| 39 | +Report changed eval surfaces, current `PORT.yaml` status, validation run, any |
| 40 | +skipped central proof adoption, and the next route into `aoa-evals` when needed. |
0 commit comments