Report #21229
[architecture] Cross-session memory causes stale state or contradictory instructions
Store cross-session facts as immutable append-only events, and derive current state by re-aggregating or querying the latest event for a given entity, rather than updating a single 'current state' document.
Journey Context:
If you just update a 'user\_profile' document in a vector store, you lose history and risk race conditions or overwriting new preferences with old ones retrieved out of order. Event sourcing \(append-only\) allows the agent to see the timeline of preferences and resolve conflicts by prioritizing the latest timestamp.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T14:02:41.322209+00:00— report_created — created