-
-
Notifications
You must be signed in to change notification settings - Fork 0
Verification
hyperpolymath edited this page Jul 7, 2026
·
1 revision
How to verify locally and what CI does.
The verification/ directory contains the top-level scripts.
# One-shot: install deps + run full verification
./verification/setup-and-verify.sh
# After deps are installed
./verification/run-local-verification.sh
# Just the proof suite
./verification/verify-proofs.shOr via Justfile recipes (more granular):
just build-all # everything
just build-coq # Coq only
just build-lean # Lean 4 only
just build-agda
just build-isabelle
just build-rescript
just verify # build + checkcd proofs/coq/common && coqc CNO.v
cd ../physics && coqc -R ../common CNO StatMech.v
coqc -R ../common CNO LandauerDerivation.v
cd ../quantum && coqc -R ../common CNO QuantumMechanicsExact.v
cd ../malbolge && coqc -R ../common CNO MalbolgeCore.vcd proofs/lean4 && lake buildcd proofs/agda && agda CNO.agdaidris2 --build absolute-zero-abi.ipkg(Standalone DivMod check, useful for the issue #27 surface:)
idris2 --check src/abi/Proofs/DivMod.idr| Workflow | What it does | Status check name |
|---|---|---|
rust-ci.yml |
cargo build --release, cargo audit, coverage |
build, security, coverage
|
rescript-deno-ci.yml |
deno lint, deno fmt --check, deno test, rescript build
|
build |
codeql.yml |
CodeQL static analysis | check |
secret-scanner.yml |
trufflehog + gitleaks | secrets |
language-policy.yml |
Block new banned-language files | check |
governance.yml |
Estate-wide reusable governance bundle | governance / * |
hypatia-scan.yml |
Neurosymbolic CI/CD scan | (comment-only) |
cflite_pr.yml |
ClusterFuzzLite (address sanitizer) | PR (address) |
scorecard.yml |
OpenSSF Scorecard | (badge) |
jekyll-gh-pages.yml |
Deploy homepage | (deploy) |
publish-container.yml |
Build + push container image | (release) |
Containerfile at root pins toolchain versions. Build:
podman build -t absolute-zero:verify -f Containerfile .
podman run --rm absolute-zero:verify just verify(Or docker in place of podman.)
See .machine_readable/descriptiles/STATE.a2ml
and PROOF-STATUS.adoc for live status. Summary: both
pillars verified across six provers + Idris — Coq 14/14, Lean+Mathlib green,
Agda (CNO+OND), Z3, Isabelle (AbsoluteZero-CNO), Mizar (CNO.miz empty .err),
Idris ABI builds clean. One-shot: proofs/verify-all-provers.sh →
ALL-PROVERS-GREEN.