Index: ecosystem.config.cjs
===================================================================
--- ecosystem.config.cjs	(revision 9465a0dee42a3c0861d6e59b90543c2f798be854)
+++ ecosystem.config.cjs	(revision d2b7247f5942df285d4b4ff6d5104c5e8df5772e)
@@ -4,9 +4,7 @@
  * Single fork (NOT cluster mode) because:
  *  - SqliteSessionStore is in-process: cluster workers wouldn't share sessions.
- *  - PrutterService.wsConnections is in-process: WS broadcast wouldn't reach
- *    sockets attached to other workers.
  *  - better-sqlite3 is synchronous and not designed for multi-process writes.
- * If you ever need horizontal scaling, swap the session/Prutter stores for a
- * shared backend (Redis) first, then enable cluster mode.
+ * If you ever need horizontal scaling, swap the session store for a shared
+ * backend (Redis) first, then enable cluster mode.
  *
  * Usage:
