chore: scaffold plugin with manifest and directory structure
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
.backup/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
Reference in New Issue
Block a user