Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:43 +08:00
commit 678f26feb9
4 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "git-commits",
"description": "Git commit standards and PR workflows with commit message generator agent",
"version": "1.0.0",
"author": {
"name": "TechNickAI",
"url": "https://github.com/TechNickAI"
},
"agents": [
"./agents"
]
}