Index
Path:
loom-sprint-scaffold/loom/src/dispatcher/index.tsRelative: loom/src/dispatcher/index.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 120Bytes: 4,364Imports: 2Exports: 9
Content Preview
- /**
- * Loop 2 dispatcher — thin worker-side barrel + concrete wire-ups.
- *
- * All logic lives in src/dispatcher/core/ (pure, injectable classes).
- * This file re-exports core classes and provides concrete adapters for
- * D1, Queue, and DO bindings.
- */
- import type { DispatchEnvelope, ModeRegistryRow, VarietyClass, GoalId } from "../types";
- import type {
- RegistryStore,
- QueueProducer,
- EscalationPoster,
- EscalationPayload,
- DispatchHandler,
- } from "./core/types";
- // ── Core class re-expor