From 8c1af95b0e457fda0d12ef41fbfe233c33cb0c63 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 2 Jun 2025 09:59:58 -0700 Subject: [PATCH] Add claude code permissions --- .claude/settings.local.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .claude/settings.local.json 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