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
docs(state): record L3 Wave-2 landing + Wave-3 handover hints
Session entry session-2026-04-19-l3-wave-2 captures what was wired in
8bbde25 (Tier-2 provisioning commands + 2 new Rust tests) and lists the
remaining work per wave so the next agent doesn't have to re-derive it:
- Wave-1: DONE (9 Tier-1 backends, 45a7a95).
- Wave-2: DONE for 9; hol-light deferred.
- Wave-3: scaffold only — 9 Tier-3 backends need per-backend
Containerfiles. Handover hints added for each.
- Wave-4: scaffold only — 19 Tier-4 backends retained as mock-only.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .machine_readable/6a2/STATE.a2ml
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -632,3 +632,28 @@ remaining-gaps = [
632
632
"Real-Chapel CI path — chapel-ci.yml currently tests against stubs only; no job yet builds real libechidna_chapel and links it with -Dstubs=false. Easy follow-up.",
633
633
]
634
634
635
+
[session-2026-04-19-l3-wave-2]
636
+
summary = "L3 Wave-2 (Tier-2 nightly) live-prover provisioning filled in; 2 new live tests added."
637
+
changes = [
638
+
".github/workflows/live-provers.yml Tier-2 matrix: real provisioning commands for idris2 (source bootstrap against Chez Scheme), isabelle (Isabelle2024 tarball), dafny (dotnet tool install), fstar (GitHub release tarball; binary fstar.exe even on Linux), tlaps (self-extracting tlapm installer). hol-light deferred to Wave-3 container path — no prebuilt binary and opam build is ~20 min + camlp5.",
639
+
"tests/live_prover_suite.rs: added live_fstar_version + live_tlaps_version tests; extended kind_label with FStar/TLAPS; added library_paths to live_config's ProverConfig literal (missing field had silently broken the test file build).",
640
+
"Verification: cargo test --test live_prover_suite --features live-provers → 18/18 pass. 13 backends returned real versions on this host (Z3 4.13.4, CVC5 1.3.3, EProver 3.3.1, Alt-Ergo 2.4.3, Why3 1.8.2, Vampire 5.0.1, Dafny 4.11.0, Isabelle2025-1, Idris2 0.8.0, F* 2025.12.15, Coq, Agda, Lean4); 5 auto-skipped (GLPK/SPASS/MiniZinc/TLAPS/Chuffed).",
641
+
]
642
+
l3-status-after-wave-2 = [
643
+
"Wave-1 (Tier-1, every PR, 9 backends): DONE — landed in b022bf4.",
644
+
"Wave-2 (Tier-2, nightly, 10 backends): DONE for 9; hol-light deferred to Wave-3.",
0 commit comments