{
"hooks": {
"PreToolUse": [
{
"matcher": "Edit|Write|MultiEdit|apply_patch|edit|write|multi_edit",
"hooks": [
{
"type": "command",
"command": "sidekick hook"
}
]
}
],
"PostToolUse": [
{
"matcher": "Edit|Write|MultiEdit|apply_patch|edit|write|multi_edit",
"hooks": [
{
"type": "command",
"command": "sidekick hook"
}
]
}
],
"UserPromptSubmit": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "sidekick hook"
}
]
}
]
}
}