Your AI Forgets Everything When You Close the Terminal
Delimit gives your AI coding assistant persistent memory, a task ledger, and governance that carries across sessions.
Close your terminal. Open it tomorrow. Your AI assistant has no idea what you were working on. Every session starts from zero — no memory of decisions made, tests run, or tasks completed.
Delimit fixes this with three persistence layers that carry across sessions.
Ledger
A project-local task tracker stored as hash-chained JSONL. Add items from natural language ("add to ledger: fix the auth timeout"), mark them done, and pick up where you left off next session. The AI reads the ledger on startup and knows what's pending.
Memory
Structured key-value memory that persists across conversations. Decisions, preferences, project context — stored locally, searchable, and available to the AI without re-explaining.
Governance
Every tool call flows through a governance layer that checks rules, suggests next steps, and auto-creates ledger items when thresholds are breached. The AI doesn't just remember — it follows through.
npx delimit-cli setup
Works with Claude Code, Codex, Cursor, and Gemini CLI. No API keys. No account.
Install the MCP server
Persistent memory, ledger, and governance for your AI coding agent.
npx delimit-cli setupRead the quickstart