@unerr-ai/unerr 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,13 +3,13 @@
3
3
  </p>
4
4
 
5
5
  <p align="center">
6
- <strong>Stop babysitting your AI.</strong>
6
+ <strong>Your AI agent has read your codebase. It was never briefed on it.</strong>
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <strong>unerr is operational intelligence for your codebase</strong> — one local runtime, <em>behind</em> every MCP your agent speaks,<br/>
11
- that catches the refactor about to break 7 call sites, remembers what the team already decided, and keeps context lean.<br/>
12
- Joins no single-purpose memory or graph tool can makebecause everything lives in one process.
10
+ <strong>unerr is operational intelligence for your codebase</strong> — the lived history your team carries in its head:<br/>
11
+ what's been tried, what broke, what the team decided. One local runtime, <em>behind</em> every MCP your agent already speaks,<br/>
12
+ that hands the agent that judgment the moment it starts working instead of letting it relearn your repo, every session.
13
13
  </p>
14
14
 
15
15
  <p align="center">
@@ -28,11 +28,11 @@
28
28
  <p align="center">
29
29
  <code>npm install -g @unerr-ai/unerr</code>
30
30
  <br /><br />
31
- <sub>Zero configuration. Install, restart your IDE, and the next prompt is smarter.</sub>
31
+ <sub>Zero configuration. Install, restart your IDE, and the next prompt already knows your repo.</sub>
32
32
  </p>
33
33
 
34
34
  <p align="center">
35
- <sub>Measured, not estimated: removes <strong>86–90%</strong> of the tokens an agent spends navigating code —<br/>
35
+ <sub>Measured, not estimated: the agent lands on the right code while spending <strong>86–90% fewer tokens</strong> getting there —<br/>
36
36
  same corpus, same tokenizer, with a fidelity gate that discards any "saving" that lost the answer. <a href="./benchmarks/README.md">See the benchmarks →</a></sub>
37
37
  </p>
38
38
 
@@ -40,7 +40,11 @@
40
40
 
41
41
  ## The old way is over
42
42
 
43
- Coding agents now write the code. The bottleneck movedfrom *writing* code to an agent **landing on the right code** without burning turns, re-reading files it's already seen, or breaking things it couldn't see.
43
+ Coding agents now write the code. They've read every line of your repo and not one of them has been briefed on it. They don't know what the team tried here and abandoned, why this function drifted, what broke the last time someone touched it, or which decision is load-bearing. A new engineer gets that briefing on day one. The agent starts cold, every single session.
44
+
45
+ So it guesses. It greps where a senior engineer would check the call graph. It re-derives on Tuesday what it worked out on Monday. And the knowledge that *would* brief it — who changed each file and why, what failed before, the conventions the team accreted — is scattered across one tool for memory, another for the graph, a third for context, none of which can reach across the others.
46
+
47
+ **unerr is the layer that ends the guessing.** One per-repo runtime, behind every MCP your agent already speaks, that carries your codebase's lived history and hands the agent that judgment the moment it starts — so it lands on the right code without burning turns, and sees what a change will break before it breaks it.
44
48
 
45
49
  | The old way | With unerr |
46
50
  |---|---|
@@ -59,7 +63,7 @@ You've felt all four of these in the last 48 hours:
59
63
  - The agent reads a 2,000-line file to find a 5-line function, then still doesn't know that function has 24 callers in six other files.
60
64
  - You don't trust the agent to refactor anything important. It treats your codebase like a flat string of text — locally correct, globally wrong.
61
65
 
62
- These aren't four problems. They're one: today's agents are incredibly smart but structurally blind and severely amnesiac. They grep when a senior engineer would check the call graph. They forget on Tuesday what they learned on Monday.
66
+ These aren't four problems. They're one: **your agent acts on your codebase without ever having been briefed on it.** It greps where a senior engineer would check the call graph, and it relearns on Tuesday what it worked out on Monday.
63
67
 
64
68
  ---
65
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unerr-ai/unerr",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "mcpName": "io.github.unerr-ai/unerr",
5
5
  "description": "Local-first code intelligence CLI for unerr",
6
6
  "repository": {