pub fn provider_runtime_plan_from_workspace(
root: impl AsRef<Path>,
) -> AppResult<Option<ProviderRuntimePlan>>Expand description
Loads a target-owned Provider Runtime Plan when Module management artifacts exist. A workspace with neither artifact is a Linked-only Host; a partial or inconsistent management state fails closed.