JSON 13 lines
{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume|clear",
"hooks": [
{ "type": "command", "command": "eeco hooks session-emit --if-initialized", "timeout": 10 }
]
}
]
}
}