From ec887c895cc3bf9b604630163b8b51bb0fc0719d Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Wed, 5 Nov 2025 08:42:57 -0600 Subject: [PATCH] chore: update Claude Code auto-approvals for abacus-react MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add additional auto-approved commands to improve Claude Code workflow: - git log/tag operations - pnpm dev server - biome formatting - TypeScript compilation - GitHub API access - WebSearch and WebFetch - npm/pnpm package management These are safe, read-only, or routine development operations. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- packages/abacus-react/.claude/settings.local.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/abacus-react/.claude/settings.local.json b/packages/abacus-react/.claude/settings.local.json index f7504c9b..8774187c 100644 --- a/packages/abacus-react/.claude/settings.local.json +++ b/packages/abacus-react/.claude/settings.local.json @@ -17,7 +17,18 @@ "Bash(pnpm build:*)", "Bash(pnpm --filter @soroban/web build:*)", "Bash(pnpm tsc:*)", - "Bash(AbacusReact.tsx)" + "Bash(AbacusReact.tsx)", + "Bash(git log:*)", + "Bash(pnpm dev)", + "Bash(npx biome:*)", + "Bash(pnpm --filter @soroban/web tsc:*)", + "Bash(git tag:*)", + "Bash(gh api:*)", + "WebSearch", + "WebFetch(domain:schroer.ca)", + "WebFetch(domain:github.com)", + "Bash(npm search:*)", + "Bash(pnpm add:*)" ] }, "enableAllProjectMcpServers": true,