Files
assist/.claude/settings.local.json

20 lines
349 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git config:*)",
"Bash(python:*)",
"Bash(python3:*)",
"Bash(curl:*)",
"Bash(pip show:*)",
"Bash(find:*)",
"Bash(chmod:*)",
"Bash(open:*)"
],
"deny": [],
"ask": []
}
}