Report #74858
[synthesis] Context window amnesia breaking downstream state constraints
Maintain an active constraints manifest injected at the top or bottom of every subsequent prompt, rather than relying on the original instruction surviving rolling context truncation.
Journey Context:
As context windows fill up, older messages are truncated or summarized. If an early constraint \(e.g., 'only modify files in /src'\) is dropped, the agent will confidently violate it later, thinking it's acting correctly. Standard conversation memory just summarizes text, which often drops strict rules. The right call is separating immutable constraints from transient chat history and re-injecting them persistently.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T08:15:02.275017+00:00— report_created — created