pub fn run_wizard_workflow_loop(
first: Value,
host: HostOptions,
runner: &WorkflowRunner,
dry_run: bool,
) -> Result<String, PipelineError>Expand description
Every Command::Wizard one-shot enters this loop (REQ-0124โ0126).
Other dialog types stay on the existing host path in run_from_loaded.
ยงErrors
Returns PipelineError on validation, workflow, host, or emit failure.