Index
Path:
loom-sprint-scaffold/loom/src/synthesis/index.tsRelative: loom/src/synthesis/index.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 294Bytes: 9,742Imports: 6Exports: 4
Content Preview
- /**
- * Loop 5 — Synthesis batch glue.
- *
- * Thin scheduled() handler that wires injectables from the worker's Env
- * into the core orchestration (report.ts).
- *
- * This file is the ONLY surface between the workerd runtime and the pure
- * synthesis core. It provides:
- * - TraceReader (queries trace_events + dispatches joins via D1)
- * - RegistryWriter (writes mode_registry via D1)
- * - SkillProposerStore (writes skills via D1)
- * - BlobStore (wraps R2 bucket)
- * - Clock (system clock)