Commit 192a25a
docs(handover): correct B7 audit claim + add HP smoke fixtures + onboarding (closes B7) (#218)
## Summary
This PR **corrects a factual error** in the 2026-06-03 _"what stops
echidna from running proof work across the estate"_ audit. The B7 entry
said:
> _HP type-checker ecosystem (13 provers) corpus-only — Rust adapters
not scaffolded in `src/rust/provers/`._
That is wrong. The backends exist and are wired:
| File | Lines | What's there |
|---|---|---|
| `src/rust/provers/hp_ecosystem.rs` | 50-153 | `HPEcosystemBackend`:
full `ProverBackend` impl, parse_file / parse_string / apply_tactic /
verify_proof |
| `src/rust/provers/mod.rs` | 1774-1824 | `ProverFactory::create` routes
TypeLL + KatagoriaVerifier through `HPEcosystemBackend`, 39 other
`*TypeChecker` variants through `TypedWasmBackend::for_kind` |
| `tests/common/mod.rs` | 114, 185, 245 | HP-ecosystem dispatch already
special-cased in the smoke harness |
| `tests/gnn_augment_integration.rs` | 545 |
`test_hp_ecosystem_gnn_wires_top_premise` covers GNN wiring |
## What's actually outstanding
The audit's underlying intuition (estate proof work won't run end-to-end
on these provers) is correct, but the gap is downstream of the scaffold:
1. **Upstream binaries are not packaged** — `typell`, `katagoria`,
`tropical-type-check` aren't in any Containerfile or
`manifests/live-provers.scm`. CI runs get "binary not found" rather than
verify results.
2. **No smoke fixtures** for the three Tier-8-canonical provers (Echo,
Tropical, Kategoria). _Added here._
3. **No documented onboarding** for new HP disciplines, even though the
pattern is mechanical (~4 files). _Added here._
## What this PR delivers
- `docs/handover/B7-AUDIT-CORRECTION.md` — correction memo with
file:line evidence.
- `tests/fixtures/hp/echo_trivial.tll` — discipline `echo`, identity
goal.
- `tests/fixtures/hp/tropical_trivial.tll` — discipline `tropical`,
zero-cost identity.
- `tests/fixtures/hp/katagoria_trivial.k` — discipline `verify`,
identity isomorphism.
- `docs/HP-BACKEND-ONBOARDING.md` — step-by-step for adding a new HP
discipline, with line refs into the 4 files an author must touch.
## What this PR does NOT do
- Does not add stub backends (they exist; stubbing would regress).
- Does not package the upstream binaries (deferred to D18 / L3 gate
path).
- Does not extract per-discipline GNN training data (deferred — F26
TypeDiscipline Phase-2).
## Test plan
- [x] Three smoke fixtures parse as valid `#discipline:`-tagged source.
- [x] No code changes (docs + fixtures only), so no compile/test
regression possible.
- [ ] Owner reviews the correction and confirms B7 is now correctly
characterised.
## Estate context
This PR is **#4 of 5** in the C12/C14/C15/B7/D18 critical-blocker pass.
- C12 PR (echidnabot manifest):
hyperpolymath/echidnabot#84
- C14 PR (cross-repo proof DAG design):
#217
- C15 PR (gitbot-fleet hypatia wiring):
hyperpolymath/gitbot-fleet#257
- D18 PR (L3 gate checklist): queued
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 32ae572 commit 192a25a
6 files changed
Lines changed: 602 additions & 0 deletions
File tree
- docs
- architecture
- handover
- tests/fixtures/hp
| 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 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
0 commit comments