Commit c2621d9
docs(echidna-bridge): log drift from upstream echidna ProverKind expansion
ECHIDNA commit 8f573f1 (2026-04-17) expanded `ProverKind` from 30 to ~68
variants (28 new `*TypeChecker` suffixes: Ordinary, Phantom, Polymorphic,
Existential, HigherKinded, Row, Subtyping, Intersection, Union, Gradual,
Hoare, Indexed, Linear, Affine, Relevant, Ordered, Uniqueness, Immutable,
Capability, Bunched, Temporal, Provability, Impure, Coeffect, Probabilistic,
Dyadic, Homotopy, Cubical).
`protocol-squisher-echidna-bridge` carries a MIRROR enum (not a path dep),
so compilation is unaffected. Non-exhaustive matches in `goal_generator.rs`
absorb unknown variants via `_ =>` fallback, so the drift is semantic only
(new provers get the generic comment-goal instead of prover-specific syntax).
Build + 21/21 bridge unit tests pass post-audit. Extending the mirror (or
switching to a path dep) is deferred to phase 2 per WIRE-EVERYTHING caveat
on non-breaking drift.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 245a372 commit c2621d9
2 files changed
Lines changed: 31 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
29 | 42 | | |
30 | 43 | | |
31 | 44 | | |
32 | 45 | | |
33 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
34 | 49 | | |
35 | 50 | | |
36 | 51 | | |
37 | | - | |
38 | | - | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | | - | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
17 | 28 | | |
18 | 29 | | |
19 | 30 | | |
| |||
0 commit comments