| name | read-working-memory |
| description | Load the Nowledge Mem Working Memory briefing at Proma session start, after a break, or when recent context would help the current task. |
Read Working Memory
Read Context Bundle for full Proma startup context when available: owner identity, AI Identity, active scope, active rules, and Working Memory. Read Working Memory alone when you only need current priorities.
Proma's lifecycle hook also writes startup context into the workspace CLAUDE.md inside a nowledge-mem:start / nowledge-mem:end block. Treat that block as the automatic startup layer; call MCP or CLI when you need fresh or more specific retrieval during the session.
When to Use
Session start: beginning a new Proma conversation, returning after a break, or when recent context would help.
During session: user asks about current work, references recent decisions, or says "what was I working on?"
Skip if: already loaded this session, user wants a fresh start, or the task is isolated and trivial.
Usage
Primary (MCP, full startup context):
mcp__nowledge-mem__read_context_bundle
Lightweight MCP:
mcp__nowledge-mem__read_working_memory
CLI Context Bundle fallback:
nmem --json context --source-app proma
Working Memory fallback:
nmem wm read
nmem --json wm read
Add --space "<space name>" for space-aware lanes. Multi-agent orchestrators can set before launching Proma. Add only when that whole run should override the identity's default space. Use only for advanced external aliases.