v1.3.0: Memory Manager v2.0 — Knowledge Base & Intelligent Compaction
🧠 Memory Manager v2.0 — Knowledge Base & Intelligent Compaction
This release brings a major upgrade to the memory-manager skill across all 7 platforms (.agents, .codex, .commandcode, .github, .omp, .opencode, .pi). Memory Manager now features a permanent Knowledge Base and an intelligent compaction system.
✨ What's New in Memory Manager v2.0
| Feature | Description |
|---|---|
| 🧠 Knowledge Base | A permanent section at the top of memory.instructions.md for storing architecture, patterns, dead-ends, and metrics — survives compaction, never deleted |
| 🗜️ Workflow 4 — Compaction Mode | Promotes valuable knowledge from old checkpoints into the Knowledge Base before checkpoints are removed |
| ⚡ Fast Path via AGENTS.md | New Step 0: checks AGENTS.md for a recorded memory path — skips recursive search across 7 folders, locks the path instantly |
| 🔗 AGENTS.md Auto-Recording | During Write Mode, the agent offers to record the memory path into AGENTS.md |
| 📝 Expanded Checkpoint Template | Dead-ends now include a note for promotion to the Knowledge Base |
| 🛡️ 5 New Anti-Patterns | Prevents: deletion without promotion, dead-end duplication, promoting ephemeral data, blind trust in AGENTS.md paths, and modifying AGENTS.md without consent |
🔧 Other Changes
- AGENTS.md updated with a
## Memory Configurationsection for fast-path discovery .github/copilot-instructions.mdremoved — content consolidated into AGENTS.md- README.md updated —
memory-managerdescription aligned with new features
📦 8 Files Updated
.agents/skills/memory-manager/SKILL.md (+165 lines)
.codex/skills/memory-manager/SKILL.md (+166 lines, retaining Codex Migration Notes)
.commandcode/skills/memory-manager/SKILL.md (+165 lines)
.github/skills/memory-manager/SKILL.md (+165 lines)
.omp/skills/memory-manager/SKILL.md (+168 lines)
.opencode/skills/memory-manager/SKILL.md (+165 lines)
.pi/skills/memory-manager/SKILL.md (+168 lines)
AGENTS.md (+6 lines)
🗑️ 1 File Removed
.github/copilot-instructions.md
Full Changelog: v1.2.0...v1.3.0