15 lines
516 B
JSON
15 lines
516 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"],
|
|
"hooks": "./hooks/hooks.json"
|
|
}
|