@cleocode/cleo 2026.3.56 → 2026.3.58

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 (705) 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 +91 -0
  8. package/dist/cli/commands/add.js.map +1 -0
  9. package/dist/cli/commands/adr.d.ts +27 -0
  10. package/dist/cli/commands/adr.d.ts.map +1 -0
  11. package/dist/cli/commands/adr.js +79 -0
  12. package/dist/cli/commands/adr.js.map +1 -0
  13. package/dist/cli/commands/analyze.d.ts +12 -0
  14. package/dist/cli/commands/analyze.d.ts.map +1 -0
  15. package/dist/cli/commands/analyze.js +20 -0
  16. package/dist/cli/commands/analyze.js.map +1 -0
  17. package/dist/cli/commands/archive-stats.d.ts +18 -0
  18. package/dist/cli/commands/archive-stats.d.ts.map +1 -0
  19. package/dist/cli/commands/archive-stats.js +49 -0
  20. package/dist/cli/commands/archive-stats.js.map +1 -0
  21. package/dist/cli/commands/archive.d.ts +12 -0
  22. package/dist/cli/commands/archive.d.ts.map +1 -0
  23. package/dist/cli/commands/archive.js +32 -0
  24. package/dist/cli/commands/archive.js.map +1 -0
  25. package/dist/cli/commands/backup.d.ts +8 -0
  26. package/dist/cli/commands/backup.d.ts.map +1 -0
  27. package/dist/cli/commands/backup.js +35 -0
  28. package/dist/cli/commands/backup.js.map +1 -0
  29. package/dist/cli/commands/blockers.d.ts +7 -0
  30. package/dist/cli/commands/blockers.d.ts.map +1 -0
  31. package/dist/cli/commands/blockers.js +16 -0
  32. package/dist/cli/commands/blockers.js.map +1 -0
  33. package/dist/cli/commands/briefing.d.ts +22 -0
  34. package/dist/cli/commands/briefing.d.ts.map +1 -0
  35. package/dist/cli/commands/briefing.js +45 -0
  36. package/dist/cli/commands/briefing.js.map +1 -0
  37. package/dist/cli/commands/bug.d.ts +12 -0
  38. package/dist/cli/commands/bug.d.ts.map +1 -0
  39. package/dist/cli/commands/bug.js +81 -0
  40. package/dist/cli/commands/bug.js.map +1 -0
  41. package/dist/cli/commands/checkpoint.d.ts +15 -0
  42. package/dist/cli/commands/checkpoint.d.ts.map +1 -0
  43. package/dist/cli/commands/checkpoint.js +91 -0
  44. package/dist/cli/commands/checkpoint.js.map +1 -0
  45. package/dist/cli/commands/commands.d.ts +13 -0
  46. package/dist/cli/commands/commands.d.ts.map +1 -0
  47. package/dist/cli/commands/commands.js +30 -0
  48. package/dist/cli/commands/commands.js.map +1 -0
  49. package/dist/cli/commands/complete.d.ts +12 -0
  50. package/dist/cli/commands/complete.d.ts.map +1 -0
  51. package/dist/cli/commands/complete.js +43 -0
  52. package/dist/cli/commands/complete.js.map +1 -0
  53. package/dist/cli/commands/compliance.d.ts +8 -0
  54. package/dist/cli/commands/compliance.d.ts.map +1 -0
  55. package/dist/cli/commands/compliance.js +85 -0
  56. package/dist/cli/commands/compliance.js.map +1 -0
  57. package/dist/cli/commands/config.d.ts +9 -0
  58. package/dist/cli/commands/config.d.ts.map +1 -0
  59. package/dist/cli/commands/config.js +43 -0
  60. package/dist/cli/commands/config.js.map +1 -0
  61. package/dist/cli/commands/consensus.d.ts +13 -0
  62. package/dist/cli/commands/consensus.d.ts.map +1 -0
  63. package/dist/cli/commands/consensus.js +45 -0
  64. package/dist/cli/commands/consensus.js.map +1 -0
  65. package/dist/cli/commands/context.d.ts +8 -0
  66. package/dist/cli/commands/context.d.ts.map +1 -0
  67. package/dist/cli/commands/context.js +40 -0
  68. package/dist/cli/commands/context.js.map +1 -0
  69. package/dist/cli/commands/contribution.d.ts +13 -0
  70. package/dist/cli/commands/contribution.d.ts.map +1 -0
  71. package/dist/cli/commands/contribution.js +41 -0
  72. package/dist/cli/commands/contribution.js.map +1 -0
  73. package/dist/cli/commands/current.d.ts +13 -0
  74. package/dist/cli/commands/current.d.ts.map +1 -0
  75. package/dist/cli/commands/current.js +20 -0
  76. package/dist/cli/commands/current.js.map +1 -0
  77. package/dist/cli/commands/dash.d.ts +12 -0
  78. package/dist/cli/commands/dash.d.ts.map +1 -0
  79. package/dist/cli/commands/dash.js +24 -0
  80. package/dist/cli/commands/dash.js.map +1 -0
  81. package/dist/cli/commands/decomposition.d.ts +13 -0
  82. package/dist/cli/commands/decomposition.d.ts.map +1 -0
  83. package/dist/cli/commands/decomposition.js +45 -0
  84. package/dist/cli/commands/decomposition.js.map +1 -0
  85. package/dist/cli/commands/delete.d.ts +12 -0
  86. package/dist/cli/commands/delete.d.ts.map +1 -0
  87. package/dist/cli/commands/delete.js +37 -0
  88. package/dist/cli/commands/delete.js.map +1 -0
  89. package/dist/cli/commands/deps.d.ts +9 -0
  90. package/dist/cli/commands/deps.d.ts.map +1 -0
  91. package/dist/cli/commands/deps.js +73 -0
  92. package/dist/cli/commands/deps.js.map +1 -0
  93. package/dist/cli/commands/detect-drift.d.ts +15 -0
  94. package/dist/cli/commands/detect-drift.d.ts.map +1 -0
  95. package/dist/cli/commands/detect-drift.js +386 -0
  96. package/dist/cli/commands/detect-drift.js.map +1 -0
  97. package/dist/cli/commands/detect.d.ts +10 -0
  98. package/dist/cli/commands/detect.d.ts.map +1 -0
  99. package/dist/cli/commands/detect.js +24 -0
  100. package/dist/cli/commands/detect.js.map +1 -0
  101. package/dist/cli/commands/docs.d.ts +13 -0
  102. package/dist/cli/commands/docs.d.ts.map +1 -0
  103. package/dist/cli/commands/docs.js +169 -0
  104. package/dist/cli/commands/docs.js.map +1 -0
  105. package/dist/cli/commands/doctor.d.ts +11 -0
  106. package/dist/cli/commands/doctor.d.ts.map +1 -0
  107. package/dist/cli/commands/doctor.js +54 -0
  108. package/dist/cli/commands/doctor.js.map +1 -0
  109. package/dist/cli/commands/dynamic.d.ts +24 -0
  110. package/dist/cli/commands/dynamic.d.ts.map +1 -0
  111. package/dist/cli/commands/dynamic.js +27 -0
  112. package/dist/cli/commands/dynamic.js.map +1 -0
  113. package/dist/cli/commands/env.d.ts +12 -0
  114. package/dist/cli/commands/env.d.ts.map +1 -0
  115. package/dist/cli/commands/env.js +44 -0
  116. package/dist/cli/commands/env.js.map +1 -0
  117. package/dist/cli/commands/exists.d.ts +7 -0
  118. package/dist/cli/commands/exists.d.ts.map +1 -0
  119. package/dist/cli/commands/exists.js +33 -0
  120. package/dist/cli/commands/exists.js.map +1 -0
  121. package/dist/cli/commands/export-tasks.d.ts +10 -0
  122. package/dist/cli/commands/export-tasks.d.ts.map +1 -0
  123. package/dist/cli/commands/export-tasks.js +47 -0
  124. package/dist/cli/commands/export-tasks.js.map +1 -0
  125. package/dist/cli/commands/export.d.ts +9 -0
  126. package/dist/cli/commands/export.d.ts.map +1 -0
  127. package/dist/cli/commands/export.js +46 -0
  128. package/dist/cli/commands/export.js.map +1 -0
  129. package/dist/cli/commands/find.d.ts +14 -0
  130. package/dist/cli/commands/find.d.ts.map +1 -0
  131. package/dist/cli/commands/find.js +70 -0
  132. package/dist/cli/commands/find.js.map +1 -0
  133. package/dist/cli/commands/generate-changelog.d.ts +14 -0
  134. package/dist/cli/commands/generate-changelog.d.ts.map +1 -0
  135. package/dist/cli/commands/generate-changelog.js +252 -0
  136. package/dist/cli/commands/generate-changelog.js.map +1 -0
  137. package/dist/cli/commands/grade.d.ts +13 -0
  138. package/dist/cli/commands/grade.d.ts.map +1 -0
  139. package/dist/cli/commands/grade.js +26 -0
  140. package/dist/cli/commands/grade.js.map +1 -0
  141. package/dist/cli/commands/history.d.ts +9 -0
  142. package/dist/cli/commands/history.d.ts.map +1 -0
  143. package/dist/cli/commands/history.js +30 -0
  144. package/dist/cli/commands/history.js.map +1 -0
  145. package/dist/cli/commands/implementation.d.ts +13 -0
  146. package/dist/cli/commands/implementation.d.ts.map +1 -0
  147. package/dist/cli/commands/implementation.js +41 -0
  148. package/dist/cli/commands/implementation.js.map +1 -0
  149. package/dist/cli/commands/import-tasks.d.ts +10 -0
  150. package/dist/cli/commands/import-tasks.d.ts.map +1 -0
  151. package/dist/cli/commands/import-tasks.js +38 -0
  152. package/dist/cli/commands/import-tasks.js.map +1 -0
  153. package/dist/cli/commands/import.d.ts +9 -0
  154. package/dist/cli/commands/import.d.ts.map +1 -0
  155. package/dist/cli/commands/import.js +28 -0
  156. package/dist/cli/commands/import.js.map +1 -0
  157. package/dist/cli/commands/init.d.ts +34 -0
  158. package/dist/cli/commands/init.d.ts.map +1 -0
  159. package/dist/cli/commands/init.js +89 -0
  160. package/dist/cli/commands/init.js.map +1 -0
  161. package/dist/cli/commands/inject.d.ts +8 -0
  162. package/dist/cli/commands/inject.d.ts.map +1 -0
  163. package/dist/cli/commands/inject.js +28 -0
  164. package/dist/cli/commands/inject.js.map +1 -0
  165. package/dist/cli/commands/install-global.d.ts +19 -0
  166. package/dist/cli/commands/install-global.d.ts.map +1 -0
  167. package/dist/cli/commands/install-global.js +50 -0
  168. package/dist/cli/commands/install-global.js.map +1 -0
  169. package/dist/cli/commands/issue.d.ts +14 -0
  170. package/dist/cli/commands/issue.d.ts.map +1 -0
  171. package/dist/cli/commands/issue.js +105 -0
  172. package/dist/cli/commands/issue.js.map +1 -0
  173. package/dist/cli/commands/labels.d.ts +13 -0
  174. package/dist/cli/commands/labels.d.ts.map +1 -0
  175. package/dist/cli/commands/labels.js +44 -0
  176. package/dist/cli/commands/labels.js.map +1 -0
  177. package/dist/cli/commands/lifecycle.d.ts +8 -0
  178. package/dist/cli/commands/lifecycle.d.ts.map +1 -0
  179. package/dist/cli/commands/lifecycle.js +72 -0
  180. package/dist/cli/commands/lifecycle.js.map +1 -0
  181. package/dist/cli/commands/list.d.ts +14 -0
  182. package/dist/cli/commands/list.d.ts.map +1 -0
  183. package/dist/cli/commands/list.js +71 -0
  184. package/dist/cli/commands/list.js.map +1 -0
  185. package/dist/cli/commands/log.d.ts +12 -0
  186. package/dist/cli/commands/log.d.ts.map +1 -0
  187. package/dist/cli/commands/log.js +30 -0
  188. package/dist/cli/commands/log.js.map +1 -0
  189. package/dist/cli/commands/map.d.ts +10 -0
  190. package/dist/cli/commands/map.d.ts.map +1 -0
  191. package/dist/cli/commands/map.js +23 -0
  192. package/dist/cli/commands/map.js.map +1 -0
  193. package/dist/cli/commands/mcp-install.d.ts +17 -0
  194. package/dist/cli/commands/mcp-install.d.ts.map +1 -0
  195. package/dist/cli/commands/mcp-install.js +128 -0
  196. package/dist/cli/commands/mcp-install.js.map +1 -0
  197. package/dist/cli/commands/memory-brain.d.ts +14 -0
  198. package/dist/cli/commands/memory-brain.d.ts.map +1 -0
  199. package/dist/cli/commands/memory-brain.js +151 -0
  200. package/dist/cli/commands/memory-brain.js.map +1 -0
  201. package/dist/cli/commands/migrate-claude-mem.d.ts +18 -0
  202. package/dist/cli/commands/migrate-claude-mem.d.ts.map +1 -0
  203. package/dist/cli/commands/migrate-claude-mem.js +60 -0
  204. package/dist/cli/commands/migrate-claude-mem.js.map +1 -0
  205. package/dist/cli/commands/next.d.ts +9 -0
  206. package/dist/cli/commands/next.d.ts.map +1 -0
  207. package/dist/cli/commands/next.js +20 -0
  208. package/dist/cli/commands/next.js.map +1 -0
  209. package/dist/cli/commands/nexus.d.ts +16 -0
  210. package/dist/cli/commands/nexus.d.ts.map +1 -0
  211. package/dist/cli/commands/nexus.js +155 -0
  212. package/dist/cli/commands/nexus.js.map +1 -0
  213. package/dist/cli/commands/observe.d.ts +9 -0
  214. package/dist/cli/commands/observe.d.ts.map +1 -0
  215. package/dist/cli/commands/observe.js +39 -0
  216. package/dist/cli/commands/observe.js.map +1 -0
  217. package/dist/cli/commands/ops.d.ts +10 -0
  218. package/dist/cli/commands/ops.d.ts.map +1 -0
  219. package/dist/cli/commands/ops.js +19 -0
  220. package/dist/cli/commands/ops.js.map +1 -0
  221. package/dist/cli/commands/orchestrate.d.ts +8 -0
  222. package/dist/cli/commands/orchestrate.d.ts.map +1 -0
  223. package/dist/cli/commands/orchestrate.js +58 -0
  224. package/dist/cli/commands/orchestrate.js.map +1 -0
  225. package/dist/cli/commands/otel.d.ts +12 -0
  226. package/dist/cli/commands/otel.d.ts.map +1 -0
  227. package/dist/cli/commands/otel.js +128 -0
  228. package/dist/cli/commands/otel.js.map +1 -0
  229. package/dist/cli/commands/phase.d.ts +12 -0
  230. package/dist/cli/commands/phase.d.ts.map +1 -0
  231. package/dist/cli/commands/phase.js +88 -0
  232. package/dist/cli/commands/phase.js.map +1 -0
  233. package/dist/cli/commands/phases.d.ts +12 -0
  234. package/dist/cli/commands/phases.d.ts.map +1 -0
  235. package/dist/cli/commands/phases.js +37 -0
  236. package/dist/cli/commands/phases.js.map +1 -0
  237. package/dist/cli/commands/plan.d.ts +8 -0
  238. package/dist/cli/commands/plan.d.ts.map +1 -0
  239. package/dist/cli/commands/plan.js +15 -0
  240. package/dist/cli/commands/plan.js.map +1 -0
  241. package/dist/cli/commands/promote.d.ts +7 -0
  242. package/dist/cli/commands/promote.d.ts.map +1 -0
  243. package/dist/cli/commands/promote.js +15 -0
  244. package/dist/cli/commands/promote.js.map +1 -0
  245. package/dist/cli/commands/refresh-memory.d.ts +9 -0
  246. package/dist/cli/commands/refresh-memory.d.ts.map +1 -0
  247. package/dist/cli/commands/refresh-memory.js +24 -0
  248. package/dist/cli/commands/refresh-memory.js.map +1 -0
  249. package/dist/cli/commands/relates.d.ts +12 -0
  250. package/dist/cli/commands/relates.d.ts.map +1 -0
  251. package/dist/cli/commands/relates.js +53 -0
  252. package/dist/cli/commands/relates.js.map +1 -0
  253. package/dist/cli/commands/release.d.ts +8 -0
  254. package/dist/cli/commands/release.d.ts.map +1 -0
  255. package/dist/cli/commands/release.js +72 -0
  256. package/dist/cli/commands/release.js.map +1 -0
  257. package/dist/cli/commands/remote.d.ts +12 -0
  258. package/dist/cli/commands/remote.d.ts.map +1 -0
  259. package/dist/cli/commands/remote.js +207 -0
  260. package/dist/cli/commands/remote.js.map +1 -0
  261. package/dist/cli/commands/reorder.d.ts +7 -0
  262. package/dist/cli/commands/reorder.d.ts.map +1 -0
  263. package/dist/cli/commands/reorder.js +20 -0
  264. package/dist/cli/commands/reorder.js.map +1 -0
  265. package/dist/cli/commands/reparent.d.ts +10 -0
  266. package/dist/cli/commands/reparent.d.ts.map +1 -0
  267. package/dist/cli/commands/reparent.js +19 -0
  268. package/dist/cli/commands/reparent.js.map +1 -0
  269. package/dist/cli/commands/research.d.ts +8 -0
  270. package/dist/cli/commands/research.d.ts.map +1 -0
  271. package/dist/cli/commands/research.js +129 -0
  272. package/dist/cli/commands/research.js.map +1 -0
  273. package/dist/cli/commands/restore.d.ts +11 -0
  274. package/dist/cli/commands/restore.d.ts.map +1 -0
  275. package/dist/cli/commands/restore.js +224 -0
  276. package/dist/cli/commands/restore.js.map +1 -0
  277. package/dist/cli/commands/roadmap.d.ts +8 -0
  278. package/dist/cli/commands/roadmap.d.ts.map +1 -0
  279. package/dist/cli/commands/roadmap.js +21 -0
  280. package/dist/cli/commands/roadmap.js.map +1 -0
  281. package/dist/cli/commands/safestop.d.ts +14 -0
  282. package/dist/cli/commands/safestop.d.ts.map +1 -0
  283. package/dist/cli/commands/safestop.js +32 -0
  284. package/dist/cli/commands/safestop.js.map +1 -0
  285. package/dist/cli/commands/self-update.d.ts +15 -0
  286. package/dist/cli/commands/self-update.d.ts.map +1 -0
  287. package/dist/cli/commands/self-update.js +329 -0
  288. package/dist/cli/commands/self-update.js.map +1 -0
  289. package/dist/cli/commands/sequence.d.ts +8 -0
  290. package/dist/cli/commands/sequence.d.ts.map +1 -0
  291. package/dist/cli/commands/sequence.js +30 -0
  292. package/dist/cli/commands/sequence.js.map +1 -0
  293. package/dist/cli/commands/session.d.ts +12 -0
  294. package/dist/cli/commands/session.d.ts.map +1 -0
  295. package/dist/cli/commands/session.js +160 -0
  296. package/dist/cli/commands/session.js.map +1 -0
  297. package/dist/cli/commands/show.d.ts +13 -0
  298. package/dist/cli/commands/show.d.ts.map +1 -0
  299. package/dist/cli/commands/show.js +20 -0
  300. package/dist/cli/commands/show.js.map +1 -0
  301. package/dist/cli/commands/skills.d.ts +13 -0
  302. package/dist/cli/commands/skills.d.ts.map +1 -0
  303. package/dist/cli/commands/skills.js +131 -0
  304. package/dist/cli/commands/skills.js.map +1 -0
  305. package/dist/cli/commands/snapshot.d.ts +9 -0
  306. package/dist/cli/commands/snapshot.d.ts.map +1 -0
  307. package/dist/cli/commands/snapshot.js +50 -0
  308. package/dist/cli/commands/snapshot.js.map +1 -0
  309. package/dist/cli/commands/specification.d.ts +13 -0
  310. package/dist/cli/commands/specification.d.ts.map +1 -0
  311. package/dist/cli/commands/specification.js +45 -0
  312. package/dist/cli/commands/specification.js.map +1 -0
  313. package/dist/cli/commands/start.d.ts +13 -0
  314. package/dist/cli/commands/start.d.ts.map +1 -0
  315. package/dist/cli/commands/start.js +20 -0
  316. package/dist/cli/commands/start.js.map +1 -0
  317. package/dist/cli/commands/stats.d.ts +12 -0
  318. package/dist/cli/commands/stats.d.ts.map +1 -0
  319. package/dist/cli/commands/stats.js +23 -0
  320. package/dist/cli/commands/stats.js.map +1 -0
  321. package/dist/cli/commands/sticky.d.ts +16 -0
  322. package/dist/cli/commands/sticky.d.ts.map +1 -0
  323. package/dist/cli/commands/sticky.js +211 -0
  324. package/dist/cli/commands/sticky.js.map +1 -0
  325. package/dist/cli/commands/stop.d.ts +13 -0
  326. package/dist/cli/commands/stop.d.ts.map +1 -0
  327. package/dist/cli/commands/stop.js +20 -0
  328. package/dist/cli/commands/stop.js.map +1 -0
  329. package/dist/cli/commands/testing.d.ts +13 -0
  330. package/dist/cli/commands/testing.d.ts.map +1 -0
  331. package/dist/cli/commands/testing.js +64 -0
  332. package/dist/cli/commands/testing.js.map +1 -0
  333. package/dist/cli/commands/token.d.ts +10 -0
  334. package/dist/cli/commands/token.d.ts.map +1 -0
  335. package/dist/cli/commands/token.js +135 -0
  336. package/dist/cli/commands/token.js.map +1 -0
  337. package/dist/cli/commands/update.d.ts +12 -0
  338. package/dist/cli/commands/update.d.ts.map +1 -0
  339. package/dist/cli/commands/update.js +77 -0
  340. package/dist/cli/commands/update.js.map +1 -0
  341. package/dist/cli/commands/upgrade.d.ts +16 -0
  342. package/dist/cli/commands/upgrade.d.ts.map +1 -0
  343. package/dist/cli/commands/upgrade.js +83 -0
  344. package/dist/cli/commands/upgrade.js.map +1 -0
  345. package/dist/cli/commands/validate.d.ts +12 -0
  346. package/dist/cli/commands/validate.d.ts.map +1 -0
  347. package/dist/cli/commands/validate.js +23 -0
  348. package/dist/cli/commands/validate.js.map +1 -0
  349. package/dist/cli/commands/verify.d.ts +8 -0
  350. package/dist/cli/commands/verify.d.ts.map +1 -0
  351. package/dist/cli/commands/verify.js +28 -0
  352. package/dist/cli/commands/verify.js.map +1 -0
  353. package/dist/cli/commands/web.d.ts +13 -0
  354. package/dist/cli/commands/web.d.ts.map +1 -0
  355. package/dist/cli/commands/web.js +264 -0
  356. package/dist/cli/commands/web.js.map +1 -0
  357. package/dist/cli/field-context.d.ts +32 -0
  358. package/dist/cli/field-context.d.ts.map +1 -0
  359. package/dist/cli/field-context.js +47 -0
  360. package/dist/cli/field-context.js.map +1 -0
  361. package/dist/cli/format-context.d.ts +32 -0
  362. package/dist/cli/format-context.d.ts.map +1 -0
  363. package/dist/cli/format-context.js +50 -0
  364. package/dist/cli/format-context.js.map +1 -0
  365. package/dist/cli/index.d.ts +9 -0
  366. package/dist/cli/index.d.ts.map +1 -0
  367. package/dist/cli/index.js +16876 -14937
  368. package/dist/cli/index.js.map +4 -4
  369. package/dist/cli/logger-bootstrap.d.ts +6 -0
  370. package/dist/cli/logger-bootstrap.d.ts.map +1 -0
  371. package/dist/cli/logger-bootstrap.js +10 -0
  372. package/dist/cli/logger-bootstrap.js.map +1 -0
  373. package/dist/cli/middleware/output-format.d.ts +30 -0
  374. package/dist/cli/middleware/output-format.d.ts.map +1 -0
  375. package/dist/cli/middleware/output-format.js +35 -0
  376. package/dist/cli/middleware/output-format.js.map +1 -0
  377. package/dist/cli/progress.d.ts +84 -0
  378. package/dist/cli/progress.d.ts.map +1 -0
  379. package/dist/cli/progress.js +169 -0
  380. package/dist/cli/progress.js.map +1 -0
  381. package/dist/cli/renderers/colors.d.ts +32 -0
  382. package/dist/cli/renderers/colors.d.ts.map +1 -0
  383. package/dist/cli/renderers/colors.js +141 -0
  384. package/dist/cli/renderers/colors.js.map +1 -0
  385. package/dist/cli/renderers/error.d.ts +13 -0
  386. package/dist/cli/renderers/error.d.ts.map +1 -0
  387. package/dist/cli/renderers/error.js +42 -0
  388. package/dist/cli/renderers/error.js.map +1 -0
  389. package/dist/cli/renderers/index.d.ts +59 -0
  390. package/dist/cli/renderers/index.d.ts.map +1 -0
  391. package/dist/cli/renderers/index.js +184 -0
  392. package/dist/cli/renderers/index.js.map +1 -0
  393. package/dist/cli/renderers/normalizer.d.ts +21 -0
  394. package/dist/cli/renderers/normalizer.d.ts.map +1 -0
  395. package/dist/cli/renderers/normalizer.js +106 -0
  396. package/dist/cli/renderers/normalizer.js.map +1 -0
  397. package/dist/cli/renderers/system.d.ts +25 -0
  398. package/dist/cli/renderers/system.d.ts.map +1 -0
  399. package/dist/cli/renderers/system.js +416 -0
  400. package/dist/cli/renderers/system.js.map +1 -0
  401. package/dist/cli/renderers/tasks.d.ts +28 -0
  402. package/dist/cli/renderers/tasks.d.ts.map +1 -0
  403. package/dist/cli/renderers/tasks.js +306 -0
  404. package/dist/cli/renderers/tasks.js.map +1 -0
  405. package/dist/dispatch/adapters/cli.d.ts +67 -0
  406. package/dist/dispatch/adapters/cli.d.ts.map +1 -0
  407. package/dist/dispatch/adapters/cli.js +205 -0
  408. package/dist/dispatch/adapters/cli.js.map +1 -0
  409. package/dist/dispatch/adapters/mcp.d.ts +37 -0
  410. package/dist/dispatch/adapters/mcp.d.ts.map +1 -0
  411. package/dist/dispatch/adapters/mcp.js +122 -0
  412. package/dist/dispatch/adapters/mcp.js.map +1 -0
  413. package/dist/dispatch/context/session-context.d.ts +54 -0
  414. package/dist/dispatch/context/session-context.d.ts.map +1 -0
  415. package/dist/dispatch/context/session-context.js +61 -0
  416. package/dist/dispatch/context/session-context.js.map +1 -0
  417. package/dist/dispatch/dispatcher.d.ts +23 -0
  418. package/dist/dispatch/dispatcher.d.ts.map +1 -0
  419. package/dist/dispatch/dispatcher.js +84 -0
  420. package/dist/dispatch/dispatcher.js.map +1 -0
  421. package/dist/dispatch/domains/_base.d.ts +59 -0
  422. package/dist/dispatch/domains/_base.d.ts.map +1 -0
  423. package/dist/dispatch/domains/_base.js +77 -0
  424. package/dist/dispatch/domains/_base.js.map +1 -0
  425. package/dist/dispatch/domains/_meta.d.ts +23 -0
  426. package/dist/dispatch/domains/_meta.d.ts.map +1 -0
  427. package/dist/dispatch/domains/_meta.js +25 -0
  428. package/dist/dispatch/domains/_meta.js.map +1 -0
  429. package/dist/dispatch/domains/_routing.d.ts +8 -0
  430. package/dist/dispatch/domains/_routing.d.ts.map +1 -0
  431. package/dist/dispatch/domains/_routing.js +20 -0
  432. package/dist/dispatch/domains/_routing.js.map +1 -0
  433. package/dist/dispatch/domains/admin.d.ts +25 -0
  434. package/dist/dispatch/domains/admin.d.ts.map +1 -0
  435. package/dist/dispatch/domains/admin.js +670 -0
  436. package/dist/dispatch/domains/admin.js.map +1 -0
  437. package/dist/dispatch/domains/check.d.ts +22 -0
  438. package/dist/dispatch/domains/check.d.ts.map +1 -0
  439. package/dist/dispatch/domains/check.js +279 -0
  440. package/dist/dispatch/domains/check.js.map +1 -0
  441. package/dist/dispatch/domains/index.d.ts +26 -0
  442. package/dist/dispatch/domains/index.d.ts.map +1 -0
  443. package/dist/dispatch/domains/index.js +38 -0
  444. package/dist/dispatch/domains/index.js.map +1 -0
  445. package/dist/dispatch/domains/memory.d.ts +22 -0
  446. package/dist/dispatch/domains/memory.d.ts.map +1 -0
  447. package/dist/dispatch/domains/memory.js +303 -0
  448. package/dist/dispatch/domains/memory.js.map +1 -0
  449. package/dist/dispatch/domains/nexus.d.ts +22 -0
  450. package/dist/dispatch/domains/nexus.d.ts.map +1 -0
  451. package/dist/dispatch/domains/nexus.js +286 -0
  452. package/dist/dispatch/domains/nexus.js.map +1 -0
  453. package/dist/dispatch/domains/orchestrate.d.ts +19 -0
  454. package/dist/dispatch/domains/orchestrate.d.ts.map +1 -0
  455. package/dist/dispatch/domains/orchestrate.js +259 -0
  456. package/dist/dispatch/domains/orchestrate.js.map +1 -0
  457. package/dist/dispatch/domains/pipeline.d.ts +35 -0
  458. package/dist/dispatch/domains/pipeline.d.ts.map +1 -0
  459. package/dist/dispatch/domains/pipeline.js +553 -0
  460. package/dist/dispatch/domains/pipeline.js.map +1 -0
  461. package/dist/dispatch/domains/session.d.ts +22 -0
  462. package/dist/dispatch/domains/session.d.ts.map +1 -0
  463. package/dist/dispatch/domains/session.js +255 -0
  464. package/dist/dispatch/domains/session.js.map +1 -0
  465. package/dist/dispatch/domains/sticky.d.ts +20 -0
  466. package/dist/dispatch/domains/sticky.d.ts.map +1 -0
  467. package/dist/dispatch/domains/sticky.js +164 -0
  468. package/dist/dispatch/domains/sticky.js.map +1 -0
  469. package/dist/dispatch/domains/tasks.d.ts +25 -0
  470. package/dist/dispatch/domains/tasks.d.ts.map +1 -0
  471. package/dist/dispatch/domains/tasks.js +323 -0
  472. package/dist/dispatch/domains/tasks.js.map +1 -0
  473. package/dist/dispatch/domains/tools.d.ts +36 -0
  474. package/dist/dispatch/domains/tools.d.ts.map +1 -0
  475. package/dist/dispatch/domains/tools.js +451 -0
  476. package/dist/dispatch/domains/tools.js.map +1 -0
  477. package/dist/dispatch/engines/_error.d.ts +42 -0
  478. package/dist/dispatch/engines/_error.d.ts.map +1 -0
  479. package/dist/dispatch/engines/_error.js +201 -0
  480. package/dist/dispatch/engines/_error.js.map +1 -0
  481. package/dist/dispatch/engines/codebase-map-engine.d.ts +17 -0
  482. package/dist/dispatch/engines/codebase-map-engine.d.ts.map +1 -0
  483. package/dist/dispatch/engines/codebase-map-engine.js +29 -0
  484. package/dist/dispatch/engines/codebase-map-engine.js.map +1 -0
  485. package/dist/dispatch/engines/config-engine.d.ts +21 -0
  486. package/dist/dispatch/engines/config-engine.d.ts.map +1 -0
  487. package/dist/dispatch/engines/config-engine.js +45 -0
  488. package/dist/dispatch/engines/config-engine.js.map +1 -0
  489. package/dist/dispatch/engines/hooks-engine.d.ts +47 -0
  490. package/dist/dispatch/engines/hooks-engine.d.ts.map +1 -0
  491. package/dist/dispatch/engines/hooks-engine.js +57 -0
  492. package/dist/dispatch/engines/hooks-engine.js.map +1 -0
  493. package/dist/dispatch/engines/init-engine.d.ts +43 -0
  494. package/dist/dispatch/engines/init-engine.d.ts.map +1 -0
  495. package/dist/dispatch/engines/init-engine.js +73 -0
  496. package/dist/dispatch/engines/init-engine.js.map +1 -0
  497. package/dist/dispatch/engines/lifecycle-engine.d.ts +66 -0
  498. package/dist/dispatch/engines/lifecycle-engine.d.ts.map +1 -0
  499. package/dist/dispatch/engines/lifecycle-engine.js +213 -0
  500. package/dist/dispatch/engines/lifecycle-engine.js.map +1 -0
  501. package/dist/dispatch/engines/memory-engine.d.ts +10 -0
  502. package/dist/dispatch/engines/memory-engine.d.ts.map +1 -0
  503. package/dist/dispatch/engines/memory-engine.js +10 -0
  504. package/dist/dispatch/engines/memory-engine.js.map +1 -0
  505. package/dist/dispatch/engines/nexus-engine.d.ts +167 -0
  506. package/dist/dispatch/engines/nexus-engine.d.ts.map +1 -0
  507. package/dist/dispatch/engines/nexus-engine.js +356 -0
  508. package/dist/dispatch/engines/nexus-engine.js.map +1 -0
  509. package/dist/dispatch/engines/orchestrate-engine.d.ts +133 -0
  510. package/dist/dispatch/engines/orchestrate-engine.d.ts.map +1 -0
  511. package/dist/dispatch/engines/orchestrate-engine.js +769 -0
  512. package/dist/dispatch/engines/orchestrate-engine.js.map +1 -0
  513. package/dist/dispatch/engines/pipeline-engine.d.ts +51 -0
  514. package/dist/dispatch/engines/pipeline-engine.d.ts.map +1 -0
  515. package/dist/dispatch/engines/pipeline-engine.js +191 -0
  516. package/dist/dispatch/engines/pipeline-engine.js.map +1 -0
  517. package/dist/dispatch/engines/release-engine.d.ts +94 -0
  518. package/dist/dispatch/engines/release-engine.d.ts.map +1 -0
  519. package/dist/dispatch/engines/release-engine.js +669 -0
  520. package/dist/dispatch/engines/release-engine.js.map +1 -0
  521. package/dist/dispatch/engines/session-engine.d.ts +323 -0
  522. package/dist/dispatch/engines/session-engine.d.ts.map +1 -0
  523. package/dist/dispatch/engines/session-engine.js +865 -0
  524. package/dist/dispatch/engines/session-engine.js.map +1 -0
  525. package/dist/dispatch/engines/sticky-engine.d.ts +100 -0
  526. package/dist/dispatch/engines/sticky-engine.d.ts.map +1 -0
  527. package/dist/dispatch/engines/sticky-engine.js +181 -0
  528. package/dist/dispatch/engines/sticky-engine.js.map +1 -0
  529. package/dist/dispatch/engines/system-engine.d.ts +377 -0
  530. package/dist/dispatch/engines/system-engine.d.ts.map +1 -0
  531. package/dist/dispatch/engines/system-engine.js +979 -0
  532. package/dist/dispatch/engines/system-engine.js.map +1 -0
  533. package/dist/dispatch/engines/task-engine.d.ts +612 -0
  534. package/dist/dispatch/engines/task-engine.d.ts.map +1 -0
  535. package/dist/dispatch/engines/task-engine.js +950 -0
  536. package/dist/dispatch/engines/task-engine.js.map +1 -0
  537. package/dist/dispatch/engines/template-parser.d.ts +34 -0
  538. package/dist/dispatch/engines/template-parser.d.ts.map +1 -0
  539. package/dist/dispatch/engines/template-parser.js +57 -0
  540. package/dist/dispatch/engines/template-parser.js.map +1 -0
  541. package/dist/dispatch/engines/tools-engine.d.ts +270 -0
  542. package/dist/dispatch/engines/tools-engine.d.ts.map +1 -0
  543. package/dist/dispatch/engines/tools-engine.js +636 -0
  544. package/dist/dispatch/engines/tools-engine.js.map +1 -0
  545. package/dist/dispatch/engines/validate-engine.d.ts +154 -0
  546. package/dist/dispatch/engines/validate-engine.d.ts.map +1 -0
  547. package/dist/dispatch/engines/validate-engine.js +524 -0
  548. package/dist/dispatch/engines/validate-engine.js.map +1 -0
  549. package/dist/dispatch/index.d.ts +20 -0
  550. package/dist/dispatch/index.d.ts.map +1 -0
  551. package/dist/dispatch/index.js +19 -0
  552. package/dist/dispatch/index.js.map +1 -0
  553. package/dist/dispatch/lib/capability-matrix.d.ts +11 -0
  554. package/dist/dispatch/lib/capability-matrix.d.ts.map +1 -0
  555. package/dist/dispatch/lib/capability-matrix.js +10 -0
  556. package/dist/dispatch/lib/capability-matrix.js.map +1 -0
  557. package/dist/dispatch/lib/config.d.ts +16 -0
  558. package/dist/dispatch/lib/config.d.ts.map +1 -0
  559. package/dist/dispatch/lib/config.js +15 -0
  560. package/dist/dispatch/lib/config.js.map +1 -0
  561. package/dist/dispatch/lib/engine.d.ts +25 -0
  562. package/dist/dispatch/lib/engine.d.ts.map +1 -0
  563. package/dist/dispatch/lib/engine.js +44 -0
  564. package/dist/dispatch/lib/engine.js.map +1 -0
  565. package/dist/dispatch/lib/meta.d.ts +26 -0
  566. package/dist/dispatch/lib/meta.d.ts.map +1 -0
  567. package/dist/dispatch/lib/meta.js +37 -0
  568. package/dist/dispatch/lib/meta.js.map +1 -0
  569. package/dist/dispatch/lib/param-utils.d.ts +11 -0
  570. package/dist/dispatch/lib/param-utils.d.ts.map +1 -0
  571. package/dist/dispatch/lib/param-utils.js +10 -0
  572. package/dist/dispatch/lib/param-utils.js.map +1 -0
  573. package/dist/dispatch/lib/projections.d.ts +23 -0
  574. package/dist/dispatch/lib/projections.d.ts.map +1 -0
  575. package/dist/dispatch/lib/projections.js +48 -0
  576. package/dist/dispatch/lib/projections.js.map +1 -0
  577. package/dist/dispatch/lib/schema-utils.d.ts +42 -0
  578. package/dist/dispatch/lib/schema-utils.d.ts.map +1 -0
  579. package/dist/dispatch/lib/schema-utils.js +93 -0
  580. package/dist/dispatch/lib/schema-utils.js.map +1 -0
  581. package/dist/dispatch/lib/security.d.ts +11 -0
  582. package/dist/dispatch/lib/security.d.ts.map +1 -0
  583. package/dist/dispatch/lib/security.js +10 -0
  584. package/dist/dispatch/lib/security.js.map +1 -0
  585. package/dist/dispatch/middleware/audit.d.ts +23 -0
  586. package/dist/dispatch/middleware/audit.d.ts.map +1 -0
  587. package/dist/dispatch/middleware/audit.js +169 -0
  588. package/dist/dispatch/middleware/audit.js.map +1 -0
  589. package/dist/dispatch/middleware/field-filter.d.ts +24 -0
  590. package/dist/dispatch/middleware/field-filter.d.ts.map +1 -0
  591. package/dist/dispatch/middleware/field-filter.js +65 -0
  592. package/dist/dispatch/middleware/field-filter.js.map +1 -0
  593. package/dist/dispatch/middleware/pipeline.d.ts +20 -0
  594. package/dist/dispatch/middleware/pipeline.d.ts.map +1 -0
  595. package/dist/dispatch/middleware/pipeline.js +47 -0
  596. package/dist/dispatch/middleware/pipeline.js.map +1 -0
  597. package/dist/dispatch/middleware/projection.d.ts +35 -0
  598. package/dist/dispatch/middleware/projection.d.ts.map +1 -0
  599. package/dist/dispatch/middleware/projection.js +145 -0
  600. package/dist/dispatch/middleware/projection.js.map +1 -0
  601. package/dist/dispatch/middleware/protocol-enforcement.d.ts +12 -0
  602. package/dist/dispatch/middleware/protocol-enforcement.d.ts.map +1 -0
  603. package/dist/dispatch/middleware/protocol-enforcement.js +30 -0
  604. package/dist/dispatch/middleware/protocol-enforcement.js.map +1 -0
  605. package/dist/dispatch/middleware/rate-limiter.d.ts +30 -0
  606. package/dist/dispatch/middleware/rate-limiter.d.ts.map +1 -0
  607. package/dist/dispatch/middleware/rate-limiter.js +101 -0
  608. package/dist/dispatch/middleware/rate-limiter.js.map +1 -0
  609. package/dist/dispatch/middleware/sanitizer.d.ts +10 -0
  610. package/dist/dispatch/middleware/sanitizer.d.ts.map +1 -0
  611. package/dist/dispatch/middleware/sanitizer.js +42 -0
  612. package/dist/dispatch/middleware/sanitizer.js.map +1 -0
  613. package/dist/dispatch/middleware/session-resolver.d.ts +26 -0
  614. package/dist/dispatch/middleware/session-resolver.d.ts.map +1 -0
  615. package/dist/dispatch/middleware/session-resolver.js +65 -0
  616. package/dist/dispatch/middleware/session-resolver.js.map +1 -0
  617. package/dist/dispatch/middleware/verification-gates.d.ts +3 -0
  618. package/dist/dispatch/middleware/verification-gates.d.ts.map +1 -0
  619. package/dist/dispatch/middleware/verification-gates.js +40 -0
  620. package/dist/dispatch/middleware/verification-gates.js.map +1 -0
  621. package/dist/dispatch/registry.d.ts +91 -0
  622. package/dist/dispatch/registry.d.ts.map +1 -0
  623. package/dist/dispatch/registry.js +2833 -0
  624. package/dist/dispatch/registry.js.map +1 -0
  625. package/dist/dispatch/types.d.ts +218 -0
  626. package/dist/dispatch/types.d.ts.map +1 -0
  627. package/dist/dispatch/types.js +25 -0
  628. package/dist/dispatch/types.js.map +1 -0
  629. package/dist/mcp/gateways/mutate.d.ts +146 -0
  630. package/dist/mcp/gateways/mutate.d.ts.map +1 -0
  631. package/dist/mcp/gateways/mutate.js +1016 -0
  632. package/dist/mcp/gateways/mutate.js.map +1 -0
  633. package/dist/mcp/gateways/query.d.ts +138 -0
  634. package/dist/mcp/gateways/query.d.ts.map +1 -0
  635. package/dist/mcp/gateways/query.js +186 -0
  636. package/dist/mcp/gateways/query.js.map +1 -0
  637. package/dist/mcp/index.d.ts +16 -0
  638. package/dist/mcp/index.d.ts.map +1 -0
  639. package/dist/mcp/index.js +16735 -14861
  640. package/dist/mcp/index.js.map +4 -4
  641. package/dist/mcp/lib/background-jobs.d.ts +86 -0
  642. package/dist/mcp/lib/background-jobs.d.ts.map +1 -0
  643. package/dist/mcp/lib/background-jobs.js +183 -0
  644. package/dist/mcp/lib/background-jobs.js.map +1 -0
  645. package/dist/mcp/lib/budget.d.ts +35 -0
  646. package/dist/mcp/lib/budget.d.ts.map +1 -0
  647. package/dist/mcp/lib/budget.js +102 -0
  648. package/dist/mcp/lib/budget.js.map +1 -0
  649. package/dist/mcp/lib/cache.d.ts +78 -0
  650. package/dist/mcp/lib/cache.d.ts.map +1 -0
  651. package/dist/mcp/lib/cache.js +207 -0
  652. package/dist/mcp/lib/cache.js.map +1 -0
  653. package/dist/mcp/lib/config.d.ts +42 -0
  654. package/dist/mcp/lib/config.d.ts.map +1 -0
  655. package/dist/mcp/lib/config.js +241 -0
  656. package/dist/mcp/lib/config.js.map +1 -0
  657. package/dist/mcp/lib/defaults.d.ts +115 -0
  658. package/dist/mcp/lib/defaults.d.ts.map +1 -0
  659. package/dist/mcp/lib/defaults.js +61 -0
  660. package/dist/mcp/lib/defaults.js.map +1 -0
  661. package/dist/mcp/lib/gate-validators.d.ts +13 -0
  662. package/dist/mcp/lib/gate-validators.d.ts.map +1 -0
  663. package/dist/mcp/lib/gate-validators.js +13 -0
  664. package/dist/mcp/lib/gate-validators.js.map +1 -0
  665. package/dist/mcp/lib/gateway-meta.d.ts +37 -0
  666. package/dist/mcp/lib/gateway-meta.d.ts.map +1 -0
  667. package/dist/mcp/lib/gateway-meta.js +50 -0
  668. package/dist/mcp/lib/gateway-meta.js.map +1 -0
  669. package/dist/mcp/lib/job-manager-accessor.d.ts +10 -0
  670. package/dist/mcp/lib/job-manager-accessor.d.ts.map +1 -0
  671. package/dist/mcp/lib/job-manager-accessor.js +14 -0
  672. package/dist/mcp/lib/job-manager-accessor.js.map +1 -0
  673. package/dist/mcp/lib/protocol-enforcement.d.ts +12 -0
  674. package/dist/mcp/lib/protocol-enforcement.d.ts.map +1 -0
  675. package/dist/mcp/lib/protocol-enforcement.js +12 -0
  676. package/dist/mcp/lib/protocol-enforcement.js.map +1 -0
  677. package/dist/mcp/lib/protocol-rules.d.ts +12 -0
  678. package/dist/mcp/lib/protocol-rules.d.ts.map +1 -0
  679. package/dist/mcp/lib/protocol-rules.js +12 -0
  680. package/dist/mcp/lib/protocol-rules.js.map +1 -0
  681. package/dist/mcp/lib/rate-limiter.d.ts +110 -0
  682. package/dist/mcp/lib/rate-limiter.d.ts.map +1 -0
  683. package/dist/mcp/lib/rate-limiter.js +208 -0
  684. package/dist/mcp/lib/rate-limiter.js.map +1 -0
  685. package/dist/mcp/lib/router.d.ts +58 -0
  686. package/dist/mcp/lib/router.d.ts.map +1 -0
  687. package/dist/mcp/lib/router.js +12 -0
  688. package/dist/mcp/lib/router.js.map +1 -0
  689. package/dist/mcp/lib/security.d.ts +161 -0
  690. package/dist/mcp/lib/security.d.ts.map +1 -0
  691. package/dist/mcp/lib/security.js +360 -0
  692. package/dist/mcp/lib/security.js.map +1 -0
  693. package/dist/mcp/lib/verification-gates.d.ts +13 -0
  694. package/dist/mcp/lib/verification-gates.d.ts.map +1 -0
  695. package/dist/mcp/lib/verification-gates.js +12 -0
  696. package/dist/mcp/lib/verification-gates.js.map +1 -0
  697. package/dist/mcp/resources/budget.d.ts +22 -0
  698. package/dist/mcp/resources/budget.d.ts.map +1 -0
  699. package/dist/mcp/resources/budget.js +46 -0
  700. package/dist/mcp/resources/budget.js.map +1 -0
  701. package/dist/mcp/resources/index.d.ts +53 -0
  702. package/dist/mcp/resources/index.d.ts.map +1 -0
  703. package/dist/mcp/resources/index.js +278 -0
  704. package/dist/mcp/resources/index.js.map +1 -0
  705. package/package.json +3 -3
@@ -0,0 +1,979 @@
1
+ /**
2
+ * System Engine
3
+ *
4
+ * Thin wrapper layer that delegates to core modules.
5
+ * All business logic lives in src/core/.
6
+ *
7
+ * Read-only queries: dash, stats, labels, archive-stats, log, context, sequence,
8
+ * metrics, health, diagnostics, help, roadmap, compliance
9
+ * Mutate operations: inject.generate, backup, restore, migrate, cleanup, audit,
10
+ * sync, safestop, uncancel
11
+ *
12
+ * @task T4631
13
+ * @task T4783
14
+ */
15
+ import { existsSync, readdirSync, readFileSync } from 'node:fs';
16
+ import { basename, join } from 'node:path';
17
+ import { auditData, cleanupSystem, systemCreateBackup as createBackup, generateInjection, getAccessor, getArchiveStats, getDashboard, getLabels, getMigrationStatus, getProjectStats, getRoadmap, getRuntimeDiagnostics, getSystemDiagnostics, getSystemHealth, getSystemMetrics, repairSequence, restoreBackup, safestop, uncancelTask, } from '@cleocode/core/internal';
18
+ import { engineError } from './_error.js';
19
+ // ===== Help topics (static data, stays in engine) =====
20
+ const HELP_TOPICS = {
21
+ session: {
22
+ topic: 'session',
23
+ content: [
24
+ 'Session Management',
25
+ '',
26
+ ' ct session list - List all sessions',
27
+ ' ct session start --scope epic:T001 - Start session',
28
+ ' ct session end --note "Progress" - End session',
29
+ ' ct session resume <id> - Resume session',
30
+ ].join('\n'),
31
+ relatedCommands: ['ct session list', 'ct session start', 'ct session end'],
32
+ },
33
+ tasks: {
34
+ topic: 'tasks',
35
+ content: [
36
+ 'Task Operations',
37
+ '',
38
+ ' ct add "Title" --desc "Description" - Create task',
39
+ ' ct update T1234 --status active - Update task',
40
+ ' ct complete T1234 - Complete task',
41
+ ' ct find "query" - Search tasks',
42
+ ' ct show T1234 - Show task details',
43
+ ].join('\n'),
44
+ relatedCommands: ['ct add', 'ct update', 'ct complete', 'ct find', 'ct show'],
45
+ },
46
+ focus: {
47
+ topic: 'focus',
48
+ content: [
49
+ 'Task Work Management',
50
+ '',
51
+ ' ct start T1234 - Start working on task',
52
+ ' ct current - Show current task',
53
+ ' ct stop - Stop working on current task',
54
+ ].join('\n'),
55
+ relatedCommands: ['ct start', 'ct current', 'ct stop'],
56
+ },
57
+ labels: {
58
+ topic: 'labels',
59
+ content: [
60
+ 'Label Operations',
61
+ '',
62
+ ' ct labels - List all labels',
63
+ ' ct labels show <name> - Show tasks with label',
64
+ ].join('\n'),
65
+ relatedCommands: ['ct labels'],
66
+ },
67
+ compliance: {
68
+ topic: 'compliance',
69
+ content: [
70
+ 'Compliance Monitoring',
71
+ '',
72
+ ' ct compliance summary - Compliance overview',
73
+ ' ct compliance violations - List violations',
74
+ ' ct compliance trend - Compliance trend',
75
+ ].join('\n'),
76
+ relatedCommands: ['ct compliance summary', 'ct compliance violations'],
77
+ },
78
+ };
79
+ // ===== Dashboard =====
80
+ /**
81
+ * Project dashboard: task counts by status, active session info,
82
+ * current focus, recent completions.
83
+ */
84
+ export async function systemDash(projectRoot, params) {
85
+ try {
86
+ const accessor = await getAccessor(projectRoot);
87
+ const result = await getDashboard({ cwd: projectRoot, blockedTasksLimit: params?.blockedTasksLimit }, accessor);
88
+ // Add missing fields that core doesn't produce
89
+ const data = result;
90
+ const summary = data.summary;
91
+ return {
92
+ success: true,
93
+ data: {
94
+ project: data.project,
95
+ currentPhase: data.currentPhase,
96
+ summary: {
97
+ pending: summary.pending,
98
+ active: summary.active,
99
+ blocked: summary.blocked,
100
+ done: summary.done,
101
+ cancelled: summary.cancelled ?? 0,
102
+ total: summary.total,
103
+ archived: summary.archived ?? 0,
104
+ grandTotal: summary.grandTotal ?? summary.total,
105
+ },
106
+ taskWork: (data.focus ?? data.taskWork),
107
+ activeSession: data.activeSession ?? null,
108
+ highPriority: data.highPriority,
109
+ blockedTasks: data.blockedTasks,
110
+ recentCompletions: (data.recentCompletions ?? []),
111
+ topLabels: data.topLabels,
112
+ },
113
+ };
114
+ }
115
+ catch (err) {
116
+ return engineError('E_NOT_INITIALIZED', err.message);
117
+ }
118
+ }
119
+ // ===== Stats =====
120
+ /**
121
+ * Detailed statistics: tasks by status/priority/type/phase,
122
+ * completion rate, average cycle time.
123
+ */
124
+ export async function systemStats(projectRoot, params) {
125
+ try {
126
+ const accessor = await getAccessor(projectRoot);
127
+ const result = await getProjectStats({ period: String(params?.period ?? 30), cwd: projectRoot }, accessor);
128
+ // Core stats lacks byPriority, byType, byPhase, cycleTimes — fill from accessor
129
+ const queryResult = await accessor.queryTasks({});
130
+ const tasks = queryResult?.tasks ?? [];
131
+ // Distribution breakdowns: active tasks only (exclude cancelled — not actionable work)
132
+ const activeTasks = tasks.filter((t) => t.status !== 'cancelled');
133
+ const byPriority = {};
134
+ for (const t of activeTasks) {
135
+ byPriority[t.priority] = (byPriority[t.priority] ?? 0) + 1;
136
+ }
137
+ const byType = {};
138
+ for (const t of activeTasks) {
139
+ const type = t.type || 'task';
140
+ byType[type] = (byType[type] ?? 0) + 1;
141
+ }
142
+ const byPhase = {};
143
+ for (const t of activeTasks) {
144
+ const phase = t.phase || 'unassigned';
145
+ byPhase[phase] = (byPhase[phase] ?? 0) + 1;
146
+ }
147
+ // Cycle times
148
+ const completedTasks = tasks.filter((t) => t.status === 'done' && t.completedAt && t.createdAt);
149
+ let totalCycleDays = 0;
150
+ let samples = 0;
151
+ for (const t of completedTasks) {
152
+ const created = new Date(t.createdAt).getTime();
153
+ const completed = new Date(t.completedAt).getTime();
154
+ if (completed > created) {
155
+ totalCycleDays += (completed - created) / 86400000;
156
+ samples++;
157
+ }
158
+ }
159
+ const averageDays = samples > 0 ? Math.round((totalCycleDays / samples) * 100) / 100 : null;
160
+ const coreData = result;
161
+ const currentState = coreData.currentState;
162
+ const completionMetrics = coreData.completionMetrics;
163
+ const activityMetrics = coreData.activityMetrics;
164
+ const allTime = coreData.allTime;
165
+ return {
166
+ success: true,
167
+ data: {
168
+ currentState: {
169
+ pending: currentState.pending,
170
+ active: currentState.active,
171
+ done: currentState.done,
172
+ blocked: currentState.blocked,
173
+ cancelled: tasks.filter((t) => t.status === 'cancelled').length,
174
+ totalActive: currentState.totalActive,
175
+ archived: currentState.archived ?? 0,
176
+ grandTotal: currentState.grandTotal ?? currentState.totalActive,
177
+ },
178
+ byPriority,
179
+ byType,
180
+ byPhase,
181
+ completionMetrics: completionMetrics,
182
+ activityMetrics: activityMetrics,
183
+ allTime: allTime,
184
+ cycleTimes: { averageDays, samples },
185
+ },
186
+ };
187
+ }
188
+ catch (err) {
189
+ return engineError('E_NOT_INITIALIZED', err.message);
190
+ }
191
+ }
192
+ // ===== Labels =====
193
+ /**
194
+ * List all unique labels across tasks with counts and task IDs per label.
195
+ */
196
+ export async function systemLabels(projectRoot) {
197
+ try {
198
+ const accessor = await getAccessor(projectRoot);
199
+ const result = await getLabels(projectRoot, accessor);
200
+ return { success: true, data: result };
201
+ }
202
+ catch (err) {
203
+ return engineError('E_NOT_INITIALIZED', err.message);
204
+ }
205
+ }
206
+ // ===== Archive Stats =====
207
+ /**
208
+ * Archive metrics: total archived, by reason, average cycle time, archive rate.
209
+ */
210
+ export async function systemArchiveStats(projectRoot, params) {
211
+ try {
212
+ const accessor = await getAccessor(projectRoot);
213
+ const result = await getArchiveStats({ period: params?.period, cwd: projectRoot }, accessor);
214
+ return { success: true, data: result };
215
+ }
216
+ catch (err) {
217
+ return engineError('E_NOT_INITIALIZED', err.message);
218
+ }
219
+ }
220
+ // ===== Log =====
221
+ /**
222
+ * Query audit log with optional filters.
223
+ * Reads from SQLite audit_log table.
224
+ *
225
+ * @task T4837
226
+ */
227
+ export async function systemLog(projectRoot, filters) {
228
+ try {
229
+ // Canonical path: SQLite audit_log table.
230
+ const entries = await queryAuditLogSqlite(projectRoot, filters);
231
+ return { success: true, data: entries };
232
+ }
233
+ catch (err) {
234
+ return engineError('E_FILE_ERROR', err.message);
235
+ }
236
+ }
237
+ /**
238
+ * Query audit_log from SQLite.
239
+ * Includes dispatch-level fields (domain, requestId, durationMs, success,
240
+ * source, gateway, errorMessage) when present (T4844).
241
+ *
242
+ * @task T4837
243
+ * @task T4844
244
+ */
245
+ async function queryAuditLogSqlite(projectRoot, filters) {
246
+ try {
247
+ const { join } = await import('node:path');
248
+ const { existsSync } = await import('node:fs');
249
+ const dbPath = join(projectRoot, '.cleo', 'tasks.db');
250
+ if (!existsSync(dbPath)) {
251
+ const offset = filters?.offset ?? 0;
252
+ const limit = filters?.limit ?? 20;
253
+ return {
254
+ entries: [],
255
+ pagination: { total: 0, offset, limit, hasMore: false },
256
+ };
257
+ }
258
+ const { getDb } = await import('@cleocode/core/internal');
259
+ const { auditLog } = await import('@cleocode/core/internal');
260
+ const { sql } = await import('drizzle-orm');
261
+ const db = await getDb(projectRoot);
262
+ // Check if audit_log table exists and has data
263
+ try {
264
+ // Build dynamic WHERE conditions
265
+ const conditions = [];
266
+ if (filters?.operation) {
267
+ // Match against both legacy 'action' column and new 'operation' column
268
+ conditions.push(sql `(${auditLog.action} = ${filters.operation} OR ${auditLog.operation} = ${filters.operation})`);
269
+ }
270
+ if (filters?.taskId) {
271
+ conditions.push(sql `${auditLog.taskId} = ${filters.taskId}`);
272
+ }
273
+ if (filters?.since) {
274
+ conditions.push(sql `${auditLog.timestamp} >= ${filters.since}`);
275
+ }
276
+ if (filters?.until) {
277
+ conditions.push(sql `${auditLog.timestamp} <= ${filters.until}`);
278
+ }
279
+ const whereClause = conditions.length > 0 ? sql.join(conditions, sql ` AND `) : sql `1=1`;
280
+ // Count total matching entries
281
+ const countResult = await db.all(sql `SELECT count(*) as cnt FROM ${auditLog} WHERE ${whereClause}`);
282
+ const total = countResult[0]?.cnt ?? 0;
283
+ if (total === 0) {
284
+ return {
285
+ entries: [],
286
+ pagination: {
287
+ total: 0,
288
+ offset: filters?.offset ?? 0,
289
+ limit: filters?.limit ?? 20,
290
+ hasMore: false,
291
+ },
292
+ };
293
+ }
294
+ const offset = filters?.offset ?? 0;
295
+ const limit = filters?.limit ?? 20;
296
+ // Fetch paginated results (includes dispatch-level columns)
297
+ const rows = await db.all(sql `SELECT * FROM ${auditLog}
298
+ WHERE ${whereClause}
299
+ ORDER BY ${auditLog.timestamp} DESC
300
+ LIMIT ${limit} OFFSET ${offset}`);
301
+ const entries = rows.map((row) => ({
302
+ operation: row.operation ?? row.action,
303
+ taskId: row.task_id,
304
+ timestamp: row.timestamp,
305
+ actor: row.actor,
306
+ details: row.details_json ? JSON.parse(row.details_json) : {},
307
+ before: row.before_json ? JSON.parse(row.before_json) : undefined,
308
+ after: row.after_json ? JSON.parse(row.after_json) : undefined,
309
+ // Dispatch-level fields (may be null for legacy task-only entries)
310
+ ...(row.domain != null && {
311
+ domain: row.domain,
312
+ sessionId: row.session_id,
313
+ requestId: row.request_id,
314
+ durationMs: row.duration_ms,
315
+ success: row.success === 1,
316
+ source: row.source,
317
+ gateway: row.gateway,
318
+ error: row.error_message,
319
+ }),
320
+ }));
321
+ return {
322
+ entries,
323
+ pagination: { total, offset, limit, hasMore: offset + limit < total },
324
+ };
325
+ }
326
+ catch {
327
+ const offset = filters?.offset ?? 0;
328
+ const limit = filters?.limit ?? 20;
329
+ return {
330
+ entries: [],
331
+ pagination: { total: 0, offset, limit, hasMore: false },
332
+ };
333
+ }
334
+ }
335
+ catch {
336
+ const offset = filters?.offset ?? 0;
337
+ const limit = filters?.limit ?? 20;
338
+ return {
339
+ entries: [],
340
+ pagination: { total: 0, offset, limit, hasMore: false },
341
+ };
342
+ }
343
+ }
344
+ // ===== Context =====
345
+ /**
346
+ * Context window tracking: estimate token usage from current session/state.
347
+ */
348
+ export function systemContext(projectRoot, params) {
349
+ try {
350
+ const cleoDir = join(projectRoot, '.cleo');
351
+ // Resolve state file
352
+ let stateFile;
353
+ if (params?.session) {
354
+ const sessionFile = join(cleoDir, 'context-states', `context-state-${params.session}.json`);
355
+ stateFile = existsSync(sessionFile) ? sessionFile : join(cleoDir, '.context-state.json');
356
+ }
357
+ else {
358
+ const currentSessionPath = join(cleoDir, '.current-session');
359
+ if (existsSync(currentSessionPath)) {
360
+ const currentSession = readFileSync(currentSessionPath, 'utf-8').trim();
361
+ if (currentSession) {
362
+ const sessionFile = join(cleoDir, 'context-states', `context-state-${currentSession}.json`);
363
+ stateFile = existsSync(sessionFile) ? sessionFile : join(cleoDir, '.context-state.json');
364
+ }
365
+ else {
366
+ stateFile = join(cleoDir, '.context-state.json');
367
+ }
368
+ }
369
+ else {
370
+ stateFile = join(cleoDir, '.context-state.json');
371
+ }
372
+ }
373
+ // Collect session files
374
+ const sessions = [];
375
+ const statesDir = join(cleoDir, 'context-states');
376
+ if (existsSync(statesDir)) {
377
+ for (const file of readdirSync(statesDir)) {
378
+ if (file.startsWith('context-state-') && file.endsWith('.json')) {
379
+ try {
380
+ const state = JSON.parse(readFileSync(join(statesDir, file), 'utf-8'));
381
+ sessions.push({
382
+ file: basename(file),
383
+ sessionId: state.sessionId ?? null,
384
+ percentage: state.contextWindow?.percentage ?? 0,
385
+ status: state.status ?? 'unknown',
386
+ timestamp: state.timestamp,
387
+ });
388
+ }
389
+ catch {
390
+ // skip invalid files
391
+ }
392
+ }
393
+ }
394
+ }
395
+ const singletonFile = join(cleoDir, '.context-state.json');
396
+ if (existsSync(singletonFile)) {
397
+ try {
398
+ const state = JSON.parse(readFileSync(singletonFile, 'utf-8'));
399
+ sessions.push({
400
+ file: '.context-state.json',
401
+ sessionId: state.sessionId ?? 'global',
402
+ percentage: state.contextWindow?.percentage ?? 0,
403
+ status: state.status ?? 'unknown',
404
+ timestamp: state.timestamp,
405
+ });
406
+ }
407
+ catch {
408
+ // skip
409
+ }
410
+ }
411
+ if (!existsSync(stateFile)) {
412
+ return {
413
+ success: true,
414
+ data: {
415
+ available: false,
416
+ status: 'unavailable',
417
+ percentage: 0,
418
+ currentTokens: 0,
419
+ maxTokens: 0,
420
+ timestamp: null,
421
+ stale: true,
422
+ sessions,
423
+ },
424
+ };
425
+ }
426
+ try {
427
+ const state = JSON.parse(readFileSync(stateFile, 'utf-8'));
428
+ const timestamp = state.timestamp;
429
+ const staleMs = state.staleAfterMs ?? 5000;
430
+ const percentage = state.contextWindow?.percentage ?? 0;
431
+ const current = state.contextWindow?.currentTokens ?? 0;
432
+ const max = state.contextWindow?.maxTokens ?? 0;
433
+ let status = state.status ?? 'unknown';
434
+ const fileTime = new Date(timestamp).getTime();
435
+ if (Date.now() - fileTime > staleMs) {
436
+ status = 'stale';
437
+ }
438
+ return {
439
+ success: true,
440
+ data: {
441
+ available: true,
442
+ status,
443
+ percentage,
444
+ currentTokens: current,
445
+ maxTokens: max,
446
+ timestamp,
447
+ stale: status === 'stale',
448
+ sessions,
449
+ },
450
+ };
451
+ }
452
+ catch {
453
+ return {
454
+ success: true,
455
+ data: {
456
+ available: false,
457
+ status: 'error',
458
+ percentage: 0,
459
+ currentTokens: 0,
460
+ maxTokens: 0,
461
+ timestamp: null,
462
+ stale: true,
463
+ sessions,
464
+ },
465
+ };
466
+ }
467
+ }
468
+ catch (err) {
469
+ return engineError('E_GENERAL', err.message);
470
+ }
471
+ }
472
+ // ===== Sequence =====
473
+ /**
474
+ * Read task ID sequence state from canonical SQLite metadata.
475
+ * Supports 'show' and 'check' actions.
476
+ * @task T4815
477
+ */
478
+ export async function systemSequence(projectRoot, params) {
479
+ const { showSequence, checkSequence } = await import('@cleocode/core/internal');
480
+ try {
481
+ const action = params?.action ?? 'show';
482
+ if (action === 'check') {
483
+ const check = await checkSequence(projectRoot);
484
+ return { success: true, data: check };
485
+ }
486
+ const seq = await showSequence(projectRoot);
487
+ return {
488
+ success: true,
489
+ data: {
490
+ counter: Number(seq.counter ?? 0),
491
+ lastId: String(seq.lastId ?? ''),
492
+ checksum: String(seq.checksum ?? ''),
493
+ nextId: String(seq.nextId ?? ''),
494
+ },
495
+ };
496
+ }
497
+ catch (err) {
498
+ return engineError('E_NOT_FOUND', err.message);
499
+ }
500
+ }
501
+ // ===== Inject Generate (MVI) =====
502
+ /**
503
+ * Generate Minimum Viable Injection (MVI).
504
+ */
505
+ export async function systemInjectGenerate(projectRoot) {
506
+ try {
507
+ const root = projectRoot || process.cwd();
508
+ const accessor = await getAccessor(root);
509
+ const result = await generateInjection(root, accessor);
510
+ return { success: true, data: result };
511
+ }
512
+ catch (err) {
513
+ return engineError('E_GENERAL', err.message);
514
+ }
515
+ }
516
+ // ===== Metrics =====
517
+ /**
518
+ * System metrics: token usage, compliance summary, session counts.
519
+ * @task T4631
520
+ */
521
+ export async function systemMetrics(projectRoot, params) {
522
+ try {
523
+ const accessor = await getAccessor(projectRoot);
524
+ const result = await getSystemMetrics(projectRoot, params, accessor);
525
+ return { success: true, data: result };
526
+ }
527
+ catch (err) {
528
+ return engineError('E_GENERAL', err.message);
529
+ }
530
+ }
531
+ // ===== Health =====
532
+ /**
533
+ * System health check: verify core data files exist and are valid.
534
+ * @task T4631
535
+ */
536
+ export function systemHealth(projectRoot, params) {
537
+ try {
538
+ const result = getSystemHealth(projectRoot, params);
539
+ return { success: true, data: result };
540
+ }
541
+ catch (err) {
542
+ return engineError('E_GENERAL', err.message);
543
+ }
544
+ }
545
+ // ===== Diagnostics =====
546
+ /**
547
+ * System diagnostics: extended health checks with fix suggestions.
548
+ * @task T4631
549
+ */
550
+ export async function systemDiagnostics(projectRoot, params) {
551
+ try {
552
+ const result = await getSystemDiagnostics(projectRoot, params);
553
+ return { success: true, data: result };
554
+ }
555
+ catch (err) {
556
+ return engineError('E_GENERAL', err.message);
557
+ }
558
+ }
559
+ // ===== Help =====
560
+ /**
561
+ * Return help text for the system.
562
+ * @task T4631
563
+ */
564
+ export function systemHelp(_projectRoot, params) {
565
+ const topic = params?.topic;
566
+ if (topic) {
567
+ const topicHelp = HELP_TOPICS[topic];
568
+ if (topicHelp) {
569
+ return { success: true, data: topicHelp };
570
+ }
571
+ return engineError('E_NOT_FOUND', `Unknown help topic: ${topic}. Available topics: ${Object.keys(HELP_TOPICS).join(', ')}`);
572
+ }
573
+ return {
574
+ success: true,
575
+ data: {
576
+ content: [
577
+ 'CLEO Task Management System',
578
+ '',
579
+ 'Essential Commands:',
580
+ ' ct find "query" - Fuzzy search tasks',
581
+ ' ct show T1234 - Full task details',
582
+ ' ct add "Task" - Create task',
583
+ ' ct done <id> - Complete task',
584
+ ' ct start <id> - Start working on task',
585
+ ' ct dash - Project overview',
586
+ ' ct session list - List sessions',
587
+ '',
588
+ 'Help Topics: session, tasks, focus, labels, compliance',
589
+ ].join('\n'),
590
+ relatedCommands: ['ct find', 'ct show', 'ct add', 'ct done', 'ct dash'],
591
+ },
592
+ };
593
+ }
594
+ // ===== Roadmap =====
595
+ /**
596
+ * Generate roadmap from pending epics and optional CHANGELOG history.
597
+ * @task T4631
598
+ */
599
+ export async function systemRoadmap(projectRoot, params) {
600
+ try {
601
+ const accessor = await getAccessor(projectRoot);
602
+ const result = await getRoadmap({
603
+ includeHistory: params?.includeHistory,
604
+ upcomingOnly: params?.upcomingOnly,
605
+ cwd: projectRoot,
606
+ }, accessor);
607
+ return { success: true, data: result };
608
+ }
609
+ catch (err) {
610
+ return engineError('E_NOT_INITIALIZED', err.message);
611
+ }
612
+ }
613
+ // ===== Compliance =====
614
+ /**
615
+ * System compliance report from COMPLIANCE.jsonl.
616
+ * @task T4631
617
+ */
618
+ export function systemCompliance(projectRoot, params) {
619
+ try {
620
+ if (params?.subcommand === 'trend') {
621
+ const compliancePath = join(projectRoot, '.cleo', 'metrics', 'COMPLIANCE.jsonl');
622
+ let entries = [];
623
+ if (existsSync(compliancePath)) {
624
+ const content = readFileSync(compliancePath, 'utf-8').trim();
625
+ if (content) {
626
+ entries = content
627
+ .split('\n')
628
+ .filter((l) => l.trim())
629
+ .map((l) => JSON.parse(l));
630
+ }
631
+ }
632
+ if (params.epic) {
633
+ entries = entries.filter((e) => {
634
+ const ctx = (e._context ?? {});
635
+ return ctx.epic_id === params.epic || ctx.task_id === params.epic;
636
+ });
637
+ }
638
+ if (params.days) {
639
+ const cutoff = new Date(Date.now() - params.days * 86400000).toISOString();
640
+ entries = entries.filter((e) => e.timestamp >= cutoff);
641
+ }
642
+ const totalEntries = entries.length;
643
+ const compliance = entries.map((e) => (e.compliance ?? {}));
644
+ const avgPassRate = totalEntries > 0
645
+ ? Math.round((compliance.reduce((sum, c) => sum + (c.compliance_pass_rate ?? 0), 0) /
646
+ totalEntries) *
647
+ 1000) / 1000
648
+ : 0;
649
+ const avgAdherence = totalEntries > 0
650
+ ? Math.round((compliance.reduce((sum, c) => sum + (c.rule_adherence_score ?? 0), 0) /
651
+ totalEntries) *
652
+ 1000) / 1000
653
+ : 0;
654
+ const totalViolations = compliance.reduce((sum, c) => sum + (c.violation_count ?? 0), 0);
655
+ const byDate = {};
656
+ for (const e of entries) {
657
+ const date = e.timestamp.split('T')[0];
658
+ if (!byDate[date])
659
+ byDate[date] = [];
660
+ byDate[date].push(e);
661
+ }
662
+ const dataPoints = Object.entries(byDate)
663
+ .sort(([a], [b]) => a.localeCompare(b))
664
+ .map(([date, dayEntries]) => {
665
+ const dayCompliance = dayEntries.map((de) => (de.compliance ?? {}));
666
+ return {
667
+ date,
668
+ entries: dayEntries.length,
669
+ avgPassRate: dayCompliance.reduce((s, c) => s + (c.compliance_pass_rate ?? 0), 0) /
670
+ dayEntries.length,
671
+ violations: dayCompliance.reduce((s, c) => s + (c.violation_count ?? 0), 0),
672
+ };
673
+ });
674
+ let trend;
675
+ if (dataPoints.length >= 2) {
676
+ const first = dataPoints[0].avgPassRate;
677
+ const last = dataPoints[dataPoints.length - 1].avgPassRate;
678
+ trend = last > first ? 'improving' : last < first ? 'declining' : 'stable';
679
+ }
680
+ else {
681
+ trend = 'insufficient_data';
682
+ }
683
+ return {
684
+ success: true,
685
+ data: {
686
+ totalEntries,
687
+ averagePassRate: avgPassRate,
688
+ averageAdherence: avgAdherence,
689
+ totalViolations,
690
+ trend,
691
+ dataPoints,
692
+ },
693
+ };
694
+ }
695
+ // Default: summary (possibly filtered by epic/days)
696
+ const compliancePath = join(projectRoot, '.cleo', 'metrics', 'COMPLIANCE.jsonl');
697
+ let entries = [];
698
+ if (existsSync(compliancePath)) {
699
+ const content = readFileSync(compliancePath, 'utf-8').trim();
700
+ if (content) {
701
+ entries = content
702
+ .split('\n')
703
+ .filter((l) => l.trim())
704
+ .map((l) => JSON.parse(l));
705
+ }
706
+ }
707
+ if (params?.epic) {
708
+ entries = entries.filter((e) => {
709
+ const ctx = (e._context ?? {});
710
+ return ctx.epic_id === params.epic || ctx.task_id === params.epic;
711
+ });
712
+ }
713
+ if (params?.days) {
714
+ const cutoff = new Date(Date.now() - params.days * 86400000).toISOString();
715
+ entries = entries.filter((e) => e.timestamp >= cutoff);
716
+ }
717
+ const totalEntries = entries.length;
718
+ const compliance = entries.map((e) => (e.compliance ?? {}));
719
+ const avgPassRate = totalEntries > 0
720
+ ? Math.round((compliance.reduce((sum, c) => sum + (c.compliance_pass_rate ?? 0), 0) /
721
+ totalEntries) *
722
+ 1000) / 1000
723
+ : 0;
724
+ const avgAdherence = totalEntries > 0
725
+ ? Math.round((compliance.reduce((sum, c) => sum + (c.rule_adherence_score ?? 0), 0) /
726
+ totalEntries) *
727
+ 1000) / 1000
728
+ : 0;
729
+ const totalViolations = compliance.reduce((sum, c) => sum + (c.violation_count ?? 0), 0);
730
+ return {
731
+ success: true,
732
+ data: {
733
+ totalEntries,
734
+ averagePassRate: avgPassRate,
735
+ averageAdherence: avgAdherence,
736
+ totalViolations,
737
+ },
738
+ };
739
+ }
740
+ catch (err) {
741
+ return engineError('E_GENERAL', err.message);
742
+ }
743
+ }
744
+ // ===== Backup =====
745
+ /**
746
+ * Create a backup of CLEO data files.
747
+ * @task T4631
748
+ */
749
+ export function systemBackup(projectRoot, params) {
750
+ try {
751
+ const result = createBackup(projectRoot, params);
752
+ return { success: true, data: result };
753
+ }
754
+ catch (err) {
755
+ return engineError('E_GENERAL', err.message);
756
+ }
757
+ }
758
+ // ===== Restore =====
759
+ /**
760
+ * Restore from a backup.
761
+ * @task T4631
762
+ */
763
+ export function systemRestore(projectRoot, params) {
764
+ try {
765
+ const result = restoreBackup(projectRoot, params);
766
+ return { success: true, data: result };
767
+ }
768
+ catch (err) {
769
+ const code = err.code ?? 'E_RESTORE_FAILED';
770
+ return engineError(code, err.message);
771
+ }
772
+ }
773
+ /**
774
+ * Restore an individual file from backup.
775
+ * @task T5329
776
+ */
777
+ export async function backupRestore(projectRoot, fileName, options) {
778
+ try {
779
+ const { getBackupDir, getTaskPath, getConfigPath } = await import('@cleocode/core/internal');
780
+ const { restoreFromBackup, listBackups } = await import('@cleocode/core/internal');
781
+ const backupDir = getBackupDir(projectRoot);
782
+ const targetPathMap = {
783
+ 'tasks.db': getTaskPath,
784
+ 'config.json': getConfigPath,
785
+ };
786
+ const pathGetter = targetPathMap[fileName];
787
+ if (!pathGetter) {
788
+ return engineError('E_INVALID_INPUT', `Unknown file: ${fileName}. Valid files: tasks.db, config.json`);
789
+ }
790
+ const targetPath = pathGetter();
791
+ const backups = await listBackups(fileName, backupDir);
792
+ if (backups.length === 0) {
793
+ return engineError('E_NOT_FOUND', `No backups found for ${fileName}`);
794
+ }
795
+ if (options?.dryRun) {
796
+ return {
797
+ success: true,
798
+ data: {
799
+ restored: false,
800
+ file: fileName,
801
+ from: backups[0],
802
+ targetPath,
803
+ dryRun: true,
804
+ },
805
+ };
806
+ }
807
+ const restoredFrom = await restoreFromBackup(fileName, backupDir, targetPath);
808
+ return {
809
+ success: true,
810
+ data: {
811
+ restored: true,
812
+ file: fileName,
813
+ from: restoredFrom,
814
+ targetPath,
815
+ },
816
+ };
817
+ }
818
+ catch (err) {
819
+ const message = err instanceof Error ? err.message : String(err);
820
+ if (message.includes('not found') || message.includes('No backups')) {
821
+ return engineError('E_NOT_FOUND', message);
822
+ }
823
+ return engineError('E_GENERAL', `Backup restore failed: ${message}`);
824
+ }
825
+ }
826
+ // ===== Migrate =====
827
+ /**
828
+ * Check/run schema migrations.
829
+ * @task T4631
830
+ */
831
+ export async function systemMigrate(projectRoot, params) {
832
+ try {
833
+ const result = await getMigrationStatus(projectRoot, params);
834
+ return { success: true, data: result };
835
+ }
836
+ catch (err) {
837
+ const code = err.code ?? 'E_MIGRATE_FAILED';
838
+ return engineError(code, err.message);
839
+ }
840
+ }
841
+ // ===== Cleanup =====
842
+ /**
843
+ * Cleanup stale data (sessions, backups, logs).
844
+ * @task T4631
845
+ */
846
+ export async function systemCleanup(projectRoot, params) {
847
+ try {
848
+ const result = await cleanupSystem(projectRoot, params);
849
+ return { success: true, data: result };
850
+ }
851
+ catch (err) {
852
+ const code = err.code ?? 'E_CLEANUP_FAILED';
853
+ return engineError(code, err.message);
854
+ }
855
+ }
856
+ // ===== Audit =====
857
+ /**
858
+ * Audit data integrity.
859
+ * @task T4631
860
+ */
861
+ export async function systemAudit(projectRoot, params) {
862
+ try {
863
+ const result = await auditData(projectRoot, params);
864
+ return { success: true, data: result };
865
+ }
866
+ catch (err) {
867
+ return engineError('E_GENERAL', err.message);
868
+ }
869
+ }
870
+ /**
871
+ * Sync check (no external sync targets in native mode).
872
+ * @task T4631
873
+ */
874
+ export function systemSync(_projectRoot, params) {
875
+ return {
876
+ success: true,
877
+ data: {
878
+ direction: params?.direction ?? 'up',
879
+ synced: 0,
880
+ conflicts: 0,
881
+ message: 'Sync is a no-op in native mode (no external sync targets configured)',
882
+ },
883
+ };
884
+ }
885
+ // ===== Safestop =====
886
+ /**
887
+ * Safe stop: signal clean shutdown for agents.
888
+ * @task T4631
889
+ */
890
+ export function systemSafestop(projectRoot, params) {
891
+ try {
892
+ const result = safestop(projectRoot, params);
893
+ return { success: true, data: result };
894
+ }
895
+ catch (err) {
896
+ return engineError('E_GENERAL', err.message);
897
+ }
898
+ }
899
+ // ===== Uncancel =====
900
+ /**
901
+ * Uncancel a cancelled task (restore to pending).
902
+ * @task T4631
903
+ */
904
+ export async function systemUncancel(projectRoot, params) {
905
+ try {
906
+ const result = await uncancelTask(projectRoot, params);
907
+ return { success: true, data: result };
908
+ }
909
+ catch (err) {
910
+ const code = err.code ?? 'E_UNCANCEL_FAILED';
911
+ return engineError(code, err.message);
912
+ }
913
+ }
914
+ // ===== Doctor Report =====
915
+ /**
916
+ * Run comprehensive doctor diagnostics.
917
+ * @task T4795
918
+ */
919
+ export async function systemDoctor(projectRoot) {
920
+ const { coreDoctorReport } = await import('@cleocode/core/internal');
921
+ try {
922
+ const result = await coreDoctorReport(projectRoot);
923
+ return { success: true, data: result };
924
+ }
925
+ catch (err) {
926
+ return engineError('E_GENERAL', err.message);
927
+ }
928
+ }
929
+ // ===== Doctor Fix =====
930
+ /**
931
+ * Run auto-fix for failed doctor checks.
932
+ * @task T4795
933
+ */
934
+ export async function systemFix(projectRoot) {
935
+ const { runDoctorFixes } = await import('@cleocode/core/internal');
936
+ try {
937
+ const result = await runDoctorFixes(projectRoot);
938
+ return { success: true, data: result };
939
+ }
940
+ catch (err) {
941
+ return engineError('E_GENERAL', err.message);
942
+ }
943
+ }
944
+ /**
945
+ * Runtime/channel diagnostics for CLI/MCP installation mode checks.
946
+ * @task T4815
947
+ */
948
+ export async function systemRuntime(_projectRoot, params) {
949
+ try {
950
+ const data = await getRuntimeDiagnostics({ detailed: params?.detailed ?? false });
951
+ return { success: true, data };
952
+ }
953
+ catch (err) {
954
+ return engineError('E_RUNTIME_ERROR', err.message);
955
+ }
956
+ }
957
+ /**
958
+ * Repair task ID sequence using canonical core implementation.
959
+ * @task T4815
960
+ */
961
+ export async function systemSequenceRepair(projectRoot) {
962
+ try {
963
+ const repair = await repairSequence(projectRoot);
964
+ return {
965
+ success: true,
966
+ data: {
967
+ repaired: repair.repaired,
968
+ message: repair.message,
969
+ counter: repair.counter,
970
+ oldCounter: repair.oldCounter,
971
+ newCounter: repair.newCounter,
972
+ },
973
+ };
974
+ }
975
+ catch (err) {
976
+ return engineError('E_SEQUENCE_REPAIR_FAILED', err.message);
977
+ }
978
+ }
979
+ //# sourceMappingURL=system-engine.js.map