Commit 2a43dff
docs(verisimdb): clarify ProverKind is proven-domain, not an echidna mirror
Echidna ProverKind drift audit 2026-04-17 (echidna commit 8f573f1 expanded
its own enum from 30 → ~68 variants with 28 new *TypeChecker suffixes).
VeriSimDB's `ProverKind` in `verisim-semantic/src/proven_bridge.rs` is NOT
a mirror of echidna's dispatcher backend list — it is a proven-library
certificate-domain enum with 6 variants (Z3, Lean, Coq, Agda, Idris2,
Custom(String)) recording which prover produced a given `ProvenCertificate`.
No path dep on echidna, no action required. Build + 53/53 verisim-semantic
tests pass post-audit. Added a doc comment on the enum to prevent future
confusion with echidna's upstream list, and a session-history entry in
STATE.a2ml.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d6bc7f9 commit 2a43dff
2 files changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| |||
0 commit comments