Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:35 +08:00
commit 23005ae6d6
7 changed files with 1558 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "diagrams-generator",
"description": "Diagrams Generator plugins for C4 and Mermaid diagram generation from Feature Design Documents",
"version": "1.0.0",
"author": {
"name": "Wesley Willians"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}