From f7521fb5dff2ee72ea15e0299d0e0b620a890502 Mon Sep 17 00:00:00 2001 From: Ramis Date: Sun, 28 Jun 2026 08:18:09 -0700 Subject: [PATCH] docs: group engineer-browser edges in infra diagram Fold the cards/alerts return path into the bidirectional Dev<->LiveKit edge so the browser shows two grouped routes (app+token, combined live channel) instead of three. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01LuV8W8oNYRsDWKoqK8Mkqc --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06c00b1..b987378 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,9 @@ flowchart LR Mongo[("MongoDB Atlas
team memory")] Dev -->|"open app · get token"| WebApi - Dev <-->|"live screens + voice"| LK + Dev <-->|"screens & voice out · cards & alerts in"| LK LK -->|"pre-commit work signal"| Agent --> Coord Coord -->|"nudge before duplicate work / clash"| LK - LK -->|"cards + spoken alerts"| Dev PyAgent <-->|"answer questions by voice"| LK Coord -->|"learn from every outcome"| Mongo PyAgent -->|"recall team context"| Mongo