From 3f15a8e282e71fea23619f81d60b7b4dc777c2bd Mon Sep 17 00:00:00 2001 From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com> Date: Wed, 4 Mar 2026 01:27:21 +0100 Subject: [PATCH] docs: add federation roadmap with batched execution plan Comprehensive audit of the federation implementation identified: - Solid data plumbing (multi-WS, origin routing, asset normalization) - Missing on-ramps (can't join remote servers, no discovery, no UI indicators) - 4 bugs (stale voice state, logout cleanup, reply-to normalization, HTTPS assumption) Roadmap defines 6 batches for incremental execution: - Batch 1: Bug fixes - Batch 2: Password enforcement (same password across all instances) - Batch 3: Cross-instance server joining (invite URL parsing, remote join routing) - Batch 4: Phase 5 UI (instance grouping, badges, username collision display) - Batch 5-6: Deferred (explore system, cross-instance friends) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 73708b6e..dd503ebb 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,7 @@ packages/web/src/**/*.js # Misc .cache/ tmp/ + +# Local files +Gemini Starter.rtf +System Prompt.rtf