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

27 lines
393 B
JSON

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