test(omo-codex): batch 63 (4 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:10 +09:00
parent 63322c5507
commit cf88f7462a
4 changed files with 330 additions and 0 deletions
@@ -0,0 +1,28 @@
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook stop",
"timeout": 10,
"statusMessage": "LazyCodex(0.1.0): Checking Start-Work Continuation"
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook subagent-stop",
"timeout": 10,
"statusMessage": "LazyCodex(0.1.0): Checking Start-Work Continuation"
}
]
}
]
}
}