Files
oh-my-opencode/packages/omo-claude/plugin/components/ultrawork/hooks/hooks.json
T
YeonGyu-Kim 743671b43f feat(omo-claude): vendor ultrawork component
Keyword detector injects directive.md on ulw/ultrawork; silent otherwise. QA: directive injects, no crash.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 13:40:11 +09:00

16 lines
223 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook user-prompt-submit",
"timeout": 5
}
]
}
]
}
}