Report
Path:
loom-sprint-scaffold/loom/src/synthesis/core/report.tsRelative: loom/src/synthesis/core/report.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 227Bytes: 7,181Imports: 7Exports: 3
Content Preview
- /**
- * Synthesis Report Assembler.
- *
- * Orchestrates all Loop 5 monitors (H5.1–H5.6) into a single SynthesisReport:
- * 1. failure-clusterer (H5.1)
- * 2. skill-proposer (H5.2)
- * 3. registry-updater (H5.3)
- * 4. entropy-monitors (H5.4)
- * 5. revision-governor (H5.5)
- * 6. dataset-emitter (H5.6)
- *
- * The report is deterministic for a fixed corpus + clock — two runs with the
- * same inputs produce byte-identical JSON and markdown.
- * Written to BlobStore under reports/ prefix.
- */
- im