Files
git.sethpc.xyz-connector/.claude-plugin/plugin.json
T
Mortdecai 92e7793be8 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>
2026-04-12 22:46:12 -04:00

14 lines
483 B
JSON

{
"name": "git.sethpc.xyz-connector",
"version": "1.0.0",
"description": "Connect Claude Code to Seth's Gitea instance (git.sethpc.xyz) — guided setup, CLI, commit conventions, and a gentle nudge to push.",
"author": {
"name": "Seth",
"url": "https://git.sethpc.xyz"
},
"homepage": "https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector",
"repository": "https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector",
"license": "MIT",
"commands": ["./commands"]
}