From 2b8946fcc136ea81a537f9b55989f3faf26eca90 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Mon, 13 Jul 2026 15:08:30 +0200 Subject: [PATCH] chore: remove Claude permission settings --- .claude/settings.json | 48 ------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index a4951690ce..0000000000 --- a/.claude/settings.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(find:*)", - "Bash(ls:*)", - "Bash(git:*)", - "Bash(git status:*)", - "Bash(git log:*)", - "Bash(git diff:*)", - "Bash(git show:*)", - "Bash(git branch:*)", - "Bash(git remote:*)", - "Bash(git tag:*)", - "Bash(git stash list:*)", - "Bash(git rev-parse:*)", - "Bash(gh pr view:*)", - "Bash(gh pr list:*)", - "Bash(gh pr checks:*)", - "Bash(gh pr diff:*)", - "Bash(gh issue view:*)", - "Bash(gh issue list:*)", - "Bash(gh run view:*)", - "Bash(gh run list:*)", - "Bash(gh run logs:*)", - "Bash(gh repo view:*)", - "WebFetch(domain:github.com)", - "WebFetch(domain:docs.sentry.io)", - "WebFetch(domain:develop.sentry.dev)", - "Bash(grep:*)", - "Bash(mv:*)", - "Bash(source .venv/bin/activate)", - "Bash(source tox.venv/bin/activate:*)", - "Bash(source .tox/*/bin/activate:*)", - "Bash(tox:*)", - "Bash(tox.venv/bin/tox:*)", - "Bash(.tox/*/bin/python:*)", - "Bash(.tox/*/bin/pytest:*)", - "Bash(.tox/*/bin/ruff:*)", - "Bash(ruff format:*)", - "Bash(ruff check:*)", - "Bash(mypy:*)", - "Bash(uv run *)", - "Bash(TESTPATH=* uv run *)", - "Bash(./scripts/generate-test-files.sh)" - ], - "deny": [] - } -}