pub async fn resolve_plan(
runner: &dyn ComposeRunner,
selection: RigSelection,
config: &Config,
) -> Result<RigPlan, CoreError>Expand description
Resolve the rig end-to-end: discovery → the one config run → a
RigPlan whose .name every later op passes as explicit -p.