pub fn load_orchestrate_plan(
ito_path: &Path,
run_id: &str,
) -> CoreResult<RunPlan>Expand description
Load the resolved plan.json for a previously started orchestrate run.
This is the canonical persisted plan used for resuming or inspecting a run, so callers do not need to rebuild planning inputs from change metadata.