ship project settings.json from repo (was denying WebFetch)
This commit is contained in:
parent
e533c01ec6
commit
854daf797c
2 changed files with 23 additions and 0 deletions
19
prompts/shard_project_settings.json
Normal file
19
prompts/shard_project_settings.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Read",
|
||||
"Edit",
|
||||
"Write",
|
||||
"Glob",
|
||||
"Grep",
|
||||
"WebSearch",
|
||||
"WebFetch"
|
||||
],
|
||||
"deny": [
|
||||
"Bash",
|
||||
"Agent",
|
||||
"Task",
|
||||
"NotebookEdit"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue