Commit 8f3b783
feat(batch_driver): add agda, idris2, acl2, vampire runners
Expand direct-prover invocation set from 3 to 7. Each runner shells out
to the real binary and interprets exit status (or SZS output in Vampire's
case) into success/failure/timeout/unknown.
run_agda : cd + agda <file> (module name = filename)
run_idris2 : cd + idris2 --check (module resolution)
run_acl2 : printf :q\\n(exit)\\n | cat file - | acl2
run_vampire : parses "% SZS status Theorem|Unsatisfiable" from output
Active targets in this pass: z3, coq, lean, agda, idris2 (5 provers).
Deferred (runners present, env missing):
acl2 — /usr/local/bin/acl2 is a podman wrapper that hangs pulling
rubengamboa/acl2:latest; needs native install
vampire — installed, but our repos have no clean TPTP corpus
(.p files under external_corpora/tptp/ are HTML dumps)
Agda + Idris2 targets mostly fail because their source files assume
project/stdlib context not present at file-level invocation — agda-stdlib
symbols (ℕ, _≡_) unavailable, Idris2 project-relative imports unresolved.
Failures are legitimate: CI without those setups would also fail.
First real PROVEN certificate minted with expanded runner set:
safety/z3: status=proven, rate=0.952 (20/21), meeting τ≥0.80 ∧ n≥20.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d72883f commit 8f3b783
1 file changed
Lines changed: 91 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
45 | 65 | | |
46 | 66 | | |
47 | 67 | | |
| |||
119 | 139 | | |
120 | 140 | | |
121 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
122 | 205 | | |
123 | 206 | | |
124 | 207 | | |
125 | 208 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
130 | 217 | | |
131 | 218 | | |
132 | 219 | | |
| |||
0 commit comments