feat: complete TASK-WP1-06 audit immutability

This commit is contained in:
suyx
2026-07-28 19:29:24 +08:00
parent 2358f97e5c
commit 59e566885b
9 changed files with 487 additions and 125 deletions
+3 -1
View File
@@ -49,7 +49,9 @@
"test:wp1-04": "node scripts/run-wp1-04-validation.mjs",
"test:wp1-04:red": "node scripts/run-wp1-04-validation.mjs --phase red",
"test:wp1-05": "node scripts/run-wp1-05-validation.mjs",
"test:wp1-05:red": "node scripts/run-wp1-05-validation.mjs --phase red"
"test:wp1-05:red": "node scripts/run-wp1-05-validation.mjs --phase red",
"test:wp1-06": "node scripts/run-wp1-06-validation.mjs",
"test:wp1-06:red": "node scripts/run-wp1-06-validation.mjs --phase red"
},
"devDependencies": {
"@playwright/test": "1.62.0",