Commit c90d270
feat(echidnabot+retrain): wire VeriSimDB dogfood loop end-to-end
- echidnabot check: add --slug flag + VeriSimWriter recording so ad-hoc
file checks (not just webhook jobs) also populate proof_attempts
- verisim_writer: fix timestamp format to milliseconds without Z suffix
(ClickHouse DateTime64(3) rejects trailing Z and nanosecond precision)
- retrain_from_verisim.jl: fix three syntax bugs found during live run:
* @info line-continuation with subscript args → split into two @info calls
* grow_vocab called with keyword arg max_vocab= → positional arg
* lpad(epoch,3)/epochs string interpolation fix (was dividing String by Int)
- models/: retrained artefacts from 1233 real proof_attempts rows
(13 prover classes, 422-word vocab, 53.7% training accuracy)
Dogfood: echidnabot verified echidna's own Lean4 ConfidenceLattice.lean
(success) and Agda/Coq proofs (failure — provers not locally installed).
All 4 attempts landed in ClickHouse with correct millisecond timestamps.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent bdaf6f4 commit c90d270
6 files changed
Lines changed: 741 additions & 30 deletions
File tree
- echidnabot/src
- models
- src/julia
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| |||
131 | 137 | | |
132 | 138 | | |
133 | 139 | | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
136 | | - | |
| 143 | + | |
137 | 144 | | |
138 | 145 | | |
139 | 146 | | |
| |||
250 | 257 | | |
251 | 258 | | |
252 | 259 | | |
253 | | - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
254 | 267 | | |
255 | 268 | | |
256 | 269 | | |
| |||
268 | 281 | | |
269 | 282 | | |
270 | 283 | | |
271 | | - | |
272 | | - | |
273 | | - | |
| 284 | + | |
274 | 285 | | |
275 | 286 | | |
276 | 287 | | |
| |||
283 | 294 | | |
284 | 295 | | |
285 | 296 | | |
| 297 | + | |
286 | 298 | | |
287 | 299 | | |
288 | 300 | | |
| |||
299 | 311 | | |
300 | 312 | | |
301 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
302 | 330 | | |
303 | 331 | | |
304 | 332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments