2026-05-25 22:24:37 +09:00
|
|
|
{
|
|
|
|
|
"hooks": {
|
|
|
|
|
"UserPromptSubmit": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
|
|
|
|
|
"timeout": 10,
|
2026-05-29 12:38:22 +09:00
|
|
|
"statusMessage": "checking ulw-loop steering"
|
2026-05-25 22:24:37 +09:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-05-28 14:19:14 +09:00
|
|
|
],
|
|
|
|
|
"PreToolUse": [
|
|
|
|
|
{
|
|
|
|
|
"matcher": "^create_goal$",
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook pre-tool-use",
|
|
|
|
|
"timeout": 5,
|
2026-05-29 12:38:22 +09:00
|
|
|
"statusMessage": "enforcing unlimited ulw-loop budget"
|
2026-05-28 14:19:14 +09:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-05-25 22:24:37 +09:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|