Files
workinf_Blender_Wasm/docs/tasks/M13-05C.md
mes123456 380cbed4ff
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

28 lines
781 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# M13-05C依赖分类 inventory
- `task`: `M13-05C`
- `parent`: `M13-05B`
- `status`: `done`
## 目标
`web/package.json``web/package-lock.json` 的真实 npm 依赖闭包分别生成 production、build
和 test inventory。每个包绑定 package path、版本、resolved、integrity 和所属类别;共享包显式
记录,不允许未分类或依赖树漂移。
## 验收
```text
npm --prefix web run test:dependency-inventory
npm --prefix web run typecheck
npm --prefix web run build
```
## 产物和交接
报告和 manifest 位于 `tests/golden/M13-05C/`;下一任务由 manifest 的 `nextTask` 指向 `M13-05D`
## 回滚
移除 inventory 生成器、checker、报告、manifest、package 命令和状态页;将 `M13-05B` 恢复为队列尾。