15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"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"
|
|
]
|
|
} |