diff --git a/settings.local.json b/settings.local.json new file mode 100644 index 0000000..a7df98b --- /dev/null +++ b/settings.local.json @@ -0,0 +1,21 @@ +{ + "permissions": { + "allow": [ + "WebFetch(domain:github.com)", + "WebFetch(domain:upstash.com)", + "WebFetch(domain:apidog.com)", + "Bash(npx:*)", + "Bash(npm:*)", + "Bash(node:*)", + "Bash(where claude)", + "Bash(claude config --help)", + "Bash(dir:*)", + "Bash(ls:*)", + "Bash(find:*)", + "Bash(claude --version)", + "Bash(grep:*)", + "Bash(rm:*)" + ], + "deny": [] + } +} \ No newline at end of file