Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:38 +08:00
commit 7fe999e718
8 changed files with 1101 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "project-analizer",
"description": "Project Analyzer plugins for comprehensive architectural analysis, component deep analysis, and dependency auditing",
"version": "1.0.0",
"author": {
"name": "Wesley Willians"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}