From 4733149497bc6f0e674f097ae50a55f7a01e301d Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Wed, 14 Jan 2026 17:50:00 -0600 Subject: [PATCH] chore: update local Claude settings Co-Authored-By: Claude Opus 4.5 --- .claude/settings.local.json | 7 ++++++- apps/web/.claude/settings.local.json | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 7d7b8b4c..be6f9b29 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -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": [] diff --git a/apps/web/.claude/settings.local.json b/apps/web/.claude/settings.local.json index 9e62c53c..be2c7d9d 100644 --- a/apps/web/.claude/settings.local.json +++ b/apps/web/.claude/settings.local.json @@ -70,7 +70,8 @@ "Bash(dig:*)", "Bash(pnpm why:*)", "Bash(npm view:*)", - "Bash(pnpm install:*)" + "Bash(pnpm install:*)", + "Bash(git ls-files:*)" ], "deny": [], "ask": []