Defined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Update the main pane of Vantage Point dashboard with the current todo list status."
}
],
"matcher": "TodoWrite"
},
{
"hooks": [
{
"type": "prompt",
"prompt": "Update the left pane of Vantage Point dashboard with relevant memories."
}
],
"matcher": "mcp__creo-memories__.*"
},
{
"hooks": [
{
"type": "prompt",
"prompt": "Update the right pane of Vantage Point dashboard with research results summary."
}
],
"matcher": "WebSearch|WebFetch"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Initialize the Vantage Point dashboard. Display: 1) Recent memories from creo-memories in left pane, 2) Current todos in main pane (or Next Actions from 'gh issue list --label next' if empty), 3) Git context (pwd, branch) in right pane."
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"prompt": 4
},
"eventStats": {
"PostToolUse": 3,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}