chore: auto-commit (1 archivos)

- .claude/settings.json

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-11 00:16:46 +02:00
parent 963b3bd7e1
commit 1b769a9666
+12 -3
View File
@@ -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"
}
]
}
]