chore: expose normalized learning validation
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Failing after 17s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 54s

This commit is contained in:
2026-07-12 11:51:54 +09:00
parent 6fb43fb411
commit 3f6c21c86e
+1
View File
@@ -56,6 +56,7 @@
"verify:task": "python tools/verify_wbs_task_v1.py --task",
"collect:remote-evidence": "python tools/collect_remote_wbs_evidence_v1.py",
"verify:wbs": "python tools/validate_quant_engine_wbs_v1.py",
"validate:normalized-learning-store": "python tools/validate_normalized_learning_store_v1.py",
"test:e2e": "playwright test --project=chromium",
"test:evidence": "playwright test --project=evidence"
},