mit einem Klick
distill-memory
// Save durable Nowledge Mem insights when a Proma conversation produces decisions, procedures, preferences, plans, learnings, or project context that should survive future sessions.
// Save durable Nowledge Mem insights when a Proma conversation produces decisions, procedures, preferences, plans, learnings, or project context that should survive future sessions.
| name | distill-memory |
| description | Save durable Nowledge Mem insights when a Proma conversation produces decisions, procedures, preferences, plans, learnings, or project context that should survive future sessions. |
Save durable insights to Nowledge Mem autonomously. Don't wait to be asked — save proactively when the conversation produces lasting value.
Save proactively when the conversation produces:
Primary (MCP):
mcp__nowledge-mem__add_memory
content: "<what was decided or learned>"
title: "<short descriptive title>"
importance: 0.3-1.0
tags: ["<relevant tags>"]
Fallback (CLI):
nmem --json m add "JWT refresh failures came from clock skew." \
--title "JWT refresh failures traced to clock skew" \
--importance 0.9 --unit-type learning -l auth -s proma
| Level | When |
|---|---|
| 0.3-0.5 | Minor preference, small tip |
| 0.5-0.7 | Useful pattern, reusable snippet |
| 0.7-0.9 | Important decision, hard-won lesson |
| 0.9-1.0 | Critical architecture choice, security rule |
mcp__nowledge-mem__add_memory): new insight, first time capturing somethingmcp__nowledge-mem__update_memory): refining or correcting an existing memorymcp__mem__add_memory is for session-level notes; use nmem for cross-session durabilityLoad the Nowledge Mem Working Memory briefing at Proma session start, after a break, or when recent context would help the current task.
Save or archive the current Proma session to Nowledge Mem when the user explicitly asks, especially as a fallback when automatic hooks are unavailable.
Search Nowledge Mem memories and threads from Proma when the user references past work, prior decisions, recurring problems, or project history.
Check whether Nowledge Mem is reachable from Proma, including MCP status, CLI fallback, API URL, and configuration issues after install or update.
Search past decisions, procedures, learnings, or context relevant to the current task. Trigger when work connects to prior decisions, a debugging pattern resembles a past issue, the user asks about rationale, or uses recall language like "that approach" or "like before".
Check Nowledge Mem setup, detect your agent, and guide native plugin installation. Use when the user asks about setup, configuration, or when memory tools aren't working as expected.