From 329923538ee41382bcb62882a39ed8b805f61930 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 21 Apr 2026 15:35:47 +0200 Subject: [PATCH] swap .claude permissions from Go tooling to Dart + Flutter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/settings.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index fe5bf664..7eeecfac 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -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 /*)",