chore: scaffold plugin with manifest and directory structure

This commit is contained in:
Mortdecai
2026-04-01 17:43:04 -04:00
commit afee99d413
2 changed files with 18 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"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"
}