hookehuyr

chore: 在 Claude 设置中添加 git commit 命令支持

...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
9 "Bash(pnpm lint:*)", 9 "Bash(pnpm lint:*)",
10 "Bash(pnpm list:*)", 10 "Bash(pnpm list:*)",
11 "Bash(pnpm format:*)", 11 "Bash(pnpm format:*)",
12 - "Bash(git add:*)" 12 + "Bash(git add:*)",
13 + "Bash(git commit:*)"
13 ] 14 ]
14 } 15 }
15 } 16 }
......