@cleocode/cleo 2026.4.10 → 2026.4.12

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 (710) hide show
  1. package/dist/cli/commander-shim.d.ts +112 -0
  2. package/dist/cli/commander-shim.d.ts.map +1 -0
  3. package/dist/cli/commander-shim.js +233 -0
  4. package/dist/cli/commander-shim.js.map +1 -0
  5. package/dist/cli/commands/add.d.ts +12 -0
  6. package/dist/cli/commands/add.d.ts.map +1 -0
  7. package/dist/cli/commands/add.js +202 -0
  8. package/dist/cli/commands/add.js.map +1 -0
  9. package/dist/cli/commands/admin.d.ts +12 -0
  10. package/dist/cli/commands/admin.d.ts.map +1 -0
  11. package/dist/cli/commands/admin.js +59 -0
  12. package/dist/cli/commands/admin.js.map +1 -0
  13. package/dist/cli/commands/adr.d.ts +27 -0
  14. package/dist/cli/commands/adr.d.ts.map +1 -0
  15. package/dist/cli/commands/adr.js +79 -0
  16. package/dist/cli/commands/adr.js.map +1 -0
  17. package/dist/cli/commands/agent-profile-status.d.ts +98 -0
  18. package/dist/cli/commands/agent-profile-status.d.ts.map +1 -0
  19. package/dist/cli/commands/agent-profile-status.js +71 -0
  20. package/dist/cli/commands/agent-profile-status.js.map +1 -0
  21. package/dist/cli/commands/agent.d.ts +38 -0
  22. package/dist/cli/commands/agent.d.ts.map +1 -0
  23. package/dist/cli/commands/agent.js +1169 -0
  24. package/dist/cli/commands/agent.js.map +1 -0
  25. package/dist/cli/commands/agents.d.ts +17 -0
  26. package/dist/cli/commands/agents.d.ts.map +1 -0
  27. package/dist/cli/commands/agents.js +20 -0
  28. package/dist/cli/commands/agents.js.map +1 -0
  29. package/dist/cli/commands/analyze.d.ts +12 -0
  30. package/dist/cli/commands/analyze.d.ts.map +1 -0
  31. package/dist/cli/commands/analyze.js +20 -0
  32. package/dist/cli/commands/analyze.js.map +1 -0
  33. package/dist/cli/commands/archive-stats.d.ts +18 -0
  34. package/dist/cli/commands/archive-stats.d.ts.map +1 -0
  35. package/dist/cli/commands/archive-stats.js +49 -0
  36. package/dist/cli/commands/archive-stats.js.map +1 -0
  37. package/dist/cli/commands/archive.d.ts +12 -0
  38. package/dist/cli/commands/archive.d.ts.map +1 -0
  39. package/dist/cli/commands/archive.js +32 -0
  40. package/dist/cli/commands/archive.js.map +1 -0
  41. package/dist/cli/commands/backfill.d.ts +38 -0
  42. package/dist/cli/commands/backfill.d.ts.map +1 -0
  43. package/dist/cli/commands/backfill.js +147 -0
  44. package/dist/cli/commands/backfill.js.map +1 -0
  45. package/dist/cli/commands/backup.d.ts +9 -0
  46. package/dist/cli/commands/backup.d.ts.map +1 -0
  47. package/dist/cli/commands/backup.js +41 -0
  48. package/dist/cli/commands/backup.js.map +1 -0
  49. package/dist/cli/commands/blockers.d.ts +7 -0
  50. package/dist/cli/commands/blockers.d.ts.map +1 -0
  51. package/dist/cli/commands/blockers.js +16 -0
  52. package/dist/cli/commands/blockers.js.map +1 -0
  53. package/dist/cli/commands/brain.d.ts +29 -0
  54. package/dist/cli/commands/brain.d.ts.map +1 -0
  55. package/dist/cli/commands/brain.js +107 -0
  56. package/dist/cli/commands/brain.js.map +1 -0
  57. package/dist/cli/commands/briefing.d.ts +22 -0
  58. package/dist/cli/commands/briefing.d.ts.map +1 -0
  59. package/dist/cli/commands/briefing.js +45 -0
  60. package/dist/cli/commands/briefing.js.map +1 -0
  61. package/dist/cli/commands/bug.d.ts +12 -0
  62. package/dist/cli/commands/bug.d.ts.map +1 -0
  63. package/dist/cli/commands/bug.js +81 -0
  64. package/dist/cli/commands/bug.js.map +1 -0
  65. package/dist/cli/commands/cant.d.ts +32 -0
  66. package/dist/cli/commands/cant.d.ts.map +1 -0
  67. package/dist/cli/commands/cant.js +281 -0
  68. package/dist/cli/commands/cant.js.map +1 -0
  69. package/dist/cli/commands/check.d.ts +22 -0
  70. package/dist/cli/commands/check.d.ts.map +1 -0
  71. package/dist/cli/commands/check.js +164 -0
  72. package/dist/cli/commands/check.js.map +1 -0
  73. package/dist/cli/commands/checkpoint.d.ts +15 -0
  74. package/dist/cli/commands/checkpoint.d.ts.map +1 -0
  75. package/dist/cli/commands/checkpoint.js +91 -0
  76. package/dist/cli/commands/checkpoint.js.map +1 -0
  77. package/dist/cli/commands/code.d.ts +11 -0
  78. package/dist/cli/commands/code.d.ts.map +1 -0
  79. package/dist/cli/commands/code.js +114 -0
  80. package/dist/cli/commands/code.js.map +1 -0
  81. package/dist/cli/commands/commands.d.ts +13 -0
  82. package/dist/cli/commands/commands.d.ts.map +1 -0
  83. package/dist/cli/commands/commands.js +29 -0
  84. package/dist/cli/commands/commands.js.map +1 -0
  85. package/dist/cli/commands/complete.d.ts +12 -0
  86. package/dist/cli/commands/complete.d.ts.map +1 -0
  87. package/dist/cli/commands/complete.js +92 -0
  88. package/dist/cli/commands/complete.js.map +1 -0
  89. package/dist/cli/commands/compliance.d.ts +8 -0
  90. package/dist/cli/commands/compliance.d.ts.map +1 -0
  91. package/dist/cli/commands/compliance.js +85 -0
  92. package/dist/cli/commands/compliance.js.map +1 -0
  93. package/dist/cli/commands/config.d.ts +10 -0
  94. package/dist/cli/commands/config.d.ts.map +1 -0
  95. package/dist/cli/commands/config.js +69 -0
  96. package/dist/cli/commands/config.js.map +1 -0
  97. package/dist/cli/commands/consensus.d.ts +13 -0
  98. package/dist/cli/commands/consensus.d.ts.map +1 -0
  99. package/dist/cli/commands/consensus.js +45 -0
  100. package/dist/cli/commands/consensus.js.map +1 -0
  101. package/dist/cli/commands/context.d.ts +8 -0
  102. package/dist/cli/commands/context.d.ts.map +1 -0
  103. package/dist/cli/commands/context.js +40 -0
  104. package/dist/cli/commands/context.js.map +1 -0
  105. package/dist/cli/commands/contribution.d.ts +13 -0
  106. package/dist/cli/commands/contribution.d.ts.map +1 -0
  107. package/dist/cli/commands/contribution.js +41 -0
  108. package/dist/cli/commands/contribution.js.map +1 -0
  109. package/dist/cli/commands/current.d.ts +13 -0
  110. package/dist/cli/commands/current.d.ts.map +1 -0
  111. package/dist/cli/commands/current.js +20 -0
  112. package/dist/cli/commands/current.js.map +1 -0
  113. package/dist/cli/commands/dash.d.ts +12 -0
  114. package/dist/cli/commands/dash.d.ts.map +1 -0
  115. package/dist/cli/commands/dash.js +24 -0
  116. package/dist/cli/commands/dash.js.map +1 -0
  117. package/dist/cli/commands/decomposition.d.ts +13 -0
  118. package/dist/cli/commands/decomposition.d.ts.map +1 -0
  119. package/dist/cli/commands/decomposition.js +45 -0
  120. package/dist/cli/commands/decomposition.js.map +1 -0
  121. package/dist/cli/commands/delete.d.ts +12 -0
  122. package/dist/cli/commands/delete.d.ts.map +1 -0
  123. package/dist/cli/commands/delete.js +37 -0
  124. package/dist/cli/commands/delete.js.map +1 -0
  125. package/dist/cli/commands/deps.d.ts +24 -0
  126. package/dist/cli/commands/deps.d.ts.map +1 -0
  127. package/dist/cli/commands/deps.js +98 -0
  128. package/dist/cli/commands/deps.js.map +1 -0
  129. package/dist/cli/commands/detect-drift.d.ts +15 -0
  130. package/dist/cli/commands/detect-drift.d.ts.map +1 -0
  131. package/dist/cli/commands/detect-drift.js +424 -0
  132. package/dist/cli/commands/detect-drift.js.map +1 -0
  133. package/dist/cli/commands/detect.d.ts +10 -0
  134. package/dist/cli/commands/detect.d.ts.map +1 -0
  135. package/dist/cli/commands/detect.js +24 -0
  136. package/dist/cli/commands/detect.js.map +1 -0
  137. package/dist/cli/commands/docs.d.ts +13 -0
  138. package/dist/cli/commands/docs.d.ts.map +1 -0
  139. package/dist/cli/commands/docs.js +169 -0
  140. package/dist/cli/commands/docs.js.map +1 -0
  141. package/dist/cli/commands/doctor.d.ts +15 -0
  142. package/dist/cli/commands/doctor.d.ts.map +1 -0
  143. package/dist/cli/commands/doctor.js +133 -0
  144. package/dist/cli/commands/doctor.js.map +1 -0
  145. package/dist/cli/commands/dynamic.d.ts +24 -0
  146. package/dist/cli/commands/dynamic.d.ts.map +1 -0
  147. package/dist/cli/commands/dynamic.js +27 -0
  148. package/dist/cli/commands/dynamic.js.map +1 -0
  149. package/dist/cli/commands/env.d.ts +12 -0
  150. package/dist/cli/commands/env.d.ts.map +1 -0
  151. package/dist/cli/commands/env.js +44 -0
  152. package/dist/cli/commands/env.js.map +1 -0
  153. package/dist/cli/commands/exists.d.ts +22 -0
  154. package/dist/cli/commands/exists.d.ts.map +1 -0
  155. package/dist/cli/commands/exists.js +51 -0
  156. package/dist/cli/commands/exists.js.map +1 -0
  157. package/dist/cli/commands/export-tasks.d.ts +10 -0
  158. package/dist/cli/commands/export-tasks.d.ts.map +1 -0
  159. package/dist/cli/commands/export-tasks.js +47 -0
  160. package/dist/cli/commands/export-tasks.js.map +1 -0
  161. package/dist/cli/commands/export.d.ts +9 -0
  162. package/dist/cli/commands/export.d.ts.map +1 -0
  163. package/dist/cli/commands/export.js +46 -0
  164. package/dist/cli/commands/export.js.map +1 -0
  165. package/dist/cli/commands/find.d.ts +14 -0
  166. package/dist/cli/commands/find.d.ts.map +1 -0
  167. package/dist/cli/commands/find.js +134 -0
  168. package/dist/cli/commands/find.js.map +1 -0
  169. package/dist/cli/commands/generate-changelog.d.ts +14 -0
  170. package/dist/cli/commands/generate-changelog.d.ts.map +1 -0
  171. package/dist/cli/commands/generate-changelog.js +252 -0
  172. package/dist/cli/commands/generate-changelog.js.map +1 -0
  173. package/dist/cli/commands/grade.d.ts +13 -0
  174. package/dist/cli/commands/grade.d.ts.map +1 -0
  175. package/dist/cli/commands/grade.js +26 -0
  176. package/dist/cli/commands/grade.js.map +1 -0
  177. package/dist/cli/commands/history.d.ts +9 -0
  178. package/dist/cli/commands/history.d.ts.map +1 -0
  179. package/dist/cli/commands/history.js +30 -0
  180. package/dist/cli/commands/history.js.map +1 -0
  181. package/dist/cli/commands/implementation.d.ts +13 -0
  182. package/dist/cli/commands/implementation.d.ts.map +1 -0
  183. package/dist/cli/commands/implementation.js +41 -0
  184. package/dist/cli/commands/implementation.js.map +1 -0
  185. package/dist/cli/commands/import-tasks.d.ts +10 -0
  186. package/dist/cli/commands/import-tasks.d.ts.map +1 -0
  187. package/dist/cli/commands/import-tasks.js +38 -0
  188. package/dist/cli/commands/import-tasks.js.map +1 -0
  189. package/dist/cli/commands/import.d.ts +9 -0
  190. package/dist/cli/commands/import.d.ts.map +1 -0
  191. package/dist/cli/commands/import.js +28 -0
  192. package/dist/cli/commands/import.js.map +1 -0
  193. package/dist/cli/commands/init.d.ts +34 -0
  194. package/dist/cli/commands/init.d.ts.map +1 -0
  195. package/dist/cli/commands/init.js +96 -0
  196. package/dist/cli/commands/init.js.map +1 -0
  197. package/dist/cli/commands/inject.d.ts +8 -0
  198. package/dist/cli/commands/inject.d.ts.map +1 -0
  199. package/dist/cli/commands/inject.js +28 -0
  200. package/dist/cli/commands/inject.js.map +1 -0
  201. package/dist/cli/commands/issue.d.ts +17 -0
  202. package/dist/cli/commands/issue.d.ts.map +1 -0
  203. package/dist/cli/commands/issue.js +107 -0
  204. package/dist/cli/commands/issue.js.map +1 -0
  205. package/dist/cli/commands/labels.d.ts +13 -0
  206. package/dist/cli/commands/labels.d.ts.map +1 -0
  207. package/dist/cli/commands/labels.js +44 -0
  208. package/dist/cli/commands/labels.js.map +1 -0
  209. package/dist/cli/commands/lifecycle.d.ts +8 -0
  210. package/dist/cli/commands/lifecycle.d.ts.map +1 -0
  211. package/dist/cli/commands/lifecycle.js +84 -0
  212. package/dist/cli/commands/lifecycle.js.map +1 -0
  213. package/dist/cli/commands/list.d.ts +14 -0
  214. package/dist/cli/commands/list.d.ts.map +1 -0
  215. package/dist/cli/commands/list.js +143 -0
  216. package/dist/cli/commands/list.js.map +1 -0
  217. package/dist/cli/commands/log.d.ts +12 -0
  218. package/dist/cli/commands/log.d.ts.map +1 -0
  219. package/dist/cli/commands/log.js +30 -0
  220. package/dist/cli/commands/log.js.map +1 -0
  221. package/dist/cli/commands/map.d.ts +10 -0
  222. package/dist/cli/commands/map.d.ts.map +1 -0
  223. package/dist/cli/commands/map.js +23 -0
  224. package/dist/cli/commands/map.js.map +1 -0
  225. package/dist/cli/commands/memory-brain.d.ts +14 -0
  226. package/dist/cli/commands/memory-brain.d.ts.map +1 -0
  227. package/dist/cli/commands/memory-brain.js +157 -0
  228. package/dist/cli/commands/memory-brain.js.map +1 -0
  229. package/dist/cli/commands/migrate-claude-mem.d.ts +18 -0
  230. package/dist/cli/commands/migrate-claude-mem.d.ts.map +1 -0
  231. package/dist/cli/commands/migrate-claude-mem.js +60 -0
  232. package/dist/cli/commands/migrate-claude-mem.js.map +1 -0
  233. package/dist/cli/commands/next.d.ts +9 -0
  234. package/dist/cli/commands/next.d.ts.map +1 -0
  235. package/dist/cli/commands/next.js +20 -0
  236. package/dist/cli/commands/next.js.map +1 -0
  237. package/dist/cli/commands/nexus.d.ts +16 -0
  238. package/dist/cli/commands/nexus.d.ts.map +1 -0
  239. package/dist/cli/commands/nexus.js +155 -0
  240. package/dist/cli/commands/nexus.js.map +1 -0
  241. package/dist/cli/commands/observe.d.ts +12 -0
  242. package/dist/cli/commands/observe.d.ts.map +1 -0
  243. package/dist/cli/commands/observe.js +42 -0
  244. package/dist/cli/commands/observe.js.map +1 -0
  245. package/dist/cli/commands/ops.d.ts +10 -0
  246. package/dist/cli/commands/ops.d.ts.map +1 -0
  247. package/dist/cli/commands/ops.js +19 -0
  248. package/dist/cli/commands/ops.js.map +1 -0
  249. package/dist/cli/commands/orchestrate.d.ts +8 -0
  250. package/dist/cli/commands/orchestrate.d.ts.map +1 -0
  251. package/dist/cli/commands/orchestrate.js +58 -0
  252. package/dist/cli/commands/orchestrate.js.map +1 -0
  253. package/dist/cli/commands/otel.d.ts +12 -0
  254. package/dist/cli/commands/otel.d.ts.map +1 -0
  255. package/dist/cli/commands/otel.js +128 -0
  256. package/dist/cli/commands/otel.js.map +1 -0
  257. package/dist/cli/commands/phase.d.ts +12 -0
  258. package/dist/cli/commands/phase.d.ts.map +1 -0
  259. package/dist/cli/commands/phase.js +91 -0
  260. package/dist/cli/commands/phase.js.map +1 -0
  261. package/dist/cli/commands/phases.d.ts +12 -0
  262. package/dist/cli/commands/phases.d.ts.map +1 -0
  263. package/dist/cli/commands/phases.js +37 -0
  264. package/dist/cli/commands/phases.js.map +1 -0
  265. package/dist/cli/commands/plan.d.ts +8 -0
  266. package/dist/cli/commands/plan.d.ts.map +1 -0
  267. package/dist/cli/commands/plan.js +15 -0
  268. package/dist/cli/commands/plan.js.map +1 -0
  269. package/dist/cli/commands/promote.d.ts +7 -0
  270. package/dist/cli/commands/promote.d.ts.map +1 -0
  271. package/dist/cli/commands/promote.js +15 -0
  272. package/dist/cli/commands/promote.js.map +1 -0
  273. package/dist/cli/commands/reason.d.ts +35 -0
  274. package/dist/cli/commands/reason.d.ts.map +1 -0
  275. package/dist/cli/commands/reason.js +104 -0
  276. package/dist/cli/commands/reason.js.map +1 -0
  277. package/dist/cli/commands/refresh-memory.d.ts +9 -0
  278. package/dist/cli/commands/refresh-memory.d.ts.map +1 -0
  279. package/dist/cli/commands/refresh-memory.js +24 -0
  280. package/dist/cli/commands/refresh-memory.js.map +1 -0
  281. package/dist/cli/commands/relates.d.ts +12 -0
  282. package/dist/cli/commands/relates.d.ts.map +1 -0
  283. package/dist/cli/commands/relates.js +53 -0
  284. package/dist/cli/commands/relates.js.map +1 -0
  285. package/dist/cli/commands/release.d.ts +8 -0
  286. package/dist/cli/commands/release.d.ts.map +1 -0
  287. package/dist/cli/commands/release.js +72 -0
  288. package/dist/cli/commands/release.js.map +1 -0
  289. package/dist/cli/commands/remote.d.ts +12 -0
  290. package/dist/cli/commands/remote.d.ts.map +1 -0
  291. package/dist/cli/commands/remote.js +207 -0
  292. package/dist/cli/commands/remote.js.map +1 -0
  293. package/dist/cli/commands/reorder.d.ts +7 -0
  294. package/dist/cli/commands/reorder.d.ts.map +1 -0
  295. package/dist/cli/commands/reorder.js +20 -0
  296. package/dist/cli/commands/reorder.js.map +1 -0
  297. package/dist/cli/commands/reparent.d.ts +10 -0
  298. package/dist/cli/commands/reparent.d.ts.map +1 -0
  299. package/dist/cli/commands/reparent.js +19 -0
  300. package/dist/cli/commands/reparent.js.map +1 -0
  301. package/dist/cli/commands/research.d.ts +8 -0
  302. package/dist/cli/commands/research.d.ts.map +1 -0
  303. package/dist/cli/commands/research.js +129 -0
  304. package/dist/cli/commands/research.js.map +1 -0
  305. package/dist/cli/commands/restore.d.ts +12 -0
  306. package/dist/cli/commands/restore.d.ts.map +1 -0
  307. package/dist/cli/commands/restore.js +228 -0
  308. package/dist/cli/commands/restore.js.map +1 -0
  309. package/dist/cli/commands/roadmap.d.ts +8 -0
  310. package/dist/cli/commands/roadmap.d.ts.map +1 -0
  311. package/dist/cli/commands/roadmap.js +21 -0
  312. package/dist/cli/commands/roadmap.js.map +1 -0
  313. package/dist/cli/commands/safestop.d.ts +14 -0
  314. package/dist/cli/commands/safestop.d.ts.map +1 -0
  315. package/dist/cli/commands/safestop.js +32 -0
  316. package/dist/cli/commands/safestop.js.map +1 -0
  317. package/dist/cli/commands/schema.d.ts +27 -0
  318. package/dist/cli/commands/schema.d.ts.map +1 -0
  319. package/dist/cli/commands/schema.js +160 -0
  320. package/dist/cli/commands/schema.js.map +1 -0
  321. package/dist/cli/commands/self-update.d.ts +15 -0
  322. package/dist/cli/commands/self-update.d.ts.map +1 -0
  323. package/dist/cli/commands/self-update.js +329 -0
  324. package/dist/cli/commands/self-update.js.map +1 -0
  325. package/dist/cli/commands/sequence.d.ts +8 -0
  326. package/dist/cli/commands/sequence.d.ts.map +1 -0
  327. package/dist/cli/commands/sequence.js +30 -0
  328. package/dist/cli/commands/sequence.js.map +1 -0
  329. package/dist/cli/commands/session.d.ts +12 -0
  330. package/dist/cli/commands/session.d.ts.map +1 -0
  331. package/dist/cli/commands/session.js +175 -0
  332. package/dist/cli/commands/session.js.map +1 -0
  333. package/dist/cli/commands/show.d.ts +13 -0
  334. package/dist/cli/commands/show.d.ts.map +1 -0
  335. package/dist/cli/commands/show.js +40 -0
  336. package/dist/cli/commands/show.js.map +1 -0
  337. package/dist/cli/commands/skills.d.ts +13 -0
  338. package/dist/cli/commands/skills.d.ts.map +1 -0
  339. package/dist/cli/commands/skills.js +131 -0
  340. package/dist/cli/commands/skills.js.map +1 -0
  341. package/dist/cli/commands/snapshot.d.ts +9 -0
  342. package/dist/cli/commands/snapshot.d.ts.map +1 -0
  343. package/dist/cli/commands/snapshot.js +50 -0
  344. package/dist/cli/commands/snapshot.js.map +1 -0
  345. package/dist/cli/commands/specification.d.ts +13 -0
  346. package/dist/cli/commands/specification.d.ts.map +1 -0
  347. package/dist/cli/commands/specification.js +45 -0
  348. package/dist/cli/commands/specification.js.map +1 -0
  349. package/dist/cli/commands/start.d.ts +13 -0
  350. package/dist/cli/commands/start.d.ts.map +1 -0
  351. package/dist/cli/commands/start.js +20 -0
  352. package/dist/cli/commands/start.js.map +1 -0
  353. package/dist/cli/commands/stats.d.ts +12 -0
  354. package/dist/cli/commands/stats.d.ts.map +1 -0
  355. package/dist/cli/commands/stats.js +35 -0
  356. package/dist/cli/commands/stats.js.map +1 -0
  357. package/dist/cli/commands/sticky.d.ts +16 -0
  358. package/dist/cli/commands/sticky.d.ts.map +1 -0
  359. package/dist/cli/commands/sticky.js +211 -0
  360. package/dist/cli/commands/sticky.js.map +1 -0
  361. package/dist/cli/commands/stop.d.ts +13 -0
  362. package/dist/cli/commands/stop.d.ts.map +1 -0
  363. package/dist/cli/commands/stop.js +20 -0
  364. package/dist/cli/commands/stop.js.map +1 -0
  365. package/dist/cli/commands/testing.d.ts +13 -0
  366. package/dist/cli/commands/testing.d.ts.map +1 -0
  367. package/dist/cli/commands/testing.js +64 -0
  368. package/dist/cli/commands/testing.js.map +1 -0
  369. package/dist/cli/commands/token.d.ts +10 -0
  370. package/dist/cli/commands/token.d.ts.map +1 -0
  371. package/dist/cli/commands/token.js +135 -0
  372. package/dist/cli/commands/token.js.map +1 -0
  373. package/dist/cli/commands/update.d.ts +12 -0
  374. package/dist/cli/commands/update.d.ts.map +1 -0
  375. package/dist/cli/commands/update.js +83 -0
  376. package/dist/cli/commands/update.js.map +1 -0
  377. package/dist/cli/commands/upgrade.d.ts +18 -0
  378. package/dist/cli/commands/upgrade.d.ts.map +1 -0
  379. package/dist/cli/commands/upgrade.js +103 -0
  380. package/dist/cli/commands/upgrade.js.map +1 -0
  381. package/dist/cli/commands/validate.d.ts +12 -0
  382. package/dist/cli/commands/validate.d.ts.map +1 -0
  383. package/dist/cli/commands/validate.js +23 -0
  384. package/dist/cli/commands/validate.js.map +1 -0
  385. package/dist/cli/commands/verify.d.ts +8 -0
  386. package/dist/cli/commands/verify.d.ts.map +1 -0
  387. package/dist/cli/commands/verify.js +28 -0
  388. package/dist/cli/commands/verify.js.map +1 -0
  389. package/dist/cli/commands/web.d.ts +13 -0
  390. package/dist/cli/commands/web.d.ts.map +1 -0
  391. package/dist/cli/commands/web.js +277 -0
  392. package/dist/cli/commands/web.js.map +1 -0
  393. package/dist/cli/field-context.d.ts +32 -0
  394. package/dist/cli/field-context.d.ts.map +1 -0
  395. package/dist/cli/field-context.js +47 -0
  396. package/dist/cli/field-context.js.map +1 -0
  397. package/dist/cli/format-context.d.ts +32 -0
  398. package/dist/cli/format-context.d.ts.map +1 -0
  399. package/dist/cli/format-context.js +50 -0
  400. package/dist/cli/format-context.js.map +1 -0
  401. package/dist/cli/help-generator.d.ts +74 -0
  402. package/dist/cli/help-generator.d.ts.map +1 -0
  403. package/dist/cli/help-generator.js +229 -0
  404. package/dist/cli/help-generator.js.map +1 -0
  405. package/dist/cli/index.d.ts +9 -0
  406. package/dist/cli/index.d.ts.map +1 -0
  407. package/dist/cli/index.js +342 -107611
  408. package/dist/cli/index.js.map +1 -7
  409. package/dist/cli/logger-bootstrap.d.ts +6 -0
  410. package/dist/cli/logger-bootstrap.d.ts.map +1 -0
  411. package/dist/cli/logger-bootstrap.js +10 -0
  412. package/dist/cli/logger-bootstrap.js.map +1 -0
  413. package/dist/cli/middleware/output-format.d.ts +30 -0
  414. package/dist/cli/middleware/output-format.d.ts.map +1 -0
  415. package/dist/cli/middleware/output-format.js +35 -0
  416. package/dist/cli/middleware/output-format.js.map +1 -0
  417. package/dist/cli/progress.d.ts +84 -0
  418. package/dist/cli/progress.d.ts.map +1 -0
  419. package/dist/cli/progress.js +169 -0
  420. package/dist/cli/progress.js.map +1 -0
  421. package/dist/cli/renderers/colors.d.ts +32 -0
  422. package/dist/cli/renderers/colors.d.ts.map +1 -0
  423. package/dist/cli/renderers/colors.js +141 -0
  424. package/dist/cli/renderers/colors.js.map +1 -0
  425. package/dist/cli/renderers/error.d.ts +13 -0
  426. package/dist/cli/renderers/error.d.ts.map +1 -0
  427. package/dist/cli/renderers/error.js +42 -0
  428. package/dist/cli/renderers/error.js.map +1 -0
  429. package/dist/cli/renderers/index.d.ts +87 -0
  430. package/dist/cli/renderers/index.d.ts.map +1 -0
  431. package/dist/cli/renderers/index.js +262 -0
  432. package/dist/cli/renderers/index.js.map +1 -0
  433. package/dist/cli/renderers/lafs-validator.d.ts +91 -0
  434. package/dist/cli/renderers/lafs-validator.d.ts.map +1 -0
  435. package/dist/cli/renderers/lafs-validator.js +176 -0
  436. package/dist/cli/renderers/lafs-validator.js.map +1 -0
  437. package/dist/cli/renderers/normalizer.d.ts +21 -0
  438. package/dist/cli/renderers/normalizer.d.ts.map +1 -0
  439. package/dist/cli/renderers/normalizer.js +106 -0
  440. package/dist/cli/renderers/normalizer.js.map +1 -0
  441. package/dist/cli/renderers/system.d.ts +25 -0
  442. package/dist/cli/renderers/system.d.ts.map +1 -0
  443. package/dist/cli/renderers/system.js +416 -0
  444. package/dist/cli/renderers/system.js.map +1 -0
  445. package/dist/cli/renderers/tasks.d.ts +28 -0
  446. package/dist/cli/renderers/tasks.d.ts.map +1 -0
  447. package/dist/cli/renderers/tasks.js +306 -0
  448. package/dist/cli/renderers/tasks.js.map +1 -0
  449. package/dist/dispatch/adapters/cli.d.ts +67 -0
  450. package/dist/dispatch/adapters/cli.d.ts.map +1 -0
  451. package/dist/dispatch/adapters/cli.js +276 -0
  452. package/dist/dispatch/adapters/cli.js.map +1 -0
  453. package/dist/dispatch/context/session-context.d.ts +54 -0
  454. package/dist/dispatch/context/session-context.d.ts.map +1 -0
  455. package/dist/dispatch/context/session-context.js +61 -0
  456. package/dist/dispatch/context/session-context.js.map +1 -0
  457. package/dist/dispatch/dispatcher.d.ts +23 -0
  458. package/dist/dispatch/dispatcher.d.ts.map +1 -0
  459. package/dist/dispatch/dispatcher.js +84 -0
  460. package/dist/dispatch/dispatcher.js.map +1 -0
  461. package/dist/dispatch/domains/_base.d.ts +59 -0
  462. package/dist/dispatch/domains/_base.d.ts.map +1 -0
  463. package/dist/dispatch/domains/_base.js +77 -0
  464. package/dist/dispatch/domains/_base.js.map +1 -0
  465. package/dist/dispatch/domains/_meta.d.ts +23 -0
  466. package/dist/dispatch/domains/_meta.d.ts.map +1 -0
  467. package/dist/dispatch/domains/_meta.js +25 -0
  468. package/dist/dispatch/domains/_meta.js.map +1 -0
  469. package/dist/dispatch/domains/_routing.d.ts +8 -0
  470. package/dist/dispatch/domains/_routing.d.ts.map +1 -0
  471. package/dist/dispatch/domains/_routing.js +20 -0
  472. package/dist/dispatch/domains/_routing.js.map +1 -0
  473. package/dist/dispatch/domains/admin.d.ts +25 -0
  474. package/dist/dispatch/domains/admin.d.ts.map +1 -0
  475. package/dist/dispatch/domains/admin.js +719 -0
  476. package/dist/dispatch/domains/admin.js.map +1 -0
  477. package/dist/dispatch/domains/check.d.ts +22 -0
  478. package/dist/dispatch/domains/check.d.ts.map +1 -0
  479. package/dist/dispatch/domains/check.js +360 -0
  480. package/dist/dispatch/domains/check.js.map +1 -0
  481. package/dist/dispatch/domains/conduit.d.ts +38 -0
  482. package/dist/dispatch/domains/conduit.d.ts.map +1 -0
  483. package/dist/dispatch/domains/conduit.js +247 -0
  484. package/dist/dispatch/domains/conduit.js.map +1 -0
  485. package/dist/dispatch/domains/index.d.ts +27 -0
  486. package/dist/dispatch/domains/index.d.ts.map +1 -0
  487. package/dist/dispatch/domains/index.js +40 -0
  488. package/dist/dispatch/domains/index.js.map +1 -0
  489. package/dist/dispatch/domains/memory.d.ts +22 -0
  490. package/dist/dispatch/domains/memory.d.ts.map +1 -0
  491. package/dist/dispatch/domains/memory.js +303 -0
  492. package/dist/dispatch/domains/memory.js.map +1 -0
  493. package/dist/dispatch/domains/nexus.d.ts +22 -0
  494. package/dist/dispatch/domains/nexus.d.ts.map +1 -0
  495. package/dist/dispatch/domains/nexus.js +286 -0
  496. package/dist/dispatch/domains/nexus.js.map +1 -0
  497. package/dist/dispatch/domains/orchestrate.d.ts +19 -0
  498. package/dist/dispatch/domains/orchestrate.d.ts.map +1 -0
  499. package/dist/dispatch/domains/orchestrate.js +259 -0
  500. package/dist/dispatch/domains/orchestrate.js.map +1 -0
  501. package/dist/dispatch/domains/pipeline.d.ts +35 -0
  502. package/dist/dispatch/domains/pipeline.d.ts.map +1 -0
  503. package/dist/dispatch/domains/pipeline.js +593 -0
  504. package/dist/dispatch/domains/pipeline.js.map +1 -0
  505. package/dist/dispatch/domains/session.d.ts +22 -0
  506. package/dist/dispatch/domains/session.d.ts.map +1 -0
  507. package/dist/dispatch/domains/session.js +257 -0
  508. package/dist/dispatch/domains/session.js.map +1 -0
  509. package/dist/dispatch/domains/sticky.d.ts +20 -0
  510. package/dist/dispatch/domains/sticky.d.ts.map +1 -0
  511. package/dist/dispatch/domains/sticky.js +164 -0
  512. package/dist/dispatch/domains/sticky.js.map +1 -0
  513. package/dist/dispatch/domains/tasks.d.ts +25 -0
  514. package/dist/dispatch/domains/tasks.d.ts.map +1 -0
  515. package/dist/dispatch/domains/tasks.js +361 -0
  516. package/dist/dispatch/domains/tasks.js.map +1 -0
  517. package/dist/dispatch/domains/tools.d.ts +37 -0
  518. package/dist/dispatch/domains/tools.d.ts.map +1 -0
  519. package/dist/dispatch/domains/tools.js +481 -0
  520. package/dist/dispatch/domains/tools.js.map +1 -0
  521. package/dist/dispatch/engines/_error.d.ts +119 -0
  522. package/dist/dispatch/engines/_error.d.ts.map +1 -0
  523. package/dist/dispatch/engines/_error.js +288 -0
  524. package/dist/dispatch/engines/_error.js.map +1 -0
  525. package/dist/dispatch/engines/code-engine.d.ts +18 -0
  526. package/dist/dispatch/engines/code-engine.d.ts.map +1 -0
  527. package/dist/dispatch/engines/code-engine.js +71 -0
  528. package/dist/dispatch/engines/code-engine.js.map +1 -0
  529. package/dist/dispatch/engines/codebase-map-engine.d.ts +31 -0
  530. package/dist/dispatch/engines/codebase-map-engine.d.ts.map +1 -0
  531. package/dist/dispatch/engines/codebase-map-engine.js +43 -0
  532. package/dist/dispatch/engines/codebase-map-engine.js.map +1 -0
  533. package/dist/dispatch/engines/config-engine.d.ts +32 -0
  534. package/dist/dispatch/engines/config-engine.d.ts.map +1 -0
  535. package/dist/dispatch/engines/config-engine.js +70 -0
  536. package/dist/dispatch/engines/config-engine.js.map +1 -0
  537. package/dist/dispatch/engines/hooks-engine.d.ts +96 -0
  538. package/dist/dispatch/engines/hooks-engine.d.ts.map +1 -0
  539. package/dist/dispatch/engines/hooks-engine.js +144 -0
  540. package/dist/dispatch/engines/hooks-engine.js.map +1 -0
  541. package/dist/dispatch/engines/init-engine.d.ts +56 -0
  542. package/dist/dispatch/engines/init-engine.d.ts.map +1 -0
  543. package/dist/dispatch/engines/init-engine.js +78 -0
  544. package/dist/dispatch/engines/init-engine.js.map +1 -0
  545. package/dist/dispatch/engines/lifecycle-engine.d.ts +66 -0
  546. package/dist/dispatch/engines/lifecycle-engine.d.ts.map +1 -0
  547. package/dist/dispatch/engines/lifecycle-engine.js +224 -0
  548. package/dist/dispatch/engines/lifecycle-engine.js.map +1 -0
  549. package/dist/dispatch/engines/memory-engine.d.ts +10 -0
  550. package/dist/dispatch/engines/memory-engine.d.ts.map +1 -0
  551. package/dist/dispatch/engines/memory-engine.js +10 -0
  552. package/dist/dispatch/engines/memory-engine.js.map +1 -0
  553. package/dist/dispatch/engines/nexus-engine.d.ts +167 -0
  554. package/dist/dispatch/engines/nexus-engine.d.ts.map +1 -0
  555. package/dist/dispatch/engines/nexus-engine.js +356 -0
  556. package/dist/dispatch/engines/nexus-engine.js.map +1 -0
  557. package/dist/dispatch/engines/orchestrate-engine.d.ts +133 -0
  558. package/dist/dispatch/engines/orchestrate-engine.d.ts.map +1 -0
  559. package/dist/dispatch/engines/orchestrate-engine.js +769 -0
  560. package/dist/dispatch/engines/orchestrate-engine.js.map +1 -0
  561. package/dist/dispatch/engines/pipeline-engine.d.ts +51 -0
  562. package/dist/dispatch/engines/pipeline-engine.d.ts.map +1 -0
  563. package/dist/dispatch/engines/pipeline-engine.js +191 -0
  564. package/dist/dispatch/engines/pipeline-engine.js.map +1 -0
  565. package/dist/dispatch/engines/release-engine.d.ts +94 -0
  566. package/dist/dispatch/engines/release-engine.d.ts.map +1 -0
  567. package/dist/dispatch/engines/release-engine.js +763 -0
  568. package/dist/dispatch/engines/release-engine.js.map +1 -0
  569. package/dist/dispatch/engines/session-engine.d.ts +383 -0
  570. package/dist/dispatch/engines/session-engine.d.ts.map +1 -0
  571. package/dist/dispatch/engines/session-engine.js +910 -0
  572. package/dist/dispatch/engines/session-engine.js.map +1 -0
  573. package/dist/dispatch/engines/sticky-engine.d.ts +100 -0
  574. package/dist/dispatch/engines/sticky-engine.d.ts.map +1 -0
  575. package/dist/dispatch/engines/sticky-engine.js +181 -0
  576. package/dist/dispatch/engines/sticky-engine.js.map +1 -0
  577. package/dist/dispatch/engines/system-engine.d.ts +539 -0
  578. package/dist/dispatch/engines/system-engine.d.ts.map +1 -0
  579. package/dist/dispatch/engines/system-engine.js +1258 -0
  580. package/dist/dispatch/engines/system-engine.js.map +1 -0
  581. package/dist/dispatch/engines/task-engine.d.ts +1055 -0
  582. package/dist/dispatch/engines/task-engine.d.ts.map +1 -0
  583. package/dist/dispatch/engines/task-engine.js +1193 -0
  584. package/dist/dispatch/engines/task-engine.js.map +1 -0
  585. package/dist/dispatch/engines/template-parser.d.ts +85 -0
  586. package/dist/dispatch/engines/template-parser.d.ts.map +1 -0
  587. package/dist/dispatch/engines/template-parser.js +108 -0
  588. package/dist/dispatch/engines/template-parser.js.map +1 -0
  589. package/dist/dispatch/engines/tools-engine.d.ts +270 -0
  590. package/dist/dispatch/engines/tools-engine.d.ts.map +1 -0
  591. package/dist/dispatch/engines/tools-engine.js +636 -0
  592. package/dist/dispatch/engines/tools-engine.js.map +1 -0
  593. package/dist/dispatch/engines/validate-engine.d.ts +218 -0
  594. package/dist/dispatch/engines/validate-engine.d.ts.map +1 -0
  595. package/dist/dispatch/engines/validate-engine.js +737 -0
  596. package/dist/dispatch/engines/validate-engine.js.map +1 -0
  597. package/dist/dispatch/index.d.ts +20 -0
  598. package/dist/dispatch/index.d.ts.map +1 -0
  599. package/dist/dispatch/index.js +19 -0
  600. package/dist/dispatch/index.js.map +1 -0
  601. package/dist/dispatch/lib/background-jobs.d.ts +86 -0
  602. package/dist/dispatch/lib/background-jobs.d.ts.map +1 -0
  603. package/dist/dispatch/lib/background-jobs.js +183 -0
  604. package/dist/dispatch/lib/background-jobs.js.map +1 -0
  605. package/dist/dispatch/lib/budget.d.ts +36 -0
  606. package/dist/dispatch/lib/budget.d.ts.map +1 -0
  607. package/dist/dispatch/lib/budget.js +109 -0
  608. package/dist/dispatch/lib/budget.js.map +1 -0
  609. package/dist/dispatch/lib/capability-matrix.d.ts +11 -0
  610. package/dist/dispatch/lib/capability-matrix.d.ts.map +1 -0
  611. package/dist/dispatch/lib/capability-matrix.js +10 -0
  612. package/dist/dispatch/lib/capability-matrix.js.map +1 -0
  613. package/dist/dispatch/lib/config-loader.d.ts +42 -0
  614. package/dist/dispatch/lib/config-loader.d.ts.map +1 -0
  615. package/dist/dispatch/lib/config-loader.js +217 -0
  616. package/dist/dispatch/lib/config-loader.js.map +1 -0
  617. package/dist/dispatch/lib/config.d.ts +11 -0
  618. package/dist/dispatch/lib/config.d.ts.map +1 -0
  619. package/dist/dispatch/lib/config.js +10 -0
  620. package/dist/dispatch/lib/config.js.map +1 -0
  621. package/dist/dispatch/lib/defaults.d.ts +115 -0
  622. package/dist/dispatch/lib/defaults.d.ts.map +1 -0
  623. package/dist/dispatch/lib/defaults.js +61 -0
  624. package/dist/dispatch/lib/defaults.js.map +1 -0
  625. package/dist/dispatch/lib/engine.d.ts +26 -0
  626. package/dist/dispatch/lib/engine.d.ts.map +1 -0
  627. package/dist/dispatch/lib/engine.js +46 -0
  628. package/dist/dispatch/lib/engine.js.map +1 -0
  629. package/dist/dispatch/lib/exit-codes.d.ts +35 -0
  630. package/dist/dispatch/lib/exit-codes.d.ts.map +1 -0
  631. package/dist/dispatch/lib/exit-codes.js +60 -0
  632. package/dist/dispatch/lib/exit-codes.js.map +1 -0
  633. package/dist/dispatch/lib/gateway-meta.d.ts +37 -0
  634. package/dist/dispatch/lib/gateway-meta.d.ts.map +1 -0
  635. package/dist/dispatch/lib/gateway-meta.js +50 -0
  636. package/dist/dispatch/lib/gateway-meta.js.map +1 -0
  637. package/dist/dispatch/lib/job-manager-accessor.d.ts +9 -0
  638. package/dist/dispatch/lib/job-manager-accessor.d.ts.map +1 -0
  639. package/dist/dispatch/lib/job-manager-accessor.js +13 -0
  640. package/dist/dispatch/lib/job-manager-accessor.js.map +1 -0
  641. package/dist/dispatch/lib/meta.d.ts +26 -0
  642. package/dist/dispatch/lib/meta.d.ts.map +1 -0
  643. package/dist/dispatch/lib/meta.js +37 -0
  644. package/dist/dispatch/lib/meta.js.map +1 -0
  645. package/dist/dispatch/lib/param-utils.d.ts +11 -0
  646. package/dist/dispatch/lib/param-utils.d.ts.map +1 -0
  647. package/dist/dispatch/lib/param-utils.js +10 -0
  648. package/dist/dispatch/lib/param-utils.js.map +1 -0
  649. package/dist/dispatch/lib/projections.d.ts +56 -0
  650. package/dist/dispatch/lib/projections.d.ts.map +1 -0
  651. package/dist/dispatch/lib/projections.js +65 -0
  652. package/dist/dispatch/lib/projections.js.map +1 -0
  653. package/dist/dispatch/lib/proto-envelope.d.ts +56 -0
  654. package/dist/dispatch/lib/proto-envelope.d.ts.map +1 -0
  655. package/dist/dispatch/lib/proto-envelope.js +17 -0
  656. package/dist/dispatch/lib/proto-envelope.js.map +1 -0
  657. package/dist/dispatch/lib/schema-utils.d.ts +39 -0
  658. package/dist/dispatch/lib/schema-utils.d.ts.map +1 -0
  659. package/dist/dispatch/lib/schema-utils.js +88 -0
  660. package/dist/dispatch/lib/schema-utils.js.map +1 -0
  661. package/dist/dispatch/lib/security.d.ts +11 -0
  662. package/dist/dispatch/lib/security.d.ts.map +1 -0
  663. package/dist/dispatch/lib/security.js +10 -0
  664. package/dist/dispatch/lib/security.js.map +1 -0
  665. package/dist/dispatch/middleware/audit.d.ts +23 -0
  666. package/dist/dispatch/middleware/audit.d.ts.map +1 -0
  667. package/dist/dispatch/middleware/audit.js +169 -0
  668. package/dist/dispatch/middleware/audit.js.map +1 -0
  669. package/dist/dispatch/middleware/field-filter.d.ts +25 -0
  670. package/dist/dispatch/middleware/field-filter.d.ts.map +1 -0
  671. package/dist/dispatch/middleware/field-filter.js +70 -0
  672. package/dist/dispatch/middleware/field-filter.js.map +1 -0
  673. package/dist/dispatch/middleware/pipeline.d.ts +33 -0
  674. package/dist/dispatch/middleware/pipeline.d.ts.map +1 -0
  675. package/dist/dispatch/middleware/pipeline.js +60 -0
  676. package/dist/dispatch/middleware/pipeline.js.map +1 -0
  677. package/dist/dispatch/middleware/projection.d.ts +35 -0
  678. package/dist/dispatch/middleware/projection.d.ts.map +1 -0
  679. package/dist/dispatch/middleware/projection.js +146 -0
  680. package/dist/dispatch/middleware/projection.js.map +1 -0
  681. package/dist/dispatch/middleware/protocol-enforcement.d.ts +30 -0
  682. package/dist/dispatch/middleware/protocol-enforcement.d.ts.map +1 -0
  683. package/dist/dispatch/middleware/protocol-enforcement.js +56 -0
  684. package/dist/dispatch/middleware/protocol-enforcement.js.map +1 -0
  685. package/dist/dispatch/middleware/rate-limiter.d.ts +72 -0
  686. package/dist/dispatch/middleware/rate-limiter.d.ts.map +1 -0
  687. package/dist/dispatch/middleware/rate-limiter.js +127 -0
  688. package/dist/dispatch/middleware/rate-limiter.js.map +1 -0
  689. package/dist/dispatch/middleware/sanitizer.d.ts +24 -0
  690. package/dist/dispatch/middleware/sanitizer.d.ts.map +1 -0
  691. package/dist/dispatch/middleware/sanitizer.js +56 -0
  692. package/dist/dispatch/middleware/sanitizer.js.map +1 -0
  693. package/dist/dispatch/middleware/session-resolver.d.ts +26 -0
  694. package/dist/dispatch/middleware/session-resolver.d.ts.map +1 -0
  695. package/dist/dispatch/middleware/session-resolver.js +65 -0
  696. package/dist/dispatch/middleware/session-resolver.js.map +1 -0
  697. package/dist/dispatch/middleware/verification-gates.d.ts +22 -0
  698. package/dist/dispatch/middleware/verification-gates.d.ts.map +1 -0
  699. package/dist/dispatch/middleware/verification-gates.js +59 -0
  700. package/dist/dispatch/middleware/verification-gates.js.map +1 -0
  701. package/dist/dispatch/registry.d.ts +91 -0
  702. package/dist/dispatch/registry.d.ts.map +1 -0
  703. package/dist/dispatch/registry.js +3133 -0
  704. package/dist/dispatch/registry.js.map +1 -0
  705. package/dist/dispatch/types.d.ts +206 -0
  706. package/dist/dispatch/types.d.ts.map +1 -0
  707. package/dist/dispatch/types.js +26 -0
  708. package/dist/dispatch/types.js.map +1 -0
  709. package/package.json +7 -7
  710. package/templates/cleoos-hub/pi-extensions/cleo-cant-bridge.ts +180 -0
@@ -0,0 +1,91 @@
1
+ /**
2
+ * CLI phase command with subcommands.
3
+ * @task T4464, T5326
4
+ * @epic T4454, T5323
5
+ */
6
+ import { dispatchFromCli } from '../../dispatch/adapters/cli.js';
7
+ /**
8
+ * Register the phase command group.
9
+ * @task T4464, T5326
10
+ */
11
+ export function registerPhaseCommand(program) {
12
+ const phase = program
13
+ .command('phase')
14
+ .alias('pipeline')
15
+ .description('Project-level phase lifecycle management');
16
+ // T5326: Migrated to dispatch
17
+ phase
18
+ .command('show [slug]')
19
+ .description('Show phase details (current phase if no slug given)')
20
+ .action(async (slug) => {
21
+ const params = slug ? { phaseId: slug } : {};
22
+ await dispatchFromCli('query', 'pipeline', 'phase.show', params, { command: 'phase' });
23
+ });
24
+ // T5326: Migrated to dispatch
25
+ phase
26
+ .command('list')
27
+ .description('List all phases with status')
28
+ .action(async () => {
29
+ await dispatchFromCli('query', 'pipeline', 'phase.list', {}, { command: 'phase' });
30
+ });
31
+ // T5326: Migrated to dispatch
32
+ phase
33
+ .command('set <slug>')
34
+ .description('Set current phase')
35
+ .option('--rollback', 'Allow backward phase movement')
36
+ .option('--force', 'Skip confirmation prompt')
37
+ .option('--dry-run', 'Preview changes without modifying files')
38
+ .action(async (slug, opts) => {
39
+ await dispatchFromCli('mutate', 'pipeline', 'phase.set', {
40
+ phaseId: slug,
41
+ rollback: opts['rollback'],
42
+ force: opts['force'],
43
+ dryRun: opts['dryRun'],
44
+ }, { command: 'phase' });
45
+ });
46
+ // T5326: Migrated to dispatch
47
+ phase
48
+ .command('start <slug>')
49
+ .description('Start a phase (pending -> active)')
50
+ .action(async (slug) => {
51
+ await dispatchFromCli('mutate', 'pipeline', 'phase.set', { phaseId: slug, action: 'start' }, { command: 'phase' });
52
+ });
53
+ // T5326: Migrated to dispatch
54
+ phase
55
+ .command('complete <slug>')
56
+ .description('Complete a phase (active -> completed)')
57
+ .action(async (slug) => {
58
+ await dispatchFromCli('mutate', 'pipeline', 'phase.set', { phaseId: slug, action: 'complete' }, { command: 'phase' });
59
+ });
60
+ // T5326: Migrated to dispatch
61
+ phase
62
+ .command('advance')
63
+ .description('Complete current phase and start next')
64
+ .option('-f, --force', 'Skip validation and interactive prompt')
65
+ .action(async (opts) => {
66
+ await dispatchFromCli('mutate', 'pipeline', 'phase.advance', {
67
+ force: opts['force'],
68
+ }, { command: 'phase' });
69
+ });
70
+ // T5326: Migrated to dispatch
71
+ phase
72
+ .command('rename <oldName> <newName>')
73
+ .description('Rename a phase and update all task references')
74
+ .action(async (oldName, newName) => {
75
+ await dispatchFromCli('mutate', 'pipeline', 'phase.rename', { oldName, newName }, { command: 'phase' });
76
+ });
77
+ // T5326: Migrated to dispatch
78
+ phase
79
+ .command('delete <slug>')
80
+ .description('Delete a phase with task reassignment protection')
81
+ .option('--reassign-to <phase>', 'Reassign tasks to another phase')
82
+ .option('--force', 'Required safety flag')
83
+ .action(async (slug, opts) => {
84
+ await dispatchFromCli('mutate', 'pipeline', 'phase.delete', {
85
+ phaseId: slug,
86
+ reassignTo: opts['reassignTo'],
87
+ force: opts['force'],
88
+ }, { command: 'phase' });
89
+ });
90
+ }
91
+ //# sourceMappingURL=phase.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phase.js","sourceRoot":"","sources":["../../../src/cli/commands/phase.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * CLI phases command - phase listing with progress (separate from phase.ts).
3
+ * @task T4538, T5326
4
+ * @epic T4454, T5323
5
+ */
6
+ import type { ShimCommand as Command } from '../commander-shim.js';
7
+ /**
8
+ * Register the phases command group.
9
+ * @task T4538, T5326
10
+ */
11
+ export declare function registerPhasesCommand(program: Command): void;
12
+ //# sourceMappingURL=phases.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phases.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/phases.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEnE;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAkC5D"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * CLI phases command - phase listing with progress (separate from phase.ts).
3
+ * @task T4538, T5326
4
+ * @epic T4454, T5323
5
+ */
6
+ import { dispatchFromCli } from '../../dispatch/adapters/cli.js';
7
+ /**
8
+ * Register the phases command group.
9
+ * @task T4538, T5326
10
+ */
11
+ export function registerPhasesCommand(program) {
12
+ const phases = program
13
+ .command('phases')
14
+ .description('List phases with progress bars and statistics');
15
+ // T5326: Migrated to dispatch
16
+ phases
17
+ .command('list', { isDefault: true })
18
+ .description('List all phases with progress (default)')
19
+ .action(async () => {
20
+ await dispatchFromCli('query', 'pipeline', 'phase.list', {}, { command: 'phases' });
21
+ });
22
+ // T5326: Migrated to dispatch
23
+ phases
24
+ .command('show <phase>')
25
+ .description('Show phase details and task counts')
26
+ .action(async (phase) => {
27
+ await dispatchFromCli('query', 'pipeline', 'phase.show', { phaseId: phase }, { command: 'phases' });
28
+ });
29
+ // T5326: Migrated to dispatch
30
+ phases
31
+ .command('stats')
32
+ .description('Show detailed phase statistics')
33
+ .action(async () => {
34
+ await dispatchFromCli('query', 'pipeline', 'phase.list', {}, { command: 'phases' });
35
+ });
36
+ }
37
+ //# sourceMappingURL=phases.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phases.js","sourceRoot":"","sources":["../../../src/cli/commands/phases.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAGjE;;;GAGG;AACH,MAAM,UAAU,qBAAqB,CAAC,OAAgB;IACpD,MAAM,MAAM,GAAG,OAAO;SACnB,OAAO,CAAC,QAAQ,CAAC;SACjB,WAAW,CAAC,+CAA+C,CAAC,CAAC;IAEhE,8BAA8B;IAC9B,MAAM;SACH,OAAO,CAAC,MAAM,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;SACpC,WAAW,CAAC,yCAAyC,CAAC;SACtD,MAAM,CAAC,KAAK,IAAI,EAAE;QACjB,MAAM,eAAe,CAAC,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,CAAC;IACtF,CAAC,CAAC,CAAC;IAEL,8BAA8B;IAC9B,MAAM;SACH,OAAO,CAAC,cAAc,CAAC;SACvB,WAAW,CAAC,oCAAoC,CAAC;SACjD,MAAM,CAAC,KAAK,EAAE,KAAa,EAAE,EAAE;QAC9B,MAAM,eAAe,CACnB,OAAO,EACP,UAAU,EACV,YAAY,EACZ,EAAE,OAAO,EAAE,KAAK,EAAE,EAClB,EAAE,OAAO,EAAE,QAAQ,EAAE,CACtB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEL,8BAA8B;IAC9B,MAAM;SACH,OAAO,CAAC,OAAO,CAAC;SAChB,WAAW,CAAC,gCAAgC,CAAC;SAC7C,MAAM,CAAC,KAAK,IAAI,EAAE;QACjB,MAAM,eAAe,CAAC,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,CAAC;IACtF,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * CLI plan command - composite planning view.
3
+ * @task T4914
4
+ * @epic T4454
5
+ */
6
+ import type { ShimCommand as Command } from '../commander-shim.js';
7
+ export declare function registerPlanCommand(program: Command): void;
8
+ //# sourceMappingURL=plan.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plan.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/plan.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEnE,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAe1D"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * CLI plan command - composite planning view.
3
+ * @task T4914
4
+ * @epic T4454
5
+ */
6
+ import { dispatchFromCli } from '../../dispatch/adapters/cli.js';
7
+ export function registerPlanCommand(program) {
8
+ program
9
+ .command('plan')
10
+ .description('Composite planning view: in-progress epics, ready tasks, blocked tasks, open bugs')
11
+ .action(async () => {
12
+ await dispatchFromCli('query', 'tasks', 'plan', {}, { command: 'plan', operation: 'tasks.plan' });
13
+ });
14
+ }
15
+ //# sourceMappingURL=plan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plan.js","sourceRoot":"","sources":["../../../src/cli/commands/plan.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAGjE,MAAM,UAAU,mBAAmB,CAAC,OAAgB;IAClD,OAAO;SACJ,OAAO,CAAC,MAAM,CAAC;SACf,WAAW,CACV,mFAAmF,CACpF;SACA,MAAM,CAAC,KAAK,IAAI,EAAE;QACjB,MAAM,eAAe,CACnB,OAAO,EACP,OAAO,EACP,MAAM,EACN,EAAE,EACF,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,CAC7C,CAAC;IACJ,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * CLI promote command - remove parent from task, making it root-level.
3
+ * @task T4454
4
+ */
5
+ import type { ShimCommand as Command } from '../commander-shim.js';
6
+ export declare function registerPromoteCommand(program: Command): void;
7
+ //# sourceMappingURL=promote.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"promote.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/promote.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEnE,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAQ7D"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * CLI promote command - remove parent from task, making it root-level.
3
+ * @task T4454
4
+ */
5
+ import { dispatchFromCli } from '../../dispatch/adapters/cli.js';
6
+ export function registerPromoteCommand(program) {
7
+ program
8
+ .command('promote <task-id>')
9
+ .description('Remove parent from task, making it root-level')
10
+ .option('--no-type-update', 'Skip auto-updating type from subtask to task')
11
+ .action(async (taskId) => {
12
+ await dispatchFromCli('mutate', 'tasks', 'promote', { taskId }, { command: 'promote' });
13
+ });
14
+ }
15
+ //# sourceMappingURL=promote.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"promote.js","sourceRoot":"","sources":["../../../src/cli/commands/promote.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAGjE,MAAM,UAAU,sBAAsB,CAAC,OAAgB;IACrD,OAAO;SACJ,OAAO,CAAC,mBAAmB,CAAC;SAC5B,WAAW,CAAC,+CAA+C,CAAC;SAC5D,MAAM,CAAC,kBAAkB,EAAE,8CAA8C,CAAC;SAC1E,MAAM,CAAC,KAAK,EAAE,MAAc,EAAE,EAAE;QAC/B,MAAM,eAAe,CAAC,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,CAAC;IAC1F,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * CLI reason command group — reasoning and intelligence operations.
3
+ *
4
+ * Surfaces BRAIN memory reasoning and task dependency intelligence as
5
+ * first-class CLI commands, providing parity with dispatch-only operations.
6
+ *
7
+ * Commands:
8
+ * cleo reason why <taskId> — causal trace through dependency chains
9
+ * cleo reason similar <taskId> — find semantically similar BRAIN entries
10
+ * cleo reason impact --change <text> — predict impact of a free-text change (T043)
11
+ * cleo reason impact <taskId> — downstream dependency impact for a known task
12
+ * cleo reason timeline <taskId> — task history and audit trail
13
+ *
14
+ * @task T043
15
+ * @task T044
16
+ * @epic T038
17
+ */
18
+ import type { ShimCommand as Command } from '../commander-shim.js';
19
+ /**
20
+ * Register the `cleo reason` command group and its subcommands.
21
+ *
22
+ * @remarks
23
+ * Adds `why`, `similar`, `impact`, and `timeline` subcommands that
24
+ * dispatch to the intelligence and tasks domains.
25
+ *
26
+ * @param program - Root CLI program instance (commander shim).
27
+ *
28
+ * @example
29
+ * ```ts
30
+ * registerReasonCommand(rootCommand);
31
+ * // Adds: cleo reason why|similar|impact|timeline
32
+ * ```
33
+ */
34
+ export declare function registerReasonCommand(program: Command): void;
35
+ //# sourceMappingURL=reason.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reason.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/reason.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEnE;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CA0G5D"}
@@ -0,0 +1,104 @@
1
+ /**
2
+ * CLI reason command group — reasoning and intelligence operations.
3
+ *
4
+ * Surfaces BRAIN memory reasoning and task dependency intelligence as
5
+ * first-class CLI commands, providing parity with dispatch-only operations.
6
+ *
7
+ * Commands:
8
+ * cleo reason why <taskId> — causal trace through dependency chains
9
+ * cleo reason similar <taskId> — find semantically similar BRAIN entries
10
+ * cleo reason impact --change <text> — predict impact of a free-text change (T043)
11
+ * cleo reason impact <taskId> — downstream dependency impact for a known task
12
+ * cleo reason timeline <taskId> — task history and audit trail
13
+ *
14
+ * @task T043
15
+ * @task T044
16
+ * @epic T038
17
+ */
18
+ import { dispatchFromCli } from '../../dispatch/adapters/cli.js';
19
+ /**
20
+ * Register the `cleo reason` command group and its subcommands.
21
+ *
22
+ * @remarks
23
+ * Adds `why`, `similar`, `impact`, and `timeline` subcommands that
24
+ * dispatch to the intelligence and tasks domains.
25
+ *
26
+ * @param program - Root CLI program instance (commander shim).
27
+ *
28
+ * @example
29
+ * ```ts
30
+ * registerReasonCommand(rootCommand);
31
+ * // Adds: cleo reason why|similar|impact|timeline
32
+ * ```
33
+ */
34
+ export function registerReasonCommand(program) {
35
+ const reason = program
36
+ .command('reason')
37
+ .description('Reasoning and intelligence operations (why, similar, impact, timeline)');
38
+ // -- why --
39
+ reason
40
+ .command('why <taskId>')
41
+ .description('Explain why a task exists via causal trace through dependency chains')
42
+ .option('--json', 'Output raw JSON envelope')
43
+ .action(async (taskId) => {
44
+ await dispatchFromCli('query', 'memory', 'reason.why', { taskId }, { command: 'reason', operation: 'memory.reason.why' });
45
+ });
46
+ // -- similar --
47
+ reason
48
+ .command('similar <taskId>')
49
+ .description('Find BRAIN entries semantically similar to a task or observation ID')
50
+ .option('--limit <n>', 'Maximum number of results to return', parseInt)
51
+ .option('--json', 'Output raw JSON envelope')
52
+ .action(async (taskId, opts) => {
53
+ await dispatchFromCli('query', 'memory', 'reason.similar', {
54
+ entryId: taskId,
55
+ limit: opts['limit'],
56
+ }, { command: 'reason', operation: 'memory.reason.similar' });
57
+ });
58
+ // -- impact --
59
+ // Two modes:
60
+ // cleo reason impact --change "Modify X" → free-text prediction (T043)
61
+ // cleo reason impact <taskId> → dependency graph impact for known task
62
+ reason
63
+ .command('impact [taskId]')
64
+ .description('Predict impact of a change. Use --change for free-text prediction, or pass a taskId for graph-based analysis.')
65
+ .option('--change <description>', 'Free-text description of the proposed change (T043)')
66
+ .option('--limit <n>', 'Maximum seed tasks to match when using --change (default: 5)', '5')
67
+ .option('--depth <n>', 'Maximum traversal depth when using taskId (default: 10)', '10')
68
+ .option('--json', 'Output raw JSON envelope')
69
+ .action(async (taskId, opts) => {
70
+ const change = opts['change'];
71
+ if (change) {
72
+ // Free-text impact prediction (T043): tasks.impact
73
+ await dispatchFromCli('query', 'tasks', 'impact', {
74
+ change,
75
+ matchLimit: parseInt(opts['limit'], 10),
76
+ }, { command: 'reason', operation: 'tasks.impact' });
77
+ }
78
+ else if (taskId) {
79
+ // Graph-based impact for a specific known task: tasks.depends
80
+ await dispatchFromCli('query', 'tasks', 'depends', {
81
+ taskId,
82
+ action: 'impact',
83
+ depth: parseInt(opts['depth'], 10),
84
+ }, { command: 'reason', operation: 'tasks.depends' });
85
+ }
86
+ else {
87
+ process.stderr.write('Error: reason impact requires either --change <description> or a <taskId>\n');
88
+ process.exit(1);
89
+ }
90
+ });
91
+ // -- timeline --
92
+ reason
93
+ .command('timeline <taskId>')
94
+ .description('Show history and audit trail for a task')
95
+ .option('--limit <n>', 'Maximum number of history entries', parseInt)
96
+ .option('--json', 'Output raw JSON envelope')
97
+ .action(async (taskId, opts) => {
98
+ await dispatchFromCli('query', 'tasks', 'history', {
99
+ taskId,
100
+ limit: opts['limit'],
101
+ }, { command: 'reason', operation: 'tasks.history' });
102
+ });
103
+ }
104
+ //# sourceMappingURL=reason.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reason.js","sourceRoot":"","sources":["../../../src/cli/commands/reason.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAGjE;;;;;;;;;;;;;;GAcG;AACH,MAAM,UAAU,qBAAqB,CAAC,OAAgB;IACpD,MAAM,MAAM,GAAG,OAAO;SACnB,OAAO,CAAC,QAAQ,CAAC;SACjB,WAAW,CAAC,wEAAwE,CAAC,CAAC;IAEzF,YAAY;IACZ,MAAM;SACH,OAAO,CAAC,cAAc,CAAC;SACvB,WAAW,CAAC,sEAAsE,CAAC;SACnF,MAAM,CAAC,QAAQ,EAAE,0BAA0B,CAAC;SAC5C,MAAM,CAAC,KAAK,EAAE,MAAc,EAAE,EAAE;QAC/B,MAAM,eAAe,CACnB,OAAO,EACP,QAAQ,EACR,YAAY,EACZ,EAAE,MAAM,EAAE,EACV,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,mBAAmB,EAAE,CACtD,CAAC;IACJ,CAAC,CAAC,CAAC;IAEL,gBAAgB;IAChB,MAAM;SACH,OAAO,CAAC,kBAAkB,CAAC;SAC3B,WAAW,CAAC,qEAAqE,CAAC;SAClF,MAAM,CAAC,aAAa,EAAE,qCAAqC,EAAE,QAAQ,CAAC;SACtE,MAAM,CAAC,QAAQ,EAAE,0BAA0B,CAAC;SAC5C,MAAM,CAAC,KAAK,EAAE,MAAc,EAAE,IAA6B,EAAE,EAAE;QAC9D,MAAM,eAAe,CACnB,OAAO,EACP,QAAQ,EACR,gBAAgB,EAChB;YACE,OAAO,EAAE,MAAM;YACf,KAAK,EAAE,IAAI,CAAC,OAAO,CAAuB;SAC3C,EACD,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,uBAAuB,EAAE,CAC1D,CAAC;IACJ,CAAC,CAAC,CAAC;IAEL,eAAe;IACf,aAAa;IACb,2EAA2E;IAC3E,sFAAsF;IACtF,MAAM;SACH,OAAO,CAAC,iBAAiB,CAAC;SAC1B,WAAW,CACV,+GAA+G,CAChH;SACA,MAAM,CAAC,wBAAwB,EAAE,qDAAqD,CAAC;SACvF,MAAM,CAAC,aAAa,EAAE,8DAA8D,EAAE,GAAG,CAAC;SAC1F,MAAM,CAAC,aAAa,EAAE,yDAAyD,EAAE,IAAI,CAAC;SACtF,MAAM,CAAC,QAAQ,EAAE,0BAA0B,CAAC;SAC5C,MAAM,CAAC,KAAK,EAAE,MAA0B,EAAE,IAA6B,EAAE,EAAE;QAC1E,MAAM,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAuB,CAAC;QAEpD,IAAI,MAAM,EAAE,CAAC;YACX,mDAAmD;YACnD,MAAM,eAAe,CACnB,OAAO,EACP,OAAO,EACP,QAAQ,EACR;gBACE,MAAM;gBACN,UAAU,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAW,EAAE,EAAE,CAAC;aAClD,EACD,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE,CACjD,CAAC;QACJ,CAAC;aAAM,IAAI,MAAM,EAAE,CAAC;YAClB,8DAA8D;YAC9D,MAAM,eAAe,CACnB,OAAO,EACP,OAAO,EACP,SAAS,EACT;gBACE,MAAM;gBACN,MAAM,EAAE,QAAQ;gBAChB,KAAK,EAAE,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAW,EAAE,EAAE,CAAC;aAC7C,EACD,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE,CAClD,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,MAAM,CAAC,KAAK,CAClB,6EAA6E,CAC9E,CAAC;YACF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAClB,CAAC;IACH,CAAC,CAAC,CAAC;IAEL,iBAAiB;IACjB,MAAM;SACH,OAAO,CAAC,mBAAmB,CAAC;SAC5B,WAAW,CAAC,yCAAyC,CAAC;SACtD,MAAM,CAAC,aAAa,EAAE,mCAAmC,EAAE,QAAQ,CAAC;SACpE,MAAM,CAAC,QAAQ,EAAE,0BAA0B,CAAC;SAC5C,MAAM,CAAC,KAAK,EAAE,MAAc,EAAE,IAA6B,EAAE,EAAE;QAC9D,MAAM,eAAe,CACnB,OAAO,EACP,OAAO,EACP,SAAS,EACT;YACE,MAAM;YACN,KAAK,EAAE,IAAI,CAAC,OAAO,CAAuB;SAC3C,EACD,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,eAAe,EAAE,CAClD,CAAC;IACJ,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * CLI command: cleo refresh-memory
3
+ * Regenerates .cleo/memory-bridge.md from brain.db.
4
+ *
5
+ * @task T5240
6
+ */
7
+ import type { ShimCommand as Command } from '../commander-shim.js';
8
+ export declare function registerRefreshMemoryCommand(program: Command): void;
9
+ //# sourceMappingURL=refresh-memory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refresh-memory.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/refresh-memory.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEnE,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAenE"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * CLI command: cleo refresh-memory
3
+ * Regenerates .cleo/memory-bridge.md from brain.db.
4
+ *
5
+ * @task T5240
6
+ */
7
+ import { getProjectRoot } from '@cleocode/core';
8
+ export function registerRefreshMemoryCommand(program) {
9
+ program
10
+ .command('refresh-memory')
11
+ .description('Regenerate .cleo/memory-bridge.md from brain.db')
12
+ .action(async () => {
13
+ const projectDir = getProjectRoot();
14
+ const { writeMemoryBridge } = await import('@cleocode/core/internal');
15
+ const result = await writeMemoryBridge(projectDir);
16
+ if (result.written) {
17
+ process.stdout.write(`Memory bridge refreshed at ${result.path}\n`);
18
+ }
19
+ else {
20
+ process.stdout.write(`Memory bridge unchanged at ${result.path}\n`);
21
+ }
22
+ });
23
+ }
24
+ //# sourceMappingURL=refresh-memory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refresh-memory.js","sourceRoot":"","sources":["../../../src/cli/commands/refresh-memory.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,MAAM,UAAU,4BAA4B,CAAC,OAAgB;IAC3D,OAAO;SACJ,OAAO,CAAC,gBAAgB,CAAC;SACzB,WAAW,CAAC,iDAAiD,CAAC;SAC9D,MAAM,CAAC,KAAK,IAAI,EAAE;QACjB,MAAM,UAAU,GAAG,cAAc,EAAE,CAAC;QACpC,MAAM,EAAE,iBAAiB,EAAE,GAAG,MAAM,MAAM,CAAC,yBAAyB,CAAC,CAAC;QACtE,MAAM,MAAM,GAAG,MAAM,iBAAiB,CAAC,UAAU,CAAC,CAAC;QAEnD,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;YACnB,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,8BAA8B,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC;QACtE,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,8BAA8B,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC;QACtE,CAAC;IACH,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * CLI relates command - task relationship management.
3
+ * @task T4538
4
+ * @epic T4454
5
+ */
6
+ import type { ShimCommand as Command } from '../commander-shim.js';
7
+ /**
8
+ * Register the relates command group.
9
+ * @task T4538
10
+ */
11
+ export declare function registerRelatesCommand(program: Command): void;
12
+ //# sourceMappingURL=relates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relates.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/relates.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAGnE;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAkD7D"}
@@ -0,0 +1,53 @@
1
+ /**
2
+ * CLI relates command - task relationship management.
3
+ * @task T4538
4
+ * @epic T4454
5
+ */
6
+ import { dispatchFromCli, dispatchRaw, handleRawError } from '../../dispatch/adapters/cli.js';
7
+ import { cliOutput } from '../renderers/index.js';
8
+ /**
9
+ * Register the relates command group.
10
+ * @task T4538
11
+ */
12
+ export function registerRelatesCommand(program) {
13
+ const relates = program
14
+ .command('relates')
15
+ .description('Semantic relationship discovery and management between tasks');
16
+ relates
17
+ .command('suggest <taskId>')
18
+ .description('Suggest related tasks based on shared attributes')
19
+ .option('--threshold <n>', 'Minimum similarity threshold (0-100)', '50')
20
+ .action(async (taskId, opts) => {
21
+ const response = await dispatchRaw('query', 'tasks', 'relates', {
22
+ taskId,
23
+ mode: 'suggest',
24
+ threshold: opts['threshold'] ? Number(opts['threshold']) : 50,
25
+ });
26
+ handleRawError(response, { command: 'relates', operation: 'relates' });
27
+ cliOutput(response.data ?? {}, { command: 'relates' });
28
+ });
29
+ relates
30
+ .command('add <from> <to> <type> <reason>')
31
+ .description('Add a relates entry to a task')
32
+ .action(async (from, to, type, reason) => {
33
+ await dispatchFromCli('mutate', 'tasks', 'relates.add', { taskId: from, relatedId: to, type, reason }, { command: 'relates' });
34
+ });
35
+ relates
36
+ .command('discover <taskId>')
37
+ .description('Discover related tasks using various methods')
38
+ .action(async (taskId) => {
39
+ const response = await dispatchRaw('query', 'tasks', 'relates', {
40
+ taskId,
41
+ mode: 'discover',
42
+ });
43
+ handleRawError(response, { command: 'relates', operation: 'relates' });
44
+ cliOutput(response.data ?? {}, { command: 'relates' });
45
+ });
46
+ relates
47
+ .command('list <taskId>')
48
+ .description('Show existing relates entries for a task')
49
+ .action(async (taskId) => {
50
+ await dispatchFromCli('query', 'tasks', 'relates', { taskId }, { command: 'relates' });
51
+ });
52
+ }
53
+ //# sourceMappingURL=relates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relates.js","sourceRoot":"","sources":["../../../src/cli/commands/relates.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAE9F,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD;;;GAGG;AACH,MAAM,UAAU,sBAAsB,CAAC,OAAgB;IACrD,MAAM,OAAO,GAAG,OAAO;SACpB,OAAO,CAAC,SAAS,CAAC;SAClB,WAAW,CAAC,8DAA8D,CAAC,CAAC;IAE/E,OAAO;SACJ,OAAO,CAAC,kBAAkB,CAAC;SAC3B,WAAW,CAAC,kDAAkD,CAAC;SAC/D,MAAM,CAAC,iBAAiB,EAAE,sCAAsC,EAAE,IAAI,CAAC;SACvE,MAAM,CAAC,KAAK,EAAE,MAAc,EAAE,IAA6B,EAAE,EAAE;QAC9D,MAAM,QAAQ,GAAG,MAAM,WAAW,CAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE;YAC9D,MAAM;YACN,IAAI,EAAE,SAAS;YACf,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;SAC9D,CAAC,CAAC;QACH,cAAc,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,CAAC;QACvE,SAAS,CAAC,QAAQ,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,CAAC;IACzD,CAAC,CAAC,CAAC;IAEL,OAAO;SACJ,OAAO,CAAC,iCAAiC,CAAC;SAC1C,WAAW,CAAC,+BAA+B,CAAC;SAC5C,MAAM,CAAC,KAAK,EAAE,IAAY,EAAE,EAAU,EAAE,IAAY,EAAE,MAAc,EAAE,EAAE;QACvE,MAAM,eAAe,CACnB,QAAQ,EACR,OAAO,EACP,aAAa,EACb,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAC7C,EAAE,OAAO,EAAE,SAAS,EAAE,CACvB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEL,OAAO;SACJ,OAAO,CAAC,mBAAmB,CAAC;SAC5B,WAAW,CAAC,8CAA8C,CAAC;SAC3D,MAAM,CAAC,KAAK,EAAE,MAAc,EAAE,EAAE;QAC/B,MAAM,QAAQ,GAAG,MAAM,WAAW,CAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE;YAC9D,MAAM;YACN,IAAI,EAAE,UAAU;SACjB,CAAC,CAAC;QACH,cAAc,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,CAAC,CAAC;QACvE,SAAS,CAAC,QAAQ,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,CAAC;IACzD,CAAC,CAAC,CAAC;IAEL,OAAO;SACJ,OAAO,CAAC,eAAe,CAAC;SACxB,WAAW,CAAC,0CAA0C,CAAC;SACvD,MAAM,CAAC,KAAK,EAAE,MAAc,EAAE,EAAE;QAC/B,MAAM,eAAe,CAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,CAAC;IACzF,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * CLI release command group.
3
+ * @task T4467
4
+ * @epic T4454
5
+ */
6
+ import type { ShimCommand as Command } from '../commander-shim.js';
7
+ export declare function registerReleaseCommand(program: Command): void;
8
+ //# sourceMappingURL=release.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"release.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/release.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEnE,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CA8F7D"}
@@ -0,0 +1,72 @@
1
+ /**
2
+ * CLI release command group.
3
+ * @task T4467
4
+ * @epic T4454
5
+ */
6
+ import { dispatchFromCli } from '../../dispatch/adapters/cli.js';
7
+ export function registerReleaseCommand(program) {
8
+ const release = program.command('release').description('Release lifecycle management');
9
+ /**
10
+ * REMOVED: release add/plan commands
11
+ *
12
+ * The release.prepare operation was consolidated into release.ship as part
13
+ * of the API rationalization (T5615). To add a release, use the full ship
14
+ * workflow which validates gates and records provenance.
15
+ *
16
+ * For preview/dry-run: cleo release ship <version> --epic <id> --dry-run
17
+ */
18
+ /**
19
+ * Composite release: prepare → gates → changelog → commit → tag → push.
20
+ * Requires --epic <id>. Use --dry-run to preview without writing anything.
21
+ *
22
+ * Flags:
23
+ * --epic <id> Epic task ID referenced in commit message (required)
24
+ * --dry-run Preview all actions without writing anything
25
+ * --no-push Skip git push (commit and tag only)
26
+ * --no-bump Skip version file bumping (default: bump if configured)
27
+ * --remote <r> Override git remote (default: origin)
28
+ */
29
+ release
30
+ .command('ship <version>')
31
+ .description('Ship a release: gates → changelog → commit → tag → push')
32
+ .requiredOption('--epic <id>', 'Epic task ID for commit message (e.g. T5576)')
33
+ .option('--dry-run', 'Preview all actions without writing anything')
34
+ .option('--no-push', 'Commit and tag but skip git push')
35
+ .option('--no-bump', 'Skip version file bumping (default: bump if configured)')
36
+ .option('--remote <remote>', 'Git remote to push to (default: origin)')
37
+ .action(async (version, opts) => {
38
+ await dispatchFromCli('mutate', 'pipeline', 'release.ship', {
39
+ version,
40
+ epicId: opts['epic'],
41
+ dryRun: opts['dryRun'],
42
+ push: opts['push'] !== false,
43
+ bump: opts['bump'] !== false,
44
+ remote: opts['remote'],
45
+ }, { command: 'release' });
46
+ });
47
+ release
48
+ .command('list')
49
+ .description('List all releases')
50
+ .action(async () => {
51
+ await dispatchFromCli('query', 'pipeline', 'release.list', {}, { command: 'release' });
52
+ });
53
+ release
54
+ .command('show <version>')
55
+ .description('Show release details')
56
+ .action(async (version) => {
57
+ await dispatchFromCli('query', 'pipeline', 'release.show', { version }, { command: 'release' });
58
+ });
59
+ release
60
+ .command('changelog <version>')
61
+ .description('Generate changelog for a release')
62
+ .action(async (version) => {
63
+ await dispatchFromCli('mutate', 'pipeline', 'release.ship', { version, step: 'changelog' }, { command: 'release' });
64
+ });
65
+ release
66
+ .command('cancel <version>')
67
+ .description('Cancel and remove a release in draft or prepared state')
68
+ .action(async (version) => {
69
+ await dispatchFromCli('mutate', 'pipeline', 'release.cancel', { version }, { command: 'release' });
70
+ });
71
+ }
72
+ //# sourceMappingURL=release.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"release.js","sourceRoot":"","sources":["../../../src/cli/commands/release.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAGjE,MAAM,UAAU,sBAAsB,CAAC,OAAgB;IACrD,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,8BAA8B,CAAC,CAAC;IAEvF;;;;;;;;OAQG;IAEH;;;;;;;;;;OAUG;IACH,OAAO;SACJ,OAAO,CAAC,gBAAgB,CAAC;SACzB,WAAW,CAAC,yDAAyD,CAAC;SACtE,cAAc,CAAC,aAAa,EAAE,8CAA8C,CAAC;SAC7E,MAAM,CAAC,WAAW,EAAE,8CAA8C,CAAC;SACnE,MAAM,CAAC,WAAW,EAAE,kCAAkC,CAAC;SACvD,MAAM,CAAC,WAAW,EAAE,yDAAyD,CAAC;SAC9E,MAAM,CAAC,mBAAmB,EAAE,yCAAyC,CAAC;SACtE,MAAM,CAAC,KAAK,EAAE,OAAe,EAAE,IAA6B,EAAE,EAAE;QAC/D,MAAM,eAAe,CACnB,QAAQ,EACR,UAAU,EACV,cAAc,EACd;YACE,OAAO;YACP,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;YACpB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;YACtB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK,KAAK;YAC5B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK,KAAK;YAC5B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;SACvB,EACD,EAAE,OAAO,EAAE,SAAS,EAAE,CACvB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEL,OAAO;SACJ,OAAO,CAAC,MAAM,CAAC;SACf,WAAW,CAAC,mBAAmB,CAAC;SAChC,MAAM,CAAC,KAAK,IAAI,EAAE;QACjB,MAAM,eAAe,CAAC,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,CAAC;IACzF,CAAC,CAAC,CAAC;IAEL,OAAO;SACJ,OAAO,CAAC,gBAAgB,CAAC;SACzB,WAAW,CAAC,sBAAsB,CAAC;SACnC,MAAM,CAAC,KAAK,EAAE,OAAe,EAAE,EAAE;QAChC,MAAM,eAAe,CACnB,OAAO,EACP,UAAU,EACV,cAAc,EACd,EAAE,OAAO,EAAE,EACX,EAAE,OAAO,EAAE,SAAS,EAAE,CACvB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEL,OAAO;SACJ,OAAO,CAAC,qBAAqB,CAAC;SAC9B,WAAW,CAAC,kCAAkC,CAAC;SAC/C,MAAM,CAAC,KAAK,EAAE,OAAe,EAAE,EAAE;QAChC,MAAM,eAAe,CACnB,QAAQ,EACR,UAAU,EACV,cAAc,EACd,EAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,EAC9B,EAAE,OAAO,EAAE,SAAS,EAAE,CACvB,CAAC;IACJ,CAAC,CAAC,CAAC;IAEL,OAAO;SACJ,OAAO,CAAC,kBAAkB,CAAC;SAC3B,WAAW,CAAC,wDAAwD,CAAC;SACrE,MAAM,CAAC,KAAK,EAAE,OAAe,EAAE,EAAE;QAChC,MAAM,eAAe,CACnB,QAAQ,EACR,UAAU,EACV,gBAAgB,EAChB,EAAE,OAAO,EAAE,EACX,EAAE,OAAO,EAAE,SAAS,EAAE,CACvB,CAAC;IACJ,CAAC,CAAC,CAAC;AACP,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * CLI remote command - .cleo/.git remote push/pull for shared state.
3
+ *
4
+ * @task T4884
5
+ */
6
+ import type { ShimCommand as Command } from '../commander-shim.js';
7
+ /**
8
+ * Register the remote command with add/remove/list/push/pull subcommands.
9
+ * @task T4884
10
+ */
11
+ export declare function registerRemoteCommand(program: Command): void;
12
+ //# sourceMappingURL=remote.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/remote.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAaH,OAAO,KAAK,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAGnE;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CA0N5D"}