Remote LSP #1: local_bridge lsp-stdio endpoint and broker attach IPC #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #34\n\nImplement mode and attach it to persistent bridge broker IPC.\n\nScope:\n- local_bridge subcommand for Content-Length framed stdio endpoint\n- attach protocol to persistent broker (per-host/per-workspace session identity)\n- channel open/close semantics for lsp streams\n- reconnect behavior and clear surfaced errors\n\nAcceptance:\n- Sublime LSP command can spawn local_bridge lsp-stdio and exchange LSP frames\n- no extra SSH session per client; persistent bridge reused\n- channel failure remains request-scoped, not session-fatal\n
Authoritative scope correction (escaping artifact in original body):
Authoritative scope correction (escaping artifact in original body):
local_bridge lsp-stdiosubcommand as Content-Length framed stdio endpoint.Scope correction: local_bridge lsp-stdio subcommand + broker IPC attach + stream lifecycle/reconnect; must reuse persistent bridge (no extra SSH per client) and keep failures request-scoped.