pub fn resolve_all(inputs: &[String]) -> Result<Vec<PlanEntry>>Expand description
Resolve a list of user inputs against the main repository.
Each input is resolved via strict ordered resolution:
exact worktree name → exact branch name → exact path.
Anything that does not match becomes a PlanEntry::Unresolved.