Skip to content

Commit f0950de

Browse files
chore(echidnabot): add spark to secondary_languages (#294)
Adds `spark` to `.echidnabot.toml` secondary_languages per the standing estate rust/SPARK pairing rule. Audit note: SPARK was never present in this list (original omission, not bot drift — verified via `git log -S`). Part of 2026-07-01 completion-plan Phase 0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent a9632ce commit f0950de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.echidnabot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type = "formal-verification"
1212
[architecture]
1313
enforcement_level = "normal"
1414
primary_language = "rust" # Core prover backends
15-
secondary_languages = ["julia", "rescript", "idris2", "chapel"]
15+
secondary_languages = ["julia", "rescript", "idris2", "chapel", "spark"]
1616

1717
[provers]
1818
# ECHIDNA is self-hosting - can verify its own Idris2 ABI definitions

0 commit comments

Comments
 (0)