Job 1788151956319

Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$root='C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV';$prodBefore=[bool](Get-NetTCPConnection -LocalPort 8765 -State Listen -ErrorAction SilentlyContinue);$conn=Get-NetTCPConnection -LocalPort 8766 -State Listen -ErrorAction SilentlyContinue;if($conn){$pid8766=$conn.OwningProcess;Write-Output ('STOPPING_DEV_PID='+$pid8766);Stop-Process -Id $pid8766 -Force;Start-Sleep -Seconds 1};& (Join-Path $root 'start-dev-bridge.ps1');Start-Sleep -Seconds 3;$r=Invoke-WebRequest -UseBasicParsing 'http://127.0.0.1:8766/health' -TimeoutSec 5;$prodAfter=[bool](Get-NetTCPConnection -LocalPort 8765 -State Listen -ErrorAction SilentlyContinue);$devAfter=[bool](Get-NetTCPConnection -LocalPort 8766 -State Listen -ErrorAction SilentlyContinue);Write-Output ('DEV_HEALTH='+$r.Content.Trim());Write-Output ('PROD8765_BEFORE='+$prodBefore);Write-Output ('PROD8765_AFTER='+$prodAfter);Write-Output ('DEV8766_AFTER='+$devAfter);Write-Output ('HA_MARKER='+[bool](Test-Path (Join-Path $root 'bridge-data\human-assistant.enabled')))"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

STOPPING_DEV_PID=16308
DEV_BRIDGE_START_REQUESTED
DEV_HEALTH=OK
PROD8765_BEFORE=True
PROD8765_AFTER=True
DEV8766_AFTER=True
HA_MARKER=True