diff --git a/.claude/settings.local.json b/.claude/settings.local.json index ef71591..51562e7 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,11 +1,16 @@ { "permissions": { + "defaultMode": "bypassPermissions", "allow": [ "Bash(pnpm -F api typecheck)", "Bash(pnpm -F @rubis/web typecheck)", "Bash(rtk grep *)", "Bash(rtk node *)", "Bash(rtk pnpm *)" + ], + "ask": [ + "Bash(git commit *)", + "Bash(git push *)" ] } }