Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:16 +08:00
commit 207e39d259
4 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "git",
"description": "Intelligent git commit workflow automation with AI-powered file grouping and configurable message formats",
"version": "1.0.0",
"author": {
"name": "Bradley Golden",
"email": "hello@bradleygolden.dev"
},
"commands": [
"./commands/commit.md"
]
}