refactor(omo-codex): port ultrawork hook to typescript

This commit is contained in:
YeonGyu-Kim
2026-05-28 15:07:51 +09:00
parent 0f0c6d0850
commit 091550b94d
21 changed files with 515 additions and 255 deletions
@@ -5,7 +5,7 @@
"hooks": [
{
"type": "command",
"command": "python3 \"${PLUGIN_ROOT}/hooks/ultrawork-detector.py\"",
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
"timeout": 5
}
]