Files
oh-my-opencode/packages/omo-claude/plugin/components/lsp/hooks/hooks.json
T
YeonGyu-Kim 186fade2e5 feat(omo-claude): vendor lsp component
Builds to dist/cli.js; hook bundled self-contained by sync-mcp. dist/ ignored.

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

18 lines
352 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "^(apply_patch|Write|Edit|MultiEdit|multi_edit|write|edit|multiedit)$",
"hooks": [
{
"type": "command",
"command": "node \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook post-tool-use",
"timeout": 60,
"statusMessage": "checking LSP diagnostics"
}
]
}
]
}
}