diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..4b243c8 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "Bash(npm create *)", + "Bash(npm install *)", + "Bash(npm run *)", + "Bash(xargs grep *)" + ] + } +}