Command: python -c "from pathlib import Path;import json,hashlib;root=Path(r'C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV');files=['start-dev-bridge.ps1','DEV_BRIDGE.md'];out={};[(out.update({n:{'exists':(root/n).is_file(),'sha256':hashlib.sha256((root/n).read_bytes()).hexdigest() if (root/n).is_file() else None,'text':(root/n).read_text(encoding='utf-8',errors='replace')[:6000] if (root/n).is_file() else None}})) for n in files];print(json.dumps(out,separators=(',',':')))"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
{"start-dev-bridge.ps1":{"exists":true,"sha256":"e08370c6498b931bd4adf47937d9b40a161b8d6914207370fedfcd7e2fccf1b8","text":"$ErrorActionPreference = \"Stop\"\n$root = Split-Path -Parent $MyInvocation.MyCommand.Path\n$env:CHATGPT_BRIDGE_DRIVE_ROOT = \"G:\\My Drive\\ChatGPT Bridge Data\\dev-bridge\"\n$existing = Get-NetTCPConnection -LocalPort 8766 -State Listen -ErrorAction SilentlyContinue\nif ($existing) { Write-Output \"DEV_BRIDGE_ALREADY_RUNNING\"; exit 0 }\n$python = (Get-Command python.exe -ErrorAction Stop).Source\n$data = Join-Path $root \"bridge-data\"\nNew-Item -ItemType Directory -Force -Path $data | Out-Null\nStart-Process -FilePath $python -ArgumentList \"dev_bridge_launcher.py\" -WorkingDirectory $root -WindowStyle Hidden -RedirectStandardOutput (Join-Path $data \"dev-bridge.stdout.log\") -RedirectStandardError (Join-Path $data \"dev-bridge.stderr.log\")\nWrite-Output \"DEV_BRIDGE_START_REQUESTED\"\n"},"DEV_BRIDGE.md":{"exists":true,"sha256":"f3f3de3facdd296321555f84250ae8f309ee4503b7b63092e50462dd0152ac82","text":"\ufeffLaptopBridge Development Copy\nCreated: 2026-08-31\nProduction: \nC:\\Users\\ash\\Documents\\Codex\\2026-08-26\\worked-for-1m-5s-inference-ya\nDevelopment: \nC:\\Users\\ash\\Documents\\Codex\\2026-08-26\\LaptopBridge-DEV\nSTATUS: STOPPED / NOT AUTO-STARTED\nProduction config.json and runtime state were intentionally NOT copied.\nDo not point this copy at production inbox/results/ports until an isolated dev configuration is created.\nDevelop and test here; promote verified changes to Production only when no production job is active.\n"}}