92e7793be8
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>
14 lines
483 B
JSON
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"]
|
|
}
|