@cleocode/cleo 2026.4.10 → 2026.4.11

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 (693) 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 +98 -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 +1125 -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 +8 -0
  46. package/dist/cli/commands/backup.d.ts.map +1 -0
  47. package/dist/cli/commands/backup.js +35 -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 +43 -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 +70 -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 +71 -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 +9 -0
  242. package/dist/cli/commands/observe.d.ts.map +1 -0
  243. package/dist/cli/commands/observe.js +39 -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 +11 -0
  306. package/dist/cli/commands/restore.d.ts.map +1 -0
  307. package/dist/cli/commands/restore.js +224 -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/self-update.d.ts +15 -0
  318. package/dist/cli/commands/self-update.d.ts.map +1 -0
  319. package/dist/cli/commands/self-update.js +329 -0
  320. package/dist/cli/commands/self-update.js.map +1 -0
  321. package/dist/cli/commands/sequence.d.ts +8 -0
  322. package/dist/cli/commands/sequence.d.ts.map +1 -0
  323. package/dist/cli/commands/sequence.js +30 -0
  324. package/dist/cli/commands/sequence.js.map +1 -0
  325. package/dist/cli/commands/session.d.ts +12 -0
  326. package/dist/cli/commands/session.d.ts.map +1 -0
  327. package/dist/cli/commands/session.js +175 -0
  328. package/dist/cli/commands/session.js.map +1 -0
  329. package/dist/cli/commands/show.d.ts +13 -0
  330. package/dist/cli/commands/show.d.ts.map +1 -0
  331. package/dist/cli/commands/show.js +20 -0
  332. package/dist/cli/commands/show.js.map +1 -0
  333. package/dist/cli/commands/skills.d.ts +13 -0
  334. package/dist/cli/commands/skills.d.ts.map +1 -0
  335. package/dist/cli/commands/skills.js +131 -0
  336. package/dist/cli/commands/skills.js.map +1 -0
  337. package/dist/cli/commands/snapshot.d.ts +9 -0
  338. package/dist/cli/commands/snapshot.d.ts.map +1 -0
  339. package/dist/cli/commands/snapshot.js +50 -0
  340. package/dist/cli/commands/snapshot.js.map +1 -0
  341. package/dist/cli/commands/specification.d.ts +13 -0
  342. package/dist/cli/commands/specification.d.ts.map +1 -0
  343. package/dist/cli/commands/specification.js +45 -0
  344. package/dist/cli/commands/specification.js.map +1 -0
  345. package/dist/cli/commands/start.d.ts +13 -0
  346. package/dist/cli/commands/start.d.ts.map +1 -0
  347. package/dist/cli/commands/start.js +20 -0
  348. package/dist/cli/commands/start.js.map +1 -0
  349. package/dist/cli/commands/stats.d.ts +12 -0
  350. package/dist/cli/commands/stats.d.ts.map +1 -0
  351. package/dist/cli/commands/stats.js +35 -0
  352. package/dist/cli/commands/stats.js.map +1 -0
  353. package/dist/cli/commands/sticky.d.ts +16 -0
  354. package/dist/cli/commands/sticky.d.ts.map +1 -0
  355. package/dist/cli/commands/sticky.js +211 -0
  356. package/dist/cli/commands/sticky.js.map +1 -0
  357. package/dist/cli/commands/stop.d.ts +13 -0
  358. package/dist/cli/commands/stop.d.ts.map +1 -0
  359. package/dist/cli/commands/stop.js +20 -0
  360. package/dist/cli/commands/stop.js.map +1 -0
  361. package/dist/cli/commands/testing.d.ts +13 -0
  362. package/dist/cli/commands/testing.d.ts.map +1 -0
  363. package/dist/cli/commands/testing.js +64 -0
  364. package/dist/cli/commands/testing.js.map +1 -0
  365. package/dist/cli/commands/token.d.ts +10 -0
  366. package/dist/cli/commands/token.d.ts.map +1 -0
  367. package/dist/cli/commands/token.js +135 -0
  368. package/dist/cli/commands/token.js.map +1 -0
  369. package/dist/cli/commands/update.d.ts +12 -0
  370. package/dist/cli/commands/update.d.ts.map +1 -0
  371. package/dist/cli/commands/update.js +83 -0
  372. package/dist/cli/commands/update.js.map +1 -0
  373. package/dist/cli/commands/upgrade.d.ts +18 -0
  374. package/dist/cli/commands/upgrade.d.ts.map +1 -0
  375. package/dist/cli/commands/upgrade.js +103 -0
  376. package/dist/cli/commands/upgrade.js.map +1 -0
  377. package/dist/cli/commands/validate.d.ts +12 -0
  378. package/dist/cli/commands/validate.d.ts.map +1 -0
  379. package/dist/cli/commands/validate.js +23 -0
  380. package/dist/cli/commands/validate.js.map +1 -0
  381. package/dist/cli/commands/verify.d.ts +8 -0
  382. package/dist/cli/commands/verify.d.ts.map +1 -0
  383. package/dist/cli/commands/verify.js +28 -0
  384. package/dist/cli/commands/verify.js.map +1 -0
  385. package/dist/cli/commands/web.d.ts +13 -0
  386. package/dist/cli/commands/web.d.ts.map +1 -0
  387. package/dist/cli/commands/web.js +277 -0
  388. package/dist/cli/commands/web.js.map +1 -0
  389. package/dist/cli/field-context.d.ts +32 -0
  390. package/dist/cli/field-context.d.ts.map +1 -0
  391. package/dist/cli/field-context.js +47 -0
  392. package/dist/cli/field-context.js.map +1 -0
  393. package/dist/cli/format-context.d.ts +32 -0
  394. package/dist/cli/format-context.d.ts.map +1 -0
  395. package/dist/cli/format-context.js +50 -0
  396. package/dist/cli/format-context.js.map +1 -0
  397. package/dist/cli/index.d.ts +9 -0
  398. package/dist/cli/index.d.ts.map +1 -0
  399. package/dist/cli/index.js +3767 -3387
  400. package/dist/cli/index.js.map +4 -4
  401. package/dist/cli/logger-bootstrap.d.ts +6 -0
  402. package/dist/cli/logger-bootstrap.d.ts.map +1 -0
  403. package/dist/cli/logger-bootstrap.js +10 -0
  404. package/dist/cli/logger-bootstrap.js.map +1 -0
  405. package/dist/cli/middleware/output-format.d.ts +30 -0
  406. package/dist/cli/middleware/output-format.d.ts.map +1 -0
  407. package/dist/cli/middleware/output-format.js +35 -0
  408. package/dist/cli/middleware/output-format.js.map +1 -0
  409. package/dist/cli/progress.d.ts +84 -0
  410. package/dist/cli/progress.d.ts.map +1 -0
  411. package/dist/cli/progress.js +169 -0
  412. package/dist/cli/progress.js.map +1 -0
  413. package/dist/cli/renderers/colors.d.ts +32 -0
  414. package/dist/cli/renderers/colors.d.ts.map +1 -0
  415. package/dist/cli/renderers/colors.js +141 -0
  416. package/dist/cli/renderers/colors.js.map +1 -0
  417. package/dist/cli/renderers/error.d.ts +13 -0
  418. package/dist/cli/renderers/error.d.ts.map +1 -0
  419. package/dist/cli/renderers/error.js +42 -0
  420. package/dist/cli/renderers/error.js.map +1 -0
  421. package/dist/cli/renderers/index.d.ts +59 -0
  422. package/dist/cli/renderers/index.d.ts.map +1 -0
  423. package/dist/cli/renderers/index.js +208 -0
  424. package/dist/cli/renderers/index.js.map +1 -0
  425. package/dist/cli/renderers/lafs-validator.d.ts +97 -0
  426. package/dist/cli/renderers/lafs-validator.d.ts.map +1 -0
  427. package/dist/cli/renderers/lafs-validator.js +229 -0
  428. package/dist/cli/renderers/lafs-validator.js.map +1 -0
  429. package/dist/cli/renderers/normalizer.d.ts +21 -0
  430. package/dist/cli/renderers/normalizer.d.ts.map +1 -0
  431. package/dist/cli/renderers/normalizer.js +106 -0
  432. package/dist/cli/renderers/normalizer.js.map +1 -0
  433. package/dist/cli/renderers/system.d.ts +25 -0
  434. package/dist/cli/renderers/system.d.ts.map +1 -0
  435. package/dist/cli/renderers/system.js +416 -0
  436. package/dist/cli/renderers/system.js.map +1 -0
  437. package/dist/cli/renderers/tasks.d.ts +28 -0
  438. package/dist/cli/renderers/tasks.d.ts.map +1 -0
  439. package/dist/cli/renderers/tasks.js +306 -0
  440. package/dist/cli/renderers/tasks.js.map +1 -0
  441. package/dist/dispatch/adapters/cli.d.ts +67 -0
  442. package/dist/dispatch/adapters/cli.d.ts.map +1 -0
  443. package/dist/dispatch/adapters/cli.js +262 -0
  444. package/dist/dispatch/adapters/cli.js.map +1 -0
  445. package/dist/dispatch/context/session-context.d.ts +54 -0
  446. package/dist/dispatch/context/session-context.d.ts.map +1 -0
  447. package/dist/dispatch/context/session-context.js +61 -0
  448. package/dist/dispatch/context/session-context.js.map +1 -0
  449. package/dist/dispatch/dispatcher.d.ts +23 -0
  450. package/dist/dispatch/dispatcher.d.ts.map +1 -0
  451. package/dist/dispatch/dispatcher.js +84 -0
  452. package/dist/dispatch/dispatcher.js.map +1 -0
  453. package/dist/dispatch/domains/_base.d.ts +59 -0
  454. package/dist/dispatch/domains/_base.d.ts.map +1 -0
  455. package/dist/dispatch/domains/_base.js +77 -0
  456. package/dist/dispatch/domains/_base.js.map +1 -0
  457. package/dist/dispatch/domains/_meta.d.ts +23 -0
  458. package/dist/dispatch/domains/_meta.d.ts.map +1 -0
  459. package/dist/dispatch/domains/_meta.js +25 -0
  460. package/dist/dispatch/domains/_meta.js.map +1 -0
  461. package/dist/dispatch/domains/_routing.d.ts +8 -0
  462. package/dist/dispatch/domains/_routing.d.ts.map +1 -0
  463. package/dist/dispatch/domains/_routing.js +20 -0
  464. package/dist/dispatch/domains/_routing.js.map +1 -0
  465. package/dist/dispatch/domains/admin.d.ts +25 -0
  466. package/dist/dispatch/domains/admin.d.ts.map +1 -0
  467. package/dist/dispatch/domains/admin.js +719 -0
  468. package/dist/dispatch/domains/admin.js.map +1 -0
  469. package/dist/dispatch/domains/check.d.ts +22 -0
  470. package/dist/dispatch/domains/check.d.ts.map +1 -0
  471. package/dist/dispatch/domains/check.js +360 -0
  472. package/dist/dispatch/domains/check.js.map +1 -0
  473. package/dist/dispatch/domains/conduit.d.ts +38 -0
  474. package/dist/dispatch/domains/conduit.d.ts.map +1 -0
  475. package/dist/dispatch/domains/conduit.js +247 -0
  476. package/dist/dispatch/domains/conduit.js.map +1 -0
  477. package/dist/dispatch/domains/index.d.ts +27 -0
  478. package/dist/dispatch/domains/index.d.ts.map +1 -0
  479. package/dist/dispatch/domains/index.js +40 -0
  480. package/dist/dispatch/domains/index.js.map +1 -0
  481. package/dist/dispatch/domains/memory.d.ts +22 -0
  482. package/dist/dispatch/domains/memory.d.ts.map +1 -0
  483. package/dist/dispatch/domains/memory.js +303 -0
  484. package/dist/dispatch/domains/memory.js.map +1 -0
  485. package/dist/dispatch/domains/nexus.d.ts +22 -0
  486. package/dist/dispatch/domains/nexus.d.ts.map +1 -0
  487. package/dist/dispatch/domains/nexus.js +286 -0
  488. package/dist/dispatch/domains/nexus.js.map +1 -0
  489. package/dist/dispatch/domains/orchestrate.d.ts +19 -0
  490. package/dist/dispatch/domains/orchestrate.d.ts.map +1 -0
  491. package/dist/dispatch/domains/orchestrate.js +259 -0
  492. package/dist/dispatch/domains/orchestrate.js.map +1 -0
  493. package/dist/dispatch/domains/pipeline.d.ts +35 -0
  494. package/dist/dispatch/domains/pipeline.d.ts.map +1 -0
  495. package/dist/dispatch/domains/pipeline.js +593 -0
  496. package/dist/dispatch/domains/pipeline.js.map +1 -0
  497. package/dist/dispatch/domains/session.d.ts +22 -0
  498. package/dist/dispatch/domains/session.d.ts.map +1 -0
  499. package/dist/dispatch/domains/session.js +257 -0
  500. package/dist/dispatch/domains/session.js.map +1 -0
  501. package/dist/dispatch/domains/sticky.d.ts +20 -0
  502. package/dist/dispatch/domains/sticky.d.ts.map +1 -0
  503. package/dist/dispatch/domains/sticky.js +164 -0
  504. package/dist/dispatch/domains/sticky.js.map +1 -0
  505. package/dist/dispatch/domains/tasks.d.ts +25 -0
  506. package/dist/dispatch/domains/tasks.d.ts.map +1 -0
  507. package/dist/dispatch/domains/tasks.js +361 -0
  508. package/dist/dispatch/domains/tasks.js.map +1 -0
  509. package/dist/dispatch/domains/tools.d.ts +37 -0
  510. package/dist/dispatch/domains/tools.d.ts.map +1 -0
  511. package/dist/dispatch/domains/tools.js +481 -0
  512. package/dist/dispatch/domains/tools.js.map +1 -0
  513. package/dist/dispatch/engines/_error.d.ts +85 -0
  514. package/dist/dispatch/engines/_error.d.ts.map +1 -0
  515. package/dist/dispatch/engines/_error.js +244 -0
  516. package/dist/dispatch/engines/_error.js.map +1 -0
  517. package/dist/dispatch/engines/code-engine.d.ts +18 -0
  518. package/dist/dispatch/engines/code-engine.d.ts.map +1 -0
  519. package/dist/dispatch/engines/code-engine.js +71 -0
  520. package/dist/dispatch/engines/code-engine.js.map +1 -0
  521. package/dist/dispatch/engines/codebase-map-engine.d.ts +31 -0
  522. package/dist/dispatch/engines/codebase-map-engine.d.ts.map +1 -0
  523. package/dist/dispatch/engines/codebase-map-engine.js +43 -0
  524. package/dist/dispatch/engines/codebase-map-engine.js.map +1 -0
  525. package/dist/dispatch/engines/config-engine.d.ts +32 -0
  526. package/dist/dispatch/engines/config-engine.d.ts.map +1 -0
  527. package/dist/dispatch/engines/config-engine.js +70 -0
  528. package/dist/dispatch/engines/config-engine.js.map +1 -0
  529. package/dist/dispatch/engines/hooks-engine.d.ts +96 -0
  530. package/dist/dispatch/engines/hooks-engine.d.ts.map +1 -0
  531. package/dist/dispatch/engines/hooks-engine.js +144 -0
  532. package/dist/dispatch/engines/hooks-engine.js.map +1 -0
  533. package/dist/dispatch/engines/init-engine.d.ts +56 -0
  534. package/dist/dispatch/engines/init-engine.d.ts.map +1 -0
  535. package/dist/dispatch/engines/init-engine.js +78 -0
  536. package/dist/dispatch/engines/init-engine.js.map +1 -0
  537. package/dist/dispatch/engines/lifecycle-engine.d.ts +66 -0
  538. package/dist/dispatch/engines/lifecycle-engine.d.ts.map +1 -0
  539. package/dist/dispatch/engines/lifecycle-engine.js +224 -0
  540. package/dist/dispatch/engines/lifecycle-engine.js.map +1 -0
  541. package/dist/dispatch/engines/memory-engine.d.ts +10 -0
  542. package/dist/dispatch/engines/memory-engine.d.ts.map +1 -0
  543. package/dist/dispatch/engines/memory-engine.js +10 -0
  544. package/dist/dispatch/engines/memory-engine.js.map +1 -0
  545. package/dist/dispatch/engines/nexus-engine.d.ts +167 -0
  546. package/dist/dispatch/engines/nexus-engine.d.ts.map +1 -0
  547. package/dist/dispatch/engines/nexus-engine.js +356 -0
  548. package/dist/dispatch/engines/nexus-engine.js.map +1 -0
  549. package/dist/dispatch/engines/orchestrate-engine.d.ts +133 -0
  550. package/dist/dispatch/engines/orchestrate-engine.d.ts.map +1 -0
  551. package/dist/dispatch/engines/orchestrate-engine.js +769 -0
  552. package/dist/dispatch/engines/orchestrate-engine.js.map +1 -0
  553. package/dist/dispatch/engines/pipeline-engine.d.ts +51 -0
  554. package/dist/dispatch/engines/pipeline-engine.d.ts.map +1 -0
  555. package/dist/dispatch/engines/pipeline-engine.js +191 -0
  556. package/dist/dispatch/engines/pipeline-engine.js.map +1 -0
  557. package/dist/dispatch/engines/release-engine.d.ts +94 -0
  558. package/dist/dispatch/engines/release-engine.d.ts.map +1 -0
  559. package/dist/dispatch/engines/release-engine.js +763 -0
  560. package/dist/dispatch/engines/release-engine.js.map +1 -0
  561. package/dist/dispatch/engines/session-engine.d.ts +383 -0
  562. package/dist/dispatch/engines/session-engine.d.ts.map +1 -0
  563. package/dist/dispatch/engines/session-engine.js +960 -0
  564. package/dist/dispatch/engines/session-engine.js.map +1 -0
  565. package/dist/dispatch/engines/sticky-engine.d.ts +100 -0
  566. package/dist/dispatch/engines/sticky-engine.d.ts.map +1 -0
  567. package/dist/dispatch/engines/sticky-engine.js +181 -0
  568. package/dist/dispatch/engines/sticky-engine.js.map +1 -0
  569. package/dist/dispatch/engines/system-engine.d.ts +539 -0
  570. package/dist/dispatch/engines/system-engine.d.ts.map +1 -0
  571. package/dist/dispatch/engines/system-engine.js +1266 -0
  572. package/dist/dispatch/engines/system-engine.js.map +1 -0
  573. package/dist/dispatch/engines/task-engine.d.ts +1055 -0
  574. package/dist/dispatch/engines/task-engine.d.ts.map +1 -0
  575. package/dist/dispatch/engines/task-engine.js +1387 -0
  576. package/dist/dispatch/engines/task-engine.js.map +1 -0
  577. package/dist/dispatch/engines/template-parser.d.ts +85 -0
  578. package/dist/dispatch/engines/template-parser.d.ts.map +1 -0
  579. package/dist/dispatch/engines/template-parser.js +108 -0
  580. package/dist/dispatch/engines/template-parser.js.map +1 -0
  581. package/dist/dispatch/engines/tools-engine.d.ts +270 -0
  582. package/dist/dispatch/engines/tools-engine.d.ts.map +1 -0
  583. package/dist/dispatch/engines/tools-engine.js +636 -0
  584. package/dist/dispatch/engines/tools-engine.js.map +1 -0
  585. package/dist/dispatch/engines/validate-engine.d.ts +218 -0
  586. package/dist/dispatch/engines/validate-engine.d.ts.map +1 -0
  587. package/dist/dispatch/engines/validate-engine.js +737 -0
  588. package/dist/dispatch/engines/validate-engine.js.map +1 -0
  589. package/dist/dispatch/index.d.ts +20 -0
  590. package/dist/dispatch/index.d.ts.map +1 -0
  591. package/dist/dispatch/index.js +19 -0
  592. package/dist/dispatch/index.js.map +1 -0
  593. package/dist/dispatch/lib/background-jobs.d.ts +86 -0
  594. package/dist/dispatch/lib/background-jobs.d.ts.map +1 -0
  595. package/dist/dispatch/lib/background-jobs.js +183 -0
  596. package/dist/dispatch/lib/background-jobs.js.map +1 -0
  597. package/dist/dispatch/lib/budget.d.ts +35 -0
  598. package/dist/dispatch/lib/budget.d.ts.map +1 -0
  599. package/dist/dispatch/lib/budget.js +102 -0
  600. package/dist/dispatch/lib/budget.js.map +1 -0
  601. package/dist/dispatch/lib/capability-matrix.d.ts +11 -0
  602. package/dist/dispatch/lib/capability-matrix.d.ts.map +1 -0
  603. package/dist/dispatch/lib/capability-matrix.js +10 -0
  604. package/dist/dispatch/lib/capability-matrix.js.map +1 -0
  605. package/dist/dispatch/lib/config-loader.d.ts +42 -0
  606. package/dist/dispatch/lib/config-loader.d.ts.map +1 -0
  607. package/dist/dispatch/lib/config-loader.js +217 -0
  608. package/dist/dispatch/lib/config-loader.js.map +1 -0
  609. package/dist/dispatch/lib/config.d.ts +11 -0
  610. package/dist/dispatch/lib/config.d.ts.map +1 -0
  611. package/dist/dispatch/lib/config.js +10 -0
  612. package/dist/dispatch/lib/config.js.map +1 -0
  613. package/dist/dispatch/lib/defaults.d.ts +117 -0
  614. package/dist/dispatch/lib/defaults.d.ts.map +1 -0
  615. package/dist/dispatch/lib/defaults.js +58 -0
  616. package/dist/dispatch/lib/defaults.js.map +1 -0
  617. package/dist/dispatch/lib/engine.d.ts +26 -0
  618. package/dist/dispatch/lib/engine.d.ts.map +1 -0
  619. package/dist/dispatch/lib/engine.js +46 -0
  620. package/dist/dispatch/lib/engine.js.map +1 -0
  621. package/dist/dispatch/lib/gateway-meta.d.ts +37 -0
  622. package/dist/dispatch/lib/gateway-meta.d.ts.map +1 -0
  623. package/dist/dispatch/lib/gateway-meta.js +50 -0
  624. package/dist/dispatch/lib/gateway-meta.js.map +1 -0
  625. package/dist/dispatch/lib/job-manager-accessor.d.ts +9 -0
  626. package/dist/dispatch/lib/job-manager-accessor.d.ts.map +1 -0
  627. package/dist/dispatch/lib/job-manager-accessor.js +13 -0
  628. package/dist/dispatch/lib/job-manager-accessor.js.map +1 -0
  629. package/dist/dispatch/lib/meta.d.ts +26 -0
  630. package/dist/dispatch/lib/meta.d.ts.map +1 -0
  631. package/dist/dispatch/lib/meta.js +37 -0
  632. package/dist/dispatch/lib/meta.js.map +1 -0
  633. package/dist/dispatch/lib/param-utils.d.ts +11 -0
  634. package/dist/dispatch/lib/param-utils.d.ts.map +1 -0
  635. package/dist/dispatch/lib/param-utils.js +10 -0
  636. package/dist/dispatch/lib/param-utils.js.map +1 -0
  637. package/dist/dispatch/lib/projections.d.ts +56 -0
  638. package/dist/dispatch/lib/projections.d.ts.map +1 -0
  639. package/dist/dispatch/lib/projections.js +65 -0
  640. package/dist/dispatch/lib/projections.js.map +1 -0
  641. package/dist/dispatch/lib/schema-utils.d.ts +39 -0
  642. package/dist/dispatch/lib/schema-utils.d.ts.map +1 -0
  643. package/dist/dispatch/lib/schema-utils.js +88 -0
  644. package/dist/dispatch/lib/schema-utils.js.map +1 -0
  645. package/dist/dispatch/lib/security.d.ts +11 -0
  646. package/dist/dispatch/lib/security.d.ts.map +1 -0
  647. package/dist/dispatch/lib/security.js +10 -0
  648. package/dist/dispatch/lib/security.js.map +1 -0
  649. package/dist/dispatch/middleware/audit.d.ts +23 -0
  650. package/dist/dispatch/middleware/audit.d.ts.map +1 -0
  651. package/dist/dispatch/middleware/audit.js +169 -0
  652. package/dist/dispatch/middleware/audit.js.map +1 -0
  653. package/dist/dispatch/middleware/field-filter.d.ts +24 -0
  654. package/dist/dispatch/middleware/field-filter.d.ts.map +1 -0
  655. package/dist/dispatch/middleware/field-filter.js +65 -0
  656. package/dist/dispatch/middleware/field-filter.js.map +1 -0
  657. package/dist/dispatch/middleware/pipeline.d.ts +33 -0
  658. package/dist/dispatch/middleware/pipeline.d.ts.map +1 -0
  659. package/dist/dispatch/middleware/pipeline.js +60 -0
  660. package/dist/dispatch/middleware/pipeline.js.map +1 -0
  661. package/dist/dispatch/middleware/projection.d.ts +35 -0
  662. package/dist/dispatch/middleware/projection.d.ts.map +1 -0
  663. package/dist/dispatch/middleware/projection.js +146 -0
  664. package/dist/dispatch/middleware/projection.js.map +1 -0
  665. package/dist/dispatch/middleware/protocol-enforcement.d.ts +27 -0
  666. package/dist/dispatch/middleware/protocol-enforcement.d.ts.map +1 -0
  667. package/dist/dispatch/middleware/protocol-enforcement.js +45 -0
  668. package/dist/dispatch/middleware/protocol-enforcement.js.map +1 -0
  669. package/dist/dispatch/middleware/rate-limiter.d.ts +72 -0
  670. package/dist/dispatch/middleware/rate-limiter.d.ts.map +1 -0
  671. package/dist/dispatch/middleware/rate-limiter.js +127 -0
  672. package/dist/dispatch/middleware/rate-limiter.js.map +1 -0
  673. package/dist/dispatch/middleware/sanitizer.d.ts +24 -0
  674. package/dist/dispatch/middleware/sanitizer.d.ts.map +1 -0
  675. package/dist/dispatch/middleware/sanitizer.js +56 -0
  676. package/dist/dispatch/middleware/sanitizer.js.map +1 -0
  677. package/dist/dispatch/middleware/session-resolver.d.ts +26 -0
  678. package/dist/dispatch/middleware/session-resolver.d.ts.map +1 -0
  679. package/dist/dispatch/middleware/session-resolver.js +65 -0
  680. package/dist/dispatch/middleware/session-resolver.js.map +1 -0
  681. package/dist/dispatch/middleware/verification-gates.d.ts +22 -0
  682. package/dist/dispatch/middleware/verification-gates.d.ts.map +1 -0
  683. package/dist/dispatch/middleware/verification-gates.js +59 -0
  684. package/dist/dispatch/middleware/verification-gates.js.map +1 -0
  685. package/dist/dispatch/registry.d.ts +91 -0
  686. package/dist/dispatch/registry.d.ts.map +1 -0
  687. package/dist/dispatch/registry.js +3133 -0
  688. package/dist/dispatch/registry.js.map +1 -0
  689. package/dist/dispatch/types.d.ts +202 -0
  690. package/dist/dispatch/types.d.ts.map +1 -0
  691. package/dist/dispatch/types.js +26 -0
  692. package/dist/dispatch/types.js.map +1 -0
  693. package/package.json +7 -7
@@ -0,0 +1,769 @@
1
+ /**
2
+ * Orchestrate Engine
3
+ *
4
+ * Thin wrapper layer that delegates to core modules.
5
+ * All business logic lives in src/core/orchestration/.
6
+ *
7
+ * @task T4478
8
+ * @task T4784
9
+ */
10
+ // Core module imports
11
+ import { orchestrationAnalyzeDependencies as analyzeDependencies, analyzeEpic, buildBrainState, computeEpicStatus, computeOverallStatus, computeProgress, computeStartupSummary, endParallelExecution, estimateContext, getAccessor, orchestrationGetCriticalPath as getCriticalPath, getEnrichedWaves, orchestrationGetNextTask as getNextTask, getParallelStatus, orchestrationGetReadyTasks as getReadyTasks, getSkillContent, getUnblockOpportunities, prepareSpawn, resolveProjectRoot, startParallelExecution, validateSpawnReadiness, } from '@cleocode/core/internal';
12
+ import { engineError } from './_error.js';
13
+ import { sessionContextInject, sessionEnd, sessionStatus } from './session-engine.js';
14
+ /**
15
+ * Load all tasks from task data.
16
+ */
17
+ async function loadTasks(projectRoot) {
18
+ const root = projectRoot || resolveProjectRoot();
19
+ try {
20
+ const accessor = await getAccessor(root);
21
+ const result = await accessor.queryTasks({});
22
+ return result?.tasks ?? [];
23
+ }
24
+ catch {
25
+ return [];
26
+ }
27
+ }
28
+ /**
29
+ * orchestrate.status - Get orchestrator status
30
+ * @task T4478
31
+ */
32
+ export async function orchestrateStatus(epicId, projectRoot) {
33
+ try {
34
+ const root = projectRoot || resolveProjectRoot();
35
+ const tasks = await loadTasks(root);
36
+ if (epicId) {
37
+ const epic = tasks.find((t) => t.id === epicId);
38
+ if (!epic) {
39
+ return engineError('E_NOT_FOUND', `Epic ${epicId} not found`);
40
+ }
41
+ const children = tasks.filter((t) => t.parentId === epicId);
42
+ const status = computeEpicStatus(epicId, epic.title, children);
43
+ return { success: true, data: status };
44
+ }
45
+ // No epicId - return overall status
46
+ const status = computeOverallStatus(tasks);
47
+ return { success: true, data: status };
48
+ }
49
+ catch (err) {
50
+ return engineError('E_GENERAL', err.message);
51
+ }
52
+ }
53
+ /**
54
+ * orchestrate.analyze - Dependency analysis
55
+ * @task T4478
56
+ */
57
+ export async function orchestrateAnalyze(epicId, projectRoot, mode) {
58
+ // Mode: critical-path (delegates to critical path engine)
59
+ if (mode === 'critical-path') {
60
+ return orchestrateCriticalPath(projectRoot);
61
+ }
62
+ // Default mode: analysis (requires epicId)
63
+ if (!epicId) {
64
+ return engineError('E_INVALID_INPUT', 'epicId is required for standard analysis');
65
+ }
66
+ try {
67
+ const root = projectRoot || resolveProjectRoot();
68
+ const accessor = await getAccessor(root);
69
+ const result = await analyzeEpic(epicId, root, accessor);
70
+ // Add dependency graph and circular dep detection via core analyze module
71
+ const tasks = await loadTasks(root);
72
+ const children = tasks.filter((t) => t.parentId === epicId);
73
+ const depAnalysis = analyzeDependencies(children, tasks);
74
+ return {
75
+ success: true,
76
+ data: {
77
+ epicId: result.epicId,
78
+ epicTitle: tasks.find((t) => t.id === epicId)?.title || epicId,
79
+ totalTasks: result.totalTasks,
80
+ waves: result.waves,
81
+ circularDependencies: depAnalysis.circularDependencies,
82
+ missingDependencies: depAnalysis.missingDependencies,
83
+ dependencyGraph: depAnalysis.dependencyGraph,
84
+ },
85
+ };
86
+ }
87
+ catch (err) {
88
+ const code = err.code ?? 'E_GENERAL';
89
+ return engineError(code, err.message);
90
+ }
91
+ }
92
+ /**
93
+ * orchestrate.ready - Get parallel-safe tasks (ready to execute)
94
+ * @task T4478
95
+ */
96
+ export async function orchestrateReady(epicId, projectRoot) {
97
+ if (!epicId) {
98
+ return engineError('E_INVALID_INPUT', 'epicId is required');
99
+ }
100
+ try {
101
+ const root = projectRoot || resolveProjectRoot();
102
+ const accessor = await getAccessor(root);
103
+ const readyTasks = await getReadyTasks(epicId, root, accessor);
104
+ const ready = readyTasks.filter((t) => t.ready);
105
+ return {
106
+ success: true,
107
+ data: {
108
+ epicId,
109
+ readyTasks: ready.map((t) => ({
110
+ id: t.taskId,
111
+ title: t.title,
112
+ priority: 'medium', // getReadyTasks doesn't return priority
113
+ depends: t.blockers,
114
+ })),
115
+ total: ready.length,
116
+ },
117
+ };
118
+ }
119
+ catch (err) {
120
+ const code = err.code ?? 'E_GENERAL';
121
+ return engineError(code, err.message);
122
+ }
123
+ }
124
+ /**
125
+ * orchestrate.next - Next task to spawn
126
+ * @task T4478
127
+ */
128
+ export async function orchestrateNext(epicId, projectRoot) {
129
+ if (!epicId) {
130
+ return engineError('E_INVALID_INPUT', 'epicId is required');
131
+ }
132
+ try {
133
+ const root = projectRoot || resolveProjectRoot();
134
+ const accessor = await getAccessor(root);
135
+ const nextTask = await getNextTask(epicId, root, accessor);
136
+ if (!nextTask) {
137
+ return {
138
+ success: true,
139
+ data: {
140
+ epicId,
141
+ nextTask: null,
142
+ message: 'No tasks ready to spawn. All pending tasks may have unmet dependencies.',
143
+ },
144
+ };
145
+ }
146
+ // Get all ready tasks for alternatives
147
+ const readyTasks = await getReadyTasks(epicId, root, accessor);
148
+ const ready = readyTasks.filter((t) => t.ready);
149
+ return {
150
+ success: true,
151
+ data: {
152
+ epicId,
153
+ nextTask: { id: nextTask.taskId, title: nextTask.title, priority: 'medium' },
154
+ alternatives: ready
155
+ .slice(1, 4)
156
+ .map((t) => ({ id: t.taskId, title: t.title, priority: 'medium' })),
157
+ totalReady: ready.length,
158
+ },
159
+ };
160
+ }
161
+ catch (err) {
162
+ const code = err.code ?? 'E_GENERAL';
163
+ return engineError(code, err.message);
164
+ }
165
+ }
166
+ /**
167
+ * orchestrate.waves - Compute dependency waves
168
+ * @task T4478
169
+ */
170
+ export async function orchestrateWaves(epicId, projectRoot) {
171
+ if (!epicId) {
172
+ return engineError('E_INVALID_INPUT', 'epicId is required');
173
+ }
174
+ try {
175
+ const root = projectRoot || resolveProjectRoot();
176
+ const accessor = await getAccessor(root);
177
+ const result = await getEnrichedWaves(epicId, root, accessor);
178
+ return { success: true, data: result };
179
+ }
180
+ catch (err) {
181
+ const code = err.code ?? 'E_GENERAL';
182
+ return engineError(code, err.message);
183
+ }
184
+ }
185
+ /**
186
+ * orchestrate.context - Context usage check
187
+ * @task T4478
188
+ */
189
+ export async function orchestrateContext(epicId, projectRoot) {
190
+ try {
191
+ const root = projectRoot || resolveProjectRoot();
192
+ const tasks = await loadTasks(root);
193
+ let taskCount = tasks.length;
194
+ if (epicId) {
195
+ taskCount = tasks.filter((t) => t.parentId === epicId).length;
196
+ }
197
+ const contextData = estimateContext(taskCount, root, epicId);
198
+ return { success: true, data: contextData };
199
+ }
200
+ catch (err) {
201
+ return engineError('E_GENERAL', err.message);
202
+ }
203
+ }
204
+ /**
205
+ * orchestrate.validate - Validate spawn readiness for a task
206
+ * @task T4478
207
+ */
208
+ export async function orchestrateValidate(taskId, projectRoot) {
209
+ if (!taskId) {
210
+ return engineError('E_INVALID_INPUT', 'taskId is required');
211
+ }
212
+ try {
213
+ const root = projectRoot || resolveProjectRoot();
214
+ const accessor = await getAccessor(root);
215
+ const result = await validateSpawnReadiness(taskId, root, accessor);
216
+ return { success: true, data: result };
217
+ }
218
+ catch (err) {
219
+ return engineError('E_VALIDATION', err.message);
220
+ }
221
+ }
222
+ /**
223
+ * orchestrate.spawn.select - Select best provider for spawn based on required capabilities
224
+ * @task T5236
225
+ */
226
+ export async function orchestrateSpawnSelectProvider(capabilities, _projectRoot) {
227
+ if (!capabilities || capabilities.length === 0) {
228
+ return engineError('E_INVALID_INPUT', 'At least one capability is required');
229
+ }
230
+ try {
231
+ const { initializeDefaultAdapters, spawnRegistry } = await import('@cleocode/core/internal');
232
+ const { getAllProviders, getProvidersBySpawnCapability, providerSupportsById } = await import('@cleocode/caamp');
233
+ await initializeDefaultAdapters();
234
+ // Get providers matching all required capabilities
235
+ let matchingProviders = [];
236
+ if (capabilities.length === 1) {
237
+ // Single capability - use direct filter
238
+ matchingProviders = getProvidersBySpawnCapability(capabilities[0]);
239
+ }
240
+ else {
241
+ // Multiple capabilities - find intersection
242
+ const providerSets = capabilities.map((cap) => new Set(getProvidersBySpawnCapability(cap).map((p) => p.id)));
243
+ // Find intersection of all provider IDs
244
+ const allProviders = await spawnRegistry.listSpawnCapable();
245
+ const intersection = allProviders
246
+ .filter((adapter) => providerSets.every((set) => set.has(adapter.providerId)))
247
+ .map((adapter) => getAllProviders().find((p) => p.id === adapter.providerId))
248
+ .filter((provider) => provider !== undefined);
249
+ matchingProviders = intersection;
250
+ }
251
+ if (matchingProviders.length === 0) {
252
+ return {
253
+ success: false,
254
+ error: {
255
+ code: 'E_SPAWN_NO_PROVIDER',
256
+ message: `No provider found with all required capabilities: ${capabilities.join(', ')}`,
257
+ exitCode: 60,
258
+ },
259
+ };
260
+ }
261
+ // Get first registered adapter for the matching providers
262
+ const adapter = matchingProviders
263
+ .map((p) => spawnRegistry.getForProvider(p.id))
264
+ .find((a) => a !== undefined);
265
+ if (!adapter) {
266
+ return {
267
+ success: false,
268
+ error: {
269
+ code: 'E_SPAWN_NO_ADAPTER',
270
+ message: 'No spawn adapter registered for matching providers',
271
+ exitCode: 60,
272
+ },
273
+ };
274
+ }
275
+ // Verify adapter can actually spawn
276
+ const canSpawn = await adapter.canSpawn();
277
+ if (!canSpawn) {
278
+ return {
279
+ success: false,
280
+ error: {
281
+ code: 'E_SPAWN_ADAPTER_UNAVAILABLE',
282
+ message: `Selected adapter '${adapter.id}' cannot spawn in current environment`,
283
+ exitCode: 63,
284
+ },
285
+ };
286
+ }
287
+ return {
288
+ success: true,
289
+ data: {
290
+ providerId: adapter.providerId,
291
+ adapterId: adapter.id,
292
+ capabilities: capabilities.filter((cap) => providerSupportsById(adapter.providerId, `spawn.${cap}`)),
293
+ },
294
+ };
295
+ }
296
+ catch (err) {
297
+ return engineError('E_GENERAL', err.message);
298
+ }
299
+ }
300
+ /**
301
+ * orchestrate.spawn.execute - Execute spawn for a task using adapter registry
302
+ * @task T5236
303
+ */
304
+ export async function orchestrateSpawnExecute(taskId, adapterId, protocolType, projectRoot, tier) {
305
+ const cwd = projectRoot ?? process.cwd();
306
+ try {
307
+ // Get spawn registry
308
+ const { initializeDefaultAdapters, spawnRegistry } = await import('@cleocode/core/internal');
309
+ await initializeDefaultAdapters();
310
+ // Find adapter
311
+ let adapter;
312
+ if (adapterId) {
313
+ adapter = spawnRegistry.get(adapterId);
314
+ }
315
+ else {
316
+ // Auto-select first capable adapter
317
+ const capable = await spawnRegistry.listSpawnCapable();
318
+ adapter = capable[0];
319
+ }
320
+ if (!adapter) {
321
+ return {
322
+ success: false,
323
+ error: {
324
+ code: 'E_SPAWN_NO_ADAPTER',
325
+ message: 'No spawn adapter available for this provider',
326
+ exitCode: 60,
327
+ },
328
+ };
329
+ }
330
+ // Verify provider supports subagents using providerSupportsById
331
+ const { providerSupportsById } = await import('@cleocode/caamp');
332
+ if (!providerSupportsById(adapter.providerId, 'spawn.supportsSubagents')) {
333
+ return {
334
+ success: false,
335
+ error: {
336
+ code: 'E_SPAWN_CAPABILITY_UNSUPPORTED',
337
+ message: `Provider ${adapter.providerId} does not support spawning subagents`,
338
+ exitCode: 60,
339
+ },
340
+ };
341
+ }
342
+ // Prepare spawn context (reuse existing prepareSpawn logic)
343
+ const { prepareSpawn } = await import('@cleocode/core/internal');
344
+ const accessor = await getAccessor(cwd);
345
+ const spawnContext = await prepareSpawn(taskId, cwd, accessor);
346
+ // Check for unresolved tokens
347
+ if (!spawnContext.tokenResolution.fullyResolved) {
348
+ return {
349
+ success: false,
350
+ error: {
351
+ code: 'E_SPAWN_VALIDATION_FAILED',
352
+ message: `Unresolved tokens in spawn context: ${spawnContext.tokenResolution.unresolvedTokens.join(', ')}`,
353
+ exitCode: 63,
354
+ },
355
+ };
356
+ }
357
+ // Build CLEO spawn context from core spawn context
358
+ const { getSpawnCapableProviders } = await import('@cleocode/caamp');
359
+ const providers = getSpawnCapableProviders();
360
+ const provider = providers.find((p) => p.id === adapter.providerId);
361
+ if (!provider) {
362
+ return {
363
+ success: false,
364
+ error: {
365
+ code: 'E_SPAWN_NO_PROVIDER',
366
+ message: `Provider ${adapter.providerId} not found`,
367
+ exitCode: 60,
368
+ },
369
+ };
370
+ }
371
+ const cleoSpawnContext = {
372
+ taskId: spawnContext.taskId,
373
+ protocol: protocolType || spawnContext.protocol,
374
+ prompt: spawnContext.prompt,
375
+ provider: provider.id,
376
+ options: {
377
+ prompt: spawnContext.prompt,
378
+ },
379
+ workingDirectory: cwd,
380
+ tokenResolution: {
381
+ resolved: [],
382
+ unresolved: spawnContext.tokenResolution.unresolvedTokens,
383
+ totalTokens: 0,
384
+ },
385
+ };
386
+ // Execute spawn
387
+ const result = await adapter.spawn(cleoSpawnContext);
388
+ return {
389
+ success: true,
390
+ data: {
391
+ instanceId: result.instanceId,
392
+ status: result.status,
393
+ providerId: adapter.providerId,
394
+ taskId,
395
+ timing: result.timing,
396
+ tier: tier ?? null,
397
+ },
398
+ };
399
+ }
400
+ catch (error) {
401
+ return {
402
+ success: false,
403
+ error: {
404
+ code: 'E_SPAWN_FAILED',
405
+ message: error instanceof Error ? error.message : 'Unknown spawn error',
406
+ exitCode: 60,
407
+ },
408
+ };
409
+ }
410
+ }
411
+ /**
412
+ * orchestrate.spawn - Generate spawn prompt for a task
413
+ * @task T4478
414
+ */
415
+ export async function orchestrateSpawn(taskId, protocolType, projectRoot, tier) {
416
+ if (!taskId) {
417
+ return engineError('E_INVALID_INPUT', 'taskId is required');
418
+ }
419
+ try {
420
+ const root = projectRoot || resolveProjectRoot();
421
+ // Validate readiness first
422
+ const accessor = await getAccessor(root);
423
+ const validation = await validateSpawnReadiness(taskId, root, accessor);
424
+ if (!validation.ready) {
425
+ return engineError('E_SPAWN_VALIDATION_FAILED', `Task ${taskId} is not ready to spawn`, {
426
+ details: { issues: validation.issues },
427
+ });
428
+ }
429
+ // Prepare spawn context via core
430
+ const spawnContext = await prepareSpawn(taskId, root, accessor);
431
+ return {
432
+ success: true,
433
+ data: {
434
+ taskId,
435
+ spawnContext: {
436
+ taskId: spawnContext.taskId,
437
+ protocol: spawnContext.protocol,
438
+ protocolType: protocolType || spawnContext.protocol,
439
+ tier: tier ?? null,
440
+ },
441
+ protocolType: protocolType || spawnContext.protocol,
442
+ tier: tier ?? null,
443
+ tokenResolution: spawnContext.tokenResolution,
444
+ },
445
+ };
446
+ }
447
+ catch (err) {
448
+ const code = err.code ?? 'E_GENERAL';
449
+ return engineError(code, err.message);
450
+ }
451
+ }
452
+ /**
453
+ * orchestrate.startup - Initialize orchestration for an epic
454
+ * @task T4478
455
+ */
456
+ export async function orchestrateStartup(epicId, projectRoot) {
457
+ if (!epicId) {
458
+ return engineError('E_INVALID_INPUT', 'epicId is required');
459
+ }
460
+ try {
461
+ const root = projectRoot || resolveProjectRoot();
462
+ const accessor = await getAccessor(root);
463
+ const tasks = await loadTasks(root);
464
+ const epic = tasks.find((t) => t.id === epicId);
465
+ if (!epic) {
466
+ return engineError('E_NOT_FOUND', `Epic ${epicId} not found`);
467
+ }
468
+ const children = tasks.filter((t) => t.parentId === epicId);
469
+ const readyTasks = await getReadyTasks(epicId, root, accessor);
470
+ const ready = readyTasks.filter((t) => t.ready);
471
+ const summary = computeStartupSummary(epicId, epic.title, children, ready.length);
472
+ return { success: true, data: summary };
473
+ }
474
+ catch (err) {
475
+ const code = err.code ?? 'E_GENERAL';
476
+ return engineError(code, err.message);
477
+ }
478
+ }
479
+ /**
480
+ * orchestrate.bootstrap - Load brain state for agent bootstrapping
481
+ * @task T4478
482
+ * @task T4657
483
+ */
484
+ export async function orchestrateBootstrap(projectRoot, params) {
485
+ try {
486
+ const root = projectRoot || resolveProjectRoot();
487
+ const accessor = await getAccessor(root);
488
+ const brain = await buildBrainState(root, params, accessor);
489
+ return { success: true, data: brain };
490
+ }
491
+ catch (err) {
492
+ return engineError('E_GENERAL', err.message);
493
+ }
494
+ }
495
+ /**
496
+ * orchestrate.critical-path - Find the longest dependency chain
497
+ * @task T4478
498
+ */
499
+ export async function orchestrateCriticalPath(projectRoot) {
500
+ try {
501
+ const root = projectRoot || resolveProjectRoot();
502
+ const accessor = await getAccessor(root);
503
+ const result = await getCriticalPath(root, accessor);
504
+ return { success: true, data: result };
505
+ }
506
+ catch (err) {
507
+ return engineError('E_GENERAL', err.message);
508
+ }
509
+ }
510
+ /**
511
+ * orchestrate.unblock-opportunities - Analyze dependency graph for unblocking opportunities
512
+ * @task T4478
513
+ */
514
+ export async function orchestrateUnblockOpportunities(projectRoot) {
515
+ try {
516
+ const root = projectRoot || resolveProjectRoot();
517
+ const accessor = await getAccessor(root);
518
+ const result = await getUnblockOpportunities(root, accessor);
519
+ return { success: true, data: result };
520
+ }
521
+ catch (err) {
522
+ return engineError('E_GENERAL', err.message);
523
+ }
524
+ }
525
+ /**
526
+ * orchestrate.parallel - Manage parallel execution (start/end)
527
+ * @task T4632
528
+ */
529
+ export async function orchestrateParallel(action, epicId, wave, projectRoot) {
530
+ if (action === 'start') {
531
+ if (wave === undefined || wave === null) {
532
+ return engineError('E_INVALID_INPUT', 'wave number is required for start action');
533
+ }
534
+ return orchestrateParallelStart(epicId, wave, projectRoot);
535
+ }
536
+ if (action === 'end') {
537
+ // wave is technically optional for end if we want to end ANY parallel execution,
538
+ // but the current implementation expects wave.
539
+ // However, endParallelExecution calls endParallelExecution(epicId, wave, root)
540
+ if (wave === undefined || wave === null) {
541
+ // If wave is not provided, maybe we can find the active one?
542
+ // For now, let's require it to match the underlying signature or default to 0/current?
543
+ // The underlying `endParallelExecution` signature is `(epicId: string, wave: number, root: string)`.
544
+ // Let's require it for now to be safe, or check if we can improve this.
545
+ return engineError('E_INVALID_INPUT', 'wave number is required for end action');
546
+ }
547
+ return orchestrateParallelEnd(epicId, wave, projectRoot);
548
+ }
549
+ return engineError('E_INVALID_INPUT', `Unknown parallel action: ${action}`);
550
+ }
551
+ /**
552
+ * orchestrate.parallel.start - Start parallel execution for a wave
553
+ * @task T4632
554
+ */
555
+ export async function orchestrateParallelStart(epicId, wave, projectRoot) {
556
+ if (!epicId) {
557
+ return engineError('E_INVALID_INPUT', 'epicId is required');
558
+ }
559
+ if (wave === undefined || wave === null) {
560
+ return engineError('E_INVALID_INPUT', 'wave number is required');
561
+ }
562
+ try {
563
+ const root = projectRoot || resolveProjectRoot();
564
+ const accessor = await getAccessor(root);
565
+ const result = await startParallelExecution(epicId, wave, root, accessor);
566
+ return { success: true, data: result };
567
+ }
568
+ catch (err) {
569
+ const code = err.code ?? 'E_GENERAL';
570
+ return engineError(code, err.message);
571
+ }
572
+ }
573
+ /**
574
+ * orchestrate.parallel.end - End parallel execution for a wave
575
+ * @task T4632
576
+ */
577
+ export async function orchestrateParallelEnd(epicId, wave, projectRoot) {
578
+ if (!epicId) {
579
+ return engineError('E_INVALID_INPUT', 'epicId is required');
580
+ }
581
+ try {
582
+ const root = projectRoot || resolveProjectRoot();
583
+ const result = await endParallelExecution(epicId, wave, root);
584
+ if (result.alreadyEnded) {
585
+ return {
586
+ success: true,
587
+ data: {
588
+ epicId,
589
+ wave,
590
+ message: 'No parallel execution was active',
591
+ alreadyEnded: true,
592
+ },
593
+ };
594
+ }
595
+ return { success: true, data: result };
596
+ }
597
+ catch (err) {
598
+ const code = err.code ?? 'E_GENERAL';
599
+ return engineError(code, err.message);
600
+ }
601
+ }
602
+ /**
603
+ * orchestrate.check - Check current orchestration state
604
+ * @task T4632
605
+ */
606
+ export async function orchestrateCheck(projectRoot) {
607
+ try {
608
+ const root = projectRoot || resolveProjectRoot();
609
+ const parallelState = await getParallelStatus(root);
610
+ const tasks = await loadTasks(root);
611
+ const activeTasks = tasks.filter((t) => t.status === 'active');
612
+ const progress = computeProgress(tasks);
613
+ return {
614
+ success: true,
615
+ data: {
616
+ parallelExecution: {
617
+ active: parallelState.active,
618
+ epicId: parallelState.epicId || null,
619
+ wave: parallelState.wave || null,
620
+ tasks: parallelState.tasks || [],
621
+ startedAt: parallelState.startedAt || null,
622
+ },
623
+ activeTasks: activeTasks.map((t) => ({ id: t.id, title: t.title, status: t.status })),
624
+ progress,
625
+ },
626
+ };
627
+ }
628
+ catch (err) {
629
+ return engineError('E_GENERAL', err.message);
630
+ }
631
+ }
632
+ /**
633
+ * orchestrate.skill.inject - Read skill content for injection into agent context
634
+ * @task T4632
635
+ */
636
+ export function orchestrateSkillInject(skillName, projectRoot) {
637
+ try {
638
+ const root = projectRoot || resolveProjectRoot();
639
+ const result = getSkillContent(skillName, root);
640
+ return { success: true, data: result };
641
+ }
642
+ catch (err) {
643
+ const code = err.code ?? 'E_GENERAL';
644
+ return engineError(code, err.message);
645
+ }
646
+ }
647
+ /**
648
+ * orchestrate.handoff - Composite session handoff + successor spawn
649
+ *
650
+ * Step order is explicit and fixed:
651
+ * 1) session.context.inject
652
+ * 2) session.end
653
+ * 3) orchestrate.spawn
654
+ *
655
+ * Idempotency policy:
656
+ * - Non-idempotent overall. A retry after step 2 can duplicate spawn output.
657
+ * - Failures include exact step state and a safe retry entry point.
658
+ */
659
+ export async function orchestrateHandoff(params, projectRoot) {
660
+ if (!params.taskId) {
661
+ return engineError('E_INVALID_INPUT', 'taskId is required');
662
+ }
663
+ if (!params.protocolType) {
664
+ return engineError('E_INVALID_INPUT', 'protocolType is required');
665
+ }
666
+ const root = projectRoot || resolveProjectRoot();
667
+ const steps = {
668
+ contextInject: { status: 'pending', operation: 'session.context.inject' },
669
+ sessionEnd: { status: 'pending', operation: 'session.end' },
670
+ spawn: { status: 'pending', operation: 'orchestrate.spawn' },
671
+ };
672
+ const idempotency = {
673
+ key: params.idempotencyKey ?? null,
674
+ policy: 'non-idempotent',
675
+ safeRetryFrom: 'start',
676
+ reason: 'session.end and orchestrate.spawn mutate state and may be executed independently on retry',
677
+ };
678
+ let activeSessionId = null;
679
+ let endedSessionId = null;
680
+ const failWithStep = (code, message, failedStep, safeRetryFrom) => {
681
+ idempotency.safeRetryFrom = safeRetryFrom;
682
+ return engineError(code, message, {
683
+ details: {
684
+ failedStep,
685
+ activeSessionId,
686
+ endedSessionId,
687
+ idempotency,
688
+ steps,
689
+ },
690
+ fix: safeRetryFrom === 'orchestrate.spawn'
691
+ ? 'Retry only step 3 with mutate orchestrate spawn'
692
+ : 'Retry from step 1 with mutate orchestrate handoff',
693
+ alternatives: [
694
+ {
695
+ action: 'Run canonical multi-op fallback manually',
696
+ command: 'mutate session context.inject -> mutate session end -> mutate orchestrate spawn',
697
+ },
698
+ ],
699
+ });
700
+ };
701
+ const preflight = await sessionStatus(root);
702
+ if (!preflight.success) {
703
+ return failWithStep(preflight.error?.code ?? 'E_NOT_INITIALIZED', preflight.error?.message ?? 'Unable to load session status', 'session.context.inject', 'start');
704
+ }
705
+ if (!preflight.data?.hasActiveSession || !preflight.data.session?.id) {
706
+ steps.contextInject.status = 'skipped';
707
+ steps.contextInject.message = 'No active session available for handoff';
708
+ steps.sessionEnd.status = 'skipped';
709
+ steps.sessionEnd.message = 'No active session available for handoff';
710
+ steps.spawn.status = 'skipped';
711
+ steps.spawn.message = 'No active session available for handoff';
712
+ return failWithStep('E_SESSION_REQUIRED', 'orchestrate.handoff requires an active session', 'session.end', 'start');
713
+ }
714
+ activeSessionId = preflight.data.session.id;
715
+ const injectResult = sessionContextInject(params.protocolType, { taskId: params.taskId, variant: params.variant }, root);
716
+ if (!injectResult.success) {
717
+ steps.contextInject.status = 'failed';
718
+ steps.contextInject.message = injectResult.error?.message;
719
+ steps.sessionEnd.status = 'skipped';
720
+ steps.sessionEnd.message = 'Blocked by session.context.inject failure';
721
+ steps.spawn.status = 'skipped';
722
+ steps.spawn.message = 'Blocked by session.context.inject failure';
723
+ return failWithStep(injectResult.error?.code ?? 'E_GENERAL', injectResult.error?.message ?? 'Failed to inject handoff context', 'session.context.inject', 'start');
724
+ }
725
+ steps.contextInject.status = 'completed';
726
+ steps.contextInject.message = 'Handoff context injected';
727
+ const endResult = await sessionEnd(root, params.note);
728
+ if (!endResult.success) {
729
+ steps.sessionEnd.status = 'failed';
730
+ steps.sessionEnd.message = endResult.error?.message;
731
+ steps.spawn.status = 'skipped';
732
+ steps.spawn.message = 'Blocked by session.end failure';
733
+ return failWithStep(endResult.error?.code ?? 'E_GENERAL', endResult.error?.message ?? 'Failed to end predecessor session', 'session.end', 'start');
734
+ }
735
+ endedSessionId = endResult.data?.sessionId ?? null;
736
+ if (endedSessionId !== activeSessionId) {
737
+ steps.sessionEnd.status = 'failed';
738
+ steps.sessionEnd.message = `Ended session '${endedSessionId ?? 'null'}' does not match active session '${activeSessionId}'`;
739
+ steps.spawn.status = 'skipped';
740
+ steps.spawn.message = 'Blocked by session mismatch';
741
+ return failWithStep('E_CONCURRENT_SESSION', 'Active session changed during orchestrate.handoff', 'session.end', 'start');
742
+ }
743
+ steps.sessionEnd.status = 'completed';
744
+ steps.sessionEnd.message = `Ended session ${endedSessionId}`;
745
+ const spawnResult = await orchestrateSpawn(params.taskId, params.protocolType, root, params.tier);
746
+ if (!spawnResult.success) {
747
+ steps.spawn.status = 'failed';
748
+ steps.spawn.message = spawnResult.error?.message;
749
+ return failWithStep(spawnResult.error?.code ?? 'E_GENERAL', spawnResult.error?.message ?? 'Failed to prepare successor spawn context', 'orchestrate.spawn', 'orchestrate.spawn');
750
+ }
751
+ steps.spawn.status = 'completed';
752
+ steps.spawn.message = `Spawn prepared for ${params.taskId}`;
753
+ return {
754
+ success: true,
755
+ data: {
756
+ taskId: params.taskId,
757
+ predecessorSessionId: activeSessionId,
758
+ endedSessionId,
759
+ protocolType: params.protocolType,
760
+ note: params.note ?? null,
761
+ nextAction: params.nextAction ?? null,
762
+ idempotency,
763
+ steps,
764
+ contextInject: injectResult.data,
765
+ spawn: spawnResult.data,
766
+ },
767
+ };
768
+ }
769
+ //# sourceMappingURL=orchestrate-engine.js.map