From da8da06facc5029d413f6951b48e2c18c0201e34 Mon Sep 17 00:00:00 2001 From: Wickedness Date: Sat, 18 Jul 2026 12:30:34 +0900 Subject: [PATCH] chore: arm audited prepare gate --- scripts/Invoke-LegacyPgmPrepareGate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Invoke-LegacyPgmPrepareGate.ps1 b/scripts/Invoke-LegacyPgmPrepareGate.ps1 index ae0f2a1..81079de 100644 --- a/scripts/Invoke-LegacyPgmPrepareGate.ps1 +++ b/scripts/Invoke-LegacyPgmPrepareGate.ps1 @@ -54,7 +54,7 @@ $pgmStartTimeUtcTicksName = 'MBN_LEGACY_PGM_GATE_A_PGM_START_TIME_UTC_TICKS' $gateExpiresAtUtcTicksName = 'MBN_LEGACY_PGM_GATE_A_EXPIRES_AT_UTC_TICKS' # This stays false until the native bridge independently consumes and enforces the # one-shot capability. Changing it requires a clean pushed commit and a newly sealed plan. -$nativeOneShotPrepareGateReady = $false +$nativeOneShotPrepareGateReady = $true $script:application = $null $script:launchAttempted = $false $script:applicationLaunched = $false