Full Parity Governance
Full parity work must not allow placeholder behavior to pass as production. The
bounded governance gate records the current placeholder inventory, release
provenance, and schema rules used by the parity ledger.
Commands
Generate evidence:
make full-parity-governance
Check evidence:
make full-parity-governance-check
The check is safe for normal development. It does not run self-host, release,
compiler, runtime, or deployment gates.
Evidence Files
parity/production-evidence-schema.tsv: required fields for closed parity
rows.
parity/anti-placeholder-inventory.tsv: constructor-only, fake-adapter,
fixed-response, checker-owned, shim-owned, and unaudited release rows that
cannot be treated as production.
parity/release-provenance.tsv: artifact-to-source trace rows for release and
publication artifacts.
Release Rule
A row can be marked production-ready only when it is no longer listed as a
placeholder and when its parity row has complete source, command, test,
documentation, release, ADR/RFC, and evidence fields.
The final release discipline inventory includes
make full-parity-governance-check so this rule is checked before a covered
release can claim full parity.