@monoes/monomindcli 1.10.57 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (554) hide show
  1. package/.claude/agents/core/coordinator.md +71 -0
  2. package/.claude/agents/generated/case-analyst.md +50 -0
  3. package/.claude/agents/generated/copy-editor.md +45 -0
  4. package/.claude/agents/generated/court-reporter.md +50 -0
  5. package/.claude/agents/generated/defender.md +51 -0
  6. package/.claude/agents/generated/editor-in-chief.md +45 -0
  7. package/.claude/agents/generated/fact-checker.md +45 -0
  8. package/.claude/agents/generated/judge.md +51 -0
  9. package/.claude/agents/generated/prosecutor.md +51 -0
  10. package/.claude/agents/generated/reporter.md +45 -0
  11. package/.claude/commands/hooks/README.md +1 -1
  12. package/.claude/commands/hooks/overview.md +1 -1
  13. package/.claude/commands/mastermind/_repeat.md +1 -1
  14. package/.claude/commands/mastermind/do.md +3 -1
  15. package/.claude/commands/mastermind/help.md +2 -2
  16. package/.claude/commands/mastermind/master.md +39 -6
  17. package/.claude/commands/mastermind/memory.md +1 -1
  18. package/.claude/commands/memory/memory-search.md +2 -2
  19. package/.claude/commands/monitoring/status.md +1 -1
  20. package/.claude/commands/{browse.md → monobrowse.md} +2 -2
  21. package/.claude/commands/sparc.md +1 -1
  22. package/.claude/helpers/handlers/graph-status-handler.cjs +1 -1
  23. package/.claude/helpers/loop-tracker.cjs +1 -1
  24. package/.claude/skills/agent-browser-testing/SKILL.md +1 -1
  25. package/.claude/skills/hooks-automation/SKILL.md +0 -3
  26. package/.claude/skills/mastermind/build.md +1 -1
  27. package/.claude/skills/mastermind/code-quality-reviewer-prompt.md +60 -0
  28. package/.claude/skills/mastermind/content.md +1 -1
  29. package/.claude/skills/mastermind/createorg.md +79 -2
  30. package/.claude/skills/mastermind/design.md +3 -1
  31. package/.claude/skills/mastermind/finance.md +1 -1
  32. package/.claude/skills/mastermind/implementer-prompt.md +109 -0
  33. package/.claude/skills/mastermind/marketing.md +1 -1
  34. package/.claude/skills/mastermind/ops.md +1 -1
  35. package/.claude/skills/mastermind/plan.md +20 -2
  36. package/.claude/skills/mastermind/release.md +1 -1
  37. package/.claude/skills/mastermind/research.md +1 -1
  38. package/.claude/skills/mastermind/review.md +1 -1
  39. package/.claude/skills/mastermind/sales.md +1 -1
  40. package/.claude/skills/mastermind/spec-reviewer-prompt.md +63 -0
  41. package/.claude/skills/sparc-methodology/SKILL.md +3 -3
  42. package/.claude/skills/swarm-advanced/SKILL.md +1 -4
  43. package/README.md +18 -32
  44. package/dist/src/agents/registry-builder.d.ts +1 -7
  45. package/dist/src/agents/registry-builder.d.ts.map +1 -1
  46. package/dist/src/agents/registry-builder.js +10 -6
  47. package/dist/src/agents/registry-builder.js.map +1 -1
  48. package/dist/src/benchmarks/benchmark-runner.d.ts +59 -12
  49. package/dist/src/benchmarks/benchmark-runner.d.ts.map +1 -1
  50. package/dist/src/benchmarks/benchmark-runner.js +67 -13
  51. package/dist/src/benchmarks/benchmark-runner.js.map +1 -1
  52. package/dist/src/benchmarks/metric-evaluators.d.ts.map +1 -1
  53. package/dist/src/benchmarks/metric-evaluators.js.map +1 -1
  54. package/dist/src/benchmarks/pretrain/index.d.ts +0 -13
  55. package/dist/src/benchmarks/pretrain/index.d.ts.map +1 -1
  56. package/dist/src/benchmarks/pretrain/index.js.map +1 -1
  57. package/dist/src/commands/agent-wasm.d.ts +2 -2
  58. package/dist/src/commands/agent-wasm.js +5 -5
  59. package/dist/src/commands/agent.d.ts.map +1 -1
  60. package/dist/src/commands/agent.js +1 -6
  61. package/dist/src/commands/agent.js.map +1 -1
  62. package/dist/src/commands/analyze.d.ts +1 -1
  63. package/dist/src/commands/analyze.d.ts.map +1 -1
  64. package/dist/src/commands/analyze.js +8 -18
  65. package/dist/src/commands/analyze.js.map +1 -1
  66. package/dist/src/commands/doctor.d.ts.map +1 -1
  67. package/dist/src/commands/doctor.js +53 -3
  68. package/dist/src/commands/doctor.js.map +1 -1
  69. package/dist/src/commands/embeddings.d.ts.map +1 -1
  70. package/dist/src/commands/embeddings.js +9 -33
  71. package/dist/src/commands/embeddings.js.map +1 -1
  72. package/dist/src/commands/hooks.d.ts.map +1 -1
  73. package/dist/src/commands/hooks.js +24 -76
  74. package/dist/src/commands/hooks.js.map +1 -1
  75. package/dist/src/commands/index.d.ts +4 -6
  76. package/dist/src/commands/index.d.ts.map +1 -1
  77. package/dist/src/commands/index.js +8 -15
  78. package/dist/src/commands/index.js.map +1 -1
  79. package/dist/src/commands/init.js +2 -2
  80. package/dist/src/commands/init.js.map +1 -1
  81. package/dist/src/commands/issues.d.ts.map +1 -1
  82. package/dist/src/commands/issues.js +16 -11
  83. package/dist/src/commands/issues.js.map +1 -1
  84. package/dist/src/commands/memory.js +6 -6
  85. package/dist/src/commands/memory.js.map +1 -1
  86. package/dist/src/commands/migrate.d.ts.map +1 -1
  87. package/dist/src/commands/migrate.js +1 -2
  88. package/dist/src/commands/migrate.js.map +1 -1
  89. package/dist/src/commands/monograph.d.ts.map +1 -1
  90. package/dist/src/commands/monograph.js +18 -11
  91. package/dist/src/commands/monograph.js.map +1 -1
  92. package/dist/src/commands/monovector/backup.d.ts +11 -0
  93. package/dist/src/commands/monovector/backup.d.ts.map +1 -0
  94. package/dist/src/commands/{ruvector → monovector}/backup.js +25 -25
  95. package/dist/src/commands/monovector/backup.js.map +1 -0
  96. package/dist/src/commands/monovector/benchmark.d.ts +11 -0
  97. package/dist/src/commands/monovector/benchmark.d.ts.map +1 -0
  98. package/dist/src/commands/{ruvector → monovector}/benchmark.js +14 -14
  99. package/dist/src/commands/monovector/benchmark.js.map +1 -0
  100. package/dist/src/commands/monovector/import.d.ts +18 -0
  101. package/dist/src/commands/monovector/import.d.ts.map +1 -0
  102. package/dist/src/commands/{ruvector → monovector}/import.js +21 -21
  103. package/dist/src/commands/monovector/import.js.map +1 -0
  104. package/dist/src/commands/{ruvector → monovector}/index.d.ts +6 -6
  105. package/dist/src/commands/monovector/index.d.ts.map +1 -0
  106. package/dist/src/commands/{ruvector → monovector}/index.js +22 -22
  107. package/dist/src/commands/monovector/index.js.map +1 -0
  108. package/dist/src/commands/monovector/init.d.ts +11 -0
  109. package/dist/src/commands/monovector/init.d.ts.map +1 -0
  110. package/dist/src/commands/{ruvector → monovector}/init.js +36 -36
  111. package/dist/src/commands/monovector/init.js.map +1 -0
  112. package/dist/src/commands/monovector/migrate.d.ts +11 -0
  113. package/dist/src/commands/monovector/migrate.d.ts.map +1 -0
  114. package/dist/src/commands/{ruvector → monovector}/migrate.js +16 -16
  115. package/dist/src/commands/monovector/migrate.js.map +1 -0
  116. package/dist/src/commands/{ruvector → monovector}/optimize.d.ts +2 -2
  117. package/dist/src/commands/monovector/optimize.d.ts.map +1 -0
  118. package/dist/src/commands/{ruvector → monovector}/optimize.js +10 -10
  119. package/dist/src/commands/monovector/optimize.js.map +1 -0
  120. package/dist/src/commands/monovector/setup.d.ts +18 -0
  121. package/dist/src/commands/monovector/setup.d.ts.map +1 -0
  122. package/dist/src/commands/{ruvector → monovector}/setup.js +77 -77
  123. package/dist/src/commands/monovector/setup.js.map +1 -0
  124. package/dist/src/commands/{ruvector → monovector}/status.d.ts +2 -2
  125. package/dist/src/commands/monovector/status.d.ts.map +1 -0
  126. package/dist/src/commands/{ruvector → monovector}/status.js +34 -34
  127. package/dist/src/commands/monovector/status.js.map +1 -0
  128. package/dist/src/commands/neural.d.ts +1 -1
  129. package/dist/src/commands/neural.d.ts.map +1 -1
  130. package/dist/src/commands/neural.js +31 -608
  131. package/dist/src/commands/neural.js.map +1 -1
  132. package/dist/src/commands/performance.d.ts.map +1 -1
  133. package/dist/src/commands/performance.js +7 -10
  134. package/dist/src/commands/performance.js.map +1 -1
  135. package/dist/src/commands/plugins.d.ts.map +1 -1
  136. package/dist/src/commands/plugins.js +3 -4
  137. package/dist/src/commands/plugins.js.map +1 -1
  138. package/dist/src/commands/process.d.ts.map +1 -1
  139. package/dist/src/commands/process.js +5 -12
  140. package/dist/src/commands/process.js.map +1 -1
  141. package/dist/src/commands/progress.d.ts.map +1 -1
  142. package/dist/src/commands/progress.js +16 -16
  143. package/dist/src/commands/progress.js.map +1 -1
  144. package/dist/src/commands/replay.d.ts.map +1 -1
  145. package/dist/src/commands/replay.js.map +1 -1
  146. package/dist/src/commands/route.d.ts +2 -2
  147. package/dist/src/commands/route.js +23 -23
  148. package/dist/src/commands/route.js.map +1 -1
  149. package/dist/src/commands/status.d.ts.map +1 -1
  150. package/dist/src/commands/status.js +0 -3
  151. package/dist/src/commands/status.js.map +1 -1
  152. package/dist/src/commands/swarm.d.ts.map +1 -1
  153. package/dist/src/commands/swarm.js +2 -3
  154. package/dist/src/commands/swarm.js.map +1 -1
  155. package/dist/src/config-adapter.d.ts.map +1 -1
  156. package/dist/src/config-adapter.js +27 -0
  157. package/dist/src/config-adapter.js.map +1 -1
  158. package/dist/src/consensus/audit-writer.d.ts +44 -17
  159. package/dist/src/consensus/audit-writer.d.ts.map +1 -1
  160. package/dist/src/consensus/audit-writer.js.map +1 -1
  161. package/dist/src/dlq/dlq-replayer.d.ts +1 -1
  162. package/dist/src/dlq/dlq-replayer.d.ts.map +1 -1
  163. package/dist/src/index.js +5 -5
  164. package/dist/src/index.js.map +1 -1
  165. package/dist/src/init/claudemd-generator.d.ts.map +1 -1
  166. package/dist/src/init/claudemd-generator.js +10 -14
  167. package/dist/src/init/claudemd-generator.js.map +1 -1
  168. package/dist/src/init/executor.d.ts.map +1 -1
  169. package/dist/src/init/executor.js +17 -27
  170. package/dist/src/init/executor.js.map +1 -1
  171. package/dist/src/init/helpers-generator.js +2 -2
  172. package/dist/src/init/types.d.ts +1 -1
  173. package/dist/src/init/types.d.ts.map +1 -1
  174. package/dist/src/mcp-client.d.ts.map +1 -1
  175. package/dist/src/mcp-client.js +1 -7
  176. package/dist/src/mcp-client.js.map +1 -1
  177. package/dist/src/mcp-server.d.ts.map +1 -1
  178. package/dist/src/mcp-server.js +9 -1
  179. package/dist/src/mcp-server.js.map +1 -1
  180. package/dist/src/mcp-tools/agent-tools.d.ts.map +1 -1
  181. package/dist/src/mcp-tools/agent-tools.js +1 -52
  182. package/dist/src/mcp-tools/agent-tools.js.map +1 -1
  183. package/dist/src/mcp-tools/analyze-tools.js +5 -5
  184. package/dist/src/mcp-tools/analyze-tools.js.map +1 -1
  185. package/dist/src/mcp-tools/browser-tools.d.ts +1 -1
  186. package/dist/src/mcp-tools/browser-tools.d.ts.map +1 -1
  187. package/dist/src/mcp-tools/browser-tools.js +6 -5
  188. package/dist/src/mcp-tools/browser-tools.js.map +1 -1
  189. package/dist/src/mcp-tools/coordination-tools.d.ts +1 -1
  190. package/dist/src/mcp-tools/coordination-tools.d.ts.map +1 -1
  191. package/dist/src/mcp-tools/coordination-tools.js +51 -54
  192. package/dist/src/mcp-tools/coordination-tools.js.map +1 -1
  193. package/dist/src/mcp-tools/daa-tools.d.ts +1 -1
  194. package/dist/src/mcp-tools/daa-tools.d.ts.map +1 -1
  195. package/dist/src/mcp-tools/daa-tools.js.map +1 -1
  196. package/dist/src/mcp-tools/embeddings-tools.js +10 -10
  197. package/dist/src/mcp-tools/embeddings-tools.js.map +1 -1
  198. package/dist/src/mcp-tools/guidance-tools.d.ts.map +1 -1
  199. package/dist/src/mcp-tools/guidance-tools.js +0 -24
  200. package/dist/src/mcp-tools/guidance-tools.js.map +1 -1
  201. package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -1
  202. package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -1
  203. package/dist/src/mcp-tools/hooks-tools.js +189 -480
  204. package/dist/src/mcp-tools/hooks-tools.js.map +1 -1
  205. package/dist/src/mcp-tools/index.d.ts +0 -2
  206. package/dist/src/mcp-tools/index.d.ts.map +1 -1
  207. package/dist/src/mcp-tools/index.js +0 -2
  208. package/dist/src/mcp-tools/index.js.map +1 -1
  209. package/dist/src/mcp-tools/monograph-compat.d.ts +334 -0
  210. package/dist/src/mcp-tools/monograph-compat.d.ts.map +1 -0
  211. package/dist/src/mcp-tools/monograph-compat.js +1108 -0
  212. package/dist/src/mcp-tools/monograph-compat.js.map +1 -0
  213. package/dist/src/mcp-tools/monograph-tools.d.ts.map +1 -1
  214. package/dist/src/mcp-tools/monograph-tools.js +76 -34
  215. package/dist/src/mcp-tools/monograph-tools.js.map +1 -1
  216. package/dist/src/mcp-tools/neural-tools.d.ts +1 -1
  217. package/dist/src/mcp-tools/neural-tools.js +2 -2
  218. package/dist/src/mcp-tools/neural-tools.js.map +1 -1
  219. package/dist/src/mcp-tools/ruvllm-tools.d.ts +2 -2
  220. package/dist/src/mcp-tools/ruvllm-tools.js +3 -3
  221. package/dist/src/mcp-tools/terminal-tools.d.ts +1 -1
  222. package/dist/src/mcp-tools/terminal-tools.d.ts.map +1 -1
  223. package/dist/src/mcp-tools/terminal-tools.js +29 -19
  224. package/dist/src/mcp-tools/terminal-tools.js.map +1 -1
  225. package/dist/src/mcp-tools/wasm-agent-tools.d.ts +1 -1
  226. package/dist/src/mcp-tools/wasm-agent-tools.js +2 -2
  227. package/dist/src/memory/intelligence.d.ts.map +1 -1
  228. package/dist/src/memory/intelligence.js +14 -8
  229. package/dist/src/memory/intelligence.js.map +1 -1
  230. package/dist/src/memory/memory-bridge.d.ts +17 -2
  231. package/dist/src/memory/memory-bridge.d.ts.map +1 -1
  232. package/dist/src/memory/memory-bridge.js +76 -23
  233. package/dist/src/memory/memory-bridge.js.map +1 -1
  234. package/dist/src/memory/memory-initializer.d.ts +2 -2
  235. package/dist/src/memory/memory-initializer.d.ts.map +1 -1
  236. package/dist/src/memory/memory-initializer.js +37 -39
  237. package/dist/src/memory/memory-initializer.js.map +1 -1
  238. package/dist/src/monovector/capabilities.d.ts +34 -0
  239. package/dist/src/monovector/capabilities.d.ts.map +1 -0
  240. package/dist/src/monovector/capabilities.js +37 -0
  241. package/dist/src/monovector/capabilities.js.map +1 -0
  242. package/dist/src/monovector/command-outcomes.d.ts +37 -0
  243. package/dist/src/monovector/command-outcomes.d.ts.map +1 -0
  244. package/dist/src/monovector/command-outcomes.js +87 -0
  245. package/dist/src/monovector/command-outcomes.js.map +1 -0
  246. package/dist/src/monovector/coverage-router.d.ts +103 -0
  247. package/dist/src/monovector/coverage-router.d.ts.map +1 -0
  248. package/dist/src/monovector/coverage-router.js +337 -0
  249. package/dist/src/monovector/coverage-router.js.map +1 -0
  250. package/dist/src/monovector/coverage-tools.d.ts +14 -0
  251. package/dist/src/monovector/coverage-tools.d.ts.map +1 -0
  252. package/dist/src/monovector/coverage-tools.js +112 -0
  253. package/dist/src/monovector/coverage-tools.js.map +1 -0
  254. package/dist/src/{ruvector → monovector}/diff-classifier.d.ts +2 -2
  255. package/dist/src/monovector/diff-classifier.d.ts.map +1 -0
  256. package/dist/src/monovector/diff-classifier.js.map +1 -0
  257. package/dist/src/monovector/index.d.ts +61 -0
  258. package/dist/src/monovector/index.d.ts.map +1 -0
  259. package/dist/src/monovector/index.js +67 -0
  260. package/dist/src/monovector/index.js.map +1 -0
  261. package/dist/src/monovector/init-state.d.ts +35 -0
  262. package/dist/src/monovector/init-state.d.ts.map +1 -0
  263. package/dist/src/monovector/init-state.js +36 -0
  264. package/dist/src/monovector/init-state.js.map +1 -0
  265. package/dist/src/monovector/route-outcomes.d.ts +55 -0
  266. package/dist/src/monovector/route-outcomes.d.ts.map +1 -0
  267. package/dist/src/monovector/route-outcomes.js +137 -0
  268. package/dist/src/monovector/route-outcomes.js.map +1 -0
  269. package/dist/src/parser.js +3 -3
  270. package/dist/src/parser.js.map +1 -1
  271. package/dist/src/plugins/store/discovery.d.ts.map +1 -1
  272. package/dist/src/plugins/store/discovery.js +0 -31
  273. package/dist/src/plugins/store/discovery.js.map +1 -1
  274. package/dist/src/production/circuit-breaker.d.ts +26 -6
  275. package/dist/src/production/circuit-breaker.d.ts.map +1 -1
  276. package/dist/src/production/circuit-breaker.js.map +1 -1
  277. package/dist/src/production/error-handler.d.ts +55 -30
  278. package/dist/src/production/error-handler.d.ts.map +1 -1
  279. package/dist/src/production/error-handler.js.map +1 -1
  280. package/dist/src/production/index.d.ts +3 -20
  281. package/dist/src/production/index.d.ts.map +1 -1
  282. package/dist/src/production/index.js +3 -15
  283. package/dist/src/production/index.js.map +1 -1
  284. package/dist/src/production/monitoring.d.ts +54 -34
  285. package/dist/src/production/monitoring.d.ts.map +1 -1
  286. package/dist/src/production/monitoring.js +12 -14
  287. package/dist/src/production/monitoring.js.map +1 -1
  288. package/dist/src/production/rate-limiter.d.ts +64 -19
  289. package/dist/src/production/rate-limiter.d.ts.map +1 -1
  290. package/dist/src/production/rate-limiter.js +5 -5
  291. package/dist/src/production/rate-limiter.js.map +1 -1
  292. package/dist/src/production/retry.d.ts.map +1 -1
  293. package/dist/src/production/retry.js +4 -2
  294. package/dist/src/production/retry.js.map +1 -1
  295. package/dist/src/services/claim-service.d.ts +50 -59
  296. package/dist/src/services/claim-service.d.ts.map +1 -1
  297. package/dist/src/services/claim-service.js +83 -50
  298. package/dist/src/services/claim-service.js.map +1 -1
  299. package/dist/src/services/config-file-manager.d.ts.map +1 -1
  300. package/dist/src/services/config-file-manager.js +8 -1
  301. package/dist/src/services/config-file-manager.js.map +1 -1
  302. package/dist/src/services/worker-daemon.d.ts.map +1 -1
  303. package/dist/src/services/worker-daemon.js +4 -0
  304. package/dist/src/services/worker-daemon.js.map +1 -1
  305. package/dist/src/types.d.ts +13 -0
  306. package/dist/src/types.d.ts.map +1 -1
  307. package/dist/src/types.js.map +1 -1
  308. package/dist/src/ui/collector.mjs +51 -11
  309. package/dist/src/ui/dashboard.html +313 -88
  310. package/dist/src/ui/server.mjs +163 -8
  311. package/dist/tsconfig.tsbuildinfo +1 -1
  312. package/package.json +13 -13
  313. package/scripts/publish-registry.ts +0 -1
  314. package/.claude/commands/monomind/adr.md +0 -11
  315. package/.claude/commands/monomind/budget.md +0 -7
  316. package/.claude/commands/monomind/createtask.md +0 -277
  317. package/.claude/commands/monomind/do.md +0 -498
  318. package/.claude/commands/monomind/graph-status.md +0 -7
  319. package/.claude/commands/monomind/help.md +0 -118
  320. package/.claude/commands/monomind/idea.md +0 -273
  321. package/.claude/commands/monomind/improve.md +0 -352
  322. package/.claude/commands/monomind/loops.md +0 -7
  323. package/.claude/commands/monomind/memory.md +0 -230
  324. package/.claude/commands/monomind/repeat.md +0 -257
  325. package/.claude/commands/monomind/review.md +0 -317
  326. package/.claude/commands/monomind/specialagents.md +0 -125
  327. package/.claude/commands/monomind/swarm.md +0 -161
  328. package/.claude/commands/monomind/understand.md +0 -139
  329. package/.claude/commands/training/README.md +0 -39
  330. package/.claude/commands/training/neural-patterns.md +0 -73
  331. package/.claude/commands/training/neural-train.md +0 -79
  332. package/dist/src/commands/appliance-advanced.d.ts +0 -9
  333. package/dist/src/commands/appliance-advanced.d.ts.map +0 -1
  334. package/dist/src/commands/appliance-advanced.js +0 -238
  335. package/dist/src/commands/appliance-advanced.js.map +0 -1
  336. package/dist/src/commands/appliance.d.ts +0 -8
  337. package/dist/src/commands/appliance.d.ts.map +0 -1
  338. package/dist/src/commands/appliance.js +0 -406
  339. package/dist/src/commands/appliance.js.map +0 -1
  340. package/dist/src/commands/ruvector/backup.d.ts +0 -11
  341. package/dist/src/commands/ruvector/backup.d.ts.map +0 -1
  342. package/dist/src/commands/ruvector/backup.js.map +0 -1
  343. package/dist/src/commands/ruvector/benchmark.d.ts +0 -11
  344. package/dist/src/commands/ruvector/benchmark.d.ts.map +0 -1
  345. package/dist/src/commands/ruvector/benchmark.js.map +0 -1
  346. package/dist/src/commands/ruvector/import.d.ts +0 -18
  347. package/dist/src/commands/ruvector/import.d.ts.map +0 -1
  348. package/dist/src/commands/ruvector/import.js.map +0 -1
  349. package/dist/src/commands/ruvector/index.d.ts.map +0 -1
  350. package/dist/src/commands/ruvector/index.js.map +0 -1
  351. package/dist/src/commands/ruvector/init.d.ts +0 -11
  352. package/dist/src/commands/ruvector/init.d.ts.map +0 -1
  353. package/dist/src/commands/ruvector/init.js.map +0 -1
  354. package/dist/src/commands/ruvector/migrate.d.ts +0 -11
  355. package/dist/src/commands/ruvector/migrate.d.ts.map +0 -1
  356. package/dist/src/commands/ruvector/migrate.js.map +0 -1
  357. package/dist/src/commands/ruvector/optimize.d.ts.map +0 -1
  358. package/dist/src/commands/ruvector/optimize.js.map +0 -1
  359. package/dist/src/commands/ruvector/setup.d.ts +0 -18
  360. package/dist/src/commands/ruvector/setup.d.ts.map +0 -1
  361. package/dist/src/commands/ruvector/setup.js.map +0 -1
  362. package/dist/src/commands/ruvector/status.d.ts.map +0 -1
  363. package/dist/src/commands/ruvector/status.js.map +0 -1
  364. package/dist/src/ruvector/agent-wasm.d.ts +0 -182
  365. package/dist/src/ruvector/agent-wasm.d.ts.map +0 -1
  366. package/dist/src/ruvector/agent-wasm.js +0 -316
  367. package/dist/src/ruvector/agent-wasm.js.map +0 -1
  368. package/dist/src/ruvector/ast-analyzer.d.ts +0 -67
  369. package/dist/src/ruvector/ast-analyzer.d.ts.map +0 -1
  370. package/dist/src/ruvector/ast-analyzer.js +0 -277
  371. package/dist/src/ruvector/ast-analyzer.js.map +0 -1
  372. package/dist/src/ruvector/coverage-router.d.ts +0 -160
  373. package/dist/src/ruvector/coverage-router.d.ts.map +0 -1
  374. package/dist/src/ruvector/coverage-router.js +0 -539
  375. package/dist/src/ruvector/coverage-router.js.map +0 -1
  376. package/dist/src/ruvector/coverage-tools.d.ts +0 -33
  377. package/dist/src/ruvector/coverage-tools.d.ts.map +0 -1
  378. package/dist/src/ruvector/coverage-tools.js +0 -157
  379. package/dist/src/ruvector/coverage-tools.js.map +0 -1
  380. package/dist/src/ruvector/diff-classifier.d.ts.map +0 -1
  381. package/dist/src/ruvector/diff-classifier.js.map +0 -1
  382. package/dist/src/ruvector/enhanced-model-router.d.ts +0 -146
  383. package/dist/src/ruvector/enhanced-model-router.d.ts.map +0 -1
  384. package/dist/src/ruvector/enhanced-model-router.js +0 -551
  385. package/dist/src/ruvector/enhanced-model-router.js.map +0 -1
  386. package/dist/src/ruvector/flash-attention.d.ts +0 -195
  387. package/dist/src/ruvector/flash-attention.d.ts.map +0 -1
  388. package/dist/src/ruvector/flash-attention.js +0 -643
  389. package/dist/src/ruvector/flash-attention.js.map +0 -1
  390. package/dist/src/ruvector/graph-analyzer.d.ts +0 -187
  391. package/dist/src/ruvector/graph-analyzer.d.ts.map +0 -1
  392. package/dist/src/ruvector/graph-analyzer.js +0 -929
  393. package/dist/src/ruvector/graph-analyzer.js.map +0 -1
  394. package/dist/src/ruvector/index.d.ts +0 -67
  395. package/dist/src/ruvector/index.d.ts.map +0 -1
  396. package/dist/src/ruvector/index.js +0 -88
  397. package/dist/src/ruvector/index.js.map +0 -1
  398. package/dist/src/ruvector/lora-adapter.d.ts +0 -218
  399. package/dist/src/ruvector/lora-adapter.d.ts.map +0 -1
  400. package/dist/src/ruvector/lora-adapter.js +0 -455
  401. package/dist/src/ruvector/lora-adapter.js.map +0 -1
  402. package/dist/src/ruvector/model-router.d.ts +0 -222
  403. package/dist/src/ruvector/model-router.d.ts.map +0 -1
  404. package/dist/src/ruvector/model-router.js +0 -512
  405. package/dist/src/ruvector/model-router.js.map +0 -1
  406. package/dist/src/ruvector/moe-router.d.ts +0 -213
  407. package/dist/src/ruvector/moe-router.d.ts.map +0 -1
  408. package/dist/src/ruvector/moe-router.js +0 -649
  409. package/dist/src/ruvector/moe-router.js.map +0 -1
  410. package/dist/src/ruvector/q-learning-router.d.ts +0 -217
  411. package/dist/src/ruvector/q-learning-router.d.ts.map +0 -1
  412. package/dist/src/ruvector/q-learning-router.js +0 -712
  413. package/dist/src/ruvector/q-learning-router.js.map +0 -1
  414. package/dist/src/ruvector/ruvllm-wasm.d.ts +0 -179
  415. package/dist/src/ruvector/ruvllm-wasm.d.ts.map +0 -1
  416. package/dist/src/ruvector/ruvllm-wasm.js +0 -363
  417. package/dist/src/ruvector/ruvllm-wasm.js.map +0 -1
  418. package/dist/src/ruvector/semantic-router.d.ts +0 -77
  419. package/dist/src/ruvector/semantic-router.d.ts.map +0 -1
  420. package/dist/src/ruvector/semantic-router.js +0 -178
  421. package/dist/src/ruvector/semantic-router.js.map +0 -1
  422. package/dist/src/ruvector/vector-db.d.ts +0 -69
  423. package/dist/src/ruvector/vector-db.d.ts.map +0 -1
  424. package/dist/src/ruvector/vector-db.js +0 -243
  425. package/dist/src/ruvector/vector-db.js.map +0 -1
  426. package/dist/src/services/ruvector-training.d.ts +0 -222
  427. package/dist/src/services/ruvector-training.d.ts.map +0 -1
  428. package/dist/src/services/ruvector-training.js +0 -696
  429. package/dist/src/services/ruvector-training.js.map +0 -1
  430. package/dist/src/ui/.monomind/loops/loop-1779095996252-mdjpp.json +0 -11
  431. package/dist/src/ui/data/agent-avatars.html +0 -763
  432. package/dist/src/ui/data/agent-avatars.json +0 -966
  433. package/dist/src/ui/data/avatars/account-strategist.svg +0 -58
  434. package/dist/src/ui/data/avatars/accounts-payable.svg +0 -54
  435. package/dist/src/ui/data/avatars/adaptive-coordinator.svg +0 -55
  436. package/dist/src/ui/data/avatars/adaptive-coordinator2.svg +0 -54
  437. package/dist/src/ui/data/avatars/ai-citation.svg +0 -57
  438. package/dist/src/ui/data/avatars/ai-engineer.svg +0 -61
  439. package/dist/src/ui/data/avatars/analytics-reporter.svg +0 -53
  440. package/dist/src/ui/data/avatars/api-tester.svg +0 -53
  441. package/dist/src/ui/data/avatars/architecture.svg +0 -54
  442. package/dist/src/ui/data/avatars/automation-governance.svg +0 -55
  443. package/dist/src/ui/data/avatars/backend-dev.svg +0 -53
  444. package/dist/src/ui/data/avatars/benchmarker.svg +0 -54
  445. package/dist/src/ui/data/avatars/blockchain-auditor.svg +0 -53
  446. package/dist/src/ui/data/avatars/byzantine-coord.svg +0 -57
  447. package/dist/src/ui/data/avatars/case-analyst.svg +0 -57
  448. package/dist/src/ui/data/avatars/cicd-engineer.svg +0 -55
  449. package/dist/src/ui/data/avatars/cloud-architect.svg +0 -54
  450. package/dist/src/ui/data/avatars/code-review-swarm.svg +0 -57
  451. package/dist/src/ui/data/avatars/coder-v119.svg +0 -57
  452. package/dist/src/ui/data/avatars/coder.svg +0 -58
  453. package/dist/src/ui/data/avatars/collective-coord.svg +0 -54
  454. package/dist/src/ui/data/avatars/compliance-auditor.svg +0 -58
  455. package/dist/src/ui/data/avatars/consensus-coordinator.svg +0 -54
  456. package/dist/src/ui/data/avatars/content-creator.svg +0 -54
  457. package/dist/src/ui/data/avatars/crdt-synchronizer.svg +0 -53
  458. package/dist/src/ui/data/avatars/cro-specialist.svg +0 -58
  459. package/dist/src/ui/data/avatars/data-consolidator.svg +0 -54
  460. package/dist/src/ui/data/avatars/data-engineer.svg +0 -53
  461. package/dist/src/ui/data/avatars/database-optimizer.svg +0 -61
  462. package/dist/src/ui/data/avatars/deal-strategist.svg +0 -54
  463. package/dist/src/ui/data/avatars/defender.svg +0 -53
  464. package/dist/src/ui/data/avatars/devops-automator.svg +0 -56
  465. package/dist/src/ui/data/avatars/discovery-coach.svg +0 -54
  466. package/dist/src/ui/data/avatars/email-marketing.svg +0 -57
  467. package/dist/src/ui/data/avatars/embedded-firmware.svg +0 -61
  468. package/dist/src/ui/data/avatars/evidence-collector.svg +0 -57
  469. package/dist/src/ui/data/avatars/experiment-tracker.svg +0 -53
  470. package/dist/src/ui/data/avatars/feedback-synthesizer.svg +0 -54
  471. package/dist/src/ui/data/avatars/finance-tracker.svg +0 -54
  472. package/dist/src/ui/data/avatars/frontend-developer.svg +0 -54
  473. package/dist/src/ui/data/avatars/game-audio-engineer.svg +0 -59
  474. package/dist/src/ui/data/avatars/game-designer.svg +0 -54
  475. package/dist/src/ui/data/avatars/gossip-coordinator.svg +0 -54
  476. package/dist/src/ui/data/avatars/hierarchical-coord.svg +0 -54
  477. package/dist/src/ui/data/avatars/incident-commander.svg +0 -57
  478. package/dist/src/ui/data/avatars/infrastructure.svg +0 -54
  479. package/dist/src/ui/data/avatars/input-validator.svg +0 -53
  480. package/dist/src/ui/data/avatars/ios-developer.svg +0 -54
  481. package/dist/src/ui/data/avatars/issue-tracker.svg +0 -53
  482. package/dist/src/ui/data/avatars/judge.svg +0 -55
  483. package/dist/src/ui/data/avatars/launch-strategist.svg +0 -54
  484. package/dist/src/ui/data/avatars/legal-compliance.svg +0 -53
  485. package/dist/src/ui/data/avatars/level-designer.svg +0 -53
  486. package/dist/src/ui/data/avatars/load-balancer.svg +0 -57
  487. package/dist/src/ui/data/avatars/mcp-builder.svg +0 -53
  488. package/dist/src/ui/data/avatars/memory-coordinator.svg +0 -55
  489. package/dist/src/ui/data/avatars/mesh-coordinator.svg +0 -55
  490. package/dist/src/ui/data/avatars/ml-developer.svg +0 -58
  491. package/dist/src/ui/data/avatars/mobile-app-builder.svg +0 -53
  492. package/dist/src/ui/data/avatars/mobile-dev.svg +0 -54
  493. package/dist/src/ui/data/avatars/model-qa.svg +0 -58
  494. package/dist/src/ui/data/avatars/narrative-designer.svg +0 -58
  495. package/dist/src/ui/data/avatars/outbound-strategist.svg +0 -55
  496. package/dist/src/ui/data/avatars/path-validator.svg +0 -54
  497. package/dist/src/ui/data/avatars/payment-agent.svg +0 -53
  498. package/dist/src/ui/data/avatars/perf-analyzer.svg +0 -58
  499. package/dist/src/ui/data/avatars/pipeline-analyst.svg +0 -54
  500. package/dist/src/ui/data/avatars/planner.svg +0 -55
  501. package/dist/src/ui/data/avatars/pr-manager.svg +0 -54
  502. package/dist/src/ui/data/avatars/pricing-strategist.svg +0 -54
  503. package/dist/src/ui/data/avatars/product-manager.svg +0 -54
  504. package/dist/src/ui/data/avatars/production-validator.svg +0 -54
  505. package/dist/src/ui/data/avatars/project-shepherd.svg +0 -54
  506. package/dist/src/ui/data/avatars/proposal-strategist.svg +0 -54
  507. package/dist/src/ui/data/avatars/prosecutor.svg +0 -57
  508. package/dist/src/ui/data/avatars/pseudocode.svg +0 -53
  509. package/dist/src/ui/data/avatars/queen-coordinator.svg +0 -55
  510. package/dist/src/ui/data/avatars/quorum-manager.svg +0 -53
  511. package/dist/src/ui/data/avatars/raft-manager.svg +0 -53
  512. package/dist/src/ui/data/avatars/reality-checker.svg +0 -58
  513. package/dist/src/ui/data/avatars/recruitment.svg +0 -58
  514. package/dist/src/ui/data/avatars/refinement.svg +0 -53
  515. package/dist/src/ui/data/avatars/release-manager.svg +0 -54
  516. package/dist/src/ui/data/avatars/repo-architect.svg +0 -54
  517. package/dist/src/ui/data/avatars/researcher.svg +0 -58
  518. package/dist/src/ui/data/avatars/resource-allocator.svg +0 -53
  519. package/dist/src/ui/data/avatars/reviewer.svg +0 -53
  520. package/dist/src/ui/data/avatars/safe-executor.svg +0 -53
  521. package/dist/src/ui/data/avatars/sales-coach.svg +0 -53
  522. package/dist/src/ui/data/avatars/sales-engineer.svg +0 -58
  523. package/dist/src/ui/data/avatars/scout-explorer.svg +0 -58
  524. package/dist/src/ui/data/avatars/security-architect.svg +0 -54
  525. package/dist/src/ui/data/avatars/security-auditor.svg +0 -55
  526. package/dist/src/ui/data/avatars/senior-developer.svg +0 -58
  527. package/dist/src/ui/data/avatars/senior-pm.svg +0 -58
  528. package/dist/src/ui/data/avatars/seo-specialist.svg +0 -57
  529. package/dist/src/ui/data/avatars/social-media.svg +0 -54
  530. package/dist/src/ui/data/avatars/solidity-engineer.svg +0 -58
  531. package/dist/src/ui/data/avatars/sparc-coder.svg +0 -58
  532. package/dist/src/ui/data/avatars/sparc-coord.svg +0 -56
  533. package/dist/src/ui/data/avatars/specification.svg +0 -57
  534. package/dist/src/ui/data/avatars/sprint-prioritizer.svg +0 -53
  535. package/dist/src/ui/data/avatars/sre.svg +0 -54
  536. package/dist/src/ui/data/avatars/studio-operations.svg +0 -53
  537. package/dist/src/ui/data/avatars/studio-producer.svg +0 -55
  538. package/dist/src/ui/data/avatars/support-responder.svg +0 -56
  539. package/dist/src/ui/data/avatars/system-architect.svg +0 -54
  540. package/dist/src/ui/data/avatars/task-orchestrator.svg +0 -56
  541. package/dist/src/ui/data/avatars/technical-artist.svg +0 -53
  542. package/dist/src/ui/data/avatars/technical-writer.svg +0 -59
  543. package/dist/src/ui/data/avatars/tester.svg +0 -53
  544. package/dist/src/ui/data/avatars/threat-detection.svg +0 -61
  545. package/dist/src/ui/data/avatars/trend-researcher.svg +0 -54
  546. package/dist/src/ui/data/avatars/trial-director.svg +0 -55
  547. package/dist/src/ui/data/avatars/unity-architect.svg +0 -54
  548. package/dist/src/ui/data/avatars/visionos-engineer.svg +0 -57
  549. package/dist/src/ui/data/avatars/worker-specialist.svg +0 -55
  550. package/dist/src/ui/data/avatars/workflow-architect.svg +0 -57
  551. package/dist/src/ui/data/avatars/workflow-automation.svg +0 -54
  552. package/dist/src/ui/data/avatars/zk-steward.svg +0 -54
  553. package/dist/src/ui/data/known-projects.json +0 -1
  554. /package/dist/src/{ruvector → monovector}/diff-classifier.js +0 -0
@@ -1,139 +0,0 @@
1
- ---
2
- name: monomind:understand
3
- description: "Monomind — Run semantic enrichment on the current project's monograph knowledge graph. Uses the active Claude Code session for LLM work — no API key needed."
4
- ---
5
-
6
- # /monomind:understand — Semantic Enrichment
7
-
8
- Enriches the current project's monograph knowledge graph with summaries, architectural
9
- layers, and semantic relationships.
10
-
11
- **Designed to run inside Claude Code** — uses YOUR current session for LLM work via
12
- the Task tool. No `ANTHROPIC_API_KEY` required. The script handles layer detection
13
- and DB writes; you (Claude) handle per-file summarization.
14
-
15
- ## Parse Arguments
16
-
17
- Parse `$ARGUMENTS` for these flags:
18
-
19
- - `--dir <path>` — project directory (default: cwd)
20
- - `--db <path>` — monograph.db path (default: `<dir>/.monomind/monograph.db`)
21
- - `--full` — force full re-analysis
22
- - `--no-llm` — heuristic-only mode (no per-file summaries)
23
- - `--layers-only` — skip per-file analysis, only re-detect layers
24
- - `--max-files <N>` — stop after N files (0 = all)
25
- - `--dry-run` — show what would happen, don't write
26
-
27
- Bare path argument → `--dir`.
28
-
29
- ---
30
-
31
- ## Step 1: Locate project, DB, and script
32
-
33
- ```bash
34
- DIR="${ARGUMENTS_dir:-$(pwd)}"
35
- DB="${ARGUMENTS_db:-$DIR/.monomind/monograph.db}"
36
-
37
- # Find understand-analyze.mjs (ships with monomind globally)
38
- GLOBAL_ROOT=$(npm root -g 2>/dev/null)
39
- SCRIPT="$GLOBAL_ROOT/monomind/packages/@monomind/cli/scripts/understand-analyze.mjs"
40
- [ ! -f "$SCRIPT" ] && SCRIPT="$GLOBAL_ROOT/@monoes/monomindcli/scripts/understand-analyze.mjs"
41
- ```
42
-
43
- If `$DB` does not exist:
44
- > monograph.db not found at `$DB`. Build it first: `npx monomind monograph build`
45
-
46
- If `$SCRIPT` does not exist:
47
- > understand engine missing. Update: `npm install -g monomind@latest`
48
-
49
- In either case, STOP.
50
-
51
- ---
52
-
53
- ## Step 2: Run the script in heuristic mode (always — fast and deterministic)
54
-
55
- This step is non-negotiable. The script handles:
56
- - File node discovery from monograph.db
57
- - Heuristic layer detection from file paths
58
- - DB writes (community_id + properties)
59
- - graph.json emission to `.understand/knowledge-graph.json`
60
- - Auto-shadowing the DB to `/tmp` when it lives on a network FS
61
-
62
- ```bash
63
- node "$SCRIPT" --dir "$DIR" --db "$DB" --no-llm
64
- ```
65
-
66
- Wait for completion. Capture stdout. Note how many file nodes were found and how
67
- many layers were detected. Do NOT advise the user about API keys.
68
-
69
- ---
70
-
71
- ## Step 3: Per-file summarization (ONLY if `--no-llm` and `--layers-only` are both UNSET)
72
-
73
- This is where YOU (the current Claude session) do the LLM work. The script left
74
- behind a fresh `.understand/knowledge-graph.json` with placeholder summaries.
75
-
76
- 1. Read `.understand/knowledge-graph.json`. For each node where `properties.fileSummary`
77
- is empty or marked `[heuristic]`, do the following:
78
- - Use the `Read` tool on `node.file_path` (relative to `$DIR`).
79
- - Produce a JSON object: `{ id, fileSummary, tags, complexity, functionSummaries, classSummaries }`
80
- where:
81
- - `fileSummary`: 1-2 sentences explaining what the file does
82
- - `tags`: array of 2-5 short tags
83
- - `complexity`: "simple" | "moderate" | "complex"
84
- - `functionSummaries`: top-5 functions → 1-sentence each
85
- - `classSummaries`: classes → 1-sentence each
86
- 2. Process files in batches of 5 for efficiency. Use `--max-files` to cap if set.
87
- 3. Collect all analyses into an `analyses` array.
88
-
89
- If `$ARGUMENTS` includes `--no-llm` or `--layers-only`, SKIP this step entirely.
90
-
91
- ---
92
-
93
- ## Step 4: Write analyses back to the DB
94
-
95
- Pipe the collected analyses to a small re-import:
96
-
97
- ```bash
98
- echo "$ANALYSES_JSON" | node "$SCRIPT" --dir "$DIR" --db "$DB" --import-analyses-stdin
99
- ```
100
-
101
- (If your `analyses` array is empty, skip this step.)
102
-
103
- ---
104
-
105
- ## Step 5: Report
106
-
107
- ```
108
- ╔══════════════════════════════════════════════════╗
109
- ║ /monomind:understand — Enrichment Done ║
110
- ╠══════════════════════════════════════════════════╣
111
- ║ DB: .monomind/monograph.db ║
112
- ║ Files analyzed: <N> ║
113
- ║ LLM summaries: <N> (via active session) ║
114
- ║ Layers: <N> ║
115
- ║ graph.json: .understand/knowledge-graph.json║
116
- ╚══════════════════════════════════════════════════╝
117
- ```
118
-
119
- If LLM summaries = 0 (because `--no-llm` was set), say "heuristic-only mode — no per-file summaries written".
120
-
121
- Then:
122
- > Open the Monomind control panel and click **Monograph → GRAPH** to see layers.
123
- > Each color = one architectural layer (API, Service, Data, UI, etc.).
124
- >
125
- > Follow-ups:
126
- > - `/monomind:understand --full` — re-run from scratch
127
- > - `/monomind:understand --layers-only` — refresh only layers
128
- > - `/monomind:understand --no-llm` — heuristic-only mode
129
-
130
- ---
131
-
132
- ## Error Handling
133
-
134
- - Do NOT prompt the user to set `ANTHROPIC_API_KEY`. LLM work happens in this session.
135
- - If the script exits non-zero: show stderr and suggest `npm install -g monomind@latest`.
136
- - If monograph.db has no file nodes: tell the user to run `npx monomind monograph build` first.
137
- - All errors are non-fatal — report and return cleanly.
138
-
139
- To re-run on a schedule: wrap with `/monomind:repeat`.
@@ -1,39 +0,0 @@
1
- ---
2
- name: training:README
3
- description: Training skill index — neural pattern training, model optimization, agent specialization, and pattern learning reference
4
- ---
5
-
6
- # Training Skills
7
-
8
- Neural network training, pattern learning, and agent specialization for Monomind.
9
-
10
- ## Available Skills
11
-
12
- - [neural-patterns](./neural-patterns.md) — Overview of how automatic and manual neural training works
13
- - [neural-train](./neural-train.md) — Train neural patterns with WASM acceleration (MicroLoRA + Flash Attention)
14
- - [pattern-learn](./pattern-learn.md) — Analyze and store patterns from successful operations
15
- - [model-update](./model-update.md) — Update and optimize trained neural models
16
- - [specialization](./specialization.md) — Train agents to specialize in specific domains or file types
17
-
18
- ## Quick Start
19
-
20
- ```bash
21
- # Train coordination patterns (50 epochs, WASM + Flash Attention)
22
- npx monomind neural train --pattern coordination --epochs 50
23
-
24
- # Check neural status
25
- npx monomind neural status
26
-
27
- # Analyze stored patterns
28
- npx monomind neural patterns --action analyze
29
- ```
30
-
31
- ## MCP Tools
32
-
33
- ```javascript
34
- mcp__monomind__neural_train({ patternType: "coordination", epochs: 50 })
35
- mcp__monomind__neural_status({})
36
- mcp__monomind__neural_patterns({ action: "list", limit: 10 })
37
- mcp__monomind__neural_predict({ input: "task description" })
38
- mcp__monomind__neural_optimize({ method: "quantize" })
39
- ```
@@ -1,73 +0,0 @@
1
- ---
2
- name: training:neural-patterns
3
- description: Neural pattern training overview — automatic learning from operations, manual training, pattern types, and improvement tracking
4
- ---
5
-
6
- # Neural Pattern Training
7
-
8
- How Monomind continuously learns and improves through neural pattern training.
9
-
10
- ## How to Invoke
11
-
12
- ```
13
- Skill("training:neural-patterns")
14
- ```
15
-
16
- ---
17
-
18
- ## Automatic Learning
19
-
20
- Every successful operation trains the neural networks automatically:
21
- - Edit patterns for different file types
22
- - Search strategies that find results faster
23
- - Task decomposition approaches
24
- - Agent coordination patterns
25
-
26
- The hooks system (`post-edit`, `post-task`) feeds successful operations into training automatically.
27
-
28
- ## Manual Training
29
-
30
- ```javascript
31
- // Train coordination patterns
32
- mcp__monomind__neural_train({ patternType: "coordination", epochs: 50 })
33
-
34
- // Train security patterns with contrastive learning
35
- mcp__monomind__neural_train({ patternType: "security", epochs: 100 })
36
-
37
- // Check training status and pattern scores
38
- mcp__monomind__neural_status({})
39
-
40
- // Analyze recent patterns
41
- mcp__monomind__neural_patterns({ action: "analyze", limit: 20 })
42
- ```
43
-
44
- ```bash
45
- npx monomind neural train --pattern coordination --epochs 50
46
- npx monomind neural status
47
- npx monomind neural patterns --action analyze
48
- ```
49
-
50
- ## Pattern Types
51
-
52
- | Pattern | Purpose |
53
- |---------|---------|
54
- | `coordination` | Multi-agent task coordination (default) |
55
- | `optimization` | Performance and resource optimization |
56
- | `prediction` | Task routing and agent selection |
57
- | `security` | Security scanning and vulnerability detection |
58
- | `testing` | Test strategy selection and coverage |
59
-
60
- ## Improvement Tracking
61
-
62
- ```javascript
63
- // View current pattern scores and improvement
64
- mcp__monomind__neural_status({ verbose: true })
65
- ```
66
-
67
- Output includes pattern confidence scores and improvement percentage since last session.
68
-
69
- ## See Also
70
-
71
- - `training:neural-train` — Full training options with WASM acceleration
72
- - `training:pattern-learn` — Manual pattern storage
73
- - `training:model-update` — Model optimization
@@ -1,79 +0,0 @@
1
- ---
2
- name: training:neural-train
3
- description: Train neural patterns with WASM SIMD acceleration — MicroLoRA, Flash Attention (2.49x-7.47x speedup), MoE routing, contrastive learning
4
- ---
5
-
6
- # Neural Train
7
-
8
- Train neural patterns with WASM acceleration using the real `npx monomind neural train` command.
9
-
10
- ## How to Invoke
11
-
12
- ```
13
- Skill("training:neural-train")
14
- ```
15
-
16
- ---
17
-
18
- ## CLI Reference
19
-
20
- ```bash
21
- # Train coordination patterns (default, 50 epochs)
22
- npx monomind neural train --pattern coordination --epochs 50
23
-
24
- # Train with Flash Attention speedup (2.49x-7.47x)
25
- npx monomind neural train --pattern optimization --flash --epochs 100
26
-
27
- # Train security patterns with contrastive learning (InfoNCE)
28
- npx monomind neural train --pattern security --wasm --contrastive
29
-
30
- # Train with Mixture of Experts routing
31
- npx monomind neural train --pattern coordination --moe --epochs 200
32
-
33
- # Train from a data file
34
- npx monomind neural train --data ./training-data.json --flash
35
-
36
- # Curriculum learning (easy → hard)
37
- npx monomind neural train --pattern prediction --curriculum --epochs 150
38
- ```
39
-
40
- ## All Flags
41
-
42
- | Flag | Default | Description |
43
- |------|---------|-------------|
44
- | `--pattern` | `coordination` | Pattern type: coordination, optimization, prediction, security, testing |
45
- | `--epochs` | `50` | Training epochs |
46
- | `--data` | — | Training data file path or inline JSON |
47
- | `--model` | — | Specific model ID to train |
48
- | `--learning-rate` | `0.01` | Learning rate |
49
- | `--batch-size` | `32` | Batch size |
50
- | `--dim` | `256` | Embedding dimension (max 256) |
51
- | `--wasm` | `true` | Use RuVector WASM SIMD acceleration |
52
- | `--flash` | `true` | Enable Flash Attention (2.49x-7.47x speedup) |
53
- | `--moe` | `false` | Enable Mixture of Experts routing (8 experts) |
54
- | `--hyperbolic` | `false` | Hyperbolic attention for hierarchical patterns |
55
- | `--contrastive` | `true` | Contrastive learning with InfoNCE loss |
56
- | `--curriculum` | `false` | Curriculum learning (easy → hard progression) |
57
-
58
- ## MCP Tools
59
-
60
- ```javascript
61
- // Train via MCP
62
- mcp__monomind__neural_train({ patternType: "coordination", epochs: 50 })
63
-
64
- // Check training progress
65
- mcp__monomind__neural_status({ verbose: true })
66
-
67
- // MicroLoRA adaptation
68
- mcp__monomind__ruvllm_microlora_adapt({ modelId: "coordination", data: trainingData })
69
- ```
70
-
71
- ## After Training
72
-
73
- ```bash
74
- # Verify training improved the model
75
- npx monomind neural status --verbose
76
-
77
- # Export the trained model
78
- npx monomind neural export --model coordination
79
- ```
@@ -1,9 +0,0 @@
1
- /**
2
- * CLI Appliance Advanced Commands (Phase 3-4)
3
- * Sign, publish, and hot-patch RVFA appliances.
4
- */
5
- import type { Command } from '../types.js';
6
- export declare const signCommand: Command;
7
- export declare const publishCommand: Command;
8
- export declare const updateAppCommand: Command;
9
- //# sourceMappingURL=appliance-advanced.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appliance-advanced.d.ts","sourceRoot":"","sources":["../../../src/commands/appliance-advanced.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAiC,MAAM,aAAa,CAAC;AAgD1E,eAAO,MAAM,WAAW,EAAE,OA2DzB,CAAC;AAGF,eAAO,MAAM,cAAc,EAAE,OAmC5B,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,OAqF9B,CAAC"}
@@ -1,238 +0,0 @@
1
- /**
2
- * CLI Appliance Advanced Commands (Phase 3-4)
3
- * Sign, publish, and hot-patch RVFA appliances.
4
- */
5
- import { output } from '../output.js';
6
- import * as path from 'node:path';
7
- function fmtSize(bytes) {
8
- if (bytes < 1024)
9
- return `${bytes} B`;
10
- if (bytes < 1024 * 1024)
11
- return `${(bytes / 1024).toFixed(1)} KB`;
12
- if (bytes < 1024 * 1024 * 1024)
13
- return `${(bytes / (1024 * 1024)).toFixed(1)} MB`;
14
- return `${(bytes / (1024 * 1024 * 1024)).toFixed(2)} GB`;
15
- }
16
- function errMsg(err) {
17
- return err instanceof Error ? err.message : String(err);
18
- }
19
- function checkRelativePath(userPath) {
20
- if (!path.isAbsolute(userPath)) {
21
- const resolved = path.resolve(userPath);
22
- const rel = path.relative(process.cwd(), resolved);
23
- if (rel.startsWith('..')) {
24
- return `Relative path '${userPath}' escapes the working directory.`;
25
- }
26
- }
27
- return null;
28
- }
29
- const fail = (msg, detail) => {
30
- output.printError(msg, detail);
31
- return { success: false, exitCode: 1 };
32
- };
33
- function hdr(title) {
34
- output.writeln();
35
- output.writeln(output.bold(title));
36
- output.writeln(output.dim('─'.repeat(50)));
37
- output.writeln();
38
- }
39
- async function requireFile(file) {
40
- const fs = await import('fs');
41
- if (!fs.existsSync(file)) {
42
- output.printError(`File not found: ${file}`);
43
- return false;
44
- }
45
- return true;
46
- }
47
- // SIGN
48
- export const signCommand = {
49
- name: 'sign',
50
- description: 'Sign an RVFA appliance with Ed25519 for tamper detection',
51
- options: [
52
- { name: 'file', short: 'f', type: 'string', description: 'Path to .rvf file', required: true },
53
- { name: 'key', short: 'k', type: 'string', description: 'Path to Ed25519 private key (PEM)' },
54
- { name: 'generate-keys', type: 'boolean', description: 'Generate a new key pair' },
55
- { name: 'key-dir', type: 'string', description: 'Directory for key storage', default: '.rvfa-keys' },
56
- { name: 'signer', type: 'string', description: 'Publisher name for signature metadata' },
57
- ],
58
- action: async (ctx) => {
59
- const file = ctx.flags.file;
60
- const keyPath = ctx.flags.key;
61
- const genKeys = ctx.flags['generate-keys'];
62
- const keyDir = ctx.flags['key-dir'] || '.rvfa-keys';
63
- const signer = ctx.flags.signer;
64
- if (!file)
65
- return fail('--file is required');
66
- try {
67
- const signing = await import('../appliance/rvfa-signing.js');
68
- if (genKeys) {
69
- hdr('Generating Ed25519 Key Pair');
70
- const kp = await signing.generateKeyPair();
71
- const paths = await signing.saveKeyPair(kp, keyDir);
72
- output.printSuccess(`Public key: ${paths.publicKeyPath}`);
73
- output.printSuccess(`Private key: ${paths.privateKeyPath}`);
74
- output.printInfo(`Fingerprint: ${kp.fingerprint}`);
75
- output.writeln(output.dim(' Keep the private key secure. Share only the public key.'));
76
- output.writeln();
77
- }
78
- if (!(await requireFile(file)))
79
- return { success: false, exitCode: 1 };
80
- hdr('Signing RVFA Appliance');
81
- let privateKey;
82
- if (keyPath) {
83
- const pathErr = checkRelativePath(keyPath);
84
- if (pathErr)
85
- return fail(pathErr);
86
- const fs = await import('fs');
87
- privateKey = fs.readFileSync(keyPath);
88
- }
89
- else {
90
- const kp = await signing.loadKeyPair(keyDir);
91
- privateKey = kp.privateKey;
92
- }
93
- const s = new signing.RvfaSigner(privateKey);
94
- const meta = await s.signAppliance(file, signer);
95
- output.printSuccess('Appliance signed successfully');
96
- output.printInfo(`Algorithm: ${meta.algorithm}`);
97
- output.printInfo(`Fingerprint: ${meta.publicKeyFingerprint}`);
98
- output.printInfo(`Signed at: ${meta.signedAt}`);
99
- if (signer)
100
- output.printInfo(`Signed by: ${signer}`);
101
- output.printInfo(`Signature: ${meta.signature.slice(0, 32)}...`);
102
- return { success: true, data: meta };
103
- }
104
- catch (err) {
105
- return fail('Signing failed', errMsg(err));
106
- }
107
- },
108
- };
109
- // PUBLISH
110
- export const publishCommand = {
111
- name: 'publish',
112
- description: 'Publish an RVFA appliance to IPFS via Pinata',
113
- options: [
114
- { name: 'file', short: 'f', type: 'string', description: 'Path to .rvf file', required: true },
115
- { name: 'name', short: 'n', type: 'string', description: 'Publication name' },
116
- { name: 'description', type: 'string', description: 'Description' },
117
- ],
118
- action: async (ctx) => {
119
- const file = ctx.flags.file;
120
- if (!file)
121
- return fail('--file is required');
122
- if (!(await requireFile(file)))
123
- return { success: false, exitCode: 1 };
124
- try {
125
- const dist = await import('../appliance/rvfa-distribution.js');
126
- hdr('Publishing RVFA to IPFS');
127
- output.printInfo(`File: ${file}`);
128
- output.writeln();
129
- const publisher = dist.createPublisher();
130
- const result = await publisher.publish(file, {
131
- name: ctx.flags.name,
132
- description: ctx.flags.description,
133
- });
134
- output.printSuccess('Published successfully');
135
- output.printInfo(`CID: ${output.bold(result.cid)}`);
136
- output.printInfo(`Size: ${fmtSize(result.size)}`);
137
- output.printInfo(`Gateway: ${result.gatewayUrl}`);
138
- return { success: true, data: result };
139
- }
140
- catch (err) {
141
- return fail('Publishing failed', errMsg(err));
142
- }
143
- },
144
- };
145
- // UPDATE (hot-patch)
146
- export const updateAppCommand = {
147
- name: 'update',
148
- description: 'Hot-patch a section in an RVFA appliance',
149
- options: [
150
- { name: 'file', short: 'f', type: 'string', description: 'Path to .rvf file', required: true },
151
- { name: 'section', short: 's', type: 'string', description: 'Section to patch (e.g. monomind, models)', required: true },
152
- { name: 'patch', short: 'p', type: 'string', description: 'Path to .rvfp patch file' },
153
- { name: 'data', short: 'd', type: 'string', description: 'Path to new section data (creates patch automatically)' },
154
- { name: 'version', type: 'string', description: 'Patch version', default: '0.0.1' },
155
- { name: 'no-backup', type: 'boolean', description: 'Skip backup creation' },
156
- { name: 'public-key', type: 'string', description: 'Path to public key for patch verification' },
157
- ],
158
- action: async (ctx) => {
159
- const file = ctx.flags.file;
160
- const section = ctx.flags.section;
161
- const patchPath = ctx.flags.patch;
162
- const dataPath = ctx.flags.data;
163
- if (!file || !section)
164
- return fail('--file and --section are required');
165
- if (!patchPath && !dataPath)
166
- return fail('Provide --patch (RVFP file) or --data (raw section data)');
167
- if (!(await requireFile(file)))
168
- return { success: false, exitCode: 1 };
169
- try {
170
- const dist = await import('../appliance/rvfa-distribution.js');
171
- const { RvfaReader } = await import('../appliance/rvfa-format.js');
172
- const fs = await import('fs');
173
- hdr('RVFA Hot-Patch Update');
174
- output.printInfo(`Appliance: ${file}`);
175
- output.printInfo(`Section: ${section}`);
176
- output.writeln();
177
- let patchBuf;
178
- if (patchPath) {
179
- const patchPathErr = checkRelativePath(patchPath);
180
- if (patchPathErr)
181
- return fail(patchPathErr);
182
- if (!(await requireFile(patchPath)))
183
- return { success: false, exitCode: 1 };
184
- patchBuf = fs.readFileSync(patchPath);
185
- output.printInfo(`Patch file: ${patchPath} (${fmtSize(patchBuf.length)})`);
186
- }
187
- else {
188
- const dataPathErr = checkRelativePath(dataPath);
189
- if (dataPathErr)
190
- return fail(dataPathErr);
191
- if (!(await requireFile(dataPath)))
192
- return { success: false, exitCode: 1 };
193
- const newData = fs.readFileSync(dataPath);
194
- const reader = await RvfaReader.fromFile(file);
195
- const appHdr = reader.getHeader();
196
- output.printInfo(`Creating patch for section "${section}" (${fmtSize(newData.length)} new data)`);
197
- patchBuf = await dist.RvfaPatcher.createPatch({
198
- targetName: appHdr.name,
199
- targetVersion: appHdr.appVersion,
200
- sectionId: section,
201
- sectionData: newData,
202
- patchVersion: ctx.flags.version || '0.0.1',
203
- compression: 'gzip',
204
- });
205
- }
206
- let pubKey;
207
- if (ctx.flags['public-key']) {
208
- const pkPath = ctx.flags['public-key'];
209
- const pkPathErr = checkRelativePath(pkPath);
210
- if (pkPathErr)
211
- return fail(pkPathErr);
212
- if (!(await requireFile(pkPath)))
213
- return { success: false, exitCode: 1 };
214
- pubKey = fs.readFileSync(pkPath);
215
- }
216
- const result = await dist.RvfaPatcher.applyPatch(file, patchBuf, {
217
- backup: !ctx.flags['no-backup'],
218
- verify: true,
219
- publicKey: pubKey,
220
- });
221
- if (result.success) {
222
- output.printSuccess(`Section "${result.patchedSection}" updated successfully`);
223
- output.printInfo(`New size: ${fmtSize(result.newSize)}`);
224
- if (result.backupPath)
225
- output.printInfo(`Backup: ${result.backupPath}`);
226
- }
227
- else {
228
- output.printError('Patch failed');
229
- result.errors.forEach(e => output.writeln(` ${output.error('X')} ${e}`));
230
- }
231
- return { success: result.success, exitCode: result.success ? 0 : 1, data: result };
232
- }
233
- catch (err) {
234
- return fail('Update failed', errMsg(err));
235
- }
236
- },
237
- };
238
- //# sourceMappingURL=appliance-advanced.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appliance-advanced.js","sourceRoot":"","sources":["../../../src/commands/appliance-advanced.ts"],"names":[],"mappings":"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"}
@@ -1,8 +0,0 @@
1
- /**
2
- * CLI Appliance Command
3
- * Self-contained RVFA appliance management (build, inspect, verify, extract, run, sign, publish, update)
4
- */
5
- import type { Command } from '../types.js';
6
- export declare const applianceCommand: Command;
7
- export default applianceCommand;
8
- //# sourceMappingURL=appliance.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appliance.d.ts","sourceRoot":"","sources":["../../../src/commands/appliance.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAiC,MAAM,aAAa,CAAC;AA4Y1E,eAAO,MAAM,gBAAgB,EAAE,OA0C9B,CAAC;AAEF,eAAe,gBAAgB,CAAC"}