#script

16 files tagged script.

pi-cyberneticscript

Bootstrap

#!/usr/bin/env bash # bootstrap.sh — install Phase 0 gate governance into a target repo. # # Usage: ./bootstrap.sh /hom…

SH104 lines4,432 bytes
loom-builderscript

Review

#!/usr/bin/env bash # loom-builder review.sh — commit-pinned Gemini review of a sprint diff. # Round-1 lesson: reviews a…

SH51 lines2,127 bytes
loom-builderscript

Run Graphify

#!/bin/bash PYTHON="" GRAPHIFY_BIN=$(which graphify 2>/dev/null) if [ -z "$PYTHON" ] && command -v uv >/dev/null 2>&1; t…

SH38 lines1,608 bytes
loom-builderscript

Dispatch

#!/usr/bin/env bash # loom-builder dispatch wrapper — injects API keys, runs one spec, prints digest path. # Usage: /hom…

SH49 lines2,563 bytes
loom-builderscript

Validate Categorization

#!/usr/bin/env bash # Deterministic quality gate for artifact categorization. # Exit 0 = PASS, exit 1 = FAIL. No LLM nee…

SH123 lines3,603 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-builder-solscript

Review

#!/usr/bin/env bash # loom-builder review.sh — commit-pinned Gemini review of a sprint diff. # Round-1 lesson: reviews a…

SH51 lines2,127 bytes
loom-builder-solscript

Run Graphify

#!/bin/bash PYTHON="" GRAPHIFY_BIN=$(which graphify 2>/dev/null) if [ -z "$PYTHON" ] && command -v uv >/dev/null 2>&1; t…

SH38 lines1,608 bytes
loom-builder-solscript

Dispatch

#!/usr/bin/env bash # loom-builder-sol dispatch wrapper — isolated instance for openai-codex/sol models. # Usage: /home/…

SH49 lines2,564 bytes
loom-builder-solscript

Validate Categorization

#!/usr/bin/env bash # Deterministic quality gate for artifact categorization. # Exit 0 = PASS, exit 1 = FAIL. No LLM nee…

SH123 lines3,603 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
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