{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js\" hook SessionStart"
}
]
}
],
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit|NotebookEdit|Read",
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js\" hook PostToolUse"
}
]
}
],
"PreToolUse": [
{
"matcher": "Grep|Bash",
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js\" hook PreToolUse"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/bin/claudix-bootstrap.js\" hook UserPromptSubmit"
}
]
}
]
}
}