AntiPattern
Context Scoping Drift
context-scoping-drift
A recurring scoping failure where an authentication or chat-memory context is wired at the wrong boundary, so operations (signIn/ChatClient memory reads) use the wrong session or conversation state across requests.