Defined inline in plugin.json manifest
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "workmux set-window-status done"
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "workmux set-window-status waiting"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "workmux set-window-status working"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"Stop": 1,
"Notification": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 3
}
}