IAmUnbounded/devctx

229 stars · Last commit 2026-02-15

Carry context across coding agents/editors/IDEs - Cursor/Windsurf/Claude Code/Antigravity

README preview

# DevContext 🧠

> *"Git tracks your code history. DevContext tracks your intent history."*

**Persistent AI coding context for teams.** Never re-explain your codebase to an AI assistant again.

## The Problem

You're deep in a Cursor session refactoring a payment service. You've explained the architecture, tried 3 approaches, finally found the right one. Session dies. Next morning — or worse, your teammate picks it up — and the AI has **zero memory**. You spend 15 min re-explaining everything. Every. Single. Time.

This is broken across **every** AI coding tool: Cursor, Claude Code, Copilot, Windsurf — none of them persist context across sessions, editors, or team members.

## The Solution

**DevContext** is a CLI tool that automatically captures and restores AI coding context, scoped to your repo and branch.

```bash
# Save context after a session
devctx save "Refactoring payment service to use event sourcing"

View full repository on GitHub →