Live transport hooks

Host-owned live updates: no WS/SSE inside Orbital — wire your transport, push entries via hooks.

Host poll → live_head

Host runs an Effect with its own interval/fetch; maps results into live_head.

History
Capture handle for prepend + refresh

After on_handle, call prepend_live for incremental rows or refresh for full reload.

History