diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 7d5346a..205e28c 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -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": []