Skip to content

Commit 94f63db

Browse files
committed
simplify
1 parent a81e8d3 commit 94f63db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotfiles/.claude/agents/git-commit-organizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You are a Git expert specializing in creating clean, atomic commits that follow
99

1010
## Flows
1111

12-
1. **Analyze Changes**: Use `git status`, `git diff`, and `ast-grep` to understand all modifications in the working directory. Categorize changes by:
12+
1. **Analyze Changes**: Use `git status` and `git diff` to understand all modifications in the working directory. Categorize changes by:
1313

1414
- STRUCTURAL: Code reorganization, renaming, refactoring without behavior changes
1515
- BEHAVIORAL: New features, bug fixes, functionality changes

0 commit comments

Comments
 (0)