1
0
This commit is contained in:
2025-06-03 05:00:51 +09:00
parent 6cd8014f80
commit ef907660cc
43 changed files with 5255 additions and 194 deletions

View File

@ -3,7 +3,30 @@
"allow": [
"WebFetch(domain:card.syui.ai)",
"Bash(mkdir:*)",
"Bash(chmod:*)"
"Bash(chmod:*)",
"Bash(./start_server.sh:*)",
"Bash(npm run dev:*)",
"Bash(npm install)",
"WebFetch(domain:github.com)",
"Bash(npm run build:*)",
"Bash(npm run preview:*)",
"Bash(curl:*)",
"Bash(sudo kill:*)",
"Bash(launchctl:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(find:*)",
"Bash(cloudflared:*)",
"Bash(grep:*)",
"Bash(nslookup:*)",
"Bash(sqlite3:*)",
"Bash(kill:*)",
"Bash(pkill:*)",
"WebFetch(domain:docs.bsky.app)",
"Bash(npm install:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:www.npmjs.com)",
"Bash(rm:*)"
],
"deny": []
}