- 添加 git pull 命令权限 - 添加 git config 命令权限 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
271 B
JSON
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": []
|
|
}
|
|
}
|