- Adds `Bash(*)` to the allow list so routine shell commands run without prompting. - Sets `sandbox.failIfUnavailable=true` so Claude Code aborts rather than silently running unsandboxed when the sandbox cannot initialize. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
254 B
JSON
17 lines
254 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(*)"
|
|
],
|
|
"ask": [
|
|
"Skill(update-config)",
|
|
"Skill(update-config:*)"
|
|
]
|
|
},
|
|
"sandbox": {
|
|
"enabled": true,
|
|
"failIfUnavailable": true,
|
|
"autoAllowBashIfSandboxed": true
|
|
}
|
|
}
|