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
829 B
14 lines
829 B
|
12 hours ago
|
# 08 — 冲突解除=报备审核回填(一次动作双写)
|
||
|
|
|
||
|
|
**What to build:** 报备专员一个动作同时写两轴:审核**通过** → filing_status=2 + stage 0→1;审核**驳回** → filing_status=3、停 stage0(可再审口径)。写项目动态。与看板 stage0 卡片「冲突解除」入口形成闭环。本期 filing_status=0(未报备)不可达(预留态,spec §3/grill#12)。对应 spec §3/§4。
|
||
|
|
|
||
|
|
**Blocked by:** 05 — 状态机核心与推进。
|
||
|
|
|
||
|
|
**Status:** ready-for-agent
|
||
|
|
|
||
|
|
- [ ] 通过路径双写原子(filing_status=2 且 stage 0→1,同一事务)
|
||
|
|
- [ ] 驳回路径停 stage0、filing_status=3,动态留痕
|
||
|
|
- [ ] 非 stage0 项目调此端点被拒
|
||
|
|
- [ ] 端点形态 + 深 tag 合规
|
||
|
|
- [ ] 通用纪律收工项:文档沉淀、BOM 扫描、mvn compile + 测试绿
|