read-working-memory
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRead Working Memory
阅读Working Memory
Start every session with context. Your Working Memory is a daily briefing synthesized from your knowledge base.
每次会话都从了解背景开始。你的Working Memory是从知识库中整合生成的每日简报。
When to Use
使用场景
At session start:
- Beginning of a new conversation
- Returning to a project after a break
- When context about recent work would help
During session:
- User asks "what am I working on?" or "what's my context?"
- User references recent priorities or decisions
- Need to understand what's been happening across tools
Skip when:
- Already loaded this session
- User explicitly wants a fresh start
- Working on an isolated, context-independent task
会话开始时:
- 开启新对话时
- 中断后回到项目时
- 需要了解近期工作背景时
会话进行中:
- 用户询问“我正在做什么?”或“当前工作背景是什么?”时
- 用户提及近期优先级事项或决策时
- 需要了解跨工具的近期工作动态时
可跳过的情况:
- 本次会话已加载过该简报
- 用户明确要求从头开始
- 处理独立的、无需背景信息的任务时
Usage
使用方法
Read the Working Memory file directly:
bash
cat ~/ai-now/memory.md直接读取Working Memory文件:
bash
cat ~/ai-now/memory.mdWhat You'll Find
你将看到的内容
The Working Memory briefing contains:
- Active Focus Areas — Topics you're currently engaged with, ranked by recent activity
- Priorities — Items flagged as important or needing attention
- Unresolved Flags — Contradictions, stale information, or items needing verification
- Recent Activity — What changed in your knowledge base since the last briefing
- Deep Links — References to specific memories for further exploration
Working Memory简报包含:
- 当前重点关注领域 — 你当前在处理的主题,按近期活跃度排序
- 优先级事项 — 标记为重要或需要关注的事项
- 未解决的标记项 — 存在矛盾、过时的信息或需要验证的事项
- 近期活动 — 自上次简报以来知识库的变更内容
- 深度链接 — 指向特定记忆内容的参考链接,便于进一步探索
How to Use This Context
如何利用这些背景信息
- Read once at session start — don't re-read unless asked
- Reference naturally — mention relevant context when it connects to the current task
- Don't overwhelm — share only the parts relevant to what the user is working on
- Cross-tool continuity — insights saved in other tools (Cursor, Claude Code, Codex) appear here
- 会话开始时阅读一次 — 除非被询问,否则无需重复阅读
- 自然引用 — 当背景信息与当前任务相关时,提及相关内容
- 避免信息过载 — 仅分享与用户当前工作相关的部分
- 跨工具连续性 — 在其他工具(Cursor、Claude Code、Codex)中保存的见解会同步到此处
Examples
示例
bash
undefinedbash
undefinedRead today's briefing
阅读今日简报
cat ~/ai-now/memory.md
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."
undefinedtest -f ~/ai-now/memory.md && cat ~/ai-now/memory.md || echo "未找到Working Memory。请确保Nowledge Mem已启用Background Intelligence并运行。"
undefinedAbout Working Memory
关于Working Memory
Working Memory is generated daily by Nowledge Mem's Background Intelligence. It synthesizes your recent knowledge activity into a concise briefing that any connected AI tool can read.
Updated daily at your configured briefing time (default: 8 AM local time).
Shared across tools — the same file is read by Claude Code, Cursor, Codex, and any other connected agent. Save an insight in one tool, and tomorrow's briefing reflects it for all tools.
Working Memory由Nowledge Mem的Background Intelligence每日生成。它将你近期的知识库活动整合为一份简洁的简报,供所有关联的AI工具读取。
每日更新 在你配置的简报时间(默认:当地时间上午8点)。
跨工具共享 — 同一文件可被Claude Code、Cursor、Codex及其他关联agent读取。在一个工具中保存见解,次日的简报会将其同步到所有工具中。