fix: bump marketplace.json to v0.10.0, fix hooks.json structure, remove invalid hooks from plugin.json

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-17 18:47:36 +00:00
parent 7a75a3969d
commit 8c76f496ed
3 changed files with 12 additions and 8 deletions

View file

@ -9,8 +9,8 @@
{
"name": "core",
"source": "./claude/core",
"description": "Core agent platform — dispatch, watch, monitor, status, review, scan, messaging, PR automation, sandboxed agents",
"version": "0.7.0"
"description": "Core agent platform — dispatch (local + remote), verify+merge, CodeRabbit/Codex review queue, GitHub mirror, cross-agent messaging, OpenBrain integration",
"version": "0.10.0"
},
{
"name": "core-php",

View file

@ -18,11 +18,5 @@
"codex",
"messaging",
"openbrain"
],
"hooks": [
{
"event": "PostToolUse",
"script": "${CLAUDE_PLUGIN_ROOT}/scripts/check-notify.sh"
}
]
}

View file

@ -41,6 +41,16 @@
}
],
"description": "Suggest review after PR creation"
},
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-notify.sh"
}
],
"description": "Check for inbox notifications (marker file, no API calls)"
}
],
"PreToolUse": [