feat: implement TASK-WP1-01 registration transaction

This commit is contained in:
suyx
2026-07-28 15:54:28 +08:00
parent 1bf7e42294
commit f467e7c09f
15 changed files with 2191 additions and 4 deletions
+3 -1
View File
@@ -39,7 +39,9 @@
"test:wp0-08": "node scripts/run-wp0-08-validation.mjs",
"test:wp0-08:red": "node scripts/run-wp0-08-validation.mjs --phase red",
"test:wp0-09": "node scripts/run-wp0-09-validation.mjs",
"test:wp0-09:red": "node scripts/run-wp0-09-validation.mjs --phase red"
"test:wp0-09:red": "node scripts/run-wp0-09-validation.mjs --phase red",
"test:wp1-01": "node scripts/run-wp1-01-validation.mjs",
"test:wp1-01:red": "node scripts/run-wp1-01-validation.mjs --phase red"
},
"devDependencies": {
"@playwright/test": "1.62.0",