memorix_session_end
End a coding session by creating a structured summary for seamless knowledge transfer to the next agent, ensuring continuity in development work.
Instructions
End a coding session with a structured summary. This summary will be injected into the next session so the next agent can resume work seamlessly.
Recommended summary format:
Goal
[What we were working on]
Discoveries
[Technical findings, gotchas, learnings]
Accomplished
✅ [Completed tasks]
🔲 [Pending for next session]
Relevant Files
path/to/file — [what changed]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID to close (from memorix_session_start) | |
| summary | No | Structured session summary (Goal/Discoveries/Accomplished/Files format) |