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:
@@ -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 /*)",
|
||||
|
||||
Reference in New Issue
Block a user