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:
parent
7a75a3969d
commit
8c76f496ed
3 changed files with 12 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -18,11 +18,5 @@
|
|||
"codex",
|
||||
"messaging",
|
||||
"openbrain"
|
||||
],
|
||||
"hooks": [
|
||||
{
|
||||
"event": "PostToolUse",
|
||||
"script": "${CLAUDE_PLUGIN_ROOT}/scripts/check-notify.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue