nexus-prime 7.9.36 → 7.9.38

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 +77 -49
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,14 +38,15 @@
38
38
  <a href="https://www.producthunt.com/products/nexus-prime?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-nexus-prime" target="_blank" rel="noopener noreferrer"><img alt="Nexus-Prime — Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1096831&theme=dark&t=1773345508816"></a>
39
39
  </div>
40
40
 
41
- > **Stop restarting your coding agents from zero.**
41
+ > **Give every coding agent the same memory, budget, and proof trail.**
42
42
  >
43
- > Nexus Prime gives Claude Code, Codex, Cursor, Windsurf, OpenCode, Aider, and the rest of your local agent stack one shared memory, one proof trail, and one dashboard for what actually happened.
43
+ > Nexus Prime is the local-first operating layer for Claude Code, Codex, Cursor, Windsurf, OpenCode, Aider, and the rest of your agent stack. It helps them remember prior work, route context before they burn tokens, coordinate across sessions, and show you exactly what happened before a change ships.
44
44
 
45
45
  ---
46
46
 
47
47
  ## Contents
48
48
 
49
+ - [Why teams install it](#why-teams-install-it)
49
50
  - [The problem](#the-problem)
50
51
  - [What changes when you install](#what-changes-when-you-install)
51
52
  - [Quick start](#quick-start)
@@ -54,7 +55,7 @@
54
55
  - [See it in action](#see-it-in-action)
55
56
  - [Competitive position](#competitive-position)
56
57
  - [Works with](#works-with)
57
- - [What users see](#what-users-see)
58
+ - [What the dashboard proves](#what-the-dashboard-proves)
58
59
  - [Who it's for](#who-its-for)
59
60
  - [Pricing](#pricing)
60
61
  - [FAQ](#faq)
@@ -62,41 +63,38 @@
62
63
  - [Community & support](#community--support)
63
64
  - [License](#license)
64
65
 
65
- ---
66
-
67
- ## Docs and comparison
68
-
69
- - Website: https://nexus-prime.cfd/
70
- - Comparison: https://nexus-prime.cfd/comparison.html
71
- - Knowledge base: https://nexus-prime.cfd/knowledge-base.html
72
-
73
- Agents should start with `nexus_session_bootstrap`, then route the raw request through `nexus_orchestrate`. Auto-bootstrap runs on first non-bootstrap call for compatible clients, but the explicit bootstrap-first path remains the safest integration contract.
74
-
75
- ---
76
-
77
66
  ## Why teams install it
78
67
 
79
68
  Nexus Prime is the local-first control plane for serious AI-assisted coding.
80
69
 
81
- - **Shared memory for every agent.** Your tools stop acting like strangers and start carrying useful context across sessions.
82
- - **Lower token waste.** Nexus routes agents toward the files and facts that matter instead of rereading the repo every turn.
83
- - **Runtime truth you can inspect.** The dashboard shows runs, memory, token savings, and agent activity instead of hiding the messy parts.
84
- - **Safer multi-file work.** Planning, verification, and handoff state stay attached to the repo, so interrupted work is easier to resume and review.
85
- - **Local by default.** Your code and agent memory stay on your machine unless you explicitly opt into something else.
70
+ - **Memory that compounds.** Your agents stop acting like strangers and start carrying useful context across sessions, tools, and repos.
71
+ - **Token spend you can manage.** Nexus routes agents toward the files and facts that matter before they reread the whole repo.
72
+ - **Runtime truth for real work.** The dashboard shows runs, memory, token savings, worker activity, and verification state instead of hiding the messy parts.
73
+ - **Safer multi-file execution.** Planning, review, and handoff state stay attached to the repo, so interrupted work is easier to resume and audit.
74
+ - **A product your team can trust.** Local-first storage, opt-in telemetry, 15-day trial enforcement, and license-gated runtime work are built into the product surface.
75
+
76
+ Install Nexus Prime when:
77
+
78
+ - You use more than one coding agent and keep repeating the same context.
79
+ - Your agent bill is mostly input tokens and repo rereads.
80
+ - You need proof of what the agent planned, touched, skipped, and verified.
81
+ - You want a local control plane before putting AI-assisted coding in front of a team.
86
82
 
87
83
  ---
88
84
 
89
85
  ## The problem
90
86
 
91
- Every coding agent you use starts every session cold.
87
+ Every coding agent starts cold.
92
88
 
93
- It has no idea what you worked on yesterday. It has no idea what your teammate's Cursor session just finished. It re-reads your repo from scratch, every single turn, for every single question because that's the only thing it knows how to do.
89
+ It has no idea what you worked on yesterday. It has no idea what your teammate's Cursor session just finished. It does not know which files already mattered, which decisions were accepted, which paths failed, or which preferences should carry forward.
94
90
 
95
- One tracked session was measured at **100,000,000 tokens**. Ninety-nine point four percent of them were input. **166 tokens read for every 1 written.** Your agent isn't thinking. It's re-orienting. And you're paying for that re-orientation over and over.
91
+ So it re-reads your repo from scratch, every turn, for every question, because cold context is the only context it has.
96
92
 
97
- This is **agent amnesia** and it's the quiet tax on every hour you spend with AI-assisted coding.
93
+ One tracked session was measured at **100,000,000 tokens**. Ninety-nine point four percent of them were input. **166 tokens read for every 1 written.** That is not deep reasoning. That is repeated re-orientation.
98
94
 
99
- **Nexus Prime turns that cold start into a remembered workspace.**
95
+ This is **agent amnesia**: the quiet tax on every serious AI-assisted engineering workflow.
96
+
97
+ **Nexus Prime turns cold starts into a remembered workspace.**
100
98
 
101
99
  ---
102
100
 
@@ -105,12 +103,12 @@ This is **agent amnesia** — and it's the quiet tax on every hour you spend wit
105
103
  | Before Nexus Prime | After Nexus Prime |
106
104
  | :--- | :--- |
107
105
  | Every session starts cold | Your agents pick up where they (or any other agent) left off |
108
- | You pick files manually and pray they fit the context | Your agent reads only what matters automatically |
109
- | Memory grows but nothing learns | What was true yesterday is still true today |
110
- | Multi-file edits sometimes leave the codebase in a half-broken state | Every change is reviewed and safe before it lands |
111
- | Your Cursor and your Claude Code sessions are two strangers | They share the same memory, in real time |
112
- | Token bills climb and you can't see why | A live dashboard shows exactly where every token went |
113
- | Five-figure monthly LLM spend and no lever to pull | **Users typically cut input tokens by 60–90%** |
106
+ | You pick files manually and hope they fit | Nexus routes context before the agent starts reading |
107
+ | Memory grows in random chat threads | Reusable project memory lives with the workspace |
108
+ | Multi-file edits can die halfway through | Plans, reviews, and handoffs remain inspectable |
109
+ | Cursor, Claude Code, and Codex act separately | They share a common local control plane |
110
+ | Token bills climb and you cannot explain why | The dashboard shows where context went and what was saved |
111
+ | You have no leverage over input-token waste | **Users typically cut input tokens by 60–90%** |
114
112
 
115
113
  ---
116
114
 
@@ -153,7 +151,7 @@ Then visit `http://localhost:3377`.
153
151
 
154
152
  ### 4. Use your agent like normal
155
153
 
156
- That's it. Memory, budgeting, and safe execution are already on.
154
+ That's it. Memory, routing, budgeting, and proof capture are already on.
157
155
 
158
156
  </td>
159
157
  </tr>
@@ -161,6 +159,18 @@ That's it. Memory, budgeting, and safe execution are already on.
161
159
 
162
160
  Prefer one-liner installs? `curl -fsSL https://nexus-prime.cfd/install.sh | bash`
163
161
 
162
+ You get a 15-day local trial. After the trial, runtime work requires an active license.
163
+
164
+ ---
165
+
166
+ ## Docs and comparison
167
+
168
+ - Website: https://nexus-prime.cfd/
169
+ - Comparison: https://nexus-prime.cfd/comparison.html
170
+ - Knowledge base: https://nexus-prime.cfd/knowledge-base.html
171
+
172
+ Agents should start with `nexus_session_bootstrap`, then route the raw request through `nexus_orchestrate`. Auto-bootstrap runs on first non-bootstrap call for compatible clients, but the explicit bootstrap-first path remains the safest integration contract.
173
+
164
174
  ---
165
175
 
166
176
  ## Features
@@ -183,9 +193,9 @@ Your agent reads what matters — nothing else. Users typically see **60–90% f
183
193
  </td>
184
194
  <td width="33%" valign="top">
185
195
 
186
- ### 🛡️ Safer coding sessions
196
+ ### 🛡️ Reviewable coding sessions
187
197
 
188
- Every multi-file edit is reviewed before it lands. No more half-broken commits because the agent got interrupted.
198
+ Plans, file choices, worker activity, and verification state stay visible while the agent works.
189
199
 
190
200
  </td>
191
201
  </tr>
@@ -255,6 +265,14 @@ Install, run `setup all`, done. The wizard detects every coding agent on your ma
255
265
  <sub><b>The receipts</b> — every decision is traced, so you can see <i>why</i> your agent did what it did.</sub>
256
266
  </div>
257
267
 
268
+ <br>
269
+
270
+ <div align="center">
271
+ <img src="https://nexus-prime.cfd/assets/screenshots/dashboard_runtime_sequence.png" alt="Nexus Prime runtime sequence — connected agents, memory graph, and guarded operator actions" width="1024">
272
+ <br>
273
+ <sub><b>The runtime</b> — connected agents, guarded actions, memory state, and work context in one local view.</sub>
274
+ </div>
275
+
258
276
  ---
259
277
 
260
278
  ## Works with
@@ -277,25 +295,36 @@ Or just wire everything: **`nexus-prime setup all`**
277
295
 
278
296
  ---
279
297
 
280
- ## What users see
298
+ ## What the dashboard proves
281
299
 
282
- Numbers from real users running real workflows on their own machines:
300
+ Your local dashboard turns the sales promise into inspectable evidence:
283
301
 
284
- | Metric | Typical before | Typical after | What it means |
285
- |--------|---------------:|--------------:|:--------------|
286
- | Input tokens per session | 10M 100M | 1M 10M | **60–90% lower bills** |
287
- | Cold-start context time | 30s 2 min | under a second | Agents feel instant |
288
- | Memory across sessions | None | Full | Nothing gets forgotten |
289
- | Multi-agent state sharing | None | Real-time | Your tools stop fighting each other |
290
- | Half-broken multi-file edits | Common | Rare | Merge with confidence |
302
+ | Surface | What you can inspect | Why it matters |
303
+ |:--------|:---------------------|:---------------|
304
+ | Token telemetry | Input, forwarded, saved, and compressed tokens | Proves whether Nexus is actually saving context |
305
+ | Memory lattice | Accepted memories, recalled facts, and learning packets | Shows what the system learned and reused |
306
+ | Runtime activity | Runs, workers, routes, and verification state | Makes agent work observable instead of mystical |
307
+ | Context log | Selected files, changed files, and route rationale | Explains why the agent read what it read |
308
+ | License status | Trial, plan, expiry, and activation state | Keeps commercial use explicit |
291
309
 
292
- No benchmarks from a press release this is what the dashboard shows you, on day one.
310
+ Typical users see **60–90% lower input-token use** once Nexus has enough project memory to route context well. The important part: your own dashboard shows your own numbers.
293
311
 
294
312
  ---
295
313
 
296
314
  ## Competitive position
297
315
 
298
- Nexus Prime is a local-first control plane for coding agents: persistent memory, workspace-scoped runtime state, dashboard observability, and MCP-native orchestration in one install. The public comparison page tracks where it differs from other agent frameworks and developer orchestrators: https://nexus-prime.cfd/comparison.html
316
+ Most agent tools focus on a single chat, editor, or framework. Nexus Prime focuses on the workspace underneath them.
317
+
318
+ It gives your agent stack:
319
+
320
+ - persistent memory
321
+ - workspace-scoped runtime state
322
+ - token routing and compression telemetry
323
+ - dashboard observability
324
+ - MCP-native orchestration
325
+ - license-aware local execution
326
+
327
+ The public comparison page tracks where it differs from other agent frameworks and developer orchestrators: https://nexus-prime.cfd/comparison.html
299
328
 
300
329
  ---
301
330
 
@@ -309,7 +338,7 @@ Nexus Prime is for people who take AI-assisted coding seriously:
309
338
  - **Power users** who've hit every context-window wall and want a real fix
310
339
  - **Anyone** who's paid a four- or five-figure monthly LLM bill and felt it
311
340
 
312
- If any of that sounds like you keep reading.
341
+ If you only use an agent once a month, you probably do not need Nexus Prime yet. If AI is already part of how you ship, Nexus gives that workflow memory, controls, and receipts.
313
342
 
314
343
  ---
315
344
 
@@ -317,7 +346,7 @@ If any of that sounds like you — keep reading.
317
346
 
318
347
  <div align="center">
319
348
 
320
- **15-day local trial. Activate or upgrade before expiry; runtime work locks after day 15.**
349
+ **Start with a 15-day local trial. Activate or upgrade before expiry; runtime work locks after day 15.**
321
350
 
322
351
  </div>
323
352
 
@@ -371,7 +400,7 @@ nexus-prime license status # check your plan
371
400
  nexus-prime license activate <key> # activate the key shared by the team
372
401
  ```
373
402
 
374
- **[nexus-prime.cfd/account](https://nexus-prime.cfd/account)** · **[Request by email](mailto:adarsh@nexus-prime.cfd?subject=Nexus%20Prime%20license%20request)**
403
+ Start here: **[nexus-prime.cfd/account](https://nexus-prime.cfd/account)** · **[Request by email](mailto:adarsh@nexus-prime.cfd?subject=Nexus%20Prime%20license%20request)**
375
404
 
376
405
  ---
377
406
 
@@ -446,7 +475,6 @@ Nexus Prime was designed privacy-first, because the code on your machine is your
446
475
  - 🏠 **100% local.** All data lives on your disk, in your home directory.
447
476
  - 🚫 **No cloud sync.** Your code, your memory, your logs — never uploaded.
448
477
  - 🔐 **Bounded local trial.** You can run locally for 15 days without signing up; a license is required after the trial expires.
449
- - 🧱 **Binary-first release path.** The current NPM package remains intact, and a prepared shim lane can turn NPM into a signed-binary downloader once binary artifacts are published and verified.
450
478
  - 📊 **Telemetry is opt-in.** Off by default. When on, only aggregate, anonymous event counts are sent — never source code, never memory contents.
451
479
  - 🗑️ **Uninstall is clean.** Everything lives in one directory you can delete.
452
480
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexus-prime",
3
- "version": "7.9.36",
3
+ "version": "7.9.38",
4
4
  "description": "Local-first MCP control plane for coding agents with bootstrap-orchestrate execution, memory fabric, token budgeting, and worktree-backed swarms (binary installer shim)",
5
5
  "type": "module",
6
6
  "bin": {