Initial commit
This commit is contained in:
18
hooks/hooks.json
Normal file
18
hooks/hooks.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user