更新 Claude 权限设置

- 添加 git pull 命令权限
- 添加 git config 命令权限

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-20 21:47:52 +08:00
parent bc75ebff15
commit 22c1ddc3ec

View File

@@ -1,7 +1,11 @@
{
"permissions": {
"allow": [
"Bash(mkdir -p .github/workflows)"
"Bash(mkdir -p .github/workflows)",
"Bash(git pull:*)",
"Bash(git config pull.rebase false:*)",
"Bash(git add .claude/settings.local.json)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []