Files
git.sethpc.xyz-connector/.claude-plugin/plugin.json
T

16 lines
515 B
JSON

{
"name": "gitea-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/gitea-connector",
"repository": "https://git.sethpc.xyz/Seth/gitea-connector",
"license": "MIT",
"commands": ["./commands"],
"agents": ["./agents"],
"hooks": "./hooks/hooks.json"
}