pub fn delete_worktree( repo_path: &PathBuf, wt_path: &PathBuf, branch: &str, session_names: &[String], ) -> Result<()>
Remove a git worktree and kill any associated tmux sessions.