#e2e
9 files tagged e2e.
No Silent Failure.Test
/** * No-Silent-Failure Invariant Walk. * * For EVERY terminated (non-DONE) stage across all golden runs + chaos runs…
Chaos.Test
/** * Chaos Tests — fault injection, one scenario per test. * * Five scenarios: * 1. dropped-tool-result — ack gat…
Golden.Test
/** * E2E Golden Goal Tests. * * Runs all three golden goals end-to-end through all LOOM loops. * Each asserts: * …
Chaos Scenarios
/** * Shared chaos scenario runners used by both chaos.test.ts and * no-silent-failure.test.ts. Lives outside *.test.t…
Golden Runner
/** * E2E Golden Runner — in-process composition root for LOOM integration tests. * * Wires Loop 1 (CheckpointEngine,…
Index
/** Barrel for golden goal scripts. */ export { script as codegenScript, assert as assertCodegen } from "./codegen"; ex…
Research
/** * Golden goal: research — mid-goal failing stage drives fail_streak to m=3 → REFORMULATE → recovers → completes. *…
Codegen
/** * Golden goal: codegen — multi-stage code-generation goal. * * All stages pass done-criteria; the goal completes …
Data Pipeline
/** * Golden goal: data_pipeline — destructive step requires approval token (mint → verify path). * * Stages: * 1.…