pub fn resume_worktree(
worktree: Option<&str>,
opts: &LaunchOptions<'_>,
) -> Result<()>Expand description
Resume AI work in a worktree with context restoration.
Target resolution uses strict ordered rules: exact worktree name → exact branch name → exact path. When no target is given, the current working directory is used.