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:
@@ -117,10 +117,9 @@ flowchart LR
|
|||||||
Mongo[("MongoDB Atlas<br/>team memory")]
|
Mongo[("MongoDB Atlas<br/>team memory")]
|
||||||
|
|
||||||
Dev -->|"open app · get token"| WebApi
|
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
|
LK -->|"pre-commit work signal"| Agent --> Coord
|
||||||
Coord -->|"nudge before duplicate work / clash"| LK
|
Coord -->|"nudge before duplicate work / clash"| LK
|
||||||
LK -->|"cards + spoken alerts"| Dev
|
|
||||||
PyAgent <-->|"answer questions by voice"| LK
|
PyAgent <-->|"answer questions by voice"| LK
|
||||||
Coord -->|"learn from every outcome"| Mongo
|
Coord -->|"learn from every outcome"| Mongo
|
||||||
PyAgent -->|"recall team context"| Mongo
|
PyAgent -->|"recall team context"| Mongo
|
||||||
|
|||||||
Reference in New Issue
Block a user