feat: complete TASK-WP3-02 runtime recommendation

This commit is contained in:
suyx
2026-08-03 03:00:12 +08:00
parent d79ac74fdd
commit 827ae912e0
12 changed files with 627 additions and 203 deletions
+3 -1
View File
@@ -67,7 +67,9 @@
"test:wp2-07": "node scripts/run-wp2-07-validation.mjs",
"test:wp2-07:red": "node scripts/run-wp2-07-validation.mjs --phase red",
"test:wp3-01": "node scripts/run-wp3-01-validation.mjs",
"test:wp3-01:red": "node scripts/run-wp3-01-validation.mjs --phase red"
"test:wp3-01:red": "node scripts/run-wp3-01-validation.mjs --phase red",
"test:wp3-02": "node scripts/run-wp3-02-validation.mjs",
"test:wp3-02:red": "node scripts/run-wp3-02-validation.mjs --phase red"
},
"devDependencies": {
"@playwright/test": "1.62.0",