All Files
Page 92 of 102 · 3,056 total files
Default
{ "scope": "default", "description": "Base gate pack v1.1.1: RESULT: PASS grep + stale-digest mtime guard (v1.1.1: v…
Dispatch
#!/usr/bin/env bash # loom-builder-sol dispatch wrapper — isolated instance for openai-codex/sol models. # Usage: /home/…
Dispatch Archive
/** * dispatch-archive — THE single source of truth for the Dispatch Artifact Contract. * * Contract (see /home/mikes…
Dispatch Archive.Test
/** * Structural proof of the Dispatch Artifact Contract across paths. * Asserts: on BOTH normal completion AND a SIGT…
Executor Model Cards
# EXECUTOR MODEL CARDS — handout for orchestrator agents You are an orchestrator (glm-5.2 / kimi-k2.7-code). **Delegate…
Exit Matrix
/** * Exit-code retry matrix — maps process outcomes to verdicts. * * Bug fixed: executor exit -1 previously could re…
Exit Matrix.Test
import { describe, test, expect } from "bun:test"; import { exitToVerdict, isRetryable, canBeDone, retryBackoffMs } from…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-17T23:37:35.443Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-18T00:07:50.982Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-17T23:12:25.415Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-18T00:06:06.769Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analysis
# Gate Analysis **Timestamp:** 2026-07-18T00:02:42.702Z **Total gates:** 2 **LLM available:** yes **CONFLICT verdicts:*…
Gate Analyzer
/** * gate-analyzer — preflight gate complexity review. * * Runs on EVERY dispatch after spec lint, before the execut…
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.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.Test
import { describe, expect, test } from "bun:test"; import { BudgetGovernor, LoopDetector, actionHash, canonicalJ…
Governance
# Gate Governance (Phase 0) **Rule N15**: a gate pack file under `gates/v*/` is IMMUTABLE once it appears in `gates/MAN…
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…
Hardening Report Universal Artifact Contract 2026 06 17.Md.Meta
{ "title": "Hardening report — Universal Dispatch Artifact Contract", "created": "2026-06-17", "author": "Claude O…
Hubcli
{ "scope": "hubcli", "description": "Fidelity gates for hubcli corpus porting: pytest, retention/structure counts on…
Hubcli
{ "scope": "hubcli", "description": "Fidelity gates for hubcli corpus porting: pytest, retention/structure counts on…
Hubcli
{ "scope": "hubcli", "description": "Fidelity gates for hubcli corpus porting: pytest, retention/structure counts on…
Import Lesson
/** * import-lesson.ts — reads enforcement artifacts from pi-cybernetic's file-based * queue and applies them to loom-…
Import Lesson.Test
/** * Tests for import-lesson.ts — the bridge from pi-cybernetic enforcement * artifacts to loom-builder's gate govern…