Parcourir la source

chore(claude): 添加git pull和git stash权限

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
yourname il y a 3 semaines
Parent
commit
309e3df465
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .claude/settings.local.json

+ 3 - 1
.claude/settings.local.json

@@ -84,7 +84,9 @@
       "Bash(apt-get install:*)",
       "Bash(locale-gen:*)",
       "Bash(export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8:*)",
-      "Bash(export:*)"
+      "Bash(export:*)",
+      "Bash(git pull:*)",
+      "Bash(git stash:*)"
     ],
     "deny": [],
     "ask": []