nexus-prime 4.1.0 → 4.2.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.
Files changed (37) hide show
  1. package/README.md +11 -0
  2. package/dist/dashboard/index.html +690 -143
  3. package/dist/dashboard/server.d.ts +10 -0
  4. package/dist/dashboard/server.d.ts.map +1 -1
  5. package/dist/dashboard/server.js +414 -27
  6. package/dist/dashboard/server.js.map +1 -1
  7. package/dist/engines/memory-control-plane.d.ts +6 -0
  8. package/dist/engines/memory-control-plane.d.ts.map +1 -1
  9. package/dist/engines/memory-control-plane.js +76 -20
  10. package/dist/engines/memory-control-plane.js.map +1 -1
  11. package/dist/engines/memory.d.ts +58 -1
  12. package/dist/engines/memory.d.ts.map +1 -1
  13. package/dist/engines/memory.js +275 -22
  14. package/dist/engines/memory.js.map +1 -1
  15. package/dist/engines/nexus-layer.d.ts +38 -0
  16. package/dist/engines/nexus-layer.d.ts.map +1 -0
  17. package/dist/engines/nexus-layer.js +92 -0
  18. package/dist/engines/nexus-layer.js.map +1 -0
  19. package/dist/engines/orchestrator.d.ts +3 -0
  20. package/dist/engines/orchestrator.d.ts.map +1 -1
  21. package/dist/engines/orchestrator.js +56 -18
  22. package/dist/engines/orchestrator.js.map +1 -1
  23. package/dist/engines/runtime-backends.d.ts +8 -8
  24. package/dist/engines/runtime-backends.d.ts.map +1 -1
  25. package/dist/engines/runtime-backends.js +9 -9
  26. package/dist/engines/runtime-backends.js.map +1 -1
  27. package/dist/engines/specialist-roster.d.ts +1 -1
  28. package/dist/engines/specialist-roster.d.ts.map +1 -1
  29. package/dist/engines/specialist-roster.js +119 -16
  30. package/dist/engines/specialist-roster.js.map +1 -1
  31. package/dist/engines/task-planner.js +5 -3
  32. package/dist/engines/task-planner.js.map +1 -1
  33. package/dist/phantom/runtime.d.ts +3 -0
  34. package/dist/phantom/runtime.d.ts.map +1 -1
  35. package/dist/phantom/runtime.js +162 -15
  36. package/dist/phantom/runtime.js.map +1 -1
  37. package/package.json +1 -1
package/README.md CHANGED
@@ -632,6 +632,17 @@ Inventory Snapshot: 109 skills · 64 workflows · 9 hooks · 5 automations · 7
632
632
  ## 📜 Release History
633
633
 
634
634
  <details open>
635
+ <summary><b>v4.2.0</b> · 2026-03-24 · Orchestration reliability, scoped memory, and investor-ready runtime truth</summary>
636
+
637
+ - **Task-aware orchestration**: Review gates now apply per run and per gate, low-confidence cross-domain artifact picks are rejected, and bounded worker parallelism stays visible instead of hiding behind one blocked verification state.
638
+ - **Scoped memory lanes**: Durable memory now preserves repo/workspace/project provenance, separates profile/workspace/shared/inbox lanes, and keeps low-signal chatter out of the primary working set.
639
+ - **Operator-facing trust signals**: The dashboard now surfaces token optimization, gate reasoning, memory container counts, interpretation issues, selection audits, and pre-compaction backup status as first-class runtime truth.
640
+ - **Investor-ready public release path**: README, changelog, landing-page changelog, and canonical release notes now describe the same reliability release without drifting between surfaces.
641
+
642
+ Full notes: [releases/v4.2.0.md](./releases/v4.2.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
643
+ </details>
644
+
645
+ <details>
635
646
  <summary><b>v4.1.0</b> · 2026-03-23 · Control-plane hardening, dashboard truth, and coordinated execution</summary>
636
647
 
637
648
  - **Dashboard responsiveness and truth**: Hot endpoints now use bounded caching, the client avoids broad refresh fan-out while SSE is healthy, catalog refresh stays canonical to runtime assets, and degraded states surface as explicit partial/stale conditions instead of silent fallback.