Developers

If you run an AI coding agent — Claude Code, Codex, Gemini, Aider, and more — the ox CLI gives it your team's full context at startup and captures what it does back to your Ledger.

Your agent stops starting from zero. It starts from where your team left off, then leaves a record the next session can build on.

The CLI plus adapter model

ox is a single CLI that connects your repo to SageOx. Each supported agent gets a thin adapter that knows how to inject context into that agent and capture its sessions — so the same workflow works whether you drive Claude Code, Codex, or anything else.

The loop is the same across every agent:

  1. The agent runs ox agent prime at session start.
  2. Team Context flows in — conventions, decisions, domain terms, prior work.
  3. The agent works.
  4. The session is captured to the per-repo Ledger and summarized.

Depth varies by agent. Claude Code is the deepest integration; others get the same priming and capture with fewer real-time touchpoints. See coding agents for the support matrix.

Start here

PageWhat it covers
How it worksThe prime-work-capture loop, and what any agent receives
Supported coding agentsSupported agents and per-agent depth
SageOx + Claude CodeThe deepest, Gold-tier integration
Session recordingWhy and how coding sessions become team memory
CodeDBSemantic code navigation your agent can query
Build a custom adapterWire up an agent ox doesn't support yet
Agent factoriesOrchestrators and parallel agents

What's next