feat(fleet): scaffold the atom registry — classes, contract, worked example, AGENTS.md section

Closes erp#38 deliverables: fleet/ layout, atom.yaml schema documented
in fleet/README.md, 7 class skeletons per the PRD agent-catalog,
invoice-extract as the worked example (contract only — implementation
is erp#40), golden/ + profile/ stubs, AGENTS.md Fleet section with
freshness fixes (fleet/ no longer "not yet landed").

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
2026-07-15 18:38:08 +02:00
co-authored by Claude Fable 5
parent 3ad2d1df74
commit 96c594e0ce
14 changed files with 536 additions and 1 deletions
@@ -0,0 +1,8 @@
# invoice-extract/scripts — intentionally empty
The implementation — dual-run extraction drivers (M4 local ∥ Mistral API),
deterministic validators (arithmetic, rates, SIREN/IBAN checksums, dedupe,
provenance re-verification), the stubbed OCR fallback and the scoring hooks —
lands with [erp#40](https://gitea.arcodange.lab/arcodange-org/erp/issues/40).
This scaffold ships the contract only ([`../atom.yaml`](../atom.yaml)); do not
fake extraction code here.