docs(M01-C): 记录异步任务验收结果

This commit is contained in:
Codex
2026-06-18 10:21:32 +08:00
parent 2b90d1f101
commit 9d13f75dc0
5 changed files with 56 additions and 17 deletions
+6 -6
View File
@@ -2,11 +2,11 @@
```yaml
execution_cursor:
current_module: M01
current_stage: M01-C
last_completed_stage: M01-B
next_stage: M01-C
last_engineering_commit: 1192dcb
current_module: M02
current_stage: M02-A
last_completed_stage: M01-C
next_stage: M02-A
last_engineering_commit: 2b90d1f
last_push_verified: true
blocked_reason: ""
```
@@ -14,7 +14,7 @@ execution_cursor:
| 模块 | 状态 | 最近提交 | 最近开发日志 | 备注 |
|---|---|---|---|---|
| M00 单仓库与服务器基础骨架 | PARTIAL | `ef0edda` | docs/devlogs/2026-06-16-M00-V5-基线核验.md | V5.2 已接入;已有成果基线、仓库完整性门禁、状态文档门禁、显式路径模块推送脚本、release manifest dry-run 检查、WSL 本地 MQTT 服务级核验、认证/ACL 冒烟入口、配置自检、可选 TLS/遗嘱/重复消息探测入口和 WSL EMQX 检查/启动/停止入口已补;生产部署、账号配置、真实验收仍未完成。 |
| M01 后端 API 基础工程 | PARTIAL | `1192dcb` | docs/devlogs/2026-06-16-M01-B-数据库迁移与兼容层.md | M01-A 已完成后端骨架;M01-B 已完成核心 schema、迁移 CLI、旧表只读兼容、金额严格转换,以及 WSL MySQL 8.4.9 空库和脱敏旧库副本往返验证。当前进入 M01-C 轻量异步任务基础。 |
| M01 后端 API 基础工程 | DONE | `2b90d1f` | docs/devlogs/2026-06-18-M01-C-轻量异步任务基础.md | 已完成 Fastify 后端骨架、数据库迁移兼容层,以及 MySQL outbox、幂等任务、租约领取、失败重试、人工补偿状态和独立 PM2 workerWSL MySQL 8.4.9 往返迁移与 worker 重启持久性验证通过。 |
| M02 登录、租户、权限 | TODO | - | - | - |
| M03 门店、房间、价格、营业时间 | TODO | - | - | - |
| M04 订单、时段锁定、支付闭环 | TODO | - | - | - |