54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read",
|
|
"Glob",
|
|
"Grep",
|
|
"Edit",
|
|
"Write",
|
|
"MultiEdit",
|
|
"Bash(git *)",
|
|
"Bash(ls *)",
|
|
"Bash(echo *)",
|
|
"Bash(cat *)",
|
|
"Bash(grep *)",
|
|
"Bash(head *)",
|
|
"Bash(tail *)",
|
|
"Bash(find *)",
|
|
"Bash(sort *)",
|
|
"Bash(sed *)",
|
|
"Bash(awk *)",
|
|
"Bash(xargs *)",
|
|
"Bash(mkdir *)",
|
|
"Bash(cd *)",
|
|
"Bash(curl *)",
|
|
"Bash(nohup *)",
|
|
"Bash(sleep *)",
|
|
"Bash(seq *)",
|
|
"Bash(kill *)",
|
|
"Bash(pkill *)",
|
|
"Bash(lsof *)",
|
|
"Bash(true *)",
|
|
"Bash(break *)",
|
|
"Bash(npm run *)",
|
|
"Bash(npx prettier*)",
|
|
"Bash(python *)",
|
|
"Bash(python3 *)",
|
|
"Bash(pip *)",
|
|
"Bash(source *)",
|
|
"Bash(./venv/bin/python *)",
|
|
"Bash(cd tests && .venv/bin/python *)",
|
|
"Bash(cd *)"
|
|
],
|
|
"ask": ["WebFetch", "WebSearch", "Bash(git push*)", "Bash(curl *)"],
|
|
"deny": [
|
|
"Read(*.env)",
|
|
"Read(*.env.*)",
|
|
"Glob(*.env)",
|
|
"Glob(*.env.*)",
|
|
"Grep(*.env)",
|
|
"Grep(*.env.*)"
|
|
]
|
|
}
|
|
}
|