//! Module: api::ready
//!
//! Responsibility: public readiness facade for endpoint callers.
//! Does not own: bootstrap state mutation or readiness barrier internals.
//! Boundary: exposes read-only readiness and bootstrap status snapshots.
use crate::;
///
/// ReadyApi
///
/// Thin endpoint-facing facade for readiness checks.
///
;