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:
parent
3559d6e20e
commit
592a436292
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Read",
|
||||
"Glob",
|
||||
"Grep",
|
||||
"Edit",
|
||||
"Write",
|
||||
"Agent"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue