Fix tRPC HTTP adapter to stream ReadableStream responses instead of buffering (required for SSE). Create subscriptions module that bridges EventBus domain events into tRPC async generator subscriptions using a queue-based pattern. Add three subscription procedures: onEvent (all events), onAgentUpdate (agent lifecycle), onTaskUpdate (task/phase).