nmem_eternal
Save project context, decisions, and persistent instructions across sessions. Store project-level facts for AI agents to retain between conversations.
Instructions
SAVE project context, decisions, instructions that persist across sessions. Pair with nmem_recap to LOAD. Use for project-level facts, not task-specific memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | status=view memory counts and session state, save=store project context/decisions/instructions | |
| reason | No | Reason for the decision | |
| compact | No | Return compact response (strip metadata hints, truncate lists). Saves 60-80% tokens. | |
| decision | No | Add a key decision (saved as DECISION) | |
| tech_stack | No | Set tech stack (saved as FACT) | |
| instruction | No | Add a persistent instruction (saved as INSTRUCTION) | |
| project_name | No | Set project name (saved as FACT) | |
| token_budget | No | Max tokens for response. Progressively strips content to fit budget. |