fix: allow all permissions to eliminate confirmation prompts

Bash(*), Read(*), Write(*), Edit(*), Glob(*), Grep(*) - no more prompts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Mueller 2026-03-20 23:36:04 +01:00
parent 218c0f0deb
commit 32ab12014f

View File

@ -1,21 +1,12 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(git *)", "Bash(*)",
"Bash(ssh *)", "Read(*)",
"Bash(scp *)", "Write(*)",
"Bash(rsync *)", "Edit(*)",
"Bash(curl *)", "Glob(*)",
"Bash(npm *)", "Grep(*)"
"Bash(npx *)",
"Bash(node *)",
"Bash(docker *)",
"Bash(docker compose *)",
"Bash(mkdir *)",
"Bash(ls *)",
"Bash(cat *)",
"Bash(tar *)",
"Bash(chmod *)"
] ]
} }
} }