Browse docs
Documentation

Give your agent a memory it can't lose

Coding OS is an open-source cognitive operating system for AI coding agents. It installs on top of the agent you already use — Claude Code or Codex — and adds memory, a knowledge graph, and an enforced engineering loop.

What you get

graph_os

A precomputed knowledge graph of your code, docs, and configs. The agent asks “who calls this / what breaks” in one query instead of grepping the repo.

thinking_os

Cross-session memory, learning, and metrics. Every session records what it learned; the next one starts with a digest instead of amnesia.

board_os

A Scrumban board with WIP limits, a definition of ready, and lifecycle hooks. Tasks are contracts the agent has to satisfy — not vibes.

Start here

The Reference section is synced from the tool repository on every deploy — it is the contributor-facing engineering, architecture, and playbook documentation. Start with the guides above; reach for reference when you are extending Coding OS itself.