← back to the landing page

Reproducibility bundle — scripts directory

21 target-blind verification scripts plus a top-level driver. Each script runs under the corpus's CFCA discipline; a green run is a consistency / structural check, not a proof of the theory. Several scripts are stubs-that-refuse (their deliverable is a fail-closed refusal that routes an owner-only physics act to Chris) and exit non-zero by design. Full one-line descriptions are in MANIFEST.md; output artifacts are under /scripts/outputs/.

Run them all: reproduce_all.py — the top-level driver. It runs every script in turn and prints PASS / REFUSED-by-design / FAIL per script plus a summary (it is self-contained and has no dependence on any /gut/scripts/ tree).

python reproduce_all.py — exits 0 when every script ran as intended; exits 1 only if a script genuinely fails (unexpected exit or uncaught exception). The two by-design non-zero exits (bg10_four_fix.py exit 2; strongcp_realizationB.py exit 1, a banked honest-negative) are reported distinctly and are not failures.

Driver & manifest

The 21 verification scripts