BRO-035: streaming bro resident producer, pipe protocol, hunks via mmap log

Now
OPEN

Input

Context

Ruling thread (gritzko 2026-07-18): bro renders gradually as hunks arrive. JS is 1 process, so the verb runs in a SEPARATE producer process; hunks go into a shared mmap log; a pipe carries the line protocol. The hunk substrate is already stream-shaped (HUNKcb one-at-a-time, TLV framing, sink rows) only the plumbing is batch today (sink collected in full, pager blocked around the verb call).

Goals

Pager sends a request, paints arriving hunks incrementally, stays responsive throughout.

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome

(pending)