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