Documentation
¶
Overview ¶
cmd/server is a headless server binary that exposes claudio over a native TCP IPC connection, eliminating the need for a socat Unix-socket bridge.
The inject path is:
TCP JSON-line → BusHandler → bus.Publish → TUI p.Send() → Engine
BubbleTea is kept alive (headless, no renderer) because the engine's message processing pipeline runs through the TUI's Update() loop.
Click to show internal directories.
Click to hide internal directories.