/plugin marketplace add njerschow/textme/plugin install njerschow-imessage@njerschow/textmeDefined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "prompt",
"prompt": "Check if text mode is enabled by running: test -f ~/.config/claude-imessage/textme-enabled && echo TEXTME_ON || echo TEXTME_OFF\n\nIf TEXTME_ON: You MUST use notify_user to send a brief summary of what you just did. If you need user input, use ask_user instead and WAIT for their text response.\n\nIf TEXTME_OFF: SILENTLY evaluate if you should message the user. ONLY use ask_user if you completed significant work and need to discuss next steps, or are genuinely blocked. Do NOT output any text - either use ask_user or do nothing."
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 1
},
"eventStats": {
"Stop": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}