Files
gh-dhofheinz-open-plugins-p…/hooks/hooks.json
2025-11-29 18:20:28 +08:00

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