Skip to content

Commit 47157ac

Browse files
committed
docs(rule): remove stale shell-ok examples for cherry-pick and diff
git_cherry_pick and git_diff_summary are both MCP tools now; the rule was still listing them as shell-only. Updated to name the actual shell-only gap (fetch, stash, rebase) and point to the equivalent MCP tools.
1 parent a2be214 commit 47157ac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.cursor/rules/rethunk-git-mcp.mdc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Prefer **`rethunk-git_git_*`** and **`rethunk-git_list_presets`** over shell **`
1515

1616
## When shell git is still fine
1717

18-
Commands the tools do not cover (e.g. `git diff`, `git cherry-pick`), or when MCP is unavailable after a failed reload.
18+
Commands the MCP tools do not cover (e.g. `git fetch`, `git stash`, `git rebase`), or when MCP is unavailable after a failed reload.
19+
20+
Note: `git_diff_summary` covers diff views; `git_cherry_pick`, `git_merge`, `git_reset_soft` cover those mutating ops — prefer the MCP tools so operations are scoped to workspace roots.
1921

2022
If tools are missing: reload the MCP connection and follow **[docs/install.md](../../docs/install.md)** — *Troubleshooting* and *From source* (this clone).

0 commit comments

Comments
 (0)