feat: complete TASK-WP3-04 worker recovery

This commit is contained in:
suyx
2026-08-03 03:31:01 +08:00
parent 0fb0d088a7
commit 433ccdcf86
6 changed files with 387 additions and 15 deletions
+3 -1
View File
@@ -71,7 +71,9 @@
"test:wp3-02": "node scripts/run-wp3-02-validation.mjs",
"test:wp3-02:red": "node scripts/run-wp3-02-validation.mjs --phase red",
"test:wp3-03": "node scripts/run-wp3-03-validation.mjs",
"test:wp3-03:red": "node scripts/run-wp3-03-validation.mjs --phase red"
"test:wp3-03:red": "node scripts/run-wp3-03-validation.mjs --phase red",
"test:wp3-04": "node scripts/run-wp3-04-validation.mjs",
"test:wp3-04:red": "node scripts/run-wp3-04-validation.mjs --phase red"
},
"devDependencies": {
"@playwright/test": "1.62.0",