All Files

Page 94 of 102 · 3,056 total files

loom-builder-solsource

Purpose

import type { DispatchSpec } from "./types.js"; export const PURPOSE_HEADER = "## PURPOSE (INVARIANT — restated verbati…

TS12 lines418 bytes
loom-builder-soltest

Purpose.Test

import { describe, expect, test } from "bun:test"; import { injectPurpose, purposeBlock } from "./purpose.js"; describe…

TS21 lines824 bytes
loom-builder-soldoc

Readme

# loom-builder Dispatch system for agent pipelines (pi/Claude/Gemini orchestration). ## Gate packs (versioned, scoped …

MD83 lines2,027 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-solsource

Run

/** * loom-builder — homeostatic dispatch harness. * Runs one DispatchSpec: agent loop (pi-coding-agent SDK) under har…

TS532 lines23,100 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-solconfig

Settings

{ "hooks": { "PreToolUse": [ { "matcher": "Edit|Write|MultiEdit|NotebookEdit|Bash", "hooks":…

{}16 lines304 bytes
loom-builder-solspec

Smoke

{ "id": "smoke", "promptFile": "prompts/smoke.md", "purpose": "Smoke test for loom-builder-sol isolation. Write a …

{}14 lines476 bytes
loom-builder-solprompt

Smoke

# Smoke Test — loom-builder-sol Write the file `/tmp/loom-sol-smoke.txt` with the exact content: ``` sol-ok ``` Nothi…

MD10 lines171 bytes
loom-builder-solsource

Spec Lint

/** * Spec-schema lint — validates DispatchSpec at preflight before dispatch. * * Checks: * - Unknown top-level keys…

TS234 lines7,585 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

Trace

import { appendFileSync, mkdirSync } from "node:fs"; import { dirname } from "node:path"; import type { TraceEvent } fro…

TS20 lines806 bytes
loom-builder-solconfig

Tsconfig

{ "compilerOptions": { // Environment setup & latest features "lib": ["ESNext"], "target": "ESNext", "…

{}31 lines764 bytes
loom-builder-solsource

Types

/** Contract types for loom-builder dispatches. */ export interface ModelRef { provider: string; id: string; } exp…

TS186 lines6,050 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
loom-sprint-scaffoldsource

0001 Init

-- LOOM 0001_init — 7 core tables + FTS5 + append-only enforcement. -- Identical on local workerd (--local) and edge D1 …

SQL101 lines4,113 bytes
loom-sprint-scaffolddoc

2026 06 10 120524 Proceed This Is Where We Left Off

▐▛███▜▌ Claude Code v2.1.170 ▝▜█████▛▘ Fable 5 · Claude Pro ▘▘ ▝▝ ~/leverage-loops-projects/loom-sprint-scaffold…

TXT750 lines38,174 bytes
loom-sprint-scaffolddoc

2026 06 10 123000 Review Agent Logic Full

▐▛███▜▌ Claude Code v2.1.170 ▝▜█████▛▘ Fable 5 · Claude Pro ▘▘ ▝▝ ~/leverage-loops-projects/loom-sprint-scaffold…

TXT1,023 lines50,089 bytes
loom-sprint-scaffoldsource

Ack Gate

/** * H3.1 — Ack Gate: wrap every tool result with obs_hash; enforce that the * NEXT assistant turn begins with `<ack …

TS94 lines2,810 bytes
loom-sprint-scaffoldtest

Ack Gate.Test

/** * Tests for ack-gate (H3.1). * * Proves: * - wrapResult produces deterministic hex hash from tool result * - ch…

TS162 lines5,577 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
loom-sprint-scaffoldsource

Budget Governor

/** * H3.6 — Budget Governor: hard caps B_tokens / B_calls / B_wallclock_ms from * the envelope. Breach → graceful sus…

TS142 lines3,640 bytes
loom-sprint-scaffoldtest

Budget Governor.Test

/** * Tests for budget-governor (H3.6). * * Proves: * - all 3 hard cap types (calls, tokens, wallclock) are enforced…

TS190 lines6,388 bytes
loom-sprint-scaffoldtest

Chaos Scenarios

/** * Shared chaos scenario runners used by both chaos.test.ts and * no-silent-failure.test.ts. Lives outside *.test.t…

TS76 lines2,999 bytes
loom-sprint-scaffoldtest

Chaos.Test

/** * Chaos Tests — fault injection, one scenario per test. * * Five scenarios: * 1. dropped-tool-result — ack gat…

TS253 lines10,016 bytes
loom-sprint-scaffoldsource

Checkpoint

/** * H1.1 + H1.4 — The alarm-tick sequence: assemble current GoalState, * evaluate active stage done-criteria predica…

TS299 lines9,633 bytes
loom-sprint-scaffoldtest

Checkpoint.Test

/** * Tests for CheckpointEngine (H1.1 + H1.4). * * Proves: * - scripted fake stage results drive fail_streak to EXA…

TS386 lines13,178 bytes
loom-sprint-scaffoldtest

Codegen

/** * Golden goal: codegen — multi-stage code-generation goal. * * All stages pass done-criteria; the goal completes …

TS82 lines2,789 bytes