pub fn create_worktree(repo_root: &Path, name: &str) -> Result<PathBuf>
Create a git worktree at ~/.zag/worktrees/<sanitized-repo-path>/<name> using detached HEAD. Returns the path to the new worktree directory.
~/.zag/worktrees/<sanitized-repo-path>/<name>