Registry Seed
Path:
loom-sprint-scaffold/loom/src/dispatcher/registry-seed.tsRelative: loom/src/dispatcher/registry-seed.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 146Bytes: 4,376Imports: 1Exports: 12
Content Preview
- /**
- * Seed data for the mode_registry D1 table.
- *
- * Three modes covering the spec's default model set, with typed seed rows
- * for at least "codegen", "api_integration", and "mixed" variety classes.
- *
- * Exports both individual rows and a mapping from variety_class to the
- * highest-capability mode (used as fallback when no history exists).
- */
- import type { ModeRegistryRow, VarietyClass, HarnessProfile } from "../types";
- // ── Individual seed rows ─────────────────────────────────────────