Files
2025-11-29 18:25:17 +08:00

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"
}
]
}
]
}
}