/** * ADR-0011 Phase 5 (supersedes the audit-P1-2 `graph-signal-emit` test): * `dispatchGraphResult` no longer emits cloud signals itself — the root owns * egress (`cli.deliverSignals`). Instead it RETURNS the run's envelope for * every mode that should deliver (gate / catalog / default render) and * `undefined` for plain `--json` (the `--workspace` child carrier, which must * not trigger per-child cloud emits). These tests pin that return contract. */ export {}; //# sourceMappingURL=dispatch-envelope.test.d.ts.map