You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
796 B
14 lines
796 B
|
12 hours ago
|
# 07 — 状态机:关闭与赢输标记
|
||
|
|
|
||
|
|
**What to build:** 关闭端点:任意 stage → status=2,记关闭类型/原因/时间/备注,关后不可回退。标记赢单:stage5 闭环、status 仍 1、**锁死不可回退**(改需管理员口径留痕);标记输单:→ stage6、status=3 终态(输单复盘语义后续字段)。对应 spec §3 轴2 与赢输分叉。
|
||
|
|
|
||
|
|
**Blocked by:** 05 — 状态机核心与推进。
|
||
|
|
|
||
|
|
**Status:** ready-for-agent
|
||
|
|
|
||
|
|
- [ ] 关闭记因四要素(类型/原因/时间/备注)落库;关后回退被拒
|
||
|
|
- [ ] 赢单:停 stage5、status=1、锁死;输单:进 stage6、status=3
|
||
|
|
- [ ] 赢单与输单的动态留痕
|
||
|
|
- [ ] 端点形态 + 深 tag 合规
|
||
|
|
- [ ] 通用纪律收工项:文档沉淀、BOM 扫描、mvn compile + 测试绿
|