Files
oh-my-opencode/packages/omo-codex/plugin/components/ultragoal/hooks/hooks.json
T
2026-05-28 14:19:14 +09:00

30 lines
552 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
"timeout": 10,
"statusMessage": "checking ultragoal steering"
}
]
}
],
"PreToolUse": [
{
"matcher": "^create_goal$",
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use",
"timeout": 5,
"statusMessage": "enforcing unlimited ultragoal budget"
}
]
}
]
}
}