Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:54 +08:00
commit 1b00527dfe
4 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "github",
"description": "AI-powered github tools",
"version": "1.0.0",
"author": {
"name": "Andrzej Sliwa",
"email": "andrzej.sliwa@gmail.com",
"url": "https://github.com/andrzejsliwa"
},
"commands": [
"./commands"
]
}