nmem_recap
Restore saved project context at session start to resume work across sessions. Load prior state, filter by topic, and control detail level or token budget.
Instructions
LOAD project context saved by nmem_eternal. Call at SESSION START to restore cross-session state. Level 1=quick (~500 tokens), 2=detailed, 3=full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Detail level: 1=quick (~500 tokens), 2=detailed (~1300 tokens), 3=full (~3300 tokens). Default: 1 | |
| topic | No | Search for a specific topic in context (e.g., 'auth', 'database') | |
| compact | No | Return compact response (strip metadata hints, truncate lists). Saves 60-80% tokens. | |
| token_budget | No | Max tokens for response. Progressively strips content to fit budget. |