Skip to content

Commit a0d8f11

Browse files
pontemontiCopilot
andauthored
Update .claude/skills/commit/SKILL.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7376433 commit a0d8f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/skills/commit/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ uv run --frozen ruff format --check .
3232
2. Ask if they want you to auto-fix the formatting issues
3333
3. If yes, run: `uv run --frozen ruff format .`
3434
4. Show the user what files were reformatted
35-
5. Stage the formatting fixes: `git add -u` (only previously tracked files that were modified)
35+
5. Stage the formatting fixes by running `git add` only on the files that were reformatted (do not use `git add -u`)
3636
6. Continue to the next step
3737

3838
### If formatting check passes:

0 commit comments

Comments
 (0)