All Files

Page 58 of 102 · 3,056 total files

loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-14T19:35:08.774Z **Total gates:** 5 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-17T06:54:35.900Z **Total gates:** 6 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-16T14:42:54.656Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-21T04:06:08.827Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-16T07:21:17.715Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-16T07:09:33.260Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-15T04:07:25.255Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-15T01:30:46.662Z **Total gates:** 3 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-19T23:52:23.605Z **Total gates:** 5 **LLM available:** yes **CONFLICT verdicts:*…

MD19 lines389 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-16T07:52:27.509Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderdoc

Gate Analysis

# Gate Analysis **Timestamp:** 2026-07-16T03:30:12.225Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…

MD11 lines177 bytes
loom-builderspec

Gate Analyzer

{ "id": "gate-analyzer", "purpose": "Preflight gate analyzer: every dispatch's validation gates reviewed for unneces…

{}38 lines2,155 bytes
loom-builderprompt

Gate Analyzer

# Task: Gate Analyzer — every dispatch's gates reviewed for unnecessary complexity BEFORE the executor runs ## FLEET QU…

MD68 lines4,753 bytes
loom-buildersource

Gate Analyzer

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

TS573 lines18,277 bytes
loom-builderspec

Gate Analyzer Fix

{ "id": "gate-analyzer-fix", "purpose": "Surgical follow-up to gate-analyzer: implementation + 8 tests exist; fix re…

{}33 lines1,703 bytes
loom-builderprompt

Gate Analyzer Fix

# Task: Finish gate-analyzer — fix remaining typecheck errors (follow-up, implementation exists) ## CONTEXT Previous ru…

MD30 lines2,160 bytes
loom-buildertest

Gate Analyzer.Test

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

TS546 lines19,035 bytes
loom-buildersource

Gate Escalation

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

TS295 lines9,472 bytes
loom-builderspec

Gate Escalation Loop

{ "id": "gate-escalation-loop", "purpose": "loom-builder: 3 consecutive failures of same gate auto-triggers diagnost…

{}63 lines2,387 bytes
loom-builderprompt

Gate Escalation Loop

# Task: Gate Escalation Loop — 3 consecutive failures triggers diagnostic interrogation ## FLEET QUERY FIRST Before wri…

MD80 lines5,846 bytes
loom-buildertest

Gate Escalation.Test

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

TS373 lines15,237 bytes
loom-buildersource

Gate Integrity

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

TS137 lines5,182 bytes
loom-buildersource

Gate Manifest

#!/usr/bin/env python3 """gate_manifest.py — single hashing authority for the gate governance system. Every component (…

PY264 lines10,973 bytes
loom-buildersource

Gate Packs

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

TS126 lines4,537 bytes
loom-buildertest

Gate Packs.Test

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

TS101 lines3,739 bytes
loom-buildersource

Gates

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

TS174 lines6,717 bytes
loom-builderspec

Gates V1 Scoped Versioned

{ "id": "gates-v1-scoped-versioned", "promptFile": "/home/mikes/leverage-loops-projects/loom-builder/prompts/gates-v…

{}17 lines1,545 bytes
loom-builderprompt

Gates V1 Scoped Versioned

# Task: loom-builder gates round 2 — versioned, scoped gate packs ## PURPOSE (INVARIANT) Round 1 landed the token-cliff…

MD54 lines3,964 bytes
loom-builderspec

Gates V1.1 Exit Matrix

{ "id": "gates-v1.1-exit-matrix", "promptFile": "/home/mikes/leverage-loops-projects/loom-builder/prompts/gates-v1.1…

{}21 lines2,050 bytes
loom-builderprompt

Gates V1.1 Exit Matrix

# Task: gates v1.1 — exit-code retry matrix + preflight hardening (loom-builder) ## PURPOSE (INVARIANT) Kill three stru…

MD49 lines4,615 bytes