pub fn plan_profile(
options: &InstallOptions,
) -> Result<ExecutionPlan, ForgeError>Expand description
Load configuration and build an immutable plan for the selected profile.
ยงErrors
Returns ForgeError when configuration loading, validation, platform selection, dependency
resolution, or plan construction fails.