Files
oh-my-opencode/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json
T

27 lines
451 B
JSON
Raw Normal View History

{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook stop",
"timeout": 10
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/components/start-work-continuation/dist/cli.js\" hook subagent-stop",
"timeout": 10
}
]
}
]
}
}