Scripts

8 files

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