186fade2e5
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>
18 lines
352 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|