Skip to content

What every agent should know

Keep your project's direction in human hands as agents do more of the work.

Join a study: we review your next ten PRs against your project’s commitments.

Your decisions should survive the next PR.

Give us one hour and read access to your repository. We’ll review your next ten PRs against your project’s commitments.

We’ll flag conflicts and consequential choices that still need your decision. You decide which findings matter. Your feedback helps us learn where the review helps.

Discuss a review

Email a repository link and a sentence about how you use coding agents. For private repositories, we’ll discuss access first.

Watch Nauro work with your agents.

A decision approved with Codex carries into Claude Code, where it stops an unsupported increase to the concurrency limit.

Codex to Claude Code judgment handoff demo

Codex checks Pareto's existing concurrency policy, recommends a top-tier change while keeping the default at six, and records it after the user approves. In a later Claude Code session, the agent retrieves the approved limit and rejects an unsupported increase to ten.

How Nauro helps connected AI stay consistent

How Nauro works.

  1. Retrieve prior decisions.

    Your agent reads the project’s current state and the reasoning behind earlier choices.

  2. Surface relevant commitments.

    Before choosing an approach, your agent checks the proposal against related decisions.

  3. Approve consequential choices.

    You settle what should guide future work and approve what enters the record.

How the record works

Without human oversight, AI can drift.

  • What's the current state of my project?
  • What changed since yesterday?
  • Have we decided this before?
  • Why did we do it this way?
  • Does this conflict with something we agreed on?
  • Let's come back to this later.
  • Let's lock this in.
  • Here's where we got to today.

Explore the record.

Browse the decisions, reasoning, and history your connected agents can retrieve.

The Nauro app tour

A recorded tour of the Nauro app over a seeded demo store: the decision list, quick-open search, one decision's full record, a supersession chain walk, the timeline, and the citation map.

Get started

Choose a setup method

Connect MCP

Hosted MCP
https://mcp.nauro.ai/mcp

Add the URL as a custom connector and sign in.

Install Nauro in your terminal.

Need uv? Install it first. It also installs Python.

1. Install the CLI
uv tool install nauro
2. Adopt this repository Run inside your Git repository
nauro adopt

Use the guided macOS setup.

Optional: the CLI and MCP work without it. Nauro guides you through repository and agent setup on first launch.

Runs onmacOS, Apple silicon
AccountNot required

Local by default. Local use keeps your record in Markdown and does not require an account. Cloud sync stays off until you enable it.

How is this different?

From AGENTS.md or CLAUDE.md?

Those files carry standing instructions, not history. Nauro writes your AGENTS.md context section from the record and keeps what a flat file cannot hold: each decision’s rationale, rejected alternatives, and supersession chain, retrievable by any connected agent.

From Cursor rules or agent memory?

Rules and memory belong to one tool. The record is vendor-neutral local Markdown, read over MCP by Claude Code, Codex, Cursor, and anything else you connect. Nothing enters it without your approval.

From committed ADRs?

ADRs wait to be reread. Nauro decisions are retrieved: before a change, agents check the proposal against the record and get the related history ranked by relevance.

What happens when a decision goes stale?

It is superseded, never silently edited. The old decision keeps its number and points forward, the new one carries the reasoning, and you approve the change. Agents always see the current rule with its lineage.

When do I not need this?

If committed decisions plus an agent instruction keep one repo aligned, keep them. Nauro is for judgment that must stay current across sessions, agents, and tools.

Local use is free and unlimited.

Local projects
Unlimited
Hosted allowance
5,000 calls each month
License
Apache-2.0

What every agent
should know