//! Module: workflow::state::query
//!
//! Responsibility: expose the read-only Fleet-state workflow snapshot.
//! Does not own: state storage mutation, endpoint authorization, or DTO schemas.
//! Boundary: workflow query facade over state storage ops.
use crate::;
///
/// FleetStateQuery
///
;