feat: complete TASK-WP0-07 supervisor

This commit is contained in:
suyx
2026-07-27 23:28:36 +08:00
parent 2dd6f5c2c2
commit 096a1f1279
22 changed files with 1717 additions and 6 deletions
+3 -1
View File
@@ -32,7 +32,9 @@
"test:wp0-05": "node scripts/run-wp0-05-validation.mjs",
"test:wp0-05:red": "node scripts/run-wp0-05-validation.mjs --phase red",
"test:wp0-06": "node scripts/run-wp0-06-validation.mjs",
"test:wp0-06:red": "node scripts/run-wp0-06-validation.mjs --phase red"
"test:wp0-06:red": "node scripts/run-wp0-06-validation.mjs --phase red",
"test:wp0-07": "node scripts/run-wp0-07-validation.mjs",
"test:wp0-07:red": "node scripts/run-wp0-07-validation.mjs --phase red"
},
"devDependencies": {
"@playwright/test": "1.62.0",