54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cargo init:*)",
|
|
"Bash(cargo:*)",
|
|
"Bash(find:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(../target/debug/ailog new:*)",
|
|
"Bash(../target/debug/ailog build)",
|
|
"Bash(/Users/syui/ai/log/target/debug/ailog build)",
|
|
"Bash(ls:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(pkill:*)",
|
|
"WebFetch(domain:docs.anthropic.com)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(rm:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(./target/debug/ailog:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(./scripts/tunnel.sh:*)",
|
|
"Bash(PRODUCTION=true cargo run -- build)",
|
|
"Bash(cloudflared tunnel:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(./scripts/build-oauth-partial.zsh:*)",
|
|
"Bash(./scripts/quick-oauth-update.zsh:*)",
|
|
"Bash(../target/debug/ailog serve)",
|
|
"Bash(./scripts/test-oauth.sh:*)",
|
|
"Bash(./run.zsh:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(./target/release/ailog:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(../target/release/ailog build)",
|
|
"Bash(zsh run.zsh:*)",
|
|
"Bash(hugo:*)",
|
|
"WebFetch(domain:docs.bsky.app)",
|
|
"WebFetch(domain:syui.ai)",
|
|
"Bash(rustup target list:*)",
|
|
"Bash(rustup target:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git tag:*)",
|
|
"Bash(../bin/ailog:*)",
|
|
"Bash(../target/release/ailog oauth build:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |