feat: initial marketplace (knowledge-curator + venture)

This commit is contained in:
2026-06-02 14:31:42 +02:00
commit 45a4f30939
22 changed files with 1463 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"PreToolUse": [
{
"matcher": "mcp__memory__(create|add|delete)_.*",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/backup-memory.sh",
"timeout": 15
}
]
}
]
}