git_worktree_list
List all git worktrees in a repository, showing each worktree's path, branch, commit, and dirty status. Use instead of the standard git command to manage parallel work.
Instructions
List all hops (git worktrees) in a repository. Use this instead of "git worktree list". Shows each worktree path, branch, commit, and dirty status. IMPORTANT: After showing results, always display the hints from the response to help the user know their options (hop to, hop open, hop start).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | No | Any path inside the git repository. If omitted, uses current working directory. |