Report

loom-sprint-scaffoldsourcetypescript
Path: loom-sprint-scaffold/loom/src/synthesis/core/report.tsRelative: loom/src/synthesis/core/report.tsSubproject: loom-sprint-scaffoldCategory: other
Lines: 227Bytes: 7,181Imports: 7Exports: 3

Content Preview

  1. /**
  2. * Synthesis Report Assembler.
  3. *
  4. * Orchestrates all Loop 5 monitors (H5.1–H5.6) into a single SynthesisReport:
  5. * 1. failure-clusterer (H5.1)
  6. * 2. skill-proposer (H5.2)
  7. * 3. registry-updater (H5.3)
  8. * 4. entropy-monitors (H5.4)
  9. * 5. revision-governor (H5.5)
  10. * 6. dataset-emitter (H5.6)
  11. *
  12. * The report is deterministic for a fixed corpus + clock — two runs with the
  13. * same inputs produce byte-identical JSON and markdown.
  14. * Written to BlobStore under reports/ prefix.
  15. */
  16. im