25 lines
535 B
JSON
25 lines
535 B
JSON
{
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Write.*marketplace\\.json|Edit.*marketplace\\.json",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/auto-validate-marketplace.sh",
|
|
"args": []
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"matcher": "Write.*plugin\\.json|Edit.*plugin\\.json",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/auto-validate-plugin.sh",
|
|
"args": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|