pub async fn create_worktree( repo_dir: &Path, issue_number: u32, base_branch: &str, ) -> Result<Worktree>
Create a worktree for the given issue, branching from base_branch.
base_branch