From c9977d6b696ce2f0ee2b2bab45d301cfdfe626ed Mon Sep 17 00:00:00 2001 From: gavrielc Date: Tue, 21 Apr 2026 15:27:12 +0300 Subject: [PATCH] chore(settings): drop permissions allowlist from checked-in settings.json Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude/settings.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 9d9147559..c4beb6f87 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,41 +1,5 @@ { "sandbox": { "enabled": false - }, - "permissions": { - "allow": [ - "Bash(bash setup.sh*)", - "Bash(git remote *)", - "Bash(pnpm exec tsx setup/index.ts*)", - "Bash(pnpm exec tsx scripts/init-first-agent.ts*)", - "Bash(pnpm install @chat-adapter/*)", - "Bash(pnpm install chat-adapter-imessage*)", - "Bash(pnpm install @bitbasti/chat-adapter-webex*)", - "Bash(pnpm install @resend/chat-sdk-adapter*)", - "Bash(pnpm install @whiskeysockets/baileys*)", - "Bash(pnpm install @beeper/chat-adapter-matrix*)", - "Bash(pnpm install @nanoco/nanoclaw-dashboard*)", - "Bash(pnpm install --frozen-lockfile*)", - "Bash(pnpm run build*)", - "Bash(curl -fsSL onecli.sh*)", - "Bash(onecli *)", - "Bash(grep -q *)", - "Bash(echo *>> .env)", - "Bash(ls *)", - "Bash(cat ~/.config/nanoclaw/*)", - "Bash(tail *logs/*)", - "Bash(launchctl *nanoclaw*)", - "Bash(sqlite3 data/*)", - "Bash(docker info*)", - "Bash(docker logs *)", - "Bash(mkdir -p *)", - "Bash(cp .env *)", - "Bash(rsync -a .claude/skills/*)", - "Bash(head *)", - "Bash(xattr *)", - "Bash(find ~/.npm *)", - "Bash(which onecli*)", - "Bash(./container/build.sh*)" - ] } }