MAGS Session Load
Load and restore the most recent session context.
Usage
code
/mags-session-load
Steps
- •Call
mags_get_last_sessionto retrieve the most recent session. - •If no session exists, say "No saved sessions found. Run
/mags-session-saveafter doing some work." - •If a session exists, display:
code
== Last Session == Saved: <timestamp> Summary: <session summary> Progress: <progress snapshot> Context: <key decisions/notes>
- •Call
mags_rememberto store key context from the loaded session as active memory, so it is available during the current conversation. - •Say: "Session context restored. I have the previous session's context loaded."