chore(omo-codex): wire start-work continuation hooks

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-28 16:15:18 +09:00
parent ced472dedf
commit 67930c1598
2 changed files with 28 additions and 2 deletions
@@ -107,6 +107,30 @@
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook stop",
"timeout": 10,
"statusMessage": "checking OMO start-work continuation"
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook subagent-stop",
"timeout": 10,
"statusMessage": "checking OMO start-work continuation"
}
]
}
]
}
}