canic_core/api/state.rs
1//! Module: api::state
2//!
3//! Responsibility: expose read-only Fleet state to configured canisters.
4//! Does not own: root mutation fanout or control-plane inventory selection.
5//! Boundary: root mutation is exposed by the root control-plane facade.
6
7/// Re-export of read-only state query surfaces.
8pub use crate::workflow::state::query::FleetStateQuery;