pub fn check_capabilities(
node: &CompositionNode,
store: &(impl StageStore + ?Sized),
policy: &CapabilityPolicy,
) -> Vec<CapabilityViolation>Expand description
Pre-flight check: walk the graph and verify every stage’s declared capabilities are within the granted policy. Returns an empty vec when all capabilities pass.