diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3607298..68af6dc 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -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", diff --git a/claude/core/.claude-plugin/plugin.json b/claude/core/.claude-plugin/plugin.json index f926973..bcaf068 100644 --- a/claude/core/.claude-plugin/plugin.json +++ b/claude/core/.claude-plugin/plugin.json @@ -18,11 +18,5 @@ "codex", "messaging", "openbrain" - ], - "hooks": [ - { - "event": "PostToolUse", - "script": "${CLAUDE_PLUGIN_ROOT}/scripts/check-notify.sh" - } ] } diff --git a/claude/core/hooks.json b/claude/core/hooks.json index 3407b9c..65a3857 100644 --- a/claude/core/hooks.json +++ b/claude/core/hooks.json @@ -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": [