Files
bot/.claude/settings.local.json
syui a4f7f867f5
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 12m45s
fix cmd
2025-06-11 11:49:53 +09:00

23 lines
495 B
JSON

{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(cargo check:*)",
"Bash(cargo test)",
"Bash(cargo test:*)",
"Bash(grep:*)",
"Bash(cargo install:*)",
"Bash(cargo make:*)",
"Bash(cargo:*)",
"Bash(ls:*)",
"Bash(./target/debug/aibot --help)",
"Bash(./target/debug/ai --help)",
"Bash(mkdir:*)",
"Bash(chmod:*)",
"Bash(git checkout:*)",
"Bash(git add:*)",
"Bash(rg:*)"
],
"deny": []
}
}