32 lines
892 B
Markdown
32 lines
892 B
Markdown
# M15-02B:parity map gap 分类审计
|
||
|
||
- `task`: `M15-02B`
|
||
- `parent`: `M15-02A`
|
||
- `status`: `in_progress`
|
||
|
||
## 目标
|
||
|
||
机器化识别 inventory map 中的未映射、重复映射、只有 summary、只有 proxy 和只有 route 条目。
|
||
`INVENTORY_BASELINE` 明确分类为 `summaryOnly`,不当作 parity 完成。
|
||
|
||
## 验收
|
||
|
||
```text
|
||
npm --prefix web run test:blender-gap-audit
|
||
npm --prefix web run typecheck
|
||
git diff --check
|
||
```
|
||
|
||
## 产物和交接
|
||
|
||
- audit:`tests/golden/M15-02B/blender-gap-audit.json`
|
||
- report:`tests/golden/M15-02B/gap-audit-check-report.json`
|
||
- manifest:`tests/golden/M15-02B/manifest.json`
|
||
- 状态页:`docs/status/M15-02B.md`
|
||
- 下一任务:由 manifest 的 `nextTask` 决定
|
||
|
||
## 回滚
|
||
|
||
删除 gap audit generator、checker、audit、report、manifest、package 命令和本任务状态页;恢复
|
||
`M15-02A` 作为队列尾,不修改 parity map。
|