Agent Context Management System
Persistent memory for AI coding assistants through structured documentation. Never lose context again.
βAI context is temporary; files are permanent.β
Everything the AI needs to know must exist in files it can read.
Session Continuity
Pick up exactly where you left off. Session.md tracks state across conversations and compaction events.
Decision Memory
Never re-explain architectural decisions. Decision_Log.md preserves the 'why' behind your choices.
Task Tracking
AI-readable task management. Tasks.md keeps your assistant focused on what matters.
Multi-Agent Ready
Coordinate multiple AI sessions working on the same codebase with shared context files.
Tool Agnostic
Works with Claude Code, Cursor, Copilot, Gemini, and any AI that can read files.
Open Source
MIT licensed. Use it, modify it, contribute to it. The community drives CxMS forward.
Get Started in 2 Minutes
cp CxMS/templates/core/PROJECT_Session.md.template ./MyProject_Session.md
cp CxMS/templates/core/PROJECT_Tasks.md.template ./MyProject_Tasks.md