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

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