Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:56 +08:00
commit fc93f791ce
5 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "git-commit-agent",
"description": "Git commit agent with intelligent change analysis and commit message conventions",
"version": "0.1.2",
"author": {
"name": "David Golden",
"email": "xdg@xdg.me"
},
"agents": [
"./agents/git-commit-agent.md"
],
"commands": [
"./commands/commit.md"
]
}