Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:31 +08:00
commit b399b50bc5
10 changed files with 2421 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "adrs-management",
"description": "ADRs Management plugins for Architecture Decision Records analysis, generation, and linking",
"version": "1.0.0",
"author": {
"name": "Wesley Willians"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}