Commit 58a19b5
authored
## Summary
Replaces the thin index in
[#37](#37) with a
substantive classification under the
[standards#203](https://github.com/hyperpolymath/standards/blob/main/docs/TRUSTED-BASE-REDUCTION-POLICY.adoc)
trusted-base reduction policy schema.
**Corrects the marker count** (#37 said "3 escape hatches"; actual is
**1**). Classifies the single hatch:
- **(a) DISCHARGED**: none
- **(b) BUDGETED**: none
- **(c) NECESSARY AXIOM**: `proofs/BetLang.lean:392`
`substTop_preserves_typing` — classical substitution lemma over de
Bruijn substitution. Cited from Pierce TAPL Ch. 6 + Software Foundations
Vol 2 + Programming Language Foundations in Agda. Promotion path
documented per [PR
#27](#27).
- **(d) DEBT**: none
The repo has **zero `sorry`** declarations. The author's in-file framing
at `BetLang.lean:387-391` already distinguishes this as an explicit
axiom rather than a proof hole; the (c) classification formalises that
disposition under the estate-wide policy schema.
## Why supersede #37
PR #37's index says "3 escape hatches" (wrong — only 1 axiom), and
defers all classification to a stub `PROOF-NEEDS.md` pointer without
actually doing the work. This PR does the substantive classification per
the policy schema.
After this PR merges,
[#37](#37) should be closed
as superseded.
## Format choice
`.adoc` per estate-wide convention ("All docs must be `.adoc` except
GitHub-required files" — standards CLAUDE.md). The policy itself allows
`.md` or `.adoc`.
## Test plan
- [x] AsciiDoc renders on GitHub
- [x] GPG-signed commit (key `4A03639C…2867091E`, noreply email)
- [x] Auto-merge SQUASH enabled
- [ ] CI baseline-rot (Test on Racket 8.11/8.12/current, Code Quality,
governance/Workflow-security-linter, governance/Language-anti-pattern)
is pre-existing on `main` — same failures present on `#37` and on
`main`'s latest commit `6702d2d`. Not introduced by this PR.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent ca68fad commit 58a19b5
1 file changed
Lines changed: 84 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
0 commit comments