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:
+12
-3
@@ -17,21 +17,30 @@
|
|||||||
"UserPromptSubmit": [
|
"UserPromptSubmit": [
|
||||||
{
|
{
|
||||||
"hooks": [
|
"hooks": [
|
||||||
{ "type": "command", "command": "~/.claude/hooks/goal_tracker.sh" }
|
{
|
||||||
|
"type": "command",
|
||||||
|
"command": "~/.claude/hooks/goal_tracker.sh"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Stop": [
|
"Stop": [
|
||||||
{
|
{
|
||||||
"hooks": [
|
"hooks": [
|
||||||
{ "type": "command", "command": "~/.claude/hooks/goal_phase_eval.sh" }
|
{
|
||||||
|
"type": "command",
|
||||||
|
"command": "~/.claude/hooks/goal_phase_eval.sh"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PostToolUse": [
|
"PostToolUse": [
|
||||||
{
|
{
|
||||||
"hooks": [
|
"hooks": [
|
||||||
{ "type": "command", "command": "~/.claude/hooks/goal_phase_active.sh" }
|
{
|
||||||
|
"type": "command",
|
||||||
|
"command": "~/.claude/hooks/goal_phase_active.sh"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user