Shared channels
Web, terminal, and SSH clients read and write the same channels. Presence, history, and cursors stay in sync across all of them.
01 channel = "#ops" 02 clients = web + terminal + ssh 03 history = cursor paginated 04 presence = shared count 05 unread = per account 06 }