nexus-prime 5.1.3 → 6.0.0-rc.2

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 (828) hide show
  1. package/README.md +109 -908
  2. package/dist/agents/adapters/ide-compat.d.ts +0 -1
  3. package/dist/agents/adapters/ide-compat.js +0 -1
  4. package/dist/agents/adapters/mcp.d.ts +9 -1
  5. package/dist/agents/adapters/mcp.js +224 -83
  6. package/dist/agents/adapters.d.ts +0 -1
  7. package/dist/agents/adapters.js +0 -1
  8. package/dist/agents/coordinator.d.ts +0 -1
  9. package/dist/agents/coordinator.js +0 -1
  10. package/dist/agents/core/types.d.ts +0 -1
  11. package/dist/agents/core/types.js +0 -1
  12. package/dist/agents/learner.d.ts +0 -1
  13. package/dist/agents/learner.js +0 -1
  14. package/dist/architects/blueprints/instantiate.d.ts +0 -1
  15. package/dist/architects/blueprints/instantiate.js +0 -1
  16. package/dist/architects/bootstrap.d.ts +0 -1
  17. package/dist/architects/bootstrap.js +1 -2
  18. package/dist/architects/config.d.ts +0 -1
  19. package/dist/architects/config.js +0 -1
  20. package/dist/architects/construction-locks/manager.d.ts +0 -1
  21. package/dist/architects/construction-locks/manager.js +0 -1
  22. package/dist/architects/convergence/queue.d.ts +0 -1
  23. package/dist/architects/convergence/queue.js +0 -1
  24. package/dist/architects/db/client.d.ts +0 -1
  25. package/dist/architects/db/client.js +0 -1
  26. package/dist/architects/db/schema.d.ts +0 -1
  27. package/dist/architects/db/schema.js +0 -1
  28. package/dist/architects/dispatch/governor.d.ts +0 -1
  29. package/dist/architects/dispatch/governor.js +0 -1
  30. package/dist/architects/errors.d.ts +0 -1
  31. package/dist/architects/errors.js +0 -1
  32. package/dist/architects/index.d.ts +0 -1
  33. package/dist/architects/index.js +0 -1
  34. package/dist/architects/mcp-tools.d.ts +0 -1
  35. package/dist/architects/mcp-tools.js +0 -1
  36. package/dist/architects/relay/inbox.d.ts +0 -1
  37. package/dist/architects/relay/inbox.js +0 -1
  38. package/dist/architects/relay/messenger.d.ts +0 -1
  39. package/dist/architects/relay/messenger.js +0 -1
  40. package/dist/architects/sentinel/patrol.d.ts +0 -1
  41. package/dist/architects/sentinel/patrol.js +0 -1
  42. package/dist/architects/types.d.ts +0 -1
  43. package/dist/architects/types.js +0 -1
  44. package/dist/architects/ward/supervisor.d.ts +0 -1
  45. package/dist/architects/ward/supervisor.js +0 -1
  46. package/dist/architects/worklist/crud.d.ts +0 -1
  47. package/dist/architects/worklist/crud.js +0 -1
  48. package/dist/architects/worklist/dependency-resolver.d.ts +0 -1
  49. package/dist/architects/worklist/dependency-resolver.js +0 -1
  50. package/dist/channels/gateway.d.ts +0 -1
  51. package/dist/channels/gateway.js +0 -1
  52. package/dist/cli/install-wizard.d.ts +0 -1
  53. package/dist/cli/install-wizard.js +0 -1
  54. package/dist/cli-setup.d.ts +0 -1
  55. package/dist/cli-setup.js +0 -1
  56. package/dist/cli.d.ts +0 -1
  57. package/dist/cli.js +127 -40
  58. package/dist/config.d.ts +0 -1
  59. package/dist/config.js +0 -1
  60. package/dist/core/evolution.d.ts +0 -1
  61. package/dist/core/evolution.js +0 -1
  62. package/dist/core/optimize.d.ts +0 -1
  63. package/dist/core/optimize.js +0 -1
  64. package/dist/core/types.d.ts +0 -1
  65. package/dist/core/types.js +0 -1
  66. package/dist/core/wave.d.ts +0 -1
  67. package/dist/core/wave.js +0 -1
  68. package/dist/daemon/client.d.ts +40 -0
  69. package/dist/daemon/client.js +209 -0
  70. package/dist/daemon/lock.d.ts +27 -0
  71. package/dist/daemon/lock.js +137 -0
  72. package/dist/daemon/proxy.d.ts +4 -0
  73. package/dist/daemon/proxy.js +62 -0
  74. package/dist/daemon/server.d.ts +28 -0
  75. package/dist/daemon/server.js +324 -0
  76. package/dist/dashboard/contract.d.ts +0 -1
  77. package/dist/dashboard/contract.js +0 -1
  78. package/dist/dashboard/routes/assets.d.ts +0 -1
  79. package/dist/dashboard/routes/assets.js +0 -1
  80. package/dist/dashboard/routes/events.d.ts +0 -1
  81. package/dist/dashboard/routes/events.js +0 -1
  82. package/dist/dashboard/routes/governance.d.ts +0 -1
  83. package/dist/dashboard/routes/governance.js +0 -1
  84. package/dist/dashboard/routes/health.d.ts +0 -1
  85. package/dist/dashboard/routes/health.js +0 -1
  86. package/dist/dashboard/routes/memory.d.ts +0 -1
  87. package/dist/dashboard/routes/memory.js +0 -1
  88. package/dist/dashboard/routes/runtime.d.ts +0 -1
  89. package/dist/dashboard/routes/runtime.js +0 -1
  90. package/dist/dashboard/routes/summary.d.ts +0 -1
  91. package/dist/dashboard/routes/summary.js +0 -1
  92. package/dist/dashboard/routes/surfaces.d.ts +0 -1
  93. package/dist/dashboard/routes/surfaces.js +0 -1
  94. package/dist/dashboard/selectors/assets-selector.d.ts +0 -1
  95. package/dist/dashboard/selectors/assets-selector.js +0 -1
  96. package/dist/dashboard/selectors/memory-selector.d.ts +0 -1
  97. package/dist/dashboard/selectors/memory-selector.js +0 -1
  98. package/dist/dashboard/selectors/operate-selector.d.ts +0 -1
  99. package/dist/dashboard/selectors/operate-selector.js +0 -1
  100. package/dist/dashboard/selectors/runs-selector.d.ts +0 -1
  101. package/dist/dashboard/selectors/runs-selector.js +0 -1
  102. package/dist/dashboard/selectors/summary-selector.d.ts +0 -1
  103. package/dist/dashboard/selectors/summary-selector.js +0 -1
  104. package/dist/dashboard/selectors/trust-selector.d.ts +0 -1
  105. package/dist/dashboard/selectors/trust-selector.js +0 -1
  106. package/dist/dashboard/serializers/memory-serializer.d.ts +0 -1
  107. package/dist/dashboard/serializers/memory-serializer.js +0 -1
  108. package/dist/dashboard/serializers/proof-serializer.d.ts +0 -1
  109. package/dist/dashboard/serializers/proof-serializer.js +0 -1
  110. package/dist/dashboard/serializers/run-serializer.d.ts +0 -1
  111. package/dist/dashboard/serializers/run-serializer.js +0 -1
  112. package/dist/dashboard/server.d.ts +0 -1
  113. package/dist/dashboard/server.js +0 -1
  114. package/dist/dashboard/stream/sse-broker.d.ts +0 -1
  115. package/dist/dashboard/stream/sse-broker.js +0 -1
  116. package/dist/dashboard/types.d.ts +0 -1
  117. package/dist/dashboard/types.js +0 -1
  118. package/dist/engines/attention-stream.d.ts +0 -1
  119. package/dist/engines/attention-stream.js +0 -1
  120. package/dist/engines/automation-runtime.d.ts +0 -1
  121. package/dist/engines/automation-runtime.js +0 -1
  122. package/dist/engines/benchmark.d.ts +0 -1
  123. package/dist/engines/benchmark.js +0 -1
  124. package/dist/engines/bootstrap/bootstrap-deep.d.ts +0 -1
  125. package/dist/engines/bootstrap/bootstrap-deep.js +0 -1
  126. package/dist/engines/bootstrap/bootstrap-fast.d.ts +0 -1
  127. package/dist/engines/bootstrap/bootstrap-fast.js +0 -1
  128. package/dist/engines/bootstrap/bootstrap-registry.d.ts +0 -1
  129. package/dist/engines/bootstrap/bootstrap-registry.js +0 -1
  130. package/dist/engines/bootstrap/index.d.ts +0 -1
  131. package/dist/engines/bootstrap/index.js +0 -1
  132. package/dist/engines/bootstrap/run-prepare.d.ts +0 -1
  133. package/dist/engines/bootstrap/run-prepare.js +0 -1
  134. package/dist/engines/bootstrap/types.d.ts +0 -1
  135. package/dist/engines/bootstrap/types.js +0 -1
  136. package/dist/engines/byzantine-consensus.d.ts +0 -1
  137. package/dist/engines/byzantine-consensus.js +0 -1
  138. package/dist/engines/cache-manager.d.ts +0 -1
  139. package/dist/engines/cache-manager.js +0 -1
  140. package/dist/engines/client-bootstrap.d.ts +0 -1
  141. package/dist/engines/client-bootstrap.js +8 -2
  142. package/dist/engines/client-registry.d.ts +0 -1
  143. package/dist/engines/client-registry.js +0 -1
  144. package/dist/engines/compaction-sentinel.d.ts +0 -1
  145. package/dist/engines/compaction-sentinel.js +0 -1
  146. package/dist/engines/context-assembler.d.ts +0 -1
  147. package/dist/engines/context-assembler.js +0 -1
  148. package/dist/engines/context-compressor.d.ts +0 -1
  149. package/dist/engines/context-compressor.js +0 -1
  150. package/dist/engines/context-discovery.d.ts +0 -1
  151. package/dist/engines/context-discovery.js +0 -1
  152. package/dist/engines/context.d.ts +0 -1
  153. package/dist/engines/context.js +0 -1
  154. package/dist/engines/darwin-journal.d.ts +0 -1
  155. package/dist/engines/darwin-journal.js +0 -1
  156. package/dist/engines/darwin-loop.d.ts +10 -1
  157. package/dist/engines/darwin-loop.js +36 -1
  158. package/dist/engines/embedder.d.ts +0 -1
  159. package/dist/engines/embedder.js +0 -1
  160. package/dist/engines/entanglement.d.ts +0 -1
  161. package/dist/engines/entanglement.js +0 -1
  162. package/dist/engines/entity-extractor.d.ts +0 -1
  163. package/dist/engines/entity-extractor.js +0 -1
  164. package/dist/engines/event-bus.d.ts +28 -2
  165. package/dist/engines/event-bus.js +0 -1
  166. package/dist/engines/execution-presets.d.ts +0 -1
  167. package/dist/engines/execution-presets.js +0 -1
  168. package/dist/engines/feature-registry.d.ts +0 -1
  169. package/dist/engines/feature-registry.js +0 -1
  170. package/dist/engines/federation.d.ts +0 -1
  171. package/dist/engines/federation.js +0 -1
  172. package/dist/engines/generated-specialist-profiles.d.ts +0 -1
  173. package/dist/engines/generated-specialist-profiles.js +0 -1
  174. package/dist/engines/generated-specialists.d.ts +0 -1
  175. package/dist/engines/generated-specialists.js +0 -1
  176. package/dist/engines/github-bridge.d.ts +0 -1
  177. package/dist/engines/github-bridge.js +0 -1
  178. package/dist/engines/governance-boundary.d.ts +0 -1
  179. package/dist/engines/governance-boundary.js +0 -1
  180. package/dist/engines/graph-memory.d.ts +0 -1
  181. package/dist/engines/graph-memory.js +0 -1
  182. package/dist/engines/graph-traversal.d.ts +0 -1
  183. package/dist/engines/graph-traversal.js +0 -1
  184. package/dist/engines/gstack-bridge.d.ts +0 -1
  185. package/dist/engines/gstack-bridge.js +0 -1
  186. package/dist/engines/guardrails-bridge.d.ts +0 -1
  187. package/dist/engines/guardrails-bridge.js +0 -1
  188. package/dist/engines/hilbert-space.d.ts +0 -1
  189. package/dist/engines/hilbert-space.js +0 -1
  190. package/dist/engines/hook-runtime.d.ts +0 -1
  191. package/dist/engines/hook-runtime.js +0 -1
  192. package/dist/engines/hybrid-retriever.d.ts +0 -1
  193. package/dist/engines/hybrid-retriever.js +0 -1
  194. package/dist/engines/index.d.ts +0 -1
  195. package/dist/engines/index.js +0 -1
  196. package/dist/engines/instruction-gateway.d.ts +0 -1
  197. package/dist/engines/instruction-gateway.js +0 -1
  198. package/dist/engines/knowledge-fabric.d.ts +0 -1
  199. package/dist/engines/knowledge-fabric.js +4 -9
  200. package/dist/engines/kv-bridge.d.ts +0 -1
  201. package/dist/engines/kv-bridge.js +0 -1
  202. package/dist/engines/learning-compiler.d.ts +0 -1
  203. package/dist/engines/learning-compiler.js +0 -1
  204. package/dist/engines/lifecycle-policy.d.ts +0 -1
  205. package/dist/engines/lifecycle-policy.js +0 -1
  206. package/dist/engines/lifetime-tokens.d.ts +0 -1
  207. package/dist/engines/lifetime-tokens.js +0 -1
  208. package/dist/engines/machine-efficiency/governor.d.ts +0 -1
  209. package/dist/engines/machine-efficiency/governor.js +0 -1
  210. package/dist/engines/machine-efficiency/index.d.ts +0 -1
  211. package/dist/engines/machine-efficiency/index.js +0 -1
  212. package/dist/engines/machine-efficiency/pressure-detector.d.ts +0 -1
  213. package/dist/engines/machine-efficiency/pressure-detector.js +0 -1
  214. package/dist/engines/machine-efficiency/types.d.ts +0 -1
  215. package/dist/engines/machine-efficiency/types.js +0 -1
  216. package/dist/engines/memory-background.d.ts +0 -1
  217. package/dist/engines/memory-background.js +0 -1
  218. package/dist/engines/memory-bridge.d.ts +0 -1
  219. package/dist/engines/memory-bridge.js +0 -1
  220. package/dist/engines/memory-classes.d.ts +0 -1
  221. package/dist/engines/memory-classes.js +0 -1
  222. package/dist/engines/memory-control-plane.d.ts +7 -1
  223. package/dist/engines/memory-control-plane.js +0 -1
  224. package/dist/engines/memory-extractor.d.ts +0 -1
  225. package/dist/engines/memory-extractor.js +0 -1
  226. package/dist/engines/memory-fingerprint.d.ts +0 -1
  227. package/dist/engines/memory-fingerprint.js +0 -1
  228. package/dist/engines/memory-promotion.d.ts +0 -1
  229. package/dist/engines/memory-promotion.js +0 -1
  230. package/dist/engines/memory.d.ts +3 -1
  231. package/dist/engines/memory.js +83 -10
  232. package/dist/engines/meta-learner.d.ts +0 -1
  233. package/dist/engines/meta-learner.js +0 -1
  234. package/dist/engines/middleware-pipeline.d.ts +0 -1
  235. package/dist/engines/middleware-pipeline.js +0 -1
  236. package/dist/engines/nexus-brand.d.ts +66 -0
  237. package/dist/engines/nexus-brand.js +214 -0
  238. package/dist/engines/nexus-layer.d.ts +0 -1
  239. package/dist/engines/nexus-layer.js +0 -1
  240. package/dist/engines/nexusnet-relay.d.ts +0 -1
  241. package/dist/engines/nexusnet-relay.js +0 -1
  242. package/dist/engines/ngram-index.d.ts +17 -1
  243. package/dist/engines/ngram-index.js +125 -5
  244. package/dist/engines/nxl-interpreter.d.ts +0 -1
  245. package/dist/engines/nxl-interpreter.js +0 -1
  246. package/dist/engines/orchestrator.d.ts +6 -1
  247. package/dist/engines/orchestrator.js +63 -28
  248. package/dist/engines/pattern-codebook.d.ts +0 -1
  249. package/dist/engines/pattern-codebook.js +0 -1
  250. package/dist/engines/pattern-registry.d.ts +0 -1
  251. package/dist/engines/pattern-registry.js +0 -1
  252. package/dist/engines/peer-connectors.d.ts +0 -1
  253. package/dist/engines/peer-connectors.js +0 -1
  254. package/dist/engines/pod-network.d.ts +0 -1
  255. package/dist/engines/pod-network.js +0 -1
  256. package/dist/engines/priors/file-priors.d.ts +0 -1
  257. package/dist/engines/priors/file-priors.js +0 -1
  258. package/dist/engines/priors/selector-precedence.d.ts +0 -1
  259. package/dist/engines/priors/selector-precedence.js +0 -1
  260. package/dist/engines/priors/topology-priors.d.ts +0 -1
  261. package/dist/engines/priors/topology-priors.js +0 -1
  262. package/dist/engines/priors/verifier-priors.d.ts +0 -1
  263. package/dist/engines/priors/verifier-priors.js +0 -1
  264. package/dist/engines/priors/workflow-priors.d.ts +0 -1
  265. package/dist/engines/priors/workflow-priors.js +0 -1
  266. package/dist/engines/proofs/index.d.ts +0 -1
  267. package/dist/engines/proofs/index.js +0 -1
  268. package/dist/engines/proofs/proof-builder.d.ts +0 -1
  269. package/dist/engines/proofs/proof-builder.js +0 -1
  270. package/dist/engines/proofs/proof-store.d.ts +0 -1
  271. package/dist/engines/proofs/proof-store.js +0 -1
  272. package/dist/engines/proofs/types.d.ts +0 -1
  273. package/dist/engines/proofs/types.js +0 -1
  274. package/dist/engines/rag-collections.d.ts +0 -1
  275. package/dist/engines/rag-collections.js +0 -1
  276. package/dist/engines/repo-tree.d.ts +0 -1
  277. package/dist/engines/repo-tree.js +0 -1
  278. package/dist/engines/runtime-assets.d.ts +0 -1
  279. package/dist/engines/runtime-assets.js +0 -1
  280. package/dist/engines/runtime-backends.d.ts +0 -1
  281. package/dist/engines/runtime-backends.js +0 -1
  282. package/dist/engines/runtime-health.d.ts +0 -1
  283. package/dist/engines/runtime-health.js +0 -1
  284. package/dist/engines/runtime-hygiene.d.ts +0 -1
  285. package/dist/engines/runtime-hygiene.js +0 -1
  286. package/dist/engines/runtime-registry.d.ts +0 -1
  287. package/dist/engines/runtime-registry.js +0 -1
  288. package/dist/engines/runtime-supervisor.d.ts +0 -1
  289. package/dist/engines/runtime-supervisor.js +0 -1
  290. package/dist/engines/security-shield.d.ts +17 -1
  291. package/dist/engines/security-shield.js +56 -2
  292. package/dist/engines/self-summarizer.d.ts +0 -1
  293. package/dist/engines/self-summarizer.js +0 -1
  294. package/dist/engines/semantic-ranking.d.ts +0 -1
  295. package/dist/engines/semantic-ranking.js +0 -1
  296. package/dist/engines/session-dna.d.ts +0 -1
  297. package/dist/engines/session-dna.js +0 -1
  298. package/dist/engines/simulation-sandbox.d.ts +0 -1
  299. package/dist/engines/simulation-sandbox.js +0 -1
  300. package/dist/engines/skill-card.d.ts +0 -1
  301. package/dist/engines/skill-card.js +0 -1
  302. package/dist/engines/skill-learner.d.ts +0 -1
  303. package/dist/engines/skill-learner.js +0 -1
  304. package/dist/engines/skill-runtime.d.ts +0 -1
  305. package/dist/engines/skill-runtime.js +0 -1
  306. package/dist/engines/specialist-roster.d.ts +0 -1
  307. package/dist/engines/specialist-roster.js +0 -1
  308. package/dist/engines/task-planner.d.ts +0 -1
  309. package/dist/engines/task-planner.js +6 -3
  310. package/dist/engines/telemetry-remote.d.ts +0 -1
  311. package/dist/engines/telemetry-remote.js +0 -1
  312. package/dist/engines/tiered-context.d.ts +0 -1
  313. package/dist/engines/tiered-context.js +0 -1
  314. package/dist/engines/token-analytics.d.ts +0 -1
  315. package/dist/engines/token-analytics.js +0 -1
  316. package/dist/engines/token-optimizer.d.ts +0 -1
  317. package/dist/engines/token-optimizer.js +0 -1
  318. package/dist/engines/token-supremacy.d.ts +11 -1
  319. package/dist/engines/token-supremacy.js +26 -4
  320. package/dist/engines/work-ledger.d.ts +0 -1
  321. package/dist/engines/work-ledger.js +0 -1
  322. package/dist/engines/workflow-runtime.d.ts +0 -1
  323. package/dist/engines/workflow-runtime.js +0 -1
  324. package/dist/engines/workspace-resolver.d.ts +0 -1
  325. package/dist/engines/workspace-resolver.js +0 -1
  326. package/dist/engines/worktree-health.d.ts +0 -1
  327. package/dist/engines/worktree-health.js +0 -1
  328. package/dist/index.d.ts +15 -1
  329. package/dist/index.js +79 -10
  330. package/dist/licensing/caps.d.ts +6 -0
  331. package/dist/licensing/caps.js +44 -0
  332. package/dist/licensing/index.d.ts +3 -0
  333. package/dist/licensing/index.js +2 -0
  334. package/dist/licensing/license-manager.d.ts +19 -0
  335. package/dist/licensing/license-manager.js +203 -0
  336. package/dist/licensing/types.d.ts +38 -0
  337. package/dist/licensing/types.js +4 -0
  338. package/dist/nexus-prime.d.ts +0 -1
  339. package/dist/nexus-prime.js +0 -1
  340. package/dist/phantom/context/context-assembler-runtime.d.ts +0 -1
  341. package/dist/phantom/context/context-assembler-runtime.js +0 -1
  342. package/dist/phantom/execution/execution-coordinator.d.ts +0 -1
  343. package/dist/phantom/execution/execution-coordinator.js +0 -1
  344. package/dist/phantom/index.d.ts +0 -1
  345. package/dist/phantom/index.js +0 -1
  346. package/dist/phantom/merge-oracle.d.ts +0 -1
  347. package/dist/phantom/merge-oracle.js +0 -1
  348. package/dist/phantom/mutation/mutation-engine.d.ts +0 -1
  349. package/dist/phantom/mutation/mutation-engine.js +0 -1
  350. package/dist/phantom/phase4-orchestrator.d.ts +0 -1
  351. package/dist/phantom/phase4-orchestrator.js +0 -1
  352. package/dist/phantom/projection/run-projector.d.ts +0 -1
  353. package/dist/phantom/projection/run-projector.js +0 -1
  354. package/dist/phantom/runtime.d.ts +1 -1
  355. package/dist/phantom/runtime.js +35 -18
  356. package/dist/phantom/topology/worker-topology-planner.d.ts +0 -1
  357. package/dist/phantom/topology/worker-topology-planner.js +0 -1
  358. package/dist/phantom/types/execution.d.ts +0 -1
  359. package/dist/phantom/types/execution.js +0 -1
  360. package/dist/phantom/types/proofs.d.ts +0 -1
  361. package/dist/phantom/types/proofs.js +0 -1
  362. package/dist/phantom/verification/verification-engine.d.ts +0 -1
  363. package/dist/phantom/verification/verification-engine.js +0 -1
  364. package/dist/postinstall-bootstrap.d.ts +0 -1
  365. package/dist/postinstall-bootstrap.js +0 -1
  366. package/dist/synapse/approvals/gate.d.ts +0 -1
  367. package/dist/synapse/approvals/gate.js +0 -1
  368. package/dist/synapse/bootstrap.d.ts +0 -1
  369. package/dist/synapse/bootstrap.js +15 -1
  370. package/dist/synapse/budgets/enforcer.d.ts +0 -1
  371. package/dist/synapse/budgets/enforcer.js +0 -1
  372. package/dist/synapse/compaction/standdown.d.ts +0 -1
  373. package/dist/synapse/compaction/standdown.js +0 -1
  374. package/dist/synapse/config.d.ts +0 -1
  375. package/dist/synapse/config.js +0 -1
  376. package/dist/synapse/db/client.d.ts +0 -1
  377. package/dist/synapse/db/client.js +0 -1
  378. package/dist/synapse/db/schema.d.ts +0 -1
  379. package/dist/synapse/db/schema.js +0 -1
  380. package/dist/synapse/echo/query.d.ts +0 -1
  381. package/dist/synapse/echo/query.js +0 -1
  382. package/dist/synapse/errors.d.ts +0 -1
  383. package/dist/synapse/errors.js +0 -1
  384. package/dist/synapse/field-reports/builder.d.ts +0 -1
  385. package/dist/synapse/field-reports/builder.js +0 -1
  386. package/dist/synapse/field-reports/ledger.d.ts +0 -1
  387. package/dist/synapse/field-reports/ledger.js +0 -1
  388. package/dist/synapse/field-reports/restorer.d.ts +0 -1
  389. package/dist/synapse/field-reports/restorer.js +0 -1
  390. package/dist/synapse/index.d.ts +0 -1
  391. package/dist/synapse/index.js +0 -1
  392. package/dist/synapse/mandate/asset-matcher.d.ts +0 -1
  393. package/dist/synapse/mandate/asset-matcher.js +0 -1
  394. package/dist/synapse/mandate/intent-parser.d.ts +0 -1
  395. package/dist/synapse/mandate/intent-parser.js +0 -1
  396. package/dist/synapse/mandate/pipeline.d.ts +0 -1
  397. package/dist/synapse/mandate/pipeline.js +3 -2
  398. package/dist/synapse/mcp-tools.d.ts +0 -1
  399. package/dist/synapse/mcp-tools.js +0 -1
  400. package/dist/synapse/missions/crud.d.ts +0 -1
  401. package/dist/synapse/missions/crud.js +0 -1
  402. package/dist/synapse/operatives/crud.d.ts +0 -1
  403. package/dist/synapse/operatives/crud.js +0 -1
  404. package/dist/synapse/operatives/state-machine.d.ts +0 -1
  405. package/dist/synapse/operatives/state-machine.js +0 -1
  406. package/dist/synapse/sorties/runner.d.ts +0 -1
  407. package/dist/synapse/sorties/runner.js +0 -1
  408. package/dist/synapse/sorties/scheduler.d.ts +0 -1
  409. package/dist/synapse/sorties/scheduler.js +0 -1
  410. package/dist/synapse/types.d.ts +0 -1
  411. package/dist/synapse/types.js +0 -1
  412. package/dist/synapse/watchdog/patrol.d.ts +0 -1
  413. package/dist/synapse/watchdog/patrol.js +0 -1
  414. package/dist/utils/ascii-art.d.ts +0 -1
  415. package/dist/utils/ascii-art.js +0 -1
  416. package/dist/verify-guardrails.d.ts +0 -1
  417. package/dist/verify-guardrails.js +0 -1
  418. package/dist/verify-pod-sync.d.ts +0 -1
  419. package/dist/verify-pod-sync.js +0 -1
  420. package/dist/verify-substrate.d.ts +0 -1
  421. package/dist/verify-substrate.js +0 -1
  422. package/dist/verify-token-scoring.d.ts +0 -1
  423. package/dist/verify-token-scoring.js +0 -1
  424. package/package.json +1 -1
  425. package/dist/agents/adapters/ide-compat.d.ts.map +0 -1
  426. package/dist/agents/adapters/ide-compat.js.map +0 -1
  427. package/dist/agents/adapters/mcp.d.ts.map +0 -1
  428. package/dist/agents/adapters/mcp.js.map +0 -1
  429. package/dist/agents/adapters.d.ts.map +0 -1
  430. package/dist/agents/adapters.js.map +0 -1
  431. package/dist/agents/coordinator.d.ts.map +0 -1
  432. package/dist/agents/coordinator.js.map +0 -1
  433. package/dist/agents/core/types.d.ts.map +0 -1
  434. package/dist/agents/core/types.js.map +0 -1
  435. package/dist/agents/learner.d.ts.map +0 -1
  436. package/dist/agents/learner.js.map +0 -1
  437. package/dist/architects/blueprints/instantiate.d.ts.map +0 -1
  438. package/dist/architects/blueprints/instantiate.js.map +0 -1
  439. package/dist/architects/bootstrap.d.ts.map +0 -1
  440. package/dist/architects/bootstrap.js.map +0 -1
  441. package/dist/architects/config.d.ts.map +0 -1
  442. package/dist/architects/config.js.map +0 -1
  443. package/dist/architects/construction-locks/manager.d.ts.map +0 -1
  444. package/dist/architects/construction-locks/manager.js.map +0 -1
  445. package/dist/architects/convergence/queue.d.ts.map +0 -1
  446. package/dist/architects/convergence/queue.js.map +0 -1
  447. package/dist/architects/db/client.d.ts.map +0 -1
  448. package/dist/architects/db/client.js.map +0 -1
  449. package/dist/architects/db/schema.d.ts.map +0 -1
  450. package/dist/architects/db/schema.js.map +0 -1
  451. package/dist/architects/dispatch/governor.d.ts.map +0 -1
  452. package/dist/architects/dispatch/governor.js.map +0 -1
  453. package/dist/architects/errors.d.ts.map +0 -1
  454. package/dist/architects/errors.js.map +0 -1
  455. package/dist/architects/index.d.ts.map +0 -1
  456. package/dist/architects/index.js.map +0 -1
  457. package/dist/architects/mcp-tools.d.ts.map +0 -1
  458. package/dist/architects/mcp-tools.js.map +0 -1
  459. package/dist/architects/relay/inbox.d.ts.map +0 -1
  460. package/dist/architects/relay/inbox.js.map +0 -1
  461. package/dist/architects/relay/messenger.d.ts.map +0 -1
  462. package/dist/architects/relay/messenger.js.map +0 -1
  463. package/dist/architects/sentinel/patrol.d.ts.map +0 -1
  464. package/dist/architects/sentinel/patrol.js.map +0 -1
  465. package/dist/architects/types.d.ts.map +0 -1
  466. package/dist/architects/types.js.map +0 -1
  467. package/dist/architects/ward/supervisor.d.ts.map +0 -1
  468. package/dist/architects/ward/supervisor.js.map +0 -1
  469. package/dist/architects/worklist/crud.d.ts.map +0 -1
  470. package/dist/architects/worklist/crud.js.map +0 -1
  471. package/dist/architects/worklist/dependency-resolver.d.ts.map +0 -1
  472. package/dist/architects/worklist/dependency-resolver.js.map +0 -1
  473. package/dist/channels/gateway.d.ts.map +0 -1
  474. package/dist/channels/gateway.js.map +0 -1
  475. package/dist/cli/install-wizard.d.ts.map +0 -1
  476. package/dist/cli/install-wizard.js.map +0 -1
  477. package/dist/cli-setup.d.ts.map +0 -1
  478. package/dist/cli-setup.js.map +0 -1
  479. package/dist/cli.d.ts.map +0 -1
  480. package/dist/cli.js.map +0 -1
  481. package/dist/config.d.ts.map +0 -1
  482. package/dist/config.js.map +0 -1
  483. package/dist/core/evolution.d.ts.map +0 -1
  484. package/dist/core/evolution.js.map +0 -1
  485. package/dist/core/optimize.d.ts.map +0 -1
  486. package/dist/core/optimize.js.map +0 -1
  487. package/dist/core/types.d.ts.map +0 -1
  488. package/dist/core/types.js.map +0 -1
  489. package/dist/core/wave.d.ts.map +0 -1
  490. package/dist/core/wave.js.map +0 -1
  491. package/dist/dashboard/contract.d.ts.map +0 -1
  492. package/dist/dashboard/contract.js.map +0 -1
  493. package/dist/dashboard/routes/assets.d.ts.map +0 -1
  494. package/dist/dashboard/routes/assets.js.map +0 -1
  495. package/dist/dashboard/routes/events.d.ts.map +0 -1
  496. package/dist/dashboard/routes/events.js.map +0 -1
  497. package/dist/dashboard/routes/governance.d.ts.map +0 -1
  498. package/dist/dashboard/routes/governance.js.map +0 -1
  499. package/dist/dashboard/routes/health.d.ts.map +0 -1
  500. package/dist/dashboard/routes/health.js.map +0 -1
  501. package/dist/dashboard/routes/memory.d.ts.map +0 -1
  502. package/dist/dashboard/routes/memory.js.map +0 -1
  503. package/dist/dashboard/routes/runtime.d.ts.map +0 -1
  504. package/dist/dashboard/routes/runtime.js.map +0 -1
  505. package/dist/dashboard/routes/summary.d.ts.map +0 -1
  506. package/dist/dashboard/routes/summary.js.map +0 -1
  507. package/dist/dashboard/routes/surfaces.d.ts.map +0 -1
  508. package/dist/dashboard/routes/surfaces.js.map +0 -1
  509. package/dist/dashboard/selectors/assets-selector.d.ts.map +0 -1
  510. package/dist/dashboard/selectors/assets-selector.js.map +0 -1
  511. package/dist/dashboard/selectors/memory-selector.d.ts.map +0 -1
  512. package/dist/dashboard/selectors/memory-selector.js.map +0 -1
  513. package/dist/dashboard/selectors/operate-selector.d.ts.map +0 -1
  514. package/dist/dashboard/selectors/operate-selector.js.map +0 -1
  515. package/dist/dashboard/selectors/runs-selector.d.ts.map +0 -1
  516. package/dist/dashboard/selectors/runs-selector.js.map +0 -1
  517. package/dist/dashboard/selectors/summary-selector.d.ts.map +0 -1
  518. package/dist/dashboard/selectors/summary-selector.js.map +0 -1
  519. package/dist/dashboard/selectors/trust-selector.d.ts.map +0 -1
  520. package/dist/dashboard/selectors/trust-selector.js.map +0 -1
  521. package/dist/dashboard/serializers/memory-serializer.d.ts.map +0 -1
  522. package/dist/dashboard/serializers/memory-serializer.js.map +0 -1
  523. package/dist/dashboard/serializers/proof-serializer.d.ts.map +0 -1
  524. package/dist/dashboard/serializers/proof-serializer.js.map +0 -1
  525. package/dist/dashboard/serializers/run-serializer.d.ts.map +0 -1
  526. package/dist/dashboard/serializers/run-serializer.js.map +0 -1
  527. package/dist/dashboard/server.d.ts.map +0 -1
  528. package/dist/dashboard/server.js.map +0 -1
  529. package/dist/dashboard/stream/sse-broker.d.ts.map +0 -1
  530. package/dist/dashboard/stream/sse-broker.js.map +0 -1
  531. package/dist/dashboard/types.d.ts.map +0 -1
  532. package/dist/dashboard/types.js.map +0 -1
  533. package/dist/engines/attention-stream.d.ts.map +0 -1
  534. package/dist/engines/attention-stream.js.map +0 -1
  535. package/dist/engines/automation-runtime.d.ts.map +0 -1
  536. package/dist/engines/automation-runtime.js.map +0 -1
  537. package/dist/engines/benchmark.d.ts.map +0 -1
  538. package/dist/engines/benchmark.js.map +0 -1
  539. package/dist/engines/bootstrap/bootstrap-deep.d.ts.map +0 -1
  540. package/dist/engines/bootstrap/bootstrap-deep.js.map +0 -1
  541. package/dist/engines/bootstrap/bootstrap-fast.d.ts.map +0 -1
  542. package/dist/engines/bootstrap/bootstrap-fast.js.map +0 -1
  543. package/dist/engines/bootstrap/bootstrap-registry.d.ts.map +0 -1
  544. package/dist/engines/bootstrap/bootstrap-registry.js.map +0 -1
  545. package/dist/engines/bootstrap/index.d.ts.map +0 -1
  546. package/dist/engines/bootstrap/index.js.map +0 -1
  547. package/dist/engines/bootstrap/run-prepare.d.ts.map +0 -1
  548. package/dist/engines/bootstrap/run-prepare.js.map +0 -1
  549. package/dist/engines/bootstrap/types.d.ts.map +0 -1
  550. package/dist/engines/bootstrap/types.js.map +0 -1
  551. package/dist/engines/byzantine-consensus.d.ts.map +0 -1
  552. package/dist/engines/byzantine-consensus.js.map +0 -1
  553. package/dist/engines/cache-manager.d.ts.map +0 -1
  554. package/dist/engines/cache-manager.js.map +0 -1
  555. package/dist/engines/client-bootstrap.d.ts.map +0 -1
  556. package/dist/engines/client-bootstrap.js.map +0 -1
  557. package/dist/engines/client-registry.d.ts.map +0 -1
  558. package/dist/engines/client-registry.js.map +0 -1
  559. package/dist/engines/compaction-sentinel.d.ts.map +0 -1
  560. package/dist/engines/compaction-sentinel.js.map +0 -1
  561. package/dist/engines/context-assembler.d.ts.map +0 -1
  562. package/dist/engines/context-assembler.js.map +0 -1
  563. package/dist/engines/context-compressor.d.ts.map +0 -1
  564. package/dist/engines/context-compressor.js.map +0 -1
  565. package/dist/engines/context-discovery.d.ts.map +0 -1
  566. package/dist/engines/context-discovery.js.map +0 -1
  567. package/dist/engines/context.d.ts.map +0 -1
  568. package/dist/engines/context.js.map +0 -1
  569. package/dist/engines/darwin-journal.d.ts.map +0 -1
  570. package/dist/engines/darwin-journal.js.map +0 -1
  571. package/dist/engines/darwin-loop.d.ts.map +0 -1
  572. package/dist/engines/darwin-loop.js.map +0 -1
  573. package/dist/engines/embedder.d.ts.map +0 -1
  574. package/dist/engines/embedder.js.map +0 -1
  575. package/dist/engines/entanglement.d.ts.map +0 -1
  576. package/dist/engines/entanglement.js.map +0 -1
  577. package/dist/engines/entity-extractor.d.ts.map +0 -1
  578. package/dist/engines/entity-extractor.js.map +0 -1
  579. package/dist/engines/event-bus.d.ts.map +0 -1
  580. package/dist/engines/event-bus.js.map +0 -1
  581. package/dist/engines/execution-presets.d.ts.map +0 -1
  582. package/dist/engines/execution-presets.js.map +0 -1
  583. package/dist/engines/feature-registry.d.ts.map +0 -1
  584. package/dist/engines/feature-registry.js.map +0 -1
  585. package/dist/engines/federation.d.ts.map +0 -1
  586. package/dist/engines/federation.js.map +0 -1
  587. package/dist/engines/generated-specialist-profiles.d.ts.map +0 -1
  588. package/dist/engines/generated-specialist-profiles.js.map +0 -1
  589. package/dist/engines/generated-specialists.d.ts.map +0 -1
  590. package/dist/engines/generated-specialists.js.map +0 -1
  591. package/dist/engines/github-bridge.d.ts.map +0 -1
  592. package/dist/engines/github-bridge.js.map +0 -1
  593. package/dist/engines/governance-boundary.d.ts.map +0 -1
  594. package/dist/engines/governance-boundary.js.map +0 -1
  595. package/dist/engines/graph-memory.d.ts.map +0 -1
  596. package/dist/engines/graph-memory.js.map +0 -1
  597. package/dist/engines/graph-traversal.d.ts.map +0 -1
  598. package/dist/engines/graph-traversal.js.map +0 -1
  599. package/dist/engines/gstack-bridge.d.ts.map +0 -1
  600. package/dist/engines/gstack-bridge.js.map +0 -1
  601. package/dist/engines/guardrails-bridge.d.ts.map +0 -1
  602. package/dist/engines/guardrails-bridge.js.map +0 -1
  603. package/dist/engines/hilbert-space.d.ts.map +0 -1
  604. package/dist/engines/hilbert-space.js.map +0 -1
  605. package/dist/engines/hook-runtime.d.ts.map +0 -1
  606. package/dist/engines/hook-runtime.js.map +0 -1
  607. package/dist/engines/hybrid-retriever.d.ts.map +0 -1
  608. package/dist/engines/hybrid-retriever.js.map +0 -1
  609. package/dist/engines/index.d.ts.map +0 -1
  610. package/dist/engines/index.js.map +0 -1
  611. package/dist/engines/instruction-gateway.d.ts.map +0 -1
  612. package/dist/engines/instruction-gateway.js.map +0 -1
  613. package/dist/engines/knowledge-fabric.d.ts.map +0 -1
  614. package/dist/engines/knowledge-fabric.js.map +0 -1
  615. package/dist/engines/kv-bridge.d.ts.map +0 -1
  616. package/dist/engines/kv-bridge.js.map +0 -1
  617. package/dist/engines/learning-compiler.d.ts.map +0 -1
  618. package/dist/engines/learning-compiler.js.map +0 -1
  619. package/dist/engines/lifecycle-policy.d.ts.map +0 -1
  620. package/dist/engines/lifecycle-policy.js.map +0 -1
  621. package/dist/engines/lifetime-tokens.d.ts.map +0 -1
  622. package/dist/engines/lifetime-tokens.js.map +0 -1
  623. package/dist/engines/machine-efficiency/governor.d.ts.map +0 -1
  624. package/dist/engines/machine-efficiency/governor.js.map +0 -1
  625. package/dist/engines/machine-efficiency/index.d.ts.map +0 -1
  626. package/dist/engines/machine-efficiency/index.js.map +0 -1
  627. package/dist/engines/machine-efficiency/pressure-detector.d.ts.map +0 -1
  628. package/dist/engines/machine-efficiency/pressure-detector.js.map +0 -1
  629. package/dist/engines/machine-efficiency/types.d.ts.map +0 -1
  630. package/dist/engines/machine-efficiency/types.js.map +0 -1
  631. package/dist/engines/memory-background.d.ts.map +0 -1
  632. package/dist/engines/memory-background.js.map +0 -1
  633. package/dist/engines/memory-bridge.d.ts.map +0 -1
  634. package/dist/engines/memory-bridge.js.map +0 -1
  635. package/dist/engines/memory-classes.d.ts.map +0 -1
  636. package/dist/engines/memory-classes.js.map +0 -1
  637. package/dist/engines/memory-control-plane.d.ts.map +0 -1
  638. package/dist/engines/memory-control-plane.js.map +0 -1
  639. package/dist/engines/memory-extractor.d.ts.map +0 -1
  640. package/dist/engines/memory-extractor.js.map +0 -1
  641. package/dist/engines/memory-fingerprint.d.ts.map +0 -1
  642. package/dist/engines/memory-fingerprint.js.map +0 -1
  643. package/dist/engines/memory-promotion.d.ts.map +0 -1
  644. package/dist/engines/memory-promotion.js.map +0 -1
  645. package/dist/engines/memory.d.ts.map +0 -1
  646. package/dist/engines/memory.js.map +0 -1
  647. package/dist/engines/meta-learner.d.ts.map +0 -1
  648. package/dist/engines/meta-learner.js.map +0 -1
  649. package/dist/engines/middleware-pipeline.d.ts.map +0 -1
  650. package/dist/engines/middleware-pipeline.js.map +0 -1
  651. package/dist/engines/nexus-layer.d.ts.map +0 -1
  652. package/dist/engines/nexus-layer.js.map +0 -1
  653. package/dist/engines/nexusnet-relay.d.ts.map +0 -1
  654. package/dist/engines/nexusnet-relay.js.map +0 -1
  655. package/dist/engines/ngram-index.d.ts.map +0 -1
  656. package/dist/engines/ngram-index.js.map +0 -1
  657. package/dist/engines/nxl-interpreter.d.ts.map +0 -1
  658. package/dist/engines/nxl-interpreter.js.map +0 -1
  659. package/dist/engines/orchestrator.d.ts.map +0 -1
  660. package/dist/engines/orchestrator.js.map +0 -1
  661. package/dist/engines/pattern-codebook.d.ts.map +0 -1
  662. package/dist/engines/pattern-codebook.js.map +0 -1
  663. package/dist/engines/pattern-registry.d.ts.map +0 -1
  664. package/dist/engines/pattern-registry.js.map +0 -1
  665. package/dist/engines/peer-connectors.d.ts.map +0 -1
  666. package/dist/engines/peer-connectors.js.map +0 -1
  667. package/dist/engines/pod-network.d.ts.map +0 -1
  668. package/dist/engines/pod-network.js.map +0 -1
  669. package/dist/engines/priors/file-priors.d.ts.map +0 -1
  670. package/dist/engines/priors/file-priors.js.map +0 -1
  671. package/dist/engines/priors/selector-precedence.d.ts.map +0 -1
  672. package/dist/engines/priors/selector-precedence.js.map +0 -1
  673. package/dist/engines/priors/topology-priors.d.ts.map +0 -1
  674. package/dist/engines/priors/topology-priors.js.map +0 -1
  675. package/dist/engines/priors/verifier-priors.d.ts.map +0 -1
  676. package/dist/engines/priors/verifier-priors.js.map +0 -1
  677. package/dist/engines/priors/workflow-priors.d.ts.map +0 -1
  678. package/dist/engines/priors/workflow-priors.js.map +0 -1
  679. package/dist/engines/proofs/index.d.ts.map +0 -1
  680. package/dist/engines/proofs/index.js.map +0 -1
  681. package/dist/engines/proofs/proof-builder.d.ts.map +0 -1
  682. package/dist/engines/proofs/proof-builder.js.map +0 -1
  683. package/dist/engines/proofs/proof-store.d.ts.map +0 -1
  684. package/dist/engines/proofs/proof-store.js.map +0 -1
  685. package/dist/engines/proofs/types.d.ts.map +0 -1
  686. package/dist/engines/proofs/types.js.map +0 -1
  687. package/dist/engines/rag-collections.d.ts.map +0 -1
  688. package/dist/engines/rag-collections.js.map +0 -1
  689. package/dist/engines/repo-tree.d.ts.map +0 -1
  690. package/dist/engines/repo-tree.js.map +0 -1
  691. package/dist/engines/runtime-assets.d.ts.map +0 -1
  692. package/dist/engines/runtime-assets.js.map +0 -1
  693. package/dist/engines/runtime-backends.d.ts.map +0 -1
  694. package/dist/engines/runtime-backends.js.map +0 -1
  695. package/dist/engines/runtime-health.d.ts.map +0 -1
  696. package/dist/engines/runtime-health.js.map +0 -1
  697. package/dist/engines/runtime-hygiene.d.ts.map +0 -1
  698. package/dist/engines/runtime-hygiene.js.map +0 -1
  699. package/dist/engines/runtime-registry.d.ts.map +0 -1
  700. package/dist/engines/runtime-registry.js.map +0 -1
  701. package/dist/engines/runtime-supervisor.d.ts.map +0 -1
  702. package/dist/engines/runtime-supervisor.js.map +0 -1
  703. package/dist/engines/security-shield.d.ts.map +0 -1
  704. package/dist/engines/security-shield.js.map +0 -1
  705. package/dist/engines/self-summarizer.d.ts.map +0 -1
  706. package/dist/engines/self-summarizer.js.map +0 -1
  707. package/dist/engines/semantic-ranking.d.ts.map +0 -1
  708. package/dist/engines/semantic-ranking.js.map +0 -1
  709. package/dist/engines/session-dna.d.ts.map +0 -1
  710. package/dist/engines/session-dna.js.map +0 -1
  711. package/dist/engines/simulation-sandbox.d.ts.map +0 -1
  712. package/dist/engines/simulation-sandbox.js.map +0 -1
  713. package/dist/engines/skill-card.d.ts.map +0 -1
  714. package/dist/engines/skill-card.js.map +0 -1
  715. package/dist/engines/skill-learner.d.ts.map +0 -1
  716. package/dist/engines/skill-learner.js.map +0 -1
  717. package/dist/engines/skill-runtime.d.ts.map +0 -1
  718. package/dist/engines/skill-runtime.js.map +0 -1
  719. package/dist/engines/specialist-roster.d.ts.map +0 -1
  720. package/dist/engines/specialist-roster.js.map +0 -1
  721. package/dist/engines/task-planner.d.ts.map +0 -1
  722. package/dist/engines/task-planner.js.map +0 -1
  723. package/dist/engines/telemetry-remote.d.ts.map +0 -1
  724. package/dist/engines/telemetry-remote.js.map +0 -1
  725. package/dist/engines/tiered-context.d.ts.map +0 -1
  726. package/dist/engines/tiered-context.js.map +0 -1
  727. package/dist/engines/token-analytics.d.ts.map +0 -1
  728. package/dist/engines/token-analytics.js.map +0 -1
  729. package/dist/engines/token-optimizer.d.ts.map +0 -1
  730. package/dist/engines/token-optimizer.js.map +0 -1
  731. package/dist/engines/token-supremacy.d.ts.map +0 -1
  732. package/dist/engines/token-supremacy.js.map +0 -1
  733. package/dist/engines/work-ledger.d.ts.map +0 -1
  734. package/dist/engines/work-ledger.js.map +0 -1
  735. package/dist/engines/workflow-runtime.d.ts.map +0 -1
  736. package/dist/engines/workflow-runtime.js.map +0 -1
  737. package/dist/engines/workspace-resolver.d.ts.map +0 -1
  738. package/dist/engines/workspace-resolver.js.map +0 -1
  739. package/dist/engines/worktree-health.d.ts.map +0 -1
  740. package/dist/engines/worktree-health.js.map +0 -1
  741. package/dist/index.d.ts.map +0 -1
  742. package/dist/index.js.map +0 -1
  743. package/dist/nexus-prime.d.ts.map +0 -1
  744. package/dist/nexus-prime.js.map +0 -1
  745. package/dist/phantom/context/context-assembler-runtime.d.ts.map +0 -1
  746. package/dist/phantom/context/context-assembler-runtime.js.map +0 -1
  747. package/dist/phantom/execution/execution-coordinator.d.ts.map +0 -1
  748. package/dist/phantom/execution/execution-coordinator.js.map +0 -1
  749. package/dist/phantom/index.d.ts.map +0 -1
  750. package/dist/phantom/index.js.map +0 -1
  751. package/dist/phantom/merge-oracle.d.ts.map +0 -1
  752. package/dist/phantom/merge-oracle.js.map +0 -1
  753. package/dist/phantom/mutation/mutation-engine.d.ts.map +0 -1
  754. package/dist/phantom/mutation/mutation-engine.js.map +0 -1
  755. package/dist/phantom/phase4-orchestrator.d.ts.map +0 -1
  756. package/dist/phantom/phase4-orchestrator.js.map +0 -1
  757. package/dist/phantom/projection/run-projector.d.ts.map +0 -1
  758. package/dist/phantom/projection/run-projector.js.map +0 -1
  759. package/dist/phantom/runtime.d.ts.map +0 -1
  760. package/dist/phantom/runtime.js.map +0 -1
  761. package/dist/phantom/topology/worker-topology-planner.d.ts.map +0 -1
  762. package/dist/phantom/topology/worker-topology-planner.js.map +0 -1
  763. package/dist/phantom/types/execution.d.ts.map +0 -1
  764. package/dist/phantom/types/execution.js.map +0 -1
  765. package/dist/phantom/types/proofs.d.ts.map +0 -1
  766. package/dist/phantom/types/proofs.js.map +0 -1
  767. package/dist/phantom/verification/verification-engine.d.ts.map +0 -1
  768. package/dist/phantom/verification/verification-engine.js.map +0 -1
  769. package/dist/postinstall-bootstrap.d.ts.map +0 -1
  770. package/dist/postinstall-bootstrap.js.map +0 -1
  771. package/dist/synapse/approvals/gate.d.ts.map +0 -1
  772. package/dist/synapse/approvals/gate.js.map +0 -1
  773. package/dist/synapse/bootstrap.d.ts.map +0 -1
  774. package/dist/synapse/bootstrap.js.map +0 -1
  775. package/dist/synapse/budgets/enforcer.d.ts.map +0 -1
  776. package/dist/synapse/budgets/enforcer.js.map +0 -1
  777. package/dist/synapse/compaction/standdown.d.ts.map +0 -1
  778. package/dist/synapse/compaction/standdown.js.map +0 -1
  779. package/dist/synapse/config.d.ts.map +0 -1
  780. package/dist/synapse/config.js.map +0 -1
  781. package/dist/synapse/db/client.d.ts.map +0 -1
  782. package/dist/synapse/db/client.js.map +0 -1
  783. package/dist/synapse/db/schema.d.ts.map +0 -1
  784. package/dist/synapse/db/schema.js.map +0 -1
  785. package/dist/synapse/echo/query.d.ts.map +0 -1
  786. package/dist/synapse/echo/query.js.map +0 -1
  787. package/dist/synapse/errors.d.ts.map +0 -1
  788. package/dist/synapse/errors.js.map +0 -1
  789. package/dist/synapse/field-reports/builder.d.ts.map +0 -1
  790. package/dist/synapse/field-reports/builder.js.map +0 -1
  791. package/dist/synapse/field-reports/ledger.d.ts.map +0 -1
  792. package/dist/synapse/field-reports/ledger.js.map +0 -1
  793. package/dist/synapse/field-reports/restorer.d.ts.map +0 -1
  794. package/dist/synapse/field-reports/restorer.js.map +0 -1
  795. package/dist/synapse/index.d.ts.map +0 -1
  796. package/dist/synapse/index.js.map +0 -1
  797. package/dist/synapse/mandate/asset-matcher.d.ts.map +0 -1
  798. package/dist/synapse/mandate/asset-matcher.js.map +0 -1
  799. package/dist/synapse/mandate/intent-parser.d.ts.map +0 -1
  800. package/dist/synapse/mandate/intent-parser.js.map +0 -1
  801. package/dist/synapse/mandate/pipeline.d.ts.map +0 -1
  802. package/dist/synapse/mandate/pipeline.js.map +0 -1
  803. package/dist/synapse/mcp-tools.d.ts.map +0 -1
  804. package/dist/synapse/mcp-tools.js.map +0 -1
  805. package/dist/synapse/missions/crud.d.ts.map +0 -1
  806. package/dist/synapse/missions/crud.js.map +0 -1
  807. package/dist/synapse/operatives/crud.d.ts.map +0 -1
  808. package/dist/synapse/operatives/crud.js.map +0 -1
  809. package/dist/synapse/operatives/state-machine.d.ts.map +0 -1
  810. package/dist/synapse/operatives/state-machine.js.map +0 -1
  811. package/dist/synapse/sorties/runner.d.ts.map +0 -1
  812. package/dist/synapse/sorties/runner.js.map +0 -1
  813. package/dist/synapse/sorties/scheduler.d.ts.map +0 -1
  814. package/dist/synapse/sorties/scheduler.js.map +0 -1
  815. package/dist/synapse/types.d.ts.map +0 -1
  816. package/dist/synapse/types.js.map +0 -1
  817. package/dist/synapse/watchdog/patrol.d.ts.map +0 -1
  818. package/dist/synapse/watchdog/patrol.js.map +0 -1
  819. package/dist/utils/ascii-art.d.ts.map +0 -1
  820. package/dist/utils/ascii-art.js.map +0 -1
  821. package/dist/verify-guardrails.d.ts.map +0 -1
  822. package/dist/verify-guardrails.js.map +0 -1
  823. package/dist/verify-pod-sync.d.ts.map +0 -1
  824. package/dist/verify-pod-sync.js.map +0 -1
  825. package/dist/verify-substrate.d.ts.map +0 -1
  826. package/dist/verify-substrate.js.map +0 -1
  827. package/dist/verify-token-scoring.d.ts.map +0 -1
  828. package/dist/verify-token-scoring.js.map +0 -1
package/README.md CHANGED
@@ -1,986 +1,187 @@
1
1
  <div align="center">
2
- <img src="./docs/assets/nexus-prime-logo.svg" alt="Nexus Prime" width="80" height="80">
2
+ <img src="https://raw.githubusercontent.com/sir-ad/nexus-prime-web/main/public/assets/nexus-prime-logo.svg" alt="Nexus Prime" width="80" height="80">
3
3
  <h1>Nexus Prime</h1>
4
4
  <p><strong>Local-first MCP control plane for coding agents</strong></p>
5
5
 
6
6
  [![npm version](https://img.shields.io/npm/v/nexus-prime?style=for-the-badge&color=00ff88)](https://www.npmjs.com/package/nexus-prime)
7
7
  [![npm downloads](https://img.shields.io/npm/d18m/nexus-prime?style=for-the-badge&color=00d4ff)](https://www.npmjs.com/package/nexus-prime)
8
- [![License: MIT](https://img.shields.io/badge/License-MIT-00d4ff?style=for-the-badge)](LICENSE)
9
- [![Build Status](https://img.shields.io/badge/build-passing-success?style=for-the-badge)](https://github.com/sir-ad/nexus-prime/actions)
10
8
  [![Node.js](https://img.shields.io/badge/node-%3E%3D20.0.0-339933?style=for-the-badge&logo=node.js)](https://nodejs.org)
11
-
12
- [![GitHub Stars](https://img.shields.io/github/stars/sir-ad/nexus-prime?style=for-the-badge&logo=github&color=gold)](https://github.com/sir-ad/nexus-prime/stargazers)
13
- [![GitHub Forks](https://img.shields.io/github/forks/sir-ad/nexus-prime?style=for-the-badge&logo=github&color=silver)](https://github.com/sir-ad/nexus-prime/network/members)
14
- [![GitHub Issues](https://img.shields.io/github/issues/sir-ad/nexus-prime?style=for-the-badge&color=orange)](https://github.com/sir-ad/nexus-prime/issues)
15
- [![GitHub Last Commit](https://img.shields.io/github/last-commit/sir-ad/nexus-prime?style=for-the-badge&color=00ff88)](https://github.com/sir-ad/nexus-prime/commits)
16
- [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen?style=for-the-badge)](https://github.com/sir-ad/nexus-prime/pulls)
17
-
18
- <!-- AI / Agentic Widgets -->
19
- [![AI Framework](https://img.shields.io/badge/AI-Framework-FF9900?style=for-the-badge)](https://github.com/topics/ai)
20
- [![LLM Ready](https://img.shields.io/badge/LLM-Ready-00A67E?style=for-the-badge)](https://github.com/topics/llm)
21
9
  [![MCP Protocol](https://img.shields.io/badge/Protocol-MCP-4285F4?style=for-the-badge)](https://modelcontextprotocol.io/)
22
- [![Agentic OS](https://img.shields.io/badge/Ecosystem-Agentic_OS-8b5cf6?style=for-the-badge)](https://github.com/topics/agentic-os)
23
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
24
- [![Open Source](https://img.shields.io/badge/Open_Source-%E2%9D%A4-red?style=for-the-badge)](https://opensource.org/)
25
11
 
26
- <!-- Community -->
27
- [![Reddit #1 Post](https://img.shields.io/badge/r%2FLLMDevs-%231_Post_of_the_Day-FF4500?style=for-the-badge&logo=reddit&logoColor=white)](https://www.reddit.com/r/LLMDevs/)
28
12
  [![Reddit Community](https://img.shields.io/badge/Reddit-r%2FNexus__Prime-FF4500?style=for-the-badge&logo=reddit&logoColor=white)](https://www.reddit.com/r/Nexus_Prime/)
29
- [![Discord](https://img.shields.io/badge/Discord-Join_Server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/zCPEjPZj)
13
+ [![Discord](https://img.shields.io/badge/Discord-Join_Server-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/tByGZgk5gS)
30
14
 
31
15
  <p><i>Bootstrap. Orchestrate. Verify. Learn.</i></p>
32
- <a href="https://www.producthunt.com/products/nexus-prime?embed=true&amp;utm_source=badge-featured&amp;utm_medium=badge&amp;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&amp;theme=dark&amp;t=1773345508816"></a>
33
-
16
+ <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>
34
17
  </div>
35
18
 
36
19
  ---
37
20
 
38
- ## The problem with coding agents today
39
-
40
- Every coding agent eventually hits the same ceiling. Not model quality — infrastructure.
41
-
42
- **The re-reading loop.** Agents have no persistent memory. Every action requires re-reading all relevant context from scratch. One developer tracked 100M tokens across a Claude Code session: 99.4% were input. For every 1 token written, 166 were read. The agent was not building understanding — it was paying full orientation cost on every single turn.
21
+ ## The problem in one sentence
43
22
 
44
- **The memory accumulation trap.** Agents form memory, but nobody decides what should stick. A note from six months ago with a strong semantic match can outrank yesterday's update on the same topic unless you explicitly configure decay. Memory becomes a growing archive of noise, and the next session starts heavier, not smarter.
23
+ Every coding agent re-reads your entire repo from scratch, every turnbecause it has no persistent memory, no token budget, and no way to know what already happened.
45
24
 
46
- **The portability gap.** Token expires. You switch from Claude Code to Codex. The repo transfers. What doesn't: which files actually mattered, what was already tried, what decisions were made at 2am that you built on top of.
25
+ One tracked Claude Code session: **100M tokens. 99.4% input.** For every token written, 166 were read. The agent wasn't building understanding. It was paying full orientation cost on every single turn.
47
26
 
48
- **RAG as prompt stuffing.** Collections get injected wholesale into context. Research consistently shows irrelevant context doesn't just waste tokens — it makes the model behave as if it were a worse model. More context, worse performance.
27
+ ## What Nexus Prime gives you
49
28
 
50
- **Skill selection stays manual.** Hundreds of skills exist. Nobody auto-selects. You tell the agent what to use, which defeats the purpose of orchestration.
29
+ Nexus Prime sits between your IDE agent and your repo as an MCP server. It handles the infrastructure layer that no agent ships with:
51
30
 
52
- ## Why existing solutions don't solve this
31
+ | Without Nexus Prime | With Nexus Prime |
32
+ | :--- | :--- |
33
+ | Agent re-reads everything from scratch | Session bootstrap recovers memory, repo identity, and prior work |
34
+ | You pick files manually, hope the context fits | Ghost pass + token budgeting selects and budgets before reading |
35
+ | Memory grows but never learns | Memory fabric with fact extraction, decay, and reconciliation |
36
+ | RAG dumps collections wholesale into context | RAG gate: retrieved only when relevant, traced through provenance |
37
+ | Multi-file edits cause partial states | Isolated git worktrees per task, ghost-pass review before merge |
38
+ | One agent, one session, no handoff | Session DNA: structured handoff across agents and sessions |
53
39
 
54
- | Problem | Common workaround | Why it fails | Nexus Prime |
55
- | :--- | :--- | :--- | :--- |
56
- | Re-reading loop | CLAUDE.md, AGENTS.md | Static files, manually updated, still re-read every turn | Session bootstrap with source-aware token budgeting — tracks what was selected and what was dropped |
57
- | Memory accumulation | Flat markdown files (OpenClaw) | No decay logic, no prominence scoring, no reconciliation | Memory fabric with fact extraction, conflict detection, quarantine, and configurable decay |
58
- | Memory portability | Mem0, MemoryPlugin | Built for conversation continuity, not coding workflow state — architecture decisions and file maps don't transfer | Session DNA for cross-agent context transfer |
59
- | RAG stuffing | Paste collections into context | Irrelevant context actively degrades model performance | RAG gate — collections attached, retrieved only when relevant, traced through packet and provenance |
60
- | Skill selection | Manual — you pick the skill | Doesn't scale, brittle, defeats orchestration purpose | `nexus_orchestrate` decomposes task and auto-selects skills, workflows, crews, specialists |
61
- | Token overflow | Start fresh with new agent | All learned context lost, repo transfers but workflow state doesn't | Ghost pass decides what files even need reading before reading them |
62
-
63
- ## What Nexus Prime is
64
-
65
- **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.
66
-
67
- **Website:** [nexus-prime.cfd](https://nexus-prime.cfd/)<br>
68
- **Documentation:** [Catalog](https://nexus-prime.cfd/catalog.html) · [Comparison](https://nexus-prime.cfd/comparison.html) · [Knowledge Base](https://nexus-prime.cfd/knowledge-base.html) · [Integrations](https://nexus-prime.cfd/integrations.html) · [Architecture Diagrams](https://nexus-prime.cfd/architecture-diagrams.html)
69
-
70
- ## ⚡ Quick Install
40
+ ## Install in 30 seconds
71
41
 
72
42
  ```bash
73
- # Global installation (recommended)
74
- npm i -g nexus-prime
43
+ npm install -g nexus-prime
75
44
 
76
- # Start the MCP server
77
- npx nexus-prime mcp
78
- ```
45
+ # Cursor
46
+ nexus-prime setup cursor
79
47
 
80
- Home-scoped bootstrap now runs automatically on install or first binary start, and the first Nexus run inside a repo writes the workspace-scoped client files it needs. `nexus-prime setup <client>` and `nexus-prime setup all` remain the explicit refresh/fix path when you want to force regeneration.
48
+ # Claude Code
49
+ nexus-prime setup claude
81
50
 
82
- ### Docker
51
+ # Codex
52
+ nexus-prime setup codex
83
53
 
84
- ```bash
85
- docker compose up # Nexus Prime only
86
- docker compose --profile with-ollama up # Nexus Prime + local Ollama
54
+ # All supported clients
55
+ nexus-prime setup all
87
56
  ```
88
57
 
89
- ### Embedding backends
90
-
91
- Nexus Prime supports multiple embedding backends with automatic fallback:
92
-
93
- | Backend | Config | Default model |
94
- |---------|--------|---------------|
95
- | **Local TF-IDF** | `NEXUS_EMBED_MODE=local` (default) | Built-in 128-dim |
96
- | **Ollama** | `NEXUS_EMBED_MODE=ollama` | `nomic-embed-text` |
97
- | **HuggingFace** | `NEXUS_EMBED_MODE=huggingface` | `sentence-transformers/all-MiniLM-L6-v2` |
98
- | **OpenAI** | `NEXUS_EMBED_MODE=api` | `text-embedding-3-small` |
58
+ Or via curl:
99
59
 
100
60
  ```bash
101
- # Ollama (requires ollama running locally)
102
- NEXUS_EMBED_MODE=ollama NEXUS_OLLAMA_ENDPOINT=http://localhost:11434 npx nexus-prime mcp
103
-
104
- # HuggingFace Inference API
105
- NEXUS_EMBED_MODE=huggingface NEXUS_HF_API_KEY=hf_... npx nexus-prime mcp
61
+ curl -fsSL https://nexus-prime.cfd/install.sh | bash
106
62
  ```
107
63
 
108
- Fallback chain: Ollama → HuggingFace → OpenAI → Local TF-IDF. If the preferred backend is unavailable, Nexus falls through automatically.
109
-
110
- ## Default bootstrap-orchestrate path
64
+ ## Default flow
111
65
 
112
- ```txt
66
+ ```
113
67
  nexus_session_bootstrap(goal="<task>", files=[...])
114
- nexus_orchestrate(prompt="<raw user request>")
68
+ nexus_orchestrate(prompt="<raw request>")
115
69
  ```
116
70
 
117
- These are Nexus Prime MCP tool invocations, not shell commands.
118
-
119
- Use `nexus_plan_execution` only when you explicitly want the ledger before mutation. Let Nexus choose crews, specialists, skills, workflows, hooks, automations, worker count, and token strategy unless you need hard constraints.
120
-
121
- ## Core Capabilities
122
-
123
- ### 1. The re-reading loop → Session Bootstrap
124
- **Problem:** Without persistent context, agents re-read everything from scratch on every turn. 99%+ of tokens spent on orientation, not problem-solving.
125
- **How:** `nexus_session_bootstrap` recovers memory, repo identity, catalog health, source mix, and recommended next step before any work begins. `nexus_orchestrate` owns decomposition, asset selection, execution, and verification, while keeping candidate files and runtime truth clamped to the resolved repo root.
126
- **Proof:** Runtime ledgers, worker plans, and selection audits persisted into runtime truth.
127
-
128
- ### 2. Files read without question → Ghost Pass + Token Budgeting
129
- **Problem:** Agents read 25 files to answer a question that needed 3. No pre-read analysis. No decision about whether a file should even be read.
130
- **How:** `nexus_ghost_pass` runs a pre-read analysis pass. Source-aware token budgeting then allocates budget across repo, memory, RAG, patterns, and runtime traces — recording what was selected and what was dropped. Tiered context loading (L0/L1/L2) progressively deepens reads based on relevance instead of loading everything at full depth. Background context compaction strips low-signal content while retaining structural elements.
131
- **Proof:** Lifetime token analytics with per-session breakdowns, compression ratios, and USD savings — persisted in SQLite, surviving restarts.
71
+ These are MCP tool invocations your agent calls automatically. Auto-bootstrap runs on first non-bootstrap call — no manual trigger required.
132
72
 
133
- ### 3. Memory that grows but never learns → Memory Fabric
134
- **Problem:** Memory accumulates without decay. Old notes outrank recent updates. No mechanism for deciding what's ephemeral vs. durable.
135
- **How:** The memory control plane applies fact extraction, reconciliation, quarantine, and vault projection on top of SQLite + graph base. Memories are scored, contradictions detected, and stale facts fade. A compaction sentinel flushes working memory to durable storage before context window compaction. Background maintenance now runs in bounded hygiene passes, exposes schema and purge backlog, and keeps quarantined noise from overwhelming the dashboard graph.
136
- **Proof:** Dashboard exposes memory health, scope, trace, and shared-worker context.
73
+ ## Daemon mode (v6)
137
74
 
138
- ### 4. RAG as prompt stuffing → Session-First RAG Gate
139
- **Problem:** Collections get injected wholesale. Irrelevant context doesn't just waste tokens — it degrades model performance.
140
- **How:** Collections are attached to the runtime, retrieved only when relevant, and traced into planner, packet, and provenance. Nothing gets dumped into prompts wholesale.
141
- **Proof:** Knowledge view records attached, retrieved, selected, and dropped context.
142
-
143
- ### 5. Multi-file work pollutes the checkout → Worktree-Backed Swarms
144
- **Problem:** Multi-file changes in a single checkout create merge conflicts, partial states, and untestable intermediate commits.
145
- **How:** Coder and verifier lanes execute in isolated worktrees with explicit worktree-health pass before creation.
146
- **Proof:** Runtime records worktree health, degraded fallback, verifier status, and merge/apply outcomes.
147
-
148
- ### 6. Runtime state lives in the host process → Persisted Runtime Truth
149
- **Problem:** When the process dies, the truth dies. Operators can't inspect what happened after the fact.
150
- **How:** Packets, ledgers, token summaries, client bootstrap truth, worktree health, and run snapshots all come from persisted runtime state.
151
- **Proof:** Dashboard shows graph-first context, execution history, governance, and catalog truth from the same runtime ledger.
152
-
153
- ### 7. Manual bootstrap per client → Client Bootstrap and MCP Profiles
154
- **Problem:** Users manually copy config files for every coding agent. One wrong path and the agent silently ignores the MCP server.
155
- **How:** Install/start establishes home-scoped surfaces, first repo run writes workspace-scoped surfaces, and `setup all` remains the explicit repair path.
156
- **Proof:** 9 agents configured automatically: Codex, Cursor, Claude Code, Opencode, Windsurf, Antigravity/OpenClaw, Aider, Continue.dev, Cline.
75
+ ```bash
76
+ nexus-prime start # spawn background daemon, shared across all MCP clients
77
+ nexus-prime stop # graceful shutdown with memory flush
78
+ nexus-prime mcp # auto-detects daemon, falls back to standalone
79
+ ```
157
80
 
158
- ### 8. Ship path disconnected from product story Release and Governance Surfaces
159
- **Problem:** Feature registry, public docs, and release notes drift from actual runtime state.
160
- **How:** Feature registry generation, public-surface scans, release smoke, dependency audit, and runtime smoke all sit in the release gate.
161
- **Proof:** README, docs, dashboard catalog, and release notes all consume the same generated inventory.
81
+ One NexusPrime instance, one SQLite database, shared across Cursor + Claude Code + Codex simultaneously.
162
82
 
163
- ## Proof Screens
83
+ ## What it looks like
164
84
 
165
85
  <div align="center">
166
- <img src="./docs/assets/screenshots/dashboard_cockpit_hero.png" alt="Nexus Prime dashboard showing a graph-centered cockpit with memory topology, token telemetry, and runtime controls" width="1024" height="586">
86
+ <img src="https://raw.githubusercontent.com/sir-ad/nexus-prime-web/main/public/assets/screenshots/dashboard_cockpit_hero.png" alt="Nexus Prime dashboard graph-centered cockpit with memory topology, token telemetry, and runtime controls" width="1024" height="586">
167
87
  <br>
168
- <i>Graph-centered cockpit view: the dashboard keeps memory context, runtime truth, and operator controls in one place instead of hiding them behind separate tools.</i>
88
+ <i>Dashboard at <code>localhost:3377</code> memory graph, token telemetry, and runtime controls in one place.</i>
169
89
  </div>
170
90
 
171
91
  <div align="center">
172
- <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">
92
+ <img src="https://raw.githubusercontent.com/sir-ad/nexus-prime-web/main/public/assets/screenshots/dashboard_knowledge_trace.png" alt="Nexus Prime knowledge trace RAG collections, source mix, provenance, and token allocation" width="1600" height="1280">
173
93
  <br>
174
- <i>Knowledge and token trace view: Nexus shows what attached collections contributed, what token budgeting kept, and what the runtime dropped.</i>
94
+ <i>Knowledge trace what attached collections contributed, what the budget kept, and what was dropped.</i>
175
95
  </div>
176
96
 
177
- - [Catalog](https://nexus-prime.cfd/catalog.html): generated registry for MCP surfaces, client targets, dashboard capabilities, runtime subsystems, and release gates.
178
- - [Comparison](https://nexus-prime.cfd/comparison.html): tiered market map for direct developer orchestrators, broader multi-agent frameworks, and adjacent specialist stacks.
179
- - [Knowledge Base](https://nexus-prime.cfd/knowledge-base.html): runtime contract, packets, ledgers, memory, token telemetry, and guardrails.
180
- - [Integrations](https://nexus-prime.cfd/integrations.html): verified setup for Codex, Cursor, Claude Code, Opencode, Windsurf, and Antigravity/OpenClaw.
181
- - [Architecture Diagrams](https://nexus-prime.cfd/architecture-diagrams.html): shipped diagrams for the control plane, worktree lifecycle, memory fabric, RAG gate, token budget, runtime truth, and release pipeline.
182
-
183
- <details>
184
- <summary><b>📐 Diagram: bootstrap → orchestrate → runtime → truth</b></summary>
185
-
186
- ```mermaid
187
- flowchart LR
188
- Client["Client"] --> Bootstrap["nexus_session_bootstrap"]
189
- Bootstrap --> Plan["nexus_plan_execution (optional)"]
190
- Bootstrap --> Orchestrate["nexus_orchestrate"]
191
- Plan --> Orchestrate
192
- Orchestrate --> Runtime["Worktree-backed runtime"]
193
- Runtime --> Dashboard["Dashboard + API truth"]
194
- Runtime --> Memory["Memory fabric + session DNA"]
195
- Runtime --> Client
196
- ```
197
-
198
- </details>
199
-
200
- <details>
201
- <summary><b>🧠 Diagram: memory + RAG + token-budget flow</b></summary>
202
-
203
- ```mermaid
204
- flowchart TD
205
- Repo["Repo files"] --> Fabric["Knowledge Fabric"]
206
- Memory["Memory recall + stats"] --> Fabric
207
- Rag["Attached RAG collections"] --> Fabric
208
- Patterns["Patterns + runtime traces"] --> Fabric
209
- Fabric --> Budget["Source-aware token budget"]
210
- Budget --> Packet["Instruction packet"]
211
- Budget --> Runtime["Runtime execution"]
212
- Runtime --> Truth["Provenance + runtime truth"]
213
- ```
214
-
215
- </details>
216
-
217
- ## Client Setup and Runtime Contract
97
+ ## Plans
218
98
 
219
- ### Supported MCP Clients
220
- Nexus Prime provides automated setup for **12 coding agents**:
221
- - 🔴 **Codex**
222
- - 🔵 **Cursor**
223
- - 🍊 **Claude Code** (CLI + Desktop + VS Code extension)
224
- - 🟢 **Opencode**
225
- - 🌊 **Windsurf**
226
- - 🛡️ **Antigravity / OpenClaw**
227
- - 🔧 **Aider**
228
- - 🔗 **Continue.dev**
229
- - ⚙️ **Cline**
99
+ Free tier installs with every `npm install`. Soft caps — your data is never blocked, just nudged.
230
100
 
231
- All agent configurations are written automatically on `npm install` with XDG-aware path resolution. The first Nexus run inside a repo writes workspace-scoped client files. `nexus-prime setup <client>` and `nexus-prime setup all` remain the explicit refresh/fix path. Run `nexus-prime setup diagnose` for a dry-run validation of all client paths.
101
+ | Plan | Projects | Memory entries | Operatives | Darwin |
102
+ |------|----------|----------------|------------|--------|
103
+ | **Free** | 2 | 1,000 | 1 | off |
104
+ | **Pro** | 10 | 10,000 | 5 | solo |
105
+ | **Team** | ∞ | 100,000 | ∞ | team |
106
+ | **Enterprise** | ∞ | ∞ | ∞ | fleet |
232
107
 
233
- ### Automated Integration
234
108
  ```bash
235
- nexus-prime setup codex
236
- nexus-prime setup cursor
237
- nexus-prime setup claude
238
- nexus-prime setup windsurf
239
- nexus-prime setup antigravity
240
- nexus-prime setup aider
241
- nexus-prime setup continue
242
- nexus-prime setup cline
243
- nexus-prime setup all
244
- nexus-prime setup status
109
+ nexus-prime license status # check current plan
110
+ nexus-prime license activate <key> # activate Pro / Team / Enterprise
245
111
  ```
246
112
 
247
- ### Runtime contract
248
-
249
- ```txt
250
- 1. nexus_session_bootstrap(goal, files?)
251
- 2. nexus_orchestrate(prompt)
252
- 3. Persist packet, ledger, token telemetry, provenance, and session DNA
253
- 4. Inspect runtime truth in the dashboard or via MCP
254
- ```
113
+ Upgrade: [nexus-prime.cfd/pricing](https://nexus-prime.cfd/pricing)
255
114
 
256
- ### Operator-facing proof
115
+ ## Supported clients
257
116
 
258
- ```txt
259
- Called Nexus Session Bootstrap tool from Nexus Prime MCP
117
+ Nexus Prime auto-configures MCP for **9 coding agents**:
260
118
 
261
- Session bootstrap ready.
262
- - Client: Codex (primaryActive)
263
- - Recommended next step: nexus_orchestrate
264
- - Token optimization: required
265
- - Knowledge fabric: repo
266
- ```
119
+ | Client | Command |
120
+ |--------|---------|
121
+ | Cursor | `nexus-prime setup cursor` |
122
+ | Claude Code | `nexus-prime setup claude` |
123
+ | Codex | `nexus-prime setup codex` |
124
+ | Opencode | `nexus-prime setup opencode` |
125
+ | Windsurf | `nexus-prime setup windsurf` |
126
+ | Antigravity / OpenClaw | `nexus-prime setup antigravity` |
127
+ | Aider | `nexus-prime setup aider` |
128
+ | Continue.dev | `nexus-prime setup continue` |
129
+ | Cline | `nexus-prime setup cline` |
267
130
 
268
- ```txt
269
- Called Nexus Memory Stats tool from Nexus Prime MCP
131
+ ## Architecture
270
132
 
271
- Memory inventory ready.
272
- - Prefrontal: working set
273
- - Hippocampus: recent session buffer
274
- - Cortex: durable long-term store
275
- - Zettelkasten links: persisted graph relationships
133
+ ```
134
+ nexus_session_bootstrap
135
+
136
+ Knowledge Fabric ← repo + memory + RAG + patterns + runtime traces
137
+
138
+ Token Budget ← allocates context across sources, records drops
139
+
140
+ nexus_orchestrate
141
+
142
+ Worktree Runtime ← isolated git worktrees, ghost-pass review, merge oracle
143
+
144
+ Runtime Truth ← packets, ledger, session DNA persisted in SQLite
145
+
146
+ Dashboard (port 3377) ← live memory graph, execution history, catalog
276
147
  ```
277
148
 
278
- ## Competitive Landscape
279
-
280
- Mem0 ($24M Series A, AWS Agent SDK exclusive) solves conversation memory — user preferences, chat continuity, multi-session recall. It was not built for coding workflow state: architecture decisions, file relevance maps, what was tried and failed.
281
-
282
- OpenClaw's memory system stores flat markdown files with optional temporal decay. It is siloed per agent and does not transfer between coding tools.
283
-
284
- The entire category treats memory as a local storage problem rather than a knowledge architecture problem.
285
-
286
- Nexus Prime is not a memory layer. It is the control plane that sits between the client and the repo — owning bootstrap, orchestration, worktree execution, and persisted runtime truth. Memory is one subsystem within it, not the product.
287
-
288
- Read the full tiered market map: [Comparison](https://nexus-prime.cfd/comparison.html)
289
-
290
- <!-- feature-registry:start -->
291
- <details>
292
- <summary><b>🧭 Platform Feature Registry</b></summary>
293
-
294
- Generated from shared feature metadata at 2026-03-21T02:48:13.064Z.
295
-
296
- Inventory Snapshot: 109 skills · 64 workflows · 9 hooks · 5 automations · 7 crews · 139 specialists
297
-
298
- Control Plane Snapshot: 9 MCP surfaces · 6 client targets · 5 dashboard capabilities · 6 runtime subsystems · 5 release gates
299
-
300
- <details>
301
- <summary><b>MCP Surfaces</b> (9)</summary>
302
-
303
- Operator-facing entrypoints and expert control surfaces.
304
-
305
- | Name | Surface | Purpose | Notes |
306
- | --- | --- | --- | --- |
307
- | nexus_session_bootstrap | core MCP | Recover session context, memory stats, repo identity, catalog health, and next-step guidance. | Default first call for non-trivial work. |
308
- | nexus_orchestrate | core MCP | Plan, select assets, execute through worktree-backed runtime, and persist truth. | Default raw-prompt execution path with repo-scoped candidate selection and compact runtime surfaces. |
309
- | nexus_plan_execution | planning MCP | Inspect the planner ledger before mutation. | Used when operators want a pre-run ledger. |
310
- | nexus_recall_memory / nexus_memory_stats / nexus_store_memory | memory MCP | Inspect and persist durable learnings. | Feeds the memory fabric and handoff flow. |
311
- | nexus_optimize_tokens | optimization MCP | Generate a token-saving reading plan before broad file inspection. | Mandatory before reading 3+ files from client-visible intent. |
312
- | nexus_mindkit_check / nexus_ghost_pass / nexus_spawn_workers | safety + runtime MCP | Run governance preflight, refactor pre-flight analysis, and explicit swarm control. | Mindkit and ghost-pass are required lifecycle checks for risky or multi-file mutation. |
313
- | nexus_memory_export / import / backup / maintain / trace | memory portability MCP | Export, restore, maintain, and inspect local-first memory bundles. | Supports backup/resume, explicit hygiene inspection, and OpenClaw-oriented bridge packs. |
314
- | nexus_list_skills / workflows / hooks / automations / specialists / crews | catalog MCP | Expose what the runtime can activate. | Used for explicit operator control and diagnostics. |
315
- | nexus_run_status / nexus_federation_status / nexus_session_dna | runtime truth MCP | Inspect persisted run state, federation status, and handoff DNA. | Session DNA generation is mandatory before ending a meaningful session. |
316
-
317
- </details>
318
-
319
- <details>
320
- <summary><b>Client Bootstrap Targets</b> (6)</summary>
321
-
322
- Client-native installation and bootstrap surfaces managed by Nexus Prime.
323
-
324
- | Name | Surface | Purpose | Notes |
325
- | --- | --- | --- | --- |
326
- | Codex | bootstrap target | Writes native MCP registration into `~/.codex/config.toml` and keeps the repo-local `AGENTS.md` block as supplementary context. | Home + workspace bootstrap. |
327
- | Cursor | bootstrap target | Installs MCP config plus project-local .cursor/rules/nexus-prime.mdc. | Home + workspace surfaces. |
328
- | Claude Code | bootstrap target | Installs MCP config plus generated markdown bootstrap note. | Project note under .agent/client-bootstrap. |
329
- | Opencode | bootstrap target | Installs config plus generated markdown bootstrap note. | Project note under .agent/client-bootstrap. |
330
- | Windsurf | bootstrap target | Installs MCP config plus .windsurfrules. | Workspace-scoped rule surface. |
331
- | Antigravity / OpenClaw | bootstrap target | Installs MCP config plus split SKILL.md bundles sized to client limits. | Home-scoped skill bundle. |
332
-
333
- </details>
334
-
335
- <details>
336
- <summary><b>Dashboard Capabilities</b> (5)</summary>
337
-
338
- What the topology console exposes from persisted runtime truth.
339
-
340
- | Name | Surface | Purpose | Notes |
341
- | --- | --- | --- | --- |
342
- | Overview | dashboard | Runtime truth, lifetime token telemetry, graph-centered memory view, and system signals. | Default operator cockpit. |
343
- | Knowledge | dashboard | Session-first RAG workflow, provenance, source mix, and bootstrap manifest truth. | Shows attached, retrieved, selected, and dropped context. |
344
- | Runs | dashboard | Execution topology, verifier traces, and event stream. | Centered on persisted runtime snapshots. |
345
- | Catalog | dashboard | Loaded assets, feature registry, and runtime-vs-available inventory. | Separates what exists from what was used. |
346
- | Governance | dashboard | Guardrails, quarantine, federation health, and client bootstrap drift. | Operator-facing trust layer. |
347
-
348
- </details>
349
-
350
- <details>
351
- <summary><b>Runtime Subsystems</b> (7)</summary>
352
-
353
- Core architecture layers that shape execution, memory, and visibility.
354
-
355
- | Name | Surface | Purpose | Notes |
356
- | --- | --- | --- | --- |
357
- | Knowledge Fabric | runtime subsystem | Balances repo, memory, RAG, patterns, and runtime traces into one execution bundle. | Feeds planner, packet, and worker context. |
358
- | Memory Control Plane | runtime subsystem | Reconciles facts with add/update/merge/delete/quarantine semantics and vault projection. | Local-first memory remains inspectable, portable, and bounded by hygiene/purge visibility. |
359
- | Worktree Doctor | runtime subsystem | Prunes stale git worktree metadata and records worktree health ahead of execution. | Protects nexus_orchestrate and verifier lanes from stale temp state. |
360
- | Source-Aware Token Budget | runtime subsystem | Allocates token budget across repo, memory, RAG, patterns, and runtime traces. | Persists selected and dropped context. |
361
- | Bootstrap Manifest Truth | runtime subsystem | Tracks configured client bootstrap artifacts independently from active heartbeats. | Supports installed vs active truth in the dashboard. |
362
- | Artifact Selection Audit | runtime subsystem | Explains why skills/workflows/crews/specialists were selected or rejected. | Persists auditable selection rationale, selection policy, and blocked reasons. |
363
- | Bundled assets: 109 skills · 64 workflows · 9 hooks · 5 automations · 7 crews · 139 specialists | runtime subsystem | Summarizes the current bundled runtime inventory. | Detailed lists live in the runtime catalog section and dashboard catalog view. |
364
-
365
- </details>
366
-
367
- <details>
368
- <summary><b>Release Gates</b> (5)</summary>
369
-
370
- Quality and security checks required before release.
371
-
372
- | Name | Surface | Purpose | Notes |
373
- | --- | --- | --- | --- |
374
- | Build + lint + tests | release gate | Compile, lint, and validate runtime/docs/public surfaces. | Canonical quality matrix. |
375
- | Package smoke | release gate | Verify npm packaging via dry-run before publish. | Catches release surface drift. |
376
- | Dependency audit + SBOM | release gate | Track shipping dependency risk and document exceptions. | Security hardening gate. |
377
- | Workflow lint | release gate | Validate workflow syntax and release automation contracts. | Protects CI/CD drift. |
378
- | Runtime smoke | release gate | Exercise MCP startup, setup-all bootstrap, and dashboard boot. | Final operator-facing release check. |
379
-
380
- </details>
381
-
382
- </details>
383
- <!-- feature-registry:end -->
384
- ---
385
- <!-- runtime-catalog:start -->
386
- <details>
387
- <summary><b>🗂 Runtime Catalog</b></summary>
388
-
389
- Generated from bundled runtime catalogs plus repo-local overrides via `npm run generate:readme-catalog`.
390
-
391
- Inventory Snapshot: 109 skills · 64 workflows · 9 hooks · 5 automations · 7 crews
392
-
393
- <details>
394
- <summary><b>Skills</b> (109)</summary>
395
-
396
- | Name | Type/Scope | Purpose | Trigger / When used |
397
- | --- | --- | --- | --- |
398
- | Agent Orchestrator | read · base | 🛰️ Agent Orchestrator | orchestration work or explicit selection |
399
- | AI Lead | read · base | 🤖 AI Lead | ai work or explicit selection |
400
- | ai-builder | mutate · base | Operate as the ai builder with bounded mutations and verifier discipline. | ai work or explicit selection |
401
- | ai-playbook | orchestrate · base | Operate as the ai specialist for this run. | ai work or explicit selection |
402
- | ai-reviewer | read · base | Review ai outputs for accuracy, credibility, and completeness. | ai work or explicit selection |
403
- | api-builder | orchestrate · base | Operate as the api builder with bounded mutations and verifier discipline. | api work or explicit selection |
404
- | api-playbook | orchestrate · base | Operate as the api specialist for this run. | api work or explicit selection |
405
- | api-reviewer | read · base | Review api outputs for accuracy, credibility, and completeness. | api work or explicit selection |
406
- | Backend Inspector | read · base | ⚙️ Backend Inspector | backend work or explicit selection |
407
- | backend-builder | mutate · base | Operate as the backend builder with bounded mutations and verifier discipline. | backend work or explicit selection |
408
- | backend-playbook | orchestrate · base | Operate as the backend specialist for this run. | backend work or explicit selection |
409
- | backend-reviewer | read · base | Review backend outputs for accuracy, credibility, and completeness. | backend work or explicit selection |
410
- | Business Analyst | read · base | 📊 Business Analyst | runtime selection or explicit skill selection |
411
- | CLI/Node Reviewer | read · base | 📟 CLI/Node Reviewer | node work or explicit selection |
412
- | Code Review Agent | read · base | 🔍 Code Review Agent | orchestration work or explicit selection |
413
- | Context Manager | read · base | 📦 Context Manager | runtime selection or explicit skill selection |
414
- | CTO/CEO Strategy | read · base | 👔 CTO/CEO Strategy | strategy work or explicit selection |
415
- | data-builder | orchestrate · base | Operate as the data builder with bounded mutations and verifier discipline. | data work or explicit selection |
416
- | data-playbook | orchestrate · base | Operate as the data specialist for this run. | data work or explicit selection |
417
- | data-reviewer | read · base | Review data outputs for accuracy, credibility, and completeness. | data work or explicit selection |
418
- | deep-tech-builder | orchestrate · base | Operate as the deep-tech builder with bounded mutations and verifier discipline. | deep-tech work or explicit selection |
419
- | deep-tech-playbook | orchestrate · base | Operate as the deep-tech specialist for this run. | deep-tech work or explicit selection |
420
- | deep-tech-reviewer | read · base | Review deep-tech outputs for accuracy, credibility, and completeness. | deep-tech work or explicit selection |
421
- | design-builder | orchestrate · base | Operate as the design builder with bounded mutations and verifier discipline. | design work or explicit selection |
422
- | design-playbook | orchestrate · base | Operate as the design specialist for this run. | design work or explicit selection |
423
- | design-reviewer | read · base | Review design outputs for accuracy, credibility, and completeness. | design work or explicit selection |
424
- | DevOps Auditor | read · base | 🚀 DevOps Auditor | runtime selection or explicit skill selection |
425
- | django-builder | mutate · base | Operate as the django builder with bounded mutations and verifier discipline. | django work or explicit selection |
426
- | django-playbook | orchestrate · base | Operate as the django specialist for this run. | django work or explicit selection |
427
- | django-reviewer | read · base | Review django outputs for accuracy, credibility, and completeness. | django work or explicit selection |
428
- | economics-builder | orchestrate · base | Operate as the economics builder with bounded mutations and verifier discipline. | economics work or explicit selection |
429
- | economics-playbook | orchestrate · base | Operate as the economics specialist for this run. | economics work or explicit selection |
430
- | economics-reviewer | read · base | Review economics outputs for accuracy, credibility, and completeness. | economics work or explicit selection |
431
- | finance-builder | orchestrate · base | Operate as the finance builder with bounded mutations and verifier discipline. | finance work or explicit selection |
432
- | finance-playbook | orchestrate · base | Operate as the finance specialist for this run. | finance work or explicit selection |
433
- | finance-reviewer | read · base | Review finance outputs for accuracy, credibility, and completeness. | finance work or explicit selection |
434
- | Frontend Auditor | read · base | 🖥️ Frontend Auditor | frontend work or explicit selection |
435
- | frontend-builder | mutate · base | Operate as the frontend builder with bounded mutations and verifier discipline. | frontend work or explicit selection |
436
- | frontend-playbook | orchestrate · base | Operate as the frontend specialist for this run. | frontend work or explicit selection |
437
- | frontend-reviewer | read · base | Review frontend outputs for accuracy, credibility, and completeness. | frontend work or explicit selection |
438
- | game-development-builder | mutate · base | Operate as the game-development builder with bounded mutations and verifier discipline. | game-development work or explicit selection |
439
- | game-development-playbook | orchestrate · base | Operate as the game-development specialist for this run. | game-development work or explicit selection |
440
- | game-development-reviewer | read · base | Review game-development outputs for accuracy, credibility, and completeness. | game-development work or explicit selection |
441
- | gtm-builder | orchestrate · base | Operate as the gtm builder with bounded mutations and verifier discipline. | gtm work or explicit selection |
442
- | gtm-playbook | orchestrate · base | Operate as the gtm specialist for this run. | gtm work or explicit selection |
443
- | gtm-reviewer | read · base | Review gtm outputs for accuracy, credibility, and completeness. | gtm work or explicit selection |
444
- | integrations-builder | orchestrate · base | Operate as the integrations builder with bounded mutations and verifier discipline. | integrations work or explicit selection |
445
- | integrations-playbook | orchestrate · base | Operate as the integrations specialist for this run. | integrations work or explicit selection |
446
- | integrations-reviewer | read · base | Review integrations outputs for accuracy, credibility, and completeness. | integrations work or explicit selection |
447
- | marketing-builder | orchestrate · base | Operate as the marketing builder with bounded mutations and verifier discipline. | marketing work or explicit selection |
448
- | marketing-playbook | orchestrate · base | Operate as the marketing specialist for this run. | marketing work or explicit selection |
449
- | marketing-reviewer | read · base | Review marketing outputs for accuracy, credibility, and completeness. | marketing work or explicit selection |
450
- | Memory Architect | read · base | 🏗️ Memory Architect | runtime selection or explicit skill selection |
451
- | node-builder | mutate · base | Operate as the node builder with bounded mutations and verifier discipline. | node work or explicit selection |
452
- | node-playbook | orchestrate · base | Operate as the node specialist for this run. | node work or explicit selection |
453
- | node-reviewer | read · base | Review node outputs for accuracy, credibility, and completeness. | node work or explicit selection |
454
- | orchestration-builder | orchestrate · base | Operate as the orchestration builder with bounded mutations and verifier discipline. | orchestration work or explicit selection |
455
- | orchestration-playbook | orchestrate · base | Operate as the orchestration specialist for this run. | orchestration work or explicit selection |
456
- | orchestration-reviewer | read · base | Review orchestration outputs for accuracy, credibility, and completeness. | orchestration work or explicit selection |
457
- | paid-media-builder | orchestrate · base | Operate as the paid-media builder with bounded mutations and verifier discipline. | paid-media work or explicit selection |
458
- | paid-media-playbook | orchestrate · base | Operate as the paid-media specialist for this run. | paid-media work or explicit selection |
459
- | paid-media-reviewer | read · base | Review paid-media outputs for accuracy, credibility, and completeness. | paid-media work or explicit selection |
460
- | pdlc-builder | orchestrate · base | Operate as the pdlc builder with bounded mutations and verifier discipline. | pdlc work or explicit selection |
461
- | pdlc-playbook | orchestrate · base | Operate as the pdlc specialist for this run. | pdlc work or explicit selection |
462
- | pdlc-reviewer | read · base | Review pdlc outputs for accuracy, credibility, and completeness. | pdlc work or explicit selection |
463
- | PM Agent | read · base | 📋 PM Agent | orchestration work or explicit selection |
464
- | product-builder | orchestrate · base | Operate as the product builder with bounded mutations and verifier discipline. | product work or explicit selection |
465
- | product-playbook | orchestrate · base | Operate as the product specialist for this run. | product work or explicit selection |
466
- | product-reviewer | read · base | Review product outputs for accuracy, credibility, and completeness. | product work or explicit selection |
467
- | python-builder | mutate · base | Operate as the python builder with bounded mutations and verifier discipline. | python work or explicit selection |
468
- | python-playbook | orchestrate · base | Operate as the python specialist for this run. | python work or explicit selection |
469
- | python-reviewer | read · base | Review python outputs for accuracy, credibility, and completeness. | python work or explicit selection |
470
- | QA/Testing Agent | read · base | 🧪 QA/Testing Agent | testing work or explicit selection |
471
- | react-builder | mutate · base | Operate as the react builder with bounded mutations and verifier discipline. | react work or explicit selection |
472
- | react-playbook | orchestrate · base | Operate as the react specialist for this run. | react work or explicit selection |
473
- | react-reviewer | read · base | Review react outputs for accuracy, credibility, and completeness. | react work or explicit selection |
474
- | Rule Sanitizer | read · base | 🧹 Rule Sanitizer | runtime selection or explicit skill selection |
475
- | sales-builder | orchestrate · base | Operate as the sales builder with bounded mutations and verifier discipline. | sales work or explicit selection |
476
- | sales-playbook | orchestrate · base | Operate as the sales specialist for this run. | sales work or explicit selection |
477
- | sales-reviewer | read · base | Review sales outputs for accuracy, credibility, and completeness. | sales work or explicit selection |
478
- | security-builder | orchestrate · base | Operate as the security builder with bounded mutations and verifier discipline. | security work or explicit selection |
479
- | security-playbook | orchestrate · base | Operate as the security specialist for this run. | security work or explicit selection |
480
- | security-reviewer | read · base | Review security outputs for accuracy, credibility, and completeness. | security work or explicit selection |
481
- | Skill Registry | read · base | 📋 Skill Registry | runtime selection or explicit skill selection |
482
- | spatial-computing-builder | mutate · base | Operate as the spatial-computing builder with bounded mutations and verifier discipline. | spatial-computing work or explicit selection |
483
- | spatial-computing-playbook | orchestrate · base | Operate as the spatial-computing specialist for this run. | spatial-computing work or explicit selection |
484
- | spatial-computing-reviewer | read · base | Review spatial-computing outputs for accuracy, credibility, and completeness. | spatial-computing work or explicit selection |
485
- | strategy-builder | orchestrate · base | Operate as the strategy builder with bounded mutations and verifier discipline. | strategy work or explicit selection |
486
- | strategy-playbook | orchestrate · base | Operate as the strategy specialist for this run. | strategy work or explicit selection |
487
- | strategy-reviewer | read · base | Review strategy outputs for accuracy, credibility, and completeness. | strategy work or explicit selection |
488
- | support-builder | orchestrate · base | Operate as the support builder with bounded mutations and verifier discipline. | support work or explicit selection |
489
- | support-playbook | orchestrate · base | Operate as the support specialist for this run. | support work or explicit selection |
490
- | support-reviewer | read · base | Review support outputs for accuracy, credibility, and completeness. | support work or explicit selection |
491
- | Tech Lead | read · base | 🏛️ Tech Lead | runtime selection or explicit skill selection |
492
- | testing-builder | orchestrate · base | Operate as the testing builder with bounded mutations and verifier discipline. | testing work or explicit selection |
493
- | testing-playbook | orchestrate · base | Operate as the testing specialist for this run. | testing work or explicit selection |
494
- | testing-reviewer | read · base | Review testing outputs for accuracy, credibility, and completeness. | testing work or explicit selection |
495
- | Token Guardian | read · base | 🪙 Token Guardian | runtime selection or explicit skill selection |
496
- | Topic Indexer | read · base | 🏷️ Topic Indexer | runtime selection or explicit skill selection |
497
- | typescript-builder | mutate · base | Operate as the typescript builder with bounded mutations and verifier discipline. | typescript work or explicit selection |
498
- | typescript-playbook | orchestrate · base | Operate as the typescript specialist for this run. | typescript work or explicit selection |
499
- | typescript-reviewer | read · base | Review typescript outputs for accuracy, credibility, and completeness. | typescript work or explicit selection |
500
- | UX Researcher | read · base | 🎨 UX Researcher | deep-tech work or explicit selection |
501
- | workflows-builder | orchestrate · base | Operate as the workflows builder with bounded mutations and verifier discipline. | workflows work or explicit selection |
502
- | workflows-playbook | orchestrate · base | Operate as the workflows specialist for this run. | workflows work or explicit selection |
503
- | workflows-reviewer | read · base | Review workflows outputs for accuracy, credibility, and completeness. | workflows work or explicit selection |
504
- | writing-builder | orchestrate · base | Operate as the writing builder with bounded mutations and verifier discipline. | writing work or explicit selection |
505
- | writing-playbook | orchestrate · base | Operate as the writing specialist for this run. | writing work or explicit selection |
506
- | writing-reviewer | read · base | Review writing outputs for accuracy, credibility, and completeness. | writing work or explicit selection |
507
-
508
- </details>
509
-
510
- <details>
511
- <summary><b>Workflows</b> (64)</summary>
512
-
513
- | Name | Type/Scope | Purpose | Trigger / When used |
514
- | --- | --- | --- | --- |
515
- | ai-approval-loop | workflow · base | Bundled ai approval loop with review, verification, and promotion control. | ai approval requested; ai promotion under review |
516
- | ai-execution-loop | workflow · base | Bundled ai workflow with planning, execution, and verification checkpoints. | goal mentions ai; ai pack selected |
517
- | api-approval-loop | workflow · base | Bundled api approval loop with review, verification, and promotion control. | api approval requested; api promotion under review |
518
- | api-execution-loop | workflow · base | Bundled api workflow with planning, execution, and verification checkpoints. | goal mentions api; api pack selected |
519
- | backend-approval-loop | workflow · base | Bundled backend approval loop with review, verification, and promotion control. | backend approval requested; backend promotion under review |
520
- | backend-execution-loop | workflow · base | Bundled backend workflow with planning, execution, and verification checkpoints. | goal mentions backend; backend pack selected |
521
- | data-approval-loop | workflow · base | Bundled data approval loop with review, verification, and promotion control. | data approval requested; data promotion under review |
522
- | data-execution-loop | workflow · base | Bundled data workflow with planning, execution, and verification checkpoints. | goal mentions data; data pack selected |
523
- | deep-tech-approval-loop | workflow · base | Bundled deep-tech approval loop with review, verification, and promotion control. | deep-tech approval requested; deep-tech promotion under review |
524
- | deep-tech-execution-loop | workflow · base | Bundled deep-tech workflow with planning, execution, and verification checkpoints. | goal mentions deep-tech; deep-tech pack selected |
525
- | deploy-prep | workflow · base | Pre-deployment review — verify everything is ready to ship | workflows execution or approval path |
526
- | design-approval-loop | workflow · base | Bundled design approval loop with review, verification, and promotion control. | design approval requested; design promotion under review |
527
- | design-execution-loop | workflow · base | Bundled design workflow with planning, execution, and verification checkpoints. | goal mentions design; design pack selected |
528
- | django-approval-loop | workflow · base | Bundled django approval loop with review, verification, and promotion control. | django approval requested; django promotion under review |
529
- | django-execution-loop | workflow · base | Bundled django workflow with planning, execution, and verification checkpoints. | goal mentions django; django pack selected |
530
- | economics-approval-loop | workflow · base | Bundled economics approval loop with review, verification, and promotion control. | economics approval requested; economics promotion under review |
531
- | economics-execution-loop | workflow · base | Bundled economics workflow with planning, execution, and verification checkpoints. | goal mentions economics; economics pack selected |
532
- | finance-approval-loop | workflow · base | Bundled finance approval loop with review, verification, and promotion control. | finance approval requested; finance promotion under review |
533
- | finance-execution-loop | workflow · base | Bundled finance workflow with planning, execution, and verification checkpoints. | goal mentions finance; finance pack selected |
534
- | frontend-approval-loop | workflow · base | Bundled frontend approval loop with review, verification, and promotion control. | frontend approval requested; frontend promotion under review |
535
- | frontend-execution-loop | workflow · base | Bundled frontend workflow with planning, execution, and verification checkpoints. | goal mentions frontend; frontend pack selected |
536
- | full-audit | workflow · base | Run all agents end-to-end for a comprehensive project audit | workflows execution or approval path |
537
- | game-development-approval-loop | workflow · base | Bundled game-development approval loop with review, verification, and promotion control. | game-development approval requested; game-development promotion under review |
538
- | game-development-execution-loop | workflow · base | Bundled game-development workflow with planning, execution, and verification checkpoints. | goal mentions game-development; game-development pack selected |
539
- | gtm-approval-loop | workflow · base | Bundled gtm approval loop with review, verification, and promotion control. | gtm approval requested; gtm promotion under review |
540
- | gtm-execution-loop | workflow · base | Bundled gtm workflow with planning, execution, and verification checkpoints. | goal mentions gtm; gtm pack selected |
541
- | integrations-approval-loop | workflow · base | Bundled integrations approval loop with review, verification, and promotion control. | integrations approval requested; integrations promotion under review |
542
- | integrations-execution-loop | workflow · base | Bundled integrations workflow with planning, execution, and verification checkpoints. | goal mentions integrations; integrations pack selected |
543
- | marketing-approval-loop | workflow · base | Bundled marketing approval loop with review, verification, and promotion control. | marketing approval requested; marketing promotion under review |
544
- | marketing-execution-loop | workflow · base | Bundled marketing workflow with planning, execution, and verification checkpoints. | goal mentions marketing; marketing pack selected |
545
- | node-approval-loop | workflow · base | Bundled node approval loop with review, verification, and promotion control. | node approval requested; node promotion under review |
546
- | node-execution-loop | workflow · base | Bundled node workflow with planning, execution, and verification checkpoints. | goal mentions node; node pack selected |
547
- | orchestration-approval-loop | workflow · base | Bundled orchestration approval loop with review, verification, and promotion control. | orchestration approval requested; orchestration promotion under review |
548
- | orchestration-execution-loop | workflow · base | Bundled orchestration workflow with planning, execution, and verification checkpoints. | goal mentions orchestration; orchestration pack selected |
549
- | paid-media-approval-loop | workflow · base | Bundled paid-media approval loop with review, verification, and promotion control. | paid-media approval requested; paid-media promotion under review |
550
- | paid-media-execution-loop | workflow · base | Bundled paid-media workflow with planning, execution, and verification checkpoints. | goal mentions paid-media; paid-media pack selected |
551
- | pdlc-approval-loop | workflow · base | Bundled pdlc approval loop with review, verification, and promotion control. | pdlc approval requested; pdlc promotion under review |
552
- | pdlc-execution-loop | workflow · base | Bundled pdlc workflow with planning, execution, and verification checkpoints. | goal mentions pdlc; pdlc pack selected |
553
- | product-approval-loop | workflow · base | Bundled product approval loop with review, verification, and promotion control. | product approval requested; product promotion under review |
554
- | product-execution-loop | workflow · base | Bundled product workflow with planning, execution, and verification checkpoints. | goal mentions product; product pack selected |
555
- | python-approval-loop | workflow · base | Bundled python approval loop with review, verification, and promotion control. | python approval requested; python promotion under review |
556
- | python-execution-loop | workflow · base | Bundled python workflow with planning, execution, and verification checkpoints. | goal mentions python; python pack selected |
557
- | quick-check | workflow · base | Fast health check — build, tests, and critical issues only | frontend execution or approval path |
558
- | react-approval-loop | workflow · base | Bundled react approval loop with review, verification, and promotion control. | react approval requested; react promotion under review |
559
- | react-execution-loop | workflow · base | Bundled react workflow with planning, execution, and verification checkpoints. | goal mentions react; react pack selected |
560
- | sales-approval-loop | workflow · base | Bundled sales approval loop with review, verification, and promotion control. | sales approval requested; sales promotion under review |
561
- | sales-execution-loop | workflow · base | Bundled sales workflow with planning, execution, and verification checkpoints. | goal mentions sales; sales pack selected |
562
- | security-approval-loop | workflow · base | Bundled security approval loop with review, verification, and promotion control. | security approval requested; security promotion under review |
563
- | security-execution-loop | workflow · base | Bundled security workflow with planning, execution, and verification checkpoints. | goal mentions security; security pack selected |
564
- | session-close | workflow · base | End-of-session memory flush — persist all learnings | workflows execution or approval path |
565
- | spatial-computing-approval-loop | workflow · base | Bundled spatial-computing approval loop with review, verification, and promotion control. | spatial-computing approval requested; spatial-computing promotion under review |
566
- | spatial-computing-execution-loop | workflow · base | Bundled spatial-computing workflow with planning, execution, and verification checkpoints. | goal mentions spatial-computing; spatial-computing pack selected |
567
- | strategy-approval-loop | workflow · base | Bundled strategy approval loop with review, verification, and promotion control. | strategy approval requested; strategy promotion under review |
568
- | strategy-execution-loop | workflow · base | Bundled strategy workflow with planning, execution, and verification checkpoints. | goal mentions strategy; strategy pack selected |
569
- | support-approval-loop | workflow · base | Bundled support approval loop with review, verification, and promotion control. | support approval requested; support promotion under review |
570
- | support-execution-loop | workflow · base | Bundled support workflow with planning, execution, and verification checkpoints. | goal mentions support; support pack selected |
571
- | testing-approval-loop | workflow · base | Bundled testing approval loop with review, verification, and promotion control. | testing approval requested; testing promotion under review |
572
- | testing-execution-loop | workflow · base | Bundled testing workflow with planning, execution, and verification checkpoints. | goal mentions testing; testing pack selected |
573
- | typescript-approval-loop | workflow · base | Bundled typescript approval loop with review, verification, and promotion control. | typescript approval requested; typescript promotion under review |
574
- | typescript-execution-loop | workflow · base | Bundled typescript workflow with planning, execution, and verification checkpoints. | goal mentions typescript; typescript pack selected |
575
- | workflows-approval-loop | workflow · base | Bundled workflows approval loop with review, verification, and promotion control. | workflows approval requested; workflows promotion under review |
576
- | workflows-execution-loop | workflow · base | Bundled workflows workflow with planning, execution, and verification checkpoints. | goal mentions workflows; workflows pack selected |
577
- | writing-approval-loop | workflow · base | Bundled writing approval loop with review, verification, and promotion control. | writing approval requested; writing promotion under review |
578
- | writing-execution-loop | workflow · base | Bundled writing workflow with planning, execution, and verification checkpoints. | goal mentions writing; writing pack selected |
579
-
580
- </details>
581
-
582
- <details>
583
- <summary><b>Hooks</b> (9)</summary>
584
-
585
- | Name | Type/Scope | Purpose | Trigger / When used |
586
- | --- | --- | --- | --- |
587
- | before-compaction-flush | read · base | Flush memory prefrontal to SQLite before context compaction. | before-compaction · context budget nearing limit |
588
- | before-mutate-guard | read · base | Local checkpoint before bounded file mutation. | before-mutate |
589
- | before-verify-approval | orchestrate · base | Attach approval-loop workflows before verification for domain work. | before-verify · verification checkpoint |
590
- | failure-summary | read · base | Local failure checkpoint for recovery notes and retry scope. | run.failed |
591
- | memory-shield-escalation | read · base | Flag stored memories for shield review when policy risk is detected. | memory.stored · high priority memory stored |
592
- | memory-stored-review | read · base | Local review hook for important stored memories. | memory.stored |
593
- | promotion-audit | read · base | Require a security-oriented audit note on promotion approval. | promotion.approved · promotion approved |
594
- | retry-narrow-scope | orchestrate · base | Focus retries on the failing surface after an error cluster. | retry · retry requested |
595
- | run-created-brief | read · base | Attach planning context and default orchestration on run creation. | run.created · run created |
596
-
597
- </details>
598
-
599
- <details>
600
- <summary><b>Automations</b> (5)</summary>
601
-
602
- | Name | Type/Scope | Purpose | Trigger / When used |
603
- | --- | --- | --- | --- |
604
- | failure-followup | event · base | Queue a bounded retry follow-up after a failed run. | event:run.failed |
605
- | failure-recovery-automation | event · base | Queue retry and review workflows after a failed run. | event:run.failed |
606
- | memory-governance-automation | event · base | Attach memory and security review after memory storage events. | event:memory.stored |
607
- | session-close-followup | event · base | Queue a bounded approval follow-up after a verified run. | event:run.verified |
608
- | verified-followup-automation | event · base | Queue a bounded approval workflow after a verified run. | event:run.verified |
609
-
610
- </details>
611
-
612
- <details>
613
- <summary><b>Crews</b> (7)</summary>
614
-
615
- | Name | Type/Scope | Purpose | Trigger / When used |
616
- | --- | --- | --- | --- |
617
- | Content Crew | crew template | Writing, storytelling, and distribution specialists for content and docs surfaces. | domains: writing, marketing · gates: pm, cto, marketer-docs |
618
- | Finance Crew | crew template | Finance, analytics, and strategic review specialists for business and economics tasks. | domains: finance, economics, data · gates: pm, cto |
619
- | GTM Crew | crew template | Launch, growth, messaging, and content specialists working from shipped capability. | domains: gtm, marketing, sales, writing · gates: pm, architecture, cto, marketer-docs |
620
- | Implementation Crew | crew template | Execution-focused engineering crew with verifier and release safety. | domains: backend, frontend, typescript, node, python, django, react · gates: architecture, code-review, cto, devops |
621
- | PDLC Crew | crew template | Sequential planning, implementation, QA, and shipping for product delivery. | domains: pdlc, product, backend, frontend · gates: pm, architecture, code-review, cto, devops, marketer-docs |
622
- | Research Crew | crew template | Research, architecture, analysis, and evidence collection for uncertain tasks. | domains: deep-tech, research, ai · gates: pm, architecture, cto |
623
- | Security Crew | crew template | Threat, trust, identity, and secure release specialists. | domains: security, trust, identity · gates: architecture, code-review, cto, devops |
624
-
625
- </details>
626
-
627
- </details>
628
- <!-- runtime-catalog:end -->
629
-
630
- ## 📜 Release History
631
-
632
- <details open>
633
- <summary><b>v5.1.3</b> · 2026-04-09 · Runtime Latency Refinements</summary>
634
-
635
- - **Shallow orchestrate latency**: caches workspace identity, tracked files, and selector projections to reduce preparation before the first useful response.
636
- - **Deep-context staging on demand**: Knowledge Fabric compose and broader selector work now stay off the simple path until task complexity actually requires them.
637
- - **Performance branch landed**: packages the branch's bootstrap, dashboard, and orchestrate response-path reductions into `main` without changing behavior.
638
-
639
- Full notes: [releases/v5.1.3.md](./releases/v5.1.3.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
640
- </details>
641
-
642
- <details open>
643
- <summary><b>v5.1.2</b> · 2026-04-09 · Memory Layers & Lifecycle Hooks</summary>
644
-
645
- - **Explicit memory layer contract**: working, session, project, and pattern layers are now exposed in runtime summaries with auditable contract metadata.
646
- - **Deterministic lifecycle touchpoints**: memory review, failure summary, and session close surfaces now dispatch in stable catalog-priority order while keeping repo-local `.agents` canonical.
647
- - **Compatibility preserved**: legacy `.agent` hooks and automations remain loaded as fallback inputs while `.agents` continues to win on duplicate local names.
648
-
649
- Full notes: [CHANGELOG.md](./CHANGELOG.md)
650
- </details>
651
-
652
- <details open>
653
- <summary><b>v5.1.1</b> · 2026-04-08 · CI Finalization</summary>
654
-
655
- - **Repo-local skill registration**: small repo-local skill catalogs now register into the graph catalog for deterministic discovery.
656
- - **Docs release markers**: README + docs homepage now reflect the current package version.
657
- - **Patched overrides**: dependency overrides updated with regenerated lockfile.
658
-
659
- Full notes: [CHANGELOG.md](./CHANGELOG.md)
660
- </details>
661
-
662
- <details open>
663
- <summary><b>v5.1.0</b> · 2026-04-08 · Recovery & Selector Performance</summary>
664
-
665
- - **Startup recovery**: resolves bootstrap/orchestrate deadlocks that could stall sessions on launch.
666
- - **Deferred governance init**: Synapse and Architects now initialize lazily to prevent premature automation ticks.
667
- - **Search correctness**: fixes ngram search edge cases so content queries return results on fresh indexes.
668
- - **Selection hot-path performance**: caches selector arrays and keyword sets inside `resolveSelections`.
669
-
670
- Full notes: [CHANGELOG.md](./CHANGELOG.md)
671
- </details>
672
-
673
- <details open>
674
- <summary><b>v5.0.0</b> · 2026-04-04 · Phantom Sovereignty — proof-carrying execution, governance boundaries, machine efficiency, and dashboard revamp</summary>
675
-
676
- - **Proof-carrying execution**: 5 proof types (Selection, Worker, Verification, MemoryPromotion, Apply) with tri-state run model and bounded simulation sandbox.
677
- - **Phantom modularization**: Runtime decomposed into 6 focused service modules — ExecutionCoordinator, MutationEngine, VerificationEngine, WorkerTopologyPlanner, RuntimeContextAssembler, and RunProjector.
678
- - **Governance boundary enforcement**: Central `assertGovernanceBoundary()` blocks Synapse and Architects from file/worktree/git mutations. MutationEngine is sole mutation authority.
679
- - **Machine Efficiency Governor**: Pressure-aware degradation (nominal/elevated/critical) with hard caps on worktrees, dashboard listeners, and cache sizes.
680
- - **Memory class hierarchy**: 4-tier classification with strict promotion rules, prior system, and learning compiler.
681
- - **Dashboard revamp**: Backend split into routes/selectors/serializers/DTOs, SSE broker, machine pressure badge, and governor panel on trust surface.
682
- - **Staged bootstrap**: 3-phase bootstrap with durable receipt persistence, orchestrator self-heal, and ASCII sci-fi install experience.
683
-
684
- Full history: [CHANGELOG.md](./CHANGELOG.md)
685
- </details>
686
-
687
- <details>
688
- <summary><b>v4.10.2</b> · 2026-04-02 · Company Control Plane — runtime-scoped hiring, repo-truth MCP, and dashboard alignment</summary>
689
-
690
- - **Real employee control plane**: Synapse now supports direct and approval-backed hires, operative lifecycle updates, and heartbeat triggers instead of keeping hiring behind internal-only mandate plumbing.
691
- - **Repo-truth MCP fallback**: MCP fallback runtimes, token planning, search, and telemetry now stay scoped to the active workspace state key instead of leaking package-root identity.
692
- - **Aligned dashboard surfaces**: Summary, trust, Synapse, and Architects views now carry selected-runtime repo identity, operative lineage, and the relevant worklist by default.
693
- - **Shared operational memory**: Synapse control-plane events now persist operative, team, worklist, and work-item lineage into shared memory for later coordination and inspection.
694
-
695
- Full notes: [releases/v4.10.2.md](./releases/v4.10.2.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
696
- </details>
697
-
698
- <details>
699
- <summary><b>v4.10.1</b> · 2026-04-02 · Workspace Truth — repo-first binding, real skill selection, and grounded knowledge state</summary>
700
-
701
- - **Repo-first workspace binding**: Nexus now prefers the active repo over stale installed-package hints, which stops Codex and MCP sessions from snapping to Homebrew-style package roots.
702
- - **Real skill handoff**: Repo-local skills are registered per workspace state root, runtime selection participates in packet assembly, and id-based selections no longer disappear before execution.
703
- - **Grounded knowledge state**: First-run workspace profile seeding and dashboard RAG hydration now reflect the selected runtime instead of generic bootstrap noise or stale usage state.
704
- - **Cleaner inactive mode**: Synapse and Architects stay initialized but explicitly inactive until configured, without telling normal operators to set operative IDs.
705
-
706
- Full notes: [releases/v4.10.1.md](./releases/v4.10.1.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
707
- </details>
708
-
709
- <details>
710
- <summary><b>v4.10.0</b> · 2026-04-01 · Control Plane Recovery — truthful catalogs, bounded memory repair, and fast MCP startup</summary>
711
-
712
- - **Truthful catalog health**: `.agents/*` is now canonical, `.agent/*` is treated as legacy fallback, and runtime health only degrades when selected assets actually fail to resolve.
713
- - **Bounded memory hygiene**: Automatic and manual hygiene now expose schema state, purge backlog, quarantine backlog, and bounded repair passes instead of silently accumulating stale noise.
714
- - **Fast MCP readiness**: `nexus-prime mcp` reaches stdio readiness before the heaviest bootstrap/orchestrator work finishes, while deferred startup continues in the background.
715
- - **Safer orchestration**: Repo identity, candidate-file selection, guardrail staging, and dashboard/runtime truth now stay repo-scoped and explicit about why assets were selected or blocked.
716
-
717
- Full notes: [releases/v4.10.0.md](./releases/v4.10.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
718
- </details>
719
-
720
- <details>
721
- <summary><b>v4.9.0</b> · 2026-04-01 · Release QA Hardening — repo-root upgrade safety, truthful degraded startup, and deterministic ship gates</summary>
722
-
723
- - **Repo-root upgrade safety**: Synapse and Architects now follow the resolved runtime storage plan, migrate stale schemas in place when possible, and quarantine broken local DBs into workspace-scoped fallback storage instead of crashing startup.
724
- - **Truthful degraded diagnostics**: `nexus_runtime_health`, `nexus_doctor`, `nexus_autofix`, `nexus-prime status`, and the terminal cockpit now surface requested vs active engine roots, fallback state, and quarantine paths consistently.
725
- - **Bounded operator reads**: Runtime run artifacts are workspace-scoped, so `status`, `doctor`, and dashboard health no longer inherit slow global temp history from unrelated runs.
726
- - **Deterministic release QA**: Release smoke now covers stale-schema repo boots, broken-engine degraded doctor paths, corrupt vocabulary repair, and dashboard startup after fallback using isolated fixtures.
727
-
728
- Full notes: [releases/v4.9.0.md](./releases/v4.9.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
729
- </details>
730
-
731
- <details>
732
- <summary><b>v4.8.2</b> · 2026-04-01 · Runtime Truth Stabilization — unified health, safer bootstrap state, and operator repair flows</summary>
733
-
734
- - **Unified runtime truth**: Dashboard health, MCP diagnostics, and the terminal cockpit now read from the same runtime envelope instead of maintaining split compatibility logic.
735
- - **Workspace-safe bootstrap state**: Bootstrap manifests, instruction packets, and engine fallback paths now resolve from the workspace context instead of drifting to ambient cwd or first-run `/tmp` state.
736
- - **Operator repair surfaces**: `nexus_runtime_health`, `nexus_doctor`, `nexus_autofix`, `nexus_memory_hygiene`, plus matching CLI commands now expose safer diagnostics and self-healing flows.
737
- - **Dashboard contract hardening**: Creator-only investor telemetry stays permission-gated, unknown routes stay JSON-safe, compatible listeners reuse correctly, and idle Architects worklists render explicitly.
738
- - **Control-plane resilience**: Synapse ledger storage now follows the same fallback root as the DB, and code-review gates no longer fail a good run just because one verifier worktree went stale.
739
-
740
- Full notes: [releases/v4.8.2.md](./releases/v4.8.2.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
741
- </details>
742
-
743
- <details>
744
- <summary><b>v4.7.2</b> · 2026-03-31 · Runtime Efficiency — CPU optimization, middleware hardening, and skill sharing</summary>
745
-
746
- - **~80% idle CPU reduction**: Polling intervals across 6 subsystems reduced from aggressive (2-60s) to relaxed (30-300s). Memory maintenance, event bus, and pod network no longer burn cycles when idle.
747
- - **Built-in middleware classes**: TokenBudget, Telemetry, Memory, Guardrails, and Cost middleware ship pre-registered via `createDefaultPipeline()`.
748
- - **Gist-based skill sharing**: Skill learner auto-shares high-confidence patterns as GitHub gists through the zero-config bridge.
749
- - **Branding cleanup**: Dev instructions and docs now reference nexus-prime directly.
750
-
751
- Full notes: [releases/v4.7.2.md](./releases/v4.7.2.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
752
- </details>
753
-
754
- <details>
755
- <summary><b>v4.7.1</b> · 2026-03-31 · Operator Intelligence release rearm — fresh publish trigger for npm</summary>
756
-
757
- - **Fresh GitHub release trigger**: Cut a patch release on top of the already-green `v4.7.0` tree so `CI & Publish` receives a new `release: published` event and can execute the npm publish job.
758
- - **No product drift**: This does not change the `Operator Intelligence` surface. It reissues the release corridor so installers get the same shipped hardening through a publishable tag.
759
- - **Release docs updated**: README, changelog, website release history, and standalone release notes now point at the new patch version.
760
-
761
- Full notes: [releases/v4.7.1.md](./releases/v4.7.1.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
762
- </details>
763
-
764
- <details>
765
- <summary><b>v4.7.0</b> · 2026-03-30 · Operator Intelligence — PR-first autonomy, pseudonymous telemetry, and cleaner runtime seams</summary>
766
-
767
- - **PR-first self-evolution**: Darwin cycles now track autonomy events, attempt GitHub PR promotion through an explicit bridge when auth exists, and persist a ready local artifact when promotion is blocked.
768
- - **Pseudonymous investor telemetry**: Opt-in Supabase telemetry now tracks installs, sessions, savings, memory activity, and autonomy outcomes without sending code, prompts, file paths, repo names, or secrets.
769
- - **Cleaner control-plane seams**: MCP `CallTool` now runs through a middleware pipeline for token, telemetry, memory, guardrail, and cost coordination, while `nexus_store_memory` keeps high-priority memories local by default instead of silently relaying them.
770
- - **Project memory continuity**: Memory writes now stamp stable project tags at write time, and bootstrap surfaces both prior session summaries and prior project memories before broad reading begins.
771
- - **Operator dashboard expansion**: The main banner and token telemetry area now surface remote installations, active installs, and creator-facing aggregate telemetry when Supabase creator keys are configured.
772
-
773
- Full notes: [releases/v4.7.0.md](./releases/v4.7.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
774
- </details>
775
-
776
- <details>
777
- <summary><b>v4.6.1</b> · 2026-03-29 · Release corridor stabilization — audited publish path and npm release recovery</summary>
778
-
779
- - **Publish path repaired**: Patched the vulnerable `path-to-regexp` dependency edges through targeted overrides so `CI & Publish` can clear `npm run audit:prod` and proceed to npm publication.
780
- - **Lockfile normalized for release**: Refreshed the production lockfile so GitHub Actions, local installs, and release packaging all resolve the same audited dependency graph.
781
- - **No feature drift from v4.6.0**: This is a release-stability patch on top of Context Ascension, not a new product surface or protocol change.
782
-
783
- Full notes: [releases/v4.6.1.md](./releases/v4.6.1.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
784
- </details>
785
-
786
- <details>
787
- <summary><b>v4.6.0</b> · 2026-03-29 · Context Ascension — always-on compression, native search, and operator telemetry</summary>
788
-
789
- - **Always-on token optimization**: Bootstrap now auto-applies token optimization whenever candidate files are available, and bootstrap/orchestrate responses surface token and USD savings directly instead of hiding the win in diagnostics.
790
- - **Project-scoped session summaries**: Session close and `nexus_session_dna` now persist reusable project summaries, and the next bootstrap surfaces whether prior context was recovered before any broad file reading begins.
791
- - **Dynamic context discovery**: MCP `ListTools` now keeps core lifecycle tools expanded while summarizing non-core tools by default, with `nexus_describe_tool` available for on-demand full contracts.
792
- - **Native search**: Added sparse n-gram backed `nexus_search` for fast codebase retrieval with token-savings tracking on the MCP surface.
793
- - **Opt-in telemetry and dashboard signals**: Remote telemetry remains disabled until consent, clears queued events when turned off, and the dashboard now shows savings, search activity, and telemetry status in the main operator banner.
794
-
795
- Full notes: [releases/v4.6.0.md](./releases/v4.6.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
796
- </details>
797
-
798
- <details>
799
- <summary><b>v4.5.0</b> · 2026-03-27 · Neural Ascension — Auto-optimization, memory injection, and sci-fi command center</summary>
800
-
801
- - **Auto token optimization**: Bootstrap auto-applies token planning when 5+ candidate files detected. Quality floor (0.7) ensures task-referenced and recently modified files never get skipped. Zero manual `nexus_optimize_tokens` calls needed.
802
- - **Seamless memory injection**: Every MCP tool response auto-recalls top 3 relevant memories (30s rate limit, 0.4 score floor, SHA1-cached). Recursion-safe — skips memory tools.
803
- - **Auto ghost-pass**: Refactoring tasks with 3+ files or 3+ phases auto-detect risk areas before execution begins.
804
- - **MCP category visuals**: 5 distinct sci-fi themes (memory/orchestration/execution/intelligence/system) with per-category ANSI borders, colors, and thematic labels.
805
- - **Dashboard noise reduction**: Server-side rate limiting for 5 event types (2-10s windows), noise suppression for auto/empty signals, System filter button, client-side type+summary dedup.
806
- - **Cross-project memory**: New APIs for cross-project browsing and project index. Dashboard project selector, tag-based search with fuzzy toggle, cross-project memory lane.
807
- - **Animated installation**: 10-frame braille spinner, compact logo for narrow terminals, progress bars, phase headers, build metadata in success message.
808
- - **Lifecycle policy substrate**: Feature flags with env overrides for all new auto-behaviors. Fail-open defaults with decision metrics.
809
-
810
- Full history: [CHANGELOG.md](./CHANGELOG.md)
811
- </details>
812
-
813
- <details>
814
- <summary><b>v4.4.0</b> · 2026-03-27 · Lifecycle policy automation, cross-project memory APIs, and signal-aware dashboard UX</summary>
815
-
816
- - **Lifecycle policy substrate**: Added policy-gated auto behaviors with fail-open decisions, feature kill switches, and decision metrics for bootstrap token planning, memory-context injection, MCP visuals, and ghost-pass automation.
817
- - **Memory platform expansion**: Added `/api/memory/cross-project` and `/api/memory/projects`, shared-only governance defaults, and tag+content+fuzzy cross-project query support.
818
- - **Dashboard signal quality**: Added server-side event throttles/noise suppression, explicit `mcp` + `system` taxonomy alignment, a `System` event filter chip, and dual-key dedup (`id` + `type/summary` in 2s, severity bypass).
819
- - **CLI/install visual layer**: Expanded ASCII toolkit (compact logo, richer loaders, phase/sub-brand helpers), added TTY-aware install spinner, and surfaced phase/sub-brand rendering in CLI summaries/help.
820
-
821
- Full history: [CHANGELOG.md](./CHANGELOG.md)
822
- </details>
823
-
824
- <details>
825
- <summary><b>v4.3.4</b> · 2026-03-26 · Semantic retrieval hardening, truthful worker budgets, and canonical promoted assets</summary>
826
-
827
- - **Semantic retrieval and matching**: RAG chunks now carry embeddings with semantic-first retrieval, Context Assembler relevance uses Embedder-backed scoring, and Synapse asset matching blends semantic and lexical signals instead of pure Jaccard hot paths.
828
- - **Truthful worker telemetry**: Phantom workers now report real or diff-estimated token usage, mark budget overruns explicitly, and stop treating wall-clock time as token consumption.
829
- - **Durable source-of-truth promotion**: Generated skills and workflows promoted by runtime now persist canonical repo-local copies under `.agent/.../generated`, while NexusPrime active agent memory routes through the SQLite `MemoryEngine` instead of the legacy in-memory path.
830
-
831
- Full history: [CHANGELOG.md](./CHANGELOG.md)
832
- </details>
833
-
834
- <details>
835
- <summary><b>v4.3.2</b> · 2026-03-25 · Dashboard stabilization, peer sync, and test regression fixes</summary>
836
-
837
- - **MCP Transport Stabilization**: Replaced stubbed transmission methods with functional JSON-RPC notification transport logic.
838
- - **Peer Connectivity**: Implemented logical peer integration conduits (`connectToPeer` and `syncWithPeer`) for orchestrator data exchange.
839
- - **Dashboard UX & Observability Refinements**: Applied minimalist UI improvements, exposed CAS token compression metrics, and bound swarm metrics (crew selection, plannerState confidence) to the operator plane.
840
- - **Test Suite Regression Fixes**: Remedied `dashboard.test.ts` `EADDRINUSE` port collision and event-bus mock path resolution faults.
841
-
842
- Full history: [CHANGELOG.md](./CHANGELOG.md)
843
- </details>
844
-
845
- <details>
846
- <summary><b>v4.3.0</b> · 2026-03-24 · Sparse n-gram index engine and reactor core stabilization</summary>
847
-
848
- - **Sparse n-gram index engine**: Forged a sparse n-gram index engine using trigram decomposition with probabilistic masks and CRC32-weighted variable-length n-gram extraction.
849
- - **Six core engines routed via lattice**: Queries are now channeled through the lattice before full scoring for memory recall, graph traversal, skill resolution, pattern search, hybrid retrieval, and knowledge fabric operations.
850
- - **Reactor Core Stabilization**: Client bootstrap now scans for present vessels, session locks via PID tracking purge stale phantom sessions, dashboard telemetry separation, and hook dispatch containment fields.
851
- - **Dormant Operative Signals & New CLI**: Synapse and Architects modules are dormant until operative signal received, plus new `cleanup` and `doctor` commands.
852
-
853
- Full notes: [releases/v4.3.0.md](./releases/v4.3.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
854
- </details>
855
-
856
- <details>
857
- <summary><b>v4.2.0</b> · 2026-03-24 · Orchestration reliability, scoped memory, and investor-ready runtime truth</summary>
858
-
859
- - **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.
860
- - **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.
861
- - **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.
862
- - **Investor-ready public release path**: README, changelog, landing-page changelog, and canonical release notes now describe the same reliability release without drifting between surfaces.
863
-
864
- </details>
865
-
866
- <details>
867
- <summary><b>v4.1.0</b> · 2026-03-23 · Control-plane hardening, dashboard truth, and coordinated execution</summary>
868
-
869
- - **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.
870
- - **Engineering-first routing**: Broad dashboard/control-plane reviews now stay on engineering lanes with meaningful frontend/review secondary intent instead of drifting into blocked PM, marketing, or data routes.
871
- - **Explicit Synapse ↔ Architects coordination**: Work-item claim/complete handoffs are now bootstrapped through a typed bridge with shared correlation IDs across missions, sorties, field reports, dashboard entities, and POD telemetry.
872
- - **Bootstrap-path regression coverage**: Added end-to-end mandate → worklist → sortie → convergence coverage plus dashboard and routing regressions to keep control-plane behavior release-safe.
873
-
874
- Full notes: [releases/v4.1.0.md](./releases/v4.1.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
875
- </details>
876
-
877
- <details>
878
- <summary><b>v4.0.0</b> · 2026-03-22 · Engine stabilization, release hardening, and roster light-loading</summary>
879
-
880
- - **Memory vault hardening**: SQLite pragmas, access-count parameterization, entropy clamping, graph failure telemetry, debounced vault writes, and recursive-CTE lineage now stabilize memory behavior under real runtime load.
881
- - **Lifecycle cleanup**: `OrchestratorEngine.dispose()` is synchronous, shutdown ownership stays in entrypoints, compaction sentinel cleanup uses stored unsubscribe closures, and circuit/dedupe telemetry is persisted through typed events.
882
- - **Persistent vocabulary scoring**: TF-IDF vocabulary state now rebuilds from `vocabulary_stats` + `vocabulary_meta.doc_count` instead of drifting toward only the latest document batch.
883
- - **Roster cold-start reduction**: Specialist planning/listing stays synchronous while heavyweight specialist markdown and sections load lazily from detail payloads.
884
-
885
- Full notes: [releases/v4.0.0.md](./releases/v4.0.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
886
- </details>
887
-
888
- <details>
889
- <summary><b>v3.17.0</b> · 2026-03-20 · Agent adoption hardening, memory readability, atlas code intelligence peer</summary>
890
-
891
- - **Hard bootstrap enforcement**: Non-bootstrap MCP tool calls return a structured `blocked` response with next-step guidance instead of a soft warning agents ignored. Read-only tools remain exempt.
892
- - **Atlas code intelligence peer**: Auto-detects Atlas (AST parsing, semantic search, impact analysis) and writes MCP config for all clients when available.
893
- - **Memory readability**: Fixed text overflow on memory cards/timeline, default-filtered phantom and quarantine noise from dashboard, added phantom toggle.
894
- - **Imperative tool descriptions**: Rewrote MCP tool descriptions from "Preferred" to "REQUIRED" and planning nudges from "consider" to "Next: call".
895
- - **Streamlined CLAUDE.md**: 134-line protocol manual → 16-line imperative instruction set. Full protocol moved to `docs/nexus-protocol.md`.
896
-
897
- Full notes: [CHANGELOG.md](./CHANGELOG.md)
898
- </details>
899
-
900
- <details>
901
- <summary><b>v3.16.0</b> · 2026-03-20 · Compaction sentinel, tiered context, token analytics, peer federation, installation hardening</summary>
902
-
903
- - **Compaction Sentinel + Tiered Context**: Pre-compaction memory flush and L0/L1/L2 progressive file loading.
904
- - **Token Analytics**: Lifetime optimization reporting with per-session breakdowns, persisted in SQLite.
905
- - **Self-Learning Skills + Repo Tree**: Automatic skill derivation and cached repo tree visualization.
906
- - **Peer Connectors**: Auto-detect and sync with OpenClaw, Hermes, PicoClaw peers.
907
- - **Installation Hardening**: XDG-aware config, path validation, install logging, `nexus-prime setup diagnose`, 12 client targets.
908
- - **Multi-Intent Classification**: Orchestrator scores all intents, surfaces secondary when within 80% of primary.
909
-
910
- Full notes: [CHANGELOG.md](./CHANGELOG.md)
911
- </details>
912
-
913
- <details>
914
- <summary><b>v3.14.0</b> · 2026-03-16 · Ollama/HuggingFace embeddings, autonomous memory, agent ecosystem expansion</summary>
915
-
916
- - **Embedding backend chain**: Added Ollama and HuggingFace Inference API as embedding backends with automatic fallback (Ollama → HuggingFace → OpenAI → Local TF-IDF).
917
- - **Agent ecosystem expansion**: Added first-class setup for Aider, Continue.dev, and Cline alongside existing Codex, Cursor, Claude Code, Opencode, Windsurf, and OpenClaw adapters (9 agents total).
918
- - **OpenClaw memory bridge**: Bidirectional memory sync between Nexus Prime and OpenClaw instances via `nexus_openclaw_memory_sync`.
919
- - **Autonomous memory management**: Configurable decay rates, access-frequency retention (frequently recalled memories decay slower), and a maintenance cycle that expires stale low-value memories.
920
- - **Learning-to-skill promotion**: Recurring agent learnings are automatically promoted to reusable skills when access patterns indicate reliability.
921
- - **Fuzzy skill matching**: Skill resolution now uses Jaccard similarity scoring instead of exact name matching, so approximate goal text finds relevant skills.
922
- - **Adaptive token optimization**: Reading plan thresholds adjust dynamically based on file count and budget constraints.
923
- - **Docker one-click install**: `docker compose up` starts Nexus Prime; `--profile with-ollama` adds local Ollama for fully offline operation.
924
- - **Hardened graph containment**: Memory Explorer graph nodes now stay strictly inside the graph viewport via `contain: paint`, SVG overflow clipping, viewBox-aware position clamping, and tighter ring radii — fully eliminates the overlap with Memory Health/Scope text below.
925
- - **Stronger orchestrator adoption**: Instruction gateway and project rules now use imperative MUST/NEVER phrasing so coding agents proactively route through `nexus_session_bootstrap` and `nexus_orchestrate` instead of falling back to manual file exploration.
926
- - **Fixed**: Claude Code MCP config path corrected to `~/.claude/mcp.json`. Agent auto-config now writes workspace configs during `npm install`.
927
-
928
- Full notes: [CHANGELOG.md](./CHANGELOG.md)
929
- </details>
930
-
931
- <details>
932
- <summary><b>v3.13.0</b> · 2026-03-15 · Workspace surfaces, dashboard layout fixes, and community presence</summary>
149
+ Three pillars — all local-first, all SQLite-backed, single process:
933
150
 
934
- - Dashboard workspaces now drive their own graph visibility, library tabs, titles, and subtitles per surface mode (overview, knowledge, runs, catalog, governance).
935
- - 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.
936
- - Added graph-note text overflow handling and responsive min-height for hidden-graph surfaces.
937
- - Library tabs are now rendered dynamically per workspace instead of a single hardcoded rail.
938
- - Knowledge workspace auto-opens the create form when no collections exist.
939
- - Plan and execute actions now switch to the runs workspace automatically.
940
- - Added community badges (Reddit, Discord), engagement badges (stars, forks, issues, PRs), and the r/LLMDevs #1 Post of the Day recognition.
151
+ - **Brain** orchestrator, memory fabric, token supremacy, knowledge graph, phantom execution
152
+ - **Workforce** Synapse (Paperclip-style operative hiring) + Architects (Gastown-style work management)
153
+ - **Eyes** — real-time dashboard with memory topology, token telemetry, and execution history
941
154
 
942
- Full notes: [CHANGELOG.md](./CHANGELOG.md)
943
- </details>
155
+ ## Embedding backends
944
156
 
945
- <details>
946
- <summary><b>v3.12.1</b> · 2026-03-14 · Dashboard focus mode, graph recall wiring, and bootstrap recovery</summary>
157
+ | Backend | Config | Default model |
158
+ |---------|--------|---------------|
159
+ | **Local TF-IDF** | `NEXUS_EMBED_MODE=local` (default) | Built-in 128-dim |
160
+ | **Ollama** | `NEXUS_EMBED_MODE=ollama` | `nomic-embed-text` |
161
+ | **HuggingFace** | `NEXUS_EMBED_MODE=huggingface` | `sentence-transformers/all-MiniLM-L6-v2` |
162
+ | **OpenAI** | `NEXUS_EMBED_MODE=api` | `text-embedding-3-small` |
947
163
 
948
- - 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.
949
- - 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.
950
- - Tightened the cockpit density, clarified the RAG injection path, rotated persisted events, and seeded visible local hook/automation starters for fresh workspaces.
164
+ Fallback chain: Ollama HuggingFace OpenAI Local TF-IDF.
951
165
 
952
- Full notes: [releases/v3.12.1.md](./releases/v3.12.1.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
953
- </details>
166
+ ## Competitive position
954
167
 
955
- <details>
956
- <summary><b>v3.12.0</b> · 2026-03-14 · Public surface, proof screenshots, and release visibility</summary>
168
+ Mem0 ($24M Series A) solves conversation memory — chat continuity, user preferences, multi-session recall. It was not built for coding workflow state.
957
169
 
958
- - Rebuilt the README hierarchy around what Nexus Prime is, why it is different, the bootstrap-orchestrate path, and proof-backed capabilities.
959
- - Replaced repeated landing-page imagery with a graph-first hero, a distinct runtime-sequence proof image, and clearer knowledge-trace placement.
960
- - Expanded the generated inventory surfaces so README, docs, and dashboard all show counts for skills, workflows, hooks, automations, crews, specialists, MCP surfaces, client targets, dashboard capabilities, runtime subsystems, and release gates.
961
- - Converted the changelog to version-level toggle history and prepared the `v3.12.0` release draft for GitHub release publication and npm publish.
170
+ OpenClaw stores flat markdown files with optional decay. Siloed per agent, no cross-tool transfer.
962
171
 
963
- Full notes: [releases/v3.12.0.md](./releases/v3.12.0.md) · Full history: [CHANGELOG.md](./CHANGELOG.md)
964
- </details>
172
+ **Nexus Prime is not a memory layer. It is the control plane** — owning bootstrap, orchestration, worktree execution, and persisted runtime truth. Memory is one subsystem within it, not the product.
965
173
 
966
- <details>
967
- <summary><b>📈 Star History</b></summary>
174
+ → [Full comparison](https://nexus-prime.cfd/comparison.html)
968
175
 
969
- <div align="center">
970
- <a href="https://star-history.com/#sir-ad/nexus-prime&Timeline">
971
- <picture>
972
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=sir-ad/nexus-prime&type=Timeline&theme=dark" />
973
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=sir-ad/nexus-prime&type=Timeline" />
974
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=sir-ad/nexus-prime&type=Timeline" />
975
- </picture>
976
- </a>
977
- </div>
176
+ ## Docs
978
177
 
979
- </details>
178
+ - [nexus-prime.cfd](https://nexus-prime.cfd) — product site + quick start
179
+ - [nexus-prime.cfd/pricing](https://nexus-prime.cfd/pricing) — plan comparison
180
+ - [Catalog](https://nexus-prime.cfd/catalog.html) — MCP surfaces, clients, runtime subsystems
181
+ - [Knowledge Base](https://nexus-prime.cfd/knowledge-base.html) — runtime contract, packets, memory, token telemetry
182
+ - [Architecture Diagrams](https://nexus-prime.cfd/architecture-diagrams.html) — control plane, memory fabric, RAG gate, token budget
183
+ - [Integrations](https://nexus-prime.cfd/integrations.html) — verified setup per client
980
184
 
981
- <br>
185
+ ## Feedback
982
186
 
983
- <div align="center">
984
- <strong>License:</strong> MIT <br>
985
- <strong>Maintainer:</strong> <a href="https://github.com/sir-ad">Adarsh Agrahari (sir-ad)</a>
986
- </div>
187
+ [nexus-prime.cfd](https://nexus-prime.cfd) · [Discord](https://discord.gg/tByGZgk5gS) · [Reddit](https://www.reddit.com/r/Nexus_Prime/) · [hello@nexus-prime.cfd](mailto:hello@nexus-prime.cfd)