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
fix(ci): apply cargo fmt (Rust CI red on main) + drop stale verisim TODO note (#305)
## Summary
- Rust CI on main is red **solely** on `cargo fmt --check` (run
28736074839). This applies rustfmt output: mechanical line-wraps of the
`gnn_augment_tactics` call site across 62 prover backends plus
`src/interfaces/graphql/{resolvers,schema}.rs`.
- Removes the stale `docs/handover/TODO.md` entry claiming `--features
verisim` fails with 22 errors — `cargo check --lib --features verisim`
now compiles clean (0 errors, 6m02s). Closes#245.
## Why it matters
The L3→L1 Cap'n Proto hand-off gate (TODO.md P-gates) requires Tier-1
green on main for ≥7 days; this fmt red was blocking that clock from
starting.
## Verification
- `cargo fmt --check` clean after change
- `cargo check --lib` clean (formatting-only Rust changes)
Closes#245
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
-**HP type-checker ecosystem backends** — 13 corpus-only provers (KatagoriaVerifier, Modal/Session/Choreographic/Epistemic/Refinement/Echo/Dependent/QTT/Effect-Row/Tropical/TypeLL etc.) need Rust backends shelling out to the HP stack (Ephapax, Wokelang, AffineScript) — corpus contributes to vocab/training only until backends wire up dispatch.
169
169
-**CR-1..CR-10 cross-repo tests** from standards `TESTING-TAXONOMY.adoc` — notably CR-2 foreign-enum exhaustive-match lint, CR-3 FFI roundtrip over all variants, CR-6 upstream-HEAD sentinel.
170
-
-**`verisim` feature compile errors** — `cargo check --lib --features verisim` fails with 22 errors (missing `warn` import, unresolved `Goal`/`theorem`, private-field access in `VeriSimDBClient`). Unrelated to main build; gate off by default.
171
170
-**Remaining CI infra failures** — Mirror to Git Forges Radicle SSH key unset; Instant Sync `.git-private-farm` bad credentials. Tokens human-owned — see `YOUR-ACTIONS-todo.md §0c`.
0 commit comments