All Files
Page 93 of 102 · 3,056 total files
Index
console.log("Hello via Bun!");
Integrationard Phase0 Gate Governance 2026 07 07
# Integration ARD: phase0-gate-governance → loom-builder + pi-cybernetic **Date:** 2026-07-07 **Author:** Read-only int…
Locked
# LOCKED marker — this version directory is immutable. # To make changes, copy v1.1.0/ to v1.2.0/ and edit the new direc…
Locked
# LOCKED marker — this version directory is immutable. # To make changes, copy v1.0.0/ to v1.1.0/ and edit the new direc…
Locked
# LOCKED marker — this version directory is immutable. # To make changes, copy v1.1.0/ to v1.2.0/ and edit the new direc…
Loom Realworld Test Report Cms V2 2026 06 10
# LOOM Real-World Test Report — LEVERAGEAI CMS v2 **Date:** 2026-06-10/11 · **Harness:** loom-builder (`dispatch.sh` → …
Loom Realworld Test Report Cms V2 2026 06 10.Md.Meta
{ "title": "LOOM Real-World Test Report — CMS v2", "category": "test-report", "properties": {"harness": "loom-buil…
Manifest
{ "specId": "docs-batch-002", "verdict": "COMPLETE", "status": "DONE", "model": "deepseek/deepseek-v4-flash", …
Manifest
{ "manifest_version": 2, "packs": { "v1.0.0/corpus-analysis": { "extends": "v1.0.0/default", "path":…
Manifest
{ "id": "smoke", "status": "DONE", "attempts": 1, "toolCalls": 1, "wallclockMs": 4626, "providerRetries": 0,…
Manifest
{ "id": "smoke", "status": "DONE", "attempts": 1, "toolCalls": 1, "wallclockMs": 6986, "providerRetries": 0,…
Manifest
{ "id": "smoke", "status": "DONE", "attempts": 1, "toolCalls": 1, "wallclockMs": 5288, "providerRetries": 0,…
Manifest
{ "batch": "AGENTS.md enrichment batch", "date": "2026-07-15", "enriched": "14/14", "files_modified": [ "/ho…
Manifest
{ "reviewed": [ "/home/mikes/AnyTool/AGENTS.md", "/home/mikes/analysis/AGENTS.md", "/home/mikes/artifacts-…
Model Roster
# MODEL_ROSTER — single entry point for executor model availability **This file is THE place to update when model provi…
Model Roster
{ "fallbacks": { "openrouter": [ { "provider": "openai-codex", "id": "gpt-5.5", "reason": "OpenRouter credit…
Model Router
import { existsSync, readFileSync } from "node:fs"; import { resolve } from "node:path"; import type { DispatchSpec, Mod…
Model Router.Test
import { describe, expect, test } from "bun:test"; import { PreFlightError } from "./preflight.js"; import { routeModelF…
Outcome
import type { DispatchOutcome } from "./types.js"; export type DispatchStatus = DispatchOutcome["status"]; export func…
Outcome.Test
import { describe, expect, test } from "bun:test"; import { normalizeMaxReformulations, settleStatusAfterValidation, val…
Package
{ "name": "loom-builder-sol", "module": "index.ts", "devDependencies": { "@types/bun": "latest", "bun-type…
Pi Cybernetic Memory System Guide
# Pi Cybernetic Memory System Guide Pointer Canonical guide: `C:\Users\mikes\.codex\codex_memory\projects\pi-cyberneti…
Pi Executable
import { existsSync } from "node:fs"; export interface PiExecutableCheck { ok: boolean; path: string; reason: str…
Pi Executable.Test
import { afterEach, describe, expect, test } from "bun:test"; import { mkdtempSync, rmSync, writeFileSync } from "node:f…
Pre Commit
#!/usr/bin/env bash # Versioned pre-commit shim (installed via `git config core.hooksPath .githooks`). # All logic lives…
Pre Commit Gate Guard
#!/usr/bin/env python3 """pre_commit_gate_guard.py — git pre-commit enforcement of N15 (layer 3). Rules: 1. Any stage…
Preflight
import { readFileSync } from "node:fs"; import { globSync } from "glob"; import { resolve, relative } from "node:path"; …
Preflight Cli
/** * Pre-flight CLI: estimate tokens for a spec and exit non-zero if too large. * Usage: bun run src/preflight-cli.ts…
Preflight.Test
/** * Tests for token-cliff gate: pre-flight estimate, runtime ceiling, chain awareness. */ import { describe, test, e…
Pretooluse Gate Guard
#!/usr/bin/env python3 """pretooluse_gate_guard.py — Claude Code PreToolUse hook enforcing N15. Blocks Edit/Write/Multi…