You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| "Every important solver" |59 backends; 37`suggest_tactics` stubs; 49`search_theorems` stubs |**65 backends, every one with real `suggest_tactics` (GNN‑ranked top‑k) and `search_theorems` (queries Verisim by `goal_hash`) — no `Ok(vec![])` returns anywhere**|
107
+
| "Every important solver" |**128 ProverKind variants** (89 external prover bindings + 39 TypeChecker disciplines routed through TypedWasm); **5`suggest_tactics` stubs**; **72`search_theorems` stubs**|**All variants with real `suggest_tactics` (GNN‑ranked top‑k) and `search_theorems` (queries Verisim by `goal_hash`) — no `Ok(vec![])` returns anywhere**|
108
108
| "Vocab at 2.5 M" | 255 K |**~1 M canonical tokens** after Mathport + Iris + VST + Flyspeck + HoTT absorption, with **online growth** adding tokens during training |
109
109
| "Chapel fully supported" | 2 files, POC only |**`dispatch.rs` picks Chapel‑parallel dispatch by config**; runtime init + cancellation + error propagation wired; ≥1 OoM speedup on portfolio solves |
110
110
| "Cap'n Proto serialisation" | 0 `.capnp` files |**`crates/echidna-wire/`** contains schemas for ProofState / Goal / Tactic / EmbeddingRequest / RankingResponse; IPC on :8090 is Cap'n Proto; JSON retained only as debug fallback |
| "100 K+ per prover" | Uneven; long tail <20 K |**Top 15 provers ≥ 100 K records each**; next 20 ≥ 25 K each; bottom 10 synthetically augmented to ≥ 10 K; `stats_UNIFIED.json` reports the distribution publicly |
117
117
| "Panic‑attacked" | No fuzz infra |**`benches/panic_attack/`** with proptest + AFL++ harnesses covering every parser, FFI boundary, IPC schema; nightly CI ≥ 1 h; zero known panic paths |
118
-
| "Prover count" |59 real, 105 declared |**`ProverKind`= 65 variants, every one factory‑dispatched**; CLAUDE.md states the canonical count; no orphans |
118
+
| "Prover count" |**128 declared, all 128 factory‑dispatched** (no orphans, verified 2026‑04‑27) |**`ProverKind`≥ 65 variants, every one factory‑dispatched**; CLAUDE.md states the canonical count; no orphans — **target met and exceeded**|
119
119
120
120
## 4. Current sprint — "the smallest set that flips half the table"
121
121
122
122
Five concrete commitments. Landed together inside ~6 weeks they move
123
123
"Every important solver", "Vocab", "Prover count", half of "100 K+",
0 commit comments