/** * Page Agent — Thin IIFE injected into the page context. * * Intercepts WebSocket traffic using the same WebSocketInterceptor, * but instead of a full EventStore it posts events to the content script * via window.postMessage. Buffers the last 500 events for late-opening panels. */ export {};