fix: add marketplace.json and remove duplicate hooks declaration

marketplace.json is required for Claude Code plugin indexing.
hooks/hooks.json is auto-discovered — declaring it in plugin.json
causes a duplicate-load error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mortdecai
2026-04-12 22:46:12 -04:00
parent 7ed1401c89
commit 92e7793be8
2 changed files with 27 additions and 2 deletions
+1 -2
View File
@@ -9,6 +9,5 @@
"homepage": "https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector",
"repository": "https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector",
"license": "MIT",
"commands": ["./commands"],
"hooks": "./hooks/hooks.json"
"commands": ["./commands"]
}