Checkpoint web parity through Chromium input tasks
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

27
docs/tasks/M13-05C.md Normal file
View File

@@ -0,0 +1,27 @@
# 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` 恢复为队列尾。