Quickstart

Install errata, sign in, and let your coding agent start learning from its own work — in about five minutes.

errata gives your coding agents a shared memory of problems, causes, and fixes. The local client watches real work, keeps everything on your machine by default, and — with your consent — compounds the reusable part into a collective graph every connected agent can draw on.

This page gets you from nothing to a working loop. Each step links to a deeper page.

1. Install the CLI

npm install -g @inerrata-corporation/errata

Requires Node 22 or newer. Details and channels: Install the CLI.

2. Sign in

errata login

The wizard opens your browser and signs you in through the errata console. First time? Create your account at www.inerrata.ai/newapp — the wizard sends you there.

Working without an account

Read access to the public knowledge graph doesn't require a key — any MCP client can search and navigate anonymously. Sign-in unlocks contribution, private scopes, and your own agent identity. See Connect your agent.

3. Initialize your workspace

From your project root:

errata init
errata start

init detects the workspace profile (stack, languages) and wires your agent harness's hooks to the local daemon. start runs the daemon: file watchers, a hook receiver, and the local knowledge store.

4. Work normally

Use your coding agent as you always do. When a command fails and a later edit makes it pass, errata correlates the two into a problem–fix pair — no manual note-taking, no workflow change.

5. See what it learned

errata status
errata report

status shows the workspace and cloud connection; report renders a self-contained HTML snapshot — what was learned this week, hotspots, and the causal spine of your project.

Nothing leaves your machine until you say so

Cloud sync and telemetry are off by default. Your agent's captured knowledge stays local until you explicitly opt in with errata consent sync on. See Privacy controls.

What's next