odd-flow 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (377) hide show
  1. package/README.md +126 -7475
  2. package/bin/cli.js +2 -2
  3. package/package.json +12 -12
  4. package/v3/{@claude-flow → @odd-flow}/cli/README.md +118 -4
  5. package/v3/{@claude-flow → @odd-flow}/cli/bin/cli.js +4 -4
  6. package/v3/{@claude-flow → @odd-flow}/cli/bin/mcp-server.js +2 -2
  7. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/gguf-engine.d.ts +1 -1
  8. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/gguf-engine.js +1 -1
  9. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/ruvllm-bridge.d.ts +1 -1
  10. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/ruvllm-bridge.js +1 -1
  11. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-runner.d.ts +1 -1
  12. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-runner.js +1 -1
  13. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-signing.d.ts +1 -1
  14. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-signing.js +1 -1
  15. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/autopilot-state.d.ts +3 -3
  16. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/autopilot-state.js +3 -3
  17. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/agent-wasm.js +7 -7
  18. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/agent.js +15 -15
  19. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/analyze.js +52 -52
  20. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/appliance.js +1 -1
  21. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/autopilot.js +4 -4
  22. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/benchmark.js +16 -16
  23. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/claims.js +21 -21
  24. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/cleanup.d.ts +1 -1
  25. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/cleanup.js +9 -9
  26. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/completions.js +41 -41
  27. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/config.js +9 -9
  28. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/daemon.js +27 -27
  29. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/deployment.js +20 -20
  30. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/doctor.js +24 -24
  31. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/embeddings.js +58 -58
  32. package/v3/@odd-flow/cli/dist/src/commands/escalation.d.ts +7 -0
  33. package/v3/@odd-flow/cli/dist/src/commands/escalation.js +115 -0
  34. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/guidance.js +30 -30
  35. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/hive-mind.js +20 -20
  36. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/hooks.js +103 -103
  37. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/index.d.ts +3 -0
  38. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/index.js +20 -0
  39. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/init.js +49 -48
  40. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/issues.js +6 -6
  41. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/mcp.d.ts +1 -1
  42. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/mcp.js +14 -14
  43. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/memory.js +33 -33
  44. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/migrate.js +28 -28
  45. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/neural.js +35 -35
  46. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/performance.js +13 -13
  47. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/plugins.js +33 -33
  48. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/process.js +36 -36
  49. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/progress.d.ts +1 -1
  50. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/progress.js +7 -7
  51. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/providers.js +13 -13
  52. package/v3/@odd-flow/cli/dist/src/commands/refinery.d.ts +7 -0
  53. package/v3/@odd-flow/cli/dist/src/commands/refinery.js +64 -0
  54. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/route.js +26 -26
  55. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/backup.js +9 -9
  56. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/benchmark.js +4 -4
  57. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/import.d.ts +3 -3
  58. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/import.js +11 -11
  59. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/index.js +9 -9
  60. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/init.js +7 -7
  61. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/migrate.js +5 -5
  62. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/optimize.js +7 -7
  63. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/setup.d.ts +3 -3
  64. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/setup.js +14 -14
  65. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/status.js +4 -4
  66. package/v3/@odd-flow/cli/dist/src/commands/scheduler.d.ts +7 -0
  67. package/v3/@odd-flow/cli/dist/src/commands/scheduler.js +86 -0
  68. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/security.js +22 -22
  69. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/session.js +13 -13
  70. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/start.js +16 -16
  71. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/status.js +9 -9
  72. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/swarm.js +10 -10
  73. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/task.js +9 -9
  74. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/transfer-store.js +17 -17
  75. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/update.d.ts +1 -1
  76. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/update.js +8 -8
  77. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/workflow.js +13 -13
  78. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/config-adapter.d.ts +1 -1
  79. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/config-adapter.js +1 -1
  80. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/index.js +2 -2
  81. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/infrastructure/in-memory-repositories.d.ts +4 -4
  82. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/claudemd-generator.js +31 -31
  83. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/executor.js +63 -63
  84. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/helpers-generator.d.ts +1 -1
  85. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/helpers-generator.js +19 -19
  86. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/mcp-generator.js +1 -1
  87. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/settings-generator.js +6 -6
  88. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/statusline-generator.js +16 -16
  89. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/types.d.ts +3 -3
  90. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-server.d.ts +2 -2
  91. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-server.js +15 -15
  92. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/agent-tools.js +36 -1
  93. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/agentdb-tools.js +1 -1
  94. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/claims-tools.d.ts +1 -1
  95. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/claims-tools.js +2 -2
  96. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/config-tools.js +12 -1
  97. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/coordination-tools.js +1 -1
  98. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/embeddings-tools.js +1 -1
  99. package/v3/@odd-flow/cli/dist/src/mcp-tools/escalation-tools.d.ts +15 -0
  100. package/v3/@odd-flow/cli/dist/src/mcp-tools/escalation-tools.js +153 -0
  101. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/hive-mind-tools.js +4 -4
  102. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/hooks-tools.js +3 -3
  103. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/index.d.ts +3 -0
  104. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/index.js +4 -0
  105. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/memory-tools.js +1 -1
  106. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/neural-tools.d.ts +3 -3
  107. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/neural-tools.js +8 -8
  108. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/performance-tools.js +1 -1
  109. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/progress-tools.d.ts +1 -1
  110. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/progress-tools.js +8 -8
  111. package/v3/@odd-flow/cli/dist/src/mcp-tools/refinery-tools.d.ts +16 -0
  112. package/v3/@odd-flow/cli/dist/src/mcp-tools/refinery-tools.js +223 -0
  113. package/v3/@odd-flow/cli/dist/src/mcp-tools/scheduler-tools.d.ts +16 -0
  114. package/v3/@odd-flow/cli/dist/src/mcp-tools/scheduler-tools.js +72 -0
  115. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/security-tools.js +3 -3
  116. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/session-tools.js +1 -1
  117. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/swarm-tools.js +123 -1
  118. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/system-tools.js +2 -2
  119. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/task-tools.js +1 -1
  120. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/workflow-tools.js +1 -1
  121. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/intelligence.js +5 -5
  122. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/memory-bridge.js +2 -2
  123. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/memory-initializer.js +3 -3
  124. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/manager.js +10 -10
  125. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/store/discovery.js +99 -99
  126. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/tests/demo-plugin-store.js +6 -6
  127. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/tests/standalone-test.js +6 -6
  128. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/tests/test-plugin-store.js +2 -2
  129. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/circuit-breaker.d.ts +1 -1
  130. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/circuit-breaker.js +1 -1
  131. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/error-handler.d.ts +1 -1
  132. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/error-handler.js +1 -1
  133. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/index.d.ts +1 -1
  134. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/index.js +1 -1
  135. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/monitoring.d.ts +1 -1
  136. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/monitoring.js +1 -1
  137. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/rate-limiter.d.ts +1 -1
  138. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/rate-limiter.js +1 -1
  139. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/retry.d.ts +1 -1
  140. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/production/retry.js +1 -1
  141. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/runtime/headless.d.ts +3 -3
  142. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/runtime/headless.js +3 -3
  143. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/agent-wasm.d.ts +1 -1
  144. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/agent-wasm.js +1 -1
  145. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/graph-analyzer.d.ts +1 -1
  146. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/graph-analyzer.js +1 -1
  147. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/index.d.ts +1 -1
  148. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/index.js +1 -1
  149. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/ruvllm-wasm.d.ts +1 -1
  150. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/ruvllm-wasm.js +1 -1
  151. package/v3/@odd-flow/cli/dist/src/services/checkpoint-manager.d.ts +46 -0
  152. package/v3/@odd-flow/cli/dist/src/services/checkpoint-manager.js +114 -0
  153. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/claim-service.js +1 -1
  154. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/config-file-manager.js +2 -2
  155. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/container-worker-pool.js +6 -6
  156. package/v3/@odd-flow/cli/dist/src/services/escalation-router.d.ts +46 -0
  157. package/v3/@odd-flow/cli/dist/src/services/escalation-router.js +138 -0
  158. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/headless-worker-executor.js +2 -2
  159. package/v3/@odd-flow/cli/dist/src/services/refinery.d.ts +66 -0
  160. package/v3/@odd-flow/cli/dist/src/services/refinery.js +165 -0
  161. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/registry-api.js +1 -1
  162. package/v3/@odd-flow/cli/dist/src/services/scheduler.d.ts +66 -0
  163. package/v3/@odd-flow/cli/dist/src/services/scheduler.js +228 -0
  164. package/v3/@odd-flow/cli/dist/src/services/watchdog-deacon.d.ts +20 -0
  165. package/v3/@odd-flow/cli/dist/src/services/watchdog-deacon.js +52 -0
  166. package/v3/@odd-flow/cli/dist/src/services/watchdog-dogs.d.ts +42 -0
  167. package/v3/@odd-flow/cli/dist/src/services/watchdog-dogs.js +81 -0
  168. package/v3/@odd-flow/cli/dist/src/services/watchdog-witness.d.ts +38 -0
  169. package/v3/@odd-flow/cli/dist/src/services/watchdog-witness.js +57 -0
  170. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/worker-daemon.d.ts +1 -1
  171. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/worker-daemon.js +18 -18
  172. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/worker-queue.js +1 -1
  173. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/suggest.js +1 -1
  174. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/ipfs/upload.d.ts +1 -1
  175. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/ipfs/upload.js +1 -1
  176. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/models/seraphine.js +2 -2
  177. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/serialization/cfp.js +1 -1
  178. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/storage/gcs.d.ts +1 -1
  179. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/storage/gcs.js +4 -4
  180. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/discovery.js +7 -7
  181. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/registry.js +4 -4
  182. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/tests/standalone-test.js +4 -4
  183. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/test-seraphine.js +1 -1
  184. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/checker.d.ts +1 -1
  185. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/checker.js +11 -11
  186. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/executor.js +1 -1
  187. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/index.d.ts +1 -1
  188. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/index.js +1 -1
  189. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/rate-limiter.js +1 -1
  190. package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/validator.js +11 -11
  191. package/v3/{@claude-flow → @odd-flow}/cli/package.json +5 -5
  192. package/v3/{@claude-flow → @odd-flow}/shared/README.md +35 -35
  193. package/v3/{@claude-flow → @odd-flow}/shared/package.json +1 -1
  194. package/v3/README.md +55 -55
  195. /package/v3/{@claude-flow → @odd-flow}/cli/bin/preinstall.cjs +0 -0
  196. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-builder.d.ts +0 -0
  197. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-builder.js +0 -0
  198. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-distribution.d.ts +0 -0
  199. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-distribution.js +0 -0
  200. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-format.d.ts +0 -0
  201. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/appliance/rvfa-format.js +0 -0
  202. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/benchmarks/pretrain/index.d.ts +0 -0
  203. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/benchmarks/pretrain/index.js +0 -0
  204. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/agent-wasm.d.ts +0 -0
  205. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/agent.d.ts +0 -0
  206. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/analyze.d.ts +0 -0
  207. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/appliance-advanced.d.ts +0 -0
  208. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/appliance-advanced.js +0 -0
  209. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/appliance.d.ts +0 -0
  210. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/autopilot.d.ts +0 -0
  211. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/benchmark.d.ts +0 -0
  212. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/claims.d.ts +0 -0
  213. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/completions.d.ts +0 -0
  214. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/config.d.ts +0 -0
  215. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/daemon.d.ts +0 -0
  216. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/deployment.d.ts +0 -0
  217. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/doctor.d.ts +0 -0
  218. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/embeddings.d.ts +0 -0
  219. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/guidance.d.ts +0 -0
  220. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/hive-mind.d.ts +0 -0
  221. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/hooks.d.ts +0 -0
  222. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/init.d.ts +0 -0
  223. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/issues.d.ts +0 -0
  224. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/memory.d.ts +0 -0
  225. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/migrate.d.ts +0 -0
  226. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/neural.d.ts +0 -0
  227. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/performance.d.ts +0 -0
  228. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/plugins.d.ts +0 -0
  229. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/process.d.ts +0 -0
  230. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/providers.d.ts +0 -0
  231. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/route.d.ts +0 -0
  232. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/backup.d.ts +0 -0
  233. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/benchmark.d.ts +0 -0
  234. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/index.d.ts +0 -0
  235. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/init.d.ts +0 -0
  236. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/migrate.d.ts +0 -0
  237. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/optimize.d.ts +0 -0
  238. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/ruvector/status.d.ts +0 -0
  239. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/security.d.ts +0 -0
  240. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/session.d.ts +0 -0
  241. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/start.d.ts +0 -0
  242. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/status.d.ts +0 -0
  243. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/swarm.d.ts +0 -0
  244. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/task.d.ts +0 -0
  245. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/transfer-store.d.ts +0 -0
  246. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/commands/workflow.d.ts +0 -0
  247. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/index.d.ts +0 -0
  248. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/infrastructure/in-memory-repositories.js +0 -0
  249. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/claudemd-generator.d.ts +0 -0
  250. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/executor.d.ts +0 -0
  251. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/index.d.ts +0 -0
  252. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/index.js +0 -0
  253. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/mcp-generator.d.ts +0 -0
  254. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/settings-generator.d.ts +0 -0
  255. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/statusline-generator.d.ts +0 -0
  256. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/init/types.js +0 -0
  257. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-client.d.ts +0 -0
  258. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-client.js +0 -0
  259. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/agent-tools.d.ts +0 -0
  260. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/agentdb-tools.d.ts +0 -0
  261. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/analyze-tools.d.ts +0 -0
  262. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/analyze-tools.js +0 -0
  263. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/config-tools.d.ts +0 -0
  264. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/coordination-tools.d.ts +0 -0
  265. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/embeddings-tools.d.ts +0 -0
  266. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/hive-mind-tools.d.ts +0 -0
  267. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/hooks-tools.d.ts +0 -0
  268. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/memory-tools.d.ts +0 -0
  269. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/performance-tools.d.ts +0 -0
  270. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/security-tools.d.ts +0 -0
  271. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/session-tools.d.ts +0 -0
  272. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/swarm-tools.d.ts +0 -0
  273. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/system-tools.d.ts +0 -0
  274. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/task-tools.d.ts +0 -0
  275. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/types.d.ts +0 -0
  276. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/types.js +0 -0
  277. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/mcp-tools/workflow-tools.d.ts +0 -0
  278. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/ewc-consolidation.d.ts +0 -0
  279. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/ewc-consolidation.js +0 -0
  280. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/intelligence.d.ts +0 -0
  281. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/memory-bridge.d.ts +0 -0
  282. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/memory-initializer.d.ts +0 -0
  283. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/sona-optimizer.d.ts +0 -0
  284. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/memory/sona-optimizer.js +0 -0
  285. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/output.d.ts +0 -0
  286. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/output.js +0 -0
  287. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/parser.d.ts +0 -0
  288. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/parser.js +0 -0
  289. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/manager.d.ts +0 -0
  290. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/store/discovery.d.ts +0 -0
  291. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/store/index.d.ts +0 -0
  292. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/store/index.js +0 -0
  293. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/store/search.d.ts +0 -0
  294. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/store/search.js +0 -0
  295. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/store/types.d.ts +0 -0
  296. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/store/types.js +0 -0
  297. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/tests/demo-plugin-store.d.ts +0 -0
  298. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/tests/standalone-test.d.ts +0 -0
  299. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/plugins/tests/test-plugin-store.d.ts +0 -0
  300. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/prompt.d.ts +0 -0
  301. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/prompt.js +0 -0
  302. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/ast-analyzer.d.ts +0 -0
  303. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/ast-analyzer.js +0 -0
  304. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/coverage-router.d.ts +0 -0
  305. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/coverage-router.js +0 -0
  306. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/coverage-tools.d.ts +0 -0
  307. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/coverage-tools.js +0 -0
  308. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/diff-classifier.d.ts +0 -0
  309. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/diff-classifier.js +0 -0
  310. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/enhanced-model-router.d.ts +0 -0
  311. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/enhanced-model-router.js +0 -0
  312. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/flash-attention.d.ts +0 -0
  313. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/flash-attention.js +0 -0
  314. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/lora-adapter.d.ts +0 -0
  315. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/lora-adapter.js +0 -0
  316. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/model-router.d.ts +0 -0
  317. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/model-router.js +0 -0
  318. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/moe-router.d.ts +0 -0
  319. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/moe-router.js +0 -0
  320. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/q-learning-router.d.ts +0 -0
  321. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/q-learning-router.js +0 -0
  322. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/semantic-router.d.ts +0 -0
  323. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/semantic-router.js +0 -0
  324. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/vector-db.d.ts +0 -0
  325. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/ruvector/vector-db.js +0 -0
  326. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/agentic-flow-bridge.d.ts +0 -0
  327. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/agentic-flow-bridge.js +0 -0
  328. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/claim-service.d.ts +0 -0
  329. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/config-file-manager.d.ts +0 -0
  330. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/container-worker-pool.d.ts +0 -0
  331. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/headless-worker-executor.d.ts +0 -0
  332. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/index.d.ts +0 -0
  333. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/index.js +0 -0
  334. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/registry-api.d.ts +0 -0
  335. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/ruvector-training.d.ts +0 -0
  336. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/ruvector-training.js +0 -0
  337. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/services/worker-queue.d.ts +0 -0
  338. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/suggest.d.ts +0 -0
  339. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/anonymization/index.d.ts +0 -0
  340. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/anonymization/index.js +0 -0
  341. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/deploy-seraphine.d.ts +0 -0
  342. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/deploy-seraphine.js +0 -0
  343. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/export.d.ts +0 -0
  344. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/export.js +0 -0
  345. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/index.d.ts +0 -0
  346. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/index.js +0 -0
  347. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/ipfs/client.d.ts +0 -0
  348. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/ipfs/client.js +0 -0
  349. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/models/seraphine.d.ts +0 -0
  350. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/serialization/cfp.d.ts +0 -0
  351. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/storage/index.d.ts +0 -0
  352. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/storage/index.js +0 -0
  353. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/discovery.d.ts +0 -0
  354. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/download.d.ts +0 -0
  355. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/download.js +0 -0
  356. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/index.d.ts +0 -0
  357. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/index.js +0 -0
  358. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/publish.d.ts +0 -0
  359. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/publish.js +0 -0
  360. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/registry.d.ts +0 -0
  361. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/search.d.ts +0 -0
  362. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/search.js +0 -0
  363. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/tests/standalone-test.d.ts +0 -0
  364. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/types.d.ts +0 -0
  365. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/store/types.js +0 -0
  366. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/test-seraphine.d.ts +0 -0
  367. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/tests/test-store.d.ts +0 -0
  368. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/tests/test-store.js +0 -0
  369. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/types.d.ts +0 -0
  370. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/transfer/types.js +0 -0
  371. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/types.d.ts +0 -0
  372. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/types.js +0 -0
  373. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/executor.d.ts +0 -0
  374. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/rate-limiter.d.ts +0 -0
  375. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/update/validator.d.ts +0 -0
  376. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/utils/path-validation.d.ts +0 -0
  377. /package/v3/{@claude-flow → @odd-flow}/cli/dist/src/utils/path-validation.js +0 -0
@@ -255,8 +255,8 @@ const preEditCommand = {
255
255
  }
256
256
  ],
257
257
  examples: [
258
- { command: 'claude-flow hooks pre-edit -f src/utils.ts', description: 'Get context before editing' },
259
- { command: 'claude-flow hooks pre-edit -f src/api.ts -o refactor', description: 'Pre-edit with operation type' }
258
+ { command: 'odd-flow hooks pre-edit -f src/utils.ts', description: 'Get context before editing' },
259
+ { command: 'odd-flow hooks pre-edit -f src/api.ts -o refactor', description: 'Pre-edit with operation type' }
260
260
  ],
261
261
  action: async (ctx) => {
262
262
  // Default file to 'unknown' for backward compatibility (env var may be empty)
@@ -360,8 +360,8 @@ const postEditCommand = {
360
360
  }
361
361
  ],
362
362
  examples: [
363
- { command: 'claude-flow hooks post-edit -f src/utils.ts --success true', description: 'Record successful edit' },
364
- { command: 'claude-flow hooks post-edit -f src/api.ts --success false -o "Type error"', description: 'Record failed edit' }
363
+ { command: 'odd-flow hooks post-edit -f src/utils.ts --success true', description: 'Record successful edit' },
364
+ { command: 'odd-flow hooks post-edit -f src/api.ts --success false -o "Type error"', description: 'Record failed edit' }
365
365
  ],
366
366
  action: async (ctx) => {
367
367
  // Default file to 'unknown' for backward compatibility (env var may be empty)
@@ -444,8 +444,8 @@ const preCommandCommand = {
444
444
  }
445
445
  ],
446
446
  examples: [
447
- { command: 'claude-flow hooks pre-command -c "rm -rf dist"', description: 'Assess command risk' },
448
- { command: 'claude-flow hooks pre-command -c "npm install lodash"', description: 'Check package install' }
447
+ { command: 'odd-flow hooks pre-command -c "rm -rf dist"', description: 'Assess command risk' },
448
+ { command: 'odd-flow hooks pre-command -c "npm install lodash"', description: 'Check package install' }
449
449
  ],
450
450
  action: async (ctx) => {
451
451
  const command = ctx.args[0] || ctx.flags.command;
@@ -553,8 +553,8 @@ const postCommandCommand = {
553
553
  }
554
554
  ],
555
555
  examples: [
556
- { command: 'claude-flow hooks post-command -c "npm test" --success true', description: 'Record successful test run' },
557
- { command: 'claude-flow hooks post-command -c "npm build" --success false -e 1', description: 'Record failed build' }
556
+ { command: 'odd-flow hooks post-command -c "npm test" --success true', description: 'Record successful test run' },
557
+ { command: 'odd-flow hooks post-command -c "npm build" --success false -e 1', description: 'Record failed build' }
558
558
  ],
559
559
  action: async (ctx) => {
560
560
  const command = ctx.args[0] || ctx.flags.command;
@@ -625,8 +625,8 @@ const routeCommand = {
625
625
  }
626
626
  ],
627
627
  examples: [
628
- { command: 'claude-flow hooks route -t "Fix authentication bug"', description: 'Route task to optimal agent' },
629
- { command: 'claude-flow hooks route -t "Optimize database queries" -K 5', description: 'Get top 5 suggestions' }
628
+ { command: 'odd-flow hooks route -t "Fix authentication bug"', description: 'Route task to optimal agent' },
629
+ { command: 'odd-flow hooks route -t "Optimize database queries" -K 5', description: 'Get top 5 suggestions' }
630
630
  ],
631
631
  action: async (ctx) => {
632
632
  const task = ctx.args[0] || ctx.flags.task;
@@ -737,8 +737,8 @@ const explainCommand = {
737
737
  }
738
738
  ],
739
739
  examples: [
740
- { command: 'claude-flow hooks explain -t "Fix authentication bug"', description: 'Explain routing decision' },
741
- { command: 'claude-flow hooks explain -t "Optimize queries" -a coder --verbose', description: 'Verbose explanation for specific agent' }
740
+ { command: 'odd-flow hooks explain -t "Fix authentication bug"', description: 'Explain routing decision' },
741
+ { command: 'odd-flow hooks explain -t "Optimize queries" -a coder --verbose', description: 'Verbose explanation for specific agent' }
742
742
  ],
743
743
  action: async (ctx) => {
744
744
  const task = ctx.args[0] || ctx.flags.task;
@@ -856,10 +856,10 @@ const pretrainCommand = {
856
856
  }
857
857
  ],
858
858
  examples: [
859
- { command: 'claude-flow hooks pretrain', description: 'Pretrain with embeddings indexing' },
860
- { command: 'claude-flow hooks pretrain -p ../my-project --depth deep', description: 'Deep analysis of specific project' },
861
- { command: 'claude-flow hooks pretrain --no-with-embeddings', description: 'Skip embedding indexing' },
862
- { command: 'claude-flow hooks pretrain --file-types ts,tsx,js', description: 'Index only TypeScript/JS files' }
859
+ { command: 'odd-flow hooks pretrain', description: 'Pretrain with embeddings indexing' },
860
+ { command: 'odd-flow hooks pretrain -p ../my-project --depth deep', description: 'Deep analysis of specific project' },
861
+ { command: 'odd-flow hooks pretrain --no-with-embeddings', description: 'Skip embedding indexing' },
862
+ { command: 'odd-flow hooks pretrain --file-types ts,tsx,js', description: 'Index only TypeScript/JS files' }
863
863
  ],
864
864
  action: async (ctx) => {
865
865
  const repoPath = ctx.flags.path || '.';
@@ -928,7 +928,7 @@ const pretrainCommand = {
928
928
  if (withEmbeddings) {
929
929
  output.writeln(output.dim(' Semantic search enabled: Use "embeddings search -q <query>" to search'));
930
930
  }
931
- output.writeln(output.dim(' Next step: Run "claude-flow hooks build-agents" to generate optimized configs'));
931
+ output.writeln(output.dim(' Next step: Run "odd-flow hooks build-agents" to generate optimized configs'));
932
932
  return { success: true, data: result };
933
933
  }
934
934
  catch (error) {
@@ -971,8 +971,8 @@ const buildAgentsCommand = {
971
971
  }
972
972
  ],
973
973
  examples: [
974
- { command: 'claude-flow hooks build-agents', description: 'Build all agent configs' },
975
- { command: 'claude-flow hooks build-agents --focus security -o ./config/agents', description: 'Build security-focused configs' }
974
+ { command: 'odd-flow hooks build-agents', description: 'Build all agent configs' },
975
+ { command: 'odd-flow hooks build-agents --focus security -o ./config/agents', description: 'Build security-focused configs' }
976
976
  ],
977
977
  action: async (ctx) => {
978
978
  const output_dir = ctx.flags.output || './agents';
@@ -1058,8 +1058,8 @@ const metricsCommand = {
1058
1058
  }
1059
1059
  ],
1060
1060
  examples: [
1061
- { command: 'claude-flow hooks metrics', description: 'View 24h metrics' },
1062
- { command: 'claude-flow hooks metrics --period 7d --v3-dashboard', description: 'V3 metrics for 7 days' }
1061
+ { command: 'odd-flow hooks metrics', description: 'View 24h metrics' },
1062
+ { command: 'odd-flow hooks metrics --period 7d --v3-dashboard', description: 'V3 metrics for 7 days' }
1063
1063
  ],
1064
1064
  action: async (ctx) => {
1065
1065
  const period = ctx.flags.period || '24h';
@@ -1174,8 +1174,8 @@ const transferFromProjectCommand = {
1174
1174
  }
1175
1175
  ],
1176
1176
  examples: [
1177
- { command: 'claude-flow hooks transfer from-project -s ../old-project', description: 'Transfer all patterns' },
1178
- { command: 'claude-flow hooks transfer from-project -s ../prod --filter security -m 0.9', description: 'Transfer high-confidence security patterns' }
1177
+ { command: 'odd-flow hooks transfer from-project -s ../old-project', description: 'Transfer all patterns' },
1178
+ { command: 'odd-flow hooks transfer from-project -s ../prod --filter security -m 0.9', description: 'Transfer high-confidence security patterns' }
1179
1179
  ],
1180
1180
  action: async (ctx) => {
1181
1181
  const sourcePath = ctx.args[0] || ctx.flags.source;
@@ -1250,11 +1250,11 @@ const transferCommand = {
1250
1250
  description: 'Transfer patterns and plugins via IPFS-based decentralized registry',
1251
1251
  subcommands: [storeCommand, transferFromProjectCommand],
1252
1252
  examples: [
1253
- { command: 'claude-flow hooks transfer store list', description: 'List patterns from registry' },
1254
- { command: 'claude-flow hooks transfer store search -q routing', description: 'Search patterns' },
1255
- { command: 'claude-flow hooks transfer store download -p seraphine-genesis', description: 'Download pattern' },
1256
- { command: 'claude-flow hooks transfer store publish', description: 'Publish pattern to registry' },
1257
- { command: 'claude-flow hooks transfer from-project -s ../other-project', description: 'Transfer from project' },
1253
+ { command: 'odd-flow hooks transfer store list', description: 'List patterns from registry' },
1254
+ { command: 'odd-flow hooks transfer store search -q routing', description: 'Search patterns' },
1255
+ { command: 'odd-flow hooks transfer store download -p seraphine-genesis', description: 'Download pattern' },
1256
+ { command: 'odd-flow hooks transfer store publish', description: 'Publish pattern to registry' },
1257
+ { command: 'odd-flow hooks transfer from-project -s ../other-project', description: 'Transfer from project' },
1258
1258
  ],
1259
1259
  action: async () => {
1260
1260
  output.writeln();
@@ -1276,7 +1276,7 @@ const transferCommand = {
1276
1276
  'Trust levels: unverified, community, verified, official',
1277
1277
  ]);
1278
1278
  output.writeln();
1279
- output.writeln('Run "claude-flow hooks transfer <subcommand> --help" for details');
1279
+ output.writeln('Run "odd-flow hooks transfer <subcommand> --help" for details');
1280
1280
  return { success: true };
1281
1281
  }
1282
1282
  };
@@ -1371,8 +1371,8 @@ const preTaskCommand = {
1371
1371
  }
1372
1372
  ],
1373
1373
  examples: [
1374
- { command: 'claude-flow hooks pre-task -i task-123 -d "Fix auth bug"', description: 'Record task start' },
1375
- { command: 'claude-flow hooks pre-task -i task-456 -d "Implement feature" --auto-spawn', description: 'With auto-spawn' }
1374
+ { command: 'odd-flow hooks pre-task -i task-123 -d "Fix auth bug"', description: 'Record task start' },
1375
+ { command: 'odd-flow hooks pre-task -i task-456 -d "Implement feature" --auto-spawn', description: 'With auto-spawn' }
1376
1376
  ],
1377
1377
  action: async (ctx) => {
1378
1378
  const taskId = ctx.flags.taskId || `task-${Date.now().toString(36)}`;
@@ -1515,8 +1515,8 @@ const postTaskCommand = {
1515
1515
  }
1516
1516
  ],
1517
1517
  examples: [
1518
- { command: 'claude-flow hooks post-task -i task-123 --success true', description: 'Record successful completion' },
1519
- { command: 'claude-flow hooks post-task -i task-456 --success false -q 0.3', description: 'Record failed task' }
1518
+ { command: 'odd-flow hooks post-task -i task-123 --success true', description: 'Record successful completion' },
1519
+ { command: 'odd-flow hooks post-task -i task-456 --success false -q 0.3', description: 'Record failed task' }
1520
1520
  ],
1521
1521
  action: async (ctx) => {
1522
1522
  // Auto-generate task ID if not provided
@@ -1579,8 +1579,8 @@ const sessionEndCommand = {
1579
1579
  }
1580
1580
  ],
1581
1581
  examples: [
1582
- { command: 'claude-flow hooks session-end', description: 'End and save session' },
1583
- { command: 'claude-flow hooks session-end --save-state false', description: 'End without saving' }
1582
+ { command: 'odd-flow hooks session-end', description: 'End and save session' },
1583
+ { command: 'odd-flow hooks session-end --save-state false', description: 'End without saving' }
1584
1584
  ],
1585
1585
  action: async (ctx) => {
1586
1586
  output.printInfo('Ending session...');
@@ -1657,8 +1657,8 @@ const sessionRestoreCommand = {
1657
1657
  }
1658
1658
  ],
1659
1659
  examples: [
1660
- { command: 'claude-flow hooks session-restore', description: 'Restore latest session' },
1661
- { command: 'claude-flow hooks session-restore -i session-12345', description: 'Restore specific session' }
1660
+ { command: 'odd-flow hooks session-restore', description: 'Restore latest session' },
1661
+ { command: 'odd-flow hooks session-restore -i session-12345', description: 'Restore specific session' }
1662
1662
  ],
1663
1663
  action: async (ctx) => {
1664
1664
  const sessionId = ctx.args[0] || ctx.flags.sessionId || 'latest';
@@ -1769,9 +1769,9 @@ const intelligenceCommand = {
1769
1769
  }
1770
1770
  ],
1771
1771
  examples: [
1772
- { command: 'claude-flow hooks intelligence --status', description: 'Show intelligence status' },
1773
- { command: 'claude-flow hooks intelligence -m real-time', description: 'Enable real-time mode' },
1774
- { command: 'claude-flow hooks intelligence --train', description: 'Force training cycle' }
1772
+ { command: 'odd-flow hooks intelligence --status', description: 'Show intelligence status' },
1773
+ { command: 'odd-flow hooks intelligence -m real-time', description: 'Enable real-time mode' },
1774
+ { command: 'odd-flow hooks intelligence --train', description: 'Force training cycle' }
1775
1775
  ],
1776
1776
  action: async (ctx) => {
1777
1777
  const mode = ctx.flags.mode || 'balanced';
@@ -2099,8 +2099,8 @@ const workerListCommand = {
2099
2099
  { name: 'active', short: 'a', type: 'boolean', description: 'Show active worker instances' },
2100
2100
  ],
2101
2101
  examples: [
2102
- { command: 'claude-flow hooks worker list', description: 'List all workers' },
2103
- { command: 'claude-flow hooks worker list --active', description: 'Show active instances' },
2102
+ { command: 'odd-flow hooks worker list', description: 'List all workers' },
2103
+ { command: 'odd-flow hooks worker list --active', description: 'Show active instances' },
2104
2104
  ],
2105
2105
  action: async (ctx) => {
2106
2106
  const spinner = output.createSpinner({ text: 'Loading workers...', spinner: 'dots' });
@@ -2176,9 +2176,9 @@ const workerDispatchCommand = {
2176
2176
  { name: 'sync', short: 's', type: 'boolean', description: 'Wait for completion (synchronous)' },
2177
2177
  ],
2178
2178
  examples: [
2179
- { command: 'claude-flow hooks worker dispatch -t optimize -c src/', description: 'Dispatch optimize worker' },
2180
- { command: 'claude-flow hooks worker dispatch -t audit -p critical', description: 'Security audit with critical priority' },
2181
- { command: 'claude-flow hooks worker dispatch -t testgaps --sync', description: 'Test coverage analysis (sync)' },
2179
+ { command: 'odd-flow hooks worker dispatch -t optimize -c src/', description: 'Dispatch optimize worker' },
2180
+ { command: 'odd-flow hooks worker dispatch -t audit -p critical', description: 'Security audit with critical priority' },
2181
+ { command: 'odd-flow hooks worker dispatch -t testgaps --sync', description: 'Test coverage analysis (sync)' },
2182
2182
  ],
2183
2183
  action: async (ctx) => {
2184
2184
  const trigger = ctx.flags['trigger'];
@@ -2223,7 +2223,7 @@ const workerDispatchCommand = {
2223
2223
  });
2224
2224
  if (background) {
2225
2225
  output.writeln();
2226
- output.writeln(output.dim(`Check status: claude-flow hooks worker status --id ${result.workerId}`));
2226
+ output.writeln(output.dim(`Check status: odd-flow hooks worker status --id ${result.workerId}`));
2227
2227
  }
2228
2228
  return { success: true, data: result };
2229
2229
  }
@@ -2244,9 +2244,9 @@ const workerStatusCommand = {
2244
2244
  { name: 'all', short: 'a', type: 'boolean', description: 'Include completed workers' },
2245
2245
  ],
2246
2246
  examples: [
2247
- { command: 'claude-flow hooks worker status', description: 'Show running workers' },
2248
- { command: 'claude-flow hooks worker status --id worker_audit_1', description: 'Check specific worker' },
2249
- { command: 'claude-flow hooks worker status --all', description: 'Include completed workers' },
2247
+ { command: 'odd-flow hooks worker status', description: 'Show running workers' },
2248
+ { command: 'odd-flow hooks worker status --id worker_audit_1', description: 'Check specific worker' },
2249
+ { command: 'odd-flow hooks worker status --all', description: 'Include completed workers' },
2250
2250
  ],
2251
2251
  action: async (ctx) => {
2252
2252
  const workerId = ctx.flags['id'];
@@ -2329,8 +2329,8 @@ const workerDetectCommand = {
2329
2329
  { name: 'min-confidence', short: 'm', type: 'string', description: 'Minimum confidence threshold (0-1)' },
2330
2330
  ],
2331
2331
  examples: [
2332
- { command: 'claude-flow hooks worker detect -p "optimize performance"', description: 'Detect triggers in prompt' },
2333
- { command: 'claude-flow hooks worker detect -p "security audit" --auto-dispatch', description: 'Detect and dispatch' },
2332
+ { command: 'odd-flow hooks worker detect -p "optimize performance"', description: 'Detect triggers in prompt' },
2333
+ { command: 'odd-flow hooks worker detect -p "security audit" --auto-dispatch', description: 'Detect and dispatch' },
2334
2334
  ],
2335
2335
  action: async (ctx) => {
2336
2336
  const prompt = ctx.flags['prompt'];
@@ -2398,7 +2398,7 @@ const workerCancelCommand = {
2398
2398
  { name: 'id', type: 'string', description: 'Worker ID to cancel', required: true },
2399
2399
  ],
2400
2400
  examples: [
2401
- { command: 'claude-flow hooks worker cancel --id worker_audit_1', description: 'Cancel specific worker' },
2401
+ { command: 'odd-flow hooks worker cancel --id worker_audit_1', description: 'Cancel specific worker' },
2402
2402
  ],
2403
2403
  action: async (ctx) => {
2404
2404
  const workerId = ctx.flags['id'];
@@ -2469,8 +2469,8 @@ const coverageRouteCommand = {
2469
2469
  }
2470
2470
  ],
2471
2471
  examples: [
2472
- { command: 'claude-flow hooks coverage-route -t "fix bug in auth"', description: 'Route with coverage awareness' },
2473
- { command: 'claude-flow hooks coverage-route -t "add tests" --threshold 90', description: 'Route with custom threshold' }
2472
+ { command: 'odd-flow hooks coverage-route -t "fix bug in auth"', description: 'Route with coverage awareness' },
2473
+ { command: 'odd-flow hooks coverage-route -t "add tests" --threshold 90', description: 'Route with custom threshold' }
2474
2474
  ],
2475
2475
  action: async (ctx) => {
2476
2476
  const task = ctx.args[0] || ctx.flags.task;
@@ -2689,8 +2689,8 @@ const coverageSuggestCommand = {
2689
2689
  }
2690
2690
  ],
2691
2691
  examples: [
2692
- { command: 'claude-flow hooks coverage-suggest -p src/', description: 'Suggest improvements for src/' },
2693
- { command: 'claude-flow hooks coverage-suggest -p src/services --threshold 90', description: 'Stricter threshold' }
2692
+ { command: 'odd-flow hooks coverage-suggest -p src/', description: 'Suggest improvements for src/' },
2693
+ { command: 'odd-flow hooks coverage-suggest -p src/services --threshold 90', description: 'Stricter threshold' }
2694
2694
  ],
2695
2695
  action: async (ctx) => {
2696
2696
  const targetPath = ctx.args[0] || ctx.flags.path;
@@ -2878,9 +2878,9 @@ const coverageGapsCommand = {
2878
2878
  }
2879
2879
  ],
2880
2880
  examples: [
2881
- { command: 'claude-flow hooks coverage-gaps', description: 'List all coverage gaps' },
2882
- { command: 'claude-flow hooks coverage-gaps --critical-only', description: 'Only critical gaps' },
2883
- { command: 'claude-flow hooks coverage-gaps --threshold 90', description: 'Stricter threshold' }
2881
+ { command: 'odd-flow hooks coverage-gaps', description: 'List all coverage gaps' },
2882
+ { command: 'odd-flow hooks coverage-gaps --critical-only', description: 'Only critical gaps' },
2883
+ { command: 'odd-flow hooks coverage-gaps --threshold 90', description: 'Stricter threshold' }
2884
2884
  ],
2885
2885
  action: async (ctx) => {
2886
2886
  const threshold = ctx.flags.threshold || 80;
@@ -3100,10 +3100,10 @@ const progressHookCommand = {
3100
3100
  }
3101
3101
  ],
3102
3102
  examples: [
3103
- { command: 'claude-flow hooks progress', description: 'Check current progress' },
3104
- { command: 'claude-flow hooks progress -d', description: 'Detailed breakdown' },
3105
- { command: 'claude-flow hooks progress --sync', description: 'Sync progress to file' },
3106
- { command: 'claude-flow hooks progress --summary', description: 'Human-readable summary' }
3103
+ { command: 'odd-flow hooks progress', description: 'Check current progress' },
3104
+ { command: 'odd-flow hooks progress -d', description: 'Detailed breakdown' },
3105
+ { command: 'odd-flow hooks progress --sync', description: 'Sync progress to file' },
3106
+ { command: 'odd-flow hooks progress --summary', description: 'Human-readable summary' }
3107
3107
  ],
3108
3108
  action: async (ctx) => {
3109
3109
  const detailed = ctx.flags.detailed;
@@ -3134,7 +3134,7 @@ const progressHookCommand = {
3134
3134
  }
3135
3135
  output.writeln();
3136
3136
  output.printSuccess(`Progress synced: ${result.progress}%`);
3137
- output.writeln(output.dim(` Persisted to .claude-flow/metrics/v3-progress.json`));
3137
+ output.writeln(output.dim(` Persisted to .odd-flow/metrics/v3-progress.json`));
3138
3138
  output.writeln(output.dim(` Last updated: ${result.lastUpdated}`));
3139
3139
  return { success: true, data: result };
3140
3140
  }
@@ -3204,9 +3204,9 @@ const workerCommand = {
3204
3204
  ],
3205
3205
  options: [],
3206
3206
  examples: [
3207
- { command: 'claude-flow hooks worker list', description: 'List all workers' },
3208
- { command: 'claude-flow hooks worker dispatch -t optimize', description: 'Dispatch optimizer' },
3209
- { command: 'claude-flow hooks worker detect -p "test coverage"', description: 'Detect from prompt' },
3207
+ { command: 'odd-flow hooks worker list', description: 'List all workers' },
3208
+ { command: 'odd-flow hooks worker dispatch -t optimize', description: 'Dispatch optimizer' },
3209
+ { command: 'odd-flow hooks worker detect -p "test coverage"', description: 'Detect from prompt' },
3210
3210
  ],
3211
3211
  action: async () => {
3212
3212
  output.writeln();
@@ -3239,7 +3239,7 @@ const workerCommand = {
3239
3239
  `${output.highlight('cancel')} - Cancel a running worker`,
3240
3240
  ]);
3241
3241
  output.writeln();
3242
- output.writeln('Run "claude-flow hooks worker <subcommand> --help" for details');
3242
+ output.writeln('Run "odd-flow hooks worker <subcommand> --help" for details');
3243
3243
  return { success: true };
3244
3244
  }
3245
3245
  };
@@ -3268,9 +3268,9 @@ const statuslineCommand = {
3268
3268
  }
3269
3269
  ],
3270
3270
  examples: [
3271
- { command: 'claude-flow hooks statusline', description: 'Display full statusline' },
3272
- { command: 'claude-flow hooks statusline --json', description: 'JSON output for hooks' },
3273
- { command: 'claude-flow hooks statusline --compact', description: 'Single-line status' }
3271
+ { command: 'odd-flow hooks statusline', description: 'Display full statusline' },
3272
+ { command: 'odd-flow hooks statusline --json', description: 'JSON output for hooks' },
3273
+ { command: 'odd-flow hooks statusline --compact', description: 'Single-line status' }
3274
3274
  ],
3275
3275
  action: async (ctx) => {
3276
3276
  const fs = await import('fs');
@@ -3391,8 +3391,8 @@ const statuslineCommand = {
3391
3391
  let intelligencePct = 0;
3392
3392
  // 1. Check learning.json for REAL intelligence metrics first
3393
3393
  const learningJsonPaths = [
3394
- path.join(process.cwd(), '.claude-flow', 'learning.json'),
3395
- path.join(process.cwd(), '.claude', '.claude-flow', 'learning.json'),
3394
+ path.join(process.cwd(), '.odd-flow', 'learning.json'),
3395
+ path.join(process.cwd(), '.claude', '.odd-flow', 'learning.json'),
3396
3396
  path.join(process.cwd(), '.swarm', 'learning.json'),
3397
3397
  ];
3398
3398
  for (const lPath of learningJsonPaths) {
@@ -3419,11 +3419,11 @@ const statuslineCommand = {
3419
3419
  // Check for key project files/dirs
3420
3420
  if (fs.existsSync(path.join(process.cwd(), '.claude')))
3421
3421
  maturityScore += 15;
3422
- if (fs.existsSync(path.join(process.cwd(), '.claude-flow')))
3422
+ if (fs.existsSync(path.join(process.cwd(), '.odd-flow')))
3423
3423
  maturityScore += 15;
3424
3424
  if (fs.existsSync(path.join(process.cwd(), 'CLAUDE.md')))
3425
3425
  maturityScore += 10;
3426
- if (fs.existsSync(path.join(process.cwd(), 'claude-flow.config.json')))
3426
+ if (fs.existsSync(path.join(process.cwd(), 'odd-flow.config.json')))
3427
3427
  maturityScore += 10;
3428
3428
  if (fs.existsSync(path.join(process.cwd(), '.swarm')))
3429
3429
  maturityScore += 10;
@@ -3535,12 +3535,12 @@ const statuslineCommand = {
3535
3535
  // Check for direct database files first
3536
3536
  const dbPaths = [
3537
3537
  path.join(process.cwd(), '.swarm', 'memory.db'),
3538
- path.join(process.cwd(), '.claude-flow', 'memory.db'),
3538
+ path.join(process.cwd(), '.odd-flow', 'memory.db'),
3539
3539
  path.join(process.cwd(), '.claude', 'memory.db'),
3540
3540
  path.join(process.cwd(), 'data', 'memory.db'),
3541
3541
  path.join(process.cwd(), 'memory.db'),
3542
3542
  path.join(process.cwd(), '.agentdb', 'memory.db'),
3543
- path.join(process.cwd(), '.claude-flow', 'memory', 'agentdb.db'),
3543
+ path.join(process.cwd(), '.odd-flow', 'memory', 'agentdb.db'),
3544
3544
  ];
3545
3545
  for (const dbPath of dbPaths) {
3546
3546
  if (fs.existsSync(dbPath)) {
@@ -3557,7 +3557,7 @@ const statuslineCommand = {
3557
3557
  // Check for AgentDB directories if no direct db found
3558
3558
  if (agentdbStats.vectorCount === 0) {
3559
3559
  const agentdbDirs = [
3560
- path.join(process.cwd(), '.claude-flow', 'agentdb'),
3560
+ path.join(process.cwd(), '.odd-flow', 'agentdb'),
3561
3561
  path.join(process.cwd(), '.swarm', 'agentdb'),
3562
3562
  path.join(process.cwd(), 'data', 'agentdb'),
3563
3563
  path.join(process.cwd(), '.agentdb'),
@@ -3584,7 +3584,7 @@ const statuslineCommand = {
3584
3584
  }
3585
3585
  // Check for HNSW index files
3586
3586
  const hnswPaths = [
3587
- path.join(process.cwd(), '.claude-flow', 'hnsw'),
3587
+ path.join(process.cwd(), '.odd-flow', 'hnsw'),
3588
3588
  path.join(process.cwd(), '.swarm', 'hnsw'),
3589
3589
  path.join(process.cwd(), 'data', 'hnsw'),
3590
3590
  ];
@@ -3605,7 +3605,7 @@ const statuslineCommand = {
3605
3605
  }
3606
3606
  }
3607
3607
  // Check for vectors.json file
3608
- const vectorsPath = path.join(process.cwd(), '.claude-flow', 'vectors.json');
3608
+ const vectorsPath = path.join(process.cwd(), '.odd-flow', 'vectors.json');
3609
3609
  if (fs.existsSync(vectorsPath) && agentdbStats.vectorCount === 0) {
3610
3610
  try {
3611
3611
  const data = JSON.parse(fs.readFileSync(vectorsPath, 'utf-8'));
@@ -3701,7 +3701,7 @@ const routeTaskCommand = {
3701
3701
  description: '(DEPRECATED: Use "route" instead) Route task to optimal agent',
3702
3702
  options: routeCommand.options,
3703
3703
  examples: [
3704
- { command: 'claude-flow hooks route-task --auto-swarm true', description: 'Route with auto-swarm (v2 compat)' },
3704
+ { command: 'odd-flow hooks route-task --auto-swarm true', description: 'Route with auto-swarm (v2 compat)' },
3705
3705
  ],
3706
3706
  action: async (ctx) => {
3707
3707
  // Silently handle v2-specific flags that don't exist in v3
@@ -3733,7 +3733,7 @@ const sessionStartCommand = {
3733
3733
  }
3734
3734
  ],
3735
3735
  examples: [
3736
- { command: 'claude-flow hooks session-start --auto-configure true', description: 'Start session (v2 compat)' },
3736
+ { command: 'odd-flow hooks session-start --auto-configure true', description: 'Start session (v2 compat)' },
3737
3737
  ],
3738
3738
  action: async (ctx) => {
3739
3739
  // Map to session-restore for backward compatibility
@@ -3771,9 +3771,9 @@ const tokenOptimizeCommand = {
3771
3771
  { name: 'stats', short: 's', type: 'boolean', description: 'Show token savings statistics' },
3772
3772
  ],
3773
3773
  examples: [
3774
- { command: 'claude-flow hooks token-optimize --stats', description: 'Show token savings stats' },
3775
- { command: 'claude-flow hooks token-optimize -q "auth patterns"', description: 'Get compact context' },
3776
- { command: 'claude-flow hooks token-optimize -A 8 --report', description: 'Config for 8 agents + report' },
3774
+ { command: 'odd-flow hooks token-optimize --stats', description: 'Show token savings stats' },
3775
+ { command: 'odd-flow hooks token-optimize -q "auth patterns"', description: 'Get compact context' },
3776
+ { command: 'odd-flow hooks token-optimize -A 8 --report', description: 'Config for 8 agents + report' },
3777
3777
  ],
3778
3778
  action: async (ctx) => {
3779
3779
  const query = ctx.flags['query'];
@@ -3915,8 +3915,8 @@ const modelRouteCommand = {
3915
3915
  { name: 'prefer-quality', type: 'boolean', description: 'Prefer higher quality models' },
3916
3916
  ],
3917
3917
  examples: [
3918
- { command: 'claude-flow hooks model-route -t "fix typo"', description: 'Route simple task (likely haiku)' },
3919
- { command: 'claude-flow hooks model-route -t "architect auth system"', description: 'Route complex task (likely opus)' },
3918
+ { command: 'odd-flow hooks model-route -t "fix typo"', description: 'Route simple task (likely haiku)' },
3919
+ { command: 'odd-flow hooks model-route -t "architect auth system"', description: 'Route complex task (likely opus)' },
3920
3920
  ],
3921
3921
  action: async (ctx) => {
3922
3922
  const task = ctx.args[0] || ctx.flags.task;
@@ -3990,8 +3990,8 @@ const modelOutcomeCommand = {
3990
3990
  { name: 'quality', short: 'q', type: 'number', description: 'Quality score 0-1' },
3991
3991
  ],
3992
3992
  examples: [
3993
- { command: 'claude-flow hooks model-outcome -t "fix typo" -m haiku -o success', description: 'Record successful haiku task' },
3994
- { command: 'claude-flow hooks model-outcome -t "auth system" -m sonnet -o escalated', description: 'Record escalation to opus' },
3993
+ { command: 'odd-flow hooks model-outcome -t "fix typo" -m haiku -o success', description: 'Record successful haiku task' },
3994
+ { command: 'odd-flow hooks model-outcome -t "auth system" -m sonnet -o escalated', description: 'Record escalation to opus' },
3995
3995
  ],
3996
3996
  action: async (ctx) => {
3997
3997
  const task = ctx.flags.task;
@@ -4028,8 +4028,8 @@ const modelStatsCommand = {
4028
4028
  { name: 'detailed', short: 'd', type: 'boolean', description: 'Show detailed breakdown' },
4029
4029
  ],
4030
4030
  examples: [
4031
- { command: 'claude-flow hooks model-stats', description: 'View routing stats' },
4032
- { command: 'claude-flow hooks model-stats --detailed', description: 'Show detailed breakdown' },
4031
+ { command: 'odd-flow hooks model-stats', description: 'View routing stats' },
4032
+ { command: 'odd-flow hooks model-stats --detailed', description: 'Show detailed breakdown' },
4033
4033
  ],
4034
4034
  action: async (ctx) => {
4035
4035
  try {
@@ -4124,8 +4124,8 @@ const teammateIdleCommand = {
4124
4124
  }
4125
4125
  ],
4126
4126
  examples: [
4127
- { command: 'claude-flow hooks teammate-idle --auto-assign true', description: 'Auto-assign tasks to idle teammate' },
4128
- { command: 'claude-flow hooks teammate-idle -t worker-1 --check-task-list', description: 'Check tasks for specific teammate' }
4127
+ { command: 'odd-flow hooks teammate-idle --auto-assign true', description: 'Auto-assign tasks to idle teammate' },
4128
+ { command: 'odd-flow hooks teammate-idle -t worker-1 --check-task-list', description: 'Check tasks for specific teammate' }
4129
4129
  ],
4130
4130
  action: async (ctx) => {
4131
4131
  const autoAssign = ctx.flags.autoAssign !== false;
@@ -4223,8 +4223,8 @@ const taskCompletedCommand = {
4223
4223
  }
4224
4224
  ],
4225
4225
  examples: [
4226
- { command: 'claude-flow hooks task-completed -i task-123 --train-patterns', description: 'Complete task and train patterns' },
4227
- { command: 'claude-flow hooks task-completed -i task-456 --notify-lead --quality 0.95', description: 'Complete with quality score' }
4226
+ { command: 'odd-flow hooks task-completed -i task-123 --train-patterns', description: 'Complete task and train patterns' },
4227
+ { command: 'odd-flow hooks task-completed -i task-456 --notify-lead --quality 0.95', description: 'Complete with quality score' }
4228
4228
  ],
4229
4229
  action: async (ctx) => {
4230
4230
  const taskId = ctx.args[0] || ctx.flags.taskId;
@@ -4301,8 +4301,8 @@ const notifyCommand = {
4301
4301
  { name: 'channel', short: 'c', type: 'string', description: 'Notification channel', default: 'console' },
4302
4302
  ],
4303
4303
  examples: [
4304
- { command: 'claude-flow hooks notify -m "Build complete"', description: 'Send info notification' },
4305
- { command: 'claude-flow hooks notify -m "Test failed" -l error', description: 'Send error notification' },
4304
+ { command: 'odd-flow hooks notify -m "Build complete"', description: 'Send info notification' },
4305
+ { command: 'odd-flow hooks notify -m "Test failed" -l error', description: 'Send error notification' },
4306
4306
  ],
4307
4307
  action: async (ctx) => {
4308
4308
  const message = ctx.args[0] || ctx.flags.message;
@@ -4376,10 +4376,10 @@ export const hooksCommand = {
4376
4376
  ],
4377
4377
  options: [],
4378
4378
  examples: [
4379
- { command: 'claude-flow hooks pre-edit -f src/utils.ts', description: 'Get context before editing' },
4380
- { command: 'claude-flow hooks route -t "Fix authentication bug"', description: 'Route task to optimal agent' },
4381
- { command: 'claude-flow hooks pretrain', description: 'Bootstrap intelligence from repository' },
4382
- { command: 'claude-flow hooks metrics --v3-dashboard', description: 'View V3 performance metrics' }
4379
+ { command: 'odd-flow hooks pre-edit -f src/utils.ts', description: 'Get context before editing' },
4380
+ { command: 'odd-flow hooks route -t "Fix authentication bug"', description: 'Route task to optimal agent' },
4381
+ { command: 'odd-flow hooks pretrain', description: 'Bootstrap intelligence from repository' },
4382
+ { command: 'odd-flow hooks metrics --v3-dashboard', description: 'View V3 performance metrics' }
4383
4383
  ],
4384
4384
  action: async (ctx) => {
4385
4385
  output.writeln();
@@ -4387,7 +4387,7 @@ export const hooksCommand = {
4387
4387
  output.writeln();
4388
4388
  output.writeln('Intelligent workflow automation with pattern learning and adaptive routing');
4389
4389
  output.writeln();
4390
- output.writeln('Usage: claude-flow hooks <subcommand> [options]');
4390
+ output.writeln('Usage: odd-flow hooks <subcommand> [options]');
4391
4391
  output.writeln();
4392
4392
  output.writeln('Subcommands:');
4393
4393
  output.printList([
@@ -4422,7 +4422,7 @@ export const hooksCommand = {
4422
4422
  `${output.highlight('task-completed')} - Handle task completion (train patterns)`
4423
4423
  ]);
4424
4424
  output.writeln();
4425
- output.writeln('Run "claude-flow hooks <subcommand> --help" for subcommand help');
4425
+ output.writeln('Run "odd-flow hooks <subcommand> --help" for subcommand help');
4426
4426
  output.writeln();
4427
4427
  output.writeln(output.bold('V3 Features:'));
4428
4428
  output.printList([
@@ -31,6 +31,9 @@ export { guidanceCommand } from './guidance.js';
31
31
  export { applianceCommand } from './appliance.js';
32
32
  export { cleanupCommand } from './cleanup.js';
33
33
  export { autopilotCommand } from './autopilot.js';
34
+ export { refineryCommand } from './refinery.js';
35
+ export { escalationCommand } from './escalation.js';
36
+ export { schedulerCommand } from './scheduler.js';
34
37
  export declare function getConfigCommand(): Promise<Command | undefined>;
35
38
  export declare function getMigrateCommand(): Promise<Command | undefined>;
36
39
  export declare function getWorkflowCommand(): Promise<Command | undefined>;
@@ -65,6 +65,10 @@ const commandLoaders = {
65
65
  'transfer-store': () => import('./transfer-store.js'),
66
66
  cleanup: () => import('./cleanup.js'),
67
67
  autopilot: () => import('./autopilot.js'),
68
+ // Phase D: Gastown Augmentation
69
+ refinery: () => import('./refinery.js'),
70
+ escalation: () => import('./escalation.js'),
71
+ scheduler: () => import('./scheduler.js'),
68
72
  };
69
73
  // Cache for loaded commands
70
74
  const loadedCommands = new Map();
@@ -136,6 +140,10 @@ import { guidanceCommand } from './guidance.js';
136
140
  import { applianceCommand } from './appliance.js';
137
141
  import { cleanupCommand } from './cleanup.js';
138
142
  import { autopilotCommand } from './autopilot.js';
143
+ // Phase D: Gastown Augmentation
144
+ import { refineryCommand } from './refinery.js';
145
+ import { escalationCommand } from './escalation.js';
146
+ import { schedulerCommand } from './scheduler.js';
139
147
  // Pre-populate cache with core commands
140
148
  loadedCommands.set('init', initCommand);
141
149
  loadedCommands.set('start', startCommand);
@@ -158,6 +166,9 @@ loadedCommands.set('hive-mind', hiveMindCommand);
158
166
  loadedCommands.set('guidance', guidanceCommand);
159
167
  loadedCommands.set('cleanup', cleanupCommand);
160
168
  loadedCommands.set('autopilot', autopilotCommand);
169
+ loadedCommands.set('refinery', refineryCommand);
170
+ loadedCommands.set('escalation', escalationCommand);
171
+ loadedCommands.set('scheduler', schedulerCommand);
161
172
  // =============================================================================
162
173
  // Exports (maintain backwards compatibility)
163
174
  // =============================================================================
@@ -184,6 +195,9 @@ export { guidanceCommand } from './guidance.js';
184
195
  export { applianceCommand } from './appliance.js';
185
196
  export { cleanupCommand } from './cleanup.js';
186
197
  export { autopilotCommand } from './autopilot.js';
198
+ export { refineryCommand } from './refinery.js';
199
+ export { escalationCommand } from './escalation.js';
200
+ export { schedulerCommand } from './scheduler.js';
187
201
  // Lazy-loaded command re-exports (for backwards compatibility, but async-only)
188
202
  export async function getConfigCommand() { return loadCommand('config'); }
189
203
  export async function getMigrateCommand() { return loadCommand('migrate'); }
@@ -237,6 +251,9 @@ export const commands = [
237
251
  guidanceCommand,
238
252
  cleanupCommand,
239
253
  autopilotCommand,
254
+ refineryCommand,
255
+ escalationCommand,
256
+ schedulerCommand,
240
257
  ];
241
258
  /**
242
259
  * Commands organized by category for help display
@@ -263,6 +280,9 @@ export const commandsByCategory = {
263
280
  ruvectorCommand,
264
281
  guidanceCommand,
265
282
  autopilotCommand,
283
+ refineryCommand,
284
+ escalationCommand,
285
+ schedulerCommand,
266
286
  ],
267
287
  utility: [
268
288
  configCommand,