30 lines
586 B
JSON
30 lines
586 B
JSON
{
|
|
"hooks": {
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
|
|
"timeout": 10,
|
|
"statusMessage": "LazyCodex(0.1.0): 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": "LazyCodex(0.1.0): Enforcing Unlimited Ulw-Loop Budget"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|