nexus-prime 3.12.0 → 3.12.1

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
@@ -28,7 +28,7 @@
28
28
  **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
29
 
30
30
  **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)
31
+ **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
32
 
33
33
  ## What Nexus Prime is
34
34
 
@@ -84,6 +84,7 @@ Use `nexus_plan_execution` only when you explicitly want the ledger before mutat
84
84
  </div>
85
85
 
86
86
  - [Catalog](https://sir-ad.github.io/nexus-prime/catalog.html): generated registry for MCP surfaces, client targets, dashboard capabilities, runtime subsystems, and release gates.
87
+ - [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
88
  - [Knowledge Base](https://sir-ad.github.io/nexus-prime/knowledge-base.html): runtime contract, packets, ledgers, memory, token telemetry, and guardrails.
88
89
  - [Integrations](https://sir-ad.github.io/nexus-prime/integrations.html): verified setup for Codex, Cursor, Claude Code, Opencode, Windsurf, and Antigravity/OpenClaw.
89
90
  - [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 +165,6 @@ flowchart TD
164
165
 
165
166
  </details>
166
167
 
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
168
  <div align="center">
183
169
  <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
170
  <br>
@@ -240,11 +226,21 @@ Memory inventory ready.
240
226
  - Zettelkasten links: persisted graph relationships
241
227
  ```
242
228
 
229
+ ## Competitive Landscape
230
+
231
+ The comparison exists so agent builders can separate direct control planes from broader frameworks before they evaluate Nexus Prime on the wrong axis.
232
+
233
+ - Nexus Prime is closest to repo-adjacent control planes that own bootstrap, orchestration, worktree execution, and persisted runtime truth.
234
+ - Broader frameworks like AutoGen, LangGraph, CrewAI, CAMEL, and MetaGPT are stronger when you want to embed orchestration inside your own application stack.
235
+ - Specialized orchestrators still matter, but Nexus stays differentiated on bootstrap-first MCP entry, session-first RAG, source-aware token budgeting, and generated client bootstrap.
236
+
237
+ Read the full tiered market map: [Comparison](https://sir-ad.github.io/nexus-prime/comparison.html)
238
+
243
239
  <!-- feature-registry:start -->
244
240
  <details>
245
241
  <summary><b>🧭 Platform Feature Registry</b></summary>
246
242
 
247
- Generated from shared feature metadata at 2026-03-14T13:10:06.287Z.
243
+ Generated from shared feature metadata at 2026-03-14T14:43:20.108Z.
248
244
 
249
245
  Inventory Snapshot: 109 skills · 64 workflows · 5 hooks · 3 automations · 7 crews · 139 specialists
250
246
 
@@ -577,6 +573,16 @@ Inventory Snapshot: 109 skills · 64 workflows · 5 hooks · 3 automations · 7
577
573
  ## 📜 Release History
578
574
 
579
575
  <details open>
576
+ <summary><b>v3.12.1</b> · 2026-03-14 · Dashboard focus mode, graph recall wiring, and bootstrap recovery</summary>
577
+
578
+ - 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.
579
+ - 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.
580
+ - Tightened the cockpit density, clarified the RAG injection path, rotated persisted events, and seeded visible local hook/automation starters for fresh workspaces.
581
+
582
+ Full notes: [releases/v3.12.1.md](./releases/v3.12.1.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
583
+ </details>
584
+
585
+ <details>
580
586
  <summary><b>v3.12.0</b> · 2026-03-14 · Public surface, proof screenshots, and release visibility</summary>
581
587
 
582
588
  - Rebuilt the README hierarchy around what Nexus Prime is, why it is different, the bootstrap-orchestrate path, and proof-backed capabilities.