Golden.Test
Path:
loom-sprint-scaffold/loom/tests/e2e/golden.test.tsRelative: loom/tests/e2e/golden.test.tsSubproject: loom-sprint-scaffoldCategory: testsLines: 50Bytes: 2,037Imports: 5Exports: 0has tests
Content Preview
- /**
- * E2E Golden Goal Tests.
- *
- * Runs all three golden goals end-to-end through all LOOM loops.
- * Each asserts:
- * - goal reaches terminal (completed) state
- * - stepCount ≥ 200
- * - every stage transition has a trace event
- */
- import { describe, expect, test } from "bun:test";
- import { runGoal } from "./golden-runner";
- import { script as codegenScript, assert as assertCodegen } from "./goals/codegen";
- import { script as researchScript, assert as assertResearch } from "./goals/researc