chore: Expand default Claude permissions slightly (#2503)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent 88fde79721
commit b9f09b7c4e
+11 -1
View File
@@ -1,5 +1,15 @@
{ {
"permissions": { "permissions": {
"allow": ["Bash(yarn run *)", "Bash(yarn why:*)"] "allow": [
"Bash(yarn run *)",
"Bash(yarn why:*)",
"Bash(npx vitest *)",
"Bash(yarn vitest run *)",
"Bash(yarn prettier *)",
"Bash(npx tsc --noEmit *)",
"Bash(npx eslint *)",
"Bash(npx rollup -c *)",
"Read(~/.claude/projects/**)"
]
} }
} }