docs(omo-codex): batch 64 (4 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:10 +09:00
parent cf88f7462a
commit 8e232279e8
4 changed files with 189 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"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"
}
]
}
]
}
}
@@ -0,0 +1,6 @@
interface:
display_name: "ulw loop"
short_description: "Goal-like ultrawork loop for systematic decomposition"
search_terms:
- "ulw-loop"
default_prompt: "Use $ulw-loop to break this work into a systematic ultrawork loop with evidence-backed checkpoints."