#bash
16 files tagged bash.
Bootstrap
#!/usr/bin/env bash # bootstrap.sh — install Phase 0 gate governance into a target repo. # # Usage: ./bootstrap.sh /hom…
Review
#!/usr/bin/env bash # loom-builder review.sh — commit-pinned Gemini review of a sprint diff. # Round-1 lesson: reviews a…
Run Graphify
#!/bin/bash PYTHON="" GRAPHIFY_BIN=$(which graphify 2>/dev/null) if [ -z "$PYTHON" ] && command -v uv >/dev/null 2>&1; t…
Dispatch
#!/usr/bin/env bash # loom-builder dispatch wrapper — injects API keys, runs one spec, prints digest path. # Usage: /hom…
Validate Categorization
#!/usr/bin/env bash # Deterministic quality gate for artifact categorization. # Exit 0 = PASS, exit 1 = FAIL. No LLM nee…
Verify Run
#!/usr/bin/env bash # verify-run.sh — verify a loom-builder run directory. # Usage: scripts/verify-run.sh <runDir> # Exi…
Review
#!/usr/bin/env bash # loom-builder review.sh — commit-pinned Gemini review of a sprint diff. # Round-1 lesson: reviews a…
Run Graphify
#!/bin/bash PYTHON="" GRAPHIFY_BIN=$(which graphify 2>/dev/null) if [ -z "$PYTHON" ] && command -v uv >/dev/null 2>&1; t…
Dispatch
#!/usr/bin/env bash # loom-builder-sol dispatch wrapper — isolated instance for openai-codex/sol models. # Usage: /home/…
Validate Categorization
#!/usr/bin/env bash # Deterministic quality gate for artifact categorization. # Exit 0 = PASS, exit 1 = FAIL. No LLM nee…
Verify Run
#!/usr/bin/env bash # verify-run.sh — verify a loom-builder run directory. # Usage: scripts/verify-run.sh <runDir> # Exi…
Deploy B3
#!/usr/bin/env bash # B3 deploy sequence for codemode-gateway (snippet store + codemode.run). # Authorized reversible ve…
Deploy Info 2026 07 11
#!/usr/bin/env bash # Focused deploy for the GET / info-endpoint addition (codemode-gateway). # # This is the B6 deploy …
Deploy B6
#!/usr/bin/env bash # B6 deploy sequence for codemode-gateway (D1 persistence layer: db + scrape). # Authorized reversib…
Deploy B2
#!/usr/bin/env bash # B2 deploy sequence for codemode-gateway. # Authorized reversible versioned Worker update (per disp…
Verify B2
#!/usr/bin/env bash # B2 live self-verification for codemode-gateway. Never prints the token. set -euo pipefail set -a; …