Add claude code permissions

This commit is contained in:
Enrico Ros
2025-06-02 09:59:58 -07:00
parent c4d61fdd21
commit 8c1af95b0e
+16
View File
@@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(git branch:*)",
"Bash(grep:*)",
"Bash(node:*)",
"Bash(npm run:*)",
"Bash(npx tsc:*)",
"Bash(rg:*)",
"Bash(rm:*)",
"Bash(sed:*)"
],
"deny": []
}
}