chore: Expand default Claude permissions slightly (#2503)
This commit is contained in:
committed by
dermotduffy
parent
88fde79721
commit
b9f09b7c4e
+11
-1
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"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/**)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user