Dispatch Scripts
5 files
loom-builderscript
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-buildersource
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-buildertest
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-buildersource
Gate Manifest
#!/usr/bin/env python3 """gate_manifest.py — single hashing authority for the gate governance system. Every component (…
PY264 lines10,973 bytes
loom-buildersource
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