pub fn get_active_worktree(spec_id: &str) -> Option<PathBuf>
Returns the worktree path for a spec if an active worktree exists.
Returns Some(path) if the worktree directory exists, None otherwise.