js/ai/acp/transport

js/ai/acp/transport.ts

internal:ai/acp/transport — ACP newline-delimited JSON over process stdio.

This module owns framing and serialized writes only; JSON-RPC and ACP lifecycle policy remain in their respective layers.

Functions

function acpStdioTransport(): Transport

Create ACP newline-delimited JSON over process stdio.

Writes are serialized and flushed. Reserve stdout for ACP diagnostics-free.