//! Orchestrator capability model (SPEC Ch 16).
//!
//! Capability profiles declare what an orchestrator can support. Matching
//! compares Pipeline Plan execution requirements against a profile without
//! modifying plan semantics.
pub use ;
pub use OrchestratorCapabilities;
pub use ;