From e6cc4665bdedc33a71e329bc6c80274ac209363c Mon Sep 17 00:00:00 2001 From: ActuallyTrent Date: Wed, 6 Aug 2025 23:11:22 -0500 Subject: [PATCH 1/3] fix: remove claude code permissions --- .claude/settings.local.json | 45 +------------------------------------ 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 54fab9d6bb..b362b03c5a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,50 +1,7 @@ { "$schema": "https://json.schemastore.org/claude-code-settings.json", "permissions": { - "allow": [ - "Bash(grep:*)", - "Bash(uv run maturin develop:*)", - "Bash(BAML_LOG_INTERNAL=debug BAML_INTERNAL_LOG=debug infisical run --env=test -- uv run pytest tests/test_functions.py::test_semantic_streaming -s)", - "Bash(python test:*)", - "Bash(uv run:*)", - "Bash(find:*)", - "Bash(rg:*)", - "Bash(cargo check:*)", - "Bash(cargo build:*)", - "Bash(find:*)", - "Bash(ls:*)", - "Bash(cargo install:*)", - "Bash(*)", - "Bash(pnpm build:*)", - "Bash(pushd:*)", - "Bash(popd:*)", - "Bash(grep:*)", - "Bash(pnpm:*)", - "Bash(rm:*)", - "Bash(dist/baml-cli --version)", - "Bash(cargo:*)", - "Bash(node_modules/.bin/baml-cli:*)", - "Bash(node:*)", - "Bash(chmod:*)", - "Bash(timeout:*)", - "Bash(gtimeout:*)", - "Bash(mkdir:*)", - "Bash(npx vitest run:*)", - "mcp__ide__getDiagnostics", - "Bash(cp:*)", - "Bash(mv:*)", - "Bash(tree:*)", - "Bash(rg:*)", - "Bash(cargo build:*)", - "Bash(npm run typecheck:*)", - "Bash(npm run lint)", - "Bash(npm run format:*)", - "Bash(npm run:*)", - "Bash(npx biome check:*)", - "Bash(npx tsc:*)", - "Bash(npx tsc:*)", - "WebFetch(domain:www.npmjs.com)" - ], + "allow": [], "deny": [] } } \ No newline at end of file From 8adaf71af8328d2e862b187b9913fd494e8a3c05 Mon Sep 17 00:00:00 2001 From: ActuallyTrent Date: Thu, 7 Aug 2025 02:53:55 -0500 Subject: [PATCH 2/3] fix: delete local claude settings --- .claude/settings.local.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index b362b03c5a..0000000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/claude-code-settings.json", - "permissions": { - "allow": [], - "deny": [] - } -} \ No newline at end of file From 2002b41bc0133592378c22a168e0c4d15fd8dd55 Mon Sep 17 00:00:00 2001 From: ActuallyTrent Date: Thu, 7 Aug 2025 02:54:18 -0500 Subject: [PATCH 3/3] fix: ignore local claude settings --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 185e9639c0..3c824182e1 100644 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,4 @@ typescript/apps/vscode-ext/dist/playground # mise .mise.local.toml .mise.*.local.toml +.claude/settings.local.json \ No newline at end of file