Files

18 lines
958 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.
# Execution Prompt (Short)
执行目标:将 OpenClaw 记忆体系收敛为双层架构:`vaults` 仅 runtime`collective-memory-repo` 仅 durable memory authority。
硬性要求:
- 不破坏 OpenClaw 启动流程。
- 不迁移 `SOUL.md/USER.md/IDENTITY.md/AGENTS.md/TOOLS.md/HEARTBEAT.md` 到共享长期记忆。
- 长期事实以 `collective-memory-repo/shared/long-term/*` 为准。
- 群体检索以远程 `memory-gateway` 为准(`require_latest=true`)。
执行步骤:
1. 盘点并输出 `INVENTORY.md``GAP-ANALYSIS.md`
2. 固化架构边界与映射,更新 `TARGET-ARCHITECTURE.md``MIGRATION-MAP.md`
3. 迁移/去重/标注来源,按 lane 写入 `daily/ tasks/ agents/ shared/long-term/`
4.`vaults/MEMORY.md` 降级为 bridge/index。
5. 验证 `/health``/memory/status``/memory/search`,输出 `VALIDATION.md``RETRIEVAL-TESTS.md`
6. 输出 `FINAL-STATE.md``ROLLBACK.md`,并提交 git。