@unerr-ai/unerr 0.0.0-beta.10 → 0.0.0-beta.11

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://unerr.dev/icon-wordmark.svg" alt="unerr" width="320" />
2
+ <a href="https://www.unerr.dev/"><img src="https://unerr.dev/icon-wordmark.svg" alt="unerr — local intelligence layer for AI coding agents" width="320" /></a>
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -12,7 +12,9 @@
12
12
  </p>
13
13
 
14
14
  <p align="center">
15
+ <a href="https://www.unerr.dev/"><img src="https://img.shields.io/badge/website-unerr.dev-8B5CF6?style=flat-square&logo=icloud&logoColor=white" alt="Website" /></a>
15
16
  <a href="https://www.npmjs.com/package/@unerr-ai/unerr"><img src="https://img.shields.io/badge/install-npm_i_@unerr--ai/unerr-8B5CF6?style=flat-square&logo=npm" alt="Install" /></a>
17
+ <a href="https://discord.gg/JfZ4pYgb"><img src="https://img.shields.io/badge/community-Discord-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord" /></a>
16
18
  <img src="https://img.shields.io/badge/runtime-Node.js_≥20-339933?style=flat-square&logo=node.js&logoColor=white" alt="Node.js" />
17
19
  <img src="https://img.shields.io/badge/protocol-MCP-7C3AED?style=flat-square" alt="MCP" />
18
20
  <img src="https://img.shields.io/badge/local--first-no_cloud-22D3EE?style=flat-square" alt="Local-first" />
@@ -53,40 +55,54 @@ The agent reads from the same store through MCP — every claim on the dashboard
53
55
 
54
56
  ### See it in action
55
57
 
56
- <p align="center">
57
- <table>
58
- <tr>
59
- <td align="center">
60
- <img src="https://unerr.dev/open-cli/screenshots/code-base-intelligence.png" alt="unerr codebase intelligence" width="130" />
61
- <br/><sub>Codebase intelligence</sub>
62
- </td>
63
- <td align="center">
64
- <img src="https://unerr.dev/open-cli/screenshots/reasoning-session.png" alt="unerr reasoning session" width="130" />
65
- <br/><sub>Reasoning session</sub>
66
- </td>
67
- <td align="center">
68
- <img src="https://unerr.dev/open-cli/screenshots/reasoning-quality.png" alt="unerr reasoning quality" width="130" />
69
- <br/><sub>Reasoning quality</sub>
70
- </td>
71
- <td align="center">
72
- <img src="https://unerr.dev/open-cli/screenshots/token-trace-main.png" alt="unerr token trace main view" width="130" />
73
- <br/><sub>Token trace</sub>
74
- </td>
75
- <td align="center">
76
- <img src="https://unerr.dev/open-cli/screenshots/token-session.png" alt="unerr session token tracking" width="130" />
77
- <br/><sub>Session tracking</sub>
78
- </td>
79
- <td align="center">
80
- <img src="https://unerr.dev/open-cli/screenshots/token-turn.png" alt="unerr per-turn token breakdown" width="130" />
81
- <br/><sub>Per-turn breakdown</sub>
82
- </td>
83
- </tr>
84
- </table>
85
- </p>
58
+ <table align="center">
59
+ <tr>
60
+ <td align="center" width="240">
61
+ <img src="https://unerr.dev/open-cli/screenshots/dashboard.png" alt="unerr dashboard — live overview" width="240" height="150" />
62
+ <br/><sub><strong>Dashboard</strong><br/>Live overview active sessions, recent tool calls, tokens saved this turn.</sub>
63
+ </td>
64
+ <td align="center" width="240">
65
+ <img src="https://unerr.dev/open-cli/screenshots/token-trace-main.png" alt="unerr token trace — global" width="240" height="150" />
66
+ <br/><sub><strong>Token Trace · global</strong><br/>Aggregate savings across every session, broken down by mechanism (graph, file_read, shell, dedup, format).</sub>
67
+ </td>
68
+ <td align="center" width="240">
69
+ <img src="https://unerr.dev/open-cli/screenshots/token-session.png" alt="unerr token trace — session" width="240" height="150" />
70
+ <br/><sub><strong>Token Trace · session</strong><br/>Single session: per-turn savings, mechanism mix, and the compounding multiplier.</sub>
71
+ </td>
72
+ <td align="center" width="240">
73
+ <img src="https://unerr.dev/open-cli/screenshots/token-turn.png" alt="unerr token trace — turn" width="240" height="150" />
74
+ <br/><sub><strong>Token Trace · turn</strong><br/>Single turn: which tool calls fired, tokens each would have cost without unerr vs what was delivered.</sub>
75
+ </td>
76
+ </tr>
77
+ <tr>
78
+ <td align="center" width="240">
79
+ <img src="https://unerr.dev/open-cli/screenshots/reasoning-quality.png" alt="unerr reasoning quality — global" width="240" height="150" />
80
+ <br/><sub><strong>Reasoning Quality · global</strong><br/>Four-pillar score across cleaner context, fewer wasted turns, fewer breakages, persistent memory.</sub>
81
+ </td>
82
+ <td align="center" width="240">
83
+ <img src="https://unerr.dev/open-cli/screenshots/reasoning-session.png" alt="unerr reasoning quality — session" width="240" height="150" />
84
+ <br/><sub><strong>Reasoning Quality · session</strong><br/>Per-session: which facts and conventions were reinforced, acted on, ignored, or corrected.</sub>
85
+ </td>
86
+ <td align="center" width="240">
87
+ <img src="https://unerr.dev/open-cli/screenshots/code-base-intelligence.png" alt="unerr code intelligence" width="240" height="150" />
88
+ <br/><sub><strong>Code Intelligence</strong><br/>Call graph, fan-in/out chokepoints, cross-module surprise links, and a risk grade per file.</sub>
89
+ </td>
90
+ <td align="center" width="240">
91
+ <img src="https://unerr.dev/open-cli/screenshots/project-memory.png" alt="unerr project memory — facts" width="240" height="150" />
92
+ <br/><sub><strong>Project Memory</strong><br/>Conventions, anti-patterns, decisions — with decay-adjusted confidence and reinforcement counts.</sub>
93
+ </td>
94
+ </tr>
95
+ <tr>
96
+ <td align="center" width="240" colspan="4">
97
+ <img src="https://unerr.dev/open-cli/screenshots/activity.png" alt="unerr activity — timeline + heatmap" width="240" height="150" />
98
+ <br/><sub><strong>Activity</strong><br/>Turn-grouped timeline with a 30-day heatmap — each row is one burst of agent work (intent → tools → outcome).</sub>
99
+ </td>
100
+ </tr>
101
+ </table>
86
102
 
87
103
  ---
88
104
 
89
- ## Quick Start (4 explicit steps)
105
+ ## Quick Start
90
106
 
91
107
  > unerr is **per-repository**. Each project gets its own `.unerr/` directory, graph DB, and config. Run install once per repo.
92
108
 
@@ -119,7 +135,7 @@ unerr install gemini-cli # → .gemini/settings.json + GEMINI.md + .gemi
119
135
  unerr install github-copilot-cli # → .copilot/mcp-config.json + .github/copilot-instructions.md + .github/skills/
120
136
  ```
121
137
 
122
- What this actually does, in order:
138
+ What it does:
123
139
 
124
140
  1. Writes a project-level MCP config (`{"command": "unerr", "args": ["--mcp"]}`) — never global.
125
141
  2. Drops 11 bundled skills into the agent's skills directory so the agent knows when to call which tool.
@@ -128,7 +144,7 @@ What this actually does, in order:
128
144
  5. Adds `.unerr` to `.gitignore`.
129
145
  6. For Claude Code, denies built-in `Read`/`Grep`/`Glob` so the agent must use unerr's graph-aware equivalents (opt out with `--no-force-tools`).
130
146
 
131
- > Need a different agent or doing it by hand? `unerr install --show-instructions <agent>` prints copy-pasteable setup. 16 agents are supported today (6 fully integrated, 10 in progress).
147
+ > Need a different agent or doing it by hand? `unerr install --show-instructions <agent>` prints copy-pasteable setup.
132
148
 
133
149
  ### 4. Run `unerr` — and **keep it running**
134
150
 
@@ -390,5 +406,5 @@ See [CLAUDE.md](./CLAUDE.md) for full conventions.
390
406
  <p align="center">
391
407
  <code>npm install -g @unerr-ai/unerr</code>
392
408
  <br /><br />
393
- <a href="https://www.npmjs.com/package/@unerr-ai/unerr"><sub>npm registry</sub></a> · <sub>Fully local. No account. No cloud. Free.</sub>
409
+ <a href="https://www.unerr.dev/"><sub>unerr.dev</sub></a> · <a href="https://www.npmjs.com/package/@unerr-ai/unerr"><sub>npm registry</sub></a> · <a href="https://discord.gg/2BjRftz8kG"><sub>Discord community</sub></a> · <sub>Fully local. No account. No cloud. Free.</sub>
394
410
  </p>