@cleocode/cleo 2026.4.161 → 2026.5.1

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 (857) hide show
  1. package/dist/backfill/audit-columns.d.ts +105 -0
  2. package/dist/backfill/audit-columns.d.ts.map +1 -0
  3. package/dist/backfill/audit-columns.js +258 -0
  4. package/dist/backfill/audit-columns.js.map +1 -0
  5. package/dist/cli/commands/adapter.d.ts +28 -0
  6. package/dist/cli/commands/adapter.d.ts.map +1 -0
  7. package/dist/cli/commands/adapter.js +119 -0
  8. package/dist/cli/commands/adapter.js.map +1 -0
  9. package/dist/cli/commands/add-batch.d.ts +33 -0
  10. package/dist/cli/commands/add-batch.d.ts.map +1 -0
  11. package/dist/cli/commands/add-batch.js +148 -0
  12. package/dist/cli/commands/add-batch.js.map +1 -0
  13. package/dist/cli/commands/add.d.ts +162 -0
  14. package/dist/cli/commands/add.d.ts.map +1 -0
  15. package/dist/cli/commands/add.js +279 -0
  16. package/dist/cli/commands/add.js.map +1 -0
  17. package/dist/cli/commands/admin.d.ts +24 -0
  18. package/dist/cli/commands/admin.d.ts.map +1 -0
  19. package/dist/cli/commands/admin.js +283 -0
  20. package/dist/cli/commands/admin.js.map +1 -0
  21. package/dist/cli/commands/adr.d.ts +33 -0
  22. package/dist/cli/commands/adr.d.ts.map +1 -0
  23. package/dist/cli/commands/adr.js +147 -0
  24. package/dist/cli/commands/adr.js.map +1 -0
  25. package/dist/cli/commands/agent-profile-status.d.ts +98 -0
  26. package/dist/cli/commands/agent-profile-status.d.ts.map +1 -0
  27. package/dist/cli/commands/agent-profile-status.js +71 -0
  28. package/dist/cli/commands/agent-profile-status.js.map +1 -0
  29. package/dist/cli/commands/agent.d.ts +47 -0
  30. package/dist/cli/commands/agent.d.ts.map +1 -0
  31. package/dist/cli/commands/agent.js +2976 -0
  32. package/dist/cli/commands/agent.js.map +1 -0
  33. package/dist/cli/commands/analyze.d.ts +21 -0
  34. package/dist/cli/commands/analyze.d.ts.map +1 -0
  35. package/dist/cli/commands/analyze.js +32 -0
  36. package/dist/cli/commands/analyze.js.map +1 -0
  37. package/dist/cli/commands/archive-stats.d.ts +66 -0
  38. package/dist/cli/commands/archive-stats.d.ts.map +1 -0
  39. package/dist/cli/commands/archive-stats.js +93 -0
  40. package/dist/cli/commands/archive-stats.js.map +1 -0
  41. package/dist/cli/commands/archive.d.ts +42 -0
  42. package/dist/cli/commands/archive.d.ts.map +1 -0
  43. package/dist/cli/commands/archive.js +59 -0
  44. package/dist/cli/commands/archive.js.map +1 -0
  45. package/dist/cli/commands/audit.d.ts +22 -0
  46. package/dist/cli/commands/audit.d.ts.map +1 -0
  47. package/dist/cli/commands/audit.js +137 -0
  48. package/dist/cli/commands/audit.js.map +1 -0
  49. package/dist/cli/commands/backfill.d.ts +56 -0
  50. package/dist/cli/commands/backfill.d.ts.map +1 -0
  51. package/dist/cli/commands/backfill.js +161 -0
  52. package/dist/cli/commands/backfill.js.map +1 -0
  53. package/dist/cli/commands/backup-inspect.d.ts +33 -0
  54. package/dist/cli/commands/backup-inspect.d.ts.map +1 -0
  55. package/dist/cli/commands/backup-inspect.js +430 -0
  56. package/dist/cli/commands/backup-inspect.js.map +1 -0
  57. package/dist/cli/commands/backup.d.ts +23 -0
  58. package/dist/cli/commands/backup.d.ts.map +1 -0
  59. package/dist/cli/commands/backup.js +564 -0
  60. package/dist/cli/commands/backup.js.map +1 -0
  61. package/dist/cli/commands/blockers.d.ts +20 -0
  62. package/dist/cli/commands/blockers.d.ts.map +1 -0
  63. package/dist/cli/commands/blockers.js +31 -0
  64. package/dist/cli/commands/blockers.js.map +1 -0
  65. package/dist/cli/commands/brain.d.ts +37 -0
  66. package/dist/cli/commands/brain.d.ts.map +1 -0
  67. package/dist/cli/commands/brain.js +445 -0
  68. package/dist/cli/commands/brain.js.map +1 -0
  69. package/dist/cli/commands/briefing.d.ts +52 -0
  70. package/dist/cli/commands/briefing.d.ts.map +1 -0
  71. package/dist/cli/commands/briefing.js +69 -0
  72. package/dist/cli/commands/briefing.js.map +1 -0
  73. package/dist/cli/commands/bug.d.ts +61 -0
  74. package/dist/cli/commands/bug.d.ts.map +1 -0
  75. package/dist/cli/commands/bug.js +198 -0
  76. package/dist/cli/commands/bug.js.map +1 -0
  77. package/dist/cli/commands/cancel.d.ts +26 -0
  78. package/dist/cli/commands/cancel.d.ts.map +1 -0
  79. package/dist/cli/commands/cancel.js +40 -0
  80. package/dist/cli/commands/cancel.js.map +1 -0
  81. package/dist/cli/commands/cant.d.ts +13 -0
  82. package/dist/cli/commands/cant.d.ts.map +1 -0
  83. package/dist/cli/commands/cant.js +245 -0
  84. package/dist/cli/commands/cant.js.map +1 -0
  85. package/dist/cli/commands/chain.d.ts +24 -0
  86. package/dist/cli/commands/chain.d.ts.map +1 -0
  87. package/dist/cli/commands/chain.js +116 -0
  88. package/dist/cli/commands/chain.js.map +1 -0
  89. package/dist/cli/commands/check.d.ts +18 -0
  90. package/dist/cli/commands/check.d.ts.map +1 -0
  91. package/dist/cli/commands/check.js +280 -0
  92. package/dist/cli/commands/check.js.map +1 -0
  93. package/dist/cli/commands/checkpoint.d.ts +27 -0
  94. package/dist/cli/commands/checkpoint.d.ts.map +1 -0
  95. package/dist/cli/commands/checkpoint.js +105 -0
  96. package/dist/cli/commands/checkpoint.js.map +1 -0
  97. package/dist/cli/commands/claim.d.ts +35 -0
  98. package/dist/cli/commands/claim.d.ts.map +1 -0
  99. package/dist/cli/commands/claim.js +35 -0
  100. package/dist/cli/commands/claim.js.map +1 -0
  101. package/dist/cli/commands/code.d.ts +22 -0
  102. package/dist/cli/commands/code.d.ts.map +1 -0
  103. package/dist/cli/commands/code.js +161 -0
  104. package/dist/cli/commands/code.js.map +1 -0
  105. package/dist/cli/commands/complete.d.ts +58 -0
  106. package/dist/cli/commands/complete.d.ts.map +1 -0
  107. package/dist/cli/commands/complete.js +83 -0
  108. package/dist/cli/commands/complete.js.map +1 -0
  109. package/dist/cli/commands/complexity.d.ts +13 -0
  110. package/dist/cli/commands/complexity.d.ts.map +1 -0
  111. package/dist/cli/commands/complexity.js +32 -0
  112. package/dist/cli/commands/complexity.js.map +1 -0
  113. package/dist/cli/commands/compliance.d.ts +27 -0
  114. package/dist/cli/commands/compliance.d.ts.map +1 -0
  115. package/dist/cli/commands/compliance.js +233 -0
  116. package/dist/cli/commands/compliance.js.map +1 -0
  117. package/dist/cli/commands/conduit.d.ts +28 -0
  118. package/dist/cli/commands/conduit.d.ts.map +1 -0
  119. package/dist/cli/commands/conduit.js +279 -0
  120. package/dist/cli/commands/conduit.js.map +1 -0
  121. package/dist/cli/commands/config.d.ts +25 -0
  122. package/dist/cli/commands/config.d.ts.map +1 -0
  123. package/dist/cli/commands/config.js +132 -0
  124. package/dist/cli/commands/config.js.map +1 -0
  125. package/dist/cli/commands/consensus.d.ts +21 -0
  126. package/dist/cli/commands/consensus.d.ts.map +1 -0
  127. package/dist/cli/commands/consensus.js +100 -0
  128. package/dist/cli/commands/consensus.js.map +1 -0
  129. package/dist/cli/commands/context.d.ts +19 -0
  130. package/dist/cli/commands/context.d.ts.map +1 -0
  131. package/dist/cli/commands/context.js +111 -0
  132. package/dist/cli/commands/context.js.map +1 -0
  133. package/dist/cli/commands/contribution.d.ts +21 -0
  134. package/dist/cli/commands/contribution.d.ts.map +1 -0
  135. package/dist/cli/commands/contribution.js +90 -0
  136. package/dist/cli/commands/contribution.js.map +1 -0
  137. package/dist/cli/commands/current.d.ts +18 -0
  138. package/dist/cli/commands/current.d.ts.map +1 -0
  139. package/dist/cli/commands/current.js +28 -0
  140. package/dist/cli/commands/current.js.map +1 -0
  141. package/dist/cli/commands/daemon.d.ts +36 -0
  142. package/dist/cli/commands/daemon.d.ts.map +1 -0
  143. package/dist/cli/commands/daemon.js +223 -0
  144. package/dist/cli/commands/daemon.js.map +1 -0
  145. package/dist/cli/commands/dash.d.ts +23 -0
  146. package/dist/cli/commands/dash.d.ts.map +1 -0
  147. package/dist/cli/commands/dash.js +38 -0
  148. package/dist/cli/commands/dash.js.map +1 -0
  149. package/dist/cli/commands/decomposition.d.ts +13 -0
  150. package/dist/cli/commands/decomposition.d.ts.map +1 -0
  151. package/dist/cli/commands/decomposition.js +92 -0
  152. package/dist/cli/commands/decomposition.js.map +1 -0
  153. package/dist/cli/commands/delete.d.ts +29 -0
  154. package/dist/cli/commands/delete.d.ts.map +1 -0
  155. package/dist/cli/commands/delete.js +55 -0
  156. package/dist/cli/commands/delete.js.map +1 -0
  157. package/dist/cli/commands/deps.d.ts +45 -0
  158. package/dist/cli/commands/deps.d.ts.map +1 -0
  159. package/dist/cli/commands/deps.js +170 -0
  160. package/dist/cli/commands/deps.js.map +1 -0
  161. package/dist/cli/commands/detect-drift.d.ts +23 -0
  162. package/dist/cli/commands/detect-drift.d.ts.map +1 -0
  163. package/dist/cli/commands/detect-drift.js +440 -0
  164. package/dist/cli/commands/detect-drift.js.map +1 -0
  165. package/dist/cli/commands/detect.d.ts +3 -0
  166. package/dist/cli/commands/detect.d.ts.map +1 -0
  167. package/dist/cli/commands/detect.js +14 -0
  168. package/dist/cli/commands/detect.js.map +1 -0
  169. package/dist/cli/commands/diagnostics.d.ts +19 -0
  170. package/dist/cli/commands/diagnostics.d.ts.map +1 -0
  171. package/dist/cli/commands/diagnostics.js +109 -0
  172. package/dist/cli/commands/diagnostics.js.map +1 -0
  173. package/dist/cli/commands/docs.d.ts +25 -0
  174. package/dist/cli/commands/docs.d.ts.map +1 -0
  175. package/dist/cli/commands/docs.js +798 -0
  176. package/dist/cli/commands/docs.js.map +1 -0
  177. package/dist/cli/commands/doctor-projects.d.ts +101 -0
  178. package/dist/cli/commands/doctor-projects.d.ts.map +1 -0
  179. package/dist/cli/commands/doctor-projects.js +188 -0
  180. package/dist/cli/commands/doctor-projects.js.map +1 -0
  181. package/dist/cli/commands/doctor.d.ts +66 -0
  182. package/dist/cli/commands/doctor.d.ts.map +1 -0
  183. package/dist/cli/commands/doctor.js +178 -0
  184. package/dist/cli/commands/doctor.js.map +1 -0
  185. package/dist/cli/commands/dynamic.d.ts +15 -0
  186. package/dist/cli/commands/dynamic.d.ts.map +1 -0
  187. package/dist/cli/commands/dynamic.js +21 -0
  188. package/dist/cli/commands/dynamic.js.map +1 -0
  189. package/dist/cli/commands/exists.d.ts +13 -0
  190. package/dist/cli/commands/exists.d.ts.map +1 -0
  191. package/dist/cli/commands/exists.js +40 -0
  192. package/dist/cli/commands/exists.js.map +1 -0
  193. package/dist/cli/commands/export-tasks.d.ts +46 -0
  194. package/dist/cli/commands/export-tasks.d.ts.map +1 -0
  195. package/dist/cli/commands/export-tasks.js +81 -0
  196. package/dist/cli/commands/export-tasks.js.map +1 -0
  197. package/dist/cli/commands/export.d.ts +35 -0
  198. package/dist/cli/commands/export.d.ts.map +1 -0
  199. package/dist/cli/commands/export.js +68 -0
  200. package/dist/cli/commands/export.js.map +1 -0
  201. package/dist/cli/commands/find.d.ts +54 -0
  202. package/dist/cli/commands/find.d.ts.map +1 -0
  203. package/dist/cli/commands/find.js +92 -0
  204. package/dist/cli/commands/find.js.map +1 -0
  205. package/dist/cli/commands/gc.d.ts +25 -0
  206. package/dist/cli/commands/gc.d.ts.map +1 -0
  207. package/dist/cli/commands/gc.js +165 -0
  208. package/dist/cli/commands/gc.js.map +1 -0
  209. package/dist/cli/commands/generate-changelog.d.ts +30 -0
  210. package/dist/cli/commands/generate-changelog.d.ts.map +1 -0
  211. package/dist/cli/commands/generate-changelog.js +270 -0
  212. package/dist/cli/commands/generate-changelog.js.map +1 -0
  213. package/dist/cli/commands/grade.d.ts +13 -0
  214. package/dist/cli/commands/grade.d.ts.map +1 -0
  215. package/dist/cli/commands/grade.js +27 -0
  216. package/dist/cli/commands/grade.js.map +1 -0
  217. package/dist/cli/commands/history.d.ts +13 -0
  218. package/dist/cli/commands/history.d.ts.map +1 -0
  219. package/dist/cli/commands/history.js +65 -0
  220. package/dist/cli/commands/history.js.map +1 -0
  221. package/dist/cli/commands/import-tasks.d.ts +60 -0
  222. package/dist/cli/commands/import-tasks.d.ts.map +1 -0
  223. package/dist/cli/commands/import-tasks.js +83 -0
  224. package/dist/cli/commands/import-tasks.js.map +1 -0
  225. package/dist/cli/commands/import.d.ts +42 -0
  226. package/dist/cli/commands/import.d.ts.map +1 -0
  227. package/dist/cli/commands/import.js +64 -0
  228. package/dist/cli/commands/import.js.map +1 -0
  229. package/dist/cli/commands/init.d.ts +65 -0
  230. package/dist/cli/commands/init.d.ts.map +1 -0
  231. package/dist/cli/commands/init.js +122 -0
  232. package/dist/cli/commands/init.js.map +1 -0
  233. package/dist/cli/commands/inject.d.ts +41 -0
  234. package/dist/cli/commands/inject.d.ts.map +1 -0
  235. package/dist/cli/commands/inject.js +56 -0
  236. package/dist/cli/commands/inject.js.map +1 -0
  237. package/dist/cli/commands/install-global.d.ts +48 -0
  238. package/dist/cli/commands/install-global.d.ts.map +1 -0
  239. package/dist/cli/commands/install-global.js +104 -0
  240. package/dist/cli/commands/install-global.js.map +1 -0
  241. package/dist/cli/commands/intelligence.d.ts +21 -0
  242. package/dist/cli/commands/intelligence.d.ts.map +1 -0
  243. package/dist/cli/commands/intelligence.js +145 -0
  244. package/dist/cli/commands/intelligence.js.map +1 -0
  245. package/dist/cli/commands/issue.d.ts +23 -0
  246. package/dist/cli/commands/issue.d.ts.map +1 -0
  247. package/dist/cli/commands/issue.js +152 -0
  248. package/dist/cli/commands/issue.js.map +1 -0
  249. package/dist/cli/commands/labels.d.ts +21 -0
  250. package/dist/cli/commands/labels.d.ts.map +1 -0
  251. package/dist/cli/commands/labels.js +65 -0
  252. package/dist/cli/commands/labels.js.map +1 -0
  253. package/dist/cli/commands/lifecycle.d.ts +25 -0
  254. package/dist/cli/commands/lifecycle.d.ts.map +1 -0
  255. package/dist/cli/commands/lifecycle.js +221 -0
  256. package/dist/cli/commands/lifecycle.js.map +1 -0
  257. package/dist/cli/commands/list.d.ts +28 -0
  258. package/dist/cli/commands/list.d.ts.map +1 -0
  259. package/dist/cli/commands/list.js +81 -0
  260. package/dist/cli/commands/list.js.map +1 -0
  261. package/dist/cli/commands/log.d.ts +36 -0
  262. package/dist/cli/commands/log.d.ts.map +1 -0
  263. package/dist/cli/commands/log.js +50 -0
  264. package/dist/cli/commands/log.js.map +1 -0
  265. package/dist/cli/commands/manifest.d.ts +15 -0
  266. package/dist/cli/commands/manifest.d.ts.map +1 -0
  267. package/dist/cli/commands/manifest.js +334 -0
  268. package/dist/cli/commands/manifest.js.map +1 -0
  269. package/dist/cli/commands/map.d.ts +25 -0
  270. package/dist/cli/commands/map.d.ts.map +1 -0
  271. package/dist/cli/commands/map.js +37 -0
  272. package/dist/cli/commands/map.js.map +1 -0
  273. package/dist/cli/commands/memory.d.ts +48 -0
  274. package/dist/cli/commands/memory.d.ts.map +1 -0
  275. package/dist/cli/commands/memory.js +2439 -0
  276. package/dist/cli/commands/memory.js.map +1 -0
  277. package/dist/cli/commands/migrate-claude-mem.d.ts +23 -0
  278. package/dist/cli/commands/migrate-claude-mem.d.ts.map +1 -0
  279. package/dist/cli/commands/migrate-claude-mem.js +181 -0
  280. package/dist/cli/commands/migrate-claude-mem.js.map +1 -0
  281. package/dist/cli/commands/next.d.ts +27 -0
  282. package/dist/cli/commands/next.d.ts.map +1 -0
  283. package/dist/cli/commands/next.js +40 -0
  284. package/dist/cli/commands/next.js.map +1 -0
  285. package/dist/cli/commands/nexus.d.ts +15 -0
  286. package/dist/cli/commands/nexus.d.ts.map +1 -0
  287. package/dist/cli/commands/nexus.js +3377 -0
  288. package/dist/cli/commands/nexus.js.map +1 -0
  289. package/dist/cli/commands/ops.d.ts +23 -0
  290. package/dist/cli/commands/ops.d.ts.map +1 -0
  291. package/dist/cli/commands/ops.js +35 -0
  292. package/dist/cli/commands/ops.js.map +1 -0
  293. package/dist/cli/commands/orchestrate.d.ts +48 -0
  294. package/dist/cli/commands/orchestrate.d.ts.map +1 -0
  295. package/dist/cli/commands/orchestrate.js +774 -0
  296. package/dist/cli/commands/orchestrate.js.map +1 -0
  297. package/dist/cli/commands/otel.d.ts +30 -0
  298. package/dist/cli/commands/otel.d.ts.map +1 -0
  299. package/dist/cli/commands/otel.js +193 -0
  300. package/dist/cli/commands/otel.js.map +1 -0
  301. package/dist/cli/commands/phase.d.ts +29 -0
  302. package/dist/cli/commands/phase.d.ts.map +1 -0
  303. package/dist/cli/commands/phase.js +189 -0
  304. package/dist/cli/commands/phase.js.map +1 -0
  305. package/dist/cli/commands/pivot.d.ts +34 -0
  306. package/dist/cli/commands/pivot.d.ts.map +1 -0
  307. package/dist/cli/commands/pivot.js +50 -0
  308. package/dist/cli/commands/pivot.js.map +1 -0
  309. package/dist/cli/commands/plan.d.ts +17 -0
  310. package/dist/cli/commands/plan.d.ts.map +1 -0
  311. package/dist/cli/commands/plan.js +27 -0
  312. package/dist/cli/commands/plan.js.map +1 -0
  313. package/dist/cli/commands/playbook.d.ts +26 -0
  314. package/dist/cli/commands/playbook.d.ts.map +1 -0
  315. package/dist/cli/commands/playbook.js +220 -0
  316. package/dist/cli/commands/playbook.js.map +1 -0
  317. package/dist/cli/commands/promote.d.ts +19 -0
  318. package/dist/cli/commands/promote.d.ts.map +1 -0
  319. package/dist/cli/commands/promote.js +27 -0
  320. package/dist/cli/commands/promote.js.map +1 -0
  321. package/dist/cli/commands/provider.d.ts +23 -0
  322. package/dist/cli/commands/provider.d.ts.map +1 -0
  323. package/dist/cli/commands/provider.js +168 -0
  324. package/dist/cli/commands/provider.js.map +1 -0
  325. package/dist/cli/commands/reason.d.ts +18 -0
  326. package/dist/cli/commands/reason.d.ts.map +1 -0
  327. package/dist/cli/commands/reason.js +102 -0
  328. package/dist/cli/commands/reason.js.map +1 -0
  329. package/dist/cli/commands/reconcile.d.ts +35 -0
  330. package/dist/cli/commands/reconcile.d.ts.map +1 -0
  331. package/dist/cli/commands/reconcile.js +102 -0
  332. package/dist/cli/commands/reconcile.js.map +1 -0
  333. package/dist/cli/commands/refresh-memory.d.ts +16 -0
  334. package/dist/cli/commands/refresh-memory.d.ts.map +1 -0
  335. package/dist/cli/commands/refresh-memory.js +34 -0
  336. package/dist/cli/commands/refresh-memory.js.map +1 -0
  337. package/dist/cli/commands/relates.d.ts +19 -0
  338. package/dist/cli/commands/relates.d.ts.map +1 -0
  339. package/dist/cli/commands/relates.js +129 -0
  340. package/dist/cli/commands/relates.js.map +1 -0
  341. package/dist/cli/commands/release.d.ts +27 -0
  342. package/dist/cli/commands/release.d.ts.map +1 -0
  343. package/dist/cli/commands/release.js +300 -0
  344. package/dist/cli/commands/release.js.map +1 -0
  345. package/dist/cli/commands/remote.d.ts +49 -0
  346. package/dist/cli/commands/remote.d.ts.map +1 -0
  347. package/dist/cli/commands/remote.js +265 -0
  348. package/dist/cli/commands/remote.js.map +1 -0
  349. package/dist/cli/commands/reorder.d.ts +31 -0
  350. package/dist/cli/commands/reorder.d.ts.map +1 -0
  351. package/dist/cli/commands/reorder.js +57 -0
  352. package/dist/cli/commands/reorder.js.map +1 -0
  353. package/dist/cli/commands/reparent.d.ts +27 -0
  354. package/dist/cli/commands/reparent.d.ts.map +1 -0
  355. package/dist/cli/commands/reparent.js +36 -0
  356. package/dist/cli/commands/reparent.js.map +1 -0
  357. package/dist/cli/commands/req.d.ts +37 -0
  358. package/dist/cli/commands/req.d.ts.map +1 -0
  359. package/dist/cli/commands/req.js +121 -0
  360. package/dist/cli/commands/req.js.map +1 -0
  361. package/dist/cli/commands/research.d.ts +25 -0
  362. package/dist/cli/commands/research.d.ts.map +1 -0
  363. package/dist/cli/commands/research.js +327 -0
  364. package/dist/cli/commands/research.js.map +1 -0
  365. package/dist/cli/commands/restore.d.ts +64 -0
  366. package/dist/cli/commands/restore.d.ts.map +1 -0
  367. package/dist/cli/commands/restore.js +539 -0
  368. package/dist/cli/commands/restore.js.map +1 -0
  369. package/dist/cli/commands/revert.d.ts +79 -0
  370. package/dist/cli/commands/revert.d.ts.map +1 -0
  371. package/dist/cli/commands/revert.js +300 -0
  372. package/dist/cli/commands/revert.js.map +1 -0
  373. package/dist/cli/commands/roadmap.d.ts +29 -0
  374. package/dist/cli/commands/roadmap.d.ts.map +1 -0
  375. package/dist/cli/commands/roadmap.js +43 -0
  376. package/dist/cli/commands/roadmap.js.map +1 -0
  377. package/dist/cli/commands/safestop.d.ts +41 -0
  378. package/dist/cli/commands/safestop.d.ts.map +1 -0
  379. package/dist/cli/commands/safestop.js +62 -0
  380. package/dist/cli/commands/safestop.js.map +1 -0
  381. package/dist/cli/commands/schema.d.ts +44 -0
  382. package/dist/cli/commands/schema.d.ts.map +1 -0
  383. package/dist/cli/commands/schema.js +177 -0
  384. package/dist/cli/commands/schema.js.map +1 -0
  385. package/dist/cli/commands/self-update.d.ts +81 -0
  386. package/dist/cli/commands/self-update.d.ts.map +1 -0
  387. package/dist/cli/commands/self-update.js +483 -0
  388. package/dist/cli/commands/self-update.js.map +1 -0
  389. package/dist/cli/commands/sentient.d.ts +44 -0
  390. package/dist/cli/commands/sentient.d.ts.map +1 -0
  391. package/dist/cli/commands/sentient.js +687 -0
  392. package/dist/cli/commands/sentient.js.map +1 -0
  393. package/dist/cli/commands/sequence.d.ts +15 -0
  394. package/dist/cli/commands/sequence.d.ts.map +1 -0
  395. package/dist/cli/commands/sequence.js +68 -0
  396. package/dist/cli/commands/sequence.js.map +1 -0
  397. package/dist/cli/commands/session.d.ts +32 -0
  398. package/dist/cli/commands/session.d.ts.map +1 -0
  399. package/dist/cli/commands/session.js +583 -0
  400. package/dist/cli/commands/session.js.map +1 -0
  401. package/dist/cli/commands/show.d.ts +21 -0
  402. package/dist/cli/commands/show.d.ts.map +1 -0
  403. package/dist/cli/commands/show.js +37 -0
  404. package/dist/cli/commands/show.js.map +1 -0
  405. package/dist/cli/commands/skills.d.ts +31 -0
  406. package/dist/cli/commands/skills.d.ts.map +1 -0
  407. package/dist/cli/commands/skills.js +303 -0
  408. package/dist/cli/commands/skills.js.map +1 -0
  409. package/dist/cli/commands/snapshot.d.ts +17 -0
  410. package/dist/cli/commands/snapshot.d.ts.map +1 -0
  411. package/dist/cli/commands/snapshot.js +95 -0
  412. package/dist/cli/commands/snapshot.js.map +1 -0
  413. package/dist/cli/commands/start.d.ts +21 -0
  414. package/dist/cli/commands/start.d.ts.map +1 -0
  415. package/dist/cli/commands/start.js +32 -0
  416. package/dist/cli/commands/start.js.map +1 -0
  417. package/dist/cli/commands/stats.d.ts +30 -0
  418. package/dist/cli/commands/stats.d.ts.map +1 -0
  419. package/dist/cli/commands/stats.js +71 -0
  420. package/dist/cli/commands/stats.js.map +1 -0
  421. package/dist/cli/commands/sticky.d.ts +23 -0
  422. package/dist/cli/commands/sticky.d.ts.map +1 -0
  423. package/dist/cli/commands/sticky.js +315 -0
  424. package/dist/cli/commands/sticky.js.map +1 -0
  425. package/dist/cli/commands/stop.d.ts +15 -0
  426. package/dist/cli/commands/stop.d.ts.map +1 -0
  427. package/dist/cli/commands/stop.js +25 -0
  428. package/dist/cli/commands/stop.js.map +1 -0
  429. package/dist/cli/commands/sync.d.ts +25 -0
  430. package/dist/cli/commands/sync.d.ts.map +1 -0
  431. package/dist/cli/commands/sync.js +125 -0
  432. package/dist/cli/commands/sync.js.map +1 -0
  433. package/dist/cli/commands/testing.d.ts +22 -0
  434. package/dist/cli/commands/testing.d.ts.map +1 -0
  435. package/dist/cli/commands/testing.js +111 -0
  436. package/dist/cli/commands/testing.js.map +1 -0
  437. package/dist/cli/commands/token.d.ts +22 -0
  438. package/dist/cli/commands/token.d.ts.map +1 -0
  439. package/dist/cli/commands/token.js +197 -0
  440. package/dist/cli/commands/token.js.map +1 -0
  441. package/dist/cli/commands/transcript.d.ts +32 -0
  442. package/dist/cli/commands/transcript.d.ts.map +1 -0
  443. package/dist/cli/commands/transcript.js +526 -0
  444. package/dist/cli/commands/transcript.js.map +1 -0
  445. package/dist/cli/commands/update.d.ts +164 -0
  446. package/dist/cli/commands/update.d.ts.map +1 -0
  447. package/dist/cli/commands/update.js +234 -0
  448. package/dist/cli/commands/update.js.map +1 -0
  449. package/dist/cli/commands/upgrade.d.ts +76 -0
  450. package/dist/cli/commands/upgrade.d.ts.map +1 -0
  451. package/dist/cli/commands/upgrade.js +154 -0
  452. package/dist/cli/commands/upgrade.js.map +1 -0
  453. package/dist/cli/commands/verify.d.ts +83 -0
  454. package/dist/cli/commands/verify.d.ts.map +1 -0
  455. package/dist/cli/commands/verify.js +108 -0
  456. package/dist/cli/commands/verify.js.map +1 -0
  457. package/dist/cli/commands/web.d.ts +27 -0
  458. package/dist/cli/commands/web.d.ts.map +1 -0
  459. package/dist/cli/commands/web.js +414 -0
  460. package/dist/cli/commands/web.js.map +1 -0
  461. package/dist/cli/field-context.d.ts +32 -0
  462. package/dist/cli/field-context.d.ts.map +1 -0
  463. package/dist/cli/field-context.js +47 -0
  464. package/dist/cli/field-context.js.map +1 -0
  465. package/dist/cli/format-context.d.ts +32 -0
  466. package/dist/cli/format-context.d.ts.map +1 -0
  467. package/dist/cli/format-context.js +50 -0
  468. package/dist/cli/format-context.js.map +1 -0
  469. package/dist/cli/help-renderer.d.ts +40 -0
  470. package/dist/cli/help-renderer.d.ts.map +1 -0
  471. package/dist/cli/help-renderer.js +325 -0
  472. package/dist/cli/help-renderer.js.map +1 -0
  473. package/dist/cli/index.d.ts +14 -0
  474. package/dist/cli/index.d.ts.map +1 -0
  475. package/dist/cli/index.js +1712 -9777
  476. package/dist/cli/index.js.map +4 -4
  477. package/dist/cli/infer-files-via-gitnexus.d.ts +12 -0
  478. package/dist/cli/infer-files-via-gitnexus.d.ts.map +1 -0
  479. package/dist/cli/infer-files-via-gitnexus.js +12 -0
  480. package/dist/cli/infer-files-via-gitnexus.js.map +1 -0
  481. package/dist/cli/lib/did-you-mean.d.ts +30 -0
  482. package/dist/cli/lib/did-you-mean.d.ts.map +1 -0
  483. package/dist/cli/lib/did-you-mean.js +63 -0
  484. package/dist/cli/lib/did-you-mean.js.map +1 -0
  485. package/dist/cli/lib/registry-args.d.ts +36 -0
  486. package/dist/cli/lib/registry-args.d.ts.map +1 -0
  487. package/dist/cli/lib/registry-args.js +37 -0
  488. package/dist/cli/lib/registry-args.js.map +1 -0
  489. package/dist/cli/lib/subcommand-guard.d.ts +45 -0
  490. package/dist/cli/lib/subcommand-guard.d.ts.map +1 -0
  491. package/dist/cli/lib/subcommand-guard.js +55 -0
  492. package/dist/cli/lib/subcommand-guard.js.map +1 -0
  493. package/dist/cli/logger-bootstrap.d.ts +6 -0
  494. package/dist/cli/logger-bootstrap.d.ts.map +1 -0
  495. package/dist/cli/logger-bootstrap.js +10 -0
  496. package/dist/cli/logger-bootstrap.js.map +1 -0
  497. package/dist/cli/middleware/output-format.d.ts +30 -0
  498. package/dist/cli/middleware/output-format.d.ts.map +1 -0
  499. package/dist/cli/middleware/output-format.js +35 -0
  500. package/dist/cli/middleware/output-format.js.map +1 -0
  501. package/dist/cli/paths.d.ts +85 -0
  502. package/dist/cli/paths.d.ts.map +1 -0
  503. package/dist/cli/paths.js +108 -0
  504. package/dist/cli/paths.js.map +1 -0
  505. package/dist/cli/progress.d.ts +89 -0
  506. package/dist/cli/progress.d.ts.map +1 -0
  507. package/dist/cli/progress.js +185 -0
  508. package/dist/cli/progress.js.map +1 -0
  509. package/dist/cli/renderers/colors.d.ts +32 -0
  510. package/dist/cli/renderers/colors.d.ts.map +1 -0
  511. package/dist/cli/renderers/colors.js +141 -0
  512. package/dist/cli/renderers/colors.js.map +1 -0
  513. package/dist/cli/renderers/error.d.ts +13 -0
  514. package/dist/cli/renderers/error.d.ts.map +1 -0
  515. package/dist/cli/renderers/error.js +42 -0
  516. package/dist/cli/renderers/error.js.map +1 -0
  517. package/dist/cli/renderers/index.d.ts +90 -0
  518. package/dist/cli/renderers/index.d.ts.map +1 -0
  519. package/dist/cli/renderers/index.js +268 -0
  520. package/dist/cli/renderers/index.js.map +1 -0
  521. package/dist/cli/renderers/lafs-validator.d.ts +91 -0
  522. package/dist/cli/renderers/lafs-validator.d.ts.map +1 -0
  523. package/dist/cli/renderers/lafs-validator.js +176 -0
  524. package/dist/cli/renderers/lafs-validator.js.map +1 -0
  525. package/dist/cli/renderers/normalizer.d.ts +21 -0
  526. package/dist/cli/renderers/normalizer.d.ts.map +1 -0
  527. package/dist/cli/renderers/normalizer.js +106 -0
  528. package/dist/cli/renderers/normalizer.js.map +1 -0
  529. package/dist/cli/renderers/system.d.ts +110 -0
  530. package/dist/cli/renderers/system.d.ts.map +1 -0
  531. package/dist/cli/renderers/system.js +662 -0
  532. package/dist/cli/renderers/system.js.map +1 -0
  533. package/dist/cli/renderers/tasks.d.ts +28 -0
  534. package/dist/cli/renderers/tasks.d.ts.map +1 -0
  535. package/dist/cli/renderers/tasks.js +306 -0
  536. package/dist/cli/renderers/tasks.js.map +1 -0
  537. package/dist/cli/tree-context.d.ts +53 -0
  538. package/dist/cli/tree-context.d.ts.map +1 -0
  539. package/dist/cli/tree-context.js +43 -0
  540. package/dist/cli/tree-context.js.map +1 -0
  541. package/dist/dispatch/adapters/cli.d.ts +67 -0
  542. package/dist/dispatch/adapters/cli.d.ts.map +1 -0
  543. package/dist/dispatch/adapters/cli.js +331 -0
  544. package/dist/dispatch/adapters/cli.js.map +1 -0
  545. package/dist/dispatch/adapters/typed.d.ts +362 -0
  546. package/dist/dispatch/adapters/typed.d.ts.map +1 -0
  547. package/dist/dispatch/adapters/typed.js +278 -0
  548. package/dist/dispatch/adapters/typed.js.map +1 -0
  549. package/dist/dispatch/context/session-context.d.ts +108 -0
  550. package/dist/dispatch/context/session-context.d.ts.map +1 -0
  551. package/dist/dispatch/context/session-context.js +111 -0
  552. package/dist/dispatch/context/session-context.js.map +1 -0
  553. package/dist/dispatch/dispatcher.d.ts +37 -0
  554. package/dist/dispatch/dispatcher.d.ts.map +1 -0
  555. package/dist/dispatch/dispatcher.js +172 -0
  556. package/dist/dispatch/dispatcher.js.map +1 -0
  557. package/dist/dispatch/domains/_base.d.ts +104 -0
  558. package/dist/dispatch/domains/_base.d.ts.map +1 -0
  559. package/dist/dispatch/domains/_base.js +147 -0
  560. package/dist/dispatch/domains/_base.js.map +1 -0
  561. package/dist/dispatch/domains/_meta.d.ts +23 -0
  562. package/dist/dispatch/domains/_meta.d.ts.map +1 -0
  563. package/dist/dispatch/domains/_meta.js +25 -0
  564. package/dist/dispatch/domains/_meta.js.map +1 -0
  565. package/dist/dispatch/domains/_routing.d.ts +8 -0
  566. package/dist/dispatch/domains/_routing.d.ts.map +1 -0
  567. package/dist/dispatch/domains/_routing.js +20 -0
  568. package/dist/dispatch/domains/_routing.js.map +1 -0
  569. package/dist/dispatch/domains/admin/smoke-provider.d.ts +54 -0
  570. package/dist/dispatch/domains/admin/smoke-provider.d.ts.map +1 -0
  571. package/dist/dispatch/domains/admin/smoke-provider.js +309 -0
  572. package/dist/dispatch/domains/admin/smoke-provider.js.map +1 -0
  573. package/dist/dispatch/domains/admin.d.ts +51 -0
  574. package/dist/dispatch/domains/admin.d.ts.map +1 -0
  575. package/dist/dispatch/domains/admin.js +1163 -0
  576. package/dist/dispatch/domains/admin.js.map +1 -0
  577. package/dist/dispatch/domains/check/canon.d.ts +65 -0
  578. package/dist/dispatch/domains/check/canon.d.ts.map +1 -0
  579. package/dist/dispatch/domains/check/canon.js +193 -0
  580. package/dist/dispatch/domains/check/canon.js.map +1 -0
  581. package/dist/dispatch/domains/check.d.ts +37 -0
  582. package/dist/dispatch/domains/check.d.ts.map +1 -0
  583. package/dist/dispatch/domains/check.js +562 -0
  584. package/dist/dispatch/domains/check.js.map +1 -0
  585. package/dist/dispatch/domains/conduit.d.ts +61 -0
  586. package/dist/dispatch/domains/conduit.d.ts.map +1 -0
  587. package/dist/dispatch/domains/conduit.js +609 -0
  588. package/dist/dispatch/domains/conduit.js.map +1 -0
  589. package/dist/dispatch/domains/diagnostics.d.ts +25 -0
  590. package/dist/dispatch/domains/diagnostics.d.ts.map +1 -0
  591. package/dist/dispatch/domains/diagnostics.js +82 -0
  592. package/dist/dispatch/domains/diagnostics.js.map +1 -0
  593. package/dist/dispatch/domains/docs.d.ts +63 -0
  594. package/dist/dispatch/domains/docs.d.ts.map +1 -0
  595. package/dist/dispatch/domains/docs.js +539 -0
  596. package/dist/dispatch/domains/docs.js.map +1 -0
  597. package/dist/dispatch/domains/index.d.ts +33 -0
  598. package/dist/dispatch/domains/index.d.ts.map +1 -0
  599. package/dist/dispatch/domains/index.js +58 -0
  600. package/dist/dispatch/domains/index.js.map +1 -0
  601. package/dist/dispatch/domains/intelligence.d.ts +26 -0
  602. package/dist/dispatch/domains/intelligence.d.ts.map +1 -0
  603. package/dist/dispatch/domains/intelligence.js +154 -0
  604. package/dist/dispatch/domains/intelligence.js.map +1 -0
  605. package/dist/dispatch/domains/ivtr.d.ts +182 -0
  606. package/dist/dispatch/domains/ivtr.d.ts.map +1 -0
  607. package/dist/dispatch/domains/ivtr.js +430 -0
  608. package/dist/dispatch/domains/ivtr.js.map +1 -0
  609. package/dist/dispatch/domains/memory.d.ts +22 -0
  610. package/dist/dispatch/domains/memory.d.ts.map +1 -0
  611. package/dist/dispatch/domains/memory.js +1281 -0
  612. package/dist/dispatch/domains/memory.js.map +1 -0
  613. package/dist/dispatch/domains/nexus.d.ts +78 -0
  614. package/dist/dispatch/domains/nexus.d.ts.map +1 -0
  615. package/dist/dispatch/domains/nexus.js +938 -0
  616. package/dist/dispatch/domains/nexus.js.map +1 -0
  617. package/dist/dispatch/domains/orchestrate.d.ts +307 -0
  618. package/dist/dispatch/domains/orchestrate.d.ts.map +1 -0
  619. package/dist/dispatch/domains/orchestrate.js +986 -0
  620. package/dist/dispatch/domains/orchestrate.js.map +1 -0
  621. package/dist/dispatch/domains/pipeline.d.ts +276 -0
  622. package/dist/dispatch/domains/pipeline.d.ts.map +1 -0
  623. package/dist/dispatch/domains/pipeline.js +689 -0
  624. package/dist/dispatch/domains/pipeline.js.map +1 -0
  625. package/dist/dispatch/domains/playbook.d.ts +131 -0
  626. package/dist/dispatch/domains/playbook.d.ts.map +1 -0
  627. package/dist/dispatch/domains/playbook.js +633 -0
  628. package/dist/dispatch/domains/playbook.js.map +1 -0
  629. package/dist/dispatch/domains/release.d.ts +97 -0
  630. package/dist/dispatch/domains/release.d.ts.map +1 -0
  631. package/dist/dispatch/domains/release.js +177 -0
  632. package/dist/dispatch/domains/release.js.map +1 -0
  633. package/dist/dispatch/domains/sentient.d.ts +60 -0
  634. package/dist/dispatch/domains/sentient.d.ts.map +1 -0
  635. package/dist/dispatch/domains/sentient.js +270 -0
  636. package/dist/dispatch/domains/sentient.js.map +1 -0
  637. package/dist/dispatch/domains/session.d.ts +49 -0
  638. package/dist/dispatch/domains/session.d.ts.map +1 -0
  639. package/dist/dispatch/domains/session.js +459 -0
  640. package/dist/dispatch/domains/session.js.map +1 -0
  641. package/dist/dispatch/domains/sticky.d.ts +82 -0
  642. package/dist/dispatch/domains/sticky.d.ts.map +1 -0
  643. package/dist/dispatch/domains/sticky.js +287 -0
  644. package/dist/dispatch/domains/sticky.js.map +1 -0
  645. package/dist/dispatch/domains/tasks.d.ts +58 -0
  646. package/dist/dispatch/domains/tasks.d.ts.map +1 -0
  647. package/dist/dispatch/domains/tasks.js +497 -0
  648. package/dist/dispatch/domains/tasks.js.map +1 -0
  649. package/dist/dispatch/domains/tools.d.ts +37 -0
  650. package/dist/dispatch/domains/tools.d.ts.map +1 -0
  651. package/dist/dispatch/domains/tools.js +481 -0
  652. package/dist/dispatch/domains/tools.js.map +1 -0
  653. package/dist/dispatch/engines/_error.d.ts +114 -0
  654. package/dist/dispatch/engines/_error.d.ts.map +1 -0
  655. package/dist/dispatch/engines/_error.js +290 -0
  656. package/dist/dispatch/engines/_error.js.map +1 -0
  657. package/dist/dispatch/engines/admin-engine.d.ts +386 -0
  658. package/dist/dispatch/engines/admin-engine.d.ts.map +1 -0
  659. package/dist/dispatch/engines/admin-engine.js +270 -0
  660. package/dist/dispatch/engines/admin-engine.js.map +1 -0
  661. package/dist/dispatch/engines/code-engine.d.ts +14 -0
  662. package/dist/dispatch/engines/code-engine.d.ts.map +1 -0
  663. package/dist/dispatch/engines/code-engine.js +14 -0
  664. package/dist/dispatch/engines/code-engine.js.map +1 -0
  665. package/dist/dispatch/engines/codebase-map-engine.d.ts +31 -0
  666. package/dist/dispatch/engines/codebase-map-engine.d.ts.map +1 -0
  667. package/dist/dispatch/engines/codebase-map-engine.js +43 -0
  668. package/dist/dispatch/engines/codebase-map-engine.js.map +1 -0
  669. package/dist/dispatch/engines/config-engine.d.ts +14 -0
  670. package/dist/dispatch/engines/config-engine.d.ts.map +1 -0
  671. package/dist/dispatch/engines/config-engine.js +14 -0
  672. package/dist/dispatch/engines/config-engine.js.map +1 -0
  673. package/dist/dispatch/engines/diagnostics-engine.d.ts +13 -0
  674. package/dist/dispatch/engines/diagnostics-engine.d.ts.map +1 -0
  675. package/dist/dispatch/engines/diagnostics-engine.js +12 -0
  676. package/dist/dispatch/engines/diagnostics-engine.js.map +1 -0
  677. package/dist/dispatch/engines/hooks-engine.d.ts +13 -0
  678. package/dist/dispatch/engines/hooks-engine.d.ts.map +1 -0
  679. package/dist/dispatch/engines/hooks-engine.js +12 -0
  680. package/dist/dispatch/engines/hooks-engine.js.map +1 -0
  681. package/dist/dispatch/engines/init-engine.d.ts +14 -0
  682. package/dist/dispatch/engines/init-engine.d.ts.map +1 -0
  683. package/dist/dispatch/engines/init-engine.js +14 -0
  684. package/dist/dispatch/engines/init-engine.js.map +1 -0
  685. package/dist/dispatch/engines/lifecycle-engine.d.ts +13 -0
  686. package/dist/dispatch/engines/lifecycle-engine.d.ts.map +1 -0
  687. package/dist/dispatch/engines/lifecycle-engine.js +12 -0
  688. package/dist/dispatch/engines/lifecycle-engine.js.map +1 -0
  689. package/dist/dispatch/engines/memory-engine.d.ts +10 -0
  690. package/dist/dispatch/engines/memory-engine.d.ts.map +1 -0
  691. package/dist/dispatch/engines/memory-engine.js +10 -0
  692. package/dist/dispatch/engines/memory-engine.js.map +1 -0
  693. package/dist/dispatch/engines/nexus-engine.d.ts +603 -0
  694. package/dist/dispatch/engines/nexus-engine.d.ts.map +1 -0
  695. package/dist/dispatch/engines/nexus-engine.js +1438 -0
  696. package/dist/dispatch/engines/nexus-engine.js.map +1 -0
  697. package/dist/dispatch/engines/orchestrate-engine.d.ts +252 -0
  698. package/dist/dispatch/engines/orchestrate-engine.d.ts.map +1 -0
  699. package/dist/dispatch/engines/orchestrate-engine.js +1526 -0
  700. package/dist/dispatch/engines/orchestrate-engine.js.map +1 -0
  701. package/dist/dispatch/engines/pipeline-engine.d.ts +13 -0
  702. package/dist/dispatch/engines/pipeline-engine.d.ts.map +1 -0
  703. package/dist/dispatch/engines/pipeline-engine.js +12 -0
  704. package/dist/dispatch/engines/pipeline-engine.js.map +1 -0
  705. package/dist/dispatch/engines/release-engine.d.ts +13 -0
  706. package/dist/dispatch/engines/release-engine.d.ts.map +1 -0
  707. package/dist/dispatch/engines/release-engine.js +13 -0
  708. package/dist/dispatch/engines/release-engine.js.map +1 -0
  709. package/dist/dispatch/engines/session-engine.d.ts +15 -0
  710. package/dist/dispatch/engines/session-engine.d.ts.map +1 -0
  711. package/dist/dispatch/engines/session-engine.js +12 -0
  712. package/dist/dispatch/engines/session-engine.js.map +1 -0
  713. package/dist/dispatch/engines/sticky-engine.d.ts +13 -0
  714. package/dist/dispatch/engines/sticky-engine.d.ts.map +1 -0
  715. package/dist/dispatch/engines/sticky-engine.js +12 -0
  716. package/dist/dispatch/engines/sticky-engine.js.map +1 -0
  717. package/dist/dispatch/engines/system-engine.d.ts +543 -0
  718. package/dist/dispatch/engines/system-engine.d.ts.map +1 -0
  719. package/dist/dispatch/engines/system-engine.js +1278 -0
  720. package/dist/dispatch/engines/system-engine.js.map +1 -0
  721. package/dist/dispatch/engines/task-engine.d.ts +1161 -0
  722. package/dist/dispatch/engines/task-engine.d.ts.map +1 -0
  723. package/dist/dispatch/engines/task-engine.js +1599 -0
  724. package/dist/dispatch/engines/task-engine.js.map +1 -0
  725. package/dist/dispatch/engines/template-parser.d.ts +85 -0
  726. package/dist/dispatch/engines/template-parser.d.ts.map +1 -0
  727. package/dist/dispatch/engines/template-parser.js +114 -0
  728. package/dist/dispatch/engines/template-parser.js.map +1 -0
  729. package/dist/dispatch/engines/tools-engine.d.ts +13 -0
  730. package/dist/dispatch/engines/tools-engine.d.ts.map +1 -0
  731. package/dist/dispatch/engines/tools-engine.js +12 -0
  732. package/dist/dispatch/engines/tools-engine.js.map +1 -0
  733. package/dist/dispatch/engines/validate-engine.d.ts +13 -0
  734. package/dist/dispatch/engines/validate-engine.d.ts.map +1 -0
  735. package/dist/dispatch/engines/validate-engine.js +13 -0
  736. package/dist/dispatch/engines/validate-engine.js.map +1 -0
  737. package/dist/dispatch/index.d.ts +20 -0
  738. package/dist/dispatch/index.d.ts.map +1 -0
  739. package/dist/dispatch/index.js +19 -0
  740. package/dist/dispatch/index.js.map +1 -0
  741. package/dist/dispatch/lib/background-jobs.d.ts +162 -0
  742. package/dist/dispatch/lib/background-jobs.d.ts.map +1 -0
  743. package/dist/dispatch/lib/background-jobs.js +360 -0
  744. package/dist/dispatch/lib/background-jobs.js.map +1 -0
  745. package/dist/dispatch/lib/budget.d.ts +36 -0
  746. package/dist/dispatch/lib/budget.d.ts.map +1 -0
  747. package/dist/dispatch/lib/budget.js +109 -0
  748. package/dist/dispatch/lib/budget.js.map +1 -0
  749. package/dist/dispatch/lib/capability-matrix.d.ts +11 -0
  750. package/dist/dispatch/lib/capability-matrix.d.ts.map +1 -0
  751. package/dist/dispatch/lib/capability-matrix.js +10 -0
  752. package/dist/dispatch/lib/capability-matrix.js.map +1 -0
  753. package/dist/dispatch/lib/config-loader.d.ts +42 -0
  754. package/dist/dispatch/lib/config-loader.d.ts.map +1 -0
  755. package/dist/dispatch/lib/config-loader.js +218 -0
  756. package/dist/dispatch/lib/config-loader.js.map +1 -0
  757. package/dist/dispatch/lib/config.d.ts +11 -0
  758. package/dist/dispatch/lib/config.d.ts.map +1 -0
  759. package/dist/dispatch/lib/config.js +10 -0
  760. package/dist/dispatch/lib/config.js.map +1 -0
  761. package/dist/dispatch/lib/defaults.d.ts +115 -0
  762. package/dist/dispatch/lib/defaults.d.ts.map +1 -0
  763. package/dist/dispatch/lib/defaults.js +61 -0
  764. package/dist/dispatch/lib/defaults.js.map +1 -0
  765. package/dist/dispatch/lib/engine.d.ts +17 -0
  766. package/dist/dispatch/lib/engine.d.ts.map +1 -0
  767. package/dist/dispatch/lib/engine.js +36 -0
  768. package/dist/dispatch/lib/engine.js.map +1 -0
  769. package/dist/dispatch/lib/exit-codes.d.ts +35 -0
  770. package/dist/dispatch/lib/exit-codes.d.ts.map +1 -0
  771. package/dist/dispatch/lib/exit-codes.js +60 -0
  772. package/dist/dispatch/lib/exit-codes.js.map +1 -0
  773. package/dist/dispatch/lib/gateway-meta.d.ts +37 -0
  774. package/dist/dispatch/lib/gateway-meta.d.ts.map +1 -0
  775. package/dist/dispatch/lib/gateway-meta.js +50 -0
  776. package/dist/dispatch/lib/gateway-meta.js.map +1 -0
  777. package/dist/dispatch/lib/job-manager-accessor.d.ts +9 -0
  778. package/dist/dispatch/lib/job-manager-accessor.d.ts.map +1 -0
  779. package/dist/dispatch/lib/job-manager-accessor.js +13 -0
  780. package/dist/dispatch/lib/job-manager-accessor.js.map +1 -0
  781. package/dist/dispatch/lib/meta.d.ts +26 -0
  782. package/dist/dispatch/lib/meta.d.ts.map +1 -0
  783. package/dist/dispatch/lib/meta.js +37 -0
  784. package/dist/dispatch/lib/meta.js.map +1 -0
  785. package/dist/dispatch/lib/param-utils.d.ts +11 -0
  786. package/dist/dispatch/lib/param-utils.d.ts.map +1 -0
  787. package/dist/dispatch/lib/param-utils.js +10 -0
  788. package/dist/dispatch/lib/param-utils.js.map +1 -0
  789. package/dist/dispatch/lib/projections.d.ts +56 -0
  790. package/dist/dispatch/lib/projections.d.ts.map +1 -0
  791. package/dist/dispatch/lib/projections.js +65 -0
  792. package/dist/dispatch/lib/projections.js.map +1 -0
  793. package/dist/dispatch/lib/proto-envelope.d.ts +56 -0
  794. package/dist/dispatch/lib/proto-envelope.d.ts.map +1 -0
  795. package/dist/dispatch/lib/proto-envelope.js +17 -0
  796. package/dist/dispatch/lib/proto-envelope.js.map +1 -0
  797. package/dist/dispatch/lib/schema-utils.d.ts +39 -0
  798. package/dist/dispatch/lib/schema-utils.d.ts.map +1 -0
  799. package/dist/dispatch/lib/schema-utils.js +88 -0
  800. package/dist/dispatch/lib/schema-utils.js.map +1 -0
  801. package/dist/dispatch/lib/security.d.ts +11 -0
  802. package/dist/dispatch/lib/security.d.ts.map +1 -0
  803. package/dist/dispatch/lib/security.js +10 -0
  804. package/dist/dispatch/lib/security.js.map +1 -0
  805. package/dist/dispatch/middleware/audit.d.ts +23 -0
  806. package/dist/dispatch/middleware/audit.d.ts.map +1 -0
  807. package/dist/dispatch/middleware/audit.js +169 -0
  808. package/dist/dispatch/middleware/audit.js.map +1 -0
  809. package/dist/dispatch/middleware/field-filter.d.ts +25 -0
  810. package/dist/dispatch/middleware/field-filter.d.ts.map +1 -0
  811. package/dist/dispatch/middleware/field-filter.js +70 -0
  812. package/dist/dispatch/middleware/field-filter.js.map +1 -0
  813. package/dist/dispatch/middleware/pipeline.d.ts +33 -0
  814. package/dist/dispatch/middleware/pipeline.d.ts.map +1 -0
  815. package/dist/dispatch/middleware/pipeline.js +60 -0
  816. package/dist/dispatch/middleware/pipeline.js.map +1 -0
  817. package/dist/dispatch/middleware/projection.d.ts +35 -0
  818. package/dist/dispatch/middleware/projection.d.ts.map +1 -0
  819. package/dist/dispatch/middleware/projection.js +146 -0
  820. package/dist/dispatch/middleware/projection.js.map +1 -0
  821. package/dist/dispatch/middleware/protocol-enforcement.d.ts +30 -0
  822. package/dist/dispatch/middleware/protocol-enforcement.d.ts.map +1 -0
  823. package/dist/dispatch/middleware/protocol-enforcement.js +56 -0
  824. package/dist/dispatch/middleware/protocol-enforcement.js.map +1 -0
  825. package/dist/dispatch/middleware/rate-limiter.d.ts +72 -0
  826. package/dist/dispatch/middleware/rate-limiter.d.ts.map +1 -0
  827. package/dist/dispatch/middleware/rate-limiter.js +127 -0
  828. package/dist/dispatch/middleware/rate-limiter.js.map +1 -0
  829. package/dist/dispatch/middleware/sanitizer.d.ts +24 -0
  830. package/dist/dispatch/middleware/sanitizer.d.ts.map +1 -0
  831. package/dist/dispatch/middleware/sanitizer.js +56 -0
  832. package/dist/dispatch/middleware/sanitizer.js.map +1 -0
  833. package/dist/dispatch/middleware/session-resolver.d.ts +26 -0
  834. package/dist/dispatch/middleware/session-resolver.d.ts.map +1 -0
  835. package/dist/dispatch/middleware/session-resolver.js +65 -0
  836. package/dist/dispatch/middleware/session-resolver.js.map +1 -0
  837. package/dist/dispatch/middleware/telemetry.d.ts +21 -0
  838. package/dist/dispatch/middleware/telemetry.d.ts.map +1 -0
  839. package/dist/dispatch/middleware/telemetry.js +50 -0
  840. package/dist/dispatch/middleware/telemetry.js.map +1 -0
  841. package/dist/dispatch/middleware/verification-gates.d.ts +22 -0
  842. package/dist/dispatch/middleware/verification-gates.d.ts.map +1 -0
  843. package/dist/dispatch/middleware/verification-gates.js +59 -0
  844. package/dist/dispatch/middleware/verification-gates.js.map +1 -0
  845. package/dist/dispatch/registry.d.ts +91 -0
  846. package/dist/dispatch/registry.d.ts.map +1 -0
  847. package/dist/dispatch/registry.js +6430 -0
  848. package/dist/dispatch/registry.js.map +1 -0
  849. package/dist/dispatch/types.d.ts +150 -0
  850. package/dist/dispatch/types.d.ts.map +1 -0
  851. package/dist/dispatch/types.js +38 -0
  852. package/dist/dispatch/types.js.map +1 -0
  853. package/dist/migrations/2026-04-25-t991-parent-link-repair.d.ts +88 -0
  854. package/dist/migrations/2026-04-25-t991-parent-link-repair.d.ts.map +1 -0
  855. package/dist/migrations/2026-04-25-t991-parent-link-repair.js +76 -0
  856. package/dist/migrations/2026-04-25-t991-parent-link-repair.js.map +1 -0
  857. package/package.json +9 -9
@@ -0,0 +1,12 @@
1
+ /**
2
+ * File inference via GitNexus query — re-export shim.
3
+ *
4
+ * The canonical implementation has moved to `packages/core/src/tasks/infer-add-params.ts`
5
+ * (T1490). This module re-exports `inferFilesViaGitNexus` for backward
6
+ * compatibility with any existing consumers and tests that import from this path.
7
+ *
8
+ * @task T1330
9
+ * @task T1490
10
+ */
11
+ export { inferFilesViaGitNexus } from '@cleocode/core';
12
+ //# sourceMappingURL=infer-files-via-gitnexus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"infer-files-via-gitnexus.d.ts","sourceRoot":"","sources":["../../src/cli/infer-files-via-gitnexus.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * File inference via GitNexus query — re-export shim.
3
+ *
4
+ * The canonical implementation has moved to `packages/core/src/tasks/infer-add-params.ts`
5
+ * (T1490). This module re-exports `inferFilesViaGitNexus` for backward
6
+ * compatibility with any existing consumers and tests that import from this path.
7
+ *
8
+ * @task T1330
9
+ * @task T1490
10
+ */
11
+ export { inferFilesViaGitNexus } from '@cleocode/core';
12
+ //# sourceMappingURL=infer-files-via-gitnexus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"infer-files-via-gitnexus.js","sourceRoot":"","sources":["../../src/cli/infer-files-via-gitnexus.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Levenshtein distance-based did-you-mean suggestions for CLI verbs
3
+ *
4
+ * Provides fuzzy matching for unknown commands with configurable
5
+ * distance threshold. Calculates edit distance (insertions, deletions,
6
+ * substitutions) to suggest similar known commands.
7
+ */
8
+ /**
9
+ * Calculate the Levenshtein distance between two strings.
10
+ * Distance = minimum number of single-character edits (insert, delete, substitute)
11
+ * needed to change one string into another.
12
+ *
13
+ * @param input - The mistyped command
14
+ * @param candidate - A known command to compare against
15
+ * @returns Edit distance between the two strings
16
+ */
17
+ export declare function levenshteinDistance(input: string, candidate: string): number;
18
+ /**
19
+ * Find did-you-mean suggestions for a mistyped command.
20
+ *
21
+ * Returns candidates with edit distance <= maxDistance, sorted by distance
22
+ * ascending, then alphabetically. If no candidates match, returns empty array.
23
+ *
24
+ * @param input - The mistyped command
25
+ * @param candidates - Array of known command names to suggest from
26
+ * @param maxDistance - Maximum edit distance to consider (default: 2)
27
+ * @returns Array of suggested commands, sorted by relevance
28
+ */
29
+ export declare function didYouMean(input: string, candidates: string[], maxDistance?: number): string[];
30
+ //# sourceMappingURL=did-you-mean.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"did-you-mean.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/did-you-mean.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAuB5E;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,EAAE,WAAW,SAAI,GAAG,MAAM,EAAE,CAiBzF"}
@@ -0,0 +1,63 @@
1
+ /**
2
+ * Levenshtein distance-based did-you-mean suggestions for CLI verbs
3
+ *
4
+ * Provides fuzzy matching for unknown commands with configurable
5
+ * distance threshold. Calculates edit distance (insertions, deletions,
6
+ * substitutions) to suggest similar known commands.
7
+ */
8
+ /**
9
+ * Calculate the Levenshtein distance between two strings.
10
+ * Distance = minimum number of single-character edits (insert, delete, substitute)
11
+ * needed to change one string into another.
12
+ *
13
+ * @param input - The mistyped command
14
+ * @param candidate - A known command to compare against
15
+ * @returns Edit distance between the two strings
16
+ */
17
+ export function levenshteinDistance(input, candidate) {
18
+ const inputLen = input.length;
19
+ const candidateLen = candidate.length;
20
+ // Create a 2D array for dynamic programming
21
+ const matrix = Array.from({ length: inputLen + 1 }, (_, i) => [i]);
22
+ for (let j = 1; j <= candidateLen; j++) {
23
+ matrix[0][j] = j;
24
+ }
25
+ for (let i = 1; i <= inputLen; i++) {
26
+ for (let j = 1; j <= candidateLen; j++) {
27
+ const cost = input[i - 1] === candidate[j - 1] ? 0 : 1;
28
+ matrix[i][j] = Math.min(matrix[i - 1][j] + 1, // deletion
29
+ matrix[i][j - 1] + 1, // insertion
30
+ matrix[i - 1][j - 1] + cost);
31
+ }
32
+ }
33
+ return matrix[inputLen][candidateLen];
34
+ }
35
+ /**
36
+ * Find did-you-mean suggestions for a mistyped command.
37
+ *
38
+ * Returns candidates with edit distance <= maxDistance, sorted by distance
39
+ * ascending, then alphabetically. If no candidates match, returns empty array.
40
+ *
41
+ * @param input - The mistyped command
42
+ * @param candidates - Array of known command names to suggest from
43
+ * @param maxDistance - Maximum edit distance to consider (default: 2)
44
+ * @returns Array of suggested commands, sorted by relevance
45
+ */
46
+ export function didYouMean(input, candidates, maxDistance = 2) {
47
+ const suggestions = candidates
48
+ .map((candidate) => ({
49
+ command: candidate,
50
+ distance: levenshteinDistance(input, candidate),
51
+ }))
52
+ .filter((item) => item.distance <= maxDistance)
53
+ .sort((a, b) => {
54
+ // Sort by distance first, then alphabetically
55
+ if (a.distance !== b.distance) {
56
+ return a.distance - b.distance;
57
+ }
58
+ return a.command.localeCompare(b.command);
59
+ })
60
+ .map((item) => item.command);
61
+ return suggestions;
62
+ }
63
+ //# sourceMappingURL=did-you-mean.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"did-you-mean.js","sourceRoot":"","sources":["../../../src/cli/lib/did-you-mean.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH;;;;;;;;GAQG;AACH,MAAM,UAAU,mBAAmB,CAAC,KAAa,EAAE,SAAiB;IAClE,MAAM,QAAQ,GAAG,KAAK,CAAC,MAAM,CAAC;IAC9B,MAAM,YAAY,GAAG,SAAS,CAAC,MAAM,CAAC;IAEtC,4CAA4C;IAC5C,MAAM,MAAM,GAAe,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,QAAQ,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAE/E,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,YAAY,EAAE,CAAC,EAAE,EAAE,CAAC;QACvC,MAAM,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;IACpB,CAAC;IAED,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,QAAQ,EAAE,CAAC,EAAE,EAAE,CAAC;QACnC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,YAAY,EAAE,CAAC,EAAE,EAAE,CAAC;YACvC,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YACvD,MAAM,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CACtB,MAAM,CAAC,CAAC,GAAG,CAAC,CAAE,CAAC,CAAC,CAAE,GAAG,CAAC,EAAE,WAAW;YACnC,MAAM,CAAC,CAAC,CAAE,CAAC,CAAC,GAAG,CAAC,CAAE,GAAG,CAAC,EAAE,YAAY;YACpC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAE,CAAC,CAAC,GAAG,CAAC,CAAE,GAAG,IAAI,CAC9B,CAAC;QACJ,CAAC;IACH,CAAC;IAED,OAAO,MAAM,CAAC,QAAQ,CAAE,CAAC,YAAY,CAAE,CAAC;AAC1C,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,UAAU,UAAU,CAAC,KAAa,EAAE,UAAoB,EAAE,WAAW,GAAG,CAAC;IAC7E,MAAM,WAAW,GAAG,UAAU;SAC3B,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;QACnB,OAAO,EAAE,SAAS;QAClB,QAAQ,EAAE,mBAAmB,CAAC,KAAK,EAAE,SAAS,CAAC;KAChD,CAAC,CAAC;SACF,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,IAAI,WAAW,CAAC;SAC9C,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QACb,8CAA8C;QAC9C,IAAI,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,QAAQ,EAAE,CAAC;YAC9B,OAAO,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC;QACjC,CAAC;QACD,OAAO,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;IAC5C,CAAC,CAAC;SACD,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAE/B,OAAO,WAAW,CAAC;AACrB,CAAC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Registry-to-CLI args bridge.
3
+ *
4
+ * Provides helpers that CLI command files use to derive their citty `args`
5
+ * directly from the OPERATIONS registry rather than declaring inline duplicates.
6
+ *
7
+ * Usage in a command file:
8
+ * ```typescript
9
+ * import { getOperationParams, paramsToCittyArgs } from '../lib/registry-args.js';
10
+ *
11
+ * export const showCommand = defineCommand({
12
+ * args: paramsToCittyArgs(getOperationParams('query', 'tasks', 'show')),
13
+ * async run({ args }) { ... },
14
+ * });
15
+ * ```
16
+ *
17
+ * @module registry-args
18
+ */
19
+ import type { CittyArgDef, ParamDef } from '@cleocode/contracts';
20
+ import type { Gateway } from '../../dispatch/types.js';
21
+ /**
22
+ * Retrieve the declared `params[]` for a specific operation from the registry.
23
+ *
24
+ * Returns an empty array when:
25
+ * - The operation is not found in the registry.
26
+ * - The operation exists but has no `params` array yet (legacy entry).
27
+ *
28
+ * @param gateway - The CQRS gateway: `'query'` or `'mutate'`.
29
+ * @param domain - The canonical domain name (e.g. `'tasks'`, `'check'`).
30
+ * @param operation - The operation name (e.g. `'show'`, `'list'`).
31
+ * @returns The `ParamDef[]` from the registry, or `[]` if none declared.
32
+ */
33
+ export declare function getOperationParams(gateway: Gateway, domain: string, operation: string): ParamDef[];
34
+ export { paramsToCittyArgs } from '@cleocode/contracts';
35
+ export type { CittyArgDef, ParamDef };
36
+ //# sourceMappingURL=registry-args.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry-args.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/registry-args.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEjE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;;;;;;;GAWG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,MAAM,GAChB,QAAQ,EAAE,CAKZ;AAED,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Registry-to-CLI args bridge.
3
+ *
4
+ * Provides helpers that CLI command files use to derive their citty `args`
5
+ * directly from the OPERATIONS registry rather than declaring inline duplicates.
6
+ *
7
+ * Usage in a command file:
8
+ * ```typescript
9
+ * import { getOperationParams, paramsToCittyArgs } from '../lib/registry-args.js';
10
+ *
11
+ * export const showCommand = defineCommand({
12
+ * args: paramsToCittyArgs(getOperationParams('query', 'tasks', 'show')),
13
+ * async run({ args }) { ... },
14
+ * });
15
+ * ```
16
+ *
17
+ * @module registry-args
18
+ */
19
+ import { OPERATIONS } from '../../dispatch/registry.js';
20
+ /**
21
+ * Retrieve the declared `params[]` for a specific operation from the registry.
22
+ *
23
+ * Returns an empty array when:
24
+ * - The operation is not found in the registry.
25
+ * - The operation exists but has no `params` array yet (legacy entry).
26
+ *
27
+ * @param gateway - The CQRS gateway: `'query'` or `'mutate'`.
28
+ * @param domain - The canonical domain name (e.g. `'tasks'`, `'check'`).
29
+ * @param operation - The operation name (e.g. `'show'`, `'list'`).
30
+ * @returns The `ParamDef[]` from the registry, or `[]` if none declared.
31
+ */
32
+ export function getOperationParams(gateway, domain, operation) {
33
+ const def = OPERATIONS.find((o) => o.gateway === gateway && o.domain === domain && o.operation === operation);
34
+ return def?.params ?? [];
35
+ }
36
+ export { paramsToCittyArgs } from '@cleocode/contracts';
37
+ //# sourceMappingURL=registry-args.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry-args.js","sourceRoot":"","sources":["../../../src/cli/lib/registry-args.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAGH,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAGxD;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,kBAAkB,CAChC,OAAgB,EAChB,MAAc,EACd,SAAiB;IAEjB,MAAM,GAAG,GAAG,UAAU,CAAC,IAAI,CACzB,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,KAAK,OAAO,IAAI,CAAC,CAAC,MAAM,KAAK,MAAM,IAAI,CAAC,CAAC,SAAS,KAAK,SAAS,CACjF,CAAC;IACF,OAAO,GAAG,EAAE,MAAM,IAAI,EAAE,CAAC;AAC3B,CAAC;AAED,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Subcommand-dispatch guard for citty command groups.
3
+ *
4
+ * Citty's `runCommand` runs the matched subcommand AND THEN also invokes the
5
+ * parent command's `run()` — by design in citty@0.2.x. When the parent's
6
+ * `run()` emits output (default dispatch, help banner, status summary),
7
+ * every `cleo <group> <subcommand>` call double-writes to stdout:
8
+ *
9
+ * 1. The subcommand's intended JSON / text output
10
+ * 2. The parent's default behaviour appended on top
11
+ *
12
+ * This breaks programmatic consumers (python `json.load`, `jq`, pipelines)
13
+ * that expect one clean JSON document per line.
14
+ *
15
+ * The guard below returns `true` when a known subcommand token appears in
16
+ * `rawArgs` — callers detect this and early-return from the parent's `run()`
17
+ * so only the subcommand's output reaches stdout.
18
+ *
19
+ * @task T1187-followup · v2026.4.114
20
+ */
21
+ import type { CommandDef } from 'citty';
22
+ /**
23
+ * Inspect `rawArgs` to determine whether citty has already dispatched (or is
24
+ * about to dispatch) a recognised subcommand. When `true`, the parent
25
+ * command's `run()` MUST early-return to avoid double-writing to stdout.
26
+ *
27
+ * @param rawArgs - Raw CLI tokens citty passed into the command context.
28
+ * @param subCommands - The parent command's `subCommands` map.
29
+ * @returns `true` iff the first non-flag token names a registered subcommand.
30
+ *
31
+ * @example
32
+ * ```ts
33
+ * const myGroup = defineCommand({
34
+ * meta: { name: 'my' },
35
+ * subCommands: { list, show, add },
36
+ * async run({ cmd, rawArgs }) {
37
+ * if (isSubCommandDispatch(rawArgs, cmd.subCommands)) return;
38
+ * // fallthrough: default behaviour (e.g. help banner or default op)
39
+ * await showUsage(cmd);
40
+ * },
41
+ * });
42
+ * ```
43
+ */
44
+ export declare function isSubCommandDispatch(rawArgs: readonly string[] | undefined, subCommands: CommandDef['subCommands'] | undefined): boolean;
45
+ //# sourceMappingURL=subcommand-guard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subcommand-guard.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/subcommand-guard.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAExC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,SAAS,MAAM,EAAE,GAAG,SAAS,EACtC,WAAW,EAAE,UAAU,CAAC,aAAa,CAAC,GAAG,SAAS,GACjD,OAAO,CAQT"}
@@ -0,0 +1,55 @@
1
+ /**
2
+ * Subcommand-dispatch guard for citty command groups.
3
+ *
4
+ * Citty's `runCommand` runs the matched subcommand AND THEN also invokes the
5
+ * parent command's `run()` — by design in citty@0.2.x. When the parent's
6
+ * `run()` emits output (default dispatch, help banner, status summary),
7
+ * every `cleo <group> <subcommand>` call double-writes to stdout:
8
+ *
9
+ * 1. The subcommand's intended JSON / text output
10
+ * 2. The parent's default behaviour appended on top
11
+ *
12
+ * This breaks programmatic consumers (python `json.load`, `jq`, pipelines)
13
+ * that expect one clean JSON document per line.
14
+ *
15
+ * The guard below returns `true` when a known subcommand token appears in
16
+ * `rawArgs` — callers detect this and early-return from the parent's `run()`
17
+ * so only the subcommand's output reaches stdout.
18
+ *
19
+ * @task T1187-followup · v2026.4.114
20
+ */
21
+ /**
22
+ * Inspect `rawArgs` to determine whether citty has already dispatched (or is
23
+ * about to dispatch) a recognised subcommand. When `true`, the parent
24
+ * command's `run()` MUST early-return to avoid double-writing to stdout.
25
+ *
26
+ * @param rawArgs - Raw CLI tokens citty passed into the command context.
27
+ * @param subCommands - The parent command's `subCommands` map.
28
+ * @returns `true` iff the first non-flag token names a registered subcommand.
29
+ *
30
+ * @example
31
+ * ```ts
32
+ * const myGroup = defineCommand({
33
+ * meta: { name: 'my' },
34
+ * subCommands: { list, show, add },
35
+ * async run({ cmd, rawArgs }) {
36
+ * if (isSubCommandDispatch(rawArgs, cmd.subCommands)) return;
37
+ * // fallthrough: default behaviour (e.g. help banner or default op)
38
+ * await showUsage(cmd);
39
+ * },
40
+ * });
41
+ * ```
42
+ */
43
+ export function isSubCommandDispatch(rawArgs, subCommands) {
44
+ if (!rawArgs || !subCommands)
45
+ return false;
46
+ const firstArg = rawArgs.find((a) => !a.startsWith('-'));
47
+ if (!firstArg)
48
+ return false;
49
+ // `subCommands` may be a static object, a promise, or a function in citty.
50
+ // We only need to inspect the static map case at dispatch time.
51
+ if (typeof subCommands !== 'object')
52
+ return false;
53
+ return firstArg in subCommands;
54
+ }
55
+ //# sourceMappingURL=subcommand-guard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subcommand-guard.js","sourceRoot":"","sources":["../../../src/cli/lib/subcommand-guard.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAIH;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,UAAU,oBAAoB,CAClC,OAAsC,EACtC,WAAkD;IAElD,IAAI,CAAC,OAAO,IAAI,CAAC,WAAW;QAAE,OAAO,KAAK,CAAC;IAC3C,MAAM,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;IACzD,IAAI,CAAC,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5B,2EAA2E;IAC3E,gEAAgE;IAChE,IAAI,OAAO,WAAW,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAClD,OAAO,QAAQ,IAAK,WAAuC,CAAC;AAC9D,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { LoggerConfig } from '@cleocode/core';
2
+ /**
3
+ * Initialize CLI logger with optional projectHash correlation context.
4
+ */
5
+ export declare function initCliLogger(cwd: string, loggingConfig: LoggerConfig): void;
6
+ //# sourceMappingURL=logger-bootstrap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger-bootstrap.d.ts","sourceRoot":"","sources":["../../src/cli/logger-bootstrap.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAGnD;;GAEG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,EAAE,aAAa,EAAE,YAAY,GAAG,IAAI,CAG5E"}
@@ -0,0 +1,10 @@
1
+ import { join } from 'node:path';
2
+ import { getProjectInfoSync, initLogger } from '@cleocode/core';
3
+ /**
4
+ * Initialize CLI logger with optional projectHash correlation context.
5
+ */
6
+ export function initCliLogger(cwd, loggingConfig) {
7
+ const projectInfo = getProjectInfoSync(cwd);
8
+ initLogger(join(cwd, '.cleo'), loggingConfig, projectInfo?.projectHash);
9
+ }
10
+ //# sourceMappingURL=logger-bootstrap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger-bootstrap.js","sourceRoot":"","sources":["../../src/cli/logger-bootstrap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEhE;;GAEG;AACH,MAAM,UAAU,aAAa,CAAC,GAAW,EAAE,aAA2B;IACpE,MAAM,WAAW,GAAG,kBAAkB,CAAC,GAAG,CAAC,CAAC;IAC5C,UAAU,CAAC,IAAI,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,CAAC,CAAC;AAC1E,CAAC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Shared CLI middleware for resolving output format from --human/--json/--quiet flags.
3
+ *
4
+ * Delegates to LAFS protocol's resolveOutputFormat() for canonical flag resolution,
5
+ * and provides a Commander.js-compatible helper to extract flag values from opts.
6
+ *
7
+ * @task T4703
8
+ * @epic T4663
9
+ */
10
+ import { type FlagResolution } from '@cleocode/lafs';
11
+ export type { FlagResolution };
12
+ /**
13
+ * Resolve output format from Commander.js option values.
14
+ *
15
+ * Reads --json, --human, and --quiet flags and delegates to
16
+ * the canonical LAFS resolveOutputFormat(). Project/user defaults
17
+ * can be passed via the optional `defaults` parameter.
18
+ *
19
+ * @param opts - Commander.js parsed options object
20
+ * @param defaults - Optional project/user defaults
21
+ * @returns Resolved format with source provenance
22
+ *
23
+ * @task T4703
24
+ * @epic T4663
25
+ */
26
+ export declare function resolveFormat(opts: Record<string, unknown>, defaults?: {
27
+ projectDefault?: 'json' | 'human';
28
+ userDefault?: 'json' | 'human';
29
+ }): FlagResolution;
30
+ //# sourceMappingURL=output-format.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"output-format.d.ts","sourceRoot":"","sources":["../../../src/cli/middleware/output-format.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAkB,KAAK,cAAc,EAAuB,MAAM,gBAAgB,CAAC;AAE1F,YAAY,EAAE,cAAc,EAAE,CAAC;AAE/B;;;;;;;;;;;;;GAaG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,QAAQ,CAAC,EAAE;IAAE,cAAc,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,GAC/E,cAAc,CAUhB"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Shared CLI middleware for resolving output format from --human/--json/--quiet flags.
3
+ *
4
+ * Delegates to LAFS protocol's resolveOutputFormat() for canonical flag resolution,
5
+ * and provides a Commander.js-compatible helper to extract flag values from opts.
6
+ *
7
+ * @task T4703
8
+ * @epic T4663
9
+ */
10
+ import { resolveOutputFormat } from '@cleocode/lafs';
11
+ /**
12
+ * Resolve output format from Commander.js option values.
13
+ *
14
+ * Reads --json, --human, and --quiet flags and delegates to
15
+ * the canonical LAFS resolveOutputFormat(). Project/user defaults
16
+ * can be passed via the optional `defaults` parameter.
17
+ *
18
+ * @param opts - Commander.js parsed options object
19
+ * @param defaults - Optional project/user defaults
20
+ * @returns Resolved format with source provenance
21
+ *
22
+ * @task T4703
23
+ * @epic T4663
24
+ */
25
+ export function resolveFormat(opts, defaults) {
26
+ const input = {
27
+ jsonFlag: opts['json'] === true,
28
+ humanFlag: opts['human'] === true,
29
+ quiet: opts['quiet'] === true,
30
+ projectDefault: defaults?.projectDefault,
31
+ userDefault: defaults?.userDefault,
32
+ };
33
+ return resolveOutputFormat(input);
34
+ }
35
+ //# sourceMappingURL=output-format.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"output-format.js","sourceRoot":"","sources":["../../../src/cli/middleware/output-format.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAuC,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAI1F;;;;;;;;;;;;;GAaG;AACH,MAAM,UAAU,aAAa,CAC3B,IAA6B,EAC7B,QAAgF;IAEhF,MAAM,KAAK,GAAc;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,KAAK,IAAI;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,IAAI;QACjC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,IAAI;QAC7B,cAAc,EAAE,QAAQ,EAAE,cAAc;QACxC,WAAW,EAAE,QAAQ,EAAE,WAAW;KACnC,CAAC;IAEF,OAAO,mBAAmB,CAAC,KAAK,CAAC,CAAC;AACpC,CAAC"}
@@ -0,0 +1,85 @@
1
+ /**
2
+ * CLI-level path constants for the CLEO CLI package.
3
+ *
4
+ * Centralizes all magic strings for:
5
+ * - Database filenames (tasks.db, brain.db, conduit.db, nexus.db, signaldock.db)
6
+ * - JSON config filenames (config.json, project-info.json, project-context.json)
7
+ * - Project-local file lists used by backup / restore / doctor commands
8
+ * - Internal subdirectory names under .cleo/
9
+ * - CLI-level temporary/report filenames
10
+ *
11
+ * All path construction delegates to `@cleocode/core/internal` path helpers so
12
+ * that `CLEO_DIR`, `CLEO_ROOT`, and worktree-scope overrides are honoured. This
13
+ * file MUST NOT import from other files inside `packages/cleo/src/` to avoid
14
+ * circular-import risk (it is a pure constants/helpers leaf module).
15
+ *
16
+ * @task T090
17
+ */
18
+ /** Name of the project-local CLEO data directory. */
19
+ export declare const CLEO_DIR_NAME: ".cleo";
20
+ /** Subdirectory under .cleo/ that stores internal-state files for context tracking. */
21
+ export declare const CONTEXT_STATES_SUBDIR: "context-states";
22
+ /** Subdirectory under .cleo/ that stores CANT agent definition files. */
23
+ export declare const AGENTS_SUBDIR: "agents";
24
+ /** Subdirectory under .cleo/ that stores CANT workflow files (legacy path). */
25
+ export declare const CANT_AGENTS_SUBDIR: "cant/agents";
26
+ /** Subdirectory under .cleo/ that stores CANT workflow definitions. */
27
+ export declare const WORKFLOWS_SUBDIR: "workflows";
28
+ /** Subdirectory under .cleo/ for metrics data (e.g. COMPLIANCE.jsonl). */
29
+ export declare const METRICS_SUBDIR: "metrics";
30
+ /** Subdirectory under .cleo/ for locally-installed template overrides. */
31
+ export declare const TEMPLATES_SUBDIR: "templates";
32
+ /** Subdirectory under .cleo/ for operational backups (legacy simple backups). */
33
+ export declare const BACKUPS_OPERATIONAL_SUBDIR: "backups/operational";
34
+ /** Subdirectory used during a backup import to stage restored JSON files. */
35
+ export declare const RESTORE_IMPORTED_SUBDIR: "restore-imported";
36
+ /** Project-local SQLite database for task data. */
37
+ export declare const TASKS_DB_FILENAME: "tasks.db";
38
+ /** Project-local SQLite database for cognitive memory (BRAIN). */
39
+ export declare const BRAIN_DB_FILENAME: "brain.db";
40
+ /** Project-local SQLite database for inter-agent messaging (CONDUIT). */
41
+ export declare const CONDUIT_DB_FILENAME: "conduit.db";
42
+ /** Global-tier SQLite database for code intelligence (NEXUS). */
43
+ export declare const NEXUS_DB_FILENAME: "nexus.db";
44
+ /** Global-tier SQLite database for agent identity (SIGNALDOCK). */
45
+ export declare const SIGNALDOCK_DB_FILENAME: "signaldock.db";
46
+ /** Project configuration file. */
47
+ export declare const CONFIG_JSON: "config.json";
48
+ /** Project identity metadata file. */
49
+ export declare const PROJECT_INFO_JSON: "project-info.json";
50
+ /** LLM-hint project context file (auto-detected). */
51
+ export declare const PROJECT_CONTEXT_JSON: "project-context.json";
52
+ /** Conflict report produced by `cleo backup import` for manual resolution. */
53
+ export declare const RESTORE_CONFLICTS_MD: "restore-conflicts.md";
54
+ /** State hash file written by the MEMORY.md migration process. */
55
+ export declare const MIGRATE_MEMORY_HASHES_JSON: "migrate-memory-hashes.json";
56
+ /** Compliance metrics append-only log. */
57
+ export declare const COMPLIANCE_JSONL: "COMPLIANCE.jsonl";
58
+ /** CLEO-INJECTION.md canonical template filename. */
59
+ export declare const CLEO_INJECTION_MD: "CLEO-INJECTION.md";
60
+ /**
61
+ * Project-relative paths for all files included in a project backup.
62
+ *
63
+ * These are the paths passed to `checkForExistingData` and `packBundle` when
64
+ * building or verifying a project-scoped backup bundle. Each entry is relative
65
+ * to the project root so that callers can join them with `path.join(root, f)`.
66
+ */
67
+ export declare const CLI_PROJECT_BACKUP_FILES: readonly [".cleo/tasks.db", ".cleo/brain.db", ".cleo/conduit.db", ".cleo/config.json", ".cleo/project-info.json", ".cleo/project-context.json"];
68
+ /**
69
+ * Filenames for global-tier databases included in a global backup.
70
+ *
71
+ * These are plain filenames resolved against `cleoHome` (not project root).
72
+ */
73
+ export declare const CLI_GLOBAL_BACKUP_FILES: readonly ["nexus.db", "signaldock.db"];
74
+ /**
75
+ * Set of JSON config filenames that are valid targets for `cleo restore backup`.
76
+ *
77
+ * Used by both the conflict-report parser and the restore command to validate
78
+ * caller-supplied filenames.
79
+ */
80
+ export declare const RESTORE_VALID_JSON_FILENAMES: Set<string>;
81
+ /**
82
+ * Default filename used when `cleo restore backup` is called without `--file`.
83
+ */
84
+ export declare const RESTORE_DEFAULT_FILE: "tasks.db";
85
+ //# sourceMappingURL=paths.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paths.d.ts","sourceRoot":"","sources":["../../src/cli/paths.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAMH,qDAAqD;AACrD,eAAO,MAAM,aAAa,EAAG,OAAgB,CAAC;AAE9C,uFAAuF;AACvF,eAAO,MAAM,qBAAqB,EAAG,gBAAyB,CAAC;AAE/D,yEAAyE;AACzE,eAAO,MAAM,aAAa,EAAG,QAAiB,CAAC;AAE/C,+EAA+E;AAC/E,eAAO,MAAM,kBAAkB,EAAG,aAAsB,CAAC;AAEzD,uEAAuE;AACvE,eAAO,MAAM,gBAAgB,EAAG,WAAoB,CAAC;AAErD,0EAA0E;AAC1E,eAAO,MAAM,cAAc,EAAG,SAAkB,CAAC;AAEjD,0EAA0E;AAC1E,eAAO,MAAM,gBAAgB,EAAG,WAAoB,CAAC;AAErD,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAG,qBAA8B,CAAC;AAEzE,6EAA6E;AAC7E,eAAO,MAAM,uBAAuB,EAAG,kBAA2B,CAAC;AAMnE,mDAAmD;AACnD,eAAO,MAAM,iBAAiB,EAAG,UAAmB,CAAC;AAErD,kEAAkE;AAClE,eAAO,MAAM,iBAAiB,EAAG,UAAmB,CAAC;AAErD,yEAAyE;AACzE,eAAO,MAAM,mBAAmB,EAAG,YAAqB,CAAC;AAEzD,iEAAiE;AACjE,eAAO,MAAM,iBAAiB,EAAG,UAAmB,CAAC;AAErD,mEAAmE;AACnE,eAAO,MAAM,sBAAsB,EAAG,eAAwB,CAAC;AAM/D,kCAAkC;AAClC,eAAO,MAAM,WAAW,EAAG,aAAsB,CAAC;AAElD,sCAAsC;AACtC,eAAO,MAAM,iBAAiB,EAAG,mBAA4B,CAAC;AAE9D,qDAAqD;AACrD,eAAO,MAAM,oBAAoB,EAAG,sBAA+B,CAAC;AAEpE,8EAA8E;AAC9E,eAAO,MAAM,oBAAoB,EAAG,sBAA+B,CAAC;AAEpE,kEAAkE;AAClE,eAAO,MAAM,0BAA0B,EAAG,4BAAqC,CAAC;AAEhF,0CAA0C;AAC1C,eAAO,MAAM,gBAAgB,EAAG,kBAA2B,CAAC;AAE5D,qDAAqD;AACrD,eAAO,MAAM,iBAAiB,EAAG,mBAA4B,CAAC;AAM9D;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,iJAO3B,CAAC;AAEX;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,wCAAuD,CAAC;AAE5F;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B,EAAE,GAAG,CAAC,MAAM,CAInD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB,YAAoB,CAAC"}
@@ -0,0 +1,108 @@
1
+ /**
2
+ * CLI-level path constants for the CLEO CLI package.
3
+ *
4
+ * Centralizes all magic strings for:
5
+ * - Database filenames (tasks.db, brain.db, conduit.db, nexus.db, signaldock.db)
6
+ * - JSON config filenames (config.json, project-info.json, project-context.json)
7
+ * - Project-local file lists used by backup / restore / doctor commands
8
+ * - Internal subdirectory names under .cleo/
9
+ * - CLI-level temporary/report filenames
10
+ *
11
+ * All path construction delegates to `@cleocode/core/internal` path helpers so
12
+ * that `CLEO_DIR`, `CLEO_ROOT`, and worktree-scope overrides are honoured. This
13
+ * file MUST NOT import from other files inside `packages/cleo/src/` to avoid
14
+ * circular-import risk (it is a pure constants/helpers leaf module).
15
+ *
16
+ * @task T090
17
+ */
18
+ // ============================================================================
19
+ // Directory names
20
+ // ============================================================================
21
+ /** Name of the project-local CLEO data directory. */
22
+ export const CLEO_DIR_NAME = '.cleo';
23
+ /** Subdirectory under .cleo/ that stores internal-state files for context tracking. */
24
+ export const CONTEXT_STATES_SUBDIR = 'context-states';
25
+ /** Subdirectory under .cleo/ that stores CANT agent definition files. */
26
+ export const AGENTS_SUBDIR = 'agents';
27
+ /** Subdirectory under .cleo/ that stores CANT workflow files (legacy path). */
28
+ export const CANT_AGENTS_SUBDIR = 'cant/agents';
29
+ /** Subdirectory under .cleo/ that stores CANT workflow definitions. */
30
+ export const WORKFLOWS_SUBDIR = 'workflows';
31
+ /** Subdirectory under .cleo/ for metrics data (e.g. COMPLIANCE.jsonl). */
32
+ export const METRICS_SUBDIR = 'metrics';
33
+ /** Subdirectory under .cleo/ for locally-installed template overrides. */
34
+ export const TEMPLATES_SUBDIR = 'templates';
35
+ /** Subdirectory under .cleo/ for operational backups (legacy simple backups). */
36
+ export const BACKUPS_OPERATIONAL_SUBDIR = 'backups/operational';
37
+ /** Subdirectory used during a backup import to stage restored JSON files. */
38
+ export const RESTORE_IMPORTED_SUBDIR = 'restore-imported';
39
+ // ============================================================================
40
+ // Database filenames
41
+ // ============================================================================
42
+ /** Project-local SQLite database for task data. */
43
+ export const TASKS_DB_FILENAME = 'tasks.db';
44
+ /** Project-local SQLite database for cognitive memory (BRAIN). */
45
+ export const BRAIN_DB_FILENAME = 'brain.db';
46
+ /** Project-local SQLite database for inter-agent messaging (CONDUIT). */
47
+ export const CONDUIT_DB_FILENAME = 'conduit.db';
48
+ /** Global-tier SQLite database for code intelligence (NEXUS). */
49
+ export const NEXUS_DB_FILENAME = 'nexus.db';
50
+ /** Global-tier SQLite database for agent identity (SIGNALDOCK). */
51
+ export const SIGNALDOCK_DB_FILENAME = 'signaldock.db';
52
+ // ============================================================================
53
+ // JSON / Markdown config filenames
54
+ // ============================================================================
55
+ /** Project configuration file. */
56
+ export const CONFIG_JSON = 'config.json';
57
+ /** Project identity metadata file. */
58
+ export const PROJECT_INFO_JSON = 'project-info.json';
59
+ /** LLM-hint project context file (auto-detected). */
60
+ export const PROJECT_CONTEXT_JSON = 'project-context.json';
61
+ /** Conflict report produced by `cleo backup import` for manual resolution. */
62
+ export const RESTORE_CONFLICTS_MD = 'restore-conflicts.md';
63
+ /** State hash file written by the MEMORY.md migration process. */
64
+ export const MIGRATE_MEMORY_HASHES_JSON = 'migrate-memory-hashes.json';
65
+ /** Compliance metrics append-only log. */
66
+ export const COMPLIANCE_JSONL = 'COMPLIANCE.jsonl';
67
+ /** CLEO-INJECTION.md canonical template filename. */
68
+ export const CLEO_INJECTION_MD = 'CLEO-INJECTION.md';
69
+ // ============================================================================
70
+ // Backup / restore file lists
71
+ // ============================================================================
72
+ /**
73
+ * Project-relative paths for all files included in a project backup.
74
+ *
75
+ * These are the paths passed to `checkForExistingData` and `packBundle` when
76
+ * building or verifying a project-scoped backup bundle. Each entry is relative
77
+ * to the project root so that callers can join them with `path.join(root, f)`.
78
+ */
79
+ export const CLI_PROJECT_BACKUP_FILES = [
80
+ `${CLEO_DIR_NAME}/${TASKS_DB_FILENAME}`,
81
+ `${CLEO_DIR_NAME}/${BRAIN_DB_FILENAME}`,
82
+ `${CLEO_DIR_NAME}/${CONDUIT_DB_FILENAME}`,
83
+ `${CLEO_DIR_NAME}/${CONFIG_JSON}`,
84
+ `${CLEO_DIR_NAME}/${PROJECT_INFO_JSON}`,
85
+ `${CLEO_DIR_NAME}/${PROJECT_CONTEXT_JSON}`,
86
+ ];
87
+ /**
88
+ * Filenames for global-tier databases included in a global backup.
89
+ *
90
+ * These are plain filenames resolved against `cleoHome` (not project root).
91
+ */
92
+ export const CLI_GLOBAL_BACKUP_FILES = [NEXUS_DB_FILENAME, SIGNALDOCK_DB_FILENAME];
93
+ /**
94
+ * Set of JSON config filenames that are valid targets for `cleo restore backup`.
95
+ *
96
+ * Used by both the conflict-report parser and the restore command to validate
97
+ * caller-supplied filenames.
98
+ */
99
+ export const RESTORE_VALID_JSON_FILENAMES = new Set([
100
+ CONFIG_JSON,
101
+ PROJECT_INFO_JSON,
102
+ PROJECT_CONTEXT_JSON,
103
+ ]);
104
+ /**
105
+ * Default filename used when `cleo restore backup` is called without `--file`.
106
+ */
107
+ export const RESTORE_DEFAULT_FILE = TASKS_DB_FILENAME;
108
+ //# sourceMappingURL=paths.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paths.js","sourceRoot":"","sources":["../../src/cli/paths.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,+EAA+E;AAC/E,kBAAkB;AAClB,+EAA+E;AAE/E,qDAAqD;AACrD,MAAM,CAAC,MAAM,aAAa,GAAG,OAAgB,CAAC;AAE9C,uFAAuF;AACvF,MAAM,CAAC,MAAM,qBAAqB,GAAG,gBAAyB,CAAC;AAE/D,yEAAyE;AACzE,MAAM,CAAC,MAAM,aAAa,GAAG,QAAiB,CAAC;AAE/C,+EAA+E;AAC/E,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAsB,CAAC;AAEzD,uEAAuE;AACvE,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAoB,CAAC;AAErD,0EAA0E;AAC1E,MAAM,CAAC,MAAM,cAAc,GAAG,SAAkB,CAAC;AAEjD,0EAA0E;AAC1E,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAoB,CAAC;AAErD,iFAAiF;AACjF,MAAM,CAAC,MAAM,0BAA0B,GAAG,qBAA8B,CAAC;AAEzE,6EAA6E;AAC7E,MAAM,CAAC,MAAM,uBAAuB,GAAG,kBAA2B,CAAC;AAEnE,+EAA+E;AAC/E,qBAAqB;AACrB,+EAA+E;AAE/E,mDAAmD;AACnD,MAAM,CAAC,MAAM,iBAAiB,GAAG,UAAmB,CAAC;AAErD,kEAAkE;AAClE,MAAM,CAAC,MAAM,iBAAiB,GAAG,UAAmB,CAAC;AAErD,yEAAyE;AACzE,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAqB,CAAC;AAEzD,iEAAiE;AACjE,MAAM,CAAC,MAAM,iBAAiB,GAAG,UAAmB,CAAC;AAErD,mEAAmE;AACnE,MAAM,CAAC,MAAM,sBAAsB,GAAG,eAAwB,CAAC;AAE/D,+EAA+E;AAC/E,mCAAmC;AACnC,+EAA+E;AAE/E,kCAAkC;AAClC,MAAM,CAAC,MAAM,WAAW,GAAG,aAAsB,CAAC;AAElD,sCAAsC;AACtC,MAAM,CAAC,MAAM,iBAAiB,GAAG,mBAA4B,CAAC;AAE9D,qDAAqD;AACrD,MAAM,CAAC,MAAM,oBAAoB,GAAG,sBAA+B,CAAC;AAEpE,8EAA8E;AAC9E,MAAM,CAAC,MAAM,oBAAoB,GAAG,sBAA+B,CAAC;AAEpE,kEAAkE;AAClE,MAAM,CAAC,MAAM,0BAA0B,GAAG,4BAAqC,CAAC;AAEhF,0CAA0C;AAC1C,MAAM,CAAC,MAAM,gBAAgB,GAAG,kBAA2B,CAAC;AAE5D,qDAAqD;AACrD,MAAM,CAAC,MAAM,iBAAiB,GAAG,mBAA4B,CAAC;AAE9D,+EAA+E;AAC/E,8BAA8B;AAC9B,+EAA+E;AAE/E;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,GAAG,aAAa,IAAI,iBAAiB,EAAE;IACvC,GAAG,aAAa,IAAI,iBAAiB,EAAE;IACvC,GAAG,aAAa,IAAI,mBAAmB,EAAE;IACzC,GAAG,aAAa,IAAI,WAAW,EAAE;IACjC,GAAG,aAAa,IAAI,iBAAiB,EAAE;IACvC,GAAG,aAAa,IAAI,oBAAoB,EAAE;CAClC,CAAC;AAEX;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,iBAAiB,EAAE,sBAAsB,CAAU,CAAC;AAE5F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAgB,IAAI,GAAG,CAAC;IAC/D,WAAW;IACX,iBAAiB;IACjB,oBAAoB;CACrB,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,iBAAiB,CAAC"}