From 67335f0b45bb5b4bcb3d87e7ecb3a1e310a67a53 Mon Sep 17 00:00:00 2001 From: James Griffin Date: Thu, 5 Mar 2026 16:26:42 -0400 Subject: [PATCH] Add claude allow list --- .claude/settings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..dbfe41f --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,12 @@ +{ + "permissions": { + "allow": [ + "Bash(go test ./...)", + "Bash(gofmt -w .)", + "Bash(go build ./...)", + "Bash(go vet ./...)", + "Bash(go test -count=1 -v -coverprofile=coverage.out ./...)", + "Bash(go tool cover -func=coverage.out)" + ] + } +}