chore: checkpoint admin restore state
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"project_name": "test-memindadm",
|
||||
"root_path": "/Users/john/PycharmProjects/test/test-memindadm",
|
||||
"detected_stack": [
|
||||
"node",
|
||||
"vite",
|
||||
"nginx",
|
||||
"shell"
|
||||
],
|
||||
"key_files": [
|
||||
"package-lock.json",
|
||||
"package.json",
|
||||
"scripts/remote_restart.sh",
|
||||
"scripts/rsync_to_server.sh",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"startup_candidates": [
|
||||
{
|
||||
"path": "package.json",
|
||||
"reason": "package.json scripts"
|
||||
},
|
||||
{
|
||||
"path": "scripts/remote_restart.sh",
|
||||
"reason": "restart shell"
|
||||
}
|
||||
],
|
||||
"deploy_files": [
|
||||
"scripts/rsync_to_server.sh"
|
||||
],
|
||||
"probable_ports": [
|
||||
{
|
||||
"port": 5174,
|
||||
"source_file": "vite.config.ts",
|
||||
"hint": "vite config (vite server.port)"
|
||||
}
|
||||
],
|
||||
"risks": [
|
||||
{
|
||||
"code": "NO_README",
|
||||
"level": "warn",
|
||||
"message": "未发现 README,上手成本与约定不明"
|
||||
}
|
||||
],
|
||||
"suggestions": [
|
||||
"补充 README:启动命令、端口、环境变量、前后端如何联调",
|
||||
"提交 lockfile,固定前端依赖版本"
|
||||
],
|
||||
"scan_notes": [],
|
||||
"env_dir_scan": [
|
||||
{
|
||||
"relative_path": ".",
|
||||
"depth": 0,
|
||||
"has_dotenv": true
|
||||
},
|
||||
{
|
||||
"relative_path": "docs",
|
||||
"depth": 1,
|
||||
"has_dotenv": false
|
||||
},
|
||||
{
|
||||
"relative_path": "scripts",
|
||||
"depth": 1,
|
||||
"has_dotenv": false
|
||||
},
|
||||
{
|
||||
"relative_path": "server",
|
||||
"depth": 1,
|
||||
"has_dotenv": false
|
||||
},
|
||||
{
|
||||
"relative_path": "src",
|
||||
"depth": 1,
|
||||
"has_dotenv": false
|
||||
},
|
||||
{
|
||||
"relative_path": "src/admin",
|
||||
"depth": 2,
|
||||
"has_dotenv": false
|
||||
},
|
||||
{
|
||||
"relative_path": "src/api",
|
||||
"depth": 2,
|
||||
"has_dotenv": false
|
||||
},
|
||||
{
|
||||
"relative_path": "src/components",
|
||||
"depth": 2,
|
||||
"has_dotenv": false
|
||||
},
|
||||
{
|
||||
"relative_path": "src/lib",
|
||||
"depth": 2,
|
||||
"has_dotenv": false
|
||||
},
|
||||
{
|
||||
"relative_path": "src/ops",
|
||||
"depth": 2,
|
||||
"has_dotenv": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user