Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:28 +08:00
commit b727790a9e
65 changed files with 16412 additions and 0 deletions

24
hooks/hooks.json Normal file
View File

@@ -0,0 +1,24 @@
{
"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": []
}
]
}
]
}