diff --git a/.claude/settings.local.json b/.claude/settings.local.json index c077548d..ad45daf6 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,4 +1,14 @@ { + "permissions": { + "allow": [ + "Bash(CGO_ENABLED=1 go test *)", + "Bash(sqlite3 *)" + ] + }, + "enabledMcpjsonServers": [ + "registry", + "jupyter" + ], "hooks": { "PreToolUse": [ { @@ -49,9 +59,5 @@ ] } ] - }, - "enabledMcpjsonServers": [ - "registry", - "jupyter" - ] + } }