1{
2 "permissions": {
3 "allow": [
4 "Bash(find:*)",
5 "Bash(ls:*)",
6 "Bash(mkdir:*)",
7 "Bash(grep:*)",
8 "Bash(pnpm install:*)",
9 "Bash(pnpm build:*)",
10 "Bash(node:*)",
11 "Bash(cat:*)",
12 "WebFetch(domain:raw.githubusercontent.com)",
13 "WebFetch(domain:github.com)",
14 "Bash(cargo check:*)",
15 "Bash(pnpm run:*)",
16 "Bash(SQLX_OFFLINE=true cargo check --bin aqua)",
17 "Bash(cargo run:*)",
18 "Bash(rg:*)",
19 "Bash(curl:*)",
20 "Bash(pkill:*)",
21 "Bash(cargo build:*)"
22 ],
23 "deny": []
24 }
25}