Define process and launch task (T-401)

This commit is contained in:
ila
2026-07-19 20:47:45 +08:00
parent df6c243b21
commit d0cf333394
4 changed files with 74 additions and 7 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ Phase 3 的 T-301 → T-302 → T-303 是安全关键依赖链,任务之间保
| ID | 任务 | 依赖 | 验收要点 |
| --- | --- | --- | --- |
| T-401 | 进程检测与软件启动 | T-303, T-615 | Toolhelp 快照检测运行状态;启动前检查文件/兼容/占用;切换临界区复查运行状态;WorkingDirectory 正确 |
| T-401 | 进程检测与软件启动 | T-303, T-615 | Toolhelp 快照按完整 entrypoint 身份检测运行状态;启动前检查受控文件/兼容/授权/占用;切换临界区复查仅明确运行中映射 `app_running`;WorkingDirectory 正确 |
| T-402 | 子软件更新流程 | T-401 | 可更新识别→确认退出→更新→失败回滚仍可启动旧版;更新不触碰 data/licenses |
| T-403 | SoftBoxUpdater 盒子自更新 | T-402 | 独立 Updater 按 CLI 合约工作;更新中断可恢复;新版健康状态写入 |