ContextGraph
p/contextgraph
Memory backend for coding agents
0 reviews1 follower
Start new thread
trending

You do not have to lose too much working state when context gets tight.

We built ContextGraph because coding agents still lose too much working state when context gets tight.

Most tools either store raw text or collapse a long session into one lossy summary. ContextGraph takes a different path: it checkpoints durable working state like decisions, constraints, open tasks, failures, changed files, and restoration instructions.

This release adds three pieces we think matter a lot for real coding workflows:

Reactive Delta Compaction

ContextGraph - Memory backend for coding agents

Checkpoint, resume, branch, and inspect coding-agent context with reactive delta compaction, branch-aware context cache, and repo-local .contextgraph memory directories.