Dispatch Scripts Sol

5 files

loom-builder-solscript

Verify Run

#!/usr/bin/env bash # verify-run.sh — verify a loom-builder run directory. # Usage: scripts/verify-run.sh <runDir> # Exi…

SH80 lines2,593 bytes
loom-builder-solsource

Spec Lint Gates

#!/usr/bin/env python3 """spec_lint_gates.py — lint dispatch specs for gate governance (N16 + fidelity). Checks, per sp…

PY149 lines6,453 bytes
loom-builder-soltest

Test Gate Governance

#!/usr/bin/env python3 """test_gate_governance.py — N10 discipline applied to the governance system. Every enforcement …

PY238 lines11,790 bytes
loom-builder-solsource

Gate Manifest

#!/usr/bin/env python3 """gate_manifest.py — single hashing authority for the gate governance system. Every component (…

PY264 lines10,973 bytes
loom-builder-solsource

Cut Gate Version

#!/usr/bin/env python3 """cut_gate_version.py — the ONLY sanctioned way a gate pack changes (N15/N17). Creates gates/v<…

PY176 lines8,102 bytes