pub async fn run_all_registered(
orch: &Orchestrator,
registry: &PhaseRegistry,
) -> Result<(), Error>Expand description
Execute all registered phases using the provided orchestrator.
pub async fn run_all_registered(
orch: &Orchestrator,
registry: &PhaseRegistry,
) -> Result<(), Error>Execute all registered phases using the provided orchestrator.