#scripts

22 files tagged scripts.

pi-cyberneticsource

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
pi-cybernetictest

Test Gate Governance

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

PY238 lines11,790 bytes
pi-cyberneticsource

Gate Manifest

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

PY264 lines10,973 bytes
pi-cyberneticsource

Cut Gate Version

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

PY154 lines6,863 bytes
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
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
codemode-gatewayscript

Deploy B3

#!/usr/bin/env bash # B3 deploy sequence for codemode-gateway (snippet store + codemode.run). # Authorized reversible ve…

SH49 lines1,997 bytes
codemode-gatewayscript

Deploy Info 2026 07 11

#!/usr/bin/env bash # Focused deploy for the GET / info-endpoint addition (codemode-gateway). # # This is the B6 deploy …

SH53 lines2,203 bytes
codemode-gatewayscript

Deploy B6

#!/usr/bin/env bash # B6 deploy sequence for codemode-gateway (D1 persistence layer: db + scrape). # Authorized reversib…

SH58 lines2,472 bytes
codemode-gatewayscript

Deploy B2

#!/usr/bin/env bash # B2 deploy sequence for codemode-gateway. # Authorized reversible versioned Worker update (per disp…

SH46 lines1,776 bytes
codemode-gatewayscript

Verify B2

#!/usr/bin/env bash # B2 live self-verification for codemode-gateway. Never prints the token. set -euo pipefail set -a; …

SH43 lines1,444 bytes
codemode-gatewaysource

Scrape And Store

async () => { const md = await browser.markdown({ url: "https://example.com" }); const summary = await ai.generate({…

JS7 lines408 bytes
loom-sprint-scaffoldsource

Parity Check

#!/usr/bin/env bun /** * Parity Check — byte-stable decision log for LOOM monitor decision path. * * Replays a script…

TS170 lines6,075 bytes
loom-sprint-scaffoldsource

Approve Skills

#!/usr/bin/env bun /** * Approval CLI for skill proposals. * * This is OPERATOR TOOLING — a bun script, NOT workerd c…

TS233 lines7,435 bytes