Files
QwenClaw-with-Auth/skills/claude-codex-settings/plugins/plugin-dev/hooks/hooks.json

17 lines
345 B
JSON

{
"description": "Plugin development marketplace sync hooks",
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/sync_marketplace_to_plugins.py"
}
]
}
]
}
}