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/status/M13-05C.md Normal file
View File

@@ -0,0 +1,27 @@
# M13-05C Status
status: done
task: production/build/test dependency inventories
updated: 2026-08-19 America/New_York
enablingTask: false
parityStateChange: false
## Evidence
`web/package.json` and `web/package-lock.json` are parsed as the only dependency sources. Deterministic
transitive closures contain production=3, build=135 and test=6 packages; every package is classified and
records its path, version, resolved URL and lockfile integrity. A fresh regeneration is byte-identical.
- `npm --prefix web run test:dependency-inventory` passed.
- `npm --prefix web run typecheck` passed.
- `npm --prefix web run build` passed.
- `git diff --check` passed.
## Next Task
`M13-05D`: severity gates and documented dependency exceptions.
## Rollback
Remove the inventory generator/checker, report, manifest, package command and this status; restore
`M13-05B` as the queue tail.