Quick Start
Get your agent reading persistent project context in under 5 minutes.
How It Works
Understand the two-file system and how knowledge flows from sessions to shared context.
Setup Guides
Step-by-step setup for GitHub Copilot, Claude Code, Cursor, and Windsurf.
CLI Reference
Commands for init, validate, and promoting patterns to shared context.
What You Get
Two markdown files. One committed, one gitignored. Your agent reads both at the start of every session and updates the local one at the end.AGENTS.md
Your project’s source of truth. Committed and shared. Always loaded into every agent session. Under 120 lines of compressed project knowledge.
.agents.local.md
Your personal scratchpad. Gitignored. Grows over time as the agent logs what it learns each session — patterns, gotchas, dead ends.
Auto-Reflect
Agents observe significant events during sessions and surface patterns worth promoting to shared context at session end.
Auto-Consolidation
Daily logs compress automatically into curated topic files. 9:1 compression ratio, zero infrastructure required.
Supported Agents
Agent Context System works with every major AI coding tool:No plugins, no infrastructure, no background processes. The convention lives inside the files themselves, and the agent follows it.