init: seed collective memory repo
This commit is contained in:
22
policies/MEMORY-VISIBILITY.md
Normal file
22
policies/MEMORY-VISIBILITY.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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`。
|
||||
Reference in New Issue
Block a user