Update .claude/settings.json with project permission allowlist

Allows crystal build/spec/run, shards, git read/write, and ls
without per-call prompts — consistent across machines.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ATnpoEGXj4RyuMoBLGWcjs
This commit is contained in:
2026-08-10 08:02:58 -05:00
parent 519c8dcd44
commit ac5711c0df
+20 -1
View File
@@ -1 +1,20 @@
{} {
"permissions": {
"allow": [
"Bash(crystal build*)",
"Bash(crystal spec*)",
"Bash(crystal run*)",
"Bash(shards install*)",
"Bash(shards update*)",
"Bash(git status*)",
"Bash(git diff*)",
"Bash(git log*)",
"Bash(git add*)",
"Bash(git commit*)",
"Bash(git push*)",
"Bash(git rm*)",
"Bash(rm -f test)",
"Bash(ls*)"
]
}
}