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": {
"allow": [
"Bash(git *)",
"Bash(ssh *)",
"Bash(scp *)",
"Bash(rsync *)",
"Bash(curl *)",
"Bash(npm *)",
"Bash(npx *)",
"Bash(node *)",
"Bash(docker *)",
"Bash(docker compose *)",
"Bash(mkdir *)",
"Bash(ls *)",
"Bash(cat *)",
"Bash(tar *)",
"Bash(chmod *)"
"Bash(*)",
"Read(*)",
"Write(*)",
"Edit(*)",
"Glob(*)",
"Grep(*)"
]
}
}