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:
parent
218c0f0deb
commit
32ab12014f
@ -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 *)"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user