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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LuV8W8oNYRsDWKoqK8Mkqc
This commit is contained in:
Ramis
2026-06-28 08:18:09 -07:00
parent 91403abe9f
commit f7521fb5df
+1 -2
View File
@@ -117,10 +117,9 @@ flowchart LR
Mongo[("MongoDB Atlas<br/>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