19 lines
478 B
JSON
19 lines
478 B
JSON
{
|
|
"name": "git-commit-assistant",
|
|
"description": "Intelligent git commit helper with semantic commit message generation, change analysis, and atomic commit guidance using conventional commits format",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Daniel Hofheinz",
|
|
"email": "daniel@danielhofheinz.com",
|
|
"url": "https://github.com/dhofheinz/open-plugins"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |