//! Module: ops::runtime::fleet_activation
//!
//! Responsibility: expose the explicit managed-versus-standalone endpoint mode to lifecycle workflows.
//! Does not own: stable Fleet activation state, endpoint policy, or lifecycle orchestration.
//! Boundary: managed is the fail-closed default; only `start_local!` selects standalone-local mode.
use crate;
///
/// FleetActivationRuntimeOps
///
;