A chatty server can grow a session file unbounded. Add a size cap (default ~50 MB, env-overridable) to SessionWriter in src/store.ts: when exceeded, stop recording with one stderr warning — same degrade-to-pipe philosophy as the rest of the proxy.
Done when: unit test proves recording stops at the cap and traffic keeps flowing.
A chatty server can grow a session file unbounded. Add a size cap (default ~50 MB, env-overridable) to
SessionWriterinsrc/store.ts: when exceeded, stop recording with one stderr warning — same degrade-to-pipe philosophy as the rest of the proxy.Done when: unit test proves recording stops at the cap and traffic keeps flowing.