Commit 38802f8
committed
docs(manifest): replace stale "67/67 Qed" claim with honest proof-debt pointer
The CORE INVARIANTS section in 0-AI-MANIFEST.a2ml claimed "All proofs
MUST remain closed (67/67 Qed)" — false as of mid-2026:
- formal/Semantics.v `preservation` is Admitted (provably FALSE per
Counterexample.v's 3 Qed lemmas).
- formal/Semantics_L1.v carries 4+ admits + 1 Admitted Lemma
region_liveness_at_split_l1_gen (post-#181) + 1 Admitted
preservation_l1.
The trusted-base reduction policy (standards#203) is the canonical
enforcement mechanism — every escape hatch is enumerated by
file:line in docs/proof-debt.adoc. Replace the 67/67 number with a
pointer to that mechanism, and strengthen the rule: ANY new escape
hatch must be enumerated in docs/proof-debt.adoc before the
trusted-base CI check will pass.
Refs PR #176 (L2 hybrid), PR #181 (Axiom→Lemma), PR #164 (proof-debt
seed), standards#203.1 parent a54ecb7 commit 38802f8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments