Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:27 +08:00
commit 277c92829e
12 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "clydehub",
"description": "Comprehensive Git workflow management plugin with CI automation and lint fixing",
"version": "1.0.0",
"author": {
"name": "John Clyde"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}