trax/.claude/hooks.json

13 lines
343 B
JSON

{
"hooks": {
"post_stop": {
"description": "Run after Claude Code completes a task",
"command": ".claude/hooks/task-complete.sh"
},
"post_tool_use": {
"description": "Run after file modifications",
"command": "python .claude/hooks/type-check.py",
"tools": ["edit", "multi_edit", "write"]
}
}
}