diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 000000000..892948155 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,16 @@ +{ + "permissions": { + "allow": [ + "Bash(cat:*)", + "Bash(git branch:*)", + "Bash(grep:*)", + "Bash(node:*)", + "Bash(npm run:*)", + "Bash(npx tsc:*)", + "Bash(rg:*)", + "Bash(rm:*)", + "Bash(sed:*)" + ], + "deny": [] + } +} \ No newline at end of file