You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): make the LSP/DAP/BSP gate real + policy-compliant
The "ABI Specification Check (Idris2)" job never ran Idris2 — it only grepped,
and the grep matched each abi/README.adoc's own "Zero believe_me..." prose, so
the gate red-flagged every run (it broke #196's CI). The Zig install curled
ziglang.org/builds/...0.15.2 (the nightly dir, not releases) and died. The panel
check used python3 against the repo's no-Python policy.
- abi-check: scope the banned-axiom grep to *.idr (no more README false positive);
the full idris2 --check of every ABI is proofs.yml's job.
- ffi-build: replace the dead curl with goto-bus-stop/setup-zig at .tool-versions'
0.15.1, matching e2e.yml.
- panel-validation: python3 json.tool/json.load -> jq (no-Python policy).
- add timeout-minutes to all 4 jobs + a concurrency group.
Resolves several #199 items. Real proof verification lives in proofs.yml.
https://claude.ai/code/session_019tMcRS1Dm1nWjjYP4WvbJa
0 commit comments