17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Write|Edit|MultiEdit",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/api-standards-checker.py",
|
|
"description": "Check API standards compliance"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|