Checkpoint.Test
Path:
loom-sprint-scaffold/loom/tests/orchestrator/checkpoint.test.tsRelative: loom/tests/orchestrator/checkpoint.test.tsSubproject: loom-sprint-scaffoldCategory: testsLines: 386Bytes: 13,178Imports: 6Exports: 0has tests
Content Preview
- /**
- * Tests for CheckpointEngine (H1.1 + H1.4).
- *
- * Proves:
- * - scripted fake stage results drive fail_streak to EXACTLY m → REFORMULATE
- * - m-1 does NOT trigger reformulation
- * - reformulation depth cap → HALT with named reason
- * - drift: sustained divergence raises DRIFT, single spike does not
- */
- import { describe, expect, test } from "bun:test";
- import { CheckpointEngine } from "../../src/orchestrator/core/checkpoint";
- import { EscalationLedger } from "../../src/orchestrator/core/esc