Files
collective-memory-repo/policies/MEMORY-VISIBILITY.md
2026-03-08 14:38:32 +08:00

23 lines
549 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# MEMORY-VISIBILITY
## 可见性状态机
1. push 前
- 本地记忆仅写入者可见。
2. push 后但未索引
- 内容已在远端 Git但远程 MCP/QMD 尚未完成索引。
- 群体查询不可将其视为已可见。
3. 远程 fetch + qmd update 后
- 该 commit 进入远程索引。
- 群体查询可见。
4. 群体召回
- 只认远程 MCP 返回结果。
5. 本地结果
- 仅作个人草稿或 fallback。
## 可追溯字段
- 每次查询返回必须包含:`branch``commit_hash``synced_at``source_path``scope`