Files
code-sync-project/.claude/settings.local.json
F嘉阳-coder 22c1ddc3ec 更新 Claude 权限设置
- 添加 git pull 命令权限
- 添加 git config 命令权限

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 21:47:52 +08:00

14 lines
271 B
JSON

{
"permissions": {
"allow": [
"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": []
}
}