Dashboard › opencode › Distillation
7446693d-7741-4f22-aa42-a2ee6bb4b167["lore_tm_v1_8R1BLtltV3l-Cjd-JJNFiBYecaLsTPHNEg1StmzXbhk"]
Date: Sep 8, 2026
processBoundary?: boolean in /home/byk/Code/opencode-lore/packages/gateway/src/cli/start.ts is an internal CLI-owned process boundary and is never set by in-process plugins./home/byk/Code/opencode-lore/packages/gateway/src/cli/start.ts lines 100-105 document bg?: boolean as keeping the gateway running until healthy, printing its address, PID, and log path, then exiting with status 0; CLI flags are --bg and --daemon./home/byk/Code/opencode-lore/packages/gateway/src/cli/start.ts lines 108-119 define GatewayHandle with config: GatewayConfig, port: number, owned: boolean, owner-only managementToken: string, shutdown: () => Promise<void> that is a no-op when owned is false, and optional internal processShutdown?: ProcessShutdownController shared by signals and control./home/byk/Code/opencode-lore/packages/gateway/src/cli/start.ts lines 121-129 define GatewayHealthIdentity with pid: number and GatewayIdentityProbe as { kind: "authenticated"; identity: GatewayHealthIdentity } | { kind: "rejected" } | { kind: "unavailable" } | { kind: "timeout" }.