nexus-prime 3.12.0 → 3.13.0
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 +54 -20
- package/dist/dashboard/index.html +631 -154
- package/dist/engines/client-bootstrap.d.ts.map +1 -1
- package/dist/engines/client-bootstrap.js +77 -0
- package/dist/engines/client-bootstrap.js.map +1 -1
- package/dist/engines/event-bus.d.ts +4 -0
- package/dist/engines/event-bus.d.ts.map +1 -1
- package/dist/engines/event-bus.js +72 -10
- package/dist/engines/event-bus.js.map +1 -1
- package/dist/engines/feature-registry.js +1 -1
- package/dist/engines/feature-registry.js.map +1 -1
- package/dist/engines/graph-memory.js +1 -1
- package/dist/engines/graph-memory.js.map +1 -1
- package/dist/engines/knowledge-fabric.d.ts +5 -0
- package/dist/engines/knowledge-fabric.d.ts.map +1 -1
- package/dist/engines/knowledge-fabric.js +55 -0
- package/dist/engines/knowledge-fabric.js.map +1 -1
- package/dist/engines/memory.d.ts +3 -0
- package/dist/engines/memory.d.ts.map +1 -1
- package/dist/engines/memory.js +53 -1
- package/dist/engines/memory.js.map +1 -1
- package/dist/engines/orchestrator.d.ts.map +1 -1
- package/dist/engines/orchestrator.js +10 -0
- package/dist/engines/orchestrator.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<
|
|
2
|
+
<img src="./docs/assets/nexus-prime-logo.svg" alt="Nexus Prime" width="80" height="80">
|
|
3
|
+
<h1>Nexus Prime</h1>
|
|
3
4
|
<p><strong>Local-first MCP control plane for coding agents</strong></p>
|
|
4
5
|
|
|
5
6
|
[](https://www.npmjs.com/package/nexus-prime)
|
|
6
7
|
[](https://www.npmjs.com/package/nexus-prime)
|
|
7
8
|
[](LICENSE)
|
|
8
|
-
[](https://github.com/topics/agentic-os)
|
|
9
9
|
[](https://github.com/sir-ad/nexus-prime/actions)
|
|
10
10
|
[](https://nodejs.org)
|
|
11
11
|
<!-- traffic-badges:start -->
|
|
@@ -13,11 +13,25 @@
|
|
|
13
13
|
[](https://github.com/sir-ad/nexus-prime)
|
|
14
14
|
<!-- traffic-badges:end -->
|
|
15
15
|
|
|
16
|
+
[](https://github.com/sir-ad/nexus-prime/stargazers)
|
|
17
|
+
[](https://github.com/sir-ad/nexus-prime/network/members)
|
|
18
|
+
[](https://github.com/sir-ad/nexus-prime/issues)
|
|
19
|
+
[](https://github.com/sir-ad/nexus-prime/commits)
|
|
20
|
+
[](https://github.com/sir-ad/nexus-prime/pulls)
|
|
21
|
+
|
|
16
22
|
<!-- AI / Agentic Widgets -->
|
|
17
23
|
[](https://github.com/topics/ai)
|
|
18
24
|
[](https://github.com/topics/llm)
|
|
19
25
|
[](https://modelcontextprotocol.io/)
|
|
20
|
-
|
|
26
|
+
[](https://github.com/topics/agentic-os)
|
|
27
|
+
[](https://www.typescriptlang.org/)
|
|
28
|
+
[](https://opensource.org/)
|
|
29
|
+
|
|
30
|
+
<!-- Community -->
|
|
31
|
+
[](https://www.reddit.com/r/LLMDevs/)
|
|
32
|
+
[](https://www.reddit.com/r/Nexus_Prime/)
|
|
33
|
+
[](https://discord.gg/zCPEjPZj)
|
|
34
|
+
|
|
21
35
|
<p><i>Bootstrap. Orchestrate. Verify. Learn.</i></p>
|
|
22
36
|
<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 - Semantic memory and parallel execution for AI coding agents | 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>
|
|
23
37
|
|
|
@@ -28,7 +42,7 @@
|
|
|
28
42
|
**Nexus Prime** is a local-first MCP control plane for coding agents. It gives clients a default path that starts with bootstrap context, flows through orchestrated execution, and ends with persisted runtime truth instead of ad-hoc tool chaining.
|
|
29
43
|
|
|
30
44
|
**Website:** [sir-ad.github.io/nexus-prime](https://sir-ad.github.io/nexus-prime/)<br>
|
|
31
|
-
**Documentation:** [Catalog](https://sir-ad.github.io/nexus-prime/catalog.html) · [Knowledge Base](https://sir-ad.github.io/nexus-prime/knowledge-base.html) · [Integrations](https://sir-ad.github.io/nexus-prime/integrations.html) · [Architecture Diagrams](https://sir-ad.github.io/nexus-prime/architecture-diagrams.html)
|
|
45
|
+
**Documentation:** [Catalog](https://sir-ad.github.io/nexus-prime/catalog.html) · [Comparison](https://sir-ad.github.io/nexus-prime/comparison.html) · [Knowledge Base](https://sir-ad.github.io/nexus-prime/knowledge-base.html) · [Integrations](https://sir-ad.github.io/nexus-prime/integrations.html) · [Architecture Diagrams](https://sir-ad.github.io/nexus-prime/architecture-diagrams.html)
|
|
32
46
|
|
|
33
47
|
## What Nexus Prime is
|
|
34
48
|
|
|
@@ -84,6 +98,7 @@ Use `nexus_plan_execution` only when you explicitly want the ledger before mutat
|
|
|
84
98
|
</div>
|
|
85
99
|
|
|
86
100
|
- [Catalog](https://sir-ad.github.io/nexus-prime/catalog.html): generated registry for MCP surfaces, client targets, dashboard capabilities, runtime subsystems, and release gates.
|
|
101
|
+
- [Comparison](https://sir-ad.github.io/nexus-prime/comparison.html): tiered market map for direct developer orchestrators, broader multi-agent frameworks, and adjacent specialist stacks.
|
|
87
102
|
- [Knowledge Base](https://sir-ad.github.io/nexus-prime/knowledge-base.html): runtime contract, packets, ledgers, memory, token telemetry, and guardrails.
|
|
88
103
|
- [Integrations](https://sir-ad.github.io/nexus-prime/integrations.html): verified setup for Codex, Cursor, Claude Code, Opencode, Windsurf, and Antigravity/OpenClaw.
|
|
89
104
|
- [Architecture Diagrams](https://sir-ad.github.io/nexus-prime/architecture-diagrams.html): shipped diagrams for the control plane, worktree lifecycle, memory fabric, RAG gate, token budget, runtime truth, and release pipeline.
|
|
@@ -164,21 +179,6 @@ flowchart TD
|
|
|
164
179
|
|
|
165
180
|
</details>
|
|
166
181
|
|
|
167
|
-
<details>
|
|
168
|
-
<summary><b>🚢 Diagram: repo change → QA gate → GitHub release → npm publish</b></summary>
|
|
169
|
-
|
|
170
|
-
```mermaid
|
|
171
|
-
flowchart LR
|
|
172
|
-
Change["Repo changes"] --> Generate["Generate registry + catalog"]
|
|
173
|
-
Generate --> QA["qa:release"]
|
|
174
|
-
QA --> Tag["Tag v3.12.0"]
|
|
175
|
-
Tag --> Release["GitHub release"]
|
|
176
|
-
Release --> Publish["release.published workflow"]
|
|
177
|
-
Publish --> Npm["npm publish --provenance"]
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
</details>
|
|
181
|
-
|
|
182
182
|
<div align="center">
|
|
183
183
|
<img src="./docs/assets/screenshots/dashboard_knowledge_trace.png" alt="Nexus Prime dashboard showing session-first RAG collections, source mix, provenance, and by-source token allocation" width="1600" height="1280">
|
|
184
184
|
<br>
|
|
@@ -240,11 +240,21 @@ Memory inventory ready.
|
|
|
240
240
|
- Zettelkasten links: persisted graph relationships
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
+
## Competitive Landscape
|
|
244
|
+
|
|
245
|
+
The comparison exists so agent builders can separate direct control planes from broader frameworks before they evaluate Nexus Prime on the wrong axis.
|
|
246
|
+
|
|
247
|
+
- Nexus Prime is closest to repo-adjacent control planes that own bootstrap, orchestration, worktree execution, and persisted runtime truth.
|
|
248
|
+
- Broader frameworks like AutoGen, LangGraph, CrewAI, CAMEL, and MetaGPT are stronger when you want to embed orchestration inside your own application stack.
|
|
249
|
+
- Specialized orchestrators still matter, but Nexus stays differentiated on bootstrap-first MCP entry, session-first RAG, source-aware token budgeting, and generated client bootstrap.
|
|
250
|
+
|
|
251
|
+
Read the full tiered market map: [Comparison](https://sir-ad.github.io/nexus-prime/comparison.html)
|
|
252
|
+
|
|
243
253
|
<!-- feature-registry:start -->
|
|
244
254
|
<details>
|
|
245
255
|
<summary><b>🧭 Platform Feature Registry</b></summary>
|
|
246
256
|
|
|
247
|
-
Generated from shared feature metadata at 2026-03-
|
|
257
|
+
Generated from shared feature metadata at 2026-03-14T14:43:20.108Z.
|
|
248
258
|
|
|
249
259
|
Inventory Snapshot: 109 skills · 64 workflows · 5 hooks · 3 automations · 7 crews · 139 specialists
|
|
250
260
|
|
|
@@ -577,6 +587,30 @@ Inventory Snapshot: 109 skills · 64 workflows · 5 hooks · 3 automations · 7
|
|
|
577
587
|
## 📜 Release History
|
|
578
588
|
|
|
579
589
|
<details open>
|
|
590
|
+
<summary><b>v3.13.0</b> · 2026-03-15 · Workspace surfaces, dashboard layout fixes, and community presence</summary>
|
|
591
|
+
|
|
592
|
+
- Dashboard workspaces now drive their own graph visibility, library tabs, titles, and subtitles per surface mode (overview, knowledge, runs, catalog, governance).
|
|
593
|
+
- Fixed memory graph overlapping text in non-graph surfaces by collapsing focusable-shell gap when the graph widget is hidden and removing conflicting inline margin.
|
|
594
|
+
- Added graph-note text overflow handling and responsive min-height for hidden-graph surfaces.
|
|
595
|
+
- Library tabs are now rendered dynamically per workspace instead of a single hardcoded rail.
|
|
596
|
+
- Knowledge workspace auto-opens the create form when no collections exist.
|
|
597
|
+
- Plan and execute actions now switch to the runs workspace automatically.
|
|
598
|
+
- Added community badges (Reddit, Discord), engagement badges (stars, forks, issues, PRs), and the r/LLMDevs #1 Post of the Day recognition.
|
|
599
|
+
|
|
600
|
+
Full notes: [CHANGELOG.md](./CHANGELOG.md)
|
|
601
|
+
</details>
|
|
602
|
+
|
|
603
|
+
<details>
|
|
604
|
+
<summary><b>v3.12.1</b> · 2026-03-14 · Dashboard focus mode, graph recall wiring, and bootstrap recovery</summary>
|
|
605
|
+
|
|
606
|
+
- Added dashboard maximize/restore focus mode across the main operational panels so graph, memory snapshots, runtime events, and operator actions are usable without the cramped default layout.
|
|
607
|
+
- Wired graph memory into the main recall path, auto-seeded first-run RAG collections from bounded project context, and rehydrated dashboard event history from persisted logs.
|
|
608
|
+
- Tightened the cockpit density, clarified the RAG injection path, rotated persisted events, and seeded visible local hook/automation starters for fresh workspaces.
|
|
609
|
+
|
|
610
|
+
Full notes: [releases/v3.12.1.md](./releases/v3.12.1.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
|
|
611
|
+
</details>
|
|
612
|
+
|
|
613
|
+
<details>
|
|
580
614
|
<summary><b>v3.12.0</b> · 2026-03-14 · Public surface, proof screenshots, and release visibility</summary>
|
|
581
615
|
|
|
582
616
|
- Rebuilt the README hierarchy around what Nexus Prime is, why it is different, the bootstrap-orchestrate path, and proof-backed capabilities.
|