From 648ce63fc034ebe936cafe24dd8a0f5c32055737 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sat, 6 Jun 2026 01:38:36 +0200 Subject: [PATCH] chore: auto-commit (1 archivos) - .claude/settings.local.json Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude/settings.local.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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" - ] + } }