Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:36 +08:00
commit ec5c049ea6
13 changed files with 6235 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "changelog-manager",
"description": "Intelligent CHANGELOG.md and RELEASE_NOTES.md management through git history analysis and AI-powered commit understanding with GitHub integration",
"version": "1.2.0",
"author": {
"name": "Dr. Martin Thorsen Ranang",
"email": "ranang+marketplace@gmail.com",
"url": "https://github.com/mtr"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}