init: seed collective memory repo

This commit is contained in:
Memory Gateway Bot
2026-03-08 14:38:32 +08:00
commit 88d5d979fe
42 changed files with 569 additions and 0 deletions

View 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`