feat: add project-level permissions for batch orchestration

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
beo3000 2026-03-21 10:20:34 +01:00
parent 3559d6e20e
commit 592a436292
1 changed files with 12 additions and 0 deletions

12
.claude/settings.json Normal file
View File

@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Read",
"Glob",
"Grep",
"Edit",
"Write",
"Agent"
]
}
}