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)" + ] + } +}