{
"hooks": {
"BeforeAgent": [
{
"hooks": [
{
"type": "command",
"command": "workmux set-window-status working"
}
]
}
],
"Notification": [
{
"matcher": "ToolPermission",
"hooks": [
{
"type": "command",
"command": "workmux set-window-status waiting"
}
]
}
],
"AfterTool": [
{
"hooks": [
{
"type": "command",
"command": "workmux set-window-status working"
}
]
}
],
"AfterAgent": [
{
"hooks": [
{
"type": "command",
"command": "workmux set-window-status done"
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "workmux set-window-status done"
}
]
}
]
}
}