Harness
Path:
_archive/loom-stale-pre-sprint-snapshot/src/execution/harness.tsRelative: loom-stale-pre-sprint-snapshot/src/execution/harness.tsSubproject: _archiveCategory: archivedLines: 304Bytes: 14,667Imports: 13Exports: 2
Content Preview
- import { actionHash, canonicalJSON, newEventId, newMemoryId } from "../lib/ids";
- import { parseContract } from "../lib/validate";
- import { createLogger } from "../lib/logger";
- import { ToolRegistryError } from "../types/errors";
- import type { DispatchEnvelope, ExecutionTraceEvent, MemoryRecord, MonitorName } from "../types/contracts";
- import { AckGate } from "./ack-gate";
- import { LoopDetector } from "./loop-detector";
- import { ReversibilityGate } from "./reversibility-gate";
- import { preflight,