swap .claude permissions from Go tooling to Dart + Flutter

Go sidecar is retired (ADR 0005). The matching Claude-Code allow list
still permitted `go`, `golangci-lint`, `goreleaser`, `govulncheck`,
`npm` — none of which are used anymore. Narrow the allow list to the
commands that actually run in this project.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-04-21 15:35:47 +02:00
co-authored by Claude
parent 9522625304
commit 329923538e
+3 -6
View File
@@ -3,12 +3,9 @@
"allow": [
"Bash(git add *)",
"Bash(git commit *)",
"Bash(go *)",
"Bash(make *)",
"Bash(golangci-lint *)",
"Bash(goreleaser *)",
"Bash(govulncheck *)",
"Bash(npm *)"
"Bash(dart *)",
"Bash(flutter *)",
"Bash(make *)"
],
"deny": [
"Bash(rm -rf /*)",