fn log_host_event(ev: &HostEvent)Expand description
Phase F.1 — observability hook for host-reducer events.
Called by AppState::host_dispatch after every update() call.
F.1 logs via tracing only; future PRs may add a broadcast channel
here when an event consumer (cross-process saga, frontend
dispatcher) appears.