feat: complete TASK-WP3-03 adapters and contract evidence

This commit is contained in:
suyx
2026-08-03 03:18:56 +08:00
parent 827ae912e0
commit 0fb0d088a7
10 changed files with 786 additions and 5 deletions
+3 -1
View File
@@ -69,7 +69,9 @@
"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-02": "node scripts/run-wp3-02-validation.mjs",
"test:wp3-02:red": "node scripts/run-wp3-02-validation.mjs --phase red"
"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"
},
"devDependencies": {
"@playwright/test": "1.62.0",