pub fn create_worktree( repo_path: &Path, default_branch: &str, project_config: &ProjectConfig, branch: &str, ) -> Result<(PathBuf, Option<String>)>