pub async fn handle(state: State<RouterState>) -> impl IntoResponseExpand description
Ready check handler.
This handler responds to GET /ready requests with a deterministic,
side-effect-free payload indicating daemon readiness.
ยงInvariant boundaries
This handler performs no IO, reads no storage, and mutates no runtime state. It reflects the bootstrap state contained in RouterState.