diff --git a/README.md b/README.md
index c3ae3a72..1a56875b 100644
--- a/README.md
+++ b/README.md
@@ -19,53 +19,9 @@ Turnstone gives LLMs tools — shell, files, search, web, planning — and orche
- **Cluster dashboard** — real-time view of all nodes and workstreams, workstream creation with node targeting, reverse proxy for server UIs (only the console port needs network access)
- **Cluster simulator** — test the stack at scale (up to 1000 nodes) without an LLM backend
-```mermaid
-graph LR
- subgraph Clients
- CLI[turnstone CLI]
- UI[Browser UI]
- SDK[SDK / API]
- Discord[Discord / Slack]
- end
-
- Console[turnstone-console
dashboard + proxy]
- Channel[turnstone-channel
platform gateway]
-
- subgraph Cluster
- Redis[(Redis MQ)]
- DB[(PostgreSQL / SQLite)]
-
- subgraph Node A
- BridgeA[bridge]
- ServerA[server]
- end
- subgraph Node B
- BridgeB[bridge]
- ServerB[server]
- end
- end
-
- LLM[LLM Provider
OpenAI · Anthropic · local]
-
- CLI --> ServerA
- UI --> ServerB
- SDK --> Redis
- Discord --> Channel
-
- Channel <--> Redis
- Console --> Redis
- Redis --> BridgeA & BridgeB
- BridgeA --> ServerA
- BridgeB --> ServerB
- ServerA & ServerB --> LLM
-
- ServerA & ServerB --> DB
- Console --> DB
- Channel --> DB
- ServerA -.->|notify| Channel
- BridgeA & BridgeB -.->|events| Redis
- Console -.->|proxy| ServerA & ServerB
-```
+
+
+