Loading...
Loading...
Read your daily Working Memory briefing to understand current context. Contains active focus areas, priorities, unresolved flags, and recent knowledge changes. Load this automatically at the beginning of sessions for cross-tool continuity.
npx skill4agent add nowledge-co/community read-working-memoryStart every session with context. Your Working Memory is a daily briefing synthesized from your knowledge base.
cat ~/ai-now/memory.md# Read today's briefing
cat ~/ai-now/memory.md
# Check if the file exists first
test -f ~/ai-now/memory.md && cat ~/ai-now/memory.md || echo "No Working Memory found. Ensure Nowledge Mem is running with Background Intelligence enabled."