From 330bbd5fb074e8f164c85aced464479df2111083 Mon Sep 17 00:00:00 2001 From: "Asoka.Wang" Date: Tue, 2 Sep 2025 18:55:06 +0800 Subject: [PATCH] 1 --- settings.local.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 settings.local.json 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