28 lines
374 B
JSON
28 lines
374 B
JSON
|
|
{
|
||
|
|
"approvedTools": [
|
||
|
|
{
|
||
|
|
"tool": "Bash",
|
||
|
|
"pattern": "ls:*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"tool": "Bash",
|
||
|
|
"pattern": "dir:*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"tool": "Bash",
|
||
|
|
"pattern": "cat:*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"tool": "Read",
|
||
|
|
"pattern": "*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"tool": "Grep",
|
||
|
|
"pattern": "*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"tool": "Glob",
|
||
|
|
"pattern": "*"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|