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

# Clone the templates
git clone https://github.com/RobSB2/CxMS.git
# Copy core files to your project
cp CxMS/templates/core/CLAUDE.md.template ./CLAUDE.md
cp CxMS/templates/core/PROJECT_Session.md.template ./MyProject_Session.md
cp CxMS/templates/core/PROJECT_Tasks.md.template ./MyProject_Tasks.md
# Start your AI session
β€œRead CLAUDE.md, then read MyProject_Session.md and MyProject_Tasks.md”