Claude Code: Permission-Allowlist für read-only Befehle hinzugefügt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 12:31:56 +02:00
parent ce7290d6e8
commit 0d25dc4b35
+8
View File
@@ -1,5 +1,13 @@
{ {
"enabledPlugins": { "enabledPlugins": {
"feature-dev@claude-plugins-official": true "feature-dev@claude-plugins-official": true
},
"permissions": {
"allow": [
"Bash(uv version)",
"Bash(uv run ruff check)",
"Bash(uv run ruff check *)",
"Bash(uv tree)"
]
} }
} }