docs(diagrams): refresh ai-optimized mermaid flows after audit

This commit is contained in:
William Valentin
2026-02-23 18:48:10 -08:00
parent d8188b5425
commit b6c345eb14
4 changed files with 60 additions and 3 deletions
+5
View File
@@ -57,6 +57,11 @@ sequenceDiagram
LQ-->>G: starts work immediately
else lane busy
Note over LQ: work queued (FIFO) for this lane
opt mode=interrupt and newer request arrives
LQ->>SB: request cancellation of active lane run
SB->>A: cancel() (best effort)
G-->>C: transient preempt notice (queue.preempt)
end
end
G->>A: process(message) in that session