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

30 lines
550 B
JSON
Raw Normal View History

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