chore: update local Claude settings
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
95b209e471
commit
4733149497
|
|
@ -657,7 +657,12 @@
|
|||
"Bash(npx tsc-alias:*)",
|
||||
"Bash(tsc-alias:*)",
|
||||
"Bash(npm run:*)",
|
||||
"Bash(npx panda:*)"
|
||||
"Bash(npx panda:*)",
|
||||
"Bash(prettier:*)",
|
||||
"Bash(./generate-compose.sh)",
|
||||
"WebFetch(domain:docs.docker.com)",
|
||||
"Bash(./deploy.sh:*)",
|
||||
"Bash(git -C /Users/antialias/projects/soroban-abacus-flashcards status apps/web/src/app/api/health/)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
|
|
|||
|
|
@ -70,7 +70,8 @@
|
|||
"Bash(dig:*)",
|
||||
"Bash(pnpm why:*)",
|
||||
"Bash(npm view:*)",
|
||||
"Bash(pnpm install:*)"
|
||||
"Bash(pnpm install:*)",
|
||||
"Bash(git ls-files:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
|
|
|||
Loading…
Reference in New Issue