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

22 lines
538 B
Markdown
Raw 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.
# QUERY-POLICY
## 双通道模型
- 写入:本地 Git。
- 群体查询:远程 MCP/QMD权威
- 本地检索:仅草稿/fallback。
## 远程查询工具
- `memory.search`
- `memory.get`
- `memory.trace`
- `memory.status`
- `memory.list_lanes`
## lane 规则
- 支持 lane`task``agent``shared-long-term``daily`
- 默认优先级:`task > agent > shared-long-term > daily`
## 禁止项
- 禁止将任意机器本地索引当作群体真相。
- 禁止把本地未 push 内容当作群体共享记忆。