feat(ql3): prove Console adopted cutover entry

This commit is contained in:
whyour
2026-09-01 10:12:32 +08:00
parent 50e6742b72
commit b3421ac9cf
22 changed files with 666 additions and 167 deletions
@@ -70,7 +70,6 @@ const VERIFICATION = Object.freeze({
function verificationGates(variant) {
return Object.freeze({
...VERIFICATION,
legacyUpgradeCutover: variant === 'headless' ? 'passed' : 'not_applicable',
consoleLiveJourney: variant === 'console' ? 'passed' : 'not_applicable',
firstAutomationJourney: variant === 'console' ? 'passed' : 'not_applicable',
});