Overview
AI coding agents lose everything between sessions, so the same context has to be rebuilt over and over.
Work
I built it as a TypeScript monorepo: an MCP server, a CLI, and hooks that capture findings and tasks into plain markdown. No database, no vendor lock-in.
Result
It works across Claude, Copilot, Cursor, and Codex, and reloads cleanly on a new machine with a single init command.
Stack
- TypeScript
- MCP
- Turborepo
- Node.js