Load ZipMem memory
zipmem_load_memoryLoads compressed long-term memory to restore project context including blueprints, anchors, and lessons learned from prior sessions. Call at session start to regain full context with minimal token cost.
Instructions
Load this project's compressed long-term memory. CALL THIS FIRST, at the very start of every session, before doing anything else. Returns architectural blueprints, file-coordinate anchors, and lessons learned from previous sessions so you regain full context at near-zero token cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | No | Which sections to load. Defaults to all. | |
| project_dir | No | Absolute path to the project root. Defaults to CLAUDE_PROJECT_DIR, then the nearest .zipmem/ ancestor, then cwd. |