17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"description": "Automatic code review after Edit or Write operations",
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Edit|Write",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/dist/review.js"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|