From e03eed453410c036a4f044c5b8a4b5be901f10ee Mon Sep 17 00:00:00 2001 From: visionik Date: Tue, 28 Apr 2026 11:34:09 -0400 Subject: [PATCH] docs: mark spec as superseded by VROOM-Terminal The terminal protocol described here has been replaced by VROOM-Terminal\n(https://github.com/deftai/vroom/blob/main/VROOM-Terminal.md), and the\nunderlying OpenMUX transport work has moved to xumux.org. This repository\nremains for historical reference. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4dc3c..74758c8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # SocketPipe Protocol Specification +> **⚠️ Superseded.** This protocol has been replaced by [VROOM-Terminal](https://github.com/deftai/vroom/blob/main/VROOM-Terminal.md), and the underlying OpenMUX transport work has moved to [xumux.org](https://xumux.org). This repository is kept for historical reference only; new work should target VROOM-Terminal over xumux. + **Version**: 1.0.0-draft -**Status**: Draft +**Status**: Draft (superseded) **Date**: 2026-02-09 SocketPipe is an open protocol for transporting terminal I/O between web-based clients and backend services over WebSocket connections.