Files
2026-03-08 14:38:32 +08:00

31 lines
927 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.
# AGENTS.md (shared)
## 工作根路径
- 当前工作根路径 = 本文件所在目录(`memory-repo/shared/`)。
## 目录类型
- 类型:`shared`
## 目录作用
- 承载群体可共享记忆区域。
- 长期真相目录在 `shared/long-term/`,并有更严格写入规则。
## 查询规则
- 群体查询必须走远程 MCP/QMD。
- 本地检索仅作草稿/fallback不得作为共享真相来源。
## Git 规则
- 先同步再编辑:`git fetch && git pull --rebase`
- 非 promote 场景不直接编辑 `shared/long-term/`
- 冲突优先保留证据链,再做受控整理。
## 可见性状态机
- push 前:仅本地可见。
- push 后未索引:已提交未群体可见。
- fetch + qmd update 后:群体可见。
- 群体召回只认远程 MCP。
- 本地结果仅作草稿/fallback。
## Promote 规则
- 仅从 `daily/ tasks/ agents/` 经过提炼后进入 `shared/long-term/`