pub async fn handle(_state: State<RouterState>) -> impl IntoResponseExpand description
Health check handler.
This handler responds to GET /healthz requests with a deterministic,
side-effect-free payload indicating daemon liveness.
ยงInvariant boundaries
This handler performs no IO, reads no storage, and mutates no runtime state.