SCENARIOAn agent is 2 days into a multi-week codebase migration, and the session is about to end for the day.
- Before ending, the agent writes a summary artifact: which files are migrated, which are in progress, which decisions were made and why (e.g. "chose library X over Y because of licensing").
- The next day's session starts fresh, with no memory of yesterday's conversation.
- It loads yesterday's summary artifact first, before doing any new work, re-establishing the same understanding of state it had at the end of the previous session.
Key point:Coherent resumption isn't automatic — it only works because the right state was deliberately written down before the session ended.