All Files
Page 58 of 102 · 3,056 total files
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-14T19:35:08.774Z **Total gates:** 5 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-17T06:54:35.900Z **Total gates:** 6 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-16T14:42:54.656Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-21T04:06:08.827Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-16T07:21:17.715Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-16T07:09:33.260Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-15T04:07:25.255Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-15T01:30:46.662Z **Total gates:** 3 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-19T23:52:23.605Z **Total gates:** 5 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-16T07:52:27.509Z **Total gates:** 4 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-16T03:30:12.225Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analyzer
{ "id": "gate-analyzer", "purpose": "Preflight gate analyzer: every dispatch's validation gates reviewed for unneces…
Gate Analyzer
# Task: Gate Analyzer — every dispatch's gates reviewed for unnecessary complexity BEFORE the executor runs ## FLEET QU…
Gate Analyzer
/** * gate-analyzer — preflight gate complexity review. * * Runs on EVERY dispatch after spec lint, before the execut…
Gate Analyzer Fix
{ "id": "gate-analyzer-fix", "purpose": "Surgical follow-up to gate-analyzer: implementation + 8 tests exist; fix re…
Gate Analyzer Fix
# Task: Finish gate-analyzer — fix remaining typecheck errors (follow-up, implementation exists) ## CONTEXT Previous ru…
Gate Analyzer.Test
import { describe, expect, test, mock, beforeEach } from "bun:test"; import type { DispatchSpec, ValidationCmd, GateAnal…
Gate Escalation
/** * gate-escalation — consecutive-failure tracking and diagnostic interrogation. * * When the same validation gate …
Gate Escalation Loop
{ "id": "gate-escalation-loop", "purpose": "loom-builder: 3 consecutive failures of same gate auto-triggers diagnost…
Gate Escalation Loop
# Task: Gate Escalation Loop — 3 consecutive failures triggers diagnostic interrogation ## FLEET QUERY FIRST Before wri…
Gate Escalation.Test
import { describe, expect, test } from "bun:test"; import { GateEscalationTracker, buildDiagnosticPrompt, parseDia…
Gate Integrity
/** * gate-integrity.ts — Layer 1 runtime enforcement (A13 / N15 / N16). * * Verifies a spec's pinned gate reference …
Gate Manifest
#!/usr/bin/env python3 """gate_manifest.py — single hashing authority for the gate governance system. Every component (…
Gate Packs
import { existsSync, readFileSync, statSync } from "node:fs"; import { join, resolve } from "node:path"; import type { V…
Gate Packs.Test
import { describe, test, expect } from "bun:test"; import { loadGatePack, resolvePackValidation, staleDigestGuard,…
Gates
import { createHash } from "node:crypto"; import { GateHaltError, type HaltReason, type ValidationCmd } from "./types.js…
Gates V1 Scoped Versioned
{ "id": "gates-v1-scoped-versioned", "promptFile": "/home/mikes/leverage-loops-projects/loom-builder/prompts/gates-v…
Gates V1 Scoped Versioned
# Task: loom-builder gates round 2 — versioned, scoped gate packs ## PURPOSE (INVARIANT) Round 1 landed the token-cliff…
Gates V1.1 Exit Matrix
{ "id": "gates-v1.1-exit-matrix", "promptFile": "/home/mikes/leverage-loops-projects/loom-builder/prompts/gates-v1.1…
Gates V1.1 Exit Matrix
# Task: gates v1.1 — exit-code retry matrix + preflight hardening (loom-builder) ## PURPOSE (INVARIANT) Kill three stru…