AGENTS.md@docs/standards · git:20260922.fda4299 · 2026-09-22 · sha256 0e491da719541d62

AGENTS.md@docs/standards git:20260922.fda4299A

Immutable. This exact content is served forever at /api/v1/blob/0e491da719541d62.

# docs/standards/ — repository standards

## Purpose

Normative standards for this repository: conventions that new code must
follow and that CI gates make load-bearing. A standard is authored from a
census (never invented), cites file:line evidence verified in-tree at
authoring time, and stays in sync with the gates that enforce it.

## Contents

- [composability.md](composability.md) — the five-seam composability
  standard: the five de-facto seams, tracked exceptions, the declared
  cross-repo consumer surfaces, and enforcement.

## Conventions

- Standards never claim a mechanism that is not landed in the tree.
- Every tracked exception carries a census ref (COMP id), a file:line site,
  and a fix direction; exceptions are never hidden in body text.
- Cross-repo custody wording defers to
  [docs/development/fep_lean_paired_revision.md](../development/fep_lean_paired_revision.md).

## Related

- [docs/decisions/AGENTS.md](../decisions/AGENTS.md) — architecture
  decision records index.