Commit 7bf3680
docs(proof-status): correct stale preservation/progress claims (#87)
## Summary
`PROOF-NEEDS.md` and `ROADMAP.adoc` both claimed `formal/Semantics.v`'s
`preservation` proof was still `Admitted` and `progress` was at "92%".
Direct verification disagrees:
- `preservation` is closed at `Qed` (since 2026-04-27 — see in-file
proof-status comment at `formal/Semantics.v` L3328: *"FULLY CLOSED. Zero
Admitted. ... preservation: Qed (S_Region_Step+T_Region_Active closed by
in_dec on r ∈ R')"*).
- `grep -c "Admitted\." formal/Semantics.v` returns 1, but that match is
inside the proof-status comment, not an actual Coq tactic — zero
proof-level Admitted remain in this file.
- `progress` is **not** at 92%; the owner already flagged on
standards#134 that it was deleted in the substitution-semantics rewrite
(current = 0%, not formalised in this tree).
Folded in: ROADMAP's Idris2 status now records the 2026-05-19 addition
of `splitLinearCoverage` (PR #85), which closed the proof-debt P0 the
owner flagged on standards#134.
## Test plan
- [x] No `.v` / `.idr` files touched — build state unaffected.
- [x] Verified `preservation Qed` via direct file read (L3207 `Theorem
preservation`, L3327 `Qed.`, L3328 status comment).
- [x] Verified `progress` is absent in current `formal/Semantics.v` (no
`Theorem progress` / `Lemma progress` matches).
- [x] Diff is doc-only, 2 files: `PROOF-NEEDS.md`, `ROADMAP.adoc`.
## Refs
`Refs hyperpolymath/standards#134` — addresses the *stale-docs* item in
the owner's 2026-05-XX reconciliation comment. Remaining OWED items (14
missing SPDX, CI version mismatch, `%default partial` modules, no idris2
CI gate, no SPARK seam) are out of scope for this sweep — most are
owner-gated or out of the arm's title scope ("Rust/SPARK
NON-COMPLIANT").
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 017a2f7 commit 7bf3680
2 files changed
Lines changed: 18 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
51 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
84 | | - | |
85 | | - | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
0 commit comments