Fixtures

loom-sprint-scaffoldtesttypescript
Path: loom-sprint-scaffold/loom/tests/synthesis/fixtures.tsRelative: loom/tests/synthesis/fixtures.tsSubproject: loom-sprint-scaffoldCategory: tests
Lines: 264Bytes: 11,826Imports: 1Exports: 2has tests

Content Preview

  1. /**
  2. * Synthetic trace corpus for Loop 5 synthesis tests.
  3. * ~50 enriched trace events covering failures, successes, repeats,
  4. * multiple goals, variety classes, and models.
  5. *
  6. * This fixture is designed to produce deterministic, reproducible
  7. * synthesis reports. All events share a consistent window so that
  8. * clustering, entropy, and proposals produce stable output.
  9. */
  10. import type { EnrichedTraceEvent, VarietyClass, HarnessProfile, DispatchOutcome } from "../../src/types";
  11. // ── Helpers fo