From 8c76f496edf59650c0d3cef460dfa985797b5ec9 Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 17 Mar 2026 18:47:36 +0000 Subject: [PATCH] fix: bump marketplace.json to v0.10.0, fix hooks.json structure, remove invalid hooks from plugin.json Co-Authored-By: Virgil --- .claude-plugin/marketplace.json | 4 ++-- claude/core/.claude-plugin/plugin.json | 6 ------ claude/core/hooks.json | 10 ++++++++++ 3 files changed, 12 insertions(+), 8 deletions(-) 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": [