chore: update local Claude settings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2026-01-14 17:50:00 -06:00
parent 95b209e471
commit 4733149497
2 changed files with 8 additions and 2 deletions

View File

@ -657,7 +657,12 @@
"Bash(npx tsc-alias:*)", "Bash(npx tsc-alias:*)",
"Bash(tsc-alias:*)", "Bash(tsc-alias:*)",
"Bash(npm run:*)", "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": [], "deny": [],
"ask": [] "ask": []

View File

@ -70,7 +70,8 @@
"Bash(dig:*)", "Bash(dig:*)",
"Bash(pnpm why:*)", "Bash(pnpm why:*)",
"Bash(npm view:*)", "Bash(npm view:*)",
"Bash(pnpm install:*)" "Bash(pnpm install:*)",
"Bash(git ls-files:*)"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []