21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(python:*)",
|
|
"Bash(uv install:*)",
|
|
"Bash(uv sync:*)",
|
|
"Bash(uv run:*)",
|
|
"Edit(**)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(sqlite3:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(true)",
|
|
"Bash(curl:*)",
|
|
"Bash(APP_PORT=8081 uv run:*)"
|
|
],
|
|
"deny": []
|
|
},
|
|
"defaultMode": "bypassPermissions"
|
|
} |