新增权限: - git status - git reset - git checkout - git diff - git log 支持 /webnovel-resume 的回滚和恢复功能。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
@@ -0,0 +1,17 @@
+{
+ "permissions": {
+ "allow": [
+ "Bash(git add:*)",
+ "Bash(git commit:*)",
+ "Bash(git push:*)",
+ "Bash(git status:*)",
+ "Bash(git reset:*)",
+ "Bash(git checkout:*)",
+ "Bash(git diff:*)",
+ "Bash(git log:*)",
+ "Bash(python:*)",
+ "Bash(dir:*)",
+ "Bash(mkdir:*)"
+ ]
+ }
+}