All Files

Page 93 of 102 · 3,056 total files

loom-builder-solsource

Index

console.log("Hello via Bun!");

TS1 lines30 bytes
loom-builder-soldoc

Integrationard Phase0 Gate Governance 2026 07 07

# Integration ARD: phase0-gate-governance → loom-builder + pi-cybernetic **Date:** 2026-07-07 **Author:** Read-only int…

MD246 lines26,845 bytes
loom-builder-solother

Locked

# LOCKED marker — this version directory is immutable. # To make changes, copy v1.1.0/ to v1.2.0/ and edit the new direc…

·4 lines211 bytes
loom-builder-solother

Locked

# LOCKED marker — this version directory is immutable. # To make changes, copy v1.0.0/ to v1.1.0/ and edit the new direc…

·4 lines211 bytes
loom-builder-solother

Locked

# LOCKED marker — this version directory is immutable. # To make changes, copy v1.1.0/ to v1.2.0/ and edit the new direc…

·4 lines211 bytes
loom-builder-soldoc

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` → …

MD61 lines6,432 bytes
loom-builder-solconfig

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…

{}11 lines753 bytes
loom-builder-solconfig

Manifest

{ "specId": "docs-batch-002", "verdict": "COMPLETE", "status": "DONE", "model": "deepseek/deepseek-v4-flash", …

{}13 lines281 bytes
loom-builder-solconfig

Manifest

{ "manifest_version": 2, "packs": { "v1.0.0/corpus-analysis": { "extends": "v1.0.0/default", "path":…

{}51 lines1,725 bytes
loom-builder-solconfig

Manifest

{ "id": "smoke", "status": "DONE", "attempts": 1, "toolCalls": 1, "wallclockMs": 4626, "providerRetries": 0,…

{}22 lines420 bytes
loom-builder-solconfig

Manifest

{ "id": "smoke", "status": "DONE", "attempts": 1, "toolCalls": 1, "wallclockMs": 6986, "providerRetries": 0,…

{}22 lines420 bytes
loom-builder-solconfig

Manifest

{ "id": "smoke", "status": "DONE", "attempts": 1, "toolCalls": 1, "wallclockMs": 5288, "providerRetries": 0,…

{}22 lines420 bytes
loom-builder-solconfig

Manifest

{ "batch": "AGENTS.md enrichment batch", "date": "2026-07-15", "enriched": "14/14", "files_modified": [ "/ho…

{}22 lines887 bytes
loom-builder-solconfig

Manifest

{ "reviewed": [ "/home/mikes/AnyTool/AGENTS.md", "/home/mikes/analysis/AGENTS.md", "/home/mikes/artifacts-…

{}23 lines875 bytes
loom-builder-soldoc

Model Roster

# MODEL_ROSTER — single entry point for executor model availability **This file is THE place to update when model provi…

MD59 lines5,707 bytes
loom-builder-solconfig

Model Roster

{ "fallbacks": { "openrouter": [ { "provider": "openai-codex", "id": "gpt-5.5", "reason": "OpenRouter credit…

{}9 lines316 bytes
loom-builder-solsource

Model Router

import { existsSync, readFileSync } from "node:fs"; import { resolve } from "node:path"; import type { DispatchSpec, Mod…

TS69 lines2,315 bytes
loom-builder-soltest

Model Router.Test

import { describe, expect, test } from "bun:test"; import { PreFlightError } from "./preflight.js"; import { routeModelF…

TS44 lines1,653 bytes
loom-builder-solsource

Outcome

import type { DispatchOutcome } from "./types.js"; export type DispatchStatus = DispatchOutcome["status"]; export func…

TS27 lines894 bytes
loom-builder-soltest

Outcome.Test

import { describe, expect, test } from "bun:test"; import { normalizeMaxReformulations, settleStatusAfterValidation, val…

TS35 lines1,452 bytes
loom-builder-solconfig

Package

{ "name": "loom-builder-sol", "module": "index.ts", "devDependencies": { "@types/bun": "latest", "bun-type…

{}23 lines436 bytes
loom-builder-soldoc

Pi Cybernetic Memory System Guide

# Pi Cybernetic Memory System Guide Pointer Canonical guide: `C:\Users\mikes\.codex\codex_memory\projects\pi-cyberneti…

MD12 lines577 bytes
loom-builder-solsource

Pi Executable

import { existsSync } from "node:fs"; export interface PiExecutableCheck { ok: boolean; path: string; reason: str…

TS27 lines861 bytes
loom-builder-soltest

Pi Executable.Test

import { afterEach, describe, expect, test } from "bun:test"; import { mkdtempSync, rmSync, writeFileSync } from "node:f…

TS33 lines1,072 bytes
loom-builder-solother

Pre Commit

#!/usr/bin/env bash # Versioned pre-commit shim (installed via `git config core.hooksPath .githooks`). # All logic lives…

·5 lines254 bytes
loom-builder-solsource

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…

PY126 lines4,956 bytes
loom-builder-solsource

Preflight

import { readFileSync } from "node:fs"; import { globSync } from "glob"; import { resolve, relative } from "node:path"; …

TS183 lines6,119 bytes
loom-builder-solsource

Preflight Cli

/** * Pre-flight CLI: estimate tokens for a spec and exit non-zero if too large. * Usage: bun run src/preflight-cli.ts…

TS42 lines1,436 bytes
loom-builder-soltest

Preflight.Test

/** * Tests for token-cliff gate: pre-flight estimate, runtime ceiling, chain awareness. */ import { describe, test, e…

TS173 lines5,539 bytes
loom-builder-solsource

Pretooluse Gate Guard

#!/usr/bin/env python3 """pretooluse_gate_guard.py — Claude Code PreToolUse hook enforcing N15. Blocks Edit/Write/Multi…

PY105 lines3,779 bytes