Commit 360ca7c
docs: enumerate exploratory truncation postulates in docs/proof-debt.md (#172)
## Summary
- Adds `docs/proof-debt.md` enumerating the repo's sole
soundness-relevant escape hatch under Disposition (c) NECESSARY AXIOM
- Closes the recurring `governance / Trusted-base reduction policy` red
check estate-wide (consistently failing on echo-types main + every PR
since policy adoption)
- No code changes, no new postulates, no `.trusted-base-ignore`
additions
## Background
Standards #211 estate-wide gate (`governance / Trusted-base reduction
policy`) requires every soundness-relevant escape hatch in a
proof-bearing repo to be either:
- (a) discharged (proof landed → entry removed),
- (b) budgeted (`TRUSTED:` inline + entry in `docs/proof-debt.md` §(b)),
- (c) necessary axiom (`AXIOM:` inline + entry in §(c)),
- (d) debt (deadline + owner in §(d)).
echo-types has exactly one such hatch: the four propositional-truncation
postulates in `EchoImageFactorizationPropPostulated.agda`. They are
already:
- explicitly scoped exploratory by the file preamble,
- allowed by `hypatia: allow code_safety/agda_postulate`,
- exempted in `tools/check-guardrails.sh`,
- classified Tier-2 in `docs/echo-types/echo-kernel-note.adoc`.
This PR just adds the canonical enumeration so the gate goes green for
all future PRs.
## Verification
```
$ bash /tmp/check-trusted-base.sh .
[INFO] Found 1 soundness-relevant escape hatch(es).
[OK] proof-debt document(s) found: docs/proof-debt.md
[OK] All 1 escape hatch(es) are documented.
```
## Test plan
- [x] `bash check-trusted-base.sh` passes locally
- [ ] `governance / Trusted-base reduction policy` green on this PR
- [ ] Auto-merge SQUASH armed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ed347df commit 360ca7c
1 file changed
Lines changed: 49 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 | + | |
0 commit comments