docs(architecture): explain gateway session mapping and per-session queueing

This commit is contained in:
William Valentin
2026-02-15 11:21:39 -08:00
parent 6e3f1fdd3f
commit e159476d31
3 changed files with 106 additions and 1 deletions
+5
View File
@@ -9,6 +9,11 @@
"date": "2026-02-15",
"summary": "Docs gap pass: added docs/README.md as a start-here index and expanded docs/api/PROTOCOL.md with a precise Mermaid diagram explaining per-session lane queueing and cancellation semantics for agent.send/agent.cancel."
},
"docs-gateway-sessions-and-queue": {
"status": "completed",
"date": "2026-02-15",
"summary": "Added docs/architecture/GATEWAY_SESSIONS_AND_QUEUE.md to document how gateway connectionIds map to durable sessionIds, how per-session FIFO lane queueing works, and how agent.cancel behaves."
},
"openclaw-gap-roadmap": {
"file": "2026-02-15-openclaw-gap-roadmap.md",
"status": "planned",