diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..d212c23 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,12 @@ +{ + "permissions": { + "allow": [ + "Bash(npm test)", + "Bash(git checkout:*)", + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(git push:*)" + ], + "deny": [] + } +} \ No newline at end of file