Registry Seed

loom-sprint-scaffoldsourcetypescript
Path: loom-sprint-scaffold/loom/src/dispatcher/registry-seed.tsRelative: loom/src/dispatcher/registry-seed.tsSubproject: loom-sprint-scaffoldCategory: other
Lines: 146Bytes: 4,376Imports: 1Exports: 12

Content Preview

  1. /**
  2. * Seed data for the mode_registry D1 table.
  3. *
  4. * Three modes covering the spec's default model set, with typed seed rows
  5. * for at least "codegen", "api_integration", and "mixed" variety classes.
  6. *
  7. * Exports both individual rows and a mapping from variety_class to the
  8. * highest-capability mode (used as fallback when no history exists).
  9. */
  10. import type { ModeRegistryRow, VarietyClass, HarnessProfile } from "../types";
  11. // ── Individual seed rows ─────────────────────────────────────────