24 lines
498 B
JSON
24 lines
498 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(ruff:*)",
|
|
"Bash(pytest:*)",
|
|
"Bash(git status:*)",
|
|
"Bash(git diff:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git merge:*)",
|
|
"Bash(git tag:*)",
|
|
"Bash(git show:*)",
|
|
"Bash(docker:*)",
|
|
"Bash(docker-compose:*)",
|
|
"WebSearch"
|
|
],
|
|
"defaultMode": "bypassPermissions"
|
|
}
|
|
}
|