ac5711c0df
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
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"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*)"
|
|
]
|
|
}
|
|
}
|