Files
oh-my-opencode/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json
T

16 lines
216 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
"timeout": 5
}
]
}
]
}
}