Files
gh-cskiro-claudex/hooks/hooks.json
2025-11-29 18:16:40 +08:00

19 lines
516 B
JSON

{
"$schema": "https://anthropic.com/claude-code/hooks.schema.json",
"description": "Productivity enhancement hooks for automated insight extraction and learning",
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/extract-explanatory-insights.sh",
"description": "Extract ★ Insight blocks from Claude Code responses after agent stops"
}
]
}
]
}
}