Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:43 +08:00
commit 1111c916df
9 changed files with 974 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "changelog",
"description": "Changelog management plugin that ensures all code commits include proper changelog entries. Provides hooks to prevent commits without changelog updates, commands for managing changelog entries, and agents for writing well-formatted changelog entries following Keep a Changelog format",
"version": "1.0.0",
"author": {
"name": "Emil Lindfors"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}