jumbo-cli 2.11.1 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (323) hide show
  1. package/assets/skills/decompose-architecture-aggregate/SKILL.md +67 -0
  2. package/dist/application/context/architecture/ArchitectureDeprecationConstants.d.ts +30 -0
  3. package/dist/application/context/architecture/ArchitectureDeprecationConstants.d.ts.map +1 -0
  4. package/dist/application/context/architecture/ArchitectureDeprecationConstants.js +29 -0
  5. package/dist/application/context/architecture/ArchitectureDeprecationConstants.js.map +1 -0
  6. package/dist/application/context/architecture/ArchitectureView.d.ts +1 -0
  7. package/dist/application/context/architecture/ArchitectureView.d.ts.map +1 -1
  8. package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.d.ts.map +1 -1
  9. package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.js +3 -0
  10. package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.js.map +1 -1
  11. package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.d.ts +15 -0
  12. package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.d.ts.map +1 -0
  13. package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js +20 -0
  14. package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js.map +1 -0
  15. package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.d.ts +9 -0
  16. package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.d.ts.map +1 -0
  17. package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.js +3 -0
  18. package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.js.map +1 -0
  19. package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.d.ts +9 -0
  20. package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.d.ts.map +1 -0
  21. package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.js +3 -0
  22. package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.js.map +1 -0
  23. package/dist/application/context/goals/IGoalTitleReader.d.ts +9 -0
  24. package/dist/application/context/goals/IGoalTitleReader.d.ts.map +1 -0
  25. package/dist/application/context/goals/IGoalTitleReader.js +3 -0
  26. package/dist/application/context/goals/IGoalTitleReader.js.map +1 -0
  27. package/dist/application/context/goals/get/GoalContext.d.ts +1 -3
  28. package/dist/application/context/goals/get/GoalContext.d.ts.map +1 -1
  29. package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.d.ts +10 -0
  30. package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.d.ts.map +1 -0
  31. package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.js +3 -0
  32. package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.js.map +1 -0
  33. package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.d.ts +9 -0
  34. package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.d.ts.map +1 -0
  35. package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.js +14 -0
  36. package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.js.map +1 -0
  37. package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.d.ts +14 -0
  38. package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.d.ts.map +1 -0
  39. package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.js +35 -0
  40. package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.js.map +1 -0
  41. package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.d.ts +20 -0
  42. package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.d.ts.map +1 -0
  43. package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.js +48 -0
  44. package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.js.map +1 -0
  45. package/dist/application/context/sessions/SessionInstructionSignal.d.ts +1 -0
  46. package/dist/application/context/sessions/SessionInstructionSignal.d.ts.map +1 -1
  47. package/dist/application/context/sessions/SessionInstructionSignal.js +1 -0
  48. package/dist/application/context/sessions/SessionInstructionSignal.js.map +1 -1
  49. package/dist/application/context/sessions/start/LocalStartSessionGateway.d.ts +3 -1
  50. package/dist/application/context/sessions/start/LocalStartSessionGateway.d.ts.map +1 -1
  51. package/dist/application/context/sessions/start/LocalStartSessionGateway.js +14 -6
  52. package/dist/application/context/sessions/start/LocalStartSessionGateway.js.map +1 -1
  53. package/dist/application/host/IApplicationContainer.d.ts +4 -0
  54. package/dist/application/host/IApplicationContainer.d.ts.map +1 -1
  55. package/dist/domain/architecture/Architecture.d.ts +7 -1
  56. package/dist/domain/architecture/Architecture.d.ts.map +1 -1
  57. package/dist/domain/architecture/Architecture.js +24 -0
  58. package/dist/domain/architecture/Architecture.js.map +1 -1
  59. package/dist/domain/architecture/Constants.d.ts +3 -0
  60. package/dist/domain/architecture/Constants.d.ts.map +1 -1
  61. package/dist/domain/architecture/Constants.js +4 -1
  62. package/dist/domain/architecture/Constants.js.map +1 -1
  63. package/dist/domain/architecture/EventIndex.d.ts +3 -1
  64. package/dist/domain/architecture/EventIndex.d.ts.map +1 -1
  65. package/dist/domain/architecture/EventIndex.js +1 -0
  66. package/dist/domain/architecture/EventIndex.js.map +1 -1
  67. package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.d.ts +15 -0
  68. package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.d.ts.map +1 -0
  69. package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.js +9 -0
  70. package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.js.map +1 -0
  71. package/dist/infrastructure/context/SqliteGoalContextAssembler.d.ts +2 -4
  72. package/dist/infrastructure/context/SqliteGoalContextAssembler.d.ts.map +1 -1
  73. package/dist/infrastructure/context/SqliteGoalContextAssembler.js +5 -9
  74. package/dist/infrastructure/context/SqliteGoalContextAssembler.js.map +1 -1
  75. package/dist/infrastructure/context/architecture/SqliteArchitectureReader.d.ts.map +1 -1
  76. package/dist/infrastructure/context/architecture/SqliteArchitectureReader.js +1 -0
  77. package/dist/infrastructure/context/architecture/SqliteArchitectureReader.js.map +1 -1
  78. package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.d.ts.map +1 -1
  79. package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.js +1 -0
  80. package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.js.map +1 -1
  81. package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.d.ts +10 -0
  82. package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.d.ts.map +1 -0
  83. package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js +14 -0
  84. package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js.map +1 -0
  85. package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.d.ts +12 -0
  86. package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.d.ts.map +1 -0
  87. package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js +21 -0
  88. package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js.map +1 -0
  89. package/dist/infrastructure/context/architecture/migrations/003-add-deprecated-column.sql +4 -0
  90. package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.d.ts.map +1 -1
  91. package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.js +1 -0
  92. package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.js.map +1 -1
  93. package/dist/infrastructure/context/goals/SqliteGoalStatusReader.d.ts +3 -1
  94. package/dist/infrastructure/context/goals/SqliteGoalStatusReader.d.ts.map +1 -1
  95. package/dist/infrastructure/context/goals/SqliteGoalStatusReader.js +6 -0
  96. package/dist/infrastructure/context/goals/SqliteGoalStatusReader.js.map +1 -1
  97. package/dist/infrastructure/host/HostBuilder.d.ts.map +1 -1
  98. package/dist/infrastructure/host/HostBuilder.js +21 -2
  99. package/dist/infrastructure/host/HostBuilder.js.map +1 -1
  100. package/dist/infrastructure/messaging/ProjectionBusFactory.d.ts.map +1 -1
  101. package/dist/infrastructure/messaging/ProjectionBusFactory.js +3 -0
  102. package/dist/infrastructure/messaging/ProjectionBusFactory.js.map +1 -1
  103. package/dist/presentation/cli/commands/architecture/define/architecture.define.d.ts +4 -3
  104. package/dist/presentation/cli/commands/architecture/define/architecture.define.d.ts.map +1 -1
  105. package/dist/presentation/cli/commands/architecture/define/architecture.define.js +15 -24
  106. package/dist/presentation/cli/commands/architecture/define/architecture.define.js.map +1 -1
  107. package/dist/presentation/cli/commands/architecture/update/architecture.update.d.ts +4 -3
  108. package/dist/presentation/cli/commands/architecture/update/architecture.update.d.ts.map +1 -1
  109. package/dist/presentation/cli/commands/architecture/update/architecture.update.js +17 -30
  110. package/dist/presentation/cli/commands/architecture/update/architecture.update.js.map +1 -1
  111. package/dist/presentation/cli/commands/architecture/view/architecture.view.d.ts +1 -1
  112. package/dist/presentation/cli/commands/architecture/view/architecture.view.d.ts.map +1 -1
  113. package/dist/presentation/cli/commands/architecture/view/architecture.view.js +32 -17
  114. package/dist/presentation/cli/commands/architecture/view/architecture.view.js.map +1 -1
  115. package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.d.ts +9 -0
  116. package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.d.ts.map +1 -0
  117. package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.js +52 -0
  118. package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.js.map +1 -0
  119. package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.d.ts.map +1 -1
  120. package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.js +9 -33
  121. package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.js.map +1 -1
  122. package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.d.ts +9 -0
  123. package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.d.ts.map +1 -0
  124. package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.js +53 -0
  125. package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.js.map +1 -0
  126. package/dist/presentation/cli/commands/audiences/list/audiences.list.d.ts.map +1 -1
  127. package/dist/presentation/cli/commands/audiences/list/audiences.list.js +9 -33
  128. package/dist/presentation/cli/commands/audiences/list/audiences.list.js.map +1 -1
  129. package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.d.ts +9 -0
  130. package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.d.ts.map +1 -0
  131. package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.js +62 -0
  132. package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.js.map +1 -0
  133. package/dist/presentation/cli/commands/components/list/components.list.d.ts.map +1 -1
  134. package/dist/presentation/cli/commands/components/list/components.list.js +9 -48
  135. package/dist/presentation/cli/commands/components/list/components.list.js.map +1 -1
  136. package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.d.ts.map +1 -1
  137. package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.js +16 -11
  138. package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.js.map +1 -1
  139. package/dist/presentation/cli/commands/components/search/components.search.js +1 -1
  140. package/dist/presentation/cli/commands/components/search/components.search.js.map +1 -1
  141. package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.d.ts.map +1 -1
  142. package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.js +42 -21
  143. package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.js.map +1 -1
  144. package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.d.ts.map +1 -1
  145. package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.js +12 -2
  146. package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.js.map +1 -1
  147. package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.d.ts +9 -0
  148. package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.d.ts.map +1 -0
  149. package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.js +73 -0
  150. package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.js.map +1 -0
  151. package/dist/presentation/cli/commands/decisions/list/decisions.list.d.ts.map +1 -1
  152. package/dist/presentation/cli/commands/decisions/list/decisions.list.js +9 -55
  153. package/dist/presentation/cli/commands/decisions/list/decisions.list.js.map +1 -1
  154. package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.d.ts.map +1 -1
  155. package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.js +11 -2
  156. package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.js.map +1 -1
  157. package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.d.ts +9 -0
  158. package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.d.ts.map +1 -0
  159. package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.js +67 -0
  160. package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.js.map +1 -0
  161. package/dist/presentation/cli/commands/dependencies/list/dependencies.list.d.ts.map +1 -1
  162. package/dist/presentation/cli/commands/dependencies/list/dependencies.list.js +21 -71
  163. package/dist/presentation/cli/commands/dependencies/list/dependencies.list.js.map +1 -1
  164. package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.d.ts.map +1 -1
  165. package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.js +25 -4
  166. package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.js.map +1 -1
  167. package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.d.ts.map +1 -1
  168. package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.js +15 -4
  169. package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.js.map +1 -1
  170. package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.d.ts.map +1 -1
  171. package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.js +18 -21
  172. package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.js.map +1 -1
  173. package/dist/presentation/cli/commands/goals/approve/goal.approve.js +1 -1
  174. package/dist/presentation/cli/commands/goals/approve/goal.approve.js.map +1 -1
  175. package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.d.ts.map +1 -1
  176. package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.js +12 -6
  177. package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.js.map +1 -1
  178. package/dist/presentation/cli/commands/goals/block/goal.block.js +1 -1
  179. package/dist/presentation/cli/commands/goals/block/goal.block.js.map +1 -1
  180. package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.d.ts.map +1 -1
  181. package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.js +25 -11
  182. package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.js.map +1 -1
  183. package/dist/presentation/cli/commands/goals/close/goal.close.js +1 -1
  184. package/dist/presentation/cli/commands/goals/close/goal.close.js.map +1 -1
  185. package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.d.ts.map +1 -1
  186. package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.js +78 -63
  187. package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.js.map +1 -1
  188. package/dist/presentation/cli/commands/goals/codify/goal.codify.js +1 -1
  189. package/dist/presentation/cli/commands/goals/codify/goal.codify.js.map +1 -1
  190. package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.d.ts.map +1 -1
  191. package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.js +13 -5
  192. package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.js.map +1 -1
  193. package/dist/presentation/cli/commands/goals/commit/goal.commit.js +1 -1
  194. package/dist/presentation/cli/commands/goals/commit/goal.commit.js.map +1 -1
  195. package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.d.ts.map +1 -1
  196. package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.js +20 -10
  197. package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.js.map +1 -1
  198. package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.d.ts.map +1 -1
  199. package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.js +14 -8
  200. package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.js.map +1 -1
  201. package/dist/presentation/cli/commands/goals/pause/goal.pause.js +2 -2
  202. package/dist/presentation/cli/commands/goals/pause/goal.pause.js.map +1 -1
  203. package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.d.ts.map +1 -1
  204. package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.js +19 -20
  205. package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.js.map +1 -1
  206. package/dist/presentation/cli/commands/goals/qualify/goal.qualify.js +1 -1
  207. package/dist/presentation/cli/commands/goals/qualify/goal.qualify.js.map +1 -1
  208. package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.d.ts.map +1 -1
  209. package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.js +25 -23
  210. package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.js.map +1 -1
  211. package/dist/presentation/cli/commands/goals/refine/goal.refine.js +6 -5
  212. package/dist/presentation/cli/commands/goals/refine/goal.refine.js.map +1 -1
  213. package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.d.ts.map +1 -1
  214. package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.js +23 -23
  215. package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.js.map +1 -1
  216. package/dist/presentation/cli/commands/goals/reject/goal.reject.js +1 -1
  217. package/dist/presentation/cli/commands/goals/reject/goal.reject.js.map +1 -1
  218. package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.d.ts.map +1 -1
  219. package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.js +12 -6
  220. package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.js.map +1 -1
  221. package/dist/presentation/cli/commands/goals/remove/goal.remove.js +1 -1
  222. package/dist/presentation/cli/commands/goals/remove/goal.remove.js.map +1 -1
  223. package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.d.ts.map +1 -1
  224. package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.js +13 -7
  225. package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.js.map +1 -1
  226. package/dist/presentation/cli/commands/goals/reset/goal.reset.js +1 -1
  227. package/dist/presentation/cli/commands/goals/reset/goal.reset.js.map +1 -1
  228. package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.d.ts.map +1 -1
  229. package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.js +62 -76
  230. package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.js.map +1 -1
  231. package/dist/presentation/cli/commands/goals/resume/goal.resume.js +2 -2
  232. package/dist/presentation/cli/commands/goals/resume/goal.resume.js.map +1 -1
  233. package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.d.ts.map +1 -1
  234. package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.js +73 -78
  235. package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.js.map +1 -1
  236. package/dist/presentation/cli/commands/goals/review/goal.review.js +1 -1
  237. package/dist/presentation/cli/commands/goals/review/goal.review.js.map +1 -1
  238. package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.d.ts +1 -9
  239. package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.d.ts.map +1 -1
  240. package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js +57 -132
  241. package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js.map +1 -1
  242. package/dist/presentation/cli/commands/goals/show/goal.show.js +1 -1
  243. package/dist/presentation/cli/commands/goals/show/goal.show.js.map +1 -1
  244. package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.d.ts.map +1 -1
  245. package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.js +58 -71
  246. package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.js.map +1 -1
  247. package/dist/presentation/cli/commands/goals/start/goal.start.js +2 -2
  248. package/dist/presentation/cli/commands/goals/start/goal.start.js.map +1 -1
  249. package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.d.ts.map +1 -1
  250. package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.js +15 -14
  251. package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.js.map +1 -1
  252. package/dist/presentation/cli/commands/goals/submit/goal.submit.js +1 -1
  253. package/dist/presentation/cli/commands/goals/submit/goal.submit.js.map +1 -1
  254. package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.d.ts.map +1 -1
  255. package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.js +14 -2
  256. package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.js.map +1 -1
  257. package/dist/presentation/cli/commands/goals/unblock/goal.unblock.js +2 -2
  258. package/dist/presentation/cli/commands/goals/unblock/goal.unblock.js.map +1 -1
  259. package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.d.ts.map +1 -1
  260. package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.js +10 -2
  261. package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.js.map +1 -1
  262. package/dist/presentation/cli/commands/goals/update/goal.update.js +4 -4
  263. package/dist/presentation/cli/commands/goals/update/goal.update.js.map +1 -1
  264. package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.d.ts.map +1 -1
  265. package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.js +16 -8
  266. package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.js.map +1 -1
  267. package/dist/presentation/cli/commands/goals/update-progress/goal.update-progress.js +1 -1
  268. package/dist/presentation/cli/commands/goals/update-progress/goal.update-progress.js.map +1 -1
  269. package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.d.ts +9 -0
  270. package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.d.ts.map +1 -0
  271. package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.js +57 -0
  272. package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.js.map +1 -0
  273. package/dist/presentation/cli/commands/guidelines/list/guidelines.list.d.ts.map +1 -1
  274. package/dist/presentation/cli/commands/guidelines/list/guidelines.list.js +9 -27
  275. package/dist/presentation/cli/commands/guidelines/list/guidelines.list.js.map +1 -1
  276. package/dist/presentation/cli/commands/heal/HealOutputBuilder.d.ts.map +1 -1
  277. package/dist/presentation/cli/commands/heal/HealOutputBuilder.js +18 -6
  278. package/dist/presentation/cli/commands/heal/HealOutputBuilder.js.map +1 -1
  279. package/dist/presentation/cli/commands/host/workers/worker.view.d.ts.map +1 -1
  280. package/dist/presentation/cli/commands/host/workers/worker.view.js +10 -4
  281. package/dist/presentation/cli/commands/host/workers/worker.view.js.map +1 -1
  282. package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.d.ts +9 -0
  283. package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.d.ts.map +1 -0
  284. package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.js +53 -0
  285. package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.js.map +1 -0
  286. package/dist/presentation/cli/commands/invariants/list/invariants.list.d.ts.map +1 -1
  287. package/dist/presentation/cli/commands/invariants/list/invariants.list.js +9 -23
  288. package/dist/presentation/cli/commands/invariants/list/invariants.list.js.map +1 -1
  289. package/dist/presentation/cli/commands/project/init/project.init.js +8 -8
  290. package/dist/presentation/cli/commands/project/init/project.init.js.map +1 -1
  291. package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.d.ts +13 -0
  292. package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.d.ts.map +1 -0
  293. package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.js +64 -0
  294. package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.js.map +1 -0
  295. package/dist/presentation/cli/commands/relations/list/relations.list.d.ts.map +1 -1
  296. package/dist/presentation/cli/commands/relations/list/relations.list.js +15 -37
  297. package/dist/presentation/cli/commands/relations/list/relations.list.js.map +1 -1
  298. package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.d.ts +9 -0
  299. package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.d.ts.map +1 -0
  300. package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.js +61 -0
  301. package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.js.map +1 -0
  302. package/dist/presentation/cli/commands/sessions/list/sessions.list.d.ts.map +1 -1
  303. package/dist/presentation/cli/commands/sessions/list/sessions.list.js +9 -47
  304. package/dist/presentation/cli/commands/sessions/list/sessions.list.js.map +1 -1
  305. package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.d.ts +1 -0
  306. package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.d.ts.map +1 -1
  307. package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.js +13 -1
  308. package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.js.map +1 -1
  309. package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.d.ts +9 -0
  310. package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.d.ts.map +1 -0
  311. package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.js +59 -0
  312. package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.js.map +1 -0
  313. package/dist/presentation/cli/commands/value-propositions/list/values.list.d.ts.map +1 -1
  314. package/dist/presentation/cli/commands/value-propositions/list/values.list.js +9 -32
  315. package/dist/presentation/cli/commands/value-propositions/list/values.list.js.map +1 -1
  316. package/dist/presentation/cli/commands/work/refine/RefineryDisplay.d.ts.map +1 -1
  317. package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js +12 -15
  318. package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js.map +1 -1
  319. package/dist/presentation/cli/rendering/OutputLayout.d.ts +39 -0
  320. package/dist/presentation/cli/rendering/OutputLayout.d.ts.map +1 -0
  321. package/dist/presentation/cli/rendering/OutputLayout.js +81 -0
  322. package/dist/presentation/cli/rendering/OutputLayout.js.map +1 -0
  323. package/package.json +1 -1
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GoalReviewOutputBuilder = void 0;
4
4
  const TerminalOutputBuilder_js_1 = require("../../../output/TerminalOutputBuilder.js");
5
+ const StyleConfig_js_1 = require("../../../rendering/StyleConfig.js");
6
+ const OutputLayout_js_1 = require("../../../rendering/OutputLayout.js");
5
7
  /**
6
8
  * Specialized builder for goal.review command output.
7
9
  * Encapsulates all output rendering for the review goal command.
@@ -21,125 +23,118 @@ class GoalReviewOutputBuilder {
21
23
  this.builder.reset();
22
24
  const goal = response.criteria.goal;
23
25
  const context = response.criteria.context;
24
- // Build complete review prompt as single section
25
- let output = "\n# Goal Review Instructions\n" +
26
- "You are the quality assurance specialist tasked with reviewing the goal (outlined below) implementation. The implementation MUST NOT HAVE DEVIATED from the instructions.\n" +
27
- "Your (the specialist's) skills are that of the perfect software engineer - the amalgamation of Robert C. Martin, Martin Fowler, and Eric Evans.\n" +
28
- "You expect perfect, efficient, secure, and well-documented code.\n" +
29
- "You are now in QA mode. Verify the implementation against the details below.\n" +
30
- "Report and fix any failures.\n" +
31
- "---\n\n";
26
+ const lines = [];
27
+ // Header
28
+ lines.push('');
29
+ lines.push((0, OutputLayout_js_1.heading)("Goal Review Instructions"));
30
+ lines.push(...(0, OutputLayout_js_1.wrapContent)("You are the quality assurance specialist tasked with reviewing the goal (outlined below) implementation. The implementation MUST NOT HAVE DEVIATED from the instructions."));
31
+ lines.push(...(0, OutputLayout_js_1.wrapContent)("Your (the specialist's) skills are that of the perfect software engineer - the amalgamation of Robert C. Martin, Martin Fowler, and Eric Evans."));
32
+ lines.push(...(0, OutputLayout_js_1.wrapContent)("You expect perfect, efficient, secure, and well-documented code."));
33
+ lines.push(...(0, OutputLayout_js_1.wrapContent)("You are now in QA mode. Verify the implementation against the details below."));
34
+ lines.push(...(0, OutputLayout_js_1.wrapContent)("Report and fix any failures."));
35
+ lines.push((0, OutputLayout_js_1.divider)());
36
+ lines.push('');
32
37
  // Objective and Success Criteria
33
- output += `## Objective:\n'${goal.objective}'\n` +
34
- "## Success Criteria:\n";
38
+ lines.push((0, OutputLayout_js_1.heading)("Objective"));
39
+ lines.push((0, OutputLayout_js_1.contentLine)(`'${goal.objective}'`));
40
+ lines.push((0, OutputLayout_js_1.heading)("Success Criteria"));
35
41
  goal.successCriteria.forEach((c) => {
36
- output += `- ${c}\n`;
42
+ lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(c));
37
43
  });
38
- output += "\nVERIFY: Does the implementation succeed in fulfilling the objective and these specific criteria and adhere to the instructions below?\n" +
39
- `INSTRUCTION: If ANY criteria are NOT met, then note the issues for goal rejection.`;
44
+ lines.push('');
45
+ lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: Does the implementation succeed in fulfilling the objective and these specific criteria and adhere to the instructions below?"));
46
+ lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If ANY criteria are NOT met, then note the issues for goal rejection."));
40
47
  // Scope (if scoped)
41
48
  if (this.isScoped(response)) {
42
- output += "\n\n### Scope:";
49
+ lines.push('');
43
50
  if (goal.scopeIn && goal.scopeIn.length > 0) {
44
- output += "\n#### In Scope\n";
51
+ lines.push((0, OutputLayout_js_1.heading)("Scope: In"));
45
52
  goal.scopeIn.forEach((item) => {
46
- output += `- ${item}\n`;
53
+ lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(item));
47
54
  });
48
- output += "\nVERIFY: The implementation stayed within the defined scope.\n" +
49
- `INSTRUCTION: If any work was done outside the defined scope, then note the issues for goal rejection.`;
55
+ lines.push('');
56
+ lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: The implementation stayed within the defined scope."));
57
+ lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any work was done outside the defined scope, then note the issues for goal rejection."));
50
58
  }
51
59
  if (goal.scopeOut && goal.scopeOut.length > 0) {
52
- output += "\n#### Out of Scope\n";
60
+ lines.push((0, OutputLayout_js_1.heading)("Scope: Out"));
53
61
  goal.scopeOut.forEach((item) => {
54
- output += `- ${item}\n`;
62
+ lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(item));
55
63
  });
56
- output += "\nVERIFY: The implementation did not overlap these items.\n" +
57
- `INSTRUCTION: If any work overlapped these items, then note the issues for goal rejection.`;
58
- }
59
- }
60
- // Architecture
61
- if (context.architecture) {
62
- output += "\n\n### Solution Architecture:\n" +
63
- `High-level Description: ${context.architecture.description}\n\n` +
64
- `Organization Style: ${context.architecture.organization}\n\n` +
65
- "\nVERIFY: Namespaces (directory structures) and file names introduced by you (the developer) maintain the solution's architectural organization style.\n" +
66
- `INSTRUCTION: If any namespaces or file names do not maintain the solution's architectural organization style, then note the issues for goal rejection.`;
67
- if (context.architecture.patterns && context.architecture.patterns.length > 0) {
68
- output += "\n\n#### Design Patterns:\n";
69
- context.architecture.patterns.forEach((pattern) => {
70
- output += `- ${pattern}\n`;
71
- });
72
- output += "\nVERIFY: You (the developer) leveraged these architectural patterns where applicable.\n" +
73
- "If the goal does not fit a prescribed pattern, then did you register the new architecture pattern with jumbo. Run 'jumbo architecture update --help' for further instructions.\n" +
74
- "New patterns MUST not conflict with existing patterns. For example, if the solution uses a layered architecture pattern, then you MUST NOT introduce a microservices pattern.\n" +
75
- `INSTRUCTION: If any architectural patterns were not leveraged or new patterns conflict with existing ones, then note the issues for goal rejection.`;
76
- }
77
- if (context.architecture.principles && context.architecture.principles.length > 0) {
78
- output += "\n\n#### Principles:\n";
79
- context.architecture.principles.forEach((principle) => {
80
- output += `- ${principle}\n`;
81
- });
82
- output += "\nVERIFY: Artifacts created by you (the developer) directly reflect these principles.\n" +
83
- `INSTRUCTION: If any artifacts do not reflect these principles, then note the issues for goal rejection.`;
64
+ lines.push('');
65
+ lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: The implementation did not overlap these items."));
66
+ lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any work overlapped these items, then note the issues for goal rejection."));
84
67
  }
85
68
  }
86
69
  // Components
87
70
  if (context.components.length > 0) {
88
- output += "\n\n## Relevant Components:\n";
71
+ lines.push('');
72
+ lines.push((0, OutputLayout_js_1.heading)("Relevant Components"));
89
73
  context.components.forEach((c) => {
90
- output += `- ${c.entity.name}: ${c.entity.description}\n`;
74
+ lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${c.entity.name}: ${c.entity.description}`));
91
75
  });
92
- output += "\nVERIFY: These components were considered in the implementation.\n" +
93
- `INSTRUCTION: If any components were not considered, then note the issues for goal rejection.`;
76
+ lines.push('');
77
+ lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: These components were considered in the implementation."));
78
+ lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any components were not considered, then note the issues for goal rejection."));
94
79
  }
95
80
  // Dependencies
96
81
  if (context.dependencies.length > 0) {
97
- output += "\n\n## Relevant Dependencies:\n";
82
+ lines.push('');
83
+ lines.push((0, OutputLayout_js_1.heading)("Relevant Dependencies"));
98
84
  context.dependencies.forEach((d) => {
99
85
  const version = d.entity.versionConstraint ? `@${d.entity.versionConstraint}` : "";
100
86
  const purpose = d.entity.contract || d.entity.endpoint || "External dependency";
101
- output += `- ${d.entity.ecosystem}:${d.entity.packageName}${version} (${d.entity.name}): ${purpose}\n`;
87
+ lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${d.entity.ecosystem}:${d.entity.packageName}${version} (${d.entity.name}): ${purpose}`));
102
88
  });
103
- output += "\nVERIFY: These dependencies are considered in the implementation.\n" +
104
- `INSTRUCTION: If any dependencies were not considered, then note the issues for goal rejection.`;
89
+ lines.push('');
90
+ lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: These dependencies are considered in the implementation."));
91
+ lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any dependencies were not considered, then note the issues for goal rejection."));
105
92
  }
106
93
  // Decisions
107
94
  if (context.decisions.length > 0) {
108
- output += "\n\n## Relevant Decisions:\n";
95
+ lines.push('');
96
+ lines.push((0, OutputLayout_js_1.heading)("Relevant Decisions"));
109
97
  context.decisions.forEach((d) => {
110
- output += `- ${d.entity.title}: ${d.entity.rationale}\n`;
98
+ lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${d.entity.title}: ${d.entity.rationale}`));
111
99
  });
112
- output += "\nNOTE: The solution may contain artifacts that reflect previous design decisions.\n" +
113
- "VERIFY:These design decisions are reflected in the implementation and ensure the trajectory of the solution is consistent.\n" +
114
- `INSTRUCTION: If any design decisions are not reflected or the trajectory is inconsistent, then note the issues for goal rejection.`;
100
+ lines.push('');
101
+ lines.push((0, OutputLayout_js_1.contentLine)("NOTE: The solution may contain artifacts that reflect previous design decisions."));
102
+ lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: These design decisions are reflected in the implementation and ensure the trajectory of the solution is consistent."));
103
+ lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any design decisions are not reflected or the trajectory is inconsistent, then note the issues for goal rejection."));
115
104
  }
116
105
  // Invariants
117
106
  if (context.invariants.length > 0) {
118
- output += "\n\n## Invariants:\n";
107
+ lines.push('');
108
+ lines.push((0, OutputLayout_js_1.heading)("Invariants"));
119
109
  context.invariants.forEach((inv) => {
120
- output += `- ${inv.entity.title}:\n - ${inv.entity.description}\n`;
110
+ lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${inv.entity.title}: ${inv.entity.description}`));
121
111
  });
122
- output += "\nVERIFY: The implementation adheres to ALL of these invariants.\n" +
123
- `INSTRUCTION: If the implementation does not adhere to any of these invariants, then note the issues for goal rejection. `;
112
+ lines.push('');
113
+ lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: The implementation adheres to ALL of these invariants."));
114
+ lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If the implementation does not adhere to any of these invariants, then note the issues for goal rejection."));
124
115
  }
125
116
  // Guidelines
126
117
  if (context.guidelines.length > 0) {
127
- output += "\n\n## Guidelines:\n";
118
+ lines.push('');
119
+ lines.push((0, OutputLayout_js_1.heading)("Guidelines"));
128
120
  context.guidelines.forEach((g) => {
129
- output += `- ${g.entity.category}: ${g.entity.description}\n`;
121
+ lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${g.entity.category}: ${g.entity.description}`));
130
122
  });
131
- output += "\nVERIFY: The implementation follows these guidelines.\n" +
132
- `INSTRUCTION: If the implementation does not follow any of these guidelines, then note the issues for goal rejection. `;
123
+ lines.push('');
124
+ lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: The implementation follows these guidelines."));
125
+ lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If the implementation does not follow any of these guidelines, then note the issues for goal rejection."));
133
126
  }
134
127
  // Final instructions
135
- output += "\n\n---\n" +
136
- "## Next Steps\n" +
137
- "If ALL criteria are met:\n" +
138
- ` Run: jumbo goal approve --id ${response.goalId}\n\n` +
139
- "If ANY criteria are NOT met:\n" +
140
- ` Note the issues and reject the goal: jumbo goal reject --id ${response.goalId} --audit-findings <findings>\n` +
141
- "---\n";
142
- this.builder.addPrompt(output);
128
+ lines.push('');
129
+ lines.push((0, OutputLayout_js_1.divider)());
130
+ lines.push((0, OutputLayout_js_1.heading)("Next Steps"));
131
+ lines.push((0, OutputLayout_js_1.contentLine)("If ALL criteria are met:"));
132
+ lines.push((0, OutputLayout_js_1.contentLine)(` Run: jumbo goal approve --id ${response.goalId}`));
133
+ lines.push('');
134
+ lines.push((0, OutputLayout_js_1.contentLine)("If ANY criteria are NOT met:"));
135
+ lines.push((0, OutputLayout_js_1.contentLine)(` Note the issues and reject the goal: jumbo goal reject --id ${response.goalId} --audit-findings <findings>`));
136
+ lines.push((0, OutputLayout_js_1.divider)());
137
+ this.builder.addPrompt(lines.join('\n'));
143
138
  return this.builder.build();
144
139
  }
145
140
  /**
@@ -148,7 +143,7 @@ class GoalReviewOutputBuilder {
148
143
  */
149
144
  buildFailureError(error) {
150
145
  this.builder.reset();
151
- this.builder.addPrompt("Failed to submit goal for review");
146
+ this.builder.addPrompt(`${StyleConfig_js_1.Symbols.cross} ${StyleConfig_js_1.Colors.error("Failed to submit goal for review")}`);
152
147
  this.builder.addData({
153
148
  message: error instanceof Error ? error.message : error
154
149
  });
@@ -1 +1 @@
1
- {"version":3,"file":"GoalReviewOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.ts"],"names":[],"mappings":";;;AAAA,uFAAiF;AAIjF;;;;;;GAMG;AACH,MAAa,uBAAuB;IAGlC;QACE,IAAI,CAAC,OAAO,GAAG,IAAI,gDAAqB,EAAE,CAAC;IAC7C,CAAC;IAED;;;OAGG;IACH,YAAY,CAAC,QAA4B;QACvC,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QACrB,MAAM,IAAI,GAAG,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC;QACpC,MAAM,OAAO,GAAG,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC;QAE1C,iDAAiD;QACjD,IAAI,MAAM,GAAG,gCAAgC;YAChC,6KAA6K;YAC7K,mJAAmJ;YACnJ,oEAAoE;YACpE,gFAAgF;YAChF,gCAAgC;YAChC,SAAS,CAAC;QAEvB,iCAAiC;QACjC,MAAM,IAAI,mBAAmB,IAAI,CAAC,SAAS,KAAK;YACtC,wBAAwB,CAAC;QACnC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;YACjC,MAAM,IAAI,KAAK,CAAC,IAAI,CAAC;QACvB,CAAC,CAAC,CAAC;QACH,MAAM,IAAI,2IAA2I;YAC3I,oFAAoF,CAAC;QAE/F,oBAAoB;QACpB,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC;YAC5B,MAAM,IAAI,gBAAgB,CAAC;YAE3B,IAAI,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC5C,MAAM,IAAI,mBAAmB,CAAC;gBAC9B,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,IAAY,EAAE,EAAE;oBACpC,MAAM,IAAI,KAAK,IAAI,IAAI,CAAC;gBAC1B,CAAC,CAAC,CAAC;gBACH,MAAM,IAAI,iEAAiE;oBACjE,uGAAuG,CAAC;YACpH,CAAC;YAED,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC9C,MAAM,IAAI,uBAAuB,CAAC;gBAClC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAY,EAAE,EAAE;oBACrC,MAAM,IAAI,KAAK,IAAI,IAAI,CAAC;gBAC1B,CAAC,CAAC,CAAC;gBACH,MAAM,IAAI,6DAA6D;oBAC7D,2FAA2F,CAAC;YACxG,CAAC;QACH,CAAC;QAED,eAAe;QACf,IAAI,OAAO,CAAC,YAAY,EAAE,CAAC;YACzB,MAAM,IAAI,kCAAkC;gBAClC,2BAA2B,OAAO,CAAC,YAAY,CAAC,WAAW,MAAM;gBACjE,uBAAuB,OAAO,CAAC,YAAY,CAAC,YAAY,MAAM;gBAC9D,0JAA0J;gBAC1J,wJAAwJ,CAAC;YAEnK,IAAI,OAAO,CAAC,YAAY,CAAC,QAAQ,IAAI,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAC9E,MAAM,IAAI,6BAA6B,CAAC;gBACxC,OAAO,CAAC,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,OAAe,EAAE,EAAE;oBACxD,MAAM,IAAI,KAAK,OAAO,IAAI,CAAC;gBAC7B,CAAC,CAAC,CAAC;gBACH,MAAM,IAAI,0FAA0F;oBAC1F,kLAAkL;oBAClL,iLAAiL;oBACjL,qJAAqJ,CAAC;YAClK,CAAC;YAED,IAAI,OAAO,CAAC,YAAY,CAAC,UAAU,IAAI,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;gBAClF,MAAM,IAAI,wBAAwB,CAAC;gBACnC,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,SAAiB,EAAE,EAAE;oBAC5D,MAAM,IAAI,KAAK,SAAS,IAAI,CAAC;gBAC/B,CAAC,CAAC,CAAC;gBACH,MAAM,IAAI,yFAAyF;oBACzF,yGAAyG,CAAC;YACtH,CAAC;QACH,CAAC;QAED,aAAa;QACb,IAAI,OAAO,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAClC,MAAM,IAAI,+BAA+B,CAAC;YAC1C,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;gBAC/B,MAAM,IAAI,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,CAAC,MAAM,CAAC,WAAW,IAAI,CAAC;YAC5D,CAAC,CAAC,CAAC;YACH,MAAM,IAAI,qEAAqE;gBACrE,8FAA8F,CAAC;QAC3G,CAAC;QAED,eAAe;QACf,IAAI,OAAO,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACpC,MAAM,IAAI,iCAAiC,CAAC;YAC5C,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;gBACjC,MAAM,OAAO,GAAG,CAAC,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBACnF,MAAM,OAAO,GAAG,CAAC,CAAC,MAAM,CAAC,QAAQ,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,IAAI,qBAAqB,CAAC;gBAChF,MAAM,IAAI,KAAK,CAAC,CAAC,MAAM,CAAC,SAAS,IAAI,CAAC,CAAC,MAAM,CAAC,WAAW,GAAG,OAAO,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,MAAM,OAAO,IAAI,CAAC;YACzG,CAAC,CAAC,CAAC;YACH,MAAM,IAAI,sEAAsE;gBACtE,gGAAgG,CAAC;QAC7G,CAAC;QAED,YAAY;QACZ,IAAI,OAAO,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACjC,MAAM,IAAI,8BAA8B,CAAC;YACzC,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;gBAC9B,MAAM,IAAI,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,KAAK,CAAC,CAAC,MAAM,CAAC,SAAS,IAAI,CAAC;YAC3D,CAAC,CAAC,CAAC;YACH,MAAM,IAAI,sFAAsF;gBACtF,8HAA8H;gBAC9H,oIAAoI,CAAC;QACjJ,CAAC;QAED,aAAa;QACb,IAAI,OAAO,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAClC,MAAM,IAAI,sBAAsB,CAAC;YACjC,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;gBACjC,MAAM,IAAI,KAAK,GAAG,CAAC,MAAM,CAAC,KAAK,UAAU,GAAG,CAAC,MAAM,CAAC,WAAW,IAAI,CAAC;YACtE,CAAC,CAAC,CAAC;YACH,MAAM,IAAI,oEAAoE;gBACpE,0HAA0H,CAAC;QACvI,CAAC;QAED,aAAa;QACb,IAAI,OAAO,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAClC,MAAM,IAAI,sBAAsB,CAAC;YACjC,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;gBAC/B,MAAM,IAAI,KAAK,CAAC,CAAC,MAAM,CAAC,QAAQ,KAAK,CAAC,CAAC,MAAM,CAAC,WAAW,IAAI,CAAC;YAChE,CAAC,CAAC,CAAC;YACH,MAAM,IAAI,0DAA0D;gBAC1D,uHAAuH,CAAC;QACpI,CAAC;QAED,qBAAqB;QACrB,MAAM,IAAI,WAAW;YACX,iBAAiB;YACjB,4BAA4B;YAC5B,kCAAkC,QAAQ,CAAC,MAAM,MAAM;YACvD,gCAAgC;YAChC,iEAAiE,QAAQ,CAAC,MAAM,gCAAgC;YAChH,OAAO,CAAC;QAElB,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;QAC/B,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAC9B,CAAC;IAED;;;OAGG;IACH,iBAAiB,CAAC,KAAqB;QACrC,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QACrB,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,oCAAoC,CAAC,CAAC;QAC7D,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;YACnB,OAAO,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK;SACxD,CAAC,CAAC;QACH,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAC9B,CAAC;IAED;;OAEG;IACK,QAAQ,CAAC,QAA4B;QAC3C,MAAM,IAAI,GAAG,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC;QACpC,OAAO,CACL,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC;YACxD,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAC3D,CAAC;IACJ,CAAC;CACF;AA/KD,0DA+KC"}
1
+ {"version":3,"file":"GoalReviewOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.ts"],"names":[],"mappings":"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"}
@@ -25,7 +25,7 @@ exports.metadata = {
25
25
  options: [],
26
26
  examples: [
27
27
  {
28
- command: "jumbo goal review --id goal_abc123",
28
+ command: "jumbo goal review --id abc123",
29
29
  description: "Start QA review on a submitted goal"
30
30
  }
31
31
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"goal.review.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/goal.review.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAkCH,gCA6BC;AA3DD,gEAA0D;AAE1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,qCAAqC;IAClD,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;KACF;IACD,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,oCAAoC;YAC7C,WAAW,EAAE,qCAAqC;SACnD;KACF;IACD,OAAO,EAAE,CAAC,aAAa,EAAE,cAAc,EAAE,aAAa,CAAC;CACxD,CAAC;AAEF;;;GAGG;AACI,KAAK,UAAU,UAAU,CAC9B,OAAuB,EACvB,SAAgC;IAEhC,MAAM,QAAQ,GAAG,sBAAQ,CAAC,WAAW,EAAE,CAAC;IAExC,IAAI,CAAC;QACH,mCAAmC;QACnC,MAAM,UAAU,GAAG,SAAS,CAAC,oBAAoB,CAAC;QAElD,oBAAoB;QACpB,MAAM,OAAO,GAAsB;YACjC,MAAM,EAAE,OAAO,CAAC,EAAE;SACnB,CAAC;QAEF,oBAAoB;QACpB,MAAM,QAAQ,GAAG,MAAM,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAElD,mDAAmD;QACnD,MAAM,aAAa,GAAG,IAAI,oDAAuB,EAAE,CAAC;QACpD,MAAM,MAAM,GAAG,aAAa,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;QAEpD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;QACxC,QAAQ,CAAC,OAAO,EAAE,CAAC;IAErB,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,QAAQ,CAAC,KAAK,CAAC,kCAAkC,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QACnG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"goal.review.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/goal.review.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAkCH,gCA6BC;AA3DD,gEAA0D;AAE1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,qCAAqC;IAClD,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;KACF;IACD,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,+BAA+B;YACxC,WAAW,EAAE,qCAAqC;SACnD;KACF;IACD,OAAO,EAAE,CAAC,aAAa,EAAE,cAAc,EAAE,aAAa,CAAC;CACxD,CAAC;AAEF;;;GAGG;AACI,KAAK,UAAU,UAAU,CAC9B,OAAuB,EACvB,SAAgC;IAEhC,MAAM,QAAQ,GAAG,sBAAQ,CAAC,WAAW,EAAE,CAAC;IAExC,IAAI,CAAC;QACH,mCAAmC;QACnC,MAAM,UAAU,GAAG,SAAS,CAAC,oBAAoB,CAAC;QAElD,oBAAoB;QACpB,MAAM,OAAO,GAAsB;YACjC,MAAM,EAAE,OAAO,CAAC,EAAE;SACnB,CAAC;QAEF,oBAAoB;QACpB,MAAM,QAAQ,GAAG,MAAM,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAElD,mDAAmD;QACnD,MAAM,aAAa,GAAG,IAAI,oDAAuB,EAAE,CAAC;QACpD,MAAM,MAAM,GAAG,aAAa,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;QAEpD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;QACxC,QAAQ,CAAC,OAAO,EAAE,CAAC;IAErB,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,QAAQ,CAAC,KAAK,CAAC,kCAAkC,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QACnG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC"}
@@ -7,7 +7,7 @@ import { ContextualGoalView } from '../../../../../application/context/goals/get
7
7
  * Visual language follows the Jumbo design system (mockups/design-system.svg):
8
8
  * - BrandColors.jumboBlue accent bar (|) as structural element at x=24
9
9
  * - Section headings at x=38, content at x=42, indented at x=54
10
- * - Only two dividers: after metadata block, before architecture band
10
+ * - Only two dividers: after metadata block, before related context band
11
11
  * - BrandColors.accentCyan for entity names in Band 2
12
12
  * - Static footer with ➤ arrow
13
13
  *
@@ -17,16 +17,8 @@ import { ContextualGoalView } from '../../../../../application/context/goals/get
17
17
  export declare class GoalShowOutputBuilder {
18
18
  private builder;
19
19
  constructor();
20
- private bar;
21
- private divider;
22
- private heading;
23
- private metaField;
24
- private contentLine;
25
- private indentLine;
26
20
  private formatStatus;
27
- private wrapContent;
28
21
  private wrapContentWithPrefix;
29
- private wrapBulletContinuation;
30
22
  /**
31
23
  * Build output for TTY (human-readable formatted text).
32
24
  * Renders complete goal details with all fields.
@@ -1 +1 @@
1
- {"version":3,"file":"GoalShowOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/show/GoalShowOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;AAmCxG;;;;;;;;;;;;;GAaG;AACH,qBAAa,qBAAqB;IAChC,OAAO,CAAC,OAAO,CAAwB;;IAMvC,OAAO,CAAC,GAAG;IAIX,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,OAAO;IAIf,OAAO,CAAC,SAAS;IAKjB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,UAAU;IAIlB,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,WAAW;IAMnB,OAAO,CAAC,qBAAqB;IAmC7B,OAAO,CAAC,sBAAsB;IAc9B;;;OAGG;IACH,KAAK,CAAC,cAAc,EAAE,kBAAkB,GAAG,cAAc;IAkNzD;;;OAGG;IACH,qBAAqB,CAAC,cAAc,EAAE,kBAAkB,GAAG,cAAc;IAqCzE;;;OAGG;IACH,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc;IAOtD;;;OAGG;IACH,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,GAAG,cAAc;CAQzD"}
1
+ {"version":3,"file":"GoalShowOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/show/GoalShowOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;AAsBxG;;;;;;;;;;;;;GAaG;AACH,qBAAa,qBAAqB;IAChC,OAAO,CAAC,OAAO,CAAwB;;IAMvC,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,qBAAqB;IAmC7B;;;OAGG;IACH,KAAK,CAAC,cAAc,EAAE,kBAAkB,GAAG,cAAc;IAyLzD;;;OAGG;IACH,qBAAqB,CAAC,cAAc,EAAE,kBAAkB,GAAG,cAAc;IAoCzE;;;OAGG;IACH,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc;IAOtD;;;OAGG;IACH,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,GAAG,cAAc;CAQzD"}