From 1b769a966622f08276d33de9f4a20b5f4616f9f1 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Thu, 11 Jun 2026 00:16:46 +0200 Subject: [PATCH] chore: auto-commit (1 archivos) - .claude/settings.json Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude/settings.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index d224548..5f9d0b0 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -17,21 +17,30 @@ "UserPromptSubmit": [ { "hooks": [ - { "type": "command", "command": "~/.claude/hooks/goal_tracker.sh" } + { + "type": "command", + "command": "~/.claude/hooks/goal_tracker.sh" + } ] } ], "Stop": [ { "hooks": [ - { "type": "command", "command": "~/.claude/hooks/goal_phase_eval.sh" } + { + "type": "command", + "command": "~/.claude/hooks/goal_phase_eval.sh" + } ] } ], "PostToolUse": [ { "hooks": [ - { "type": "command", "command": "~/.claude/hooks/goal_phase_active.sh" } + { + "type": "command", + "command": "~/.claude/hooks/goal_phase_active.sh" + } ] } ]