Add `claude` settings config `.json`

Gud Boi 2026-02-26 19:16:01 -05:00
parent 216d7b7778
commit fcad292238
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(chmod:*)",
"Bash(/tmp/piker_commits.txt)",
"Bash(python:*)"
],
"deny": [],
"ask": []
}
}