Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:29 +08:00
commit b8eff6f333
6 changed files with 2322 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "legacy-analyzer",
"description": "使用多個專門代理配合基於置信度的評分系統,分析 Legacy Java Spring Boot 專案並產生高品質教學文件",
"version": "1.4.0",
"author": {
"name": "Dennis Liu (繁體中文版)",
"email": "nossi1970@hotmail.com"
},
"commands": [
"./commands"
]
}