/plugin marketplace add vibe-with-me-tools/agent-reachout/plugin install agent-reachout@agent-reachoutDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "prompt",
"prompt": "SILENTLY evaluate if you should notify the user. ONLY use notify_user if you completed significant work or encountered a blocker. Do NOT output any text - either notify or do nothing."
}
],
"matcher": "*"
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "prompt",
"prompt": "STOP. Do NOT use AskUserQuestion. Instead, use the send_message tool with provider=telegram and wait_for_response=true to ask the user via Telegram. This allows the user to respond from their phone."
}
],
"matcher": "AskUserQuestion"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 2
},
"eventStats": {
"Stop": 1,
"PreToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}