mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
Allow commit commands to operate on only staged changes when requested, rather than always staging everything. This enables more granular control over what gets committed. - Add `Bash(git diff:*)` to allowed-tools in both commit and commit-push-pr commands - Add instructions to check staged changes with `git diff --staged` and skip staging additional files when asked for staged-only commits - Restructure commit.md flow to clarify staged-only vs full commit Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>