Job 1788129884460

Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$root='C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV';$cfg=[ordered]@{host='127.0.0.1';port=8766;data_dir='./bridge-data';workspace_roots=@('./projects');command_timeout_seconds=900;max_read_bytes=1048576;max_patch_bytes=1048576;max_command_output_bytes=2097152};$json=$cfg|ConvertTo-Json;[IO.File]::WriteAllText((Join-Path $root 'config.json'),$json,(New-Object Text.UTF8Encoding($false)));python -c \"import json;json.load(open(r'C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV\config.json',encoding='utf-8'));print('CONFIG_JSON_OK')\";if($LASTEXITCODE -ne 0){throw 'CONFIG_JSON_PARSE_FAILED'};& (Join-Path $root 'start-dev-bridge.ps1');Start-Sleep -Seconds 3;$resp=Invoke-WebRequest -UseBasicParsing -Uri 'http://127.0.0.1:8766/health' -TimeoutSec 5;[pscustomobject]@{ok=($resp.StatusCode -eq 200);health=$resp.Content.Trim();production_8765=[bool](Get-NetTCPConnection -LocalPort 8765 -State Listen -ErrorAction SilentlyContinue);dev_8766=[bool](Get-NetTCPConnection -LocalPort 8766 -State Listen -ErrorAction SilentlyContinue)}|ConvertTo-Json -Compress"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

CONFIG_JSON_OK
DEV_BRIDGE_START_REQUESTED
{"ok":true,"health":"OK","production_8765":true,"dev_8766":true}