Resume a project's memory, capture turns as you work, close the session to distil it forward. The store is the memory; this is how you drive it.
Resume context
Loads the curated slice the engine starts from — framework, latest summary, pinned files, live session. Read-only. This is "catch me up" as a button.
Capture turn
Appends to the live session. These turns are what the close distils into the next summary.
Close & advance
Distils every turn of the live session into one summary, closes it, and opens the next. This is the write-back — it runs the engine once to compress the session.
This writes to the store and spends one engine call. It advances the session counter — there's no undo. Run it when the session's work is genuinely captured.
writes are gated behind this page · keep the console private · the conversation is disposable, the project lives here