git clone https://github.com/heathsanchez/mathgraph.git
cd mathgraphpython scripts/run_release_check.py --quickpython scripts/run_public_demo.py --out-dir demo_outpython scripts/run_public_demo.py \
--allow-execution \
--allow-missing-verifier \
--accept-verified-entries-in-memory \
--out-dir demo_outpython scripts/run_colab_testdrive.py --use-current-checkout --quick-smokepython scripts/run_real_mathlib_demo.py --ensure-examples
python scripts/run_real_mathlib_demo.py --config examples/real_mathlib_demo/curated_real_mathlib_demo_config.example.json --project-root /path/to/local/mathlibThe command is local-path-only and skips cleanly when no project path is available.
Optional selected-module verification:
python scripts/run_mathlib_module_verification.py --use-synthetic-request --project-root examples/mathlib_micro_subset
python scripts/run_real_mathlib_demo.py --project-root /path/to/mathlib4 --run-module-verification --execution-mode lake-env-lean --allow-execution --allow-missing-verifierUse lake env lean mode for real Mathlib/Lake projects. Raw Lean mode is mainly
for synthetic or simple projects.
CLI success is not proof. Demo success is not proof. Only verifier, trusted importer, finite validator, or chain audit evidence promotes truth.