All Files

Page 97 of 102 · 3,056 total files

loom-sprint-scaffoldsource

Logger

/** * Structured logger. The single sanctioned sink for log output — * bare console.log in logic paths is a lint-level…

TS37 lines1,354 bytes
loom-sprint-scaffoldsource

Loop Detector

/** * H3.2 — Loop Detector: actionHash(tool, args) via src/lib/ids.ts; * ring buffer W=10; ≥3 identical in window → HA…

TS96 lines2,531 bytes
loom-sprint-scaffoldtest

Loop Detector.Test

/** * Tests for loop-detector (H3.2). * * Proves: * - the identical action halts at exactly the 3rd occurrence (not …

TS152 lines5,256 bytes
loom-sprint-scaffoldsource

Memory

/** * Memory service types — Loop 4. * * Injectables: BlobStore, SemanticIndex, Clock, TokenCounter. * D1DatabaseLik…

TS138 lines4,025 bytes
loom-sprint-scaffoldtest

Memory Record

{ "record_id": "mem_a1b2c3d4e5f6", "scope": "execution", "level": "semantic", "topic": "astro-jsonld-phantom-bug…

{}19 lines661 bytes
loom-sprint-scaffoldtest

Memory Record.Bad Scope

{ "record_id": "mem_a1b2c3d4e5f6", "scope": "global", "level": "semantic", "topic": "t", "summary": "s", "cr…

{}9 lines156 bytes
loom-sprint-scaffoldtest

Memory Record.Extra Prop

{ "record_id": "mem_a1b2c3d4e5f6", "scope": "execution", "level": "semantic", "topic": "t", "summary": "s", …

{}10 lines184 bytes
loom-sprint-scaffoldconfig

Memory Record.Schema

{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://leverageai.network/schemas/loom/memory-recor…

{}31 lines1,480 bytes
loom-sprint-scaffoldother

Metadata

SQLite format 3@ .~X …

·2 lines4,096 bytes
loom-sprint-scaffoldother

Metadata

�-_P3bv�e���ҷ��R�S%r �d�-_P3bv�e���ҷ��R�S%r �d������������…

·3 lines32,768 bytes
loom-sprint-scaffoldother

Metadata

7�-����ҷ��R�����T����ҷ��Ru5�i�u|SQLite format 3@ …

·6 lines8,272 bytes
loom-sprint-scaffoldother

Metadata

SQLite format 3@ .~X …

·2 lines4,096 bytes
loom-sprint-scaffoldother

Metadata

�-~E�o���i����޴5�0V? ��-~E�o���i����޴5�0V? �������������…

·1 lines32,768 bytes
loom-sprint-scaffoldother

Metadata

7�-��i����޴Эl�=t1�i����޴��/Z�ThMSQLite format 3@ …

·6 lines8,272 bytes
loom-sprint-scaffoldother

Metadata

SQLite format 3@ .~X …

·2 lines4,096 bytes
loom-sprint-scaffoldother

Metadata

�-��u�]��?<#�'����&�YY�-��u�]��?<#�'����&�YY������������…

·1 lines32,768 bytes
loom-sprint-scaffoldother

Metadata

7�-��?<#�'��#B�I20M�?<#�'��ь�SQLite format 3@ …

·6 lines8,272 bytes
loom-sprint-scaffoldother

Metadata

SQLite format 3@ .~X …

·2 lines4,096 bytes
loom-sprint-scaffoldother

Metadata

�-�a����*-��֊�H�����,�-�a����*-��֊�H�����,������������…

·1 lines32,768 bytes
loom-sprint-scaffoldother

Metadata

7�-�*-��֊�T�0=� �r*-��֊�QL��F'l�SQLite format 3@ …

·7 lines8,272 bytes
loom-sprint-scaffoldsource

Mode Registry

/** * H2.1 — D1-backed mode registry. * * selectMode(variety_class) picks the mode with highest success rate for that…

TS87 lines3,002 bytes
loom-sprint-scaffoldtest

Mode Registry.Test

/** * Tests for ModeRegistry (H2.1). * * Proves: * - unknown variety_class → highest-capability mode + variety_defic…

TS198 lines6,916 bytes
loom-sprint-scaffoldsource

Model Client

/** * H3.0 — Fetch-based Anthropic Messages API client. * workerd-compatible: plain fetch, NO node SDK, no node:* impo…

TS93 lines2,958 bytes
loom-sprint-scaffoldtest

Model Client.Test

/** * Tests for model-client (H3.0). * * Proves: * - createAnthropicModelCaller returns a callable ModelCaller * - …

TS349 lines10,934 bytes
loom-sprint-scaffoldtest

No Silent Failure.Test

/** * No-Silent-Failure Invariant Walk. * * For EVERY terminated (non-DONE) stage across all golden runs + chaos runs…

TS249 lines9,793 bytes
loom-sprint-scaffoldconfig

Package

{ "name": "loom", "version": "0.1.0", "private": true, "description": "LOOM — Multi-Loop Cybernetic Orchestrator…

{}29 lines901 bytes
loom-sprint-scaffolddoc

Parity

# LOOM Parity Gate The parity gate ensures that the monitor decision path produces **byte-identical output** across con…

MD95 lines3,098 bytes
loom-sprint-scaffoldsource

Parity Check

#!/usr/bin/env bun /** * Parity Check — byte-stable decision log for LOOM monitor decision path. * * Replays a script…

TS170 lines6,075 bytes
loom-sprint-scaffoldsource

Pointer Hierarchy

/** * H4.4 — Pointer Hierarchy. * * topic → summary → episodic_ref (R2 key). * * memoryExpand(record_id): resolve e…

TS119 lines3,691 bytes
loom-sprint-scaffoldtest

Pointer Hierarchy.Test

/** * PointerHierarchy tests (H4.4). * * Proves: * - memory_expand round-trips: put full text in fake BlobStore → …

TS188 lines6,753 bytes