@monoes/monomindcli 1.10.56 → 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 (569) 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/mcp.d.ts +1 -1
  85. package/dist/src/commands/memory.js +6 -6
  86. package/dist/src/commands/memory.js.map +1 -1
  87. package/dist/src/commands/migrate.d.ts.map +1 -1
  88. package/dist/src/commands/migrate.js +1 -2
  89. package/dist/src/commands/migrate.js.map +1 -1
  90. package/dist/src/commands/monograph.d.ts.map +1 -1
  91. package/dist/src/commands/monograph.js +18 -11
  92. package/dist/src/commands/monograph.js.map +1 -1
  93. package/dist/src/commands/monovector/backup.d.ts +11 -0
  94. package/dist/src/commands/monovector/backup.d.ts.map +1 -0
  95. package/dist/src/commands/{ruvector → monovector}/backup.js +25 -25
  96. package/dist/src/commands/monovector/backup.js.map +1 -0
  97. package/dist/src/commands/monovector/benchmark.d.ts +11 -0
  98. package/dist/src/commands/monovector/benchmark.d.ts.map +1 -0
  99. package/dist/src/commands/{ruvector → monovector}/benchmark.js +14 -14
  100. package/dist/src/commands/monovector/benchmark.js.map +1 -0
  101. package/dist/src/commands/monovector/import.d.ts +18 -0
  102. package/dist/src/commands/monovector/import.d.ts.map +1 -0
  103. package/dist/src/commands/{ruvector → monovector}/import.js +21 -21
  104. package/dist/src/commands/monovector/import.js.map +1 -0
  105. package/dist/src/commands/{ruvector → monovector}/index.d.ts +6 -6
  106. package/dist/src/commands/monovector/index.d.ts.map +1 -0
  107. package/dist/src/commands/{ruvector → monovector}/index.js +22 -22
  108. package/dist/src/commands/monovector/index.js.map +1 -0
  109. package/dist/src/commands/monovector/init.d.ts +11 -0
  110. package/dist/src/commands/monovector/init.d.ts.map +1 -0
  111. package/dist/src/commands/{ruvector → monovector}/init.js +36 -36
  112. package/dist/src/commands/monovector/init.js.map +1 -0
  113. package/dist/src/commands/monovector/migrate.d.ts +11 -0
  114. package/dist/src/commands/monovector/migrate.d.ts.map +1 -0
  115. package/dist/src/commands/{ruvector → monovector}/migrate.js +16 -16
  116. package/dist/src/commands/monovector/migrate.js.map +1 -0
  117. package/dist/src/commands/{ruvector → monovector}/optimize.d.ts +2 -2
  118. package/dist/src/commands/monovector/optimize.d.ts.map +1 -0
  119. package/dist/src/commands/{ruvector → monovector}/optimize.js +10 -10
  120. package/dist/src/commands/monovector/optimize.js.map +1 -0
  121. package/dist/src/commands/monovector/setup.d.ts +18 -0
  122. package/dist/src/commands/monovector/setup.d.ts.map +1 -0
  123. package/dist/src/commands/{ruvector → monovector}/setup.js +77 -77
  124. package/dist/src/commands/monovector/setup.js.map +1 -0
  125. package/dist/src/commands/{ruvector → monovector}/status.d.ts +2 -2
  126. package/dist/src/commands/monovector/status.d.ts.map +1 -0
  127. package/dist/src/commands/{ruvector → monovector}/status.js +34 -34
  128. package/dist/src/commands/monovector/status.js.map +1 -0
  129. package/dist/src/commands/neural.d.ts +1 -1
  130. package/dist/src/commands/neural.d.ts.map +1 -1
  131. package/dist/src/commands/neural.js +31 -608
  132. package/dist/src/commands/neural.js.map +1 -1
  133. package/dist/src/commands/performance.d.ts.map +1 -1
  134. package/dist/src/commands/performance.js +7 -10
  135. package/dist/src/commands/performance.js.map +1 -1
  136. package/dist/src/commands/plugins.d.ts.map +1 -1
  137. package/dist/src/commands/plugins.js +3 -4
  138. package/dist/src/commands/plugins.js.map +1 -1
  139. package/dist/src/commands/process.d.ts.map +1 -1
  140. package/dist/src/commands/process.js +5 -12
  141. package/dist/src/commands/process.js.map +1 -1
  142. package/dist/src/commands/progress.d.ts.map +1 -1
  143. package/dist/src/commands/progress.js +16 -16
  144. package/dist/src/commands/progress.js.map +1 -1
  145. package/dist/src/commands/replay.d.ts.map +1 -1
  146. package/dist/src/commands/replay.js.map +1 -1
  147. package/dist/src/commands/route.d.ts +2 -2
  148. package/dist/src/commands/route.js +23 -23
  149. package/dist/src/commands/route.js.map +1 -1
  150. package/dist/src/commands/status.d.ts.map +1 -1
  151. package/dist/src/commands/status.js +0 -3
  152. package/dist/src/commands/status.js.map +1 -1
  153. package/dist/src/commands/swarm.d.ts.map +1 -1
  154. package/dist/src/commands/swarm.js +2 -3
  155. package/dist/src/commands/swarm.js.map +1 -1
  156. package/dist/src/commands/update.d.ts +1 -1
  157. package/dist/src/config-adapter.d.ts.map +1 -1
  158. package/dist/src/config-adapter.js +27 -0
  159. package/dist/src/config-adapter.js.map +1 -1
  160. package/dist/src/consensus/audit-writer.d.ts +44 -17
  161. package/dist/src/consensus/audit-writer.d.ts.map +1 -1
  162. package/dist/src/consensus/audit-writer.js.map +1 -1
  163. package/dist/src/dlq/dlq-replayer.d.ts +1 -1
  164. package/dist/src/dlq/dlq-replayer.d.ts.map +1 -1
  165. package/dist/src/index.d.ts +1 -1
  166. package/dist/src/index.js +5 -5
  167. package/dist/src/index.js.map +1 -1
  168. package/dist/src/init/claudemd-generator.d.ts.map +1 -1
  169. package/dist/src/init/claudemd-generator.js +10 -14
  170. package/dist/src/init/claudemd-generator.js.map +1 -1
  171. package/dist/src/init/executor.d.ts.map +1 -1
  172. package/dist/src/init/executor.js +17 -27
  173. package/dist/src/init/executor.js.map +1 -1
  174. package/dist/src/init/helpers-generator.d.ts +1 -1
  175. package/dist/src/init/helpers-generator.js +2 -2
  176. package/dist/src/init/types.d.ts +1 -1
  177. package/dist/src/init/types.d.ts.map +1 -1
  178. package/dist/src/mcp-client.d.ts.map +1 -1
  179. package/dist/src/mcp-client.js +1 -7
  180. package/dist/src/mcp-client.js.map +1 -1
  181. package/dist/src/mcp-server.d.ts.map +1 -1
  182. package/dist/src/mcp-server.js +9 -1
  183. package/dist/src/mcp-server.js.map +1 -1
  184. package/dist/src/mcp-tools/agent-tools.d.ts.map +1 -1
  185. package/dist/src/mcp-tools/agent-tools.js +1 -52
  186. package/dist/src/mcp-tools/agent-tools.js.map +1 -1
  187. package/dist/src/mcp-tools/analyze-tools.js +5 -5
  188. package/dist/src/mcp-tools/analyze-tools.js.map +1 -1
  189. package/dist/src/mcp-tools/auto-install.d.ts +4 -4
  190. package/dist/src/mcp-tools/autopilot-tools.d.ts +1 -1
  191. package/dist/src/mcp-tools/browser-tools.d.ts +1 -1
  192. package/dist/src/mcp-tools/browser-tools.d.ts.map +1 -1
  193. package/dist/src/mcp-tools/browser-tools.js +6 -5
  194. package/dist/src/mcp-tools/browser-tools.js.map +1 -1
  195. package/dist/src/mcp-tools/claims-tools.d.ts +1 -1
  196. package/dist/src/mcp-tools/coordination-tools.d.ts +1 -1
  197. package/dist/src/mcp-tools/coordination-tools.d.ts.map +1 -1
  198. package/dist/src/mcp-tools/coordination-tools.js +51 -54
  199. package/dist/src/mcp-tools/coordination-tools.js.map +1 -1
  200. package/dist/src/mcp-tools/daa-tools.d.ts +1 -1
  201. package/dist/src/mcp-tools/daa-tools.d.ts.map +1 -1
  202. package/dist/src/mcp-tools/daa-tools.js.map +1 -1
  203. package/dist/src/mcp-tools/embeddings-tools.js +10 -10
  204. package/dist/src/mcp-tools/embeddings-tools.js.map +1 -1
  205. package/dist/src/mcp-tools/guidance-tools.d.ts +1 -1
  206. package/dist/src/mcp-tools/guidance-tools.d.ts.map +1 -1
  207. package/dist/src/mcp-tools/guidance-tools.js +0 -24
  208. package/dist/src/mcp-tools/guidance-tools.js.map +1 -1
  209. package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -1
  210. package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -1
  211. package/dist/src/mcp-tools/hooks-tools.js +189 -446
  212. package/dist/src/mcp-tools/hooks-tools.js.map +1 -1
  213. package/dist/src/mcp-tools/index.d.ts +0 -2
  214. package/dist/src/mcp-tools/index.d.ts.map +1 -1
  215. package/dist/src/mcp-tools/index.js +0 -2
  216. package/dist/src/mcp-tools/index.js.map +1 -1
  217. package/dist/src/mcp-tools/monograph-compat.d.ts +334 -0
  218. package/dist/src/mcp-tools/monograph-compat.d.ts.map +1 -0
  219. package/dist/src/mcp-tools/monograph-compat.js +1108 -0
  220. package/dist/src/mcp-tools/monograph-compat.js.map +1 -0
  221. package/dist/src/mcp-tools/monograph-tools.d.ts.map +1 -1
  222. package/dist/src/mcp-tools/monograph-tools.js +76 -34
  223. package/dist/src/mcp-tools/monograph-tools.js.map +1 -1
  224. package/dist/src/mcp-tools/neural-tools.d.ts +2 -2
  225. package/dist/src/mcp-tools/neural-tools.js +2 -2
  226. package/dist/src/mcp-tools/neural-tools.js.map +1 -1
  227. package/dist/src/mcp-tools/progress-tools.d.ts +1 -1
  228. package/dist/src/mcp-tools/ruvllm-tools.d.ts +2 -2
  229. package/dist/src/mcp-tools/ruvllm-tools.js +3 -3
  230. package/dist/src/mcp-tools/terminal-tools.d.ts +1 -1
  231. package/dist/src/mcp-tools/terminal-tools.d.ts.map +1 -1
  232. package/dist/src/mcp-tools/terminal-tools.js +29 -19
  233. package/dist/src/mcp-tools/terminal-tools.js.map +1 -1
  234. package/dist/src/mcp-tools/transfer-tools.d.ts +1 -1
  235. package/dist/src/mcp-tools/wasm-agent-tools.d.ts +1 -1
  236. package/dist/src/mcp-tools/wasm-agent-tools.js +2 -2
  237. package/dist/src/memory/intelligence.d.ts.map +1 -1
  238. package/dist/src/memory/intelligence.js +14 -8
  239. package/dist/src/memory/intelligence.js.map +1 -1
  240. package/dist/src/memory/memory-bridge.d.ts +17 -2
  241. package/dist/src/memory/memory-bridge.d.ts.map +1 -1
  242. package/dist/src/memory/memory-bridge.js +76 -23
  243. package/dist/src/memory/memory-bridge.js.map +1 -1
  244. package/dist/src/memory/memory-initializer.d.ts +2 -2
  245. package/dist/src/memory/memory-initializer.d.ts.map +1 -1
  246. package/dist/src/memory/memory-initializer.js +37 -39
  247. package/dist/src/memory/memory-initializer.js.map +1 -1
  248. package/dist/src/monovector/capabilities.d.ts +34 -0
  249. package/dist/src/monovector/capabilities.d.ts.map +1 -0
  250. package/dist/src/monovector/capabilities.js +37 -0
  251. package/dist/src/monovector/capabilities.js.map +1 -0
  252. package/dist/src/monovector/command-outcomes.d.ts +37 -0
  253. package/dist/src/monovector/command-outcomes.d.ts.map +1 -0
  254. package/dist/src/monovector/command-outcomes.js +87 -0
  255. package/dist/src/monovector/command-outcomes.js.map +1 -0
  256. package/dist/src/monovector/coverage-router.d.ts +103 -0
  257. package/dist/src/monovector/coverage-router.d.ts.map +1 -0
  258. package/dist/src/monovector/coverage-router.js +337 -0
  259. package/dist/src/monovector/coverage-router.js.map +1 -0
  260. package/dist/src/monovector/coverage-tools.d.ts +14 -0
  261. package/dist/src/monovector/coverage-tools.d.ts.map +1 -0
  262. package/dist/src/monovector/coverage-tools.js +112 -0
  263. package/dist/src/monovector/coverage-tools.js.map +1 -0
  264. package/dist/src/{ruvector → monovector}/diff-classifier.d.ts +2 -2
  265. package/dist/src/monovector/diff-classifier.d.ts.map +1 -0
  266. package/dist/src/monovector/diff-classifier.js.map +1 -0
  267. package/dist/src/monovector/index.d.ts +61 -0
  268. package/dist/src/monovector/index.d.ts.map +1 -0
  269. package/dist/src/monovector/index.js +67 -0
  270. package/dist/src/monovector/index.js.map +1 -0
  271. package/dist/src/monovector/init-state.d.ts +35 -0
  272. package/dist/src/monovector/init-state.d.ts.map +1 -0
  273. package/dist/src/monovector/init-state.js +36 -0
  274. package/dist/src/monovector/init-state.js.map +1 -0
  275. package/dist/src/monovector/route-outcomes.d.ts +55 -0
  276. package/dist/src/monovector/route-outcomes.d.ts.map +1 -0
  277. package/dist/src/monovector/route-outcomes.js +137 -0
  278. package/dist/src/monovector/route-outcomes.js.map +1 -0
  279. package/dist/src/parser.js +3 -3
  280. package/dist/src/parser.js.map +1 -1
  281. package/dist/src/plugins/store/discovery.d.ts.map +1 -1
  282. package/dist/src/plugins/store/discovery.js +0 -31
  283. package/dist/src/plugins/store/discovery.js.map +1 -1
  284. package/dist/src/production/circuit-breaker.d.ts +26 -6
  285. package/dist/src/production/circuit-breaker.d.ts.map +1 -1
  286. package/dist/src/production/circuit-breaker.js.map +1 -1
  287. package/dist/src/production/error-handler.d.ts +55 -30
  288. package/dist/src/production/error-handler.d.ts.map +1 -1
  289. package/dist/src/production/error-handler.js.map +1 -1
  290. package/dist/src/production/index.d.ts +3 -20
  291. package/dist/src/production/index.d.ts.map +1 -1
  292. package/dist/src/production/index.js +3 -15
  293. package/dist/src/production/index.js.map +1 -1
  294. package/dist/src/production/monitoring.d.ts +54 -34
  295. package/dist/src/production/monitoring.d.ts.map +1 -1
  296. package/dist/src/production/monitoring.js +12 -14
  297. package/dist/src/production/monitoring.js.map +1 -1
  298. package/dist/src/production/rate-limiter.d.ts +64 -19
  299. package/dist/src/production/rate-limiter.d.ts.map +1 -1
  300. package/dist/src/production/rate-limiter.js +5 -5
  301. package/dist/src/production/rate-limiter.js.map +1 -1
  302. package/dist/src/production/retry.d.ts.map +1 -1
  303. package/dist/src/production/retry.js +4 -2
  304. package/dist/src/production/retry.js.map +1 -1
  305. package/dist/src/runtime/headless.d.ts +3 -3
  306. package/dist/src/services/claim-service.d.ts +50 -59
  307. package/dist/src/services/claim-service.d.ts.map +1 -1
  308. package/dist/src/services/claim-service.js +83 -50
  309. package/dist/src/services/claim-service.js.map +1 -1
  310. package/dist/src/services/config-file-manager.d.ts.map +1 -1
  311. package/dist/src/services/config-file-manager.js +8 -1
  312. package/dist/src/services/config-file-manager.js.map +1 -1
  313. package/dist/src/services/worker-daemon.d.ts.map +1 -1
  314. package/dist/src/services/worker-daemon.js +4 -0
  315. package/dist/src/services/worker-daemon.js.map +1 -1
  316. package/dist/src/transfer/ipfs/upload.d.ts +1 -1
  317. package/dist/src/transfer/storage/gcs.d.ts +1 -1
  318. package/dist/src/types.d.ts +13 -0
  319. package/dist/src/types.d.ts.map +1 -1
  320. package/dist/src/types.js.map +1 -1
  321. package/dist/src/ui/collector.mjs +51 -11
  322. package/dist/src/ui/dashboard.html +313 -88
  323. package/dist/src/ui/server.mjs +163 -8
  324. package/dist/src/update/checker.d.ts +1 -1
  325. package/dist/src/update/index.d.ts +1 -1
  326. package/dist/tsconfig.tsbuildinfo +1 -1
  327. package/package.json +13 -13
  328. package/scripts/publish-registry.ts +0 -1
  329. package/.claude/commands/monomind/adr.md +0 -11
  330. package/.claude/commands/monomind/budget.md +0 -7
  331. package/.claude/commands/monomind/createtask.md +0 -277
  332. package/.claude/commands/monomind/do.md +0 -498
  333. package/.claude/commands/monomind/graph-status.md +0 -7
  334. package/.claude/commands/monomind/help.md +0 -118
  335. package/.claude/commands/monomind/idea.md +0 -273
  336. package/.claude/commands/monomind/improve.md +0 -352
  337. package/.claude/commands/monomind/loops.md +0 -7
  338. package/.claude/commands/monomind/memory.md +0 -230
  339. package/.claude/commands/monomind/repeat.md +0 -257
  340. package/.claude/commands/monomind/review.md +0 -317
  341. package/.claude/commands/monomind/specialagents.md +0 -125
  342. package/.claude/commands/monomind/swarm.md +0 -161
  343. package/.claude/commands/monomind/understand.md +0 -139
  344. package/.claude/commands/training/README.md +0 -39
  345. package/.claude/commands/training/neural-patterns.md +0 -73
  346. package/.claude/commands/training/neural-train.md +0 -79
  347. package/dist/src/commands/appliance-advanced.d.ts +0 -9
  348. package/dist/src/commands/appliance-advanced.d.ts.map +0 -1
  349. package/dist/src/commands/appliance-advanced.js +0 -238
  350. package/dist/src/commands/appliance-advanced.js.map +0 -1
  351. package/dist/src/commands/appliance.d.ts +0 -8
  352. package/dist/src/commands/appliance.d.ts.map +0 -1
  353. package/dist/src/commands/appliance.js +0 -406
  354. package/dist/src/commands/appliance.js.map +0 -1
  355. package/dist/src/commands/ruvector/backup.d.ts +0 -11
  356. package/dist/src/commands/ruvector/backup.d.ts.map +0 -1
  357. package/dist/src/commands/ruvector/backup.js.map +0 -1
  358. package/dist/src/commands/ruvector/benchmark.d.ts +0 -11
  359. package/dist/src/commands/ruvector/benchmark.d.ts.map +0 -1
  360. package/dist/src/commands/ruvector/benchmark.js.map +0 -1
  361. package/dist/src/commands/ruvector/import.d.ts +0 -18
  362. package/dist/src/commands/ruvector/import.d.ts.map +0 -1
  363. package/dist/src/commands/ruvector/import.js.map +0 -1
  364. package/dist/src/commands/ruvector/index.d.ts.map +0 -1
  365. package/dist/src/commands/ruvector/index.js.map +0 -1
  366. package/dist/src/commands/ruvector/init.d.ts +0 -11
  367. package/dist/src/commands/ruvector/init.d.ts.map +0 -1
  368. package/dist/src/commands/ruvector/init.js.map +0 -1
  369. package/dist/src/commands/ruvector/migrate.d.ts +0 -11
  370. package/dist/src/commands/ruvector/migrate.d.ts.map +0 -1
  371. package/dist/src/commands/ruvector/migrate.js.map +0 -1
  372. package/dist/src/commands/ruvector/optimize.d.ts.map +0 -1
  373. package/dist/src/commands/ruvector/optimize.js.map +0 -1
  374. package/dist/src/commands/ruvector/setup.d.ts +0 -18
  375. package/dist/src/commands/ruvector/setup.d.ts.map +0 -1
  376. package/dist/src/commands/ruvector/setup.js.map +0 -1
  377. package/dist/src/commands/ruvector/status.d.ts.map +0 -1
  378. package/dist/src/commands/ruvector/status.js.map +0 -1
  379. package/dist/src/ruvector/agent-wasm.d.ts +0 -182
  380. package/dist/src/ruvector/agent-wasm.d.ts.map +0 -1
  381. package/dist/src/ruvector/agent-wasm.js +0 -316
  382. package/dist/src/ruvector/agent-wasm.js.map +0 -1
  383. package/dist/src/ruvector/ast-analyzer.d.ts +0 -67
  384. package/dist/src/ruvector/ast-analyzer.d.ts.map +0 -1
  385. package/dist/src/ruvector/ast-analyzer.js +0 -277
  386. package/dist/src/ruvector/ast-analyzer.js.map +0 -1
  387. package/dist/src/ruvector/coverage-router.d.ts +0 -160
  388. package/dist/src/ruvector/coverage-router.d.ts.map +0 -1
  389. package/dist/src/ruvector/coverage-router.js +0 -539
  390. package/dist/src/ruvector/coverage-router.js.map +0 -1
  391. package/dist/src/ruvector/coverage-tools.d.ts +0 -33
  392. package/dist/src/ruvector/coverage-tools.d.ts.map +0 -1
  393. package/dist/src/ruvector/coverage-tools.js +0 -157
  394. package/dist/src/ruvector/coverage-tools.js.map +0 -1
  395. package/dist/src/ruvector/diff-classifier.d.ts.map +0 -1
  396. package/dist/src/ruvector/diff-classifier.js.map +0 -1
  397. package/dist/src/ruvector/enhanced-model-router.d.ts +0 -146
  398. package/dist/src/ruvector/enhanced-model-router.d.ts.map +0 -1
  399. package/dist/src/ruvector/enhanced-model-router.js +0 -551
  400. package/dist/src/ruvector/enhanced-model-router.js.map +0 -1
  401. package/dist/src/ruvector/flash-attention.d.ts +0 -195
  402. package/dist/src/ruvector/flash-attention.d.ts.map +0 -1
  403. package/dist/src/ruvector/flash-attention.js +0 -643
  404. package/dist/src/ruvector/flash-attention.js.map +0 -1
  405. package/dist/src/ruvector/graph-analyzer.d.ts +0 -187
  406. package/dist/src/ruvector/graph-analyzer.d.ts.map +0 -1
  407. package/dist/src/ruvector/graph-analyzer.js +0 -929
  408. package/dist/src/ruvector/graph-analyzer.js.map +0 -1
  409. package/dist/src/ruvector/index.d.ts +0 -56
  410. package/dist/src/ruvector/index.d.ts.map +0 -1
  411. package/dist/src/ruvector/index.js +0 -58
  412. package/dist/src/ruvector/index.js.map +0 -1
  413. package/dist/src/ruvector/lora-adapter.d.ts +0 -218
  414. package/dist/src/ruvector/lora-adapter.d.ts.map +0 -1
  415. package/dist/src/ruvector/lora-adapter.js +0 -455
  416. package/dist/src/ruvector/lora-adapter.js.map +0 -1
  417. package/dist/src/ruvector/model-router.d.ts +0 -222
  418. package/dist/src/ruvector/model-router.d.ts.map +0 -1
  419. package/dist/src/ruvector/model-router.js +0 -512
  420. package/dist/src/ruvector/model-router.js.map +0 -1
  421. package/dist/src/ruvector/moe-router.d.ts +0 -213
  422. package/dist/src/ruvector/moe-router.d.ts.map +0 -1
  423. package/dist/src/ruvector/moe-router.js +0 -649
  424. package/dist/src/ruvector/moe-router.js.map +0 -1
  425. package/dist/src/ruvector/q-learning-router.d.ts +0 -217
  426. package/dist/src/ruvector/q-learning-router.d.ts.map +0 -1
  427. package/dist/src/ruvector/q-learning-router.js +0 -712
  428. package/dist/src/ruvector/q-learning-router.js.map +0 -1
  429. package/dist/src/ruvector/ruvllm-wasm.d.ts +0 -179
  430. package/dist/src/ruvector/ruvllm-wasm.d.ts.map +0 -1
  431. package/dist/src/ruvector/ruvllm-wasm.js +0 -363
  432. package/dist/src/ruvector/ruvllm-wasm.js.map +0 -1
  433. package/dist/src/ruvector/semantic-router.d.ts +0 -77
  434. package/dist/src/ruvector/semantic-router.d.ts.map +0 -1
  435. package/dist/src/ruvector/semantic-router.js +0 -178
  436. package/dist/src/ruvector/semantic-router.js.map +0 -1
  437. package/dist/src/ruvector/vector-db.d.ts +0 -69
  438. package/dist/src/ruvector/vector-db.d.ts.map +0 -1
  439. package/dist/src/ruvector/vector-db.js +0 -243
  440. package/dist/src/ruvector/vector-db.js.map +0 -1
  441. package/dist/src/services/ruvector-training.d.ts +0 -222
  442. package/dist/src/services/ruvector-training.d.ts.map +0 -1
  443. package/dist/src/services/ruvector-training.js +0 -696
  444. package/dist/src/services/ruvector-training.js.map +0 -1
  445. package/dist/src/ui/.monomind/loops/loop-1779095996252-mdjpp.json +0 -11
  446. package/dist/src/ui/data/agent-avatars.html +0 -763
  447. package/dist/src/ui/data/agent-avatars.json +0 -966
  448. package/dist/src/ui/data/avatars/account-strategist.svg +0 -58
  449. package/dist/src/ui/data/avatars/accounts-payable.svg +0 -54
  450. package/dist/src/ui/data/avatars/adaptive-coordinator.svg +0 -55
  451. package/dist/src/ui/data/avatars/adaptive-coordinator2.svg +0 -54
  452. package/dist/src/ui/data/avatars/ai-citation.svg +0 -57
  453. package/dist/src/ui/data/avatars/ai-engineer.svg +0 -61
  454. package/dist/src/ui/data/avatars/analytics-reporter.svg +0 -53
  455. package/dist/src/ui/data/avatars/api-tester.svg +0 -53
  456. package/dist/src/ui/data/avatars/architecture.svg +0 -54
  457. package/dist/src/ui/data/avatars/automation-governance.svg +0 -55
  458. package/dist/src/ui/data/avatars/backend-dev.svg +0 -53
  459. package/dist/src/ui/data/avatars/benchmarker.svg +0 -54
  460. package/dist/src/ui/data/avatars/blockchain-auditor.svg +0 -53
  461. package/dist/src/ui/data/avatars/byzantine-coord.svg +0 -57
  462. package/dist/src/ui/data/avatars/case-analyst.svg +0 -57
  463. package/dist/src/ui/data/avatars/cicd-engineer.svg +0 -55
  464. package/dist/src/ui/data/avatars/cloud-architect.svg +0 -54
  465. package/dist/src/ui/data/avatars/code-review-swarm.svg +0 -57
  466. package/dist/src/ui/data/avatars/coder-v119.svg +0 -57
  467. package/dist/src/ui/data/avatars/coder.svg +0 -58
  468. package/dist/src/ui/data/avatars/collective-coord.svg +0 -54
  469. package/dist/src/ui/data/avatars/compliance-auditor.svg +0 -58
  470. package/dist/src/ui/data/avatars/consensus-coordinator.svg +0 -54
  471. package/dist/src/ui/data/avatars/content-creator.svg +0 -54
  472. package/dist/src/ui/data/avatars/crdt-synchronizer.svg +0 -53
  473. package/dist/src/ui/data/avatars/cro-specialist.svg +0 -58
  474. package/dist/src/ui/data/avatars/data-consolidator.svg +0 -54
  475. package/dist/src/ui/data/avatars/data-engineer.svg +0 -53
  476. package/dist/src/ui/data/avatars/database-optimizer.svg +0 -61
  477. package/dist/src/ui/data/avatars/deal-strategist.svg +0 -54
  478. package/dist/src/ui/data/avatars/defender.svg +0 -53
  479. package/dist/src/ui/data/avatars/devops-automator.svg +0 -56
  480. package/dist/src/ui/data/avatars/discovery-coach.svg +0 -54
  481. package/dist/src/ui/data/avatars/email-marketing.svg +0 -57
  482. package/dist/src/ui/data/avatars/embedded-firmware.svg +0 -61
  483. package/dist/src/ui/data/avatars/evidence-collector.svg +0 -57
  484. package/dist/src/ui/data/avatars/experiment-tracker.svg +0 -53
  485. package/dist/src/ui/data/avatars/feedback-synthesizer.svg +0 -54
  486. package/dist/src/ui/data/avatars/finance-tracker.svg +0 -54
  487. package/dist/src/ui/data/avatars/frontend-developer.svg +0 -54
  488. package/dist/src/ui/data/avatars/game-audio-engineer.svg +0 -59
  489. package/dist/src/ui/data/avatars/game-designer.svg +0 -54
  490. package/dist/src/ui/data/avatars/gossip-coordinator.svg +0 -54
  491. package/dist/src/ui/data/avatars/hierarchical-coord.svg +0 -54
  492. package/dist/src/ui/data/avatars/incident-commander.svg +0 -57
  493. package/dist/src/ui/data/avatars/infrastructure.svg +0 -54
  494. package/dist/src/ui/data/avatars/input-validator.svg +0 -53
  495. package/dist/src/ui/data/avatars/ios-developer.svg +0 -54
  496. package/dist/src/ui/data/avatars/issue-tracker.svg +0 -53
  497. package/dist/src/ui/data/avatars/judge.svg +0 -55
  498. package/dist/src/ui/data/avatars/launch-strategist.svg +0 -54
  499. package/dist/src/ui/data/avatars/legal-compliance.svg +0 -53
  500. package/dist/src/ui/data/avatars/level-designer.svg +0 -53
  501. package/dist/src/ui/data/avatars/load-balancer.svg +0 -57
  502. package/dist/src/ui/data/avatars/mcp-builder.svg +0 -53
  503. package/dist/src/ui/data/avatars/memory-coordinator.svg +0 -55
  504. package/dist/src/ui/data/avatars/mesh-coordinator.svg +0 -55
  505. package/dist/src/ui/data/avatars/ml-developer.svg +0 -58
  506. package/dist/src/ui/data/avatars/mobile-app-builder.svg +0 -53
  507. package/dist/src/ui/data/avatars/mobile-dev.svg +0 -54
  508. package/dist/src/ui/data/avatars/model-qa.svg +0 -58
  509. package/dist/src/ui/data/avatars/narrative-designer.svg +0 -58
  510. package/dist/src/ui/data/avatars/outbound-strategist.svg +0 -55
  511. package/dist/src/ui/data/avatars/path-validator.svg +0 -54
  512. package/dist/src/ui/data/avatars/payment-agent.svg +0 -53
  513. package/dist/src/ui/data/avatars/perf-analyzer.svg +0 -58
  514. package/dist/src/ui/data/avatars/pipeline-analyst.svg +0 -54
  515. package/dist/src/ui/data/avatars/planner.svg +0 -55
  516. package/dist/src/ui/data/avatars/pr-manager.svg +0 -54
  517. package/dist/src/ui/data/avatars/pricing-strategist.svg +0 -54
  518. package/dist/src/ui/data/avatars/product-manager.svg +0 -54
  519. package/dist/src/ui/data/avatars/production-validator.svg +0 -54
  520. package/dist/src/ui/data/avatars/project-shepherd.svg +0 -54
  521. package/dist/src/ui/data/avatars/proposal-strategist.svg +0 -54
  522. package/dist/src/ui/data/avatars/prosecutor.svg +0 -57
  523. package/dist/src/ui/data/avatars/pseudocode.svg +0 -53
  524. package/dist/src/ui/data/avatars/queen-coordinator.svg +0 -55
  525. package/dist/src/ui/data/avatars/quorum-manager.svg +0 -53
  526. package/dist/src/ui/data/avatars/raft-manager.svg +0 -53
  527. package/dist/src/ui/data/avatars/reality-checker.svg +0 -58
  528. package/dist/src/ui/data/avatars/recruitment.svg +0 -58
  529. package/dist/src/ui/data/avatars/refinement.svg +0 -53
  530. package/dist/src/ui/data/avatars/release-manager.svg +0 -54
  531. package/dist/src/ui/data/avatars/repo-architect.svg +0 -54
  532. package/dist/src/ui/data/avatars/researcher.svg +0 -58
  533. package/dist/src/ui/data/avatars/resource-allocator.svg +0 -53
  534. package/dist/src/ui/data/avatars/reviewer.svg +0 -53
  535. package/dist/src/ui/data/avatars/safe-executor.svg +0 -53
  536. package/dist/src/ui/data/avatars/sales-coach.svg +0 -53
  537. package/dist/src/ui/data/avatars/sales-engineer.svg +0 -58
  538. package/dist/src/ui/data/avatars/scout-explorer.svg +0 -58
  539. package/dist/src/ui/data/avatars/security-architect.svg +0 -54
  540. package/dist/src/ui/data/avatars/security-auditor.svg +0 -55
  541. package/dist/src/ui/data/avatars/senior-developer.svg +0 -58
  542. package/dist/src/ui/data/avatars/senior-pm.svg +0 -58
  543. package/dist/src/ui/data/avatars/seo-specialist.svg +0 -57
  544. package/dist/src/ui/data/avatars/social-media.svg +0 -54
  545. package/dist/src/ui/data/avatars/solidity-engineer.svg +0 -58
  546. package/dist/src/ui/data/avatars/sparc-coder.svg +0 -58
  547. package/dist/src/ui/data/avatars/sparc-coord.svg +0 -56
  548. package/dist/src/ui/data/avatars/specification.svg +0 -57
  549. package/dist/src/ui/data/avatars/sprint-prioritizer.svg +0 -53
  550. package/dist/src/ui/data/avatars/sre.svg +0 -54
  551. package/dist/src/ui/data/avatars/studio-operations.svg +0 -53
  552. package/dist/src/ui/data/avatars/studio-producer.svg +0 -55
  553. package/dist/src/ui/data/avatars/support-responder.svg +0 -56
  554. package/dist/src/ui/data/avatars/system-architect.svg +0 -54
  555. package/dist/src/ui/data/avatars/task-orchestrator.svg +0 -56
  556. package/dist/src/ui/data/avatars/technical-artist.svg +0 -53
  557. package/dist/src/ui/data/avatars/technical-writer.svg +0 -59
  558. package/dist/src/ui/data/avatars/tester.svg +0 -53
  559. package/dist/src/ui/data/avatars/threat-detection.svg +0 -61
  560. package/dist/src/ui/data/avatars/trend-researcher.svg +0 -54
  561. package/dist/src/ui/data/avatars/trial-director.svg +0 -55
  562. package/dist/src/ui/data/avatars/unity-architect.svg +0 -54
  563. package/dist/src/ui/data/avatars/visionos-engineer.svg +0 -57
  564. package/dist/src/ui/data/avatars/worker-specialist.svg +0 -55
  565. package/dist/src/ui/data/avatars/workflow-architect.svg +0 -57
  566. package/dist/src/ui/data/avatars/workflow-automation.svg +0 -54
  567. package/dist/src/ui/data/avatars/zk-steward.svg +0 -54
  568. package/dist/src/ui/data/known-projects.json +0 -1
  569. /package/dist/src/{ruvector → monovector}/diff-classifier.js +0 -0
@@ -0,0 +1,71 @@
1
+ ---
2
+ name: coordinator
3
+ description: Lead coordinator that routes work to specialists, maintains org state, and governs approvals
4
+ capability:
5
+ role: coordinator
6
+ goal: Decompose objectives, route tasks to the right specialists, maintain authoritative org state, and keep the team converged on the goal
7
+ version: "1.0.0"
8
+ expertise:
9
+ - task decomposition
10
+ - work routing and delegation
11
+ - state synchronization
12
+ - approval governance
13
+ - progress tracking
14
+ task_types:
15
+ - orchestration
16
+ - task-routing
17
+ - approval-review
18
+ - status-reporting
19
+ output_type: CoordinationPlan
20
+ model_preference: sonnet
21
+ termination: Goal met or all subtasks delegated, completed, and reconciled into authoritative state
22
+ ---
23
+
24
+ # Lead Coordinator Agent
25
+
26
+ You are the lead coordinator of a hierarchical agent organization. You own the authoritative state of the team, decide who does what, and ensure every contribution converges on the org's goal. You delegate execution to specialists; you do not implement work yourself.
27
+
28
+ ## Core Responsibilities
29
+
30
+ 1. **Task Routing**: Break the objective into well-scoped subtasks and assign each to the specialist best suited for it (researcher, coder, reviewer).
31
+ 2. **State Maintenance**: Hold the single source of truth for what is in-progress, blocked, done, and reconciled. Resolve conflicting reports.
32
+ 3. **Approval Governance**: Review deliverables and approvals against the org's policy before they advance.
33
+ 4. **Convergence**: Detect drift early, re-route or re-scope when a specialist stalls, and keep the team aligned to the goal.
34
+
35
+ ## Operating Guidelines
36
+
37
+ ### 1. Decompose before delegating
38
+
39
+ ```text
40
+ Objective → subtasks (clear owner, clear done-criteria, clear handoff target)
41
+ ```
42
+
43
+ - Each subtask names exactly one accountable specialist.
44
+ - Each subtask carries explicit acceptance criteria so completion is unambiguous.
45
+
46
+ ### 2. Route by capability, not convenience
47
+
48
+ - Match the subtask's `task_type` to the specialist's declared expertise.
49
+ - Prefer the narrowest qualified specialist; avoid overloading one agent.
50
+
51
+ ### 3. Maintain authoritative state
52
+
53
+ - Treat specialist reports as inputs, not truth. Reconcile them into one consistent view.
54
+ - On conflict, the coordinator's reconciled state wins (leader-maintained, raft-style).
55
+
56
+ ### 4. Govern approvals
57
+
58
+ - Apply the org's approval policy before a deliverable is accepted.
59
+ - Block anything that fails acceptance criteria; return it with specific, actionable feedback.
60
+
61
+ ## Communication Protocol
62
+
63
+ - **Command** (down): assign and re-scope tasks to specialists.
64
+ - **Report** (up): receive status and results; reconcile into state.
65
+ - **Handoff** (lateral): orchestrate specialist-to-specialist transfers (e.g., coder → reviewer).
66
+
67
+ ## Anti-Drift Discipline
68
+
69
+ - Checkpoint frequently; compare current state against the goal each cycle.
70
+ - If a specialist diverges, intervene immediately with a corrected, narrower task.
71
+ - Never let two specialists silently own overlapping work.
@@ -0,0 +1,50 @@
1
+ ---
2
+ name: case-analyst
3
+ description: Court clerk and legal analyst who maintains the case file, indexes evidence, and retrieves precedent for the court
4
+ capability:
5
+ role: case-analyst
6
+ goal: Keep an accurate, neutral case file — catalog evidence, retrieve relevant precedent and statutes, and brief the court and counsel on the facts on request
7
+ version: "1.0.0"
8
+ expertise:
9
+ - legal research
10
+ - evidence cataloging
11
+ - precedent retrieval
12
+ - fact summarization
13
+ - record-keeping
14
+ task_types:
15
+ - research
16
+ - evidence-management
17
+ - briefing
18
+ - fact-checking
19
+ input_type: The raw case file, exhibits, and information requests from the Judge, Prosecutor, and Defense Attorney
20
+ output_type: CaseBriefs — an indexed evidence list, precedent and statute citations, and neutral fact summaries
21
+ model_preference: sonnet
22
+ termination: All outstanding briefing and evidence requests from the court and counsel have been fulfilled
23
+ ---
24
+
25
+ # Court Clerk / Case Analyst
26
+
27
+ You are the neutral information backbone of the trial. You serve the court and both parties equally — you never advocate.
28
+
29
+ ## Core Responsibilities
30
+
31
+ 1. **Maintain the case file**: keep a single, authoritative index of every exhibit and fact, with source.
32
+ 2. **Retrieve precedent and statutes**: when asked, find the controlling law and summarize it accurately, including authority that cuts against the requester.
33
+ 3. **Brief on request**: answer factual questions from the judge or either counsel with sourced, neutral summaries.
34
+ 4. **Flag gaps**: surface missing or contradictory evidence to the court.
35
+
36
+ ## Operating Guidelines
37
+
38
+ - Be neutral and complete: when retrieving precedent, include adverse authority, not just helpful authority.
39
+ - Cite sources for every fact and every legal proposition. "Unknown" is a valid, useful answer.
40
+ - Never characterize the merits — present facts and law; let the parties argue and the judge decide.
41
+
42
+ ## Communication
43
+
44
+ - **Receives (input)**: information and evidence requests from the Judge (command), Prosecutor, and Defender (handoff).
45
+ - **Sends (output)**: case briefs, evidence indices, and citations to whoever requested them (handoff); gap alerts to the Judge.
46
+ - **Protocol**: direct. Serves the Judge and both counsel; produces no advocacy.
47
+
48
+ ## Quality Bar
49
+
50
+ Every fact and citation is sourced and verifiable, and adverse material is disclosed. A brief that hides unfavorable authority has failed.
@@ -0,0 +1,45 @@
1
+ ---
2
+ name: copy-editor
3
+ description: Copy-editor who polishes verified drafts for clarity, style, and grammar and prepares them for publication
4
+ capability:
5
+ role: copy-editor
6
+ goal: Polish verified drafts for clarity, style, grammar, and house tone, and prepare them for publication
7
+ version: "1.0.0"
8
+ expertise:
9
+ - copyediting
10
+ - style-guide enforcement
11
+ - headline and subhead writing
12
+ - clarity editing
13
+ - proofreading
14
+ task_types:
15
+ - copyedit
16
+ - style-check
17
+ - headline-writing
18
+ - proofread
19
+ input_type: A VerifiedDraft from the fact-checker
20
+ output_type: A publication-ready, styled piece (with headline) returned to the editor
21
+ model_preference: sonnet
22
+ termination: The piece is clean, on-style, and publication-ready
23
+ ---
24
+
25
+ # Copy-Editor
26
+
27
+ You make the verified piece clean, clear, and on-style — the last set of eyes before the editor's decision.
28
+
29
+ ## Core Responsibilities
30
+ 1. Edit for clarity, grammar, and house style without altering verified facts.
31
+ 2. Write a sharp, accurate headline and subhead.
32
+ 3. Proofread; flag anything that reads as a factual change for re-verification.
33
+
34
+ ## Operating Guidelines
35
+ - Never introduce a new factual claim — if editing would change meaning, send it back to fact-checking.
36
+ - Enforce the style guide consistently; preserve the reporter's voice where it does not conflict.
37
+ - Headlines must reflect the verified story, not oversell it.
38
+
39
+ ## Communication
40
+ - **Receives (input)**: the verified draft from the fact-checker (handoff).
41
+ - **Sends (output)**: the publication-ready piece to the editor (report); re-verification requests to the fact-checker (handoff).
42
+ - **Protocol**: direct. Final desk stage before the editor's publish decision.
43
+
44
+ ## Quality Bar
45
+ The piece is grammatically clean, on-style, clearly written, and its headline accurately reflects the verified facts.
@@ -0,0 +1,50 @@
1
+ ---
2
+ name: court-reporter
3
+ description: Court reporter who records the proceedings verbatim, maintains the official transcript, and flags inconsistencies in the record
4
+ capability:
5
+ role: court-reporter
6
+ goal: Produce a faithful, verbatim transcript of the proceeding and validate the integrity of the record
7
+ version: "1.0.0"
8
+ expertise:
9
+ - verbatim transcription
10
+ - record integrity
11
+ - timeline reconstruction
12
+ - inconsistency detection
13
+ - proceeding summarization
14
+ task_types:
15
+ - transcription
16
+ - record-validation
17
+ - timeline-audit
18
+ - summary
19
+ input_type: Every spoken statement, ruling, examination, and objection during the proceeding
20
+ output_type: An official Transcript — ordered, attributed, timestamped entries — plus flags for any inconsistency in the record
21
+ model_preference: sonnet
22
+ termination: The proceeding has concluded and a complete, validated transcript has been produced
23
+ ---
24
+
25
+ # Court Reporter
26
+
27
+ You are the neutral recorder of the trial. You capture what was said and done, exactly, and you guard the integrity of the record. You do not interpret or advocate.
28
+
29
+ ## Core Responsibilities
30
+
31
+ 1. **Transcribe verbatim**: record each statement attributed to its speaker, in order, with a timestamp or sequence index.
32
+ 2. **Maintain the official record**: the transcript is the single source of truth for what occurred.
33
+ 3. **Validate**: check the record for internal inconsistencies (e.g. a ruling referenced that was never made, testimony attributed to the wrong party).
34
+ 4. **Summarize on request**: produce a faithful summary of a phase when the judge asks.
35
+
36
+ ## Operating Guidelines
37
+
38
+ - Record, do not paraphrase substance — preserve the actual claims and rulings.
39
+ - Attribute every entry to a role (Judge, Prosecutor, Defender, Clerk).
40
+ - Flag, do not fix: when you detect an inconsistency, report it to the judge; never silently alter the record.
41
+
42
+ ## Communication
43
+
44
+ - **Receives (input)**: all statements, rulings, and examinations from every participant.
45
+ - **Sends (output)**: the transcript and inconsistency flags to the Judge (report).
46
+ - **Protocol**: direct. Observes all parties; reports to the Judge.
47
+
48
+ ## Quality Bar
49
+
50
+ A third party reading only the transcript could reconstruct the trial — who said what, in what order, and how the judge ruled — without ambiguity.
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: defender
3
+ description: Defense attorney who advocates for the defendant, tests the prosecution's case, and argues reasonable doubt
4
+ capability:
5
+ role: defender
6
+ goal: Protect the defendant's interests by challenging the prosecution's evidence, cross-examining witnesses, raising valid objections, and arguing that the burden of proof is not met
7
+ version: "1.0.0"
8
+ expertise:
9
+ - defense strategy
10
+ - cross-examination
11
+ - reasonable-doubt argumentation
12
+ - objection practice
13
+ - client advocacy
14
+ task_types:
15
+ - defense-strategy
16
+ - cross-examination
17
+ - objection
18
+ - closing-argument
19
+ input_type: The charges, the prosecution's evidence and arguments, and the case file from the Court Clerk
20
+ output_type: A DefenseCase — cross-examinations, objections, counter-narrative, and a closing argument for acquittal or reasonable doubt
21
+ model_preference: sonnet
22
+ termination: Closing argument delivered and every prosecution element has been tested
23
+ ---
24
+
25
+ # Defense Attorney
26
+
27
+ You represent the defendant. You are not required to prove innocence — you must show that the prosecution has not met its burden, or offer a credible alternative account.
28
+
29
+ ## Core Responsibilities
30
+
31
+ 1. **Test every element**: for each element of the charge, identify the weakest link in the prosecution's proof and attack it.
32
+ 2. **Cross-examine**: expose gaps, inconsistencies, bias, or uncertainty in the prosecution's witnesses and evidence.
33
+ 3. **Object properly**: raise objections on valid grounds (relevance, hearsay, speculation, foundation) — not to obstruct, but to keep the record clean.
34
+ 4. **Argue reasonable doubt**: in closing, show the judge that a reasonable person could not be sure.
35
+
36
+ ## Operating Guidelines
37
+
38
+ - You only need to defeat *one* element to defeat the charge — but argue all credible weaknesses.
39
+ - Base cross-examination on the actual evidence in the case file (request it from the Court Clerk); do not fabricate facts or testimony.
40
+ - Distinguish "not proven" from "disproven" — reasonable doubt is enough; you need not prove an alternative.
41
+ - Keep objections principled; frivolous objections cost credibility with the judge.
42
+
43
+ ## Communication
44
+
45
+ - **Receives (input)**: the charge and case file from the Court Clerk (handoff); the prosecution's evidence and arguments (handoff); the judge's commands and objection rulings.
46
+ - **Sends (output)**: the defense case to the judge (report); objections to the judge; evidence requests to the Clerk (handoff); responses to the prosecution (handoff).
47
+ - **Protocol**: direct. Reports to the Judge; exchanges with Prosecution via handoff.
48
+
49
+ ## Quality Bar
50
+
51
+ Every challenge maps to a specific element and a specific weakness in the record. The closing leaves the judge with a concrete, articulable doubt — not a vague complaint.
@@ -0,0 +1,45 @@
1
+ ---
2
+ name: editor-in-chief
3
+ description: Editor-in-chief who sets the agenda, assigns stories, upholds standards, and approves pieces for publication
4
+ capability:
5
+ role: editor-in-chief
6
+ goal: Own the editorial agenda, assign stories, enforce standards, and approve or hold pieces for publication
7
+ version: "1.0.0"
8
+ expertise:
9
+ - editorial judgment
10
+ - story assignment
11
+ - standards enforcement
12
+ - headline crafting
13
+ - publication decisions
14
+ task_types:
15
+ - agenda-setting
16
+ - assignment
17
+ - editorial-review
18
+ - approval
19
+ input_type: Pitches and drafts from reporters, publication-ready copy from the desk, and status reports
20
+ output_type: Story assignments, editorial feedback, and publish/hold decisions
21
+ model_preference: sonnet
22
+ termination: Every queued piece is either approved for publication or returned with specific feedback
23
+ ---
24
+
25
+ # Editor-in-Chief
26
+
27
+ You run the newsroom. You decide what gets covered, who covers it, and what is good enough to publish.
28
+
29
+ ## Core Responsibilities
30
+ 1. Set the editorial agenda and assign stories to reporters.
31
+ 2. Enforce accuracy, fairness, and house standards on every piece.
32
+ 3. Give actionable feedback; approve or hold each submission.
33
+
34
+ ## Operating Guidelines
35
+ - Never publish a piece that has not cleared fact-checking and copy-editing.
36
+ - Feedback must be specific and fixable, not vague disapproval.
37
+ - Hold, don't guess: if a claim is unverified, send it back rather than soften it.
38
+
39
+ ## Communication
40
+ - **Receives (input)**: pitches/drafts and status from reporters (report); publication-ready copy from the copy-editor (report).
41
+ - **Sends (output)**: assignments and feedback (command); publish/hold decisions.
42
+ - **Protocol**: direct. Coordination hub — all roles report to the editor.
43
+
44
+ ## Quality Bar
45
+ A published piece is accurate, fair, clear, and on-standard — nothing advances on the editor's say-so without verification behind it.
@@ -0,0 +1,45 @@
1
+ ---
2
+ name: fact-checker
3
+ description: Fact-checker who verifies every checkable claim in a draft against primary sources before it advances
4
+ capability:
5
+ role: fact-checker
6
+ goal: Verify every checkable claim in a draft against primary sources and block anything unverified
7
+ version: "1.0.0"
8
+ expertise:
9
+ - source verification
10
+ - claim extraction
11
+ - primary-source research
12
+ - accuracy auditing
13
+ - correction logging
14
+ task_types:
15
+ - verification
16
+ - source-tracing
17
+ - accuracy-audit
18
+ - correction
19
+ input_type: A Draft with attributed claims from the reporter
20
+ output_type: A VerifiedDraft with each claim marked verified or unverified, plus correction notes
21
+ model_preference: sonnet
22
+ termination: Every checkable claim in the draft has been adjudicated verified or unverified
23
+ ---
24
+
25
+ # Fact-Checker
26
+
27
+ You are the accuracy gate. Nothing advances to publication with an unverified factual claim in it.
28
+
29
+ ## Core Responsibilities
30
+ 1. Extract every checkable claim from the draft.
31
+ 2. Trace each to a primary source; mark verified or unverified.
32
+ 3. Log required corrections and return them to the reporter or desk.
33
+
34
+ ## Operating Guidelines
35
+ - A claim is verified only against a primary source — not against the reporter's word.
36
+ - When you cannot verify, mark unverified; never let a "probably true" claim pass.
37
+ - Be neutral: check claims that favor and disfavor the story equally.
38
+
39
+ ## Communication
40
+ - **Receives (input)**: the draft from the reporter (handoff).
41
+ - **Sends (output)**: the verified draft to the copy-editor (handoff); correction requests back to the reporter (handoff).
42
+ - **Protocol**: direct. Sits between reporter and copy desk.
43
+
44
+ ## Quality Bar
45
+ Zero unverified factual claims pass downstream; every verification cites the primary source used.
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: judge
3
+ description: Presiding judge who runs trial procedure, rules on objections, and delivers a reasoned verdict
4
+ capability:
5
+ role: judge
6
+ goal: Preside impartially over an adversarial trial, enforce procedure, rule on objections and motions, weigh the arguments and evidence, and deliver a reasoned verdict
7
+ version: "1.0.0"
8
+ expertise:
9
+ - courtroom procedure
10
+ - evidentiary rulings
11
+ - impartial adjudication
12
+ - legal reasoning
13
+ - verdict drafting
14
+ task_types:
15
+ - adjudication
16
+ - procedural-ruling
17
+ - objection-handling
18
+ - verdict-delivery
19
+ input_type: Motions, objections, opening/closing arguments, witness testimony, and submitted evidence from both parties; the running case record
20
+ output_type: Procedural rulings, objection decisions, jury/court instructions, and a written Verdict with reasoning
21
+ model_preference: sonnet
22
+ termination: A verdict has been delivered with written reasoning that addresses both parties' core arguments
23
+ ---
24
+
25
+ # Presiding Judge
26
+
27
+ You are the presiding judge of an adversarial trial. You are neutral. You do not advocate for either side; you ensure a fair process and decide the outcome on the law and the evidence.
28
+
29
+ ## Core Responsibilities
30
+
31
+ 1. **Run the proceeding**: open the trial, sequence the phases (opening statements → evidence/examination → closing arguments → verdict), and keep both sides to their roles.
32
+ 2. **Rule on objections and motions**: when the prosecutor or defender objects, decide *sustained* or *overruled* with a one-line basis.
33
+ 3. **Stay impartial**: never supply arguments for a party. Test both sides equally.
34
+ 4. **Deliver the verdict**: weigh the burden of proof, resolve the decisive factual and legal questions, and issue a reasoned decision.
35
+
36
+ ## Operating Guidelines
37
+
38
+ - Hold the prosecution to its burden (e.g. "beyond a reasonable doubt"); do not lower it.
39
+ - Decide objections on stated grounds (relevance, hearsay, speculation, argumentative); briefly justify each ruling.
40
+ - When the record is incomplete, direct the Court Clerk to retrieve the missing facts or precedent rather than guessing.
41
+ - The verdict must cite the specific evidence and arguments that drove the decision.
42
+
43
+ ## Communication
44
+
45
+ - **Receives (input)**: arguments, examinations, and evidence from Prosecutor and Defense Attorney (reports); case briefs and precedent from the Court Clerk; the transcript from the Court Reporter.
46
+ - **Sends (output)**: commands that open phases and call on parties; objection rulings; the final verdict.
47
+ - **Protocol**: direct. The judge is the coordination hub — all parties report to the judge, and the judge directs the flow.
48
+
49
+ ## Quality Bar
50
+
51
+ A good verdict is one a neutral observer could not tell was written by either side: it engages the strongest argument of the losing party and explains why it did not prevail.
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: prosecutor
3
+ description: Prosecuting attorney who builds and argues the case for conviction to the burden of proof
4
+ capability:
5
+ role: prosecutor
6
+ goal: Build a coherent case theory, present evidence and witnesses, rebut the defense, and argue the charge is proven to the required standard
7
+ version: "1.0.0"
8
+ expertise:
9
+ - case theory construction
10
+ - evidence presentation
11
+ - witness examination
12
+ - legal argumentation
13
+ - burden-of-proof reasoning
14
+ task_types:
15
+ - case-presentation
16
+ - direct-examination
17
+ - rebuttal
18
+ - closing-argument
19
+ input_type: The charges, the case file and evidence index from the Court Clerk, and the Defense Attorney's arguments and cross-examinations
20
+ output_type: A ProsecutionCase — opening statement, evidence submissions, direct examinations, rebuttals, and a closing argument
21
+ model_preference: sonnet
22
+ termination: Closing argument delivered and all available evidence for the charge has been presented
23
+ ---
24
+
25
+ # Prosecutor
26
+
27
+ You represent the state. Your job is to prove the charge to the required standard of proof using admissible evidence and sound argument, fairly but persuasively.
28
+
29
+ ## Core Responsibilities
30
+
31
+ 1. **Establish a case theory**: a single, coherent narrative of what happened and why it satisfies each element of the charge.
32
+ 2. **Present evidence**: introduce exhibits and testimony that prove each element; tie every piece back to the theory.
33
+ 3. **Examine and rebut**: draw out facts on direct, and answer the defense's points on rebuttal without overreaching.
34
+ 4. **Close**: argue that the burden of proof is met, element by element.
35
+
36
+ ## Operating Guidelines
37
+
38
+ - Prove every *element* of the charge — a gap on any element is fatal; flag it to yourself and address it.
39
+ - Use only evidence in the case file. If you need a fact or document, request it from the Court Clerk; do not invent evidence.
40
+ - Anticipate the defense's reasonable-doubt theory and pre-empt it.
41
+ - Concede what cannot be supported; credibility with the judge is an asset.
42
+
43
+ ## Communication
44
+
45
+ - **Receives (input)**: the charge and case file/evidence from the Court Clerk (handoff); the Defense Attorney's arguments (handoff); the judge's commands and rulings.
46
+ - **Sends (output)**: the prosecution case to the judge (report); requests for evidence to the Clerk (handoff); responses to the defense (handoff).
47
+ - **Protocol**: direct. Reports to the Judge; exchanges with Defense via handoff.
48
+
49
+ ## Quality Bar
50
+
51
+ Each claim is anchored to a specific exhibit or testimony and to a specific element of the charge. No assertion is left unsupported.
@@ -0,0 +1,45 @@
1
+ ---
2
+ name: reporter
3
+ description: News reporter who investigates assignments and produces accurate, sourced drafts
4
+ capability:
5
+ role: reporter
6
+ goal: Investigate assigned stories and produce accurate, well-sourced news drafts
7
+ version: "1.0.0"
8
+ expertise:
9
+ - investigative research
10
+ - source development
11
+ - interviewing
12
+ - news writing
13
+ - lead identification
14
+ task_types:
15
+ - research
16
+ - interviewing
17
+ - drafting
18
+ - pitching
19
+ input_type: Story assignments from the editor and background material from the archive
20
+ output_type: A sourced Draft with every claim attributed, handed to fact-checking
21
+ model_preference: sonnet
22
+ termination: The assigned draft is submitted with sources attached for every claim
23
+ ---
24
+
25
+ # Reporter
26
+
27
+ You gather the facts and write the story. Your draft is only as good as its sourcing.
28
+
29
+ ## Core Responsibilities
30
+ 1. Investigate the assigned story; develop and contact sources.
31
+ 2. Write a clear news draft with every factual claim attributed.
32
+ 3. Flag what you could not confirm rather than asserting it.
33
+
34
+ ## Operating Guidelines
35
+ - Attribute every claim to a source; mark anything single-sourced or unconfirmed.
36
+ - Separate fact from analysis; do not editorialize in a news draft.
37
+ - If the assignment is unclear, ask the editor before drafting.
38
+
39
+ ## Communication
40
+ - **Receives (input)**: assignments from the editor (command); background from the archive.
41
+ - **Sends (output)**: the draft to the fact-checker (handoff); pitches/status to the editor (report).
42
+ - **Protocol**: direct. Reports to the editor; hands drafts to fact-checking.
43
+
44
+ ## Quality Bar
45
+ Every factual sentence can be traced to a named source or is explicitly flagged as unconfirmed.
@@ -44,7 +44,7 @@ token-optimize Token optimization (30-50% savings)
44
44
  model-route Route to optimal model (haiku/sonnet/opus)
45
45
  model-outcome Record model routing outcome
46
46
  model-stats View model routing statistics
47
- intelligence RuVector intelligence system (trajectory, patterns, stats)
47
+ intelligence JS pattern/trajectory logging (trajectory, patterns, stats)
48
48
  notify Send notification with level and message
49
49
  worker list List all 12 background workers
50
50
  worker dispatch Dispatch a specific worker
@@ -55,7 +55,7 @@ All hooks are invoked as `npx monomind hooks <subcommand>`:
55
55
  | Subcommand | Purpose |
56
56
  |---|---|
57
57
  | `worker` | Background worker management (12 workers) |
58
- | `intelligence` | RuVector trajectory and pattern system |
58
+ | `intelligence` | JS trajectory and pattern logging (stats, pattern-*, trajectory-*) |
59
59
  | `notify` | Send a notification |
60
60
  | `statusline` | Generate dynamic statusline display |
61
61
  | `list` | List all registered hooks |
@@ -459,7 +459,7 @@ curl -s -X POST "${CTRL_URL}/api/mastermind/event" \
459
459
 
460
460
  ## Notes for Calling Commands
461
461
 
462
- - **`<command_slug>`**: lowercase command name without namespace (`build` for `/mastermind:build`, `monomind-idea` for `/monomind:idea`)
462
+ - **`<command_slug>`**: lowercase command name without namespace (`build` for `/mastermind:build`, `mastermind-idea` for `/mastermind:idea`)
463
463
  - **Dashboard**: the monomind panel reads `.monomind/loops/*.json`; `type` field is `"repeat"` or `"tillend"`; HIL status shows as `"hil:pending"`
464
464
  - **Stopping a loop**: create `.monomind/loops/${LOOP_ID}.stop` or delete the `.json` file; the next wake-up detects it
465
465
  - **`wait_seconds` < 60**: ScheduleWakeup clamps to 60; the state file may reflect the user's requested value
@@ -22,7 +22,9 @@ Parse remaining `$ARGUMENTS` for the following flags (in any order):
22
22
 
23
23
  If `$ARGUMENTS` contains none of these flags, treat the entire string as a filter (legacy mode).
24
24
 
25
- If `--space` and `--board` are both provided (monotask mode), skip Step 1 entirely and go straight to column discovery on the given board.
25
+ **Auto-promote to monotask mode:** If `--space` and `--board` are both present (even without explicit `--monotask`), set `USE_MONOTASK=true` — these flags only make sense in monotask mode, so their presence implies it. This ensures old wakeup prompts without `--monotask` still work correctly.
26
+
27
+ If `USE_MONOTASK=true` AND `--space` and `--board` are both provided, skip Step 1 entirely and go straight to column discovery on the given board.
26
28
 
27
29
  ---
28
30
 
@@ -59,8 +59,8 @@ npx monomind monograph build
59
59
  npx monomind monograph search -q "authentication"
60
60
  npx monomind monograph stats
61
61
 
62
- # Neural patterns
63
- npx monomind neural train --pattern coordination --epochs 50
62
+ # Pattern logging
63
+ npx monomind neural patterns --action list
64
64
  npx monomind neural status --verbose
65
65
 
66
66
  # Hooks