Report #99777
[architecture] Agents lose shared context because each keeps its own copy of state
Use a single durable workflow state store with explicit read/write checkpoints; pass references, not full state, in messages.
Journey Context:
Copying state into every agent leads to drift and makes recovery impossible. A shared store with versioned checkpoints lets agents resume after crashes and audit who changed what.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-30T05:02:52.099982+00:00— report_created — created