Synthesis
Path:
loom-sprint-scaffold/loom/src/types/synthesis.tsRelative: loom/src/types/synthesis.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 177Bytes: 5,430Imports: 1Exports: 17
Content Preview
- /**
- * Loop 5 synthesis types — report shapes, interfaces, contract-style types.
- *
- * All Loop 5 outputs are typed here. The SynthesisReport is the top-level
- * output of every cron tick — serialized to JSON + markdown and written
- * to R2 (reports/ prefix).
- */
- import type {
- EventId,
- GoalId,
- Sha256Hex,
- VarietyClass,
- HarnessProfile,
- } from "./contracts";
- // ── Failure cluster report (H5.1) ────────────────────────────────────────
- export interface FailureModeReportEntry {
- tool: st