Checkpoint web parity through Chromium input tasks
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

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

26
docs/tasks/M13-05D.md Normal file
View File

@@ -0,0 +1,26 @@
# M13-05D依赖严重性门和例外
- `task`: `M13-05D`
- `parent`: `M13-05C`
- `status`: `done`
## 目标
冻结依赖 severity 门和统一例外合同。`BLOCKER/HIGH` 默认阻断,`MEDIUM` 进入 review`LOW`
进入 tracking任何 finding 的例外必须有 owner、期限、理由和替代控制过期或字段缺失稳定拒绝。
## 验收
```text
npm --prefix web run test:dependency-severity-policy
npm --prefix web run typecheck
npm --prefix web run build
```
## 产物和交接
报告和 manifest 位于 `tests/golden/M13-05D/`;下一任务由 manifest 的 `nextTask` 指向 `M13-05E`
## 回滚
移除 severity policy、checker、报告、manifest、package 命令和状态页;将 `M13-05C` 恢复为队列尾。