All Files

Page 92 of 102 · 3,056 total files

loom-builder-solconfig

Default

{ "scope": "default", "description": "Base gate pack v1.1.1: RESULT: PASS grep + stale-digest mtime guard (v1.1.1: v…

{}24 lines1,093 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-solsource

Dispatch Archive

/** * dispatch-archive — THE single source of truth for the Dispatch Artifact Contract. * * Contract (see /home/mikes…

TS172 lines6,375 bytes
loom-builder-soltest

Dispatch Archive.Test

/** * Structural proof of the Dispatch Artifact Contract across paths. * Asserts: on BOTH normal completion AND a SIGT…

TS87 lines3,621 bytes
loom-builder-soldoc

Executor Model Cards

# EXECUTOR MODEL CARDS — handout for orchestrator agents You are an orchestrator (glm-5.2 / kimi-k2.7-code). **Delegate…

MD37 lines2,851 bytes
loom-builder-solsource

Exit Matrix

/** * Exit-code retry matrix — maps process outcomes to verdicts. * * Bug fixed: executor exit -1 previously could re…

TS71 lines2,575 bytes
loom-builder-soltest

Exit Matrix.Test

import { describe, test, expect } from "bun:test"; import { exitToVerdict, isRetryable, canBeDone, retryBackoffMs } from…

TS154 lines5,568 bytes
loom-builder-soldoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-17T23:37:35.443Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builder-soldoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-18T00:07:50.982Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builder-soldoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-17T23:12:25.415Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builder-soldoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-18T00:06:06.769Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builder-soldoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-18T00:02:42.702Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builder-solsource

Gate Analyzer

/** * gate-analyzer — preflight gate complexity review. * * Runs on EVERY dispatch after spec lint, before the execut…

TS571 lines18,199 bytes
loom-builder-soltest

Gate Analyzer.Test

import { describe, expect, test, mock, beforeEach } from "bun:test"; import type { DispatchSpec, ValidationCmd, GateAnal…

TS546 lines19,035 bytes
loom-builder-solsource

Gate Escalation

/** * gate-escalation — consecutive-failure tracking and diagnostic interrogation. * * When the same validation gate …

TS295 lines9,472 bytes
loom-builder-soltest

Gate Escalation.Test

import { describe, expect, test } from "bun:test"; import { GateEscalationTracker, buildDiagnosticPrompt, parseDia…

TS373 lines15,237 bytes
loom-builder-solsource

Gate Integrity

/** * gate-integrity.ts — Layer 1 runtime enforcement (A13 / N15 / N16). * * Verifies a spec's pinned gate reference …

TS137 lines5,182 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

Gate Packs

import { existsSync, readFileSync, statSync } from "node:fs"; import { join, resolve } from "node:path"; import type { V…

TS126 lines4,537 bytes
loom-builder-soltest

Gate Packs.Test

import { describe, test, expect } from "bun:test"; import { loadGatePack, resolvePackValidation, staleDigestGuard,…

TS101 lines3,739 bytes
loom-builder-solsource

Gates

import { createHash } from "node:crypto"; import { GateHaltError, type HaltReason, type ValidationCmd } from "./types.js…

TS174 lines6,717 bytes
loom-builder-soltest

Gates.Test

import { describe, expect, test } from "bun:test"; import { BudgetGovernor, LoopDetector, actionHash, canonicalJ…

TS175 lines6,688 bytes
loom-builder-soldoc

Governance

# Gate Governance (Phase 0) **Rule N15**: a gate pack file under `gates/v*/` is IMMUTABLE once it appears in `gates/MAN…

MD48 lines1,879 bytes
loom-builder-soldoc

Hardening Report Universal Artifact Contract 2026 06 17

--- title: "Hardening report — Universal Dispatch Artifact Contract" date: 2026-06-17 author: Claude (Opus 4.8), Operati…

MD74 lines4,740 bytes
loom-builder-solconfig

Hardening Report Universal Artifact Contract 2026 06 17.Md.Meta

{ "title": "Hardening report — Universal Dispatch Artifact Contract", "created": "2026-06-17", "author": "Claude O…

{}18 lines754 bytes
loom-builder-solconfig

Hubcli

{ "scope": "hubcli", "description": "Fidelity gates for hubcli corpus porting: pytest, retention/structure counts on…

{}23 lines692 bytes
loom-builder-solconfig

Hubcli

{ "scope": "hubcli", "description": "Fidelity gates for hubcli corpus porting: pytest, retention/structure counts on…

{}23 lines692 bytes
loom-builder-solconfig

Hubcli

{ "scope": "hubcli", "description": "Fidelity gates for hubcli corpus porting: pytest, retention/structure counts on…

{}23 lines692 bytes
loom-builder-solsource

Import Lesson

/** * import-lesson.ts — reads enforcement artifacts from pi-cybernetic's file-based * queue and applies them to loom-…

TS456 lines14,814 bytes
loom-builder-soltest

Import Lesson.Test

/** * Tests for import-lesson.ts — the bridge from pi-cybernetic enforcement * artifacts to loom-builder's gate govern…

TS343 lines11,737 bytes