ship project settings.json from repo (was denying WebFetch)

This commit is contained in:
Damocles 2026-05-01 15:25:36 +02:00
parent e533c01ec6
commit 854daf797c
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"permissions": {
"allow": [
"Read",
"Edit",
"Write",
"Glob",
"Grep",
"WebSearch",
"WebFetch"
],
"deny": [
"Bash",
"Agent",
"Task",
"NotebookEdit"
]
}
}