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

16 lines
211 B
JSON
Raw Normal View History

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python3 \"${PLUGIN_ROOT}/hooks/ultrawork-detector.py\"",
"timeout": 5
}
]
}
]
}
}