Contracts
Path:
_archive/loom-stale-pre-sprint-snapshot/src/types/contracts.tsRelative: loom-stale-pre-sprint-snapshot/src/types/contracts.tsSubproject: _archiveCategory: archivedLines: 214Bytes: 5,951Imports: 0Exports: 29
Content Preview
- /**
- * TypeScript mirrors of the 5 LOOM contracts (src/contracts/*.schema.json).
- * The JSON Schemas are the source of truth at runtime boundaries (ajv);
- * these types are the compile-time shadow. tests/contracts.test.ts pins
- * fixtures against BOTH so the two cannot silently diverge.
- */
- // ── shared primitives ─────────────────────────────────────────────────────
- export type GoalId = `goal_${string}`;
- export type StageId = `stg_${string}`;
- export type EventId = `evt_${string}`;
- export type