Chaos Scenarios
Path:
loom-sprint-scaffold/loom/tests/e2e/chaos-scenarios.tsRelative: loom/tests/e2e/chaos-scenarios.tsSubproject: loom-sprint-scaffoldCategory: testsLines: 76Bytes: 2,999Imports: 7Exports: 1has tests
Content Preview
- /**
- * Shared chaos scenario runners used by both chaos.test.ts and
- * no-silent-failure.test.ts. Lives outside *.test.ts so importing it
- * never re-registers tests.
- */
- import { makeToolUseResponse, makeTextResponse, simpleToolExecutor, createScriptedModelCaller } from "../fixtures/fakes";
- import { runStage } from "../../src/execution/harness";
- import { EnvelopeCompiler } from "../../src/dispatcher/core/envelope-compiler";
- import type { HarnessDeps } from "../../src/types/execution";
- import t