pub fn create_git_worktree( repo_path: &str, slug: &str, base_ref: &str, ) -> Result<String>
Create a git worktree and branch for a task slug.