Dispatch Archive
Path:
loom-builder/src/dispatch-archive.tsRelative: src/dispatch-archive.tsSubproject: loom-builderCategory: dispatch-systemLines: 172Bytes: 6,371Imports: 4Exports: 5
Content Preview
- /**
- * dispatch-archive — THE single source of truth for the Dispatch Artifact Contract.
- *
- * Contract (see /home/mikes/docs/pi-dispatch/DispatchArtifactContract-failure-payload-archive-2026-06-17.md):
- * every dispatched executor run MUST, on completion AND on crash/timeout/kill, persist its
- * FULL UNTRUNCATED payload to a permanent archive. This module is the ONLY place that writes
- * payload.json + mirrors to DISPATCH_ARCHIVE. Both the TS spec harness (run.ts) and every
- * bash dispatch pat