/** * Tests for pending-events.ts and streaming.ts failure routing. * * pending-events.ts functions are tested against a temp dir via * OPTIMUS_TELEMETRY_DIR so we exercise the real code paths without * touching ~/opt-ai-sec/management/telemetry on the developer's machine. * * routeFailure + ClientError are tested to prove that 4xx errors go to * client_errors.jsonl and network errors go to pending_events.jsonl without * needing to mock the full HTTP stack. */ export {}; //# sourceMappingURL=pending-events.test.d.ts.map