23 lines
471 B
JSON
23 lines
471 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(grep:*)",
|
||
|
|
"Bash(ls:*)",
|
||
|
|
"Bash(source:*)",
|
||
|
|
"Bash(find:*)",
|
||
|
|
"Bash(mv:*)",
|
||
|
|
"Bash(mkdir:*)",
|
||
|
|
"Bash(tree:*)",
|
||
|
|
"Bash(ruff:*)",
|
||
|
|
"Bash(touch:*)",
|
||
|
|
"Bash(cat:*)",
|
||
|
|
"Bash(ruff check:*)",
|
||
|
|
"Bash(pytest:*)",
|
||
|
|
"Bash(python:*)",
|
||
|
|
"Bash(python -m pytest:*)",
|
||
|
|
"Bash(python3 -m pytest:*)",
|
||
|
|
"WebFetch(domain:docs.anthropic.com)"
|
||
|
|
],
|
||
|
|
"deny": []
|
||
|
|
}
|
||
|
|
}
|