Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:40 +08:00
commit 2c73f243fb
4 changed files with 2094 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "project-init",
"description": "智能分析项目并生成 CLAUDE.md 规范文件(完全跨平台),支持 Monorepo",
"version": "1.1.0",
"author": {
"name": "Wang Xuecheng",
"email": "ahut17353766123@gmail.com"
},
"commands": [
"./commands"
]
}