feat(dev-infra): make gate plans inspectable and replayable

This commit is contained in:
Tianyi Cui
2026-07-27 21:27:42 +08:00
parent beb885c254
commit 4bb60b1069
9 changed files with 1758 additions and 134 deletions

View File

@@ -37,6 +37,7 @@
"check:ci:coverage": "tsx scripts/run-gates.ts ci-coverage",
"check:ci:snapshot": "tsx scripts/run-gates.ts ci-snapshot",
"check:ci:artifacts": "tsx scripts/run-gates.ts ci-artifacts",
"check:ci:consumers": "tsx scripts/run-gates.ts ci-consumers",
"check:ci:windows-blocking": "tsx scripts/run-gates.ts ci-windows-blocking",
"check:ci:windows-complete": "tsx scripts/run-gates.ts ci-windows-complete",
"check:ci:windows-observational": "tsx scripts/run-gates.ts ci-windows-observational",