/** * SMI-5456: withTelemetry agent-mediation marker threading + Tier-2 framework * emission. Sibling to `wrap.test.ts` (split per the 500-line file gate). * * Covers: * - marker context threaded into the emitted payload (via runWithMarkerContext) * - defaults false / false / null outside any marker scope * - consent parity (suppressed gate emits nothing, marker or not) * - concurrent no-bleed (P-5 invariant) — parallel calls each emit their * OWN marker; an unscoped call stays neutral while others' scopes are live * - per-framework emission incl. the opencode / hermes enum additions * - marker `harness` feeds the event's `framework` (single-point per-harness * attribution — MCP call sites hardcode `extractFramework: () => 'unknown'`) */ export {}; //# sourceMappingURL=wrap.marker.test.d.ts.map