This commit is contained in:
2025-09-18 03:41:48 +02:00
parent 7af7ba28a0
commit 8c6f070ea1
14 changed files with 1045 additions and 406 deletions

View File

@@ -0,0 +1,21 @@
{
"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"
}