jumbo-cli 1.0.0-beta.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 (2761) hide show
  1. package/LICENSE.txt +661 -0
  2. package/README.md +261 -0
  3. package/dist/application/cli-metadata/query/ICliMetadataReader.d.ts +14 -0
  4. package/dist/application/cli-metadata/query/ICliMetadataReader.d.ts.map +1 -0
  5. package/dist/application/cli-metadata/query/ICliMetadataReader.js +7 -0
  6. package/dist/application/cli-metadata/query/ICliMetadataReader.js.map +1 -0
  7. package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.d.ts +16 -0
  8. package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.d.ts.map +1 -0
  9. package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.js +3 -0
  10. package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.js.map +1 -0
  11. package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.d.ts +25 -0
  12. package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.d.ts.map +1 -0
  13. package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.js +37 -0
  14. package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.js.map +1 -0
  15. package/dist/application/project-knowledge/audience-pains/AudiencePainView.d.ts +19 -0
  16. package/dist/application/project-knowledge/audience-pains/AudiencePainView.d.ts.map +1 -0
  17. package/dist/application/project-knowledge/audience-pains/AudiencePainView.js +9 -0
  18. package/dist/application/project-knowledge/audience-pains/AudiencePainView.js.map +1 -0
  19. package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommand.d.ts +10 -0
  20. package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommand.d.ts.map +1 -0
  21. package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommand.js +8 -0
  22. package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommand.js.map +1 -0
  23. package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommandHandler.d.ts +22 -0
  24. package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommandHandler.d.ts.map +1 -0
  25. package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommandHandler.js +36 -0
  26. package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommandHandler.js.map +1 -0
  27. package/dist/application/project-knowledge/audience-pains/add/AudiencePainAddedEventHandler.d.ts +15 -0
  28. package/dist/application/project-knowledge/audience-pains/add/AudiencePainAddedEventHandler.d.ts.map +1 -0
  29. package/dist/application/project-knowledge/audience-pains/add/AudiencePainAddedEventHandler.js +20 -0
  30. package/dist/application/project-knowledge/audience-pains/add/AudiencePainAddedEventHandler.js.map +1 -0
  31. package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedEventWriter.d.ts +10 -0
  32. package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedEventWriter.d.ts.map +1 -0
  33. package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedEventWriter.js +3 -0
  34. package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedEventWriter.js.map +1 -0
  35. package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedProjector.d.ts +9 -0
  36. package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedProjector.d.ts.map +1 -0
  37. package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedProjector.js +3 -0
  38. package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedProjector.js.map +1 -0
  39. package/dist/application/project-knowledge/audience-pains/query/IAudiencePainContextReader.d.ts +13 -0
  40. package/dist/application/project-knowledge/audience-pains/query/IAudiencePainContextReader.d.ts.map +1 -0
  41. package/dist/application/project-knowledge/audience-pains/query/IAudiencePainContextReader.js +7 -0
  42. package/dist/application/project-knowledge/audience-pains/query/IAudiencePainContextReader.js.map +1 -0
  43. package/dist/application/project-knowledge/audience-pains/resolve/AudiencePainResolvedEventHandler.d.ts +15 -0
  44. package/dist/application/project-knowledge/audience-pains/resolve/AudiencePainResolvedEventHandler.d.ts.map +1 -0
  45. package/dist/application/project-knowledge/audience-pains/resolve/AudiencePainResolvedEventHandler.js +20 -0
  46. package/dist/application/project-knowledge/audience-pains/resolve/AudiencePainResolvedEventHandler.js.map +1 -0
  47. package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedEventWriter.d.ts +11 -0
  48. package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedEventWriter.d.ts.map +1 -0
  49. package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedEventWriter.js +3 -0
  50. package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedEventWriter.js.map +1 -0
  51. package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedProjector.d.ts +9 -0
  52. package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedProjector.d.ts.map +1 -0
  53. package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedProjector.js +3 -0
  54. package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedProjector.js.map +1 -0
  55. package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommand.d.ts +10 -0
  56. package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommand.d.ts.map +1 -0
  57. package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommand.js +8 -0
  58. package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommand.js.map +1 -0
  59. package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommandHandler.d.ts +19 -0
  60. package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommandHandler.d.ts.map +1 -0
  61. package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommandHandler.js +36 -0
  62. package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommandHandler.js.map +1 -0
  63. package/dist/application/project-knowledge/audience-pains/update/AudiencePainUpdatedEventHandler.d.ts +15 -0
  64. package/dist/application/project-knowledge/audience-pains/update/AudiencePainUpdatedEventHandler.d.ts.map +1 -0
  65. package/dist/application/project-knowledge/audience-pains/update/AudiencePainUpdatedEventHandler.js +20 -0
  66. package/dist/application/project-knowledge/audience-pains/update/AudiencePainUpdatedEventHandler.js.map +1 -0
  67. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdateReader.d.ts +9 -0
  68. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdateReader.d.ts.map +1 -0
  69. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdateReader.js +3 -0
  70. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdateReader.js.map +1 -0
  71. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedEventWriter.d.ts +11 -0
  72. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedEventWriter.d.ts.map +1 -0
  73. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedEventWriter.js +3 -0
  74. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedEventWriter.js.map +1 -0
  75. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedProjector.d.ts +9 -0
  76. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedProjector.d.ts.map +1 -0
  77. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedProjector.js +3 -0
  78. package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedProjector.js.map +1 -0
  79. package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommand.d.ts +11 -0
  80. package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommand.d.ts.map +1 -0
  81. package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommand.js +8 -0
  82. package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommand.js.map +1 -0
  83. package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommandHandler.d.ts +24 -0
  84. package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommandHandler.d.ts.map +1 -0
  85. package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommandHandler.js +41 -0
  86. package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommandHandler.js.map +1 -0
  87. package/dist/application/project-knowledge/audiences/AudienceView.d.ts +19 -0
  88. package/dist/application/project-knowledge/audiences/AudienceView.d.ts.map +1 -0
  89. package/dist/application/project-knowledge/audiences/AudienceView.js +9 -0
  90. package/dist/application/project-knowledge/audiences/AudienceView.js.map +1 -0
  91. package/dist/application/project-knowledge/audiences/add/AddAudienceCommand.d.ts +12 -0
  92. package/dist/application/project-knowledge/audiences/add/AddAudienceCommand.d.ts.map +1 -0
  93. package/dist/application/project-knowledge/audiences/add/AddAudienceCommand.js +8 -0
  94. package/dist/application/project-knowledge/audiences/add/AddAudienceCommand.js.map +1 -0
  95. package/dist/application/project-knowledge/audiences/add/AddAudienceCommandHandler.d.ts +22 -0
  96. package/dist/application/project-knowledge/audiences/add/AddAudienceCommandHandler.d.ts.map +1 -0
  97. package/dist/application/project-knowledge/audiences/add/AddAudienceCommandHandler.js +36 -0
  98. package/dist/application/project-knowledge/audiences/add/AddAudienceCommandHandler.js.map +1 -0
  99. package/dist/application/project-knowledge/audiences/add/AudienceAddedEventHandler.d.ts +15 -0
  100. package/dist/application/project-knowledge/audiences/add/AudienceAddedEventHandler.d.ts.map +1 -0
  101. package/dist/application/project-knowledge/audiences/add/AudienceAddedEventHandler.js +20 -0
  102. package/dist/application/project-knowledge/audiences/add/AudienceAddedEventHandler.js.map +1 -0
  103. package/dist/application/project-knowledge/audiences/add/IAudienceAddedEventWriter.d.ts +10 -0
  104. package/dist/application/project-knowledge/audiences/add/IAudienceAddedEventWriter.d.ts.map +1 -0
  105. package/dist/application/project-knowledge/audiences/add/IAudienceAddedEventWriter.js +3 -0
  106. package/dist/application/project-knowledge/audiences/add/IAudienceAddedEventWriter.js.map +1 -0
  107. package/dist/application/project-knowledge/audiences/add/IAudienceAddedProjector.d.ts +9 -0
  108. package/dist/application/project-knowledge/audiences/add/IAudienceAddedProjector.d.ts.map +1 -0
  109. package/dist/application/project-knowledge/audiences/add/IAudienceAddedProjector.js +3 -0
  110. package/dist/application/project-knowledge/audiences/add/IAudienceAddedProjector.js.map +1 -0
  111. package/dist/application/project-knowledge/audiences/query/IAudienceContextReader.d.ts +13 -0
  112. package/dist/application/project-knowledge/audiences/query/IAudienceContextReader.d.ts.map +1 -0
  113. package/dist/application/project-knowledge/audiences/query/IAudienceContextReader.js +7 -0
  114. package/dist/application/project-knowledge/audiences/query/IAudienceContextReader.js.map +1 -0
  115. package/dist/application/project-knowledge/audiences/remove/AudienceRemovedEventHandler.d.ts +15 -0
  116. package/dist/application/project-knowledge/audiences/remove/AudienceRemovedEventHandler.d.ts.map +1 -0
  117. package/dist/application/project-knowledge/audiences/remove/AudienceRemovedEventHandler.js +20 -0
  118. package/dist/application/project-knowledge/audiences/remove/AudienceRemovedEventHandler.js.map +1 -0
  119. package/dist/application/project-knowledge/audiences/remove/IAudienceRemoveReader.d.ts +9 -0
  120. package/dist/application/project-knowledge/audiences/remove/IAudienceRemoveReader.d.ts.map +1 -0
  121. package/dist/application/project-knowledge/audiences/remove/IAudienceRemoveReader.js +3 -0
  122. package/dist/application/project-knowledge/audiences/remove/IAudienceRemoveReader.js.map +1 -0
  123. package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedEventWriter.d.ts +11 -0
  124. package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedEventWriter.d.ts.map +1 -0
  125. package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedEventWriter.js +3 -0
  126. package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedEventWriter.js.map +1 -0
  127. package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedProjector.d.ts +9 -0
  128. package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedProjector.d.ts.map +1 -0
  129. package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedProjector.js +3 -0
  130. package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedProjector.js.map +1 -0
  131. package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommand.d.ts +10 -0
  132. package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommand.d.ts.map +1 -0
  133. package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommand.js +8 -0
  134. package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommand.js.map +1 -0
  135. package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommandHandler.d.ts +23 -0
  136. package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommandHandler.d.ts.map +1 -0
  137. package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommandHandler.js +42 -0
  138. package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommandHandler.js.map +1 -0
  139. package/dist/application/project-knowledge/audiences/update/AudienceUpdatedEventHandler.d.ts +15 -0
  140. package/dist/application/project-knowledge/audiences/update/AudienceUpdatedEventHandler.d.ts.map +1 -0
  141. package/dist/application/project-knowledge/audiences/update/AudienceUpdatedEventHandler.js +20 -0
  142. package/dist/application/project-knowledge/audiences/update/AudienceUpdatedEventHandler.js.map +1 -0
  143. package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedEventWriter.d.ts +11 -0
  144. package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedEventWriter.d.ts.map +1 -0
  145. package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedEventWriter.js +3 -0
  146. package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedEventWriter.js.map +1 -0
  147. package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedProjector.d.ts +9 -0
  148. package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedProjector.d.ts.map +1 -0
  149. package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedProjector.js +3 -0
  150. package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedProjector.js.map +1 -0
  151. package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommand.d.ts +15 -0
  152. package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommand.d.ts.map +1 -0
  153. package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommand.js +9 -0
  154. package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommand.js.map +1 -0
  155. package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommandHandler.d.ts +23 -0
  156. package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommandHandler.d.ts.map +1 -0
  157. package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommandHandler.js +43 -0
  158. package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommandHandler.js.map +1 -0
  159. package/dist/application/project-knowledge/project/ProjectSummaryView.d.ts +11 -0
  160. package/dist/application/project-knowledge/project/ProjectSummaryView.d.ts.map +1 -0
  161. package/dist/application/project-knowledge/project/ProjectSummaryView.js +9 -0
  162. package/dist/application/project-knowledge/project/ProjectSummaryView.js.map +1 -0
  163. package/dist/application/project-knowledge/project/ProjectView.d.ts +17 -0
  164. package/dist/application/project-knowledge/project/ProjectView.d.ts.map +1 -0
  165. package/dist/application/project-knowledge/project/ProjectView.js +9 -0
  166. package/dist/application/project-knowledge/project/ProjectView.js.map +1 -0
  167. package/dist/application/project-knowledge/project/init/IAgentFileProtocol.d.ts +45 -0
  168. package/dist/application/project-knowledge/project/init/IAgentFileProtocol.d.ts.map +1 -0
  169. package/dist/application/project-knowledge/project/init/IAgentFileProtocol.js +19 -0
  170. package/dist/application/project-knowledge/project/init/IAgentFileProtocol.js.map +1 -0
  171. package/dist/application/project-knowledge/project/init/IProjectInitReader.d.ts +13 -0
  172. package/dist/application/project-knowledge/project/init/IProjectInitReader.d.ts.map +1 -0
  173. package/dist/application/project-knowledge/project/init/IProjectInitReader.js +7 -0
  174. package/dist/application/project-knowledge/project/init/IProjectInitReader.js.map +1 -0
  175. package/dist/application/project-knowledge/project/init/IProjectInitializedEventWriter.d.ts +18 -0
  176. package/dist/application/project-knowledge/project/init/IProjectInitializedEventWriter.d.ts.map +1 -0
  177. package/dist/application/project-knowledge/project/init/IProjectInitializedEventWriter.js +7 -0
  178. package/dist/application/project-knowledge/project/init/IProjectInitializedEventWriter.js.map +1 -0
  179. package/dist/application/project-knowledge/project/init/IProjectInitializedProjector.d.ts +12 -0
  180. package/dist/application/project-knowledge/project/init/IProjectInitializedProjector.d.ts.map +1 -0
  181. package/dist/application/project-knowledge/project/init/IProjectInitializedProjector.js +7 -0
  182. package/dist/application/project-knowledge/project/init/IProjectInitializedProjector.js.map +1 -0
  183. package/dist/application/project-knowledge/project/init/InitializeProjectCommand.d.ts +11 -0
  184. package/dist/application/project-knowledge/project/init/InitializeProjectCommand.d.ts.map +1 -0
  185. package/dist/application/project-knowledge/project/init/InitializeProjectCommand.js +8 -0
  186. package/dist/application/project-knowledge/project/init/InitializeProjectCommand.js.map +1 -0
  187. package/dist/application/project-knowledge/project/init/InitializeProjectCommandHandler.d.ts +28 -0
  188. package/dist/application/project-knowledge/project/init/InitializeProjectCommandHandler.d.ts.map +1 -0
  189. package/dist/application/project-knowledge/project/init/InitializeProjectCommandHandler.js +48 -0
  190. package/dist/application/project-knowledge/project/init/InitializeProjectCommandHandler.js.map +1 -0
  191. package/dist/application/project-knowledge/project/init/ProjectInitializedEventHandler.d.ts +15 -0
  192. package/dist/application/project-knowledge/project/init/ProjectInitializedEventHandler.d.ts.map +1 -0
  193. package/dist/application/project-knowledge/project/init/ProjectInitializedEventHandler.js +20 -0
  194. package/dist/application/project-knowledge/project/init/ProjectInitializedEventHandler.js.map +1 -0
  195. package/dist/application/project-knowledge/project/query/GetProjectSummaryQueryHandler.d.ts +24 -0
  196. package/dist/application/project-knowledge/project/query/GetProjectSummaryQueryHandler.d.ts.map +1 -0
  197. package/dist/application/project-knowledge/project/query/GetProjectSummaryQueryHandler.js +36 -0
  198. package/dist/application/project-knowledge/project/query/GetProjectSummaryQueryHandler.js.map +1 -0
  199. package/dist/application/project-knowledge/project/query/IProjectContextReader.d.ts +13 -0
  200. package/dist/application/project-knowledge/project/query/IProjectContextReader.d.ts.map +1 -0
  201. package/dist/application/project-knowledge/project/query/IProjectContextReader.js +7 -0
  202. package/dist/application/project-knowledge/project/query/IProjectContextReader.js.map +1 -0
  203. package/dist/application/project-knowledge/project/update/IProjectUpdateReader.d.ts +13 -0
  204. package/dist/application/project-knowledge/project/update/IProjectUpdateReader.d.ts.map +1 -0
  205. package/dist/application/project-knowledge/project/update/IProjectUpdateReader.js +7 -0
  206. package/dist/application/project-knowledge/project/update/IProjectUpdateReader.js.map +1 -0
  207. package/dist/application/project-knowledge/project/update/IProjectUpdatedEventWriter.d.ts +18 -0
  208. package/dist/application/project-knowledge/project/update/IProjectUpdatedEventWriter.d.ts.map +1 -0
  209. package/dist/application/project-knowledge/project/update/IProjectUpdatedEventWriter.js +7 -0
  210. package/dist/application/project-knowledge/project/update/IProjectUpdatedEventWriter.js.map +1 -0
  211. package/dist/application/project-knowledge/project/update/IProjectUpdatedProjector.d.ts +12 -0
  212. package/dist/application/project-knowledge/project/update/IProjectUpdatedProjector.d.ts.map +1 -0
  213. package/dist/application/project-knowledge/project/update/IProjectUpdatedProjector.js +7 -0
  214. package/dist/application/project-knowledge/project/update/IProjectUpdatedProjector.js.map +1 -0
  215. package/dist/application/project-knowledge/project/update/ProjectUpdatedEventHandler.d.ts +15 -0
  216. package/dist/application/project-knowledge/project/update/ProjectUpdatedEventHandler.d.ts.map +1 -0
  217. package/dist/application/project-knowledge/project/update/ProjectUpdatedEventHandler.js +20 -0
  218. package/dist/application/project-knowledge/project/update/ProjectUpdatedEventHandler.js.map +1 -0
  219. package/dist/application/project-knowledge/project/update/UpdateProjectCommand.d.ts +11 -0
  220. package/dist/application/project-knowledge/project/update/UpdateProjectCommand.d.ts.map +1 -0
  221. package/dist/application/project-knowledge/project/update/UpdateProjectCommand.js +9 -0
  222. package/dist/application/project-knowledge/project/update/UpdateProjectCommand.js.map +1 -0
  223. package/dist/application/project-knowledge/project/update/UpdateProjectCommandHandler.d.ts +25 -0
  224. package/dist/application/project-knowledge/project/update/UpdateProjectCommandHandler.d.ts.map +1 -0
  225. package/dist/application/project-knowledge/project/update/UpdateProjectCommandHandler.js +48 -0
  226. package/dist/application/project-knowledge/project/update/UpdateProjectCommandHandler.js.map +1 -0
  227. package/dist/application/project-knowledge/value-propositions/ValuePropositionView.d.ts +16 -0
  228. package/dist/application/project-knowledge/value-propositions/ValuePropositionView.d.ts.map +1 -0
  229. package/dist/application/project-knowledge/value-propositions/ValuePropositionView.js +3 -0
  230. package/dist/application/project-knowledge/value-propositions/ValuePropositionView.js.map +1 -0
  231. package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommand.d.ts +10 -0
  232. package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommand.d.ts.map +1 -0
  233. package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommand.js +3 -0
  234. package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommand.js.map +1 -0
  235. package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommandHandler.d.ts +16 -0
  236. package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommandHandler.d.ts.map +1 -0
  237. package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommandHandler.js +29 -0
  238. package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommandHandler.js.map +1 -0
  239. package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedEventWriter.d.ts +18 -0
  240. package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedEventWriter.d.ts.map +1 -0
  241. package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedEventWriter.js +7 -0
  242. package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedEventWriter.js.map +1 -0
  243. package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedProjector.d.ts +12 -0
  244. package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedProjector.d.ts.map +1 -0
  245. package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedProjector.js +7 -0
  246. package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedProjector.js.map +1 -0
  247. package/dist/application/project-knowledge/value-propositions/add/ValuePropositionAddedEventHandler.d.ts +15 -0
  248. package/dist/application/project-knowledge/value-propositions/add/ValuePropositionAddedEventHandler.d.ts.map +1 -0
  249. package/dist/application/project-knowledge/value-propositions/add/ValuePropositionAddedEventHandler.js +20 -0
  250. package/dist/application/project-knowledge/value-propositions/add/ValuePropositionAddedEventHandler.js.map +1 -0
  251. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemoveReader.d.ts +14 -0
  252. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemoveReader.d.ts.map +1 -0
  253. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemoveReader.js +7 -0
  254. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemoveReader.js.map +1 -0
  255. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedEventWriter.d.ts +18 -0
  256. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedEventWriter.d.ts.map +1 -0
  257. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedEventWriter.js +7 -0
  258. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedEventWriter.js.map +1 -0
  259. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedProjector.d.ts +12 -0
  260. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedProjector.d.ts.map +1 -0
  261. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedProjector.js +7 -0
  262. package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedProjector.js.map +1 -0
  263. package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommand.d.ts +7 -0
  264. package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommand.d.ts.map +1 -0
  265. package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommand.js +3 -0
  266. package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommand.js.map +1 -0
  267. package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommandHandler.d.ts +19 -0
  268. package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommandHandler.d.ts.map +1 -0
  269. package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommandHandler.js +40 -0
  270. package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommandHandler.js.map +1 -0
  271. package/dist/application/project-knowledge/value-propositions/remove/ValuePropositionRemovedEventHandler.d.ts +15 -0
  272. package/dist/application/project-knowledge/value-propositions/remove/ValuePropositionRemovedEventHandler.d.ts.map +1 -0
  273. package/dist/application/project-knowledge/value-propositions/remove/ValuePropositionRemovedEventHandler.js +20 -0
  274. package/dist/application/project-knowledge/value-propositions/remove/ValuePropositionRemovedEventHandler.js.map +1 -0
  275. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdateReader.d.ts +14 -0
  276. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdateReader.d.ts.map +1 -0
  277. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdateReader.js +7 -0
  278. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdateReader.js.map +1 -0
  279. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedEventWriter.d.ts +18 -0
  280. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedEventWriter.d.ts.map +1 -0
  281. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedEventWriter.js +7 -0
  282. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedEventWriter.js.map +1 -0
  283. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedProjector.d.ts +12 -0
  284. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedProjector.d.ts.map +1 -0
  285. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedProjector.js +7 -0
  286. package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedProjector.js.map +1 -0
  287. package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommand.d.ts +11 -0
  288. package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommand.d.ts.map +1 -0
  289. package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommand.js +3 -0
  290. package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommand.js.map +1 -0
  291. package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommandHandler.d.ts +18 -0
  292. package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommandHandler.d.ts.map +1 -0
  293. package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommandHandler.js +37 -0
  294. package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommandHandler.js.map +1 -0
  295. package/dist/application/project-knowledge/value-propositions/update/ValuePropositionUpdatedEventHandler.d.ts +15 -0
  296. package/dist/application/project-knowledge/value-propositions/update/ValuePropositionUpdatedEventHandler.d.ts.map +1 -0
  297. package/dist/application/project-knowledge/value-propositions/update/ValuePropositionUpdatedEventHandler.js +20 -0
  298. package/dist/application/project-knowledge/value-propositions/update/ValuePropositionUpdatedEventHandler.js.map +1 -0
  299. package/dist/application/relations/IRelationReader.d.ts +11 -0
  300. package/dist/application/relations/IRelationReader.d.ts.map +1 -0
  301. package/dist/application/relations/IRelationReader.js +3 -0
  302. package/dist/application/relations/IRelationReader.js.map +1 -0
  303. package/dist/application/relations/RelationView.d.ts +16 -0
  304. package/dist/application/relations/RelationView.d.ts.map +1 -0
  305. package/dist/application/relations/RelationView.js +3 -0
  306. package/dist/application/relations/RelationView.js.map +1 -0
  307. package/dist/application/relations/add/AddRelationCommand.d.ts +11 -0
  308. package/dist/application/relations/add/AddRelationCommand.d.ts.map +1 -0
  309. package/dist/application/relations/add/AddRelationCommand.js +3 -0
  310. package/dist/application/relations/add/AddRelationCommand.js.map +1 -0
  311. package/dist/application/relations/add/AddRelationCommandHandler.d.ts +19 -0
  312. package/dist/application/relations/add/AddRelationCommandHandler.d.ts.map +1 -0
  313. package/dist/application/relations/add/AddRelationCommandHandler.js +38 -0
  314. package/dist/application/relations/add/AddRelationCommandHandler.js.map +1 -0
  315. package/dist/application/relations/add/IRelationAddedEventWriter.d.ts +10 -0
  316. package/dist/application/relations/add/IRelationAddedEventWriter.d.ts.map +1 -0
  317. package/dist/application/relations/add/IRelationAddedEventWriter.js +3 -0
  318. package/dist/application/relations/add/IRelationAddedEventWriter.js.map +1 -0
  319. package/dist/application/relations/add/IRelationAddedProjector.d.ts +9 -0
  320. package/dist/application/relations/add/IRelationAddedProjector.d.ts.map +1 -0
  321. package/dist/application/relations/add/IRelationAddedProjector.js +3 -0
  322. package/dist/application/relations/add/IRelationAddedProjector.js.map +1 -0
  323. package/dist/application/relations/add/IRelationAddedReader.d.ts +10 -0
  324. package/dist/application/relations/add/IRelationAddedReader.d.ts.map +1 -0
  325. package/dist/application/relations/add/IRelationAddedReader.js +3 -0
  326. package/dist/application/relations/add/IRelationAddedReader.js.map +1 -0
  327. package/dist/application/relations/add/RelationAddedEventHandler.d.ts +15 -0
  328. package/dist/application/relations/add/RelationAddedEventHandler.d.ts.map +1 -0
  329. package/dist/application/relations/add/RelationAddedEventHandler.js +20 -0
  330. package/dist/application/relations/add/RelationAddedEventHandler.js.map +1 -0
  331. package/dist/application/relations/remove/IRelationRemovedEventReader.d.ts +9 -0
  332. package/dist/application/relations/remove/IRelationRemovedEventReader.d.ts.map +1 -0
  333. package/dist/application/relations/remove/IRelationRemovedEventReader.js +3 -0
  334. package/dist/application/relations/remove/IRelationRemovedEventReader.js.map +1 -0
  335. package/dist/application/relations/remove/IRelationRemovedEventWriter.d.ts +10 -0
  336. package/dist/application/relations/remove/IRelationRemovedEventWriter.d.ts.map +1 -0
  337. package/dist/application/relations/remove/IRelationRemovedEventWriter.js +3 -0
  338. package/dist/application/relations/remove/IRelationRemovedEventWriter.js.map +1 -0
  339. package/dist/application/relations/remove/IRelationRemovedProjector.d.ts +9 -0
  340. package/dist/application/relations/remove/IRelationRemovedProjector.d.ts.map +1 -0
  341. package/dist/application/relations/remove/IRelationRemovedProjector.js +3 -0
  342. package/dist/application/relations/remove/IRelationRemovedProjector.js.map +1 -0
  343. package/dist/application/relations/remove/IRelationRemovedReader.d.ts +9 -0
  344. package/dist/application/relations/remove/IRelationRemovedReader.d.ts.map +1 -0
  345. package/dist/application/relations/remove/IRelationRemovedReader.js +3 -0
  346. package/dist/application/relations/remove/IRelationRemovedReader.js.map +1 -0
  347. package/dist/application/relations/remove/RelationRemovedEventHandler.d.ts +15 -0
  348. package/dist/application/relations/remove/RelationRemovedEventHandler.d.ts.map +1 -0
  349. package/dist/application/relations/remove/RelationRemovedEventHandler.js +20 -0
  350. package/dist/application/relations/remove/RelationRemovedEventHandler.js.map +1 -0
  351. package/dist/application/relations/remove/RemoveRelationCommand.d.ts +5 -0
  352. package/dist/application/relations/remove/RemoveRelationCommand.d.ts.map +1 -0
  353. package/dist/application/relations/remove/RemoveRelationCommand.js +3 -0
  354. package/dist/application/relations/remove/RemoveRelationCommand.js.map +1 -0
  355. package/dist/application/relations/remove/RemoveRelationCommandHandler.d.ts +18 -0
  356. package/dist/application/relations/remove/RemoveRelationCommandHandler.d.ts.map +1 -0
  357. package/dist/application/relations/remove/RemoveRelationCommandHandler.js +47 -0
  358. package/dist/application/relations/remove/RemoveRelationCommandHandler.js.map +1 -0
  359. package/dist/application/shared/messaging/IEventBus.d.ts +21 -0
  360. package/dist/application/shared/messaging/IEventBus.d.ts.map +1 -0
  361. package/dist/application/shared/messaging/IEventBus.js +7 -0
  362. package/dist/application/shared/messaging/IEventBus.js.map +1 -0
  363. package/dist/application/shared/messaging/IEventHandler.d.ts +14 -0
  364. package/dist/application/shared/messaging/IEventHandler.d.ts.map +1 -0
  365. package/dist/application/shared/messaging/IEventHandler.js +7 -0
  366. package/dist/application/shared/messaging/IEventHandler.js.map +1 -0
  367. package/dist/application/shared/persistence/IEventStore.d.ts +10 -0
  368. package/dist/application/shared/persistence/IEventStore.d.ts.map +1 -0
  369. package/dist/application/shared/persistence/IEventStore.js +3 -0
  370. package/dist/application/shared/persistence/IEventStore.js.map +1 -0
  371. package/dist/application/shared/system/IClock.d.ts +16 -0
  372. package/dist/application/shared/system/IClock.d.ts.map +1 -0
  373. package/dist/application/shared/system/IClock.js +3 -0
  374. package/dist/application/shared/system/IClock.js.map +1 -0
  375. package/dist/application/solution/ISolutionContextReader.d.ts +17 -0
  376. package/dist/application/solution/ISolutionContextReader.d.ts.map +1 -0
  377. package/dist/application/solution/ISolutionContextReader.js +3 -0
  378. package/dist/application/solution/ISolutionContextReader.js.map +1 -0
  379. package/dist/application/solution/SolutionContextView.d.ts +26 -0
  380. package/dist/application/solution/SolutionContextView.d.ts.map +1 -0
  381. package/dist/application/solution/SolutionContextView.js +3 -0
  382. package/dist/application/solution/SolutionContextView.js.map +1 -0
  383. package/dist/application/solution/UnprimedBrownfieldQualifier.d.ts +29 -0
  384. package/dist/application/solution/UnprimedBrownfieldQualifier.d.ts.map +1 -0
  385. package/dist/application/solution/UnprimedBrownfieldQualifier.js +47 -0
  386. package/dist/application/solution/UnprimedBrownfieldQualifier.js.map +1 -0
  387. package/dist/application/solution/architecture/ArchitectureView.d.ts +14 -0
  388. package/dist/application/solution/architecture/ArchitectureView.d.ts.map +1 -0
  389. package/dist/application/solution/architecture/ArchitectureView.js +3 -0
  390. package/dist/application/solution/architecture/ArchitectureView.js.map +1 -0
  391. package/dist/application/solution/architecture/define/ArchitectureDefinedEventHandler.d.ts +15 -0
  392. package/dist/application/solution/architecture/define/ArchitectureDefinedEventHandler.d.ts.map +1 -0
  393. package/dist/application/solution/architecture/define/ArchitectureDefinedEventHandler.js +20 -0
  394. package/dist/application/solution/architecture/define/ArchitectureDefinedEventHandler.js.map +1 -0
  395. package/dist/application/solution/architecture/define/DefineArchitectureCommand.d.ts +10 -0
  396. package/dist/application/solution/architecture/define/DefineArchitectureCommand.d.ts.map +1 -0
  397. package/dist/application/solution/architecture/define/DefineArchitectureCommand.js +3 -0
  398. package/dist/application/solution/architecture/define/DefineArchitectureCommand.js.map +1 -0
  399. package/dist/application/solution/architecture/define/DefineArchitectureCommandHandler.d.ts +14 -0
  400. package/dist/application/solution/architecture/define/DefineArchitectureCommandHandler.d.ts.map +1 -0
  401. package/dist/application/solution/architecture/define/DefineArchitectureCommandHandler.js +31 -0
  402. package/dist/application/solution/architecture/define/DefineArchitectureCommandHandler.js.map +1 -0
  403. package/dist/application/solution/architecture/define/IArchitectureDefineReader.d.ts +9 -0
  404. package/dist/application/solution/architecture/define/IArchitectureDefineReader.d.ts.map +1 -0
  405. package/dist/application/solution/architecture/define/IArchitectureDefineReader.js +3 -0
  406. package/dist/application/solution/architecture/define/IArchitectureDefineReader.js.map +1 -0
  407. package/dist/application/solution/architecture/define/IArchitectureDefinedEventWriter.d.ts +10 -0
  408. package/dist/application/solution/architecture/define/IArchitectureDefinedEventWriter.d.ts.map +1 -0
  409. package/dist/application/solution/architecture/define/IArchitectureDefinedEventWriter.js +3 -0
  410. package/dist/application/solution/architecture/define/IArchitectureDefinedEventWriter.js.map +1 -0
  411. package/dist/application/solution/architecture/define/IArchitectureDefinedProjector.d.ts +9 -0
  412. package/dist/application/solution/architecture/define/IArchitectureDefinedProjector.d.ts.map +1 -0
  413. package/dist/application/solution/architecture/define/IArchitectureDefinedProjector.js +3 -0
  414. package/dist/application/solution/architecture/define/IArchitectureDefinedProjector.js.map +1 -0
  415. package/dist/application/solution/architecture/update/ArchitectureUpdatedEventHandler.d.ts +15 -0
  416. package/dist/application/solution/architecture/update/ArchitectureUpdatedEventHandler.d.ts.map +1 -0
  417. package/dist/application/solution/architecture/update/ArchitectureUpdatedEventHandler.js +20 -0
  418. package/dist/application/solution/architecture/update/ArchitectureUpdatedEventHandler.js.map +1 -0
  419. package/dist/application/solution/architecture/update/IArchitectureUpdateReader.d.ts +9 -0
  420. package/dist/application/solution/architecture/update/IArchitectureUpdateReader.d.ts.map +1 -0
  421. package/dist/application/solution/architecture/update/IArchitectureUpdateReader.js +3 -0
  422. package/dist/application/solution/architecture/update/IArchitectureUpdateReader.js.map +1 -0
  423. package/dist/application/solution/architecture/update/IArchitectureUpdatedEventReader.d.ts +9 -0
  424. package/dist/application/solution/architecture/update/IArchitectureUpdatedEventReader.d.ts.map +1 -0
  425. package/dist/application/solution/architecture/update/IArchitectureUpdatedEventReader.js +3 -0
  426. package/dist/application/solution/architecture/update/IArchitectureUpdatedEventReader.js.map +1 -0
  427. package/dist/application/solution/architecture/update/IArchitectureUpdatedEventWriter.d.ts +10 -0
  428. package/dist/application/solution/architecture/update/IArchitectureUpdatedEventWriter.d.ts.map +1 -0
  429. package/dist/application/solution/architecture/update/IArchitectureUpdatedEventWriter.js +3 -0
  430. package/dist/application/solution/architecture/update/IArchitectureUpdatedEventWriter.js.map +1 -0
  431. package/dist/application/solution/architecture/update/IArchitectureUpdatedProjector.d.ts +9 -0
  432. package/dist/application/solution/architecture/update/IArchitectureUpdatedProjector.d.ts.map +1 -0
  433. package/dist/application/solution/architecture/update/IArchitectureUpdatedProjector.js +3 -0
  434. package/dist/application/solution/architecture/update/IArchitectureUpdatedProjector.js.map +1 -0
  435. package/dist/application/solution/architecture/update/UpdateArchitectureCommand.d.ts +10 -0
  436. package/dist/application/solution/architecture/update/UpdateArchitectureCommand.d.ts.map +1 -0
  437. package/dist/application/solution/architecture/update/UpdateArchitectureCommand.js +3 -0
  438. package/dist/application/solution/architecture/update/UpdateArchitectureCommand.js.map +1 -0
  439. package/dist/application/solution/architecture/update/UpdateArchitectureCommandHandler.d.ts +12 -0
  440. package/dist/application/solution/architecture/update/UpdateArchitectureCommandHandler.d.ts.map +1 -0
  441. package/dist/application/solution/architecture/update/UpdateArchitectureCommandHandler.js +37 -0
  442. package/dist/application/solution/architecture/update/UpdateArchitectureCommandHandler.js.map +1 -0
  443. package/dist/application/solution/components/ComponentView.d.ts +15 -0
  444. package/dist/application/solution/components/ComponentView.d.ts.map +1 -0
  445. package/dist/application/solution/components/ComponentView.js +3 -0
  446. package/dist/application/solution/components/ComponentView.js.map +1 -0
  447. package/dist/application/solution/components/add/AddComponentCommand.d.ts +9 -0
  448. package/dist/application/solution/components/add/AddComponentCommand.d.ts.map +1 -0
  449. package/dist/application/solution/components/add/AddComponentCommand.js +3 -0
  450. package/dist/application/solution/components/add/AddComponentCommand.js.map +1 -0
  451. package/dist/application/solution/components/add/AddComponentCommandHandler.d.ts +14 -0
  452. package/dist/application/solution/components/add/AddComponentCommandHandler.d.ts.map +1 -0
  453. package/dist/application/solution/components/add/AddComponentCommandHandler.js +38 -0
  454. package/dist/application/solution/components/add/AddComponentCommandHandler.js.map +1 -0
  455. package/dist/application/solution/components/add/ComponentAddedEventHandler.d.ts +9 -0
  456. package/dist/application/solution/components/add/ComponentAddedEventHandler.d.ts.map +1 -0
  457. package/dist/application/solution/components/add/ComponentAddedEventHandler.js +14 -0
  458. package/dist/application/solution/components/add/ComponentAddedEventHandler.js.map +1 -0
  459. package/dist/application/solution/components/add/IComponentAddReader.d.ts +5 -0
  460. package/dist/application/solution/components/add/IComponentAddReader.d.ts.map +1 -0
  461. package/dist/application/solution/components/add/IComponentAddReader.js +3 -0
  462. package/dist/application/solution/components/add/IComponentAddReader.js.map +1 -0
  463. package/dist/application/solution/components/add/IComponentAddedEventWriter.d.ts +9 -0
  464. package/dist/application/solution/components/add/IComponentAddedEventWriter.d.ts.map +1 -0
  465. package/dist/application/solution/components/add/IComponentAddedEventWriter.js +3 -0
  466. package/dist/application/solution/components/add/IComponentAddedEventWriter.js.map +1 -0
  467. package/dist/application/solution/components/add/IComponentAddedProjector.d.ts +5 -0
  468. package/dist/application/solution/components/add/IComponentAddedProjector.d.ts.map +1 -0
  469. package/dist/application/solution/components/add/IComponentAddedProjector.js +3 -0
  470. package/dist/application/solution/components/add/IComponentAddedProjector.js.map +1 -0
  471. package/dist/application/solution/components/deprecate/ComponentDeprecatedEventHandler.d.ts +9 -0
  472. package/dist/application/solution/components/deprecate/ComponentDeprecatedEventHandler.d.ts.map +1 -0
  473. package/dist/application/solution/components/deprecate/ComponentDeprecatedEventHandler.js +14 -0
  474. package/dist/application/solution/components/deprecate/ComponentDeprecatedEventHandler.js.map +1 -0
  475. package/dist/application/solution/components/deprecate/DeprecateComponentCommand.d.ts +5 -0
  476. package/dist/application/solution/components/deprecate/DeprecateComponentCommand.d.ts.map +1 -0
  477. package/dist/application/solution/components/deprecate/DeprecateComponentCommand.js +3 -0
  478. package/dist/application/solution/components/deprecate/DeprecateComponentCommand.js.map +1 -0
  479. package/dist/application/solution/components/deprecate/DeprecateComponentCommandHandler.d.ts +14 -0
  480. package/dist/application/solution/components/deprecate/DeprecateComponentCommandHandler.d.ts.map +1 -0
  481. package/dist/application/solution/components/deprecate/DeprecateComponentCommandHandler.js +30 -0
  482. package/dist/application/solution/components/deprecate/DeprecateComponentCommandHandler.js.map +1 -0
  483. package/dist/application/solution/components/deprecate/IComponentDeprecateReader.d.ts +5 -0
  484. package/dist/application/solution/components/deprecate/IComponentDeprecateReader.d.ts.map +1 -0
  485. package/dist/application/solution/components/deprecate/IComponentDeprecateReader.js +3 -0
  486. package/dist/application/solution/components/deprecate/IComponentDeprecateReader.js.map +1 -0
  487. package/dist/application/solution/components/deprecate/IComponentDeprecatedEventWriter.d.ts +8 -0
  488. package/dist/application/solution/components/deprecate/IComponentDeprecatedEventWriter.d.ts.map +1 -0
  489. package/dist/application/solution/components/deprecate/IComponentDeprecatedEventWriter.js +3 -0
  490. package/dist/application/solution/components/deprecate/IComponentDeprecatedEventWriter.js.map +1 -0
  491. package/dist/application/solution/components/deprecate/IComponentDeprecatedProjector.d.ts +5 -0
  492. package/dist/application/solution/components/deprecate/IComponentDeprecatedProjector.d.ts.map +1 -0
  493. package/dist/application/solution/components/deprecate/IComponentDeprecatedProjector.js +3 -0
  494. package/dist/application/solution/components/deprecate/IComponentDeprecatedProjector.js.map +1 -0
  495. package/dist/application/solution/components/remove/ComponentRemovedEventHandler.d.ts +9 -0
  496. package/dist/application/solution/components/remove/ComponentRemovedEventHandler.d.ts.map +1 -0
  497. package/dist/application/solution/components/remove/ComponentRemovedEventHandler.js +14 -0
  498. package/dist/application/solution/components/remove/ComponentRemovedEventHandler.js.map +1 -0
  499. package/dist/application/solution/components/remove/IComponentRemoveReader.d.ts +5 -0
  500. package/dist/application/solution/components/remove/IComponentRemoveReader.d.ts.map +1 -0
  501. package/dist/application/solution/components/remove/IComponentRemoveReader.js +3 -0
  502. package/dist/application/solution/components/remove/IComponentRemoveReader.js.map +1 -0
  503. package/dist/application/solution/components/remove/IComponentRemovedEventWriter.d.ts +8 -0
  504. package/dist/application/solution/components/remove/IComponentRemovedEventWriter.d.ts.map +1 -0
  505. package/dist/application/solution/components/remove/IComponentRemovedEventWriter.js +3 -0
  506. package/dist/application/solution/components/remove/IComponentRemovedEventWriter.js.map +1 -0
  507. package/dist/application/solution/components/remove/IComponentRemovedProjector.d.ts +5 -0
  508. package/dist/application/solution/components/remove/IComponentRemovedProjector.d.ts.map +1 -0
  509. package/dist/application/solution/components/remove/IComponentRemovedProjector.js +3 -0
  510. package/dist/application/solution/components/remove/IComponentRemovedProjector.js.map +1 -0
  511. package/dist/application/solution/components/remove/RemoveComponentCommand.d.ts +4 -0
  512. package/dist/application/solution/components/remove/RemoveComponentCommand.d.ts.map +1 -0
  513. package/dist/application/solution/components/remove/RemoveComponentCommand.js +3 -0
  514. package/dist/application/solution/components/remove/RemoveComponentCommand.js.map +1 -0
  515. package/dist/application/solution/components/remove/RemoveComponentCommandHandler.d.ts +15 -0
  516. package/dist/application/solution/components/remove/RemoveComponentCommandHandler.d.ts.map +1 -0
  517. package/dist/application/solution/components/remove/RemoveComponentCommandHandler.js +30 -0
  518. package/dist/application/solution/components/remove/RemoveComponentCommandHandler.js.map +1 -0
  519. package/dist/application/solution/components/update/ComponentUpdatedEventHandler.d.ts +9 -0
  520. package/dist/application/solution/components/update/ComponentUpdatedEventHandler.d.ts.map +1 -0
  521. package/dist/application/solution/components/update/ComponentUpdatedEventHandler.js +14 -0
  522. package/dist/application/solution/components/update/ComponentUpdatedEventHandler.js.map +1 -0
  523. package/dist/application/solution/components/update/IComponentUpdateReader.d.ts +5 -0
  524. package/dist/application/solution/components/update/IComponentUpdateReader.d.ts.map +1 -0
  525. package/dist/application/solution/components/update/IComponentUpdateReader.js +3 -0
  526. package/dist/application/solution/components/update/IComponentUpdateReader.js.map +1 -0
  527. package/dist/application/solution/components/update/IComponentUpdatedEventWriter.d.ts +8 -0
  528. package/dist/application/solution/components/update/IComponentUpdatedEventWriter.d.ts.map +1 -0
  529. package/dist/application/solution/components/update/IComponentUpdatedEventWriter.js +3 -0
  530. package/dist/application/solution/components/update/IComponentUpdatedEventWriter.js.map +1 -0
  531. package/dist/application/solution/components/update/IComponentUpdatedProjector.d.ts +5 -0
  532. package/dist/application/solution/components/update/IComponentUpdatedProjector.d.ts.map +1 -0
  533. package/dist/application/solution/components/update/IComponentUpdatedProjector.js +3 -0
  534. package/dist/application/solution/components/update/IComponentUpdatedProjector.js.map +1 -0
  535. package/dist/application/solution/components/update/UpdateComponentCommand.d.ts +9 -0
  536. package/dist/application/solution/components/update/UpdateComponentCommand.d.ts.map +1 -0
  537. package/dist/application/solution/components/update/UpdateComponentCommand.js +3 -0
  538. package/dist/application/solution/components/update/UpdateComponentCommand.js.map +1 -0
  539. package/dist/application/solution/components/update/UpdateComponentCommandHandler.d.ts +14 -0
  540. package/dist/application/solution/components/update/UpdateComponentCommandHandler.d.ts.map +1 -0
  541. package/dist/application/solution/components/update/UpdateComponentCommandHandler.js +30 -0
  542. package/dist/application/solution/components/update/UpdateComponentCommandHandler.js.map +1 -0
  543. package/dist/application/solution/decisions/DecisionView.d.ts +20 -0
  544. package/dist/application/solution/decisions/DecisionView.d.ts.map +1 -0
  545. package/dist/application/solution/decisions/DecisionView.js +3 -0
  546. package/dist/application/solution/decisions/DecisionView.js.map +1 -0
  547. package/dist/application/solution/decisions/add/AddDecisionCommand.d.ts +11 -0
  548. package/dist/application/solution/decisions/add/AddDecisionCommand.d.ts.map +1 -0
  549. package/dist/application/solution/decisions/add/AddDecisionCommand.js +3 -0
  550. package/dist/application/solution/decisions/add/AddDecisionCommand.js.map +1 -0
  551. package/dist/application/solution/decisions/add/AddDecisionCommandHandler.d.ts +16 -0
  552. package/dist/application/solution/decisions/add/AddDecisionCommandHandler.d.ts.map +1 -0
  553. package/dist/application/solution/decisions/add/AddDecisionCommandHandler.js +29 -0
  554. package/dist/application/solution/decisions/add/AddDecisionCommandHandler.js.map +1 -0
  555. package/dist/application/solution/decisions/add/DecisionAddedEventHandler.d.ts +13 -0
  556. package/dist/application/solution/decisions/add/DecisionAddedEventHandler.d.ts.map +1 -0
  557. package/dist/application/solution/decisions/add/DecisionAddedEventHandler.js +18 -0
  558. package/dist/application/solution/decisions/add/DecisionAddedEventHandler.js.map +1 -0
  559. package/dist/application/solution/decisions/add/IDecisionAddedEventWriter.d.ts +18 -0
  560. package/dist/application/solution/decisions/add/IDecisionAddedEventWriter.d.ts.map +1 -0
  561. package/dist/application/solution/decisions/add/IDecisionAddedEventWriter.js +7 -0
  562. package/dist/application/solution/decisions/add/IDecisionAddedEventWriter.js.map +1 -0
  563. package/dist/application/solution/decisions/add/IDecisionAddedProjector.d.ts +12 -0
  564. package/dist/application/solution/decisions/add/IDecisionAddedProjector.d.ts.map +1 -0
  565. package/dist/application/solution/decisions/add/IDecisionAddedProjector.js +7 -0
  566. package/dist/application/solution/decisions/add/IDecisionAddedProjector.js.map +1 -0
  567. package/dist/application/solution/decisions/reverse/DecisionReversedEventHandler.d.ts +13 -0
  568. package/dist/application/solution/decisions/reverse/DecisionReversedEventHandler.d.ts.map +1 -0
  569. package/dist/application/solution/decisions/reverse/DecisionReversedEventHandler.js +18 -0
  570. package/dist/application/solution/decisions/reverse/DecisionReversedEventHandler.js.map +1 -0
  571. package/dist/application/solution/decisions/reverse/IDecisionReverseReader.d.ts +12 -0
  572. package/dist/application/solution/decisions/reverse/IDecisionReverseReader.d.ts.map +1 -0
  573. package/dist/application/solution/decisions/reverse/IDecisionReverseReader.js +7 -0
  574. package/dist/application/solution/decisions/reverse/IDecisionReverseReader.js.map +1 -0
  575. package/dist/application/solution/decisions/reverse/IDecisionReversedEventWriter.d.ts +18 -0
  576. package/dist/application/solution/decisions/reverse/IDecisionReversedEventWriter.d.ts.map +1 -0
  577. package/dist/application/solution/decisions/reverse/IDecisionReversedEventWriter.js +7 -0
  578. package/dist/application/solution/decisions/reverse/IDecisionReversedEventWriter.js.map +1 -0
  579. package/dist/application/solution/decisions/reverse/IDecisionReversedProjector.d.ts +12 -0
  580. package/dist/application/solution/decisions/reverse/IDecisionReversedProjector.d.ts.map +1 -0
  581. package/dist/application/solution/decisions/reverse/IDecisionReversedProjector.js +7 -0
  582. package/dist/application/solution/decisions/reverse/IDecisionReversedProjector.js.map +1 -0
  583. package/dist/application/solution/decisions/reverse/ReverseDecisionCommand.d.ts +5 -0
  584. package/dist/application/solution/decisions/reverse/ReverseDecisionCommand.d.ts.map +1 -0
  585. package/dist/application/solution/decisions/reverse/ReverseDecisionCommand.js +3 -0
  586. package/dist/application/solution/decisions/reverse/ReverseDecisionCommand.js.map +1 -0
  587. package/dist/application/solution/decisions/reverse/ReverseDecisionCommandHandler.d.ts +18 -0
  588. package/dist/application/solution/decisions/reverse/ReverseDecisionCommandHandler.d.ts.map +1 -0
  589. package/dist/application/solution/decisions/reverse/ReverseDecisionCommandHandler.js +35 -0
  590. package/dist/application/solution/decisions/reverse/ReverseDecisionCommandHandler.js.map +1 -0
  591. package/dist/application/solution/decisions/supersede/DecisionSupersededEventHandler.d.ts +13 -0
  592. package/dist/application/solution/decisions/supersede/DecisionSupersededEventHandler.d.ts.map +1 -0
  593. package/dist/application/solution/decisions/supersede/DecisionSupersededEventHandler.js +18 -0
  594. package/dist/application/solution/decisions/supersede/DecisionSupersededEventHandler.js.map +1 -0
  595. package/dist/application/solution/decisions/supersede/IDecisionSupersedeReader.d.ts +12 -0
  596. package/dist/application/solution/decisions/supersede/IDecisionSupersedeReader.d.ts.map +1 -0
  597. package/dist/application/solution/decisions/supersede/IDecisionSupersedeReader.js +7 -0
  598. package/dist/application/solution/decisions/supersede/IDecisionSupersedeReader.js.map +1 -0
  599. package/dist/application/solution/decisions/supersede/IDecisionSupersededEventWriter.d.ts +18 -0
  600. package/dist/application/solution/decisions/supersede/IDecisionSupersededEventWriter.d.ts.map +1 -0
  601. package/dist/application/solution/decisions/supersede/IDecisionSupersededEventWriter.js +7 -0
  602. package/dist/application/solution/decisions/supersede/IDecisionSupersededEventWriter.js.map +1 -0
  603. package/dist/application/solution/decisions/supersede/IDecisionSupersededProjector.d.ts +12 -0
  604. package/dist/application/solution/decisions/supersede/IDecisionSupersededProjector.d.ts.map +1 -0
  605. package/dist/application/solution/decisions/supersede/IDecisionSupersededProjector.js +7 -0
  606. package/dist/application/solution/decisions/supersede/IDecisionSupersededProjector.js.map +1 -0
  607. package/dist/application/solution/decisions/supersede/SupersedeDecisionCommand.d.ts +5 -0
  608. package/dist/application/solution/decisions/supersede/SupersedeDecisionCommand.d.ts.map +1 -0
  609. package/dist/application/solution/decisions/supersede/SupersedeDecisionCommand.js +3 -0
  610. package/dist/application/solution/decisions/supersede/SupersedeDecisionCommand.js.map +1 -0
  611. package/dist/application/solution/decisions/supersede/SupersedeDecisionCommandHandler.d.ts +18 -0
  612. package/dist/application/solution/decisions/supersede/SupersedeDecisionCommandHandler.d.ts.map +1 -0
  613. package/dist/application/solution/decisions/supersede/SupersedeDecisionCommandHandler.js +40 -0
  614. package/dist/application/solution/decisions/supersede/SupersedeDecisionCommandHandler.js.map +1 -0
  615. package/dist/application/solution/decisions/update/DecisionUpdatedEventHandler.d.ts +13 -0
  616. package/dist/application/solution/decisions/update/DecisionUpdatedEventHandler.d.ts.map +1 -0
  617. package/dist/application/solution/decisions/update/DecisionUpdatedEventHandler.js +18 -0
  618. package/dist/application/solution/decisions/update/DecisionUpdatedEventHandler.js.map +1 -0
  619. package/dist/application/solution/decisions/update/IDecisionUpdateReader.d.ts +12 -0
  620. package/dist/application/solution/decisions/update/IDecisionUpdateReader.d.ts.map +1 -0
  621. package/dist/application/solution/decisions/update/IDecisionUpdateReader.js +7 -0
  622. package/dist/application/solution/decisions/update/IDecisionUpdateReader.js.map +1 -0
  623. package/dist/application/solution/decisions/update/IDecisionUpdatedEventWriter.d.ts +18 -0
  624. package/dist/application/solution/decisions/update/IDecisionUpdatedEventWriter.d.ts.map +1 -0
  625. package/dist/application/solution/decisions/update/IDecisionUpdatedEventWriter.js +7 -0
  626. package/dist/application/solution/decisions/update/IDecisionUpdatedEventWriter.js.map +1 -0
  627. package/dist/application/solution/decisions/update/IDecisionUpdatedProjector.d.ts +12 -0
  628. package/dist/application/solution/decisions/update/IDecisionUpdatedProjector.d.ts.map +1 -0
  629. package/dist/application/solution/decisions/update/IDecisionUpdatedProjector.js +7 -0
  630. package/dist/application/solution/decisions/update/IDecisionUpdatedProjector.js.map +1 -0
  631. package/dist/application/solution/decisions/update/UpdateDecisionCommand.d.ts +34 -0
  632. package/dist/application/solution/decisions/update/UpdateDecisionCommand.d.ts.map +1 -0
  633. package/dist/application/solution/decisions/update/UpdateDecisionCommand.js +3 -0
  634. package/dist/application/solution/decisions/update/UpdateDecisionCommand.js.map +1 -0
  635. package/dist/application/solution/decisions/update/UpdateDecisionCommandHandler.d.ts +31 -0
  636. package/dist/application/solution/decisions/update/UpdateDecisionCommandHandler.d.ts.map +1 -0
  637. package/dist/application/solution/decisions/update/UpdateDecisionCommandHandler.js +47 -0
  638. package/dist/application/solution/decisions/update/UpdateDecisionCommandHandler.js.map +1 -0
  639. package/dist/application/solution/dependencies/DependencyView.d.ts +21 -0
  640. package/dist/application/solution/dependencies/DependencyView.d.ts.map +1 -0
  641. package/dist/application/solution/dependencies/DependencyView.js +9 -0
  642. package/dist/application/solution/dependencies/DependencyView.js.map +1 -0
  643. package/dist/application/solution/dependencies/add/AddDependencyCommand.d.ts +7 -0
  644. package/dist/application/solution/dependencies/add/AddDependencyCommand.d.ts.map +1 -0
  645. package/dist/application/solution/dependencies/add/AddDependencyCommand.js +3 -0
  646. package/dist/application/solution/dependencies/add/AddDependencyCommand.js.map +1 -0
  647. package/dist/application/solution/dependencies/add/AddDependencyCommandHandler.d.ts +18 -0
  648. package/dist/application/solution/dependencies/add/AddDependencyCommandHandler.d.ts.map +1 -0
  649. package/dist/application/solution/dependencies/add/AddDependencyCommandHandler.js +36 -0
  650. package/dist/application/solution/dependencies/add/AddDependencyCommandHandler.js.map +1 -0
  651. package/dist/application/solution/dependencies/add/DependencyAddedEventHandler.d.ts +15 -0
  652. package/dist/application/solution/dependencies/add/DependencyAddedEventHandler.d.ts.map +1 -0
  653. package/dist/application/solution/dependencies/add/DependencyAddedEventHandler.js +20 -0
  654. package/dist/application/solution/dependencies/add/DependencyAddedEventHandler.js.map +1 -0
  655. package/dist/application/solution/dependencies/add/IDependencyAddReader.d.ts +9 -0
  656. package/dist/application/solution/dependencies/add/IDependencyAddReader.d.ts.map +1 -0
  657. package/dist/application/solution/dependencies/add/IDependencyAddReader.js +3 -0
  658. package/dist/application/solution/dependencies/add/IDependencyAddReader.js.map +1 -0
  659. package/dist/application/solution/dependencies/add/IDependencyAddedEventWriter.d.ts +10 -0
  660. package/dist/application/solution/dependencies/add/IDependencyAddedEventWriter.d.ts.map +1 -0
  661. package/dist/application/solution/dependencies/add/IDependencyAddedEventWriter.js +3 -0
  662. package/dist/application/solution/dependencies/add/IDependencyAddedEventWriter.js.map +1 -0
  663. package/dist/application/solution/dependencies/add/IDependencyAddedProjector.d.ts +9 -0
  664. package/dist/application/solution/dependencies/add/IDependencyAddedProjector.d.ts.map +1 -0
  665. package/dist/application/solution/dependencies/add/IDependencyAddedProjector.js +3 -0
  666. package/dist/application/solution/dependencies/add/IDependencyAddedProjector.js.map +1 -0
  667. package/dist/application/solution/dependencies/remove/DependencyRemovedEventHandler.d.ts +15 -0
  668. package/dist/application/solution/dependencies/remove/DependencyRemovedEventHandler.d.ts.map +1 -0
  669. package/dist/application/solution/dependencies/remove/DependencyRemovedEventHandler.js +20 -0
  670. package/dist/application/solution/dependencies/remove/DependencyRemovedEventHandler.js.map +1 -0
  671. package/dist/application/solution/dependencies/remove/IDependencyRemoveReader.d.ts +9 -0
  672. package/dist/application/solution/dependencies/remove/IDependencyRemoveReader.d.ts.map +1 -0
  673. package/dist/application/solution/dependencies/remove/IDependencyRemoveReader.js +3 -0
  674. package/dist/application/solution/dependencies/remove/IDependencyRemoveReader.js.map +1 -0
  675. package/dist/application/solution/dependencies/remove/IDependencyRemovedEventReader.d.ts +9 -0
  676. package/dist/application/solution/dependencies/remove/IDependencyRemovedEventReader.d.ts.map +1 -0
  677. package/dist/application/solution/dependencies/remove/IDependencyRemovedEventReader.js +3 -0
  678. package/dist/application/solution/dependencies/remove/IDependencyRemovedEventReader.js.map +1 -0
  679. package/dist/application/solution/dependencies/remove/IDependencyRemovedEventWriter.d.ts +10 -0
  680. package/dist/application/solution/dependencies/remove/IDependencyRemovedEventWriter.d.ts.map +1 -0
  681. package/dist/application/solution/dependencies/remove/IDependencyRemovedEventWriter.js +3 -0
  682. package/dist/application/solution/dependencies/remove/IDependencyRemovedEventWriter.js.map +1 -0
  683. package/dist/application/solution/dependencies/remove/IDependencyRemovedProjector.d.ts +9 -0
  684. package/dist/application/solution/dependencies/remove/IDependencyRemovedProjector.d.ts.map +1 -0
  685. package/dist/application/solution/dependencies/remove/IDependencyRemovedProjector.js +3 -0
  686. package/dist/application/solution/dependencies/remove/IDependencyRemovedProjector.js.map +1 -0
  687. package/dist/application/solution/dependencies/remove/RemoveDependencyCommand.d.ts +5 -0
  688. package/dist/application/solution/dependencies/remove/RemoveDependencyCommand.d.ts.map +1 -0
  689. package/dist/application/solution/dependencies/remove/RemoveDependencyCommand.js +3 -0
  690. package/dist/application/solution/dependencies/remove/RemoveDependencyCommand.js.map +1 -0
  691. package/dist/application/solution/dependencies/remove/RemoveDependencyCommandHandler.d.ts +20 -0
  692. package/dist/application/solution/dependencies/remove/RemoveDependencyCommandHandler.d.ts.map +1 -0
  693. package/dist/application/solution/dependencies/remove/RemoveDependencyCommandHandler.js +36 -0
  694. package/dist/application/solution/dependencies/remove/RemoveDependencyCommandHandler.js.map +1 -0
  695. package/dist/application/solution/dependencies/update/DependencyUpdatedEventHandler.d.ts +15 -0
  696. package/dist/application/solution/dependencies/update/DependencyUpdatedEventHandler.d.ts.map +1 -0
  697. package/dist/application/solution/dependencies/update/DependencyUpdatedEventHandler.js +20 -0
  698. package/dist/application/solution/dependencies/update/DependencyUpdatedEventHandler.js.map +1 -0
  699. package/dist/application/solution/dependencies/update/IDependencyUpdateReader.d.ts +9 -0
  700. package/dist/application/solution/dependencies/update/IDependencyUpdateReader.d.ts.map +1 -0
  701. package/dist/application/solution/dependencies/update/IDependencyUpdateReader.js +3 -0
  702. package/dist/application/solution/dependencies/update/IDependencyUpdateReader.js.map +1 -0
  703. package/dist/application/solution/dependencies/update/IDependencyUpdatedEventReader.d.ts +9 -0
  704. package/dist/application/solution/dependencies/update/IDependencyUpdatedEventReader.d.ts.map +1 -0
  705. package/dist/application/solution/dependencies/update/IDependencyUpdatedEventReader.js +3 -0
  706. package/dist/application/solution/dependencies/update/IDependencyUpdatedEventReader.js.map +1 -0
  707. package/dist/application/solution/dependencies/update/IDependencyUpdatedEventWriter.d.ts +10 -0
  708. package/dist/application/solution/dependencies/update/IDependencyUpdatedEventWriter.d.ts.map +1 -0
  709. package/dist/application/solution/dependencies/update/IDependencyUpdatedEventWriter.js +3 -0
  710. package/dist/application/solution/dependencies/update/IDependencyUpdatedEventWriter.js.map +1 -0
  711. package/dist/application/solution/dependencies/update/IDependencyUpdatedProjector.d.ts +9 -0
  712. package/dist/application/solution/dependencies/update/IDependencyUpdatedProjector.d.ts.map +1 -0
  713. package/dist/application/solution/dependencies/update/IDependencyUpdatedProjector.js +3 -0
  714. package/dist/application/solution/dependencies/update/IDependencyUpdatedProjector.js.map +1 -0
  715. package/dist/application/solution/dependencies/update/UpdateDependencyCommand.d.ts +8 -0
  716. package/dist/application/solution/dependencies/update/UpdateDependencyCommand.d.ts.map +1 -0
  717. package/dist/application/solution/dependencies/update/UpdateDependencyCommand.js +3 -0
  718. package/dist/application/solution/dependencies/update/UpdateDependencyCommand.js.map +1 -0
  719. package/dist/application/solution/dependencies/update/UpdateDependencyCommandHandler.d.ts +20 -0
  720. package/dist/application/solution/dependencies/update/UpdateDependencyCommandHandler.d.ts.map +1 -0
  721. package/dist/application/solution/dependencies/update/UpdateDependencyCommandHandler.js +36 -0
  722. package/dist/application/solution/dependencies/update/UpdateDependencyCommandHandler.js.map +1 -0
  723. package/dist/application/solution/guidelines/GuidelineView.d.ts +23 -0
  724. package/dist/application/solution/guidelines/GuidelineView.d.ts.map +1 -0
  725. package/dist/application/solution/guidelines/GuidelineView.js +9 -0
  726. package/dist/application/solution/guidelines/GuidelineView.js.map +1 -0
  727. package/dist/application/solution/guidelines/add/AddGuidelineCommand.d.ts +15 -0
  728. package/dist/application/solution/guidelines/add/AddGuidelineCommand.d.ts.map +1 -0
  729. package/dist/application/solution/guidelines/add/AddGuidelineCommand.js +8 -0
  730. package/dist/application/solution/guidelines/add/AddGuidelineCommand.js.map +1 -0
  731. package/dist/application/solution/guidelines/add/AddGuidelineCommandHandler.d.ts +18 -0
  732. package/dist/application/solution/guidelines/add/AddGuidelineCommandHandler.d.ts.map +1 -0
  733. package/dist/application/solution/guidelines/add/AddGuidelineCommandHandler.js +31 -0
  734. package/dist/application/solution/guidelines/add/AddGuidelineCommandHandler.js.map +1 -0
  735. package/dist/application/solution/guidelines/add/GuidelineAddedEventHandler.d.ts +15 -0
  736. package/dist/application/solution/guidelines/add/GuidelineAddedEventHandler.d.ts.map +1 -0
  737. package/dist/application/solution/guidelines/add/GuidelineAddedEventHandler.js +20 -0
  738. package/dist/application/solution/guidelines/add/GuidelineAddedEventHandler.js.map +1 -0
  739. package/dist/application/solution/guidelines/add/IGuidelineAddedEventWriter.d.ts +10 -0
  740. package/dist/application/solution/guidelines/add/IGuidelineAddedEventWriter.d.ts.map +1 -0
  741. package/dist/application/solution/guidelines/add/IGuidelineAddedEventWriter.js +3 -0
  742. package/dist/application/solution/guidelines/add/IGuidelineAddedEventWriter.js.map +1 -0
  743. package/dist/application/solution/guidelines/add/IGuidelineAddedProjector.d.ts +9 -0
  744. package/dist/application/solution/guidelines/add/IGuidelineAddedProjector.d.ts.map +1 -0
  745. package/dist/application/solution/guidelines/add/IGuidelineAddedProjector.js +3 -0
  746. package/dist/application/solution/guidelines/add/IGuidelineAddedProjector.js.map +1 -0
  747. package/dist/application/solution/guidelines/remove/GuidelineRemovedEventHandler.d.ts +15 -0
  748. package/dist/application/solution/guidelines/remove/GuidelineRemovedEventHandler.d.ts.map +1 -0
  749. package/dist/application/solution/guidelines/remove/GuidelineRemovedEventHandler.js +20 -0
  750. package/dist/application/solution/guidelines/remove/GuidelineRemovedEventHandler.js.map +1 -0
  751. package/dist/application/solution/guidelines/remove/IGuidelineRemoveReader.d.ts +10 -0
  752. package/dist/application/solution/guidelines/remove/IGuidelineRemoveReader.d.ts.map +1 -0
  753. package/dist/application/solution/guidelines/remove/IGuidelineRemoveReader.js +3 -0
  754. package/dist/application/solution/guidelines/remove/IGuidelineRemoveReader.js.map +1 -0
  755. package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventReader.d.ts +9 -0
  756. package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventReader.d.ts.map +1 -0
  757. package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventReader.js +3 -0
  758. package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventReader.js.map +1 -0
  759. package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventWriter.d.ts +10 -0
  760. package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventWriter.d.ts.map +1 -0
  761. package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventWriter.js +3 -0
  762. package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventWriter.js.map +1 -0
  763. package/dist/application/solution/guidelines/remove/IGuidelineRemovedProjector.d.ts +9 -0
  764. package/dist/application/solution/guidelines/remove/IGuidelineRemovedProjector.d.ts.map +1 -0
  765. package/dist/application/solution/guidelines/remove/IGuidelineRemovedProjector.js +3 -0
  766. package/dist/application/solution/guidelines/remove/IGuidelineRemovedProjector.js.map +1 -0
  767. package/dist/application/solution/guidelines/remove/RemoveGuidelineCommand.d.ts +10 -0
  768. package/dist/application/solution/guidelines/remove/RemoveGuidelineCommand.d.ts.map +1 -0
  769. package/dist/application/solution/guidelines/remove/RemoveGuidelineCommand.js +8 -0
  770. package/dist/application/solution/guidelines/remove/RemoveGuidelineCommand.js.map +1 -0
  771. package/dist/application/solution/guidelines/remove/RemoveGuidelineCommandHandler.d.ts +20 -0
  772. package/dist/application/solution/guidelines/remove/RemoveGuidelineCommandHandler.d.ts.map +1 -0
  773. package/dist/application/solution/guidelines/remove/RemoveGuidelineCommandHandler.js +41 -0
  774. package/dist/application/solution/guidelines/remove/RemoveGuidelineCommandHandler.js.map +1 -0
  775. package/dist/application/solution/guidelines/update/GuidelineUpdatedEventHandler.d.ts +15 -0
  776. package/dist/application/solution/guidelines/update/GuidelineUpdatedEventHandler.d.ts.map +1 -0
  777. package/dist/application/solution/guidelines/update/GuidelineUpdatedEventHandler.js +20 -0
  778. package/dist/application/solution/guidelines/update/GuidelineUpdatedEventHandler.js.map +1 -0
  779. package/dist/application/solution/guidelines/update/IGuidelineUpdateReader.d.ts +9 -0
  780. package/dist/application/solution/guidelines/update/IGuidelineUpdateReader.d.ts.map +1 -0
  781. package/dist/application/solution/guidelines/update/IGuidelineUpdateReader.js +3 -0
  782. package/dist/application/solution/guidelines/update/IGuidelineUpdateReader.js.map +1 -0
  783. package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventReader.d.ts +9 -0
  784. package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventReader.d.ts.map +1 -0
  785. package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventReader.js +3 -0
  786. package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventReader.js.map +1 -0
  787. package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventWriter.d.ts +10 -0
  788. package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventWriter.d.ts.map +1 -0
  789. package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventWriter.js +3 -0
  790. package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventWriter.js.map +1 -0
  791. package/dist/application/solution/guidelines/update/IGuidelineUpdatedProjector.d.ts +9 -0
  792. package/dist/application/solution/guidelines/update/IGuidelineUpdatedProjector.d.ts.map +1 -0
  793. package/dist/application/solution/guidelines/update/IGuidelineUpdatedProjector.js +3 -0
  794. package/dist/application/solution/guidelines/update/IGuidelineUpdatedProjector.js.map +1 -0
  795. package/dist/application/solution/guidelines/update/UpdateGuidelineCommand.d.ts +17 -0
  796. package/dist/application/solution/guidelines/update/UpdateGuidelineCommand.d.ts.map +1 -0
  797. package/dist/application/solution/guidelines/update/UpdateGuidelineCommand.js +9 -0
  798. package/dist/application/solution/guidelines/update/UpdateGuidelineCommand.js.map +1 -0
  799. package/dist/application/solution/guidelines/update/UpdateGuidelineCommandHandler.d.ts +22 -0
  800. package/dist/application/solution/guidelines/update/UpdateGuidelineCommandHandler.d.ts.map +1 -0
  801. package/dist/application/solution/guidelines/update/UpdateGuidelineCommandHandler.js +54 -0
  802. package/dist/application/solution/guidelines/update/UpdateGuidelineCommandHandler.js.map +1 -0
  803. package/dist/application/solution/invariants/InvariantView.d.ts +18 -0
  804. package/dist/application/solution/invariants/InvariantView.d.ts.map +1 -0
  805. package/dist/application/solution/invariants/InvariantView.js +9 -0
  806. package/dist/application/solution/invariants/InvariantView.js.map +1 -0
  807. package/dist/application/solution/invariants/add/AddInvariantCommand.d.ts +12 -0
  808. package/dist/application/solution/invariants/add/AddInvariantCommand.d.ts.map +1 -0
  809. package/dist/application/solution/invariants/add/AddInvariantCommand.js +8 -0
  810. package/dist/application/solution/invariants/add/AddInvariantCommand.js.map +1 -0
  811. package/dist/application/solution/invariants/add/AddInvariantCommandHandler.d.ts +24 -0
  812. package/dist/application/solution/invariants/add/AddInvariantCommandHandler.d.ts.map +1 -0
  813. package/dist/application/solution/invariants/add/AddInvariantCommandHandler.js +41 -0
  814. package/dist/application/solution/invariants/add/AddInvariantCommandHandler.js.map +1 -0
  815. package/dist/application/solution/invariants/add/IInvariantAddReader.d.ts +9 -0
  816. package/dist/application/solution/invariants/add/IInvariantAddReader.d.ts.map +1 -0
  817. package/dist/application/solution/invariants/add/IInvariantAddReader.js +3 -0
  818. package/dist/application/solution/invariants/add/IInvariantAddReader.js.map +1 -0
  819. package/dist/application/solution/invariants/add/IInvariantAddedEventWriter.d.ts +10 -0
  820. package/dist/application/solution/invariants/add/IInvariantAddedEventWriter.d.ts.map +1 -0
  821. package/dist/application/solution/invariants/add/IInvariantAddedEventWriter.js +3 -0
  822. package/dist/application/solution/invariants/add/IInvariantAddedEventWriter.js.map +1 -0
  823. package/dist/application/solution/invariants/add/IInvariantAddedProjector.d.ts +9 -0
  824. package/dist/application/solution/invariants/add/IInvariantAddedProjector.d.ts.map +1 -0
  825. package/dist/application/solution/invariants/add/IInvariantAddedProjector.js +3 -0
  826. package/dist/application/solution/invariants/add/IInvariantAddedProjector.js.map +1 -0
  827. package/dist/application/solution/invariants/add/InvariantAddedEventHandler.d.ts +15 -0
  828. package/dist/application/solution/invariants/add/InvariantAddedEventHandler.d.ts.map +1 -0
  829. package/dist/application/solution/invariants/add/InvariantAddedEventHandler.js +20 -0
  830. package/dist/application/solution/invariants/add/InvariantAddedEventHandler.js.map +1 -0
  831. package/dist/application/solution/invariants/remove/IInvariantRemoveReader.d.ts +10 -0
  832. package/dist/application/solution/invariants/remove/IInvariantRemoveReader.d.ts.map +1 -0
  833. package/dist/application/solution/invariants/remove/IInvariantRemoveReader.js +3 -0
  834. package/dist/application/solution/invariants/remove/IInvariantRemoveReader.js.map +1 -0
  835. package/dist/application/solution/invariants/remove/IInvariantRemovedEventReader.d.ts +9 -0
  836. package/dist/application/solution/invariants/remove/IInvariantRemovedEventReader.d.ts.map +1 -0
  837. package/dist/application/solution/invariants/remove/IInvariantRemovedEventReader.js +3 -0
  838. package/dist/application/solution/invariants/remove/IInvariantRemovedEventReader.js.map +1 -0
  839. package/dist/application/solution/invariants/remove/IInvariantRemovedEventWriter.d.ts +10 -0
  840. package/dist/application/solution/invariants/remove/IInvariantRemovedEventWriter.d.ts.map +1 -0
  841. package/dist/application/solution/invariants/remove/IInvariantRemovedEventWriter.js +3 -0
  842. package/dist/application/solution/invariants/remove/IInvariantRemovedEventWriter.js.map +1 -0
  843. package/dist/application/solution/invariants/remove/IInvariantRemovedProjector.d.ts +9 -0
  844. package/dist/application/solution/invariants/remove/IInvariantRemovedProjector.d.ts.map +1 -0
  845. package/dist/application/solution/invariants/remove/IInvariantRemovedProjector.js +3 -0
  846. package/dist/application/solution/invariants/remove/IInvariantRemovedProjector.js.map +1 -0
  847. package/dist/application/solution/invariants/remove/InvariantRemovedEventHandler.d.ts +15 -0
  848. package/dist/application/solution/invariants/remove/InvariantRemovedEventHandler.d.ts.map +1 -0
  849. package/dist/application/solution/invariants/remove/InvariantRemovedEventHandler.js +20 -0
  850. package/dist/application/solution/invariants/remove/InvariantRemovedEventHandler.js.map +1 -0
  851. package/dist/application/solution/invariants/remove/RemoveInvariantCommand.d.ts +10 -0
  852. package/dist/application/solution/invariants/remove/RemoveInvariantCommand.d.ts.map +1 -0
  853. package/dist/application/solution/invariants/remove/RemoveInvariantCommand.js +8 -0
  854. package/dist/application/solution/invariants/remove/RemoveInvariantCommand.js.map +1 -0
  855. package/dist/application/solution/invariants/remove/RemoveInvariantCommandHandler.d.ts +20 -0
  856. package/dist/application/solution/invariants/remove/RemoveInvariantCommandHandler.d.ts.map +1 -0
  857. package/dist/application/solution/invariants/remove/RemoveInvariantCommandHandler.js +37 -0
  858. package/dist/application/solution/invariants/remove/RemoveInvariantCommandHandler.js.map +1 -0
  859. package/dist/application/solution/invariants/update/IInvariantUpdateReader.d.ts +10 -0
  860. package/dist/application/solution/invariants/update/IInvariantUpdateReader.d.ts.map +1 -0
  861. package/dist/application/solution/invariants/update/IInvariantUpdateReader.js +3 -0
  862. package/dist/application/solution/invariants/update/IInvariantUpdateReader.js.map +1 -0
  863. package/dist/application/solution/invariants/update/IInvariantUpdatedEventReader.d.ts +9 -0
  864. package/dist/application/solution/invariants/update/IInvariantUpdatedEventReader.d.ts.map +1 -0
  865. package/dist/application/solution/invariants/update/IInvariantUpdatedEventReader.js +3 -0
  866. package/dist/application/solution/invariants/update/IInvariantUpdatedEventReader.js.map +1 -0
  867. package/dist/application/solution/invariants/update/IInvariantUpdatedEventWriter.d.ts +10 -0
  868. package/dist/application/solution/invariants/update/IInvariantUpdatedEventWriter.d.ts.map +1 -0
  869. package/dist/application/solution/invariants/update/IInvariantUpdatedEventWriter.js +3 -0
  870. package/dist/application/solution/invariants/update/IInvariantUpdatedEventWriter.js.map +1 -0
  871. package/dist/application/solution/invariants/update/IInvariantUpdatedProjector.d.ts +9 -0
  872. package/dist/application/solution/invariants/update/IInvariantUpdatedProjector.d.ts.map +1 -0
  873. package/dist/application/solution/invariants/update/IInvariantUpdatedProjector.js +3 -0
  874. package/dist/application/solution/invariants/update/IInvariantUpdatedProjector.js.map +1 -0
  875. package/dist/application/solution/invariants/update/InvariantUpdatedEventHandler.d.ts +15 -0
  876. package/dist/application/solution/invariants/update/InvariantUpdatedEventHandler.d.ts.map +1 -0
  877. package/dist/application/solution/invariants/update/InvariantUpdatedEventHandler.js +20 -0
  878. package/dist/application/solution/invariants/update/InvariantUpdatedEventHandler.js.map +1 -0
  879. package/dist/application/solution/invariants/update/UpdateInvariantCommand.d.ts +14 -0
  880. package/dist/application/solution/invariants/update/UpdateInvariantCommand.d.ts.map +1 -0
  881. package/dist/application/solution/invariants/update/UpdateInvariantCommand.js +9 -0
  882. package/dist/application/solution/invariants/update/UpdateInvariantCommand.js.map +1 -0
  883. package/dist/application/solution/invariants/update/UpdateInvariantCommandHandler.d.ts +23 -0
  884. package/dist/application/solution/invariants/update/UpdateInvariantCommandHandler.d.ts.map +1 -0
  885. package/dist/application/solution/invariants/update/UpdateInvariantCommandHandler.js +44 -0
  886. package/dist/application/solution/invariants/update/UpdateInvariantCommandHandler.js.map +1 -0
  887. package/dist/application/work/goals/GoalView.d.ts +27 -0
  888. package/dist/application/work/goals/GoalView.d.ts.map +1 -0
  889. package/dist/application/work/goals/GoalView.js +3 -0
  890. package/dist/application/work/goals/GoalView.js.map +1 -0
  891. package/dist/application/work/goals/IGoalStatusReader.d.ts +10 -0
  892. package/dist/application/work/goals/IGoalStatusReader.d.ts.map +1 -0
  893. package/dist/application/work/goals/IGoalStatusReader.js +3 -0
  894. package/dist/application/work/goals/IGoalStatusReader.js.map +1 -0
  895. package/dist/application/work/goals/add/AddGoalCommand.d.ts +25 -0
  896. package/dist/application/work/goals/add/AddGoalCommand.d.ts.map +1 -0
  897. package/dist/application/work/goals/add/AddGoalCommand.js +3 -0
  898. package/dist/application/work/goals/add/AddGoalCommand.js.map +1 -0
  899. package/dist/application/work/goals/add/AddGoalCommandHandler.d.ts +30 -0
  900. package/dist/application/work/goals/add/AddGoalCommandHandler.d.ts.map +1 -0
  901. package/dist/application/work/goals/add/AddGoalCommandHandler.js +87 -0
  902. package/dist/application/work/goals/add/AddGoalCommandHandler.js.map +1 -0
  903. package/dist/application/work/goals/add/GoalAddedEventHandler.d.ts +15 -0
  904. package/dist/application/work/goals/add/GoalAddedEventHandler.d.ts.map +1 -0
  905. package/dist/application/work/goals/add/GoalAddedEventHandler.js +20 -0
  906. package/dist/application/work/goals/add/GoalAddedEventHandler.js.map +1 -0
  907. package/dist/application/work/goals/add/IGoalAddedEventWriter.d.ts +10 -0
  908. package/dist/application/work/goals/add/IGoalAddedEventWriter.d.ts.map +1 -0
  909. package/dist/application/work/goals/add/IGoalAddedEventWriter.js +3 -0
  910. package/dist/application/work/goals/add/IGoalAddedEventWriter.js.map +1 -0
  911. package/dist/application/work/goals/add/IGoalAddedProjector.d.ts +9 -0
  912. package/dist/application/work/goals/add/IGoalAddedProjector.d.ts.map +1 -0
  913. package/dist/application/work/goals/add/IGoalAddedProjector.js +3 -0
  914. package/dist/application/work/goals/add/IGoalAddedProjector.js.map +1 -0
  915. package/dist/application/work/goals/block/BlockGoalCommand.d.ts +9 -0
  916. package/dist/application/work/goals/block/BlockGoalCommand.d.ts.map +1 -0
  917. package/dist/application/work/goals/block/BlockGoalCommand.js +3 -0
  918. package/dist/application/work/goals/block/BlockGoalCommand.js.map +1 -0
  919. package/dist/application/work/goals/block/BlockGoalCommandHandler.d.ts +18 -0
  920. package/dist/application/work/goals/block/BlockGoalCommandHandler.d.ts.map +1 -0
  921. package/dist/application/work/goals/block/BlockGoalCommandHandler.js +29 -0
  922. package/dist/application/work/goals/block/BlockGoalCommandHandler.js.map +1 -0
  923. package/dist/application/work/goals/block/GoalBlockedEventHandler.d.ts +15 -0
  924. package/dist/application/work/goals/block/GoalBlockedEventHandler.d.ts.map +1 -0
  925. package/dist/application/work/goals/block/GoalBlockedEventHandler.js +20 -0
  926. package/dist/application/work/goals/block/GoalBlockedEventHandler.js.map +1 -0
  927. package/dist/application/work/goals/block/IGoalBlockedEventReader.d.ts +9 -0
  928. package/dist/application/work/goals/block/IGoalBlockedEventReader.d.ts.map +1 -0
  929. package/dist/application/work/goals/block/IGoalBlockedEventReader.js +3 -0
  930. package/dist/application/work/goals/block/IGoalBlockedEventReader.js.map +1 -0
  931. package/dist/application/work/goals/block/IGoalBlockedEventWriter.d.ts +10 -0
  932. package/dist/application/work/goals/block/IGoalBlockedEventWriter.d.ts.map +1 -0
  933. package/dist/application/work/goals/block/IGoalBlockedEventWriter.js +3 -0
  934. package/dist/application/work/goals/block/IGoalBlockedEventWriter.js.map +1 -0
  935. package/dist/application/work/goals/block/IGoalBlockedProjector.d.ts +9 -0
  936. package/dist/application/work/goals/block/IGoalBlockedProjector.d.ts.map +1 -0
  937. package/dist/application/work/goals/block/IGoalBlockedProjector.js +3 -0
  938. package/dist/application/work/goals/block/IGoalBlockedProjector.js.map +1 -0
  939. package/dist/application/work/goals/complete/CompleteGoalCommand.d.ts +8 -0
  940. package/dist/application/work/goals/complete/CompleteGoalCommand.d.ts.map +1 -0
  941. package/dist/application/work/goals/complete/CompleteGoalCommand.js +3 -0
  942. package/dist/application/work/goals/complete/CompleteGoalCommand.js.map +1 -0
  943. package/dist/application/work/goals/complete/CompleteGoalCommandHandler.d.ts +20 -0
  944. package/dist/application/work/goals/complete/CompleteGoalCommandHandler.d.ts.map +1 -0
  945. package/dist/application/work/goals/complete/CompleteGoalCommandHandler.js +36 -0
  946. package/dist/application/work/goals/complete/CompleteGoalCommandHandler.js.map +1 -0
  947. package/dist/application/work/goals/complete/GoalCompletedEventHandler.d.ts +15 -0
  948. package/dist/application/work/goals/complete/GoalCompletedEventHandler.d.ts.map +1 -0
  949. package/dist/application/work/goals/complete/GoalCompletedEventHandler.js +20 -0
  950. package/dist/application/work/goals/complete/GoalCompletedEventHandler.js.map +1 -0
  951. package/dist/application/work/goals/complete/IGoalCompleteReader.d.ts +9 -0
  952. package/dist/application/work/goals/complete/IGoalCompleteReader.d.ts.map +1 -0
  953. package/dist/application/work/goals/complete/IGoalCompleteReader.js +3 -0
  954. package/dist/application/work/goals/complete/IGoalCompleteReader.js.map +1 -0
  955. package/dist/application/work/goals/complete/IGoalCompletedEventReader.d.ts +9 -0
  956. package/dist/application/work/goals/complete/IGoalCompletedEventReader.d.ts.map +1 -0
  957. package/dist/application/work/goals/complete/IGoalCompletedEventReader.js +3 -0
  958. package/dist/application/work/goals/complete/IGoalCompletedEventReader.js.map +1 -0
  959. package/dist/application/work/goals/complete/IGoalCompletedEventWriter.d.ts +10 -0
  960. package/dist/application/work/goals/complete/IGoalCompletedEventWriter.d.ts.map +1 -0
  961. package/dist/application/work/goals/complete/IGoalCompletedEventWriter.js +3 -0
  962. package/dist/application/work/goals/complete/IGoalCompletedEventWriter.js.map +1 -0
  963. package/dist/application/work/goals/complete/IGoalCompletedProjector.d.ts +9 -0
  964. package/dist/application/work/goals/complete/IGoalCompletedProjector.d.ts.map +1 -0
  965. package/dist/application/work/goals/complete/IGoalCompletedProjector.js +3 -0
  966. package/dist/application/work/goals/complete/IGoalCompletedProjector.js.map +1 -0
  967. package/dist/application/work/goals/get-context/GetGoalContextQueryHandler.d.ts +114 -0
  968. package/dist/application/work/goals/get-context/GetGoalContextQueryHandler.d.ts.map +1 -0
  969. package/dist/application/work/goals/get-context/GetGoalContextQueryHandler.js +291 -0
  970. package/dist/application/work/goals/get-context/GetGoalContextQueryHandler.js.map +1 -0
  971. package/dist/application/work/goals/get-context/GoalContextView.d.ts +75 -0
  972. package/dist/application/work/goals/get-context/GoalContextView.d.ts.map +1 -0
  973. package/dist/application/work/goals/get-context/GoalContextView.js +3 -0
  974. package/dist/application/work/goals/get-context/GoalContextView.js.map +1 -0
  975. package/dist/application/work/goals/get-context/IComponentContextReader.d.ts +9 -0
  976. package/dist/application/work/goals/get-context/IComponentContextReader.d.ts.map +1 -0
  977. package/dist/application/work/goals/get-context/IComponentContextReader.js +3 -0
  978. package/dist/application/work/goals/get-context/IComponentContextReader.js.map +1 -0
  979. package/dist/application/work/goals/get-context/IDecisionContextReader.d.ts +9 -0
  980. package/dist/application/work/goals/get-context/IDecisionContextReader.d.ts.map +1 -0
  981. package/dist/application/work/goals/get-context/IDecisionContextReader.js +3 -0
  982. package/dist/application/work/goals/get-context/IDecisionContextReader.js.map +1 -0
  983. package/dist/application/work/goals/get-context/IDependencyContextReader.d.ts +9 -0
  984. package/dist/application/work/goals/get-context/IDependencyContextReader.d.ts.map +1 -0
  985. package/dist/application/work/goals/get-context/IDependencyContextReader.js +3 -0
  986. package/dist/application/work/goals/get-context/IDependencyContextReader.js.map +1 -0
  987. package/dist/application/work/goals/get-context/IGoalContextReader.d.ts +9 -0
  988. package/dist/application/work/goals/get-context/IGoalContextReader.d.ts.map +1 -0
  989. package/dist/application/work/goals/get-context/IGoalContextReader.js +3 -0
  990. package/dist/application/work/goals/get-context/IGoalContextReader.js.map +1 -0
  991. package/dist/application/work/goals/get-context/IGuidelineContextReader.d.ts +9 -0
  992. package/dist/application/work/goals/get-context/IGuidelineContextReader.d.ts.map +1 -0
  993. package/dist/application/work/goals/get-context/IGuidelineContextReader.js +3 -0
  994. package/dist/application/work/goals/get-context/IGuidelineContextReader.js.map +1 -0
  995. package/dist/application/work/goals/get-context/IInvariantContextReader.d.ts +9 -0
  996. package/dist/application/work/goals/get-context/IInvariantContextReader.d.ts.map +1 -0
  997. package/dist/application/work/goals/get-context/IInvariantContextReader.js +3 -0
  998. package/dist/application/work/goals/get-context/IInvariantContextReader.js.map +1 -0
  999. package/dist/application/work/goals/remove/GoalRemovedEventHandler.d.ts +15 -0
  1000. package/dist/application/work/goals/remove/GoalRemovedEventHandler.d.ts.map +1 -0
  1001. package/dist/application/work/goals/remove/GoalRemovedEventHandler.js +20 -0
  1002. package/dist/application/work/goals/remove/GoalRemovedEventHandler.js.map +1 -0
  1003. package/dist/application/work/goals/remove/IGoalRemoveReader.d.ts +9 -0
  1004. package/dist/application/work/goals/remove/IGoalRemoveReader.d.ts.map +1 -0
  1005. package/dist/application/work/goals/remove/IGoalRemoveReader.js +3 -0
  1006. package/dist/application/work/goals/remove/IGoalRemoveReader.js.map +1 -0
  1007. package/dist/application/work/goals/remove/IGoalRemovedEventReader.d.ts +9 -0
  1008. package/dist/application/work/goals/remove/IGoalRemovedEventReader.d.ts.map +1 -0
  1009. package/dist/application/work/goals/remove/IGoalRemovedEventReader.js +3 -0
  1010. package/dist/application/work/goals/remove/IGoalRemovedEventReader.js.map +1 -0
  1011. package/dist/application/work/goals/remove/IGoalRemovedEventWriter.d.ts +10 -0
  1012. package/dist/application/work/goals/remove/IGoalRemovedEventWriter.d.ts.map +1 -0
  1013. package/dist/application/work/goals/remove/IGoalRemovedEventWriter.js +3 -0
  1014. package/dist/application/work/goals/remove/IGoalRemovedEventWriter.js.map +1 -0
  1015. package/dist/application/work/goals/remove/IGoalRemovedProjector.d.ts +9 -0
  1016. package/dist/application/work/goals/remove/IGoalRemovedProjector.d.ts.map +1 -0
  1017. package/dist/application/work/goals/remove/IGoalRemovedProjector.js +3 -0
  1018. package/dist/application/work/goals/remove/IGoalRemovedProjector.js.map +1 -0
  1019. package/dist/application/work/goals/remove/RemoveGoalCommand.d.ts +8 -0
  1020. package/dist/application/work/goals/remove/RemoveGoalCommand.d.ts.map +1 -0
  1021. package/dist/application/work/goals/remove/RemoveGoalCommand.js +3 -0
  1022. package/dist/application/work/goals/remove/RemoveGoalCommand.js.map +1 -0
  1023. package/dist/application/work/goals/remove/RemoveGoalCommandHandler.d.ts +20 -0
  1024. package/dist/application/work/goals/remove/RemoveGoalCommandHandler.d.ts.map +1 -0
  1025. package/dist/application/work/goals/remove/RemoveGoalCommandHandler.js +36 -0
  1026. package/dist/application/work/goals/remove/RemoveGoalCommandHandler.js.map +1 -0
  1027. package/dist/application/work/goals/reset/GoalResetEventHandler.d.ts +15 -0
  1028. package/dist/application/work/goals/reset/GoalResetEventHandler.d.ts.map +1 -0
  1029. package/dist/application/work/goals/reset/GoalResetEventHandler.js +20 -0
  1030. package/dist/application/work/goals/reset/GoalResetEventHandler.js.map +1 -0
  1031. package/dist/application/work/goals/reset/IGoalResetEventReader.d.ts +9 -0
  1032. package/dist/application/work/goals/reset/IGoalResetEventReader.d.ts.map +1 -0
  1033. package/dist/application/work/goals/reset/IGoalResetEventReader.js +3 -0
  1034. package/dist/application/work/goals/reset/IGoalResetEventReader.js.map +1 -0
  1035. package/dist/application/work/goals/reset/IGoalResetEventWriter.d.ts +10 -0
  1036. package/dist/application/work/goals/reset/IGoalResetEventWriter.d.ts.map +1 -0
  1037. package/dist/application/work/goals/reset/IGoalResetEventWriter.js +3 -0
  1038. package/dist/application/work/goals/reset/IGoalResetEventWriter.js.map +1 -0
  1039. package/dist/application/work/goals/reset/IGoalResetProjector.d.ts +9 -0
  1040. package/dist/application/work/goals/reset/IGoalResetProjector.d.ts.map +1 -0
  1041. package/dist/application/work/goals/reset/IGoalResetProjector.js +3 -0
  1042. package/dist/application/work/goals/reset/IGoalResetProjector.js.map +1 -0
  1043. package/dist/application/work/goals/reset/IGoalResetReader.d.ts +9 -0
  1044. package/dist/application/work/goals/reset/IGoalResetReader.d.ts.map +1 -0
  1045. package/dist/application/work/goals/reset/IGoalResetReader.js +3 -0
  1046. package/dist/application/work/goals/reset/IGoalResetReader.js.map +1 -0
  1047. package/dist/application/work/goals/reset/ResetGoalCommand.d.ts +8 -0
  1048. package/dist/application/work/goals/reset/ResetGoalCommand.d.ts.map +1 -0
  1049. package/dist/application/work/goals/reset/ResetGoalCommand.js +3 -0
  1050. package/dist/application/work/goals/reset/ResetGoalCommand.js.map +1 -0
  1051. package/dist/application/work/goals/reset/ResetGoalCommandHandler.d.ts +20 -0
  1052. package/dist/application/work/goals/reset/ResetGoalCommandHandler.d.ts.map +1 -0
  1053. package/dist/application/work/goals/reset/ResetGoalCommandHandler.js +36 -0
  1054. package/dist/application/work/goals/reset/ResetGoalCommandHandler.js.map +1 -0
  1055. package/dist/application/work/goals/start/GoalStartedEventHandler.d.ts +15 -0
  1056. package/dist/application/work/goals/start/GoalStartedEventHandler.d.ts.map +1 -0
  1057. package/dist/application/work/goals/start/GoalStartedEventHandler.js +20 -0
  1058. package/dist/application/work/goals/start/GoalStartedEventHandler.js.map +1 -0
  1059. package/dist/application/work/goals/start/IGoalReader.d.ts +9 -0
  1060. package/dist/application/work/goals/start/IGoalReader.d.ts.map +1 -0
  1061. package/dist/application/work/goals/start/IGoalReader.js +3 -0
  1062. package/dist/application/work/goals/start/IGoalReader.js.map +1 -0
  1063. package/dist/application/work/goals/start/IGoalStartedEventReader.d.ts +9 -0
  1064. package/dist/application/work/goals/start/IGoalStartedEventReader.d.ts.map +1 -0
  1065. package/dist/application/work/goals/start/IGoalStartedEventReader.js +3 -0
  1066. package/dist/application/work/goals/start/IGoalStartedEventReader.js.map +1 -0
  1067. package/dist/application/work/goals/start/IGoalStartedEventWriter.d.ts +10 -0
  1068. package/dist/application/work/goals/start/IGoalStartedEventWriter.d.ts.map +1 -0
  1069. package/dist/application/work/goals/start/IGoalStartedEventWriter.js +3 -0
  1070. package/dist/application/work/goals/start/IGoalStartedEventWriter.js.map +1 -0
  1071. package/dist/application/work/goals/start/IGoalStartedProjector.d.ts +9 -0
  1072. package/dist/application/work/goals/start/IGoalStartedProjector.d.ts.map +1 -0
  1073. package/dist/application/work/goals/start/IGoalStartedProjector.js +3 -0
  1074. package/dist/application/work/goals/start/IGoalStartedProjector.js.map +1 -0
  1075. package/dist/application/work/goals/start/StartGoalCommand.d.ts +8 -0
  1076. package/dist/application/work/goals/start/StartGoalCommand.d.ts.map +1 -0
  1077. package/dist/application/work/goals/start/StartGoalCommand.js +3 -0
  1078. package/dist/application/work/goals/start/StartGoalCommand.js.map +1 -0
  1079. package/dist/application/work/goals/start/StartGoalCommandHandler.d.ts +20 -0
  1080. package/dist/application/work/goals/start/StartGoalCommandHandler.d.ts.map +1 -0
  1081. package/dist/application/work/goals/start/StartGoalCommandHandler.js +36 -0
  1082. package/dist/application/work/goals/start/StartGoalCommandHandler.js.map +1 -0
  1083. package/dist/application/work/goals/unblock/GoalUnblockedEventHandler.d.ts +15 -0
  1084. package/dist/application/work/goals/unblock/GoalUnblockedEventHandler.d.ts.map +1 -0
  1085. package/dist/application/work/goals/unblock/GoalUnblockedEventHandler.js +20 -0
  1086. package/dist/application/work/goals/unblock/GoalUnblockedEventHandler.js.map +1 -0
  1087. package/dist/application/work/goals/unblock/IGoalUnblockedEventReader.d.ts +9 -0
  1088. package/dist/application/work/goals/unblock/IGoalUnblockedEventReader.d.ts.map +1 -0
  1089. package/dist/application/work/goals/unblock/IGoalUnblockedEventReader.js +3 -0
  1090. package/dist/application/work/goals/unblock/IGoalUnblockedEventReader.js.map +1 -0
  1091. package/dist/application/work/goals/unblock/IGoalUnblockedEventWriter.d.ts +10 -0
  1092. package/dist/application/work/goals/unblock/IGoalUnblockedEventWriter.d.ts.map +1 -0
  1093. package/dist/application/work/goals/unblock/IGoalUnblockedEventWriter.js +3 -0
  1094. package/dist/application/work/goals/unblock/IGoalUnblockedEventWriter.js.map +1 -0
  1095. package/dist/application/work/goals/unblock/IGoalUnblockedProjector.d.ts +9 -0
  1096. package/dist/application/work/goals/unblock/IGoalUnblockedProjector.d.ts.map +1 -0
  1097. package/dist/application/work/goals/unblock/IGoalUnblockedProjector.js +3 -0
  1098. package/dist/application/work/goals/unblock/IGoalUnblockedProjector.js.map +1 -0
  1099. package/dist/application/work/goals/unblock/UnblockGoalCommand.d.ts +9 -0
  1100. package/dist/application/work/goals/unblock/UnblockGoalCommand.d.ts.map +1 -0
  1101. package/dist/application/work/goals/unblock/UnblockGoalCommand.js +3 -0
  1102. package/dist/application/work/goals/unblock/UnblockGoalCommand.js.map +1 -0
  1103. package/dist/application/work/goals/unblock/UnblockGoalCommandHandler.d.ts +18 -0
  1104. package/dist/application/work/goals/unblock/UnblockGoalCommandHandler.d.ts.map +1 -0
  1105. package/dist/application/work/goals/unblock/UnblockGoalCommandHandler.js +32 -0
  1106. package/dist/application/work/goals/unblock/UnblockGoalCommandHandler.js.map +1 -0
  1107. package/dist/application/work/goals/update/GoalUpdatedEventHandler.d.ts +15 -0
  1108. package/dist/application/work/goals/update/GoalUpdatedEventHandler.d.ts.map +1 -0
  1109. package/dist/application/work/goals/update/GoalUpdatedEventHandler.js +20 -0
  1110. package/dist/application/work/goals/update/GoalUpdatedEventHandler.js.map +1 -0
  1111. package/dist/application/work/goals/update/IGoalUpdateReader.d.ts +9 -0
  1112. package/dist/application/work/goals/update/IGoalUpdateReader.d.ts.map +1 -0
  1113. package/dist/application/work/goals/update/IGoalUpdateReader.js +3 -0
  1114. package/dist/application/work/goals/update/IGoalUpdateReader.js.map +1 -0
  1115. package/dist/application/work/goals/update/IGoalUpdatedEventReader.d.ts +9 -0
  1116. package/dist/application/work/goals/update/IGoalUpdatedEventReader.d.ts.map +1 -0
  1117. package/dist/application/work/goals/update/IGoalUpdatedEventReader.js +3 -0
  1118. package/dist/application/work/goals/update/IGoalUpdatedEventReader.js.map +1 -0
  1119. package/dist/application/work/goals/update/IGoalUpdatedEventWriter.d.ts +10 -0
  1120. package/dist/application/work/goals/update/IGoalUpdatedEventWriter.d.ts.map +1 -0
  1121. package/dist/application/work/goals/update/IGoalUpdatedEventWriter.js +3 -0
  1122. package/dist/application/work/goals/update/IGoalUpdatedEventWriter.js.map +1 -0
  1123. package/dist/application/work/goals/update/IGoalUpdatedProjector.d.ts +9 -0
  1124. package/dist/application/work/goals/update/IGoalUpdatedProjector.d.ts.map +1 -0
  1125. package/dist/application/work/goals/update/IGoalUpdatedProjector.js +3 -0
  1126. package/dist/application/work/goals/update/IGoalUpdatedProjector.js.map +1 -0
  1127. package/dist/application/work/goals/update/UpdateGoalCommand.d.ts +21 -0
  1128. package/dist/application/work/goals/update/UpdateGoalCommand.d.ts.map +1 -0
  1129. package/dist/application/work/goals/update/UpdateGoalCommand.js +3 -0
  1130. package/dist/application/work/goals/update/UpdateGoalCommand.js.map +1 -0
  1131. package/dist/application/work/goals/update/UpdateGoalCommandHandler.d.ts +20 -0
  1132. package/dist/application/work/goals/update/UpdateGoalCommandHandler.d.ts.map +1 -0
  1133. package/dist/application/work/goals/update/UpdateGoalCommandHandler.js +54 -0
  1134. package/dist/application/work/goals/update/UpdateGoalCommandHandler.js.map +1 -0
  1135. package/dist/application/work/query/GetWorkSummaryQueryHandler.d.ts +26 -0
  1136. package/dist/application/work/query/GetWorkSummaryQueryHandler.d.ts.map +1 -0
  1137. package/dist/application/work/query/GetWorkSummaryQueryHandler.js +59 -0
  1138. package/dist/application/work/query/GetWorkSummaryQueryHandler.js.map +1 -0
  1139. package/dist/application/work/sessions/SessionSummaryView.d.ts +100 -0
  1140. package/dist/application/work/sessions/SessionSummaryView.d.ts.map +1 -0
  1141. package/dist/application/work/sessions/SessionSummaryView.js +3 -0
  1142. package/dist/application/work/sessions/SessionSummaryView.js.map +1 -0
  1143. package/dist/application/work/sessions/SessionView.d.ts +12 -0
  1144. package/dist/application/work/sessions/SessionView.d.ts.map +1 -0
  1145. package/dist/application/work/sessions/SessionView.js +3 -0
  1146. package/dist/application/work/sessions/SessionView.js.map +1 -0
  1147. package/dist/application/work/sessions/end/EndSessionCommand.d.ts +5 -0
  1148. package/dist/application/work/sessions/end/EndSessionCommand.d.ts.map +1 -0
  1149. package/dist/application/work/sessions/end/EndSessionCommand.js +3 -0
  1150. package/dist/application/work/sessions/end/EndSessionCommand.js.map +1 -0
  1151. package/dist/application/work/sessions/end/EndSessionCommandHandler.d.ts +20 -0
  1152. package/dist/application/work/sessions/end/EndSessionCommandHandler.d.ts.map +1 -0
  1153. package/dist/application/work/sessions/end/EndSessionCommandHandler.js +36 -0
  1154. package/dist/application/work/sessions/end/EndSessionCommandHandler.js.map +1 -0
  1155. package/dist/application/work/sessions/end/IActiveSessionReader.d.ts +9 -0
  1156. package/dist/application/work/sessions/end/IActiveSessionReader.d.ts.map +1 -0
  1157. package/dist/application/work/sessions/end/IActiveSessionReader.js +3 -0
  1158. package/dist/application/work/sessions/end/IActiveSessionReader.js.map +1 -0
  1159. package/dist/application/work/sessions/end/ISessionEndedEventReader.d.ts +9 -0
  1160. package/dist/application/work/sessions/end/ISessionEndedEventReader.d.ts.map +1 -0
  1161. package/dist/application/work/sessions/end/ISessionEndedEventReader.js +3 -0
  1162. package/dist/application/work/sessions/end/ISessionEndedEventReader.js.map +1 -0
  1163. package/dist/application/work/sessions/end/ISessionEndedEventWriter.d.ts +10 -0
  1164. package/dist/application/work/sessions/end/ISessionEndedEventWriter.d.ts.map +1 -0
  1165. package/dist/application/work/sessions/end/ISessionEndedEventWriter.js +3 -0
  1166. package/dist/application/work/sessions/end/ISessionEndedEventWriter.js.map +1 -0
  1167. package/dist/application/work/sessions/end/ISessionEndedProjector.d.ts +9 -0
  1168. package/dist/application/work/sessions/end/ISessionEndedProjector.d.ts.map +1 -0
  1169. package/dist/application/work/sessions/end/ISessionEndedProjector.js +3 -0
  1170. package/dist/application/work/sessions/end/ISessionEndedProjector.js.map +1 -0
  1171. package/dist/application/work/sessions/end/SessionEndedEventHandler.d.ts +15 -0
  1172. package/dist/application/work/sessions/end/SessionEndedEventHandler.d.ts.map +1 -0
  1173. package/dist/application/work/sessions/end/SessionEndedEventHandler.js +20 -0
  1174. package/dist/application/work/sessions/end/SessionEndedEventHandler.js.map +1 -0
  1175. package/dist/application/work/sessions/get-context/GetLatestSessionSummaryQueryHandler.d.ts +30 -0
  1176. package/dist/application/work/sessions/get-context/GetLatestSessionSummaryQueryHandler.d.ts.map +1 -0
  1177. package/dist/application/work/sessions/get-context/GetLatestSessionSummaryQueryHandler.js +35 -0
  1178. package/dist/application/work/sessions/get-context/GetLatestSessionSummaryQueryHandler.js.map +1 -0
  1179. package/dist/application/work/sessions/get-context/GetSessionStartContextQueryHandler.d.ts +49 -0
  1180. package/dist/application/work/sessions/get-context/GetSessionStartContextQueryHandler.d.ts.map +1 -0
  1181. package/dist/application/work/sessions/get-context/GetSessionStartContextQueryHandler.js +68 -0
  1182. package/dist/application/work/sessions/get-context/GetSessionStartContextQueryHandler.js.map +1 -0
  1183. package/dist/application/work/sessions/get-context/IDecisionSessionReader.d.ts +9 -0
  1184. package/dist/application/work/sessions/get-context/IDecisionSessionReader.d.ts.map +1 -0
  1185. package/dist/application/work/sessions/get-context/IDecisionSessionReader.js +3 -0
  1186. package/dist/application/work/sessions/get-context/IDecisionSessionReader.js.map +1 -0
  1187. package/dist/application/work/sessions/get-context/IGoalReadForSessionSummary.d.ts +9 -0
  1188. package/dist/application/work/sessions/get-context/IGoalReadForSessionSummary.d.ts.map +1 -0
  1189. package/dist/application/work/sessions/get-context/IGoalReadForSessionSummary.js +3 -0
  1190. package/dist/application/work/sessions/get-context/IGoalReadForSessionSummary.js.map +1 -0
  1191. package/dist/application/work/sessions/get-context/ISessionSummaryProjectionStore.d.ts +82 -0
  1192. package/dist/application/work/sessions/get-context/ISessionSummaryProjectionStore.d.ts.map +1 -0
  1193. package/dist/application/work/sessions/get-context/ISessionSummaryProjectionStore.js +3 -0
  1194. package/dist/application/work/sessions/get-context/ISessionSummaryProjectionStore.js.map +1 -0
  1195. package/dist/application/work/sessions/get-context/ISessionSummaryReader.d.ts +9 -0
  1196. package/dist/application/work/sessions/get-context/ISessionSummaryReader.d.ts.map +1 -0
  1197. package/dist/application/work/sessions/get-context/ISessionSummaryReader.js +3 -0
  1198. package/dist/application/work/sessions/get-context/ISessionSummaryReader.js.map +1 -0
  1199. package/dist/application/work/sessions/get-context/SessionStartContextView.d.ts +68 -0
  1200. package/dist/application/work/sessions/get-context/SessionStartContextView.d.ts.map +1 -0
  1201. package/dist/application/work/sessions/get-context/SessionStartContextView.js +3 -0
  1202. package/dist/application/work/sessions/get-context/SessionStartContextView.js.map +1 -0
  1203. package/dist/application/work/sessions/get-context/SessionSummaryProjectionHandler.d.ts +87 -0
  1204. package/dist/application/work/sessions/get-context/SessionSummaryProjectionHandler.d.ts.map +1 -0
  1205. package/dist/application/work/sessions/get-context/SessionSummaryProjectionHandler.js +195 -0
  1206. package/dist/application/work/sessions/get-context/SessionSummaryProjectionHandler.js.map +1 -0
  1207. package/dist/application/work/sessions/pause/ISessionPausedEventReader.d.ts +9 -0
  1208. package/dist/application/work/sessions/pause/ISessionPausedEventReader.d.ts.map +1 -0
  1209. package/dist/application/work/sessions/pause/ISessionPausedEventReader.js +3 -0
  1210. package/dist/application/work/sessions/pause/ISessionPausedEventReader.js.map +1 -0
  1211. package/dist/application/work/sessions/pause/ISessionPausedEventWriter.d.ts +10 -0
  1212. package/dist/application/work/sessions/pause/ISessionPausedEventWriter.d.ts.map +1 -0
  1213. package/dist/application/work/sessions/pause/ISessionPausedEventWriter.js +3 -0
  1214. package/dist/application/work/sessions/pause/ISessionPausedEventWriter.js.map +1 -0
  1215. package/dist/application/work/sessions/pause/ISessionPausedProjector.d.ts +9 -0
  1216. package/dist/application/work/sessions/pause/ISessionPausedProjector.d.ts.map +1 -0
  1217. package/dist/application/work/sessions/pause/ISessionPausedProjector.js +3 -0
  1218. package/dist/application/work/sessions/pause/ISessionPausedProjector.js.map +1 -0
  1219. package/dist/application/work/sessions/pause/PauseSessionCommand.d.ts +7 -0
  1220. package/dist/application/work/sessions/pause/PauseSessionCommand.d.ts.map +1 -0
  1221. package/dist/application/work/sessions/pause/PauseSessionCommand.js +3 -0
  1222. package/dist/application/work/sessions/pause/PauseSessionCommand.js.map +1 -0
  1223. package/dist/application/work/sessions/pause/PauseSessionCommandHandler.d.ts +18 -0
  1224. package/dist/application/work/sessions/pause/PauseSessionCommandHandler.d.ts.map +1 -0
  1225. package/dist/application/work/sessions/pause/PauseSessionCommandHandler.js +33 -0
  1226. package/dist/application/work/sessions/pause/PauseSessionCommandHandler.js.map +1 -0
  1227. package/dist/application/work/sessions/pause/SessionPausedEventHandler.d.ts +15 -0
  1228. package/dist/application/work/sessions/pause/SessionPausedEventHandler.d.ts.map +1 -0
  1229. package/dist/application/work/sessions/pause/SessionPausedEventHandler.js +20 -0
  1230. package/dist/application/work/sessions/pause/SessionPausedEventHandler.js.map +1 -0
  1231. package/dist/application/work/sessions/resume/ISessionResumedEventReader.d.ts +9 -0
  1232. package/dist/application/work/sessions/resume/ISessionResumedEventReader.d.ts.map +1 -0
  1233. package/dist/application/work/sessions/resume/ISessionResumedEventReader.js +3 -0
  1234. package/dist/application/work/sessions/resume/ISessionResumedEventReader.js.map +1 -0
  1235. package/dist/application/work/sessions/resume/ISessionResumedEventWriter.d.ts +10 -0
  1236. package/dist/application/work/sessions/resume/ISessionResumedEventWriter.d.ts.map +1 -0
  1237. package/dist/application/work/sessions/resume/ISessionResumedEventWriter.js +3 -0
  1238. package/dist/application/work/sessions/resume/ISessionResumedEventWriter.js.map +1 -0
  1239. package/dist/application/work/sessions/resume/ISessionResumedProjector.d.ts +9 -0
  1240. package/dist/application/work/sessions/resume/ISessionResumedProjector.d.ts.map +1 -0
  1241. package/dist/application/work/sessions/resume/ISessionResumedProjector.js +3 -0
  1242. package/dist/application/work/sessions/resume/ISessionResumedProjector.js.map +1 -0
  1243. package/dist/application/work/sessions/resume/ResumeSessionCommand.d.ts +7 -0
  1244. package/dist/application/work/sessions/resume/ResumeSessionCommand.d.ts.map +1 -0
  1245. package/dist/application/work/sessions/resume/ResumeSessionCommand.js +3 -0
  1246. package/dist/application/work/sessions/resume/ResumeSessionCommand.js.map +1 -0
  1247. package/dist/application/work/sessions/resume/ResumeSessionCommandHandler.d.ts +18 -0
  1248. package/dist/application/work/sessions/resume/ResumeSessionCommandHandler.d.ts.map +1 -0
  1249. package/dist/application/work/sessions/resume/ResumeSessionCommandHandler.js +33 -0
  1250. package/dist/application/work/sessions/resume/ResumeSessionCommandHandler.js.map +1 -0
  1251. package/dist/application/work/sessions/resume/SessionResumedEventHandler.d.ts +15 -0
  1252. package/dist/application/work/sessions/resume/SessionResumedEventHandler.d.ts.map +1 -0
  1253. package/dist/application/work/sessions/resume/SessionResumedEventHandler.js +20 -0
  1254. package/dist/application/work/sessions/resume/SessionResumedEventHandler.js.map +1 -0
  1255. package/dist/application/work/sessions/start/ISessionStartedEventWriter.d.ts +10 -0
  1256. package/dist/application/work/sessions/start/ISessionStartedEventWriter.d.ts.map +1 -0
  1257. package/dist/application/work/sessions/start/ISessionStartedEventWriter.js +3 -0
  1258. package/dist/application/work/sessions/start/ISessionStartedEventWriter.js.map +1 -0
  1259. package/dist/application/work/sessions/start/ISessionStartedProjector.d.ts +9 -0
  1260. package/dist/application/work/sessions/start/ISessionStartedProjector.d.ts.map +1 -0
  1261. package/dist/application/work/sessions/start/ISessionStartedProjector.js +3 -0
  1262. package/dist/application/work/sessions/start/ISessionStartedProjector.js.map +1 -0
  1263. package/dist/application/work/sessions/start/SessionStartedEventHandler.d.ts +15 -0
  1264. package/dist/application/work/sessions/start/SessionStartedEventHandler.d.ts.map +1 -0
  1265. package/dist/application/work/sessions/start/SessionStartedEventHandler.js +20 -0
  1266. package/dist/application/work/sessions/start/SessionStartedEventHandler.js.map +1 -0
  1267. package/dist/application/work/sessions/start/StartSessionCommand.d.ts +3 -0
  1268. package/dist/application/work/sessions/start/StartSessionCommand.d.ts.map +1 -0
  1269. package/dist/application/work/sessions/start/StartSessionCommand.js +3 -0
  1270. package/dist/application/work/sessions/start/StartSessionCommand.js.map +1 -0
  1271. package/dist/application/work/sessions/start/StartSessionCommandHandler.d.ts +16 -0
  1272. package/dist/application/work/sessions/start/StartSessionCommandHandler.d.ts.map +1 -0
  1273. package/dist/application/work/sessions/start/StartSessionCommandHandler.js +30 -0
  1274. package/dist/application/work/sessions/start/StartSessionCommandHandler.js.map +1 -0
  1275. package/dist/application/work/views/WorkSummaryView.d.ts +40 -0
  1276. package/dist/application/work/views/WorkSummaryView.d.ts.map +1 -0
  1277. package/dist/application/work/views/WorkSummaryView.js +3 -0
  1278. package/dist/application/work/views/WorkSummaryView.js.map +1 -0
  1279. package/dist/cli.d.ts +10 -0
  1280. package/dist/cli.d.ts.map +1 -0
  1281. package/dist/cli.js +16 -0
  1282. package/dist/cli.js.map +1 -0
  1283. package/dist/domain/project-knowledge/audience-pains/AudiencePain.d.ts +38 -0
  1284. package/dist/domain/project-knowledge/audience-pains/AudiencePain.d.ts.map +1 -0
  1285. package/dist/domain/project-knowledge/audience-pains/AudiencePain.js +118 -0
  1286. package/dist/domain/project-knowledge/audience-pains/AudiencePain.js.map +1 -0
  1287. package/dist/domain/project-knowledge/audience-pains/Constants.d.ts +26 -0
  1288. package/dist/domain/project-knowledge/audience-pains/Constants.d.ts.map +1 -0
  1289. package/dist/domain/project-knowledge/audience-pains/Constants.js +35 -0
  1290. package/dist/domain/project-knowledge/audience-pains/Constants.js.map +1 -0
  1291. package/dist/domain/project-knowledge/audience-pains/EventIndex.d.ts +8 -0
  1292. package/dist/domain/project-knowledge/audience-pains/EventIndex.d.ts.map +1 -0
  1293. package/dist/domain/project-knowledge/audience-pains/EventIndex.js +20 -0
  1294. package/dist/domain/project-knowledge/audience-pains/EventIndex.js.map +1 -0
  1295. package/dist/domain/project-knowledge/audience-pains/add/AudiencePainAddedEvent.d.ts +15 -0
  1296. package/dist/domain/project-knowledge/audience-pains/add/AudiencePainAddedEvent.d.ts.map +1 -0
  1297. package/dist/domain/project-knowledge/audience-pains/add/AudiencePainAddedEvent.js +9 -0
  1298. package/dist/domain/project-knowledge/audience-pains/add/AudiencePainAddedEvent.js.map +1 -0
  1299. package/dist/domain/project-knowledge/audience-pains/resolve/AudiencePainResolvedEvent.d.ts +14 -0
  1300. package/dist/domain/project-knowledge/audience-pains/resolve/AudiencePainResolvedEvent.d.ts.map +1 -0
  1301. package/dist/domain/project-knowledge/audience-pains/resolve/AudiencePainResolvedEvent.js +9 -0
  1302. package/dist/domain/project-knowledge/audience-pains/resolve/AudiencePainResolvedEvent.js.map +1 -0
  1303. package/dist/domain/project-knowledge/audience-pains/rules/DescriptionRules.d.ts +11 -0
  1304. package/dist/domain/project-knowledge/audience-pains/rules/DescriptionRules.d.ts.map +1 -0
  1305. package/dist/domain/project-knowledge/audience-pains/rules/DescriptionRules.js +34 -0
  1306. package/dist/domain/project-knowledge/audience-pains/rules/DescriptionRules.js.map +1 -0
  1307. package/dist/domain/project-knowledge/audience-pains/rules/TitleRules.d.ts +11 -0
  1308. package/dist/domain/project-knowledge/audience-pains/rules/TitleRules.d.ts.map +1 -0
  1309. package/dist/domain/project-knowledge/audience-pains/rules/TitleRules.js +34 -0
  1310. package/dist/domain/project-knowledge/audience-pains/rules/TitleRules.js.map +1 -0
  1311. package/dist/domain/project-knowledge/audience-pains/update/AudiencePainUpdatedEvent.d.ts +14 -0
  1312. package/dist/domain/project-knowledge/audience-pains/update/AudiencePainUpdatedEvent.d.ts.map +1 -0
  1313. package/dist/domain/project-knowledge/audience-pains/update/AudiencePainUpdatedEvent.js +8 -0
  1314. package/dist/domain/project-knowledge/audience-pains/update/AudiencePainUpdatedEvent.js.map +1 -0
  1315. package/dist/domain/project-knowledge/audiences/Audience.d.ts +71 -0
  1316. package/dist/domain/project-knowledge/audiences/Audience.d.ts.map +1 -0
  1317. package/dist/domain/project-knowledge/audiences/Audience.js +180 -0
  1318. package/dist/domain/project-knowledge/audiences/Audience.js.map +1 -0
  1319. package/dist/domain/project-knowledge/audiences/Constants.d.ts +42 -0
  1320. package/dist/domain/project-knowledge/audiences/Constants.d.ts.map +1 -0
  1321. package/dist/domain/project-knowledge/audiences/Constants.js +50 -0
  1322. package/dist/domain/project-knowledge/audiences/Constants.js.map +1 -0
  1323. package/dist/domain/project-knowledge/audiences/EventIndex.d.ts +8 -0
  1324. package/dist/domain/project-knowledge/audiences/EventIndex.d.ts.map +1 -0
  1325. package/dist/domain/project-knowledge/audiences/EventIndex.js +20 -0
  1326. package/dist/domain/project-knowledge/audiences/EventIndex.js.map +1 -0
  1327. package/dist/domain/project-knowledge/audiences/add/AudienceAddedEvent.d.ts +17 -0
  1328. package/dist/domain/project-knowledge/audiences/add/AudienceAddedEvent.d.ts.map +1 -0
  1329. package/dist/domain/project-knowledge/audiences/add/AudienceAddedEvent.js +9 -0
  1330. package/dist/domain/project-knowledge/audiences/add/AudienceAddedEvent.js.map +1 -0
  1331. package/dist/domain/project-knowledge/audiences/remove/AudienceRemovedEvent.d.ts +14 -0
  1332. package/dist/domain/project-knowledge/audiences/remove/AudienceRemovedEvent.d.ts.map +1 -0
  1333. package/dist/domain/project-knowledge/audiences/remove/AudienceRemovedEvent.js +8 -0
  1334. package/dist/domain/project-knowledge/audiences/remove/AudienceRemovedEvent.js.map +1 -0
  1335. package/dist/domain/project-knowledge/audiences/rules/DescriptionRules.d.ts +14 -0
  1336. package/dist/domain/project-knowledge/audiences/rules/DescriptionRules.d.ts.map +1 -0
  1337. package/dist/domain/project-knowledge/audiences/rules/DescriptionRules.js +41 -0
  1338. package/dist/domain/project-knowledge/audiences/rules/DescriptionRules.js.map +1 -0
  1339. package/dist/domain/project-knowledge/audiences/rules/NameRules.d.ts +14 -0
  1340. package/dist/domain/project-knowledge/audiences/rules/NameRules.d.ts.map +1 -0
  1341. package/dist/domain/project-knowledge/audiences/rules/NameRules.js +38 -0
  1342. package/dist/domain/project-knowledge/audiences/rules/NameRules.js.map +1 -0
  1343. package/dist/domain/project-knowledge/audiences/rules/PriorityRules.d.ts +10 -0
  1344. package/dist/domain/project-knowledge/audiences/rules/PriorityRules.d.ts.map +1 -0
  1345. package/dist/domain/project-knowledge/audiences/rules/PriorityRules.js +20 -0
  1346. package/dist/domain/project-knowledge/audiences/rules/PriorityRules.js.map +1 -0
  1347. package/dist/domain/project-knowledge/audiences/update/AudienceUpdatedEvent.d.ts +16 -0
  1348. package/dist/domain/project-knowledge/audiences/update/AudienceUpdatedEvent.d.ts.map +1 -0
  1349. package/dist/domain/project-knowledge/audiences/update/AudienceUpdatedEvent.js +8 -0
  1350. package/dist/domain/project-knowledge/audiences/update/AudienceUpdatedEvent.js.map +1 -0
  1351. package/dist/domain/project-knowledge/project/AgentInstructions.d.ts +32 -0
  1352. package/dist/domain/project-knowledge/project/AgentInstructions.d.ts.map +1 -0
  1353. package/dist/domain/project-knowledge/project/AgentInstructions.js +153 -0
  1354. package/dist/domain/project-knowledge/project/AgentInstructions.js.map +1 -0
  1355. package/dist/domain/project-knowledge/project/Constants.d.ts +35 -0
  1356. package/dist/domain/project-knowledge/project/Constants.d.ts.map +1 -0
  1357. package/dist/domain/project-knowledge/project/Constants.js +43 -0
  1358. package/dist/domain/project-knowledge/project/Constants.js.map +1 -0
  1359. package/dist/domain/project-knowledge/project/EventIndex.d.ts +6 -0
  1360. package/dist/domain/project-knowledge/project/EventIndex.d.ts.map +1 -0
  1361. package/dist/domain/project-knowledge/project/EventIndex.js +19 -0
  1362. package/dist/domain/project-knowledge/project/EventIndex.js.map +1 -0
  1363. package/dist/domain/project-knowledge/project/Project.d.ts +60 -0
  1364. package/dist/domain/project-knowledge/project/Project.d.ts.map +1 -0
  1365. package/dist/domain/project-knowledge/project/Project.js +144 -0
  1366. package/dist/domain/project-knowledge/project/Project.js.map +1 -0
  1367. package/dist/domain/project-knowledge/project/init/ProjectInitializedEvent.d.ts +16 -0
  1368. package/dist/domain/project-knowledge/project/init/ProjectInitializedEvent.d.ts.map +1 -0
  1369. package/dist/domain/project-knowledge/project/init/ProjectInitializedEvent.js +9 -0
  1370. package/dist/domain/project-knowledge/project/init/ProjectInitializedEvent.js.map +1 -0
  1371. package/dist/domain/project-knowledge/project/rules/BoundaryRules.d.ts +16 -0
  1372. package/dist/domain/project-knowledge/project/rules/BoundaryRules.d.ts.map +1 -0
  1373. package/dist/domain/project-knowledge/project/rules/BoundaryRules.js +52 -0
  1374. package/dist/domain/project-knowledge/project/rules/BoundaryRules.js.map +1 -0
  1375. package/dist/domain/project-knowledge/project/rules/NameRules.d.ts +14 -0
  1376. package/dist/domain/project-knowledge/project/rules/NameRules.d.ts.map +1 -0
  1377. package/dist/domain/project-knowledge/project/rules/NameRules.js +41 -0
  1378. package/dist/domain/project-knowledge/project/rules/NameRules.js.map +1 -0
  1379. package/dist/domain/project-knowledge/project/rules/PurposeRules.d.ts +11 -0
  1380. package/dist/domain/project-knowledge/project/rules/PurposeRules.d.ts.map +1 -0
  1381. package/dist/domain/project-knowledge/project/rules/PurposeRules.js +28 -0
  1382. package/dist/domain/project-knowledge/project/rules/PurposeRules.js.map +1 -0
  1383. package/dist/domain/project-knowledge/project/rules/TaglineRules.d.ts +11 -0
  1384. package/dist/domain/project-knowledge/project/rules/TaglineRules.d.ts.map +1 -0
  1385. package/dist/domain/project-knowledge/project/rules/TaglineRules.js +28 -0
  1386. package/dist/domain/project-knowledge/project/rules/TaglineRules.js.map +1 -0
  1387. package/dist/domain/project-knowledge/project/update/ProjectUpdatedEvent.d.ts +14 -0
  1388. package/dist/domain/project-knowledge/project/update/ProjectUpdatedEvent.d.ts.map +1 -0
  1389. package/dist/domain/project-knowledge/project/update/ProjectUpdatedEvent.js +8 -0
  1390. package/dist/domain/project-knowledge/project/update/ProjectUpdatedEvent.js.map +1 -0
  1391. package/dist/domain/project-knowledge/value-propositions/Constants.d.ts +29 -0
  1392. package/dist/domain/project-knowledge/value-propositions/Constants.d.ts.map +1 -0
  1393. package/dist/domain/project-knowledge/value-propositions/Constants.js +38 -0
  1394. package/dist/domain/project-knowledge/value-propositions/Constants.js.map +1 -0
  1395. package/dist/domain/project-knowledge/value-propositions/EventIndex.d.ts +8 -0
  1396. package/dist/domain/project-knowledge/value-propositions/EventIndex.d.ts.map +1 -0
  1397. package/dist/domain/project-knowledge/value-propositions/EventIndex.js +20 -0
  1398. package/dist/domain/project-knowledge/value-propositions/EventIndex.js.map +1 -0
  1399. package/dist/domain/project-knowledge/value-propositions/ValueProposition.d.ts +14 -0
  1400. package/dist/domain/project-knowledge/value-propositions/ValueProposition.d.ts.map +1 -0
  1401. package/dist/domain/project-knowledge/value-propositions/ValueProposition.js +85 -0
  1402. package/dist/domain/project-knowledge/value-propositions/ValueProposition.js.map +1 -0
  1403. package/dist/domain/project-knowledge/value-propositions/ValuePropositionProjection.d.ts +27 -0
  1404. package/dist/domain/project-knowledge/value-propositions/ValuePropositionProjection.d.ts.map +1 -0
  1405. package/dist/domain/project-knowledge/value-propositions/ValuePropositionProjection.js +61 -0
  1406. package/dist/domain/project-knowledge/value-propositions/ValuePropositionProjection.js.map +1 -0
  1407. package/dist/domain/project-knowledge/value-propositions/add/ValuePropositionAddedEvent.d.ts +14 -0
  1408. package/dist/domain/project-knowledge/value-propositions/add/ValuePropositionAddedEvent.d.ts.map +1 -0
  1409. package/dist/domain/project-knowledge/value-propositions/add/ValuePropositionAddedEvent.js +3 -0
  1410. package/dist/domain/project-knowledge/value-propositions/add/ValuePropositionAddedEvent.js.map +1 -0
  1411. package/dist/domain/project-knowledge/value-propositions/remove/ValuePropositionRemovedEvent.d.ts +9 -0
  1412. package/dist/domain/project-knowledge/value-propositions/remove/ValuePropositionRemovedEvent.d.ts.map +1 -0
  1413. package/dist/domain/project-knowledge/value-propositions/remove/ValuePropositionRemovedEvent.js +3 -0
  1414. package/dist/domain/project-knowledge/value-propositions/remove/ValuePropositionRemovedEvent.js.map +1 -0
  1415. package/dist/domain/project-knowledge/value-propositions/rules/BenefitRules.d.ts +11 -0
  1416. package/dist/domain/project-knowledge/value-propositions/rules/BenefitRules.d.ts.map +1 -0
  1417. package/dist/domain/project-knowledge/value-propositions/rules/BenefitRules.js +38 -0
  1418. package/dist/domain/project-knowledge/value-propositions/rules/BenefitRules.js.map +1 -0
  1419. package/dist/domain/project-knowledge/value-propositions/rules/DescriptionRules.d.ts +11 -0
  1420. package/dist/domain/project-knowledge/value-propositions/rules/DescriptionRules.d.ts.map +1 -0
  1421. package/dist/domain/project-knowledge/value-propositions/rules/DescriptionRules.js +38 -0
  1422. package/dist/domain/project-knowledge/value-propositions/rules/DescriptionRules.js.map +1 -0
  1423. package/dist/domain/project-knowledge/value-propositions/rules/MeasurableOutcomeRules.d.ts +8 -0
  1424. package/dist/domain/project-knowledge/value-propositions/rules/MeasurableOutcomeRules.d.ts.map +1 -0
  1425. package/dist/domain/project-knowledge/value-propositions/rules/MeasurableOutcomeRules.js +26 -0
  1426. package/dist/domain/project-knowledge/value-propositions/rules/MeasurableOutcomeRules.js.map +1 -0
  1427. package/dist/domain/project-knowledge/value-propositions/rules/TitleRules.d.ts +11 -0
  1428. package/dist/domain/project-knowledge/value-propositions/rules/TitleRules.d.ts.map +1 -0
  1429. package/dist/domain/project-knowledge/value-propositions/rules/TitleRules.js +35 -0
  1430. package/dist/domain/project-knowledge/value-propositions/rules/TitleRules.js.map +1 -0
  1431. package/dist/domain/project-knowledge/value-propositions/update/ValuePropositionUpdatedEvent.d.ts +14 -0
  1432. package/dist/domain/project-knowledge/value-propositions/update/ValuePropositionUpdatedEvent.d.ts.map +1 -0
  1433. package/dist/domain/project-knowledge/value-propositions/update/ValuePropositionUpdatedEvent.js +3 -0
  1434. package/dist/domain/project-knowledge/value-propositions/update/ValuePropositionUpdatedEvent.js.map +1 -0
  1435. package/dist/domain/relations/Constants.d.ts +52 -0
  1436. package/dist/domain/relations/Constants.d.ts.map +1 -0
  1437. package/dist/domain/relations/Constants.js +61 -0
  1438. package/dist/domain/relations/Constants.js.map +1 -0
  1439. package/dist/domain/relations/EventIndex.d.ts +6 -0
  1440. package/dist/domain/relations/EventIndex.d.ts.map +1 -0
  1441. package/dist/domain/relations/EventIndex.js +19 -0
  1442. package/dist/domain/relations/EventIndex.js.map +1 -0
  1443. package/dist/domain/relations/Relation.d.ts +35 -0
  1444. package/dist/domain/relations/Relation.d.ts.map +1 -0
  1445. package/dist/domain/relations/Relation.js +119 -0
  1446. package/dist/domain/relations/Relation.js.map +1 -0
  1447. package/dist/domain/relations/RelationProjection.d.ts +7 -0
  1448. package/dist/domain/relations/RelationProjection.d.ts.map +1 -0
  1449. package/dist/domain/relations/RelationProjection.js +14 -0
  1450. package/dist/domain/relations/RelationProjection.js.map +1 -0
  1451. package/dist/domain/relations/add/RelationAddedEvent.d.ts +19 -0
  1452. package/dist/domain/relations/add/RelationAddedEvent.d.ts.map +1 -0
  1453. package/dist/domain/relations/add/RelationAddedEvent.js +3 -0
  1454. package/dist/domain/relations/add/RelationAddedEvent.js.map +1 -0
  1455. package/dist/domain/relations/remove/RelationRemovedEvent.d.ts +18 -0
  1456. package/dist/domain/relations/remove/RelationRemovedEvent.d.ts.map +1 -0
  1457. package/dist/domain/relations/remove/RelationRemovedEvent.js +3 -0
  1458. package/dist/domain/relations/remove/RelationRemovedEvent.js.map +1 -0
  1459. package/dist/domain/relations/rules/DescriptionRules.d.ts +9 -0
  1460. package/dist/domain/relations/rules/DescriptionRules.d.ts.map +1 -0
  1461. package/dist/domain/relations/rules/DescriptionRules.js +31 -0
  1462. package/dist/domain/relations/rules/DescriptionRules.js.map +1 -0
  1463. package/dist/domain/relations/rules/EntityTypeRules.d.ts +19 -0
  1464. package/dist/domain/relations/rules/EntityTypeRules.d.ts.map +1 -0
  1465. package/dist/domain/relations/rules/EntityTypeRules.js +67 -0
  1466. package/dist/domain/relations/rules/EntityTypeRules.js.map +1 -0
  1467. package/dist/domain/relations/rules/RelationIdRules.d.ts +6 -0
  1468. package/dist/domain/relations/rules/RelationIdRules.d.ts.map +1 -0
  1469. package/dist/domain/relations/rules/RelationIdRules.js +18 -0
  1470. package/dist/domain/relations/rules/RelationIdRules.js.map +1 -0
  1471. package/dist/domain/relations/rules/RelationTypeRules.d.ts +9 -0
  1472. package/dist/domain/relations/rules/RelationTypeRules.d.ts.map +1 -0
  1473. package/dist/domain/relations/rules/RelationTypeRules.js +29 -0
  1474. package/dist/domain/relations/rules/RelationTypeRules.js.map +1 -0
  1475. package/dist/domain/shared/BaseAggregate.d.ts +74 -0
  1476. package/dist/domain/shared/BaseAggregate.d.ts.map +1 -0
  1477. package/dist/domain/shared/BaseAggregate.js +81 -0
  1478. package/dist/domain/shared/BaseAggregate.js.map +1 -0
  1479. package/dist/domain/shared/BaseEvent.d.ts +15 -0
  1480. package/dist/domain/shared/BaseEvent.d.ts.map +1 -0
  1481. package/dist/domain/shared/BaseEvent.js +7 -0
  1482. package/dist/domain/shared/BaseEvent.js.map +1 -0
  1483. package/dist/domain/shared/validation/JsonSettingsRule.d.ts +17 -0
  1484. package/dist/domain/shared/validation/JsonSettingsRule.d.ts.map +1 -0
  1485. package/dist/domain/shared/validation/JsonSettingsRule.js +33 -0
  1486. package/dist/domain/shared/validation/JsonSettingsRule.js.map +1 -0
  1487. package/dist/domain/shared/validation/ValidationRule.d.ts +56 -0
  1488. package/dist/domain/shared/validation/ValidationRule.d.ts.map +1 -0
  1489. package/dist/domain/shared/validation/ValidationRule.js +105 -0
  1490. package/dist/domain/shared/validation/ValidationRule.js.map +1 -0
  1491. package/dist/domain/solution/architecture/Architecture.d.ts +45 -0
  1492. package/dist/domain/solution/architecture/Architecture.d.ts.map +1 -0
  1493. package/dist/domain/solution/architecture/Architecture.js +148 -0
  1494. package/dist/domain/solution/architecture/Architecture.js.map +1 -0
  1495. package/dist/domain/solution/architecture/Constants.d.ts +46 -0
  1496. package/dist/domain/solution/architecture/Constants.d.ts.map +1 -0
  1497. package/dist/domain/solution/architecture/Constants.js +55 -0
  1498. package/dist/domain/solution/architecture/Constants.js.map +1 -0
  1499. package/dist/domain/solution/architecture/EventIndex.d.ts +7 -0
  1500. package/dist/domain/solution/architecture/EventIndex.d.ts.map +1 -0
  1501. package/dist/domain/solution/architecture/EventIndex.js +19 -0
  1502. package/dist/domain/solution/architecture/EventIndex.js.map +1 -0
  1503. package/dist/domain/solution/architecture/define/ArchitectureDefinedEvent.d.ts +24 -0
  1504. package/dist/domain/solution/architecture/define/ArchitectureDefinedEvent.d.ts.map +1 -0
  1505. package/dist/domain/solution/architecture/define/ArchitectureDefinedEvent.js +9 -0
  1506. package/dist/domain/solution/architecture/define/ArchitectureDefinedEvent.js.map +1 -0
  1507. package/dist/domain/solution/architecture/rules/DataFlowRules.d.ts +8 -0
  1508. package/dist/domain/solution/architecture/rules/DataFlowRules.d.ts.map +1 -0
  1509. package/dist/domain/solution/architecture/rules/DataFlowRules.js +23 -0
  1510. package/dist/domain/solution/architecture/rules/DataFlowRules.js.map +1 -0
  1511. package/dist/domain/solution/architecture/rules/DataStoresRules.d.ts +12 -0
  1512. package/dist/domain/solution/architecture/rules/DataStoresRules.d.ts.map +1 -0
  1513. package/dist/domain/solution/architecture/rules/DataStoresRules.js +57 -0
  1514. package/dist/domain/solution/architecture/rules/DataStoresRules.js.map +1 -0
  1515. package/dist/domain/solution/architecture/rules/DescriptionRules.d.ts +11 -0
  1516. package/dist/domain/solution/architecture/rules/DescriptionRules.d.ts.map +1 -0
  1517. package/dist/domain/solution/architecture/rules/DescriptionRules.js +34 -0
  1518. package/dist/domain/solution/architecture/rules/DescriptionRules.js.map +1 -0
  1519. package/dist/domain/solution/architecture/rules/OrganizationRules.d.ts +11 -0
  1520. package/dist/domain/solution/architecture/rules/OrganizationRules.d.ts.map +1 -0
  1521. package/dist/domain/solution/architecture/rules/OrganizationRules.js +34 -0
  1522. package/dist/domain/solution/architecture/rules/OrganizationRules.js.map +1 -0
  1523. package/dist/domain/solution/architecture/rules/PatternsRules.d.ts +13 -0
  1524. package/dist/domain/solution/architecture/rules/PatternsRules.d.ts.map +1 -0
  1525. package/dist/domain/solution/architecture/rules/PatternsRules.js +43 -0
  1526. package/dist/domain/solution/architecture/rules/PatternsRules.js.map +1 -0
  1527. package/dist/domain/solution/architecture/rules/PrinciplesRules.d.ts +13 -0
  1528. package/dist/domain/solution/architecture/rules/PrinciplesRules.d.ts.map +1 -0
  1529. package/dist/domain/solution/architecture/rules/PrinciplesRules.js +43 -0
  1530. package/dist/domain/solution/architecture/rules/PrinciplesRules.js.map +1 -0
  1531. package/dist/domain/solution/architecture/rules/StackRules.d.ts +13 -0
  1532. package/dist/domain/solution/architecture/rules/StackRules.d.ts.map +1 -0
  1533. package/dist/domain/solution/architecture/rules/StackRules.js +43 -0
  1534. package/dist/domain/solution/architecture/rules/StackRules.js.map +1 -0
  1535. package/dist/domain/solution/architecture/update/ArchitectureUpdatedEvent.d.ts +20 -0
  1536. package/dist/domain/solution/architecture/update/ArchitectureUpdatedEvent.d.ts.map +1 -0
  1537. package/dist/domain/solution/architecture/update/ArchitectureUpdatedEvent.js +9 -0
  1538. package/dist/domain/solution/architecture/update/ArchitectureUpdatedEvent.js.map +1 -0
  1539. package/dist/domain/solution/components/Component.d.ts +34 -0
  1540. package/dist/domain/solution/components/Component.d.ts.map +1 -0
  1541. package/dist/domain/solution/components/Component.js +162 -0
  1542. package/dist/domain/solution/components/Component.js.map +1 -0
  1543. package/dist/domain/solution/components/Constants.d.ts +52 -0
  1544. package/dist/domain/solution/components/Constants.d.ts.map +1 -0
  1545. package/dist/domain/solution/components/Constants.js +61 -0
  1546. package/dist/domain/solution/components/Constants.js.map +1 -0
  1547. package/dist/domain/solution/components/EventIndex.d.ts +10 -0
  1548. package/dist/domain/solution/components/EventIndex.d.ts.map +1 -0
  1549. package/dist/domain/solution/components/EventIndex.js +21 -0
  1550. package/dist/domain/solution/components/EventIndex.js.map +1 -0
  1551. package/dist/domain/solution/components/add/ComponentAddedEvent.d.ts +20 -0
  1552. package/dist/domain/solution/components/add/ComponentAddedEvent.d.ts.map +1 -0
  1553. package/dist/domain/solution/components/add/ComponentAddedEvent.js +9 -0
  1554. package/dist/domain/solution/components/add/ComponentAddedEvent.js.map +1 -0
  1555. package/dist/domain/solution/components/deprecate/ComponentDeprecatedEvent.d.ts +15 -0
  1556. package/dist/domain/solution/components/deprecate/ComponentDeprecatedEvent.d.ts.map +1 -0
  1557. package/dist/domain/solution/components/deprecate/ComponentDeprecatedEvent.js +8 -0
  1558. package/dist/domain/solution/components/deprecate/ComponentDeprecatedEvent.js.map +1 -0
  1559. package/dist/domain/solution/components/remove/ComponentRemovedEvent.d.ts +14 -0
  1560. package/dist/domain/solution/components/remove/ComponentRemovedEvent.d.ts.map +1 -0
  1561. package/dist/domain/solution/components/remove/ComponentRemovedEvent.js +8 -0
  1562. package/dist/domain/solution/components/remove/ComponentRemovedEvent.js.map +1 -0
  1563. package/dist/domain/solution/components/rules/DeprecationReasonRules.d.ts +8 -0
  1564. package/dist/domain/solution/components/rules/DeprecationReasonRules.d.ts.map +1 -0
  1565. package/dist/domain/solution/components/rules/DeprecationReasonRules.js +23 -0
  1566. package/dist/domain/solution/components/rules/DeprecationReasonRules.js.map +1 -0
  1567. package/dist/domain/solution/components/rules/DescriptionRules.d.ts +11 -0
  1568. package/dist/domain/solution/components/rules/DescriptionRules.d.ts.map +1 -0
  1569. package/dist/domain/solution/components/rules/DescriptionRules.js +34 -0
  1570. package/dist/domain/solution/components/rules/DescriptionRules.js.map +1 -0
  1571. package/dist/domain/solution/components/rules/NameRules.d.ts +11 -0
  1572. package/dist/domain/solution/components/rules/NameRules.d.ts.map +1 -0
  1573. package/dist/domain/solution/components/rules/NameRules.js +34 -0
  1574. package/dist/domain/solution/components/rules/NameRules.js.map +1 -0
  1575. package/dist/domain/solution/components/rules/PathRules.d.ts +11 -0
  1576. package/dist/domain/solution/components/rules/PathRules.d.ts.map +1 -0
  1577. package/dist/domain/solution/components/rules/PathRules.js +34 -0
  1578. package/dist/domain/solution/components/rules/PathRules.js.map +1 -0
  1579. package/dist/domain/solution/components/rules/ResponsibilityRules.d.ts +11 -0
  1580. package/dist/domain/solution/components/rules/ResponsibilityRules.d.ts.map +1 -0
  1581. package/dist/domain/solution/components/rules/ResponsibilityRules.js +34 -0
  1582. package/dist/domain/solution/components/rules/ResponsibilityRules.js.map +1 -0
  1583. package/dist/domain/solution/components/rules/TypeRules.d.ts +9 -0
  1584. package/dist/domain/solution/components/rules/TypeRules.d.ts.map +1 -0
  1585. package/dist/domain/solution/components/rules/TypeRules.js +32 -0
  1586. package/dist/domain/solution/components/rules/TypeRules.js.map +1 -0
  1587. package/dist/domain/solution/components/update/ComponentUpdatedEvent.d.ts +17 -0
  1588. package/dist/domain/solution/components/update/ComponentUpdatedEvent.d.ts.map +1 -0
  1589. package/dist/domain/solution/components/update/ComponentUpdatedEvent.js +8 -0
  1590. package/dist/domain/solution/components/update/ComponentUpdatedEvent.js.map +1 -0
  1591. package/dist/domain/solution/decisions/Constants.d.ts +45 -0
  1592. package/dist/domain/solution/decisions/Constants.d.ts.map +1 -0
  1593. package/dist/domain/solution/decisions/Constants.js +54 -0
  1594. package/dist/domain/solution/decisions/Constants.js.map +1 -0
  1595. package/dist/domain/solution/decisions/Decision.d.ts +51 -0
  1596. package/dist/domain/solution/decisions/Decision.d.ts.map +1 -0
  1597. package/dist/domain/solution/decisions/Decision.js +198 -0
  1598. package/dist/domain/solution/decisions/Decision.js.map +1 -0
  1599. package/dist/domain/solution/decisions/EventIndex.d.ts +10 -0
  1600. package/dist/domain/solution/decisions/EventIndex.d.ts.map +1 -0
  1601. package/dist/domain/solution/decisions/EventIndex.js +21 -0
  1602. package/dist/domain/solution/decisions/EventIndex.js.map +1 -0
  1603. package/dist/domain/solution/decisions/add/DecisionAddedEvent.d.ts +18 -0
  1604. package/dist/domain/solution/decisions/add/DecisionAddedEvent.d.ts.map +1 -0
  1605. package/dist/domain/solution/decisions/add/DecisionAddedEvent.js +9 -0
  1606. package/dist/domain/solution/decisions/add/DecisionAddedEvent.js.map +1 -0
  1607. package/dist/domain/solution/decisions/reverse/DecisionReversedEvent.d.ts +16 -0
  1608. package/dist/domain/solution/decisions/reverse/DecisionReversedEvent.d.ts.map +1 -0
  1609. package/dist/domain/solution/decisions/reverse/DecisionReversedEvent.js +9 -0
  1610. package/dist/domain/solution/decisions/reverse/DecisionReversedEvent.js.map +1 -0
  1611. package/dist/domain/solution/decisions/rules/AlternativesRules.d.ts +13 -0
  1612. package/dist/domain/solution/decisions/rules/AlternativesRules.d.ts.map +1 -0
  1613. package/dist/domain/solution/decisions/rules/AlternativesRules.js +43 -0
  1614. package/dist/domain/solution/decisions/rules/AlternativesRules.js.map +1 -0
  1615. package/dist/domain/solution/decisions/rules/ConsequencesRules.d.ts +8 -0
  1616. package/dist/domain/solution/decisions/rules/ConsequencesRules.d.ts.map +1 -0
  1617. package/dist/domain/solution/decisions/rules/ConsequencesRules.js +23 -0
  1618. package/dist/domain/solution/decisions/rules/ConsequencesRules.js.map +1 -0
  1619. package/dist/domain/solution/decisions/rules/ContextRules.d.ts +11 -0
  1620. package/dist/domain/solution/decisions/rules/ContextRules.d.ts.map +1 -0
  1621. package/dist/domain/solution/decisions/rules/ContextRules.js +34 -0
  1622. package/dist/domain/solution/decisions/rules/ContextRules.js.map +1 -0
  1623. package/dist/domain/solution/decisions/rules/RationaleRules.d.ts +8 -0
  1624. package/dist/domain/solution/decisions/rules/RationaleRules.d.ts.map +1 -0
  1625. package/dist/domain/solution/decisions/rules/RationaleRules.js +23 -0
  1626. package/dist/domain/solution/decisions/rules/RationaleRules.js.map +1 -0
  1627. package/dist/domain/solution/decisions/rules/ReasonRules.d.ts +11 -0
  1628. package/dist/domain/solution/decisions/rules/ReasonRules.d.ts.map +1 -0
  1629. package/dist/domain/solution/decisions/rules/ReasonRules.js +34 -0
  1630. package/dist/domain/solution/decisions/rules/ReasonRules.js.map +1 -0
  1631. package/dist/domain/solution/decisions/rules/SupersededByRules.d.ts +6 -0
  1632. package/dist/domain/solution/decisions/rules/SupersededByRules.d.ts.map +1 -0
  1633. package/dist/domain/solution/decisions/rules/SupersededByRules.js +18 -0
  1634. package/dist/domain/solution/decisions/rules/SupersededByRules.js.map +1 -0
  1635. package/dist/domain/solution/decisions/rules/TitleRules.d.ts +11 -0
  1636. package/dist/domain/solution/decisions/rules/TitleRules.d.ts.map +1 -0
  1637. package/dist/domain/solution/decisions/rules/TitleRules.js +34 -0
  1638. package/dist/domain/solution/decisions/rules/TitleRules.js.map +1 -0
  1639. package/dist/domain/solution/decisions/supersede/DecisionSupersededEvent.d.ts +14 -0
  1640. package/dist/domain/solution/decisions/supersede/DecisionSupersededEvent.d.ts.map +1 -0
  1641. package/dist/domain/solution/decisions/supersede/DecisionSupersededEvent.js +9 -0
  1642. package/dist/domain/solution/decisions/supersede/DecisionSupersededEvent.js.map +1 -0
  1643. package/dist/domain/solution/decisions/update/DecisionUpdatedEvent.d.ts +17 -0
  1644. package/dist/domain/solution/decisions/update/DecisionUpdatedEvent.d.ts.map +1 -0
  1645. package/dist/domain/solution/decisions/update/DecisionUpdatedEvent.js +8 -0
  1646. package/dist/domain/solution/decisions/update/DecisionUpdatedEvent.js.map +1 -0
  1647. package/dist/domain/solution/dependencies/Constants.d.ts +30 -0
  1648. package/dist/domain/solution/dependencies/Constants.d.ts.map +1 -0
  1649. package/dist/domain/solution/dependencies/Constants.js +40 -0
  1650. package/dist/domain/solution/dependencies/Constants.js.map +1 -0
  1651. package/dist/domain/solution/dependencies/Dependency.d.ts +31 -0
  1652. package/dist/domain/solution/dependencies/Dependency.d.ts.map +1 -0
  1653. package/dist/domain/solution/dependencies/Dependency.js +128 -0
  1654. package/dist/domain/solution/dependencies/Dependency.js.map +1 -0
  1655. package/dist/domain/solution/dependencies/EventIndex.d.ts +8 -0
  1656. package/dist/domain/solution/dependencies/EventIndex.d.ts.map +1 -0
  1657. package/dist/domain/solution/dependencies/EventIndex.js +20 -0
  1658. package/dist/domain/solution/dependencies/EventIndex.js.map +1 -0
  1659. package/dist/domain/solution/dependencies/add/DependencyAddedEvent.d.ts +17 -0
  1660. package/dist/domain/solution/dependencies/add/DependencyAddedEvent.d.ts.map +1 -0
  1661. package/dist/domain/solution/dependencies/add/DependencyAddedEvent.js +9 -0
  1662. package/dist/domain/solution/dependencies/add/DependencyAddedEvent.js.map +1 -0
  1663. package/dist/domain/solution/dependencies/remove/DependencyRemovedEvent.d.ts +14 -0
  1664. package/dist/domain/solution/dependencies/remove/DependencyRemovedEvent.d.ts.map +1 -0
  1665. package/dist/domain/solution/dependencies/remove/DependencyRemovedEvent.js +9 -0
  1666. package/dist/domain/solution/dependencies/remove/DependencyRemovedEvent.js.map +1 -0
  1667. package/dist/domain/solution/dependencies/rules/ConsumerIdRules.d.ts +11 -0
  1668. package/dist/domain/solution/dependencies/rules/ConsumerIdRules.d.ts.map +1 -0
  1669. package/dist/domain/solution/dependencies/rules/ConsumerIdRules.js +32 -0
  1670. package/dist/domain/solution/dependencies/rules/ConsumerIdRules.js.map +1 -0
  1671. package/dist/domain/solution/dependencies/rules/ContractRules.d.ts +8 -0
  1672. package/dist/domain/solution/dependencies/rules/ContractRules.d.ts.map +1 -0
  1673. package/dist/domain/solution/dependencies/rules/ContractRules.js +21 -0
  1674. package/dist/domain/solution/dependencies/rules/ContractRules.js.map +1 -0
  1675. package/dist/domain/solution/dependencies/rules/EndpointRules.d.ts +8 -0
  1676. package/dist/domain/solution/dependencies/rules/EndpointRules.d.ts.map +1 -0
  1677. package/dist/domain/solution/dependencies/rules/EndpointRules.js +21 -0
  1678. package/dist/domain/solution/dependencies/rules/EndpointRules.js.map +1 -0
  1679. package/dist/domain/solution/dependencies/rules/ProviderIdRules.d.ts +11 -0
  1680. package/dist/domain/solution/dependencies/rules/ProviderIdRules.d.ts.map +1 -0
  1681. package/dist/domain/solution/dependencies/rules/ProviderIdRules.js +32 -0
  1682. package/dist/domain/solution/dependencies/rules/ProviderIdRules.js.map +1 -0
  1683. package/dist/domain/solution/dependencies/rules/StatusRules.d.ts +7 -0
  1684. package/dist/domain/solution/dependencies/rules/StatusRules.d.ts.map +1 -0
  1685. package/dist/domain/solution/dependencies/rules/StatusRules.js +19 -0
  1686. package/dist/domain/solution/dependencies/rules/StatusRules.js.map +1 -0
  1687. package/dist/domain/solution/dependencies/update/DependencyUpdatedEvent.d.ts +17 -0
  1688. package/dist/domain/solution/dependencies/update/DependencyUpdatedEvent.d.ts.map +1 -0
  1689. package/dist/domain/solution/dependencies/update/DependencyUpdatedEvent.js +9 -0
  1690. package/dist/domain/solution/dependencies/update/DependencyUpdatedEvent.js.map +1 -0
  1691. package/dist/domain/solution/guidelines/Constants.d.ts +57 -0
  1692. package/dist/domain/solution/guidelines/Constants.d.ts.map +1 -0
  1693. package/dist/domain/solution/guidelines/Constants.js +65 -0
  1694. package/dist/domain/solution/guidelines/Constants.js.map +1 -0
  1695. package/dist/domain/solution/guidelines/EventIndex.d.ts +8 -0
  1696. package/dist/domain/solution/guidelines/EventIndex.d.ts.map +1 -0
  1697. package/dist/domain/solution/guidelines/EventIndex.js +20 -0
  1698. package/dist/domain/solution/guidelines/EventIndex.js.map +1 -0
  1699. package/dist/domain/solution/guidelines/Guideline.d.ts +80 -0
  1700. package/dist/domain/solution/guidelines/Guideline.d.ts.map +1 -0
  1701. package/dist/domain/solution/guidelines/Guideline.js +192 -0
  1702. package/dist/domain/solution/guidelines/Guideline.js.map +1 -0
  1703. package/dist/domain/solution/guidelines/add/GuidelineAddedEvent.d.ts +20 -0
  1704. package/dist/domain/solution/guidelines/add/GuidelineAddedEvent.d.ts.map +1 -0
  1705. package/dist/domain/solution/guidelines/add/GuidelineAddedEvent.js +9 -0
  1706. package/dist/domain/solution/guidelines/add/GuidelineAddedEvent.js.map +1 -0
  1707. package/dist/domain/solution/guidelines/remove/GuidelineRemovedEvent.d.ts +15 -0
  1708. package/dist/domain/solution/guidelines/remove/GuidelineRemovedEvent.d.ts.map +1 -0
  1709. package/dist/domain/solution/guidelines/remove/GuidelineRemovedEvent.js +9 -0
  1710. package/dist/domain/solution/guidelines/remove/GuidelineRemovedEvent.js.map +1 -0
  1711. package/dist/domain/solution/guidelines/rules/CategoryRules.d.ts +12 -0
  1712. package/dist/domain/solution/guidelines/rules/CategoryRules.d.ts.map +1 -0
  1713. package/dist/domain/solution/guidelines/rules/CategoryRules.js +33 -0
  1714. package/dist/domain/solution/guidelines/rules/CategoryRules.js.map +1 -0
  1715. package/dist/domain/solution/guidelines/rules/DescriptionRules.d.ts +14 -0
  1716. package/dist/domain/solution/guidelines/rules/DescriptionRules.d.ts.map +1 -0
  1717. package/dist/domain/solution/guidelines/rules/DescriptionRules.js +41 -0
  1718. package/dist/domain/solution/guidelines/rules/DescriptionRules.js.map +1 -0
  1719. package/dist/domain/solution/guidelines/rules/EnforcementRules.d.ts +14 -0
  1720. package/dist/domain/solution/guidelines/rules/EnforcementRules.d.ts.map +1 -0
  1721. package/dist/domain/solution/guidelines/rules/EnforcementRules.js +41 -0
  1722. package/dist/domain/solution/guidelines/rules/EnforcementRules.js.map +1 -0
  1723. package/dist/domain/solution/guidelines/rules/ExamplesRules.d.ts +17 -0
  1724. package/dist/domain/solution/guidelines/rules/ExamplesRules.d.ts.map +1 -0
  1725. package/dist/domain/solution/guidelines/rules/ExamplesRules.js +53 -0
  1726. package/dist/domain/solution/guidelines/rules/ExamplesRules.js.map +1 -0
  1727. package/dist/domain/solution/guidelines/rules/GuidelineIdRules.d.ts +10 -0
  1728. package/dist/domain/solution/guidelines/rules/GuidelineIdRules.d.ts.map +1 -0
  1729. package/dist/domain/solution/guidelines/rules/GuidelineIdRules.js +20 -0
  1730. package/dist/domain/solution/guidelines/rules/GuidelineIdRules.js.map +1 -0
  1731. package/dist/domain/solution/guidelines/rules/RationaleRules.d.ts +14 -0
  1732. package/dist/domain/solution/guidelines/rules/RationaleRules.d.ts.map +1 -0
  1733. package/dist/domain/solution/guidelines/rules/RationaleRules.js +41 -0
  1734. package/dist/domain/solution/guidelines/rules/RationaleRules.js.map +1 -0
  1735. package/dist/domain/solution/guidelines/rules/TitleRules.d.ts +14 -0
  1736. package/dist/domain/solution/guidelines/rules/TitleRules.d.ts.map +1 -0
  1737. package/dist/domain/solution/guidelines/rules/TitleRules.js +41 -0
  1738. package/dist/domain/solution/guidelines/rules/TitleRules.js.map +1 -0
  1739. package/dist/domain/solution/guidelines/update/GuidelineUpdatedEvent.d.ts +20 -0
  1740. package/dist/domain/solution/guidelines/update/GuidelineUpdatedEvent.d.ts.map +1 -0
  1741. package/dist/domain/solution/guidelines/update/GuidelineUpdatedEvent.js +9 -0
  1742. package/dist/domain/solution/guidelines/update/GuidelineUpdatedEvent.js.map +1 -0
  1743. package/dist/domain/solution/invariants/Constants.d.ts +37 -0
  1744. package/dist/domain/solution/invariants/Constants.d.ts.map +1 -0
  1745. package/dist/domain/solution/invariants/Constants.js +45 -0
  1746. package/dist/domain/solution/invariants/Constants.js.map +1 -0
  1747. package/dist/domain/solution/invariants/EventIndex.d.ts +8 -0
  1748. package/dist/domain/solution/invariants/EventIndex.d.ts.map +1 -0
  1749. package/dist/domain/solution/invariants/EventIndex.js +20 -0
  1750. package/dist/domain/solution/invariants/EventIndex.js.map +1 -0
  1751. package/dist/domain/solution/invariants/Invariant.d.ts +73 -0
  1752. package/dist/domain/solution/invariants/Invariant.d.ts.map +1 -0
  1753. package/dist/domain/solution/invariants/Invariant.js +172 -0
  1754. package/dist/domain/solution/invariants/Invariant.js.map +1 -0
  1755. package/dist/domain/solution/invariants/add/InvariantAddedEvent.d.ts +17 -0
  1756. package/dist/domain/solution/invariants/add/InvariantAddedEvent.d.ts.map +1 -0
  1757. package/dist/domain/solution/invariants/add/InvariantAddedEvent.js +9 -0
  1758. package/dist/domain/solution/invariants/add/InvariantAddedEvent.js.map +1 -0
  1759. package/dist/domain/solution/invariants/remove/InvariantRemovedEvent.d.ts +14 -0
  1760. package/dist/domain/solution/invariants/remove/InvariantRemovedEvent.d.ts.map +1 -0
  1761. package/dist/domain/solution/invariants/remove/InvariantRemovedEvent.js +9 -0
  1762. package/dist/domain/solution/invariants/remove/InvariantRemovedEvent.js.map +1 -0
  1763. package/dist/domain/solution/invariants/rules/DescriptionRules.d.ts +14 -0
  1764. package/dist/domain/solution/invariants/rules/DescriptionRules.d.ts.map +1 -0
  1765. package/dist/domain/solution/invariants/rules/DescriptionRules.js +41 -0
  1766. package/dist/domain/solution/invariants/rules/DescriptionRules.js.map +1 -0
  1767. package/dist/domain/solution/invariants/rules/EnforcementRules.d.ts +14 -0
  1768. package/dist/domain/solution/invariants/rules/EnforcementRules.d.ts.map +1 -0
  1769. package/dist/domain/solution/invariants/rules/EnforcementRules.js +41 -0
  1770. package/dist/domain/solution/invariants/rules/EnforcementRules.js.map +1 -0
  1771. package/dist/domain/solution/invariants/rules/RationaleRules.d.ts +11 -0
  1772. package/dist/domain/solution/invariants/rules/RationaleRules.d.ts.map +1 -0
  1773. package/dist/domain/solution/invariants/rules/RationaleRules.js +30 -0
  1774. package/dist/domain/solution/invariants/rules/RationaleRules.js.map +1 -0
  1775. package/dist/domain/solution/invariants/rules/TitleRules.d.ts +14 -0
  1776. package/dist/domain/solution/invariants/rules/TitleRules.d.ts.map +1 -0
  1777. package/dist/domain/solution/invariants/rules/TitleRules.js +41 -0
  1778. package/dist/domain/solution/invariants/rules/TitleRules.js.map +1 -0
  1779. package/dist/domain/solution/invariants/update/InvariantUpdatedEvent.d.ts +16 -0
  1780. package/dist/domain/solution/invariants/update/InvariantUpdatedEvent.d.ts.map +1 -0
  1781. package/dist/domain/solution/invariants/update/InvariantUpdatedEvent.js +8 -0
  1782. package/dist/domain/solution/invariants/update/InvariantUpdatedEvent.js.map +1 -0
  1783. package/dist/domain/work/goals/Constants.d.ts +57 -0
  1784. package/dist/domain/work/goals/Constants.d.ts.map +1 -0
  1785. package/dist/domain/work/goals/Constants.js +68 -0
  1786. package/dist/domain/work/goals/Constants.js.map +1 -0
  1787. package/dist/domain/work/goals/EmbeddedContextTypes.d.ts +31 -0
  1788. package/dist/domain/work/goals/EmbeddedContextTypes.d.ts.map +1 -0
  1789. package/dist/domain/work/goals/EmbeddedContextTypes.js +8 -0
  1790. package/dist/domain/work/goals/EmbeddedContextTypes.js.map +1 -0
  1791. package/dist/domain/work/goals/EventIndex.d.ts +18 -0
  1792. package/dist/domain/work/goals/EventIndex.d.ts.map +1 -0
  1793. package/dist/domain/work/goals/EventIndex.js +25 -0
  1794. package/dist/domain/work/goals/EventIndex.js.map +1 -0
  1795. package/dist/domain/work/goals/Goal.d.ts +110 -0
  1796. package/dist/domain/work/goals/Goal.d.ts.map +1 -0
  1797. package/dist/domain/work/goals/Goal.js +377 -0
  1798. package/dist/domain/work/goals/Goal.js.map +1 -0
  1799. package/dist/domain/work/goals/add/GoalAddedEvent.d.ts +28 -0
  1800. package/dist/domain/work/goals/add/GoalAddedEvent.d.ts.map +1 -0
  1801. package/dist/domain/work/goals/add/GoalAddedEvent.js +3 -0
  1802. package/dist/domain/work/goals/add/GoalAddedEvent.js.map +1 -0
  1803. package/dist/domain/work/goals/block/GoalBlockedEvent.d.ts +15 -0
  1804. package/dist/domain/work/goals/block/GoalBlockedEvent.d.ts.map +1 -0
  1805. package/dist/domain/work/goals/block/GoalBlockedEvent.js +3 -0
  1806. package/dist/domain/work/goals/block/GoalBlockedEvent.js.map +1 -0
  1807. package/dist/domain/work/goals/complete/GoalCompletedEvent.d.ts +13 -0
  1808. package/dist/domain/work/goals/complete/GoalCompletedEvent.d.ts.map +1 -0
  1809. package/dist/domain/work/goals/complete/GoalCompletedEvent.js +3 -0
  1810. package/dist/domain/work/goals/complete/GoalCompletedEvent.js.map +1 -0
  1811. package/dist/domain/work/goals/remove/GoalRemovedEvent.d.ts +13 -0
  1812. package/dist/domain/work/goals/remove/GoalRemovedEvent.d.ts.map +1 -0
  1813. package/dist/domain/work/goals/remove/GoalRemovedEvent.js +3 -0
  1814. package/dist/domain/work/goals/remove/GoalRemovedEvent.js.map +1 -0
  1815. package/dist/domain/work/goals/reset/GoalResetEvent.d.ts +13 -0
  1816. package/dist/domain/work/goals/reset/GoalResetEvent.d.ts.map +1 -0
  1817. package/dist/domain/work/goals/reset/GoalResetEvent.js +3 -0
  1818. package/dist/domain/work/goals/reset/GoalResetEvent.js.map +1 -0
  1819. package/dist/domain/work/goals/rules/FilePathRules.d.ts +8 -0
  1820. package/dist/domain/work/goals/rules/FilePathRules.d.ts.map +1 -0
  1821. package/dist/domain/work/goals/rules/FilePathRules.js +24 -0
  1822. package/dist/domain/work/goals/rules/FilePathRules.js.map +1 -0
  1823. package/dist/domain/work/goals/rules/NoteRules.d.ts +27 -0
  1824. package/dist/domain/work/goals/rules/NoteRules.d.ts.map +1 -0
  1825. package/dist/domain/work/goals/rules/NoteRules.js +52 -0
  1826. package/dist/domain/work/goals/rules/NoteRules.js.map +1 -0
  1827. package/dist/domain/work/goals/rules/ObjectiveRules.d.ts +11 -0
  1828. package/dist/domain/work/goals/rules/ObjectiveRules.d.ts.map +1 -0
  1829. package/dist/domain/work/goals/rules/ObjectiveRules.js +34 -0
  1830. package/dist/domain/work/goals/rules/ObjectiveRules.js.map +1 -0
  1831. package/dist/domain/work/goals/rules/ScopeRules.d.ts +13 -0
  1832. package/dist/domain/work/goals/rules/ScopeRules.d.ts.map +1 -0
  1833. package/dist/domain/work/goals/rules/ScopeRules.js +40 -0
  1834. package/dist/domain/work/goals/rules/ScopeRules.js.map +1 -0
  1835. package/dist/domain/work/goals/rules/StateTransitionRules.d.ts +19 -0
  1836. package/dist/domain/work/goals/rules/StateTransitionRules.d.ts.map +1 -0
  1837. package/dist/domain/work/goals/rules/StateTransitionRules.js +43 -0
  1838. package/dist/domain/work/goals/rules/StateTransitionRules.js.map +1 -0
  1839. package/dist/domain/work/goals/rules/SuccessCriteriaRules.d.ts +16 -0
  1840. package/dist/domain/work/goals/rules/SuccessCriteriaRules.d.ts.map +1 -0
  1841. package/dist/domain/work/goals/rules/SuccessCriteriaRules.js +51 -0
  1842. package/dist/domain/work/goals/rules/SuccessCriteriaRules.js.map +1 -0
  1843. package/dist/domain/work/goals/rules/UpdateRules.d.ts +35 -0
  1844. package/dist/domain/work/goals/rules/UpdateRules.d.ts.map +1 -0
  1845. package/dist/domain/work/goals/rules/UpdateRules.js +137 -0
  1846. package/dist/domain/work/goals/rules/UpdateRules.js.map +1 -0
  1847. package/dist/domain/work/goals/start/GoalStartedEvent.d.ts +13 -0
  1848. package/dist/domain/work/goals/start/GoalStartedEvent.d.ts.map +1 -0
  1849. package/dist/domain/work/goals/start/GoalStartedEvent.js +3 -0
  1850. package/dist/domain/work/goals/start/GoalStartedEvent.js.map +1 -0
  1851. package/dist/domain/work/goals/unblock/GoalUnblockedEvent.d.ts +13 -0
  1852. package/dist/domain/work/goals/unblock/GoalUnblockedEvent.d.ts.map +1 -0
  1853. package/dist/domain/work/goals/unblock/GoalUnblockedEvent.js +3 -0
  1854. package/dist/domain/work/goals/unblock/GoalUnblockedEvent.js.map +1 -0
  1855. package/dist/domain/work/goals/update/GoalUpdatedEvent.d.ts +25 -0
  1856. package/dist/domain/work/goals/update/GoalUpdatedEvent.d.ts.map +1 -0
  1857. package/dist/domain/work/goals/update/GoalUpdatedEvent.js +3 -0
  1858. package/dist/domain/work/goals/update/GoalUpdatedEvent.js.map +1 -0
  1859. package/dist/domain/work/sessions/Constants.d.ts +33 -0
  1860. package/dist/domain/work/sessions/Constants.d.ts.map +1 -0
  1861. package/dist/domain/work/sessions/Constants.js +42 -0
  1862. package/dist/domain/work/sessions/Constants.js.map +1 -0
  1863. package/dist/domain/work/sessions/EventIndex.d.ts +10 -0
  1864. package/dist/domain/work/sessions/EventIndex.d.ts.map +1 -0
  1865. package/dist/domain/work/sessions/EventIndex.js +21 -0
  1866. package/dist/domain/work/sessions/EventIndex.js.map +1 -0
  1867. package/dist/domain/work/sessions/Session.d.ts +33 -0
  1868. package/dist/domain/work/sessions/Session.d.ts.map +1 -0
  1869. package/dist/domain/work/sessions/Session.js +124 -0
  1870. package/dist/domain/work/sessions/Session.js.map +1 -0
  1871. package/dist/domain/work/sessions/end/SessionEndedEvent.d.ts +13 -0
  1872. package/dist/domain/work/sessions/end/SessionEndedEvent.d.ts.map +1 -0
  1873. package/dist/domain/work/sessions/end/SessionEndedEvent.js +3 -0
  1874. package/dist/domain/work/sessions/end/SessionEndedEvent.js.map +1 -0
  1875. package/dist/domain/work/sessions/pause/SessionPausedEvent.d.ts +10 -0
  1876. package/dist/domain/work/sessions/pause/SessionPausedEvent.d.ts.map +1 -0
  1877. package/dist/domain/work/sessions/pause/SessionPausedEvent.js +3 -0
  1878. package/dist/domain/work/sessions/pause/SessionPausedEvent.js.map +1 -0
  1879. package/dist/domain/work/sessions/resume/SessionResumedEvent.d.ts +10 -0
  1880. package/dist/domain/work/sessions/resume/SessionResumedEvent.d.ts.map +1 -0
  1881. package/dist/domain/work/sessions/resume/SessionResumedEvent.js +3 -0
  1882. package/dist/domain/work/sessions/resume/SessionResumedEvent.js.map +1 -0
  1883. package/dist/domain/work/sessions/rules/FocusRules.d.ts +11 -0
  1884. package/dist/domain/work/sessions/rules/FocusRules.d.ts.map +1 -0
  1885. package/dist/domain/work/sessions/rules/FocusRules.js +38 -0
  1886. package/dist/domain/work/sessions/rules/FocusRules.js.map +1 -0
  1887. package/dist/domain/work/sessions/rules/SummaryRules.d.ts +8 -0
  1888. package/dist/domain/work/sessions/rules/SummaryRules.d.ts.map +1 -0
  1889. package/dist/domain/work/sessions/rules/SummaryRules.js +25 -0
  1890. package/dist/domain/work/sessions/rules/SummaryRules.js.map +1 -0
  1891. package/dist/domain/work/sessions/start/SessionStartedEvent.d.ts +11 -0
  1892. package/dist/domain/work/sessions/start/SessionStartedEvent.d.ts.map +1 -0
  1893. package/dist/domain/work/sessions/start/SessionStartedEvent.js +3 -0
  1894. package/dist/domain/work/sessions/start/SessionStartedEvent.js.map +1 -0
  1895. package/dist/infrastructure/cli-metadata/query/BuildTimeCliMetadataReader.d.ts +9 -0
  1896. package/dist/infrastructure/cli-metadata/query/BuildTimeCliMetadataReader.d.ts.map +1 -0
  1897. package/dist/infrastructure/cli-metadata/query/BuildTimeCliMetadataReader.js +17 -0
  1898. package/dist/infrastructure/cli-metadata/query/BuildTimeCliMetadataReader.js.map +1 -0
  1899. package/dist/infrastructure/cli-metadata/query/version.generated.d.ts +8 -0
  1900. package/dist/infrastructure/cli-metadata/query/version.generated.d.ts.map +1 -0
  1901. package/dist/infrastructure/cli-metadata/query/version.generated.js +11 -0
  1902. package/dist/infrastructure/cli-metadata/query/version.generated.js.map +1 -0
  1903. package/dist/infrastructure/composition/bootstrap.d.ts +304 -0
  1904. package/dist/infrastructure/composition/bootstrap.d.ts.map +1 -0
  1905. package/dist/infrastructure/composition/bootstrap.js +664 -0
  1906. package/dist/infrastructure/composition/bootstrap.js.map +1 -0
  1907. package/dist/infrastructure/project-knowledge/audience-pains/add/FsAudiencePainAddedEventStore.d.ts +12 -0
  1908. package/dist/infrastructure/project-knowledge/audience-pains/add/FsAudiencePainAddedEventStore.d.ts.map +1 -0
  1909. package/dist/infrastructure/project-knowledge/audience-pains/add/FsAudiencePainAddedEventStore.js +17 -0
  1910. package/dist/infrastructure/project-knowledge/audience-pains/add/FsAudiencePainAddedEventStore.js.map +1 -0
  1911. package/dist/infrastructure/project-knowledge/audience-pains/add/SqliteAudiencePainAddedProjector.d.ts +15 -0
  1912. package/dist/infrastructure/project-knowledge/audience-pains/add/SqliteAudiencePainAddedProjector.d.ts.map +1 -0
  1913. package/dist/infrastructure/project-knowledge/audience-pains/add/SqliteAudiencePainAddedProjector.js +25 -0
  1914. package/dist/infrastructure/project-knowledge/audience-pains/add/SqliteAudiencePainAddedProjector.js.map +1 -0
  1915. package/dist/infrastructure/project-knowledge/audience-pains/migrations/001-create-audience-pain-views.sql +17 -0
  1916. package/dist/infrastructure/project-knowledge/audience-pains/query/SqliteAudiencePainContextReader.d.ts +16 -0
  1917. package/dist/infrastructure/project-knowledge/audience-pains/query/SqliteAudiencePainContextReader.d.ts.map +1 -0
  1918. package/dist/infrastructure/project-knowledge/audience-pains/query/SqliteAudiencePainContextReader.js +35 -0
  1919. package/dist/infrastructure/project-knowledge/audience-pains/query/SqliteAudiencePainContextReader.js.map +1 -0
  1920. package/dist/infrastructure/project-knowledge/audience-pains/resolve/FsAudiencePainResolvedEventStore.d.ts +12 -0
  1921. package/dist/infrastructure/project-knowledge/audience-pains/resolve/FsAudiencePainResolvedEventStore.d.ts.map +1 -0
  1922. package/dist/infrastructure/project-knowledge/audience-pains/resolve/FsAudiencePainResolvedEventStore.js +17 -0
  1923. package/dist/infrastructure/project-knowledge/audience-pains/resolve/FsAudiencePainResolvedEventStore.js.map +1 -0
  1924. package/dist/infrastructure/project-knowledge/audience-pains/resolve/SqliteAudiencePainResolvedProjector.d.ts +15 -0
  1925. package/dist/infrastructure/project-knowledge/audience-pains/resolve/SqliteAudiencePainResolvedProjector.d.ts.map +1 -0
  1926. package/dist/infrastructure/project-knowledge/audience-pains/resolve/SqliteAudiencePainResolvedProjector.js +28 -0
  1927. package/dist/infrastructure/project-knowledge/audience-pains/resolve/SqliteAudiencePainResolvedProjector.js.map +1 -0
  1928. package/dist/infrastructure/project-knowledge/audience-pains/update/FsAudiencePainUpdatedEventStore.d.ts +12 -0
  1929. package/dist/infrastructure/project-knowledge/audience-pains/update/FsAudiencePainUpdatedEventStore.d.ts.map +1 -0
  1930. package/dist/infrastructure/project-knowledge/audience-pains/update/FsAudiencePainUpdatedEventStore.js +17 -0
  1931. package/dist/infrastructure/project-knowledge/audience-pains/update/FsAudiencePainUpdatedEventStore.js.map +1 -0
  1932. package/dist/infrastructure/project-knowledge/audience-pains/update/SqliteAudiencePainUpdatedProjector.d.ts +19 -0
  1933. package/dist/infrastructure/project-knowledge/audience-pains/update/SqliteAudiencePainUpdatedProjector.d.ts.map +1 -0
  1934. package/dist/infrastructure/project-knowledge/audience-pains/update/SqliteAudiencePainUpdatedProjector.js +58 -0
  1935. package/dist/infrastructure/project-knowledge/audience-pains/update/SqliteAudiencePainUpdatedProjector.js.map +1 -0
  1936. package/dist/infrastructure/project-knowledge/audiences/add/FsAudienceAddedEventStore.d.ts +12 -0
  1937. package/dist/infrastructure/project-knowledge/audiences/add/FsAudienceAddedEventStore.d.ts.map +1 -0
  1938. package/dist/infrastructure/project-knowledge/audiences/add/FsAudienceAddedEventStore.js +17 -0
  1939. package/dist/infrastructure/project-knowledge/audiences/add/FsAudienceAddedEventStore.js.map +1 -0
  1940. package/dist/infrastructure/project-knowledge/audiences/add/SqliteAudienceAddedProjector.d.ts +15 -0
  1941. package/dist/infrastructure/project-knowledge/audiences/add/SqliteAudienceAddedProjector.d.ts.map +1 -0
  1942. package/dist/infrastructure/project-knowledge/audiences/add/SqliteAudienceAddedProjector.js +26 -0
  1943. package/dist/infrastructure/project-knowledge/audiences/add/SqliteAudienceAddedProjector.js.map +1 -0
  1944. package/dist/infrastructure/project-knowledge/audiences/migrations/001-create-audience-views.sql +17 -0
  1945. package/dist/infrastructure/project-knowledge/audiences/query/SqliteAudienceContextReader.d.ts +16 -0
  1946. package/dist/infrastructure/project-knowledge/audiences/query/SqliteAudienceContextReader.d.ts.map +1 -0
  1947. package/dist/infrastructure/project-knowledge/audiences/query/SqliteAudienceContextReader.js +34 -0
  1948. package/dist/infrastructure/project-knowledge/audiences/query/SqliteAudienceContextReader.js.map +1 -0
  1949. package/dist/infrastructure/project-knowledge/audiences/remove/FsAudienceRemovedEventStore.d.ts +12 -0
  1950. package/dist/infrastructure/project-knowledge/audiences/remove/FsAudienceRemovedEventStore.d.ts.map +1 -0
  1951. package/dist/infrastructure/project-knowledge/audiences/remove/FsAudienceRemovedEventStore.js +17 -0
  1952. package/dist/infrastructure/project-knowledge/audiences/remove/FsAudienceRemovedEventStore.js.map +1 -0
  1953. package/dist/infrastructure/project-knowledge/audiences/remove/SqliteAudienceRemovedProjector.d.ts +19 -0
  1954. package/dist/infrastructure/project-knowledge/audiences/remove/SqliteAudienceRemovedProjector.d.ts.map +1 -0
  1955. package/dist/infrastructure/project-knowledge/audiences/remove/SqliteAudienceRemovedProjector.js +45 -0
  1956. package/dist/infrastructure/project-knowledge/audiences/remove/SqliteAudienceRemovedProjector.js.map +1 -0
  1957. package/dist/infrastructure/project-knowledge/audiences/update/FsAudienceUpdatedEventStore.d.ts +12 -0
  1958. package/dist/infrastructure/project-knowledge/audiences/update/FsAudienceUpdatedEventStore.d.ts.map +1 -0
  1959. package/dist/infrastructure/project-knowledge/audiences/update/FsAudienceUpdatedEventStore.js +17 -0
  1960. package/dist/infrastructure/project-knowledge/audiences/update/FsAudienceUpdatedEventStore.js.map +1 -0
  1961. package/dist/infrastructure/project-knowledge/audiences/update/SqliteAudienceUpdatedProjector.d.ts +15 -0
  1962. package/dist/infrastructure/project-knowledge/audiences/update/SqliteAudienceUpdatedProjector.d.ts.map +1 -0
  1963. package/dist/infrastructure/project-knowledge/audiences/update/SqliteAudienceUpdatedProjector.js +44 -0
  1964. package/dist/infrastructure/project-knowledge/audiences/update/SqliteAudienceUpdatedProjector.js.map +1 -0
  1965. package/dist/infrastructure/project-knowledge/project/init/AgentFileProtocol.d.ts +27 -0
  1966. package/dist/infrastructure/project-knowledge/project/init/AgentFileProtocol.d.ts.map +1 -0
  1967. package/dist/infrastructure/project-knowledge/project/init/AgentFileProtocol.js +74 -0
  1968. package/dist/infrastructure/project-knowledge/project/init/AgentFileProtocol.js.map +1 -0
  1969. package/dist/infrastructure/project-knowledge/project/init/ClaudeConfigurer.d.ts +29 -0
  1970. package/dist/infrastructure/project-knowledge/project/init/ClaudeConfigurer.d.ts.map +1 -0
  1971. package/dist/infrastructure/project-knowledge/project/init/ClaudeConfigurer.js +91 -0
  1972. package/dist/infrastructure/project-knowledge/project/init/ClaudeConfigurer.js.map +1 -0
  1973. package/dist/infrastructure/project-knowledge/project/init/CopilotConfigurer.d.ts +24 -0
  1974. package/dist/infrastructure/project-knowledge/project/init/CopilotConfigurer.d.ts.map +1 -0
  1975. package/dist/infrastructure/project-knowledge/project/init/CopilotConfigurer.js +61 -0
  1976. package/dist/infrastructure/project-knowledge/project/init/CopilotConfigurer.js.map +1 -0
  1977. package/dist/infrastructure/project-knowledge/project/init/CursorConfigurer.d.ts +37 -0
  1978. package/dist/infrastructure/project-knowledge/project/init/CursorConfigurer.d.ts.map +1 -0
  1979. package/dist/infrastructure/project-knowledge/project/init/CursorConfigurer.js +108 -0
  1980. package/dist/infrastructure/project-knowledge/project/init/CursorConfigurer.js.map +1 -0
  1981. package/dist/infrastructure/project-knowledge/project/init/FsProjectInitializedEventStore.d.ts +9 -0
  1982. package/dist/infrastructure/project-knowledge/project/init/FsProjectInitializedEventStore.d.ts.map +1 -0
  1983. package/dist/infrastructure/project-knowledge/project/init/FsProjectInitializedEventStore.js +14 -0
  1984. package/dist/infrastructure/project-knowledge/project/init/FsProjectInitializedEventStore.js.map +1 -0
  1985. package/dist/infrastructure/project-knowledge/project/init/GeminiConfigurer.d.ts +26 -0
  1986. package/dist/infrastructure/project-knowledge/project/init/GeminiConfigurer.d.ts.map +1 -0
  1987. package/dist/infrastructure/project-knowledge/project/init/GeminiConfigurer.js +88 -0
  1988. package/dist/infrastructure/project-knowledge/project/init/GeminiConfigurer.js.map +1 -0
  1989. package/dist/infrastructure/project-knowledge/project/init/SafeClaudeSettingsMerger.d.ts +72 -0
  1990. package/dist/infrastructure/project-knowledge/project/init/SafeClaudeSettingsMerger.d.ts.map +1 -0
  1991. package/dist/infrastructure/project-knowledge/project/init/SafeClaudeSettingsMerger.js +247 -0
  1992. package/dist/infrastructure/project-knowledge/project/init/SafeClaudeSettingsMerger.js.map +1 -0
  1993. package/dist/infrastructure/project-knowledge/project/init/SafeGeminiSettingsMerger.d.ts +67 -0
  1994. package/dist/infrastructure/project-knowledge/project/init/SafeGeminiSettingsMerger.d.ts.map +1 -0
  1995. package/dist/infrastructure/project-knowledge/project/init/SafeGeminiSettingsMerger.js +210 -0
  1996. package/dist/infrastructure/project-knowledge/project/init/SafeGeminiSettingsMerger.js.map +1 -0
  1997. package/dist/infrastructure/project-knowledge/project/init/SafeSettingsMerger.d.ts +72 -0
  1998. package/dist/infrastructure/project-knowledge/project/init/SafeSettingsMerger.d.ts.map +1 -0
  1999. package/dist/infrastructure/project-knowledge/project/init/SafeSettingsMerger.js +247 -0
  2000. package/dist/infrastructure/project-knowledge/project/init/SafeSettingsMerger.js.map +1 -0
  2001. package/dist/infrastructure/project-knowledge/project/init/SqliteProjectInitializedProjector.d.ts +16 -0
  2002. package/dist/infrastructure/project-knowledge/project/init/SqliteProjectInitializedProjector.d.ts.map +1 -0
  2003. package/dist/infrastructure/project-knowledge/project/init/SqliteProjectInitializedProjector.js +39 -0
  2004. package/dist/infrastructure/project-knowledge/project/init/SqliteProjectInitializedProjector.js.map +1 -0
  2005. package/dist/infrastructure/project-knowledge/project/migrations/001-create-project-views.sql +13 -0
  2006. package/dist/infrastructure/project-knowledge/project/query/SqliteProjectContextReader.d.ts +13 -0
  2007. package/dist/infrastructure/project-knowledge/project/query/SqliteProjectContextReader.d.ts.map +1 -0
  2008. package/dist/infrastructure/project-knowledge/project/query/SqliteProjectContextReader.js +30 -0
  2009. package/dist/infrastructure/project-knowledge/project/query/SqliteProjectContextReader.js.map +1 -0
  2010. package/dist/infrastructure/project-knowledge/project/update/FsProjectUpdatedEventStore.d.ts +9 -0
  2011. package/dist/infrastructure/project-knowledge/project/update/FsProjectUpdatedEventStore.d.ts.map +1 -0
  2012. package/dist/infrastructure/project-knowledge/project/update/FsProjectUpdatedEventStore.js +14 -0
  2013. package/dist/infrastructure/project-knowledge/project/update/FsProjectUpdatedEventStore.js.map +1 -0
  2014. package/dist/infrastructure/project-knowledge/project/update/SqliteProjectUpdatedProjector.d.ts +16 -0
  2015. package/dist/infrastructure/project-knowledge/project/update/SqliteProjectUpdatedProjector.d.ts.map +1 -0
  2016. package/dist/infrastructure/project-knowledge/project/update/SqliteProjectUpdatedProjector.js +51 -0
  2017. package/dist/infrastructure/project-knowledge/project/update/SqliteProjectUpdatedProjector.js.map +1 -0
  2018. package/dist/infrastructure/project-knowledge/value-propositions/add/FsValuePropositionAddedEventStore.d.ts +12 -0
  2019. package/dist/infrastructure/project-knowledge/value-propositions/add/FsValuePropositionAddedEventStore.d.ts.map +1 -0
  2020. package/dist/infrastructure/project-knowledge/value-propositions/add/FsValuePropositionAddedEventStore.js +17 -0
  2021. package/dist/infrastructure/project-knowledge/value-propositions/add/FsValuePropositionAddedEventStore.js.map +1 -0
  2022. package/dist/infrastructure/project-knowledge/value-propositions/add/SqliteValuePropositionAddedProjector.d.ts +15 -0
  2023. package/dist/infrastructure/project-knowledge/value-propositions/add/SqliteValuePropositionAddedProjector.d.ts.map +1 -0
  2024. package/dist/infrastructure/project-knowledge/value-propositions/add/SqliteValuePropositionAddedProjector.js +25 -0
  2025. package/dist/infrastructure/project-knowledge/value-propositions/add/SqliteValuePropositionAddedProjector.js.map +1 -0
  2026. package/dist/infrastructure/project-knowledge/value-propositions/migrations/001-create-value-proposition-views.sql +19 -0
  2027. package/dist/infrastructure/project-knowledge/value-propositions/remove/FsValuePropositionRemovedEventStore.d.ts +12 -0
  2028. package/dist/infrastructure/project-knowledge/value-propositions/remove/FsValuePropositionRemovedEventStore.d.ts.map +1 -0
  2029. package/dist/infrastructure/project-knowledge/value-propositions/remove/FsValuePropositionRemovedEventStore.js +17 -0
  2030. package/dist/infrastructure/project-knowledge/value-propositions/remove/FsValuePropositionRemovedEventStore.js.map +1 -0
  2031. package/dist/infrastructure/project-knowledge/value-propositions/remove/SqliteValuePropositionRemovedProjector.d.ts +19 -0
  2032. package/dist/infrastructure/project-knowledge/value-propositions/remove/SqliteValuePropositionRemovedProjector.d.ts.map +1 -0
  2033. package/dist/infrastructure/project-knowledge/value-propositions/remove/SqliteValuePropositionRemovedProjector.js +40 -0
  2034. package/dist/infrastructure/project-knowledge/value-propositions/remove/SqliteValuePropositionRemovedProjector.js.map +1 -0
  2035. package/dist/infrastructure/project-knowledge/value-propositions/update/FsValuePropositionUpdatedEventStore.d.ts +12 -0
  2036. package/dist/infrastructure/project-knowledge/value-propositions/update/FsValuePropositionUpdatedEventStore.d.ts.map +1 -0
  2037. package/dist/infrastructure/project-knowledge/value-propositions/update/FsValuePropositionUpdatedEventStore.js +17 -0
  2038. package/dist/infrastructure/project-knowledge/value-propositions/update/FsValuePropositionUpdatedEventStore.js.map +1 -0
  2039. package/dist/infrastructure/project-knowledge/value-propositions/update/SqliteValuePropositionUpdatedProjector.d.ts +19 -0
  2040. package/dist/infrastructure/project-knowledge/value-propositions/update/SqliteValuePropositionUpdatedProjector.d.ts.map +1 -0
  2041. package/dist/infrastructure/project-knowledge/value-propositions/update/SqliteValuePropositionUpdatedProjector.js +66 -0
  2042. package/dist/infrastructure/project-knowledge/value-propositions/update/SqliteValuePropositionUpdatedProjector.js.map +1 -0
  2043. package/dist/infrastructure/relations/add/FsRelationAddedEventStore.d.ts +12 -0
  2044. package/dist/infrastructure/relations/add/FsRelationAddedEventStore.d.ts.map +1 -0
  2045. package/dist/infrastructure/relations/add/FsRelationAddedEventStore.js +17 -0
  2046. package/dist/infrastructure/relations/add/FsRelationAddedEventStore.js.map +1 -0
  2047. package/dist/infrastructure/relations/add/SqliteRelationAddedProjector.d.ts +20 -0
  2048. package/dist/infrastructure/relations/add/SqliteRelationAddedProjector.d.ts.map +1 -0
  2049. package/dist/infrastructure/relations/add/SqliteRelationAddedProjector.js +52 -0
  2050. package/dist/infrastructure/relations/add/SqliteRelationAddedProjector.js.map +1 -0
  2051. package/dist/infrastructure/relations/migrations/001-create-relation-views.sql +28 -0
  2052. package/dist/infrastructure/relations/remove/FsRelationRemovedEventStore.d.ts +14 -0
  2053. package/dist/infrastructure/relations/remove/FsRelationRemovedEventStore.d.ts.map +1 -0
  2054. package/dist/infrastructure/relations/remove/FsRelationRemovedEventStore.js +18 -0
  2055. package/dist/infrastructure/relations/remove/FsRelationRemovedEventStore.js.map +1 -0
  2056. package/dist/infrastructure/relations/remove/SqliteRelationRemovedProjector.d.ts +23 -0
  2057. package/dist/infrastructure/relations/remove/SqliteRelationRemovedProjector.d.ts.map +1 -0
  2058. package/dist/infrastructure/relations/remove/SqliteRelationRemovedProjector.js +63 -0
  2059. package/dist/infrastructure/relations/remove/SqliteRelationRemovedProjector.js.map +1 -0
  2060. package/dist/infrastructure/shared/messaging/InProcessEventBus.d.ts +19 -0
  2061. package/dist/infrastructure/shared/messaging/InProcessEventBus.d.ts.map +1 -0
  2062. package/dist/infrastructure/shared/messaging/InProcessEventBus.js +39 -0
  2063. package/dist/infrastructure/shared/messaging/InProcessEventBus.js.map +1 -0
  2064. package/dist/infrastructure/shared/persistence/FsEventStore.d.ts +11 -0
  2065. package/dist/infrastructure/shared/persistence/FsEventStore.d.ts.map +1 -0
  2066. package/dist/infrastructure/shared/persistence/FsEventStore.js +60 -0
  2067. package/dist/infrastructure/shared/persistence/FsEventStore.js.map +1 -0
  2068. package/dist/infrastructure/shared/persistence/IDbConnectionManager.d.ts +79 -0
  2069. package/dist/infrastructure/shared/persistence/IDbConnectionManager.d.ts.map +1 -0
  2070. package/dist/infrastructure/shared/persistence/IDbConnectionManager.js +66 -0
  2071. package/dist/infrastructure/shared/persistence/IDbConnectionManager.js.map +1 -0
  2072. package/dist/infrastructure/shared/persistence/IDisposable.d.ts +35 -0
  2073. package/dist/infrastructure/shared/persistence/IDisposable.d.ts.map +1 -0
  2074. package/dist/infrastructure/shared/persistence/IDisposable.js +3 -0
  2075. package/dist/infrastructure/shared/persistence/IDisposable.js.map +1 -0
  2076. package/dist/infrastructure/shared/persistence/MigrationRunner.d.ts +55 -0
  2077. package/dist/infrastructure/shared/persistence/MigrationRunner.d.ts.map +1 -0
  2078. package/dist/infrastructure/shared/persistence/MigrationRunner.js +157 -0
  2079. package/dist/infrastructure/shared/persistence/MigrationRunner.js.map +1 -0
  2080. package/dist/infrastructure/shared/persistence/SqliteConnectionManager.d.ts +81 -0
  2081. package/dist/infrastructure/shared/persistence/SqliteConnectionManager.d.ts.map +1 -0
  2082. package/dist/infrastructure/shared/persistence/SqliteConnectionManager.js +112 -0
  2083. package/dist/infrastructure/shared/persistence/SqliteConnectionManager.js.map +1 -0
  2084. package/dist/infrastructure/shared/persistence/migrations.config.d.ts +21 -0
  2085. package/dist/infrastructure/shared/persistence/migrations.config.d.ts.map +1 -0
  2086. package/dist/infrastructure/shared/persistence/migrations.config.js +40 -0
  2087. package/dist/infrastructure/shared/persistence/migrations.config.js.map +1 -0
  2088. package/dist/infrastructure/shared/system/SystemClock.d.ts +16 -0
  2089. package/dist/infrastructure/shared/system/SystemClock.d.ts.map +1 -0
  2090. package/dist/infrastructure/shared/system/SystemClock.js +21 -0
  2091. package/dist/infrastructure/shared/system/SystemClock.js.map +1 -0
  2092. package/dist/infrastructure/solution/SqliteSolutionContextReader.d.ts +20 -0
  2093. package/dist/infrastructure/solution/SqliteSolutionContextReader.d.ts.map +1 -0
  2094. package/dist/infrastructure/solution/SqliteSolutionContextReader.js +138 -0
  2095. package/dist/infrastructure/solution/SqliteSolutionContextReader.js.map +1 -0
  2096. package/dist/infrastructure/solution/architecture/define/FsArchitectureDefinedEventStore.d.ts +9 -0
  2097. package/dist/infrastructure/solution/architecture/define/FsArchitectureDefinedEventStore.d.ts.map +1 -0
  2098. package/dist/infrastructure/solution/architecture/define/FsArchitectureDefinedEventStore.js +14 -0
  2099. package/dist/infrastructure/solution/architecture/define/FsArchitectureDefinedEventStore.js.map +1 -0
  2100. package/dist/infrastructure/solution/architecture/define/SqliteArchitectureDefinedProjector.d.ts +16 -0
  2101. package/dist/infrastructure/solution/architecture/define/SqliteArchitectureDefinedProjector.d.ts.map +1 -0
  2102. package/dist/infrastructure/solution/architecture/define/SqliteArchitectureDefinedProjector.js +40 -0
  2103. package/dist/infrastructure/solution/architecture/define/SqliteArchitectureDefinedProjector.js.map +1 -0
  2104. package/dist/infrastructure/solution/architecture/migrations/001-create-architecture-views.sql +16 -0
  2105. package/dist/infrastructure/solution/architecture/migrations/002-drop-dataflow-column.sql +4 -0
  2106. package/dist/infrastructure/solution/architecture/update/FsArchitectureUpdatedEventStore.d.ts +10 -0
  2107. package/dist/infrastructure/solution/architecture/update/FsArchitectureUpdatedEventStore.d.ts.map +1 -0
  2108. package/dist/infrastructure/solution/architecture/update/FsArchitectureUpdatedEventStore.js +14 -0
  2109. package/dist/infrastructure/solution/architecture/update/FsArchitectureUpdatedEventStore.js.map +1 -0
  2110. package/dist/infrastructure/solution/architecture/update/SqliteArchitectureUpdatedProjector.d.ts +16 -0
  2111. package/dist/infrastructure/solution/architecture/update/SqliteArchitectureUpdatedProjector.d.ts.map +1 -0
  2112. package/dist/infrastructure/solution/architecture/update/SqliteArchitectureUpdatedProjector.js +68 -0
  2113. package/dist/infrastructure/solution/architecture/update/SqliteArchitectureUpdatedProjector.js.map +1 -0
  2114. package/dist/infrastructure/solution/components/add/FsComponentAddedEventStore.d.ts +12 -0
  2115. package/dist/infrastructure/solution/components/add/FsComponentAddedEventStore.d.ts.map +1 -0
  2116. package/dist/infrastructure/solution/components/add/FsComponentAddedEventStore.js +17 -0
  2117. package/dist/infrastructure/solution/components/add/FsComponentAddedEventStore.js.map +1 -0
  2118. package/dist/infrastructure/solution/components/add/SqliteComponentAddedProjector.d.ts +19 -0
  2119. package/dist/infrastructure/solution/components/add/SqliteComponentAddedProjector.d.ts.map +1 -0
  2120. package/dist/infrastructure/solution/components/add/SqliteComponentAddedProjector.js +44 -0
  2121. package/dist/infrastructure/solution/components/add/SqliteComponentAddedProjector.js.map +1 -0
  2122. package/dist/infrastructure/solution/components/deprecate/FsComponentDeprecatedEventStore.d.ts +12 -0
  2123. package/dist/infrastructure/solution/components/deprecate/FsComponentDeprecatedEventStore.d.ts.map +1 -0
  2124. package/dist/infrastructure/solution/components/deprecate/FsComponentDeprecatedEventStore.js +17 -0
  2125. package/dist/infrastructure/solution/components/deprecate/FsComponentDeprecatedEventStore.js.map +1 -0
  2126. package/dist/infrastructure/solution/components/deprecate/SqliteComponentDeprecatedProjector.d.ts +19 -0
  2127. package/dist/infrastructure/solution/components/deprecate/SqliteComponentDeprecatedProjector.d.ts.map +1 -0
  2128. package/dist/infrastructure/solution/components/deprecate/SqliteComponentDeprecatedProjector.js +46 -0
  2129. package/dist/infrastructure/solution/components/deprecate/SqliteComponentDeprecatedProjector.js.map +1 -0
  2130. package/dist/infrastructure/solution/components/get-context/SqliteComponentContextReader.d.ts +18 -0
  2131. package/dist/infrastructure/solution/components/get-context/SqliteComponentContextReader.d.ts.map +1 -0
  2132. package/dist/infrastructure/solution/components/get-context/SqliteComponentContextReader.js +47 -0
  2133. package/dist/infrastructure/solution/components/get-context/SqliteComponentContextReader.js.map +1 -0
  2134. package/dist/infrastructure/solution/components/migrations/001-create-component-views.sql +21 -0
  2135. package/dist/infrastructure/solution/components/remove/FsComponentRemovedEventStore.d.ts +12 -0
  2136. package/dist/infrastructure/solution/components/remove/FsComponentRemovedEventStore.d.ts.map +1 -0
  2137. package/dist/infrastructure/solution/components/remove/FsComponentRemovedEventStore.js +17 -0
  2138. package/dist/infrastructure/solution/components/remove/FsComponentRemovedEventStore.js.map +1 -0
  2139. package/dist/infrastructure/solution/components/remove/SqliteComponentRemovedProjector.d.ts +19 -0
  2140. package/dist/infrastructure/solution/components/remove/SqliteComponentRemovedProjector.d.ts.map +1 -0
  2141. package/dist/infrastructure/solution/components/remove/SqliteComponentRemovedProjector.js +45 -0
  2142. package/dist/infrastructure/solution/components/remove/SqliteComponentRemovedProjector.js.map +1 -0
  2143. package/dist/infrastructure/solution/components/update/FsComponentUpdatedEventStore.d.ts +12 -0
  2144. package/dist/infrastructure/solution/components/update/FsComponentUpdatedEventStore.d.ts.map +1 -0
  2145. package/dist/infrastructure/solution/components/update/FsComponentUpdatedEventStore.js +17 -0
  2146. package/dist/infrastructure/solution/components/update/FsComponentUpdatedEventStore.js.map +1 -0
  2147. package/dist/infrastructure/solution/components/update/SqliteComponentUpdatedProjector.d.ts +19 -0
  2148. package/dist/infrastructure/solution/components/update/SqliteComponentUpdatedProjector.d.ts.map +1 -0
  2149. package/dist/infrastructure/solution/components/update/SqliteComponentUpdatedProjector.js +66 -0
  2150. package/dist/infrastructure/solution/components/update/SqliteComponentUpdatedProjector.js.map +1 -0
  2151. package/dist/infrastructure/solution/decisions/add/FsDecisionAddedEventStore.d.ts +12 -0
  2152. package/dist/infrastructure/solution/decisions/add/FsDecisionAddedEventStore.d.ts.map +1 -0
  2153. package/dist/infrastructure/solution/decisions/add/FsDecisionAddedEventStore.js +17 -0
  2154. package/dist/infrastructure/solution/decisions/add/FsDecisionAddedEventStore.js.map +1 -0
  2155. package/dist/infrastructure/solution/decisions/add/SqliteDecisionAddedProjector.d.ts +15 -0
  2156. package/dist/infrastructure/solution/decisions/add/SqliteDecisionAddedProjector.d.ts.map +1 -0
  2157. package/dist/infrastructure/solution/decisions/add/SqliteDecisionAddedProjector.js +26 -0
  2158. package/dist/infrastructure/solution/decisions/add/SqliteDecisionAddedProjector.js.map +1 -0
  2159. package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionContextReader.d.ts +16 -0
  2160. package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionContextReader.d.ts.map +1 -0
  2161. package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionContextReader.js +37 -0
  2162. package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionContextReader.js.map +1 -0
  2163. package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionSessionReader.d.ts +16 -0
  2164. package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionSessionReader.d.ts.map +1 -0
  2165. package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionSessionReader.js +37 -0
  2166. package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionSessionReader.js.map +1 -0
  2167. package/dist/infrastructure/solution/decisions/migrations/001-create-decision-views.sql +22 -0
  2168. package/dist/infrastructure/solution/decisions/reverse/FsDecisionReversedEventStore.d.ts +12 -0
  2169. package/dist/infrastructure/solution/decisions/reverse/FsDecisionReversedEventStore.d.ts.map +1 -0
  2170. package/dist/infrastructure/solution/decisions/reverse/FsDecisionReversedEventStore.js +17 -0
  2171. package/dist/infrastructure/solution/decisions/reverse/FsDecisionReversedEventStore.js.map +1 -0
  2172. package/dist/infrastructure/solution/decisions/reverse/SqliteDecisionReversedProjector.d.ts +19 -0
  2173. package/dist/infrastructure/solution/decisions/reverse/SqliteDecisionReversedProjector.d.ts.map +1 -0
  2174. package/dist/infrastructure/solution/decisions/reverse/SqliteDecisionReversedProjector.js +49 -0
  2175. package/dist/infrastructure/solution/decisions/reverse/SqliteDecisionReversedProjector.js.map +1 -0
  2176. package/dist/infrastructure/solution/decisions/supersede/FsDecisionSupersededEventStore.d.ts +12 -0
  2177. package/dist/infrastructure/solution/decisions/supersede/FsDecisionSupersededEventStore.d.ts.map +1 -0
  2178. package/dist/infrastructure/solution/decisions/supersede/FsDecisionSupersededEventStore.js +17 -0
  2179. package/dist/infrastructure/solution/decisions/supersede/FsDecisionSupersededEventStore.js.map +1 -0
  2180. package/dist/infrastructure/solution/decisions/supersede/SqliteDecisionSupersededProjector.d.ts +19 -0
  2181. package/dist/infrastructure/solution/decisions/supersede/SqliteDecisionSupersededProjector.d.ts.map +1 -0
  2182. package/dist/infrastructure/solution/decisions/supersede/SqliteDecisionSupersededProjector.js +48 -0
  2183. package/dist/infrastructure/solution/decisions/supersede/SqliteDecisionSupersededProjector.js.map +1 -0
  2184. package/dist/infrastructure/solution/decisions/update/FsDecisionUpdatedEventStore.d.ts +12 -0
  2185. package/dist/infrastructure/solution/decisions/update/FsDecisionUpdatedEventStore.d.ts.map +1 -0
  2186. package/dist/infrastructure/solution/decisions/update/FsDecisionUpdatedEventStore.js +17 -0
  2187. package/dist/infrastructure/solution/decisions/update/FsDecisionUpdatedEventStore.js.map +1 -0
  2188. package/dist/infrastructure/solution/decisions/update/SqliteDecisionUpdatedProjector.d.ts +19 -0
  2189. package/dist/infrastructure/solution/decisions/update/SqliteDecisionUpdatedProjector.d.ts.map +1 -0
  2190. package/dist/infrastructure/solution/decisions/update/SqliteDecisionUpdatedProjector.js +52 -0
  2191. package/dist/infrastructure/solution/decisions/update/SqliteDecisionUpdatedProjector.js.map +1 -0
  2192. package/dist/infrastructure/solution/dependencies/add/FsDependencyAddedEventStore.d.ts +12 -0
  2193. package/dist/infrastructure/solution/dependencies/add/FsDependencyAddedEventStore.d.ts.map +1 -0
  2194. package/dist/infrastructure/solution/dependencies/add/FsDependencyAddedEventStore.js +17 -0
  2195. package/dist/infrastructure/solution/dependencies/add/FsDependencyAddedEventStore.js.map +1 -0
  2196. package/dist/infrastructure/solution/dependencies/add/SqliteDependencyAddedProjector.d.ts +21 -0
  2197. package/dist/infrastructure/solution/dependencies/add/SqliteDependencyAddedProjector.d.ts.map +1 -0
  2198. package/dist/infrastructure/solution/dependencies/add/SqliteDependencyAddedProjector.js +56 -0
  2199. package/dist/infrastructure/solution/dependencies/add/SqliteDependencyAddedProjector.js.map +1 -0
  2200. package/dist/infrastructure/solution/dependencies/get-context/SqliteDependencyContextReader.d.ts +16 -0
  2201. package/dist/infrastructure/solution/dependencies/get-context/SqliteDependencyContextReader.d.ts.map +1 -0
  2202. package/dist/infrastructure/solution/dependencies/get-context/SqliteDependencyContextReader.js +35 -0
  2203. package/dist/infrastructure/solution/dependencies/get-context/SqliteDependencyContextReader.js.map +1 -0
  2204. package/dist/infrastructure/solution/dependencies/migrations/001-create-dependency-views.sql +21 -0
  2205. package/dist/infrastructure/solution/dependencies/remove/FsDependencyRemovedEventStore.d.ts +14 -0
  2206. package/dist/infrastructure/solution/dependencies/remove/FsDependencyRemovedEventStore.d.ts.map +1 -0
  2207. package/dist/infrastructure/solution/dependencies/remove/FsDependencyRemovedEventStore.js +18 -0
  2208. package/dist/infrastructure/solution/dependencies/remove/FsDependencyRemovedEventStore.js.map +1 -0
  2209. package/dist/infrastructure/solution/dependencies/remove/SqliteDependencyRemovedProjector.d.ts +19 -0
  2210. package/dist/infrastructure/solution/dependencies/remove/SqliteDependencyRemovedProjector.d.ts.map +1 -0
  2211. package/dist/infrastructure/solution/dependencies/remove/SqliteDependencyRemovedProjector.js +47 -0
  2212. package/dist/infrastructure/solution/dependencies/remove/SqliteDependencyRemovedProjector.js.map +1 -0
  2213. package/dist/infrastructure/solution/dependencies/update/FsDependencyUpdatedEventStore.d.ts +14 -0
  2214. package/dist/infrastructure/solution/dependencies/update/FsDependencyUpdatedEventStore.d.ts.map +1 -0
  2215. package/dist/infrastructure/solution/dependencies/update/FsDependencyUpdatedEventStore.js +18 -0
  2216. package/dist/infrastructure/solution/dependencies/update/FsDependencyUpdatedEventStore.js.map +1 -0
  2217. package/dist/infrastructure/solution/dependencies/update/SqliteDependencyUpdatedProjector.d.ts +19 -0
  2218. package/dist/infrastructure/solution/dependencies/update/SqliteDependencyUpdatedProjector.d.ts.map +1 -0
  2219. package/dist/infrastructure/solution/dependencies/update/SqliteDependencyUpdatedProjector.js +62 -0
  2220. package/dist/infrastructure/solution/dependencies/update/SqliteDependencyUpdatedProjector.js.map +1 -0
  2221. package/dist/infrastructure/solution/guidelines/add/FsGuidelineAddedEventStore.d.ts +9 -0
  2222. package/dist/infrastructure/solution/guidelines/add/FsGuidelineAddedEventStore.d.ts.map +1 -0
  2223. package/dist/infrastructure/solution/guidelines/add/FsGuidelineAddedEventStore.js +14 -0
  2224. package/dist/infrastructure/solution/guidelines/add/FsGuidelineAddedEventStore.js.map +1 -0
  2225. package/dist/infrastructure/solution/guidelines/add/SqliteGuidelineAddedProjector.d.ts +15 -0
  2226. package/dist/infrastructure/solution/guidelines/add/SqliteGuidelineAddedProjector.d.ts.map +1 -0
  2227. package/dist/infrastructure/solution/guidelines/add/SqliteGuidelineAddedProjector.js +45 -0
  2228. package/dist/infrastructure/solution/guidelines/add/SqliteGuidelineAddedProjector.js.map +1 -0
  2229. package/dist/infrastructure/solution/guidelines/get-context/SqliteGuidelineContextReader.d.ts +14 -0
  2230. package/dist/infrastructure/solution/guidelines/get-context/SqliteGuidelineContextReader.d.ts.map +1 -0
  2231. package/dist/infrastructure/solution/guidelines/get-context/SqliteGuidelineContextReader.js +42 -0
  2232. package/dist/infrastructure/solution/guidelines/get-context/SqliteGuidelineContextReader.js.map +1 -0
  2233. package/dist/infrastructure/solution/guidelines/migrations/001-create-guideline-views.sql +22 -0
  2234. package/dist/infrastructure/solution/guidelines/remove/FsGuidelineRemovedEventStore.d.ts +10 -0
  2235. package/dist/infrastructure/solution/guidelines/remove/FsGuidelineRemovedEventStore.d.ts.map +1 -0
  2236. package/dist/infrastructure/solution/guidelines/remove/FsGuidelineRemovedEventStore.js +14 -0
  2237. package/dist/infrastructure/solution/guidelines/remove/FsGuidelineRemovedEventStore.js.map +1 -0
  2238. package/dist/infrastructure/solution/guidelines/remove/SqliteGuidelineRemovedProjector.d.ts +17 -0
  2239. package/dist/infrastructure/solution/guidelines/remove/SqliteGuidelineRemovedProjector.d.ts.map +1 -0
  2240. package/dist/infrastructure/solution/guidelines/remove/SqliteGuidelineRemovedProjector.js +49 -0
  2241. package/dist/infrastructure/solution/guidelines/remove/SqliteGuidelineRemovedProjector.js.map +1 -0
  2242. package/dist/infrastructure/solution/guidelines/update/FsGuidelineUpdatedEventStore.d.ts +10 -0
  2243. package/dist/infrastructure/solution/guidelines/update/FsGuidelineUpdatedEventStore.d.ts.map +1 -0
  2244. package/dist/infrastructure/solution/guidelines/update/FsGuidelineUpdatedEventStore.js +14 -0
  2245. package/dist/infrastructure/solution/guidelines/update/FsGuidelineUpdatedEventStore.js.map +1 -0
  2246. package/dist/infrastructure/solution/guidelines/update/SqliteGuidelineUpdatedProjector.d.ts +17 -0
  2247. package/dist/infrastructure/solution/guidelines/update/SqliteGuidelineUpdatedProjector.d.ts.map +1 -0
  2248. package/dist/infrastructure/solution/guidelines/update/SqliteGuidelineUpdatedProjector.js +76 -0
  2249. package/dist/infrastructure/solution/guidelines/update/SqliteGuidelineUpdatedProjector.js.map +1 -0
  2250. package/dist/infrastructure/solution/invariants/add/FsInvariantAddedEventStore.d.ts +9 -0
  2251. package/dist/infrastructure/solution/invariants/add/FsInvariantAddedEventStore.d.ts.map +1 -0
  2252. package/dist/infrastructure/solution/invariants/add/FsInvariantAddedEventStore.js +14 -0
  2253. package/dist/infrastructure/solution/invariants/add/FsInvariantAddedEventStore.js.map +1 -0
  2254. package/dist/infrastructure/solution/invariants/add/SqliteInvariantAddedProjector.d.ts +18 -0
  2255. package/dist/infrastructure/solution/invariants/add/SqliteInvariantAddedProjector.d.ts.map +1 -0
  2256. package/dist/infrastructure/solution/invariants/add/SqliteInvariantAddedProjector.js +46 -0
  2257. package/dist/infrastructure/solution/invariants/add/SqliteInvariantAddedProjector.js.map +1 -0
  2258. package/dist/infrastructure/solution/invariants/get-context/SqliteInvariantContextReader.d.ts +13 -0
  2259. package/dist/infrastructure/solution/invariants/get-context/SqliteInvariantContextReader.d.ts.map +1 -0
  2260. package/dist/infrastructure/solution/invariants/get-context/SqliteInvariantContextReader.js +31 -0
  2261. package/dist/infrastructure/solution/invariants/get-context/SqliteInvariantContextReader.js.map +1 -0
  2262. package/dist/infrastructure/solution/invariants/migrations/001-create-invariant-views.sql +16 -0
  2263. package/dist/infrastructure/solution/invariants/remove/FsInvariantRemovedEventStore.d.ts +10 -0
  2264. package/dist/infrastructure/solution/invariants/remove/FsInvariantRemovedEventStore.d.ts.map +1 -0
  2265. package/dist/infrastructure/solution/invariants/remove/FsInvariantRemovedEventStore.js +14 -0
  2266. package/dist/infrastructure/solution/invariants/remove/FsInvariantRemovedEventStore.js.map +1 -0
  2267. package/dist/infrastructure/solution/invariants/remove/SqliteInvariantRemovedProjector.d.ts +17 -0
  2268. package/dist/infrastructure/solution/invariants/remove/SqliteInvariantRemovedProjector.d.ts.map +1 -0
  2269. package/dist/infrastructure/solution/invariants/remove/SqliteInvariantRemovedProjector.js +37 -0
  2270. package/dist/infrastructure/solution/invariants/remove/SqliteInvariantRemovedProjector.js.map +1 -0
  2271. package/dist/infrastructure/solution/invariants/update/FsInvariantUpdatedEventStore.d.ts +10 -0
  2272. package/dist/infrastructure/solution/invariants/update/FsInvariantUpdatedEventStore.d.ts.map +1 -0
  2273. package/dist/infrastructure/solution/invariants/update/FsInvariantUpdatedEventStore.js +14 -0
  2274. package/dist/infrastructure/solution/invariants/update/FsInvariantUpdatedEventStore.js.map +1 -0
  2275. package/dist/infrastructure/solution/invariants/update/SqliteInvariantUpdatedProjector.d.ts +17 -0
  2276. package/dist/infrastructure/solution/invariants/update/SqliteInvariantUpdatedProjector.d.ts.map +1 -0
  2277. package/dist/infrastructure/solution/invariants/update/SqliteInvariantUpdatedProjector.js +44 -0
  2278. package/dist/infrastructure/solution/invariants/update/SqliteInvariantUpdatedProjector.js.map +1 -0
  2279. package/dist/infrastructure/work/goals/SqliteGoalStatusReader.d.ts +19 -0
  2280. package/dist/infrastructure/work/goals/SqliteGoalStatusReader.d.ts.map +1 -0
  2281. package/dist/infrastructure/work/goals/SqliteGoalStatusReader.js +50 -0
  2282. package/dist/infrastructure/work/goals/SqliteGoalStatusReader.js.map +1 -0
  2283. package/dist/infrastructure/work/goals/add/FsGoalAddedEventStore.d.ts +12 -0
  2284. package/dist/infrastructure/work/goals/add/FsGoalAddedEventStore.d.ts.map +1 -0
  2285. package/dist/infrastructure/work/goals/add/FsGoalAddedEventStore.js +17 -0
  2286. package/dist/infrastructure/work/goals/add/FsGoalAddedEventStore.js.map +1 -0
  2287. package/dist/infrastructure/work/goals/add/SqliteGoalAddedProjector.d.ts +15 -0
  2288. package/dist/infrastructure/work/goals/add/SqliteGoalAddedProjector.d.ts.map +1 -0
  2289. package/dist/infrastructure/work/goals/add/SqliteGoalAddedProjector.js +28 -0
  2290. package/dist/infrastructure/work/goals/add/SqliteGoalAddedProjector.js.map +1 -0
  2291. package/dist/infrastructure/work/goals/block/FsGoalBlockedEventStore.d.ts +14 -0
  2292. package/dist/infrastructure/work/goals/block/FsGoalBlockedEventStore.d.ts.map +1 -0
  2293. package/dist/infrastructure/work/goals/block/FsGoalBlockedEventStore.js +18 -0
  2294. package/dist/infrastructure/work/goals/block/FsGoalBlockedEventStore.js.map +1 -0
  2295. package/dist/infrastructure/work/goals/block/SqliteGoalBlockedProjector.d.ts +15 -0
  2296. package/dist/infrastructure/work/goals/block/SqliteGoalBlockedProjector.d.ts.map +1 -0
  2297. package/dist/infrastructure/work/goals/block/SqliteGoalBlockedProjector.js +27 -0
  2298. package/dist/infrastructure/work/goals/block/SqliteGoalBlockedProjector.js.map +1 -0
  2299. package/dist/infrastructure/work/goals/complete/FsGoalCompletedEventStore.d.ts +14 -0
  2300. package/dist/infrastructure/work/goals/complete/FsGoalCompletedEventStore.d.ts.map +1 -0
  2301. package/dist/infrastructure/work/goals/complete/FsGoalCompletedEventStore.js +18 -0
  2302. package/dist/infrastructure/work/goals/complete/FsGoalCompletedEventStore.js.map +1 -0
  2303. package/dist/infrastructure/work/goals/complete/SqliteGoalCompletedProjector.d.ts +19 -0
  2304. package/dist/infrastructure/work/goals/complete/SqliteGoalCompletedProjector.d.ts.map +1 -0
  2305. package/dist/infrastructure/work/goals/complete/SqliteGoalCompletedProjector.js +48 -0
  2306. package/dist/infrastructure/work/goals/complete/SqliteGoalCompletedProjector.js.map +1 -0
  2307. package/dist/infrastructure/work/goals/get-context/SqliteGoalContextReader.d.ts +16 -0
  2308. package/dist/infrastructure/work/goals/get-context/SqliteGoalContextReader.d.ts.map +1 -0
  2309. package/dist/infrastructure/work/goals/get-context/SqliteGoalContextReader.js +46 -0
  2310. package/dist/infrastructure/work/goals/get-context/SqliteGoalContextReader.js.map +1 -0
  2311. package/dist/infrastructure/work/goals/migrations/001-create-goal-views.sql +20 -0
  2312. package/dist/infrastructure/work/goals/migrations/002-add-embedded-context-columns.sql +11 -0
  2313. package/dist/infrastructure/work/goals/migrations/003-add-next-goal-column.sql +4 -0
  2314. package/dist/infrastructure/work/goals/remove/FsGoalRemovedEventStore.d.ts +14 -0
  2315. package/dist/infrastructure/work/goals/remove/FsGoalRemovedEventStore.d.ts.map +1 -0
  2316. package/dist/infrastructure/work/goals/remove/FsGoalRemovedEventStore.js +18 -0
  2317. package/dist/infrastructure/work/goals/remove/FsGoalRemovedEventStore.js.map +1 -0
  2318. package/dist/infrastructure/work/goals/remove/SqliteGoalRemovedProjector.d.ts +19 -0
  2319. package/dist/infrastructure/work/goals/remove/SqliteGoalRemovedProjector.d.ts.map +1 -0
  2320. package/dist/infrastructure/work/goals/remove/SqliteGoalRemovedProjector.js +45 -0
  2321. package/dist/infrastructure/work/goals/remove/SqliteGoalRemovedProjector.js.map +1 -0
  2322. package/dist/infrastructure/work/goals/reset/FsGoalResetEventStore.d.ts +14 -0
  2323. package/dist/infrastructure/work/goals/reset/FsGoalResetEventStore.d.ts.map +1 -0
  2324. package/dist/infrastructure/work/goals/reset/FsGoalResetEventStore.js +18 -0
  2325. package/dist/infrastructure/work/goals/reset/FsGoalResetEventStore.js.map +1 -0
  2326. package/dist/infrastructure/work/goals/reset/SqliteGoalResetProjector.d.ts +19 -0
  2327. package/dist/infrastructure/work/goals/reset/SqliteGoalResetProjector.d.ts.map +1 -0
  2328. package/dist/infrastructure/work/goals/reset/SqliteGoalResetProjector.js +49 -0
  2329. package/dist/infrastructure/work/goals/reset/SqliteGoalResetProjector.js.map +1 -0
  2330. package/dist/infrastructure/work/goals/start/FsGoalStartedEventStore.d.ts +14 -0
  2331. package/dist/infrastructure/work/goals/start/FsGoalStartedEventStore.d.ts.map +1 -0
  2332. package/dist/infrastructure/work/goals/start/FsGoalStartedEventStore.js +18 -0
  2333. package/dist/infrastructure/work/goals/start/FsGoalStartedEventStore.js.map +1 -0
  2334. package/dist/infrastructure/work/goals/start/SqliteGoalStartedProjector.d.ts +19 -0
  2335. package/dist/infrastructure/work/goals/start/SqliteGoalStartedProjector.d.ts.map +1 -0
  2336. package/dist/infrastructure/work/goals/start/SqliteGoalStartedProjector.js +48 -0
  2337. package/dist/infrastructure/work/goals/start/SqliteGoalStartedProjector.js.map +1 -0
  2338. package/dist/infrastructure/work/goals/unblock/FsGoalUnblockedEventStore.d.ts +14 -0
  2339. package/dist/infrastructure/work/goals/unblock/FsGoalUnblockedEventStore.d.ts.map +1 -0
  2340. package/dist/infrastructure/work/goals/unblock/FsGoalUnblockedEventStore.js +18 -0
  2341. package/dist/infrastructure/work/goals/unblock/FsGoalUnblockedEventStore.js.map +1 -0
  2342. package/dist/infrastructure/work/goals/unblock/SqliteGoalUnblockedProjector.d.ts +15 -0
  2343. package/dist/infrastructure/work/goals/unblock/SqliteGoalUnblockedProjector.d.ts.map +1 -0
  2344. package/dist/infrastructure/work/goals/unblock/SqliteGoalUnblockedProjector.js +27 -0
  2345. package/dist/infrastructure/work/goals/unblock/SqliteGoalUnblockedProjector.js.map +1 -0
  2346. package/dist/infrastructure/work/goals/update/FsGoalUpdatedEventStore.d.ts +14 -0
  2347. package/dist/infrastructure/work/goals/update/FsGoalUpdatedEventStore.d.ts.map +1 -0
  2348. package/dist/infrastructure/work/goals/update/FsGoalUpdatedEventStore.js +18 -0
  2349. package/dist/infrastructure/work/goals/update/FsGoalUpdatedEventStore.js.map +1 -0
  2350. package/dist/infrastructure/work/goals/update/SqliteGoalUpdatedProjector.d.ts +19 -0
  2351. package/dist/infrastructure/work/goals/update/SqliteGoalUpdatedProjector.d.ts.map +1 -0
  2352. package/dist/infrastructure/work/goals/update/SqliteGoalUpdatedProjector.js +115 -0
  2353. package/dist/infrastructure/work/goals/update/SqliteGoalUpdatedProjector.js.map +1 -0
  2354. package/dist/infrastructure/work/sessions/end/FsSessionEndedEventStore.d.ts +14 -0
  2355. package/dist/infrastructure/work/sessions/end/FsSessionEndedEventStore.d.ts.map +1 -0
  2356. package/dist/infrastructure/work/sessions/end/FsSessionEndedEventStore.js +18 -0
  2357. package/dist/infrastructure/work/sessions/end/FsSessionEndedEventStore.js.map +1 -0
  2358. package/dist/infrastructure/work/sessions/end/SqliteActiveSessionReader.d.ts +16 -0
  2359. package/dist/infrastructure/work/sessions/end/SqliteActiveSessionReader.d.ts.map +1 -0
  2360. package/dist/infrastructure/work/sessions/end/SqliteActiveSessionReader.js +35 -0
  2361. package/dist/infrastructure/work/sessions/end/SqliteActiveSessionReader.js.map +1 -0
  2362. package/dist/infrastructure/work/sessions/end/SqliteSessionEndedProjector.d.ts +15 -0
  2363. package/dist/infrastructure/work/sessions/end/SqliteSessionEndedProjector.d.ts.map +1 -0
  2364. package/dist/infrastructure/work/sessions/end/SqliteSessionEndedProjector.js +29 -0
  2365. package/dist/infrastructure/work/sessions/end/SqliteSessionEndedProjector.js.map +1 -0
  2366. package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryProjectionStore.d.ts +30 -0
  2367. package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryProjectionStore.d.ts.map +1 -0
  2368. package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryProjectionStore.js +164 -0
  2369. package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryProjectionStore.js.map +1 -0
  2370. package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryReader.d.ts +21 -0
  2371. package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryReader.d.ts.map +1 -0
  2372. package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryReader.js +46 -0
  2373. package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryReader.js.map +1 -0
  2374. package/dist/infrastructure/work/sessions/migrations/001-create-session-views.sql +43 -0
  2375. package/dist/infrastructure/work/sessions/pause/FsSessionPausedEventStore.d.ts +14 -0
  2376. package/dist/infrastructure/work/sessions/pause/FsSessionPausedEventStore.d.ts.map +1 -0
  2377. package/dist/infrastructure/work/sessions/pause/FsSessionPausedEventStore.js +18 -0
  2378. package/dist/infrastructure/work/sessions/pause/FsSessionPausedEventStore.js.map +1 -0
  2379. package/dist/infrastructure/work/sessions/pause/SqliteSessionPausedProjector.d.ts +15 -0
  2380. package/dist/infrastructure/work/sessions/pause/SqliteSessionPausedProjector.d.ts.map +1 -0
  2381. package/dist/infrastructure/work/sessions/pause/SqliteSessionPausedProjector.js +27 -0
  2382. package/dist/infrastructure/work/sessions/pause/SqliteSessionPausedProjector.js.map +1 -0
  2383. package/dist/infrastructure/work/sessions/resume/FsSessionResumedEventStore.d.ts +14 -0
  2384. package/dist/infrastructure/work/sessions/resume/FsSessionResumedEventStore.d.ts.map +1 -0
  2385. package/dist/infrastructure/work/sessions/resume/FsSessionResumedEventStore.js +18 -0
  2386. package/dist/infrastructure/work/sessions/resume/FsSessionResumedEventStore.js.map +1 -0
  2387. package/dist/infrastructure/work/sessions/resume/SqliteSessionResumedProjector.d.ts +15 -0
  2388. package/dist/infrastructure/work/sessions/resume/SqliteSessionResumedProjector.d.ts.map +1 -0
  2389. package/dist/infrastructure/work/sessions/resume/SqliteSessionResumedProjector.js +27 -0
  2390. package/dist/infrastructure/work/sessions/resume/SqliteSessionResumedProjector.js.map +1 -0
  2391. package/dist/infrastructure/work/sessions/start/FsSessionStartedEventStore.d.ts +12 -0
  2392. package/dist/infrastructure/work/sessions/start/FsSessionStartedEventStore.d.ts.map +1 -0
  2393. package/dist/infrastructure/work/sessions/start/FsSessionStartedEventStore.js +17 -0
  2394. package/dist/infrastructure/work/sessions/start/FsSessionStartedEventStore.js.map +1 -0
  2395. package/dist/infrastructure/work/sessions/start/SqliteSessionStartedProjector.d.ts +15 -0
  2396. package/dist/infrastructure/work/sessions/start/SqliteSessionStartedProjector.d.ts.map +1 -0
  2397. package/dist/infrastructure/work/sessions/start/SqliteSessionStartedProjector.js +27 -0
  2398. package/dist/infrastructure/work/sessions/start/SqliteSessionStartedProjector.js.map +1 -0
  2399. package/dist/presentation/cli/maintenance/db/rebuild/db.rebuild.d.ts +22 -0
  2400. package/dist/presentation/cli/maintenance/db/rebuild/db.rebuild.d.ts.map +1 -0
  2401. package/dist/presentation/cli/maintenance/db/rebuild/db.rebuild.js +95 -0
  2402. package/dist/presentation/cli/maintenance/db/rebuild/db.rebuild.js.map +1 -0
  2403. package/dist/presentation/cli/project-knowledge/audience-pains/add/audiencePain.add.d.ts +20 -0
  2404. package/dist/presentation/cli/project-knowledge/audience-pains/add/audiencePain.add.d.ts.map +1 -0
  2405. package/dist/presentation/cli/project-knowledge/audience-pains/add/audiencePain.add.js +74 -0
  2406. package/dist/presentation/cli/project-knowledge/audience-pains/add/audiencePain.add.js.map +1 -0
  2407. package/dist/presentation/cli/project-knowledge/audience-pains/resolve/audiencePain.resolve.d.ts +20 -0
  2408. package/dist/presentation/cli/project-knowledge/audience-pains/resolve/audiencePain.resolve.d.ts.map +1 -0
  2409. package/dist/presentation/cli/project-knowledge/audience-pains/resolve/audiencePain.resolve.js +76 -0
  2410. package/dist/presentation/cli/project-knowledge/audience-pains/resolve/audiencePain.resolve.js.map +1 -0
  2411. package/dist/presentation/cli/project-knowledge/audience-pains/update/audiencePain.update.d.ts +21 -0
  2412. package/dist/presentation/cli/project-knowledge/audience-pains/update/audiencePain.update.d.ts.map +1 -0
  2413. package/dist/presentation/cli/project-knowledge/audience-pains/update/audiencePain.update.js +90 -0
  2414. package/dist/presentation/cli/project-knowledge/audience-pains/update/audiencePain.update.js.map +1 -0
  2415. package/dist/presentation/cli/project-knowledge/audiences/add/audience.add.d.ts +22 -0
  2416. package/dist/presentation/cli/project-knowledge/audiences/add/audience.add.d.ts.map +1 -0
  2417. package/dist/presentation/cli/project-knowledge/audiences/add/audience.add.js +75 -0
  2418. package/dist/presentation/cli/project-knowledge/audiences/add/audience.add.js.map +1 -0
  2419. package/dist/presentation/cli/project-knowledge/audiences/remove/audience.remove.d.ts +20 -0
  2420. package/dist/presentation/cli/project-knowledge/audiences/remove/audience.remove.d.ts.map +1 -0
  2421. package/dist/presentation/cli/project-knowledge/audiences/remove/audience.remove.js +79 -0
  2422. package/dist/presentation/cli/project-knowledge/audiences/remove/audience.remove.js.map +1 -0
  2423. package/dist/presentation/cli/project-knowledge/audiences/update/audience.update.d.ts +23 -0
  2424. package/dist/presentation/cli/project-knowledge/audiences/update/audience.update.d.ts.map +1 -0
  2425. package/dist/presentation/cli/project-knowledge/audiences/update/audience.update.js +85 -0
  2426. package/dist/presentation/cli/project-knowledge/audiences/update/audience.update.js.map +1 -0
  2427. package/dist/presentation/cli/project-knowledge/project/init/project.init.d.ts +23 -0
  2428. package/dist/presentation/cli/project-knowledge/project/init/project.init.d.ts.map +1 -0
  2429. package/dist/presentation/cli/project-knowledge/project/init/project.init.js +162 -0
  2430. package/dist/presentation/cli/project-knowledge/project/init/project.init.js.map +1 -0
  2431. package/dist/presentation/cli/project-knowledge/project/update/project.update.d.ts +20 -0
  2432. package/dist/presentation/cli/project-knowledge/project/update/project.update.d.ts.map +1 -0
  2433. package/dist/presentation/cli/project-knowledge/project/update/project.update.js +85 -0
  2434. package/dist/presentation/cli/project-knowledge/project/update/project.update.js.map +1 -0
  2435. package/dist/presentation/cli/project-knowledge/value-propositions/add/value.add.d.ts +22 -0
  2436. package/dist/presentation/cli/project-knowledge/value-propositions/add/value.add.d.ts.map +1 -0
  2437. package/dist/presentation/cli/project-knowledge/value-propositions/add/value.add.js +85 -0
  2438. package/dist/presentation/cli/project-knowledge/value-propositions/add/value.add.js.map +1 -0
  2439. package/dist/presentation/cli/project-knowledge/value-propositions/remove/value.remove.d.ts +19 -0
  2440. package/dist/presentation/cli/project-knowledge/value-propositions/remove/value.remove.d.ts.map +1 -0
  2441. package/dist/presentation/cli/project-knowledge/value-propositions/remove/value.remove.js +58 -0
  2442. package/dist/presentation/cli/project-knowledge/value-propositions/remove/value.remove.js.map +1 -0
  2443. package/dist/presentation/cli/project-knowledge/value-propositions/update/value.update.d.ts +24 -0
  2444. package/dist/presentation/cli/project-knowledge/value-propositions/update/value.update.d.ts.map +1 -0
  2445. package/dist/presentation/cli/project-knowledge/value-propositions/update/value.update.js +107 -0
  2446. package/dist/presentation/cli/project-knowledge/value-propositions/update/value.update.js.map +1 -0
  2447. package/dist/presentation/cli/relations/add/relation.add.d.ts +25 -0
  2448. package/dist/presentation/cli/relations/add/relation.add.d.ts.map +1 -0
  2449. package/dist/presentation/cli/relations/add/relation.add.js +102 -0
  2450. package/dist/presentation/cli/relations/add/relation.add.js.map +1 -0
  2451. package/dist/presentation/cli/relations/remove/relation.remove.d.ts +20 -0
  2452. package/dist/presentation/cli/relations/remove/relation.remove.d.ts.map +1 -0
  2453. package/dist/presentation/cli/relations/remove/relation.remove.js +79 -0
  2454. package/dist/presentation/cli/relations/remove/relation.remove.js.map +1 -0
  2455. package/dist/presentation/cli/shared/animations/DotGridBackground.d.ts +68 -0
  2456. package/dist/presentation/cli/shared/animations/DotGridBackground.d.ts.map +1 -0
  2457. package/dist/presentation/cli/shared/animations/DotGridBackground.js +274 -0
  2458. package/dist/presentation/cli/shared/animations/DotGridBackground.js.map +1 -0
  2459. package/dist/presentation/cli/shared/animations/FrameAnimator.d.ts +53 -0
  2460. package/dist/presentation/cli/shared/animations/FrameAnimator.d.ts.map +1 -0
  2461. package/dist/presentation/cli/shared/animations/FrameAnimator.js +222 -0
  2462. package/dist/presentation/cli/shared/animations/FrameAnimator.js.map +1 -0
  2463. package/dist/presentation/cli/shared/animations/SingleStarPulse.d.ts +32 -0
  2464. package/dist/presentation/cli/shared/animations/SingleStarPulse.d.ts.map +1 -0
  2465. package/dist/presentation/cli/shared/animations/SingleStarPulse.js +91 -0
  2466. package/dist/presentation/cli/shared/animations/SingleStarPulse.js.map +1 -0
  2467. package/dist/presentation/cli/shared/banner/BannerOrchestrator.d.ts +18 -0
  2468. package/dist/presentation/cli/shared/banner/BannerOrchestrator.d.ts.map +1 -0
  2469. package/dist/presentation/cli/shared/banner/BannerOrchestrator.js +79 -0
  2470. package/dist/presentation/cli/shared/banner/BannerOrchestrator.js.map +1 -0
  2471. package/dist/presentation/cli/shared/components/AnimatedBanner.d.ts +27 -0
  2472. package/dist/presentation/cli/shared/components/AnimatedBanner.d.ts.map +1 -0
  2473. package/dist/presentation/cli/shared/components/AnimatedBanner.js +382 -0
  2474. package/dist/presentation/cli/shared/components/AnimatedBanner.js.map +1 -0
  2475. package/dist/presentation/cli/shared/components/AnimationFrames.d.ts +3 -0
  2476. package/dist/presentation/cli/shared/components/AnimationFrames.d.ts.map +1 -0
  2477. package/dist/presentation/cli/shared/components/AnimationFrames.js +2763 -0
  2478. package/dist/presentation/cli/shared/components/AnimationFrames.js.map +1 -0
  2479. package/dist/presentation/cli/shared/components/BannerContentGenerator.d.ts +24 -0
  2480. package/dist/presentation/cli/shared/components/BannerContentGenerator.d.ts.map +1 -0
  2481. package/dist/presentation/cli/shared/components/BannerContentGenerator.js +98 -0
  2482. package/dist/presentation/cli/shared/components/BannerContentGenerator.js.map +1 -0
  2483. package/dist/presentation/cli/shared/components/BannerContextGatherer.d.ts +56 -0
  2484. package/dist/presentation/cli/shared/components/BannerContextGatherer.d.ts.map +1 -0
  2485. package/dist/presentation/cli/shared/components/BannerContextGatherer.js +69 -0
  2486. package/dist/presentation/cli/shared/components/BannerContextGatherer.js.map +1 -0
  2487. package/dist/presentation/cli/shared/components/DotGrid.d.ts +18 -0
  2488. package/dist/presentation/cli/shared/components/DotGrid.d.ts.map +1 -0
  2489. package/dist/presentation/cli/shared/components/DotGrid.js +38 -0
  2490. package/dist/presentation/cli/shared/components/DotGrid.js.map +1 -0
  2491. package/dist/presentation/cli/shared/components/NeuralNetworkBackground.d.ts +20 -0
  2492. package/dist/presentation/cli/shared/components/NeuralNetworkBackground.d.ts.map +1 -0
  2493. package/dist/presentation/cli/shared/components/NeuralNetworkBackground.js +194 -0
  2494. package/dist/presentation/cli/shared/components/NeuralNetworkBackground.js.map +1 -0
  2495. package/dist/presentation/cli/shared/components/StarryBackground.d.ts +20 -0
  2496. package/dist/presentation/cli/shared/components/StarryBackground.d.ts.map +1 -0
  2497. package/dist/presentation/cli/shared/components/StarryBackground.js +133 -0
  2498. package/dist/presentation/cli/shared/components/StarryBackground.js.map +1 -0
  2499. package/dist/presentation/cli/shared/components/StaticBanner.d.ts +16 -0
  2500. package/dist/presentation/cli/shared/components/StaticBanner.d.ts.map +1 -0
  2501. package/dist/presentation/cli/shared/components/StaticBanner.js +188 -0
  2502. package/dist/presentation/cli/shared/components/StaticBanner.js.map +1 -0
  2503. package/dist/presentation/cli/shared/components/UserDetection.d.ts +27 -0
  2504. package/dist/presentation/cli/shared/components/UserDetection.d.ts.map +1 -0
  2505. package/dist/presentation/cli/shared/components/UserDetection.js +109 -0
  2506. package/dist/presentation/cli/shared/components/UserDetection.js.map +1 -0
  2507. package/dist/presentation/cli/shared/errors/ErrorFormatter.d.ts +28 -0
  2508. package/dist/presentation/cli/shared/errors/ErrorFormatter.d.ts.map +1 -0
  2509. package/dist/presentation/cli/shared/errors/ErrorFormatter.js +69 -0
  2510. package/dist/presentation/cli/shared/errors/ErrorFormatter.js.map +1 -0
  2511. package/dist/presentation/cli/shared/formatting/YamlFormatter.d.ts +25 -0
  2512. package/dist/presentation/cli/shared/formatting/YamlFormatter.d.ts.map +1 -0
  2513. package/dist/presentation/cli/shared/formatting/YamlFormatter.js +41 -0
  2514. package/dist/presentation/cli/shared/formatting/YamlFormatter.js.map +1 -0
  2515. package/dist/presentation/cli/shared/guards/ProjectGuard.d.ts +25 -0
  2516. package/dist/presentation/cli/shared/guards/ProjectGuard.d.ts.map +1 -0
  2517. package/dist/presentation/cli/shared/guards/ProjectGuard.js +85 -0
  2518. package/dist/presentation/cli/shared/guards/ProjectGuard.js.map +1 -0
  2519. package/dist/presentation/cli/shared/help/CategoryFormatter.d.ts +12 -0
  2520. package/dist/presentation/cli/shared/help/CategoryFormatter.d.ts.map +1 -0
  2521. package/dist/presentation/cli/shared/help/CategoryFormatter.js +94 -0
  2522. package/dist/presentation/cli/shared/help/CategoryFormatter.js.map +1 -0
  2523. package/dist/presentation/cli/shared/program/GlobalOptionsHandler.d.ts +20 -0
  2524. package/dist/presentation/cli/shared/program/GlobalOptionsHandler.d.ts.map +1 -0
  2525. package/dist/presentation/cli/shared/program/GlobalOptionsHandler.js +49 -0
  2526. package/dist/presentation/cli/shared/program/GlobalOptionsHandler.js.map +1 -0
  2527. package/dist/presentation/cli/shared/program/ProgramFactory.d.ts +17 -0
  2528. package/dist/presentation/cli/shared/program/ProgramFactory.d.ts.map +1 -0
  2529. package/dist/presentation/cli/shared/program/ProgramFactory.js +48 -0
  2530. package/dist/presentation/cli/shared/program/ProgramFactory.js.map +1 -0
  2531. package/dist/presentation/cli/shared/prompts/InteractivePromptService.d.ts +97 -0
  2532. package/dist/presentation/cli/shared/prompts/InteractivePromptService.d.ts.map +1 -0
  2533. package/dist/presentation/cli/shared/prompts/InteractivePromptService.js +150 -0
  2534. package/dist/presentation/cli/shared/prompts/InteractivePromptService.js.map +1 -0
  2535. package/dist/presentation/cli/shared/prompts/index.d.ts +7 -0
  2536. package/dist/presentation/cli/shared/prompts/index.d.ts.map +1 -0
  2537. package/dist/presentation/cli/shared/prompts/index.js +11 -0
  2538. package/dist/presentation/cli/shared/prompts/index.js.map +1 -0
  2539. package/dist/presentation/cli/shared/registry/CommandMetadata.d.ts +90 -0
  2540. package/dist/presentation/cli/shared/registry/CommandMetadata.d.ts.map +1 -0
  2541. package/dist/presentation/cli/shared/registry/CommandMetadata.js +39 -0
  2542. package/dist/presentation/cli/shared/registry/CommandMetadata.js.map +1 -0
  2543. package/dist/presentation/cli/shared/registry/CommanderApplicator.d.ts +29 -0
  2544. package/dist/presentation/cli/shared/registry/CommanderApplicator.d.ts.map +1 -0
  2545. package/dist/presentation/cli/shared/registry/CommanderApplicator.js +158 -0
  2546. package/dist/presentation/cli/shared/registry/CommanderApplicator.js.map +1 -0
  2547. package/dist/presentation/cli/shared/registry/PathNormalizer.d.ts +37 -0
  2548. package/dist/presentation/cli/shared/registry/PathNormalizer.d.ts.map +1 -0
  2549. package/dist/presentation/cli/shared/registry/PathNormalizer.js +65 -0
  2550. package/dist/presentation/cli/shared/registry/PathNormalizer.js.map +1 -0
  2551. package/dist/presentation/cli/shared/registry/generated-commands.d.ts +11 -0
  2552. package/dist/presentation/cli/shared/registry/generated-commands.d.ts.map +1 -0
  2553. package/dist/presentation/cli/shared/registry/generated-commands.js +302 -0
  2554. package/dist/presentation/cli/shared/registry/generated-commands.js.map +1 -0
  2555. package/dist/presentation/cli/shared/rendering/Renderer.d.ts +45 -0
  2556. package/dist/presentation/cli/shared/rendering/Renderer.d.ts.map +1 -0
  2557. package/dist/presentation/cli/shared/rendering/Renderer.js +109 -0
  2558. package/dist/presentation/cli/shared/rendering/Renderer.js.map +1 -0
  2559. package/dist/presentation/cli/shared/rendering/StyleConfig.d.ts +96 -0
  2560. package/dist/presentation/cli/shared/rendering/StyleConfig.d.ts.map +1 -0
  2561. package/dist/presentation/cli/shared/rendering/StyleConfig.js +152 -0
  2562. package/dist/presentation/cli/shared/rendering/StyleConfig.js.map +1 -0
  2563. package/dist/presentation/cli/shared/rendering/formats/JsonRenderer.d.ts +20 -0
  2564. package/dist/presentation/cli/shared/rendering/formats/JsonRenderer.d.ts.map +1 -0
  2565. package/dist/presentation/cli/shared/rendering/formats/JsonRenderer.js +57 -0
  2566. package/dist/presentation/cli/shared/rendering/formats/JsonRenderer.js.map +1 -0
  2567. package/dist/presentation/cli/shared/rendering/formats/NdjsonRenderer.d.ts +20 -0
  2568. package/dist/presentation/cli/shared/rendering/formats/NdjsonRenderer.d.ts.map +1 -0
  2569. package/dist/presentation/cli/shared/rendering/formats/NdjsonRenderer.js +59 -0
  2570. package/dist/presentation/cli/shared/rendering/formats/NdjsonRenderer.js.map +1 -0
  2571. package/dist/presentation/cli/shared/rendering/formats/TextRenderer.d.ts +30 -0
  2572. package/dist/presentation/cli/shared/rendering/formats/TextRenderer.d.ts.map +1 -0
  2573. package/dist/presentation/cli/shared/rendering/formats/TextRenderer.js +133 -0
  2574. package/dist/presentation/cli/shared/rendering/formats/TextRenderer.js.map +1 -0
  2575. package/dist/presentation/cli/shared/rendering/formats/YamlRenderer.d.ts +20 -0
  2576. package/dist/presentation/cli/shared/rendering/formats/YamlRenderer.d.ts.map +1 -0
  2577. package/dist/presentation/cli/shared/rendering/formats/YamlRenderer.js +61 -0
  2578. package/dist/presentation/cli/shared/rendering/formats/YamlRenderer.js.map +1 -0
  2579. package/dist/presentation/cli/shared/rendering/types.d.ts +55 -0
  2580. package/dist/presentation/cli/shared/rendering/types.d.ts.map +1 -0
  2581. package/dist/presentation/cli/shared/rendering/types.js +3 -0
  2582. package/dist/presentation/cli/shared/rendering/types.js.map +1 -0
  2583. package/dist/presentation/cli/shared/routing/CommandRouter.d.ts +13 -0
  2584. package/dist/presentation/cli/shared/routing/CommandRouter.d.ts.map +1 -0
  2585. package/dist/presentation/cli/shared/routing/CommandRouter.js +125 -0
  2586. package/dist/presentation/cli/shared/routing/CommandRouter.js.map +1 -0
  2587. package/dist/presentation/cli/shared/utils/BannerContentGenerator.d.ts +31 -0
  2588. package/dist/presentation/cli/shared/utils/BannerContentGenerator.d.ts.map +1 -0
  2589. package/dist/presentation/cli/shared/utils/BannerContentGenerator.js +139 -0
  2590. package/dist/presentation/cli/shared/utils/BannerContentGenerator.js.map +1 -0
  2591. package/dist/presentation/cli/shared/utils/BannerContextGatherer.d.ts +56 -0
  2592. package/dist/presentation/cli/shared/utils/BannerContextGatherer.d.ts.map +1 -0
  2593. package/dist/presentation/cli/shared/utils/BannerContextGatherer.js +69 -0
  2594. package/dist/presentation/cli/shared/utils/BannerContextGatherer.js.map +1 -0
  2595. package/dist/presentation/cli/shared/utils/UserDetection.d.ts +27 -0
  2596. package/dist/presentation/cli/shared/utils/UserDetection.d.ts.map +1 -0
  2597. package/dist/presentation/cli/shared/utils/UserDetection.js +109 -0
  2598. package/dist/presentation/cli/shared/utils/UserDetection.js.map +1 -0
  2599. package/dist/presentation/cli/shared/version.d.ts +8 -0
  2600. package/dist/presentation/cli/shared/version.d.ts.map +1 -0
  2601. package/dist/presentation/cli/shared/version.js +11 -0
  2602. package/dist/presentation/cli/shared/version.js.map +1 -0
  2603. package/dist/presentation/cli/solution/architecture/define/architecture.define.d.ts +24 -0
  2604. package/dist/presentation/cli/solution/architecture/define/architecture.define.d.ts.map +1 -0
  2605. package/dist/presentation/cli/solution/architecture/define/architecture.define.js +95 -0
  2606. package/dist/presentation/cli/solution/architecture/define/architecture.define.js.map +1 -0
  2607. package/dist/presentation/cli/solution/architecture/update/architecture.update.d.ts +24 -0
  2608. package/dist/presentation/cli/solution/architecture/update/architecture.update.d.ts.map +1 -0
  2609. package/dist/presentation/cli/solution/architecture/update/architecture.update.js +108 -0
  2610. package/dist/presentation/cli/solution/architecture/update/architecture.update.js.map +1 -0
  2611. package/dist/presentation/cli/solution/components/add/component.add.d.ts +24 -0
  2612. package/dist/presentation/cli/solution/components/add/component.add.d.ts.map +1 -0
  2613. package/dist/presentation/cli/solution/components/add/component.add.js +93 -0
  2614. package/dist/presentation/cli/solution/components/add/component.add.js.map +1 -0
  2615. package/dist/presentation/cli/solution/components/deprecate/component.deprecate.d.ts +20 -0
  2616. package/dist/presentation/cli/solution/components/deprecate/component.deprecate.d.ts.map +1 -0
  2617. package/dist/presentation/cli/solution/components/deprecate/component.deprecate.js +75 -0
  2618. package/dist/presentation/cli/solution/components/deprecate/component.deprecate.js.map +1 -0
  2619. package/dist/presentation/cli/solution/components/remove/component.remove.d.ts +20 -0
  2620. package/dist/presentation/cli/solution/components/remove/component.remove.d.ts.map +1 -0
  2621. package/dist/presentation/cli/solution/components/remove/component.remove.js +63 -0
  2622. package/dist/presentation/cli/solution/components/remove/component.remove.js.map +1 -0
  2623. package/dist/presentation/cli/solution/components/update/component.update.d.ts +24 -0
  2624. package/dist/presentation/cli/solution/components/update/component.update.d.ts.map +1 -0
  2625. package/dist/presentation/cli/solution/components/update/component.update.js +100 -0
  2626. package/dist/presentation/cli/solution/components/update/component.update.js.map +1 -0
  2627. package/dist/presentation/cli/solution/decisions/add/decision.add.d.ts +24 -0
  2628. package/dist/presentation/cli/solution/decisions/add/decision.add.d.ts.map +1 -0
  2629. package/dist/presentation/cli/solution/decisions/add/decision.add.js +88 -0
  2630. package/dist/presentation/cli/solution/decisions/add/decision.add.js.map +1 -0
  2631. package/dist/presentation/cli/solution/decisions/reverse/decision.reverse.d.ts +20 -0
  2632. package/dist/presentation/cli/solution/decisions/reverse/decision.reverse.d.ts.map +1 -0
  2633. package/dist/presentation/cli/solution/decisions/reverse/decision.reverse.js +61 -0
  2634. package/dist/presentation/cli/solution/decisions/reverse/decision.reverse.js.map +1 -0
  2635. package/dist/presentation/cli/solution/decisions/supersede/decision.supersede.d.ts +20 -0
  2636. package/dist/presentation/cli/solution/decisions/supersede/decision.supersede.d.ts.map +1 -0
  2637. package/dist/presentation/cli/solution/decisions/supersede/decision.supersede.js +60 -0
  2638. package/dist/presentation/cli/solution/decisions/supersede/decision.supersede.js.map +1 -0
  2639. package/dist/presentation/cli/solution/decisions/update/decision.update.d.ts +19 -0
  2640. package/dist/presentation/cli/solution/decisions/update/decision.update.d.ts.map +1 -0
  2641. package/dist/presentation/cli/solution/decisions/update/decision.update.js +93 -0
  2642. package/dist/presentation/cli/solution/decisions/update/decision.update.js.map +1 -0
  2643. package/dist/presentation/cli/solution/dependencies/add/dependency.add.d.ts +22 -0
  2644. package/dist/presentation/cli/solution/dependencies/add/dependency.add.d.ts.map +1 -0
  2645. package/dist/presentation/cli/solution/dependencies/add/dependency.add.js +85 -0
  2646. package/dist/presentation/cli/solution/dependencies/add/dependency.add.js.map +1 -0
  2647. package/dist/presentation/cli/solution/dependencies/remove/dependency.remove.d.ts +20 -0
  2648. package/dist/presentation/cli/solution/dependencies/remove/dependency.remove.d.ts.map +1 -0
  2649. package/dist/presentation/cli/solution/dependencies/remove/dependency.remove.js +76 -0
  2650. package/dist/presentation/cli/solution/dependencies/remove/dependency.remove.js.map +1 -0
  2651. package/dist/presentation/cli/solution/dependencies/update/dependency.update.d.ts +23 -0
  2652. package/dist/presentation/cli/solution/dependencies/update/dependency.update.d.ts.map +1 -0
  2653. package/dist/presentation/cli/solution/dependencies/update/dependency.update.js +94 -0
  2654. package/dist/presentation/cli/solution/dependencies/update/dependency.update.js.map +1 -0
  2655. package/dist/presentation/cli/solution/guidelines/add/guideline.add.d.ts +25 -0
  2656. package/dist/presentation/cli/solution/guidelines/add/guideline.add.d.ts.map +1 -0
  2657. package/dist/presentation/cli/solution/guidelines/add/guideline.add.js +108 -0
  2658. package/dist/presentation/cli/solution/guidelines/add/guideline.add.js.map +1 -0
  2659. package/dist/presentation/cli/solution/guidelines/remove/guideline.remove.d.ts +20 -0
  2660. package/dist/presentation/cli/solution/guidelines/remove/guideline.remove.d.ts.map +1 -0
  2661. package/dist/presentation/cli/solution/guidelines/remove/guideline.remove.js +74 -0
  2662. package/dist/presentation/cli/solution/guidelines/remove/guideline.remove.js.map +1 -0
  2663. package/dist/presentation/cli/solution/guidelines/update/guideline.update.d.ts +27 -0
  2664. package/dist/presentation/cli/solution/guidelines/update/guideline.update.d.ts.map +1 -0
  2665. package/dist/presentation/cli/solution/guidelines/update/guideline.update.js +121 -0
  2666. package/dist/presentation/cli/solution/guidelines/update/guideline.update.js.map +1 -0
  2667. package/dist/presentation/cli/solution/invariants/add/invariant.add.d.ts +22 -0
  2668. package/dist/presentation/cli/solution/invariants/add/invariant.add.d.ts.map +1 -0
  2669. package/dist/presentation/cli/solution/invariants/add/invariant.add.js +84 -0
  2670. package/dist/presentation/cli/solution/invariants/add/invariant.add.js.map +1 -0
  2671. package/dist/presentation/cli/solution/invariants/remove/invariant.remove.d.ts +19 -0
  2672. package/dist/presentation/cli/solution/invariants/remove/invariant.remove.d.ts.map +1 -0
  2673. package/dist/presentation/cli/solution/invariants/remove/invariant.remove.js +64 -0
  2674. package/dist/presentation/cli/solution/invariants/remove/invariant.remove.js.map +1 -0
  2675. package/dist/presentation/cli/solution/invariants/update/invariant.update.d.ts +23 -0
  2676. package/dist/presentation/cli/solution/invariants/update/invariant.update.d.ts.map +1 -0
  2677. package/dist/presentation/cli/solution/invariants/update/invariant.update.js +94 -0
  2678. package/dist/presentation/cli/solution/invariants/update/invariant.update.js.map +1 -0
  2679. package/dist/presentation/cli/work/goals/add/InteractiveGoalProtocol.d.ts.map +1 -0
  2680. package/dist/presentation/cli/work/goals/add/InteractiveGoalProtocol.js.map +1 -0
  2681. package/dist/presentation/cli/work/goals/add/goal.add.d.ts +33 -0
  2682. package/dist/presentation/cli/work/goals/add/goal.add.d.ts.map +1 -0
  2683. package/dist/presentation/cli/work/goals/add/goal.add.js +322 -0
  2684. package/dist/presentation/cli/work/goals/add/goal.add.js.map +1 -0
  2685. package/dist/presentation/cli/work/goals/block/goal.block.d.ts +16 -0
  2686. package/dist/presentation/cli/work/goals/block/goal.block.d.ts.map +1 -0
  2687. package/dist/presentation/cli/work/goals/block/goal.block.js +59 -0
  2688. package/dist/presentation/cli/work/goals/block/goal.block.js.map +1 -0
  2689. package/dist/presentation/cli/work/goals/complete/goal.complete.d.ts +19 -0
  2690. package/dist/presentation/cli/work/goals/complete/goal.complete.d.ts.map +1 -0
  2691. package/dist/presentation/cli/work/goals/complete/goal.complete.js +87 -0
  2692. package/dist/presentation/cli/work/goals/complete/goal.complete.js.map +1 -0
  2693. package/dist/presentation/cli/work/goals/list/goals.list.d.ts +22 -0
  2694. package/dist/presentation/cli/work/goals/list/goals.list.d.ts.map +1 -0
  2695. package/dist/presentation/cli/work/goals/list/goals.list.js +90 -0
  2696. package/dist/presentation/cli/work/goals/list/goals.list.js.map +1 -0
  2697. package/dist/presentation/cli/work/goals/remove/goal.remove.d.ts +19 -0
  2698. package/dist/presentation/cli/work/goals/remove/goal.remove.d.ts.map +1 -0
  2699. package/dist/presentation/cli/work/goals/remove/goal.remove.js +58 -0
  2700. package/dist/presentation/cli/work/goals/remove/goal.remove.js.map +1 -0
  2701. package/dist/presentation/cli/work/goals/reset/goal.reset.d.ts +20 -0
  2702. package/dist/presentation/cli/work/goals/reset/goal.reset.d.ts.map +1 -0
  2703. package/dist/presentation/cli/work/goals/reset/goal.reset.js +60 -0
  2704. package/dist/presentation/cli/work/goals/reset/goal.reset.js.map +1 -0
  2705. package/dist/presentation/cli/work/goals/resume/goal.resume.d.ts +21 -0
  2706. package/dist/presentation/cli/work/goals/resume/goal.resume.d.ts.map +1 -0
  2707. package/dist/presentation/cli/work/goals/resume/goal.resume.js +80 -0
  2708. package/dist/presentation/cli/work/goals/resume/goal.resume.js.map +1 -0
  2709. package/dist/presentation/cli/work/goals/show/goal.show.d.ts +20 -0
  2710. package/dist/presentation/cli/work/goals/show/goal.show.d.ts.map +1 -0
  2711. package/dist/presentation/cli/work/goals/show/goal.show.js +127 -0
  2712. package/dist/presentation/cli/work/goals/show/goal.show.js.map +1 -0
  2713. package/dist/presentation/cli/work/goals/start/GoalContextFormatter.d.ts +49 -0
  2714. package/dist/presentation/cli/work/goals/start/GoalContextFormatter.d.ts.map +1 -0
  2715. package/dist/presentation/cli/work/goals/start/GoalContextFormatter.js +179 -0
  2716. package/dist/presentation/cli/work/goals/start/GoalContextFormatter.js.map +1 -0
  2717. package/dist/presentation/cli/work/goals/start/goal.start.d.ts +19 -0
  2718. package/dist/presentation/cli/work/goals/start/goal.start.d.ts.map +1 -0
  2719. package/dist/presentation/cli/work/goals/start/goal.start.js +76 -0
  2720. package/dist/presentation/cli/work/goals/start/goal.start.js.map +1 -0
  2721. package/dist/presentation/cli/work/goals/unblock/goal.unblock.d.ts +16 -0
  2722. package/dist/presentation/cli/work/goals/unblock/goal.unblock.d.ts.map +1 -0
  2723. package/dist/presentation/cli/work/goals/unblock/goal.unblock.js +66 -0
  2724. package/dist/presentation/cli/work/goals/unblock/goal.unblock.js.map +1 -0
  2725. package/dist/presentation/cli/work/goals/update/goal.update.d.ts +44 -0
  2726. package/dist/presentation/cli/work/goals/update/goal.update.d.ts.map +1 -0
  2727. package/dist/presentation/cli/work/goals/update/goal.update.js +152 -0
  2728. package/dist/presentation/cli/work/goals/update/goal.update.js.map +1 -0
  2729. package/dist/presentation/cli/work/sessions/end/session.end.d.ts +20 -0
  2730. package/dist/presentation/cli/work/sessions/end/session.end.d.ts.map +1 -0
  2731. package/dist/presentation/cli/work/sessions/end/session.end.js +73 -0
  2732. package/dist/presentation/cli/work/sessions/end/session.end.js.map +1 -0
  2733. package/dist/presentation/cli/work/sessions/pause/session.pause.d.ts +17 -0
  2734. package/dist/presentation/cli/work/sessions/pause/session.pause.d.ts.map +1 -0
  2735. package/dist/presentation/cli/work/sessions/pause/session.pause.js +64 -0
  2736. package/dist/presentation/cli/work/sessions/pause/session.pause.js.map +1 -0
  2737. package/dist/presentation/cli/work/sessions/resume/session.resume.d.ts +17 -0
  2738. package/dist/presentation/cli/work/sessions/resume/session.resume.d.ts.map +1 -0
  2739. package/dist/presentation/cli/work/sessions/resume/session.resume.js +68 -0
  2740. package/dist/presentation/cli/work/sessions/resume/session.resume.js.map +1 -0
  2741. package/dist/presentation/cli/work/sessions/start/InProgressGoalsFormatter.d.ts +29 -0
  2742. package/dist/presentation/cli/work/sessions/start/InProgressGoalsFormatter.d.ts.map +1 -0
  2743. package/dist/presentation/cli/work/sessions/start/InProgressGoalsFormatter.js +56 -0
  2744. package/dist/presentation/cli/work/sessions/start/InProgressGoalsFormatter.js.map +1 -0
  2745. package/dist/presentation/cli/work/sessions/start/PlannedGoalsFormatter.d.ts +29 -0
  2746. package/dist/presentation/cli/work/sessions/start/PlannedGoalsFormatter.d.ts.map +1 -0
  2747. package/dist/presentation/cli/work/sessions/start/PlannedGoalsFormatter.js +56 -0
  2748. package/dist/presentation/cli/work/sessions/start/PlannedGoalsFormatter.js.map +1 -0
  2749. package/dist/presentation/cli/work/sessions/start/ProjectContextFormatter.d.ts +31 -0
  2750. package/dist/presentation/cli/work/sessions/start/ProjectContextFormatter.d.ts.map +1 -0
  2751. package/dist/presentation/cli/work/sessions/start/ProjectContextFormatter.js +60 -0
  2752. package/dist/presentation/cli/work/sessions/start/ProjectContextFormatter.js.map +1 -0
  2753. package/dist/presentation/cli/work/sessions/start/SessionSummaryFormatter.d.ts +35 -0
  2754. package/dist/presentation/cli/work/sessions/start/SessionSummaryFormatter.d.ts.map +1 -0
  2755. package/dist/presentation/cli/work/sessions/start/SessionSummaryFormatter.js +126 -0
  2756. package/dist/presentation/cli/work/sessions/start/SessionSummaryFormatter.js.map +1 -0
  2757. package/dist/presentation/cli/work/sessions/start/session.start.d.ts +24 -0
  2758. package/dist/presentation/cli/work/sessions/start/session.start.d.ts.map +1 -0
  2759. package/dist/presentation/cli/work/sessions/start/session.start.js +93 -0
  2760. package/dist/presentation/cli/work/sessions/start/session.start.js.map +1 -0
  2761. package/package.json +88 -0
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ /**
3
+ * Single Star Pulse Animation
4
+ *
5
+ * Uses cursor positioning to update ONLY one character without redrawing the frame
6
+ */
7
+ var __importDefault = (this && this.__importDefault) || function (mod) {
8
+ return (mod && mod.__esModule) ? mod : { "default": mod };
9
+ };
10
+ Object.defineProperty(exports, "__esModule", { value: true });
11
+ exports.playSingleStarPulse = playSingleStarPulse;
12
+ const chalk_1 = __importDefault(require("chalk"));
13
+ const DotGridBackground_js_1 = require("./DotGridBackground.js");
14
+ /**
15
+ * ANSI escape codes for cursor positioning
16
+ */
17
+ const ANSI = {
18
+ hideCursor: "\x1b[?25l",
19
+ showCursor: "\x1b[?25h",
20
+ // Move cursor to specific position (1-indexed)
21
+ moveTo: (row, col) => `\x1b[${row};${col}H`,
22
+ };
23
+ /**
24
+ * Sleep utility
25
+ */
26
+ function sleep(ms) {
27
+ return new Promise(resolve => setTimeout(resolve, ms));
28
+ }
29
+ /**
30
+ * Apply brightness multiplier to RGB color
31
+ */
32
+ function brightenColor(color, brightness) {
33
+ const r = Math.min(255, Math.round(color[0] * brightness));
34
+ const g = Math.min(255, Math.round(color[1] * brightness));
35
+ const b = Math.min(255, Math.round(color[2] * brightness));
36
+ return [r, g, b];
37
+ }
38
+ /**
39
+ * Play a single star pulse animation
40
+ *
41
+ * Displays static starfield, then updates only ONE character position
42
+ *
43
+ * Simple version: pulses a star at a specified position
44
+ */
45
+ async function playSingleStarPulse(config) {
46
+ if (!process.stdout.isTTY) {
47
+ // Non-TTY: just show static starfield
48
+ const starfield = (0, DotGridBackground_js_1.getStaticStarrySky)(config);
49
+ console.log(starfield.join("\n"));
50
+ return;
51
+ }
52
+ const frameDelay = config.frameDelay ?? 200;
53
+ const frameCount = config.frameCount ?? 120;
54
+ const starChar = config.starChar ?? "·";
55
+ // Use provided position or default to middle of screen
56
+ const pulseRow = config.pulseRow ?? 10;
57
+ const pulseCol = config.pulseCol ?? 40;
58
+ const pulseColor = config.pulseColor ?? [70, 100, 140];
59
+ try {
60
+ // Hide cursor
61
+ process.stdout.write(ANSI.hideCursor);
62
+ // Clear screen and display static starfield ONCE
63
+ console.clear();
64
+ const starfield = (0, DotGridBackground_js_1.getStaticStarrySky)(config);
65
+ console.log(starfield.join("\n"));
66
+ // Animate ONLY the one star by updating its position
67
+ for (let i = 0; i < frameCount; i++) {
68
+ // Calculate pulse brightness
69
+ const time = (i / frameCount) * Math.PI * 2;
70
+ const wave = Math.sin(time);
71
+ const brightness = 0.95 + (wave + 1) * 0.05; // 95% to 105%
72
+ // Get pulsed color
73
+ const color = brightenColor(pulseColor, brightness);
74
+ const pulsedChar = chalk_1.default.rgb(color[0], color[1], color[2])(starChar);
75
+ // Move cursor to star position (add 3 to row to account for header text)
76
+ // and update ONLY that character
77
+ process.stdout.write(ANSI.moveTo(pulseRow + 3, pulseCol) + pulsedChar);
78
+ // Wait for next frame
79
+ await sleep(frameDelay);
80
+ }
81
+ // Move cursor to bottom and show it
82
+ const endRow = config.height + 5;
83
+ process.stdout.write(ANSI.moveTo(endRow, 1));
84
+ }
85
+ finally {
86
+ // Always show cursor again
87
+ process.stdout.write(ANSI.showCursor);
88
+ console.log("\n");
89
+ }
90
+ }
91
+ //# sourceMappingURL=SingleStarPulse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SingleStarPulse.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/animations/SingleStarPulse.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Banner Orchestrator
3
+ *
4
+ * Displays the animated banner for bare 'jumbo' command.
5
+ * Content varies based on whether a project is initialized.
6
+ */
7
+ /**
8
+ * Checks if this is a bare 'jumbo' command (no subcommand or arguments).
9
+ */
10
+ export declare function isBareCommand(argv: string[]): boolean;
11
+ /**
12
+ * Shows the animated banner with context-appropriate content.
13
+ * Called when bare 'jumbo' command is detected.
14
+ *
15
+ * @param version - CLI version string for display
16
+ */
17
+ export declare function showBanner(version: string): Promise<void>;
18
+ //# sourceMappingURL=BannerOrchestrator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BannerOrchestrator.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/banner/BannerOrchestrator.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAaH;;GAEG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAErD;AAuCD;;;;;GAKG;AACH,wBAAsB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAsB/D"}
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ /**
3
+ * Banner Orchestrator
4
+ *
5
+ * Displays the animated banner for bare 'jumbo' command.
6
+ * Content varies based on whether a project is initialized.
7
+ */
8
+ var __importDefault = (this && this.__importDefault) || function (mod) {
9
+ return (mod && mod.__esModule) ? mod : { "default": mod };
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.isBareCommand = isBareCommand;
13
+ exports.showBanner = showBanner;
14
+ const path_1 = __importDefault(require("path"));
15
+ const fs_extra_1 = __importDefault(require("fs-extra"));
16
+ const bootstrap_js_1 = require("../../../../infrastructure/composition/bootstrap.js");
17
+ const GetProjectSummaryQueryHandler_js_1 = require("../../../../application/project-knowledge/project/query/GetProjectSummaryQueryHandler.js");
18
+ const GetWorkSummaryQueryHandler_js_1 = require("../../../../application/work/query/GetWorkSummaryQueryHandler.js");
19
+ const BannerContentGenerator_js_1 = require("../components/BannerContentGenerator.js");
20
+ const AnimatedBanner_js_1 = require("../components/AnimatedBanner.js");
21
+ /**
22
+ * Checks if this is a bare 'jumbo' command (no subcommand or arguments).
23
+ */
24
+ function isBareCommand(argv) {
25
+ return argv.length === 2;
26
+ }
27
+ /**
28
+ * Gathers display context for banner content generation.
29
+ * Uses application layer queries for clean separation.
30
+ *
31
+ * @param container - Application container (null if project not initialized)
32
+ * @returns Banner display context
33
+ */
34
+ async function gatherDisplayContext(container) {
35
+ if (!container) {
36
+ return {
37
+ project: null,
38
+ work: {
39
+ session: null,
40
+ goals: { planned: 0, active: 0, blocked: 0, completed: 0 },
41
+ blockers: [],
42
+ },
43
+ };
44
+ }
45
+ const projectQuery = new GetProjectSummaryQueryHandler_js_1.GetProjectSummaryQueryHandler(container.projectContextReader);
46
+ const workQuery = new GetWorkSummaryQueryHandler_js_1.GetWorkSummaryQueryHandler(container.activeSessionReader, container.goalStatusReader);
47
+ const [project, work] = await Promise.all([
48
+ projectQuery.execute(),
49
+ workQuery.execute(),
50
+ ]);
51
+ return { project, work };
52
+ }
53
+ /**
54
+ * Shows the animated banner with context-appropriate content.
55
+ * Called when bare 'jumbo' command is detected.
56
+ *
57
+ * @param version - CLI version string for display
58
+ */
59
+ async function showBanner(version) {
60
+ const jumboRoot = path_1.default.join(process.cwd(), ".jumbo");
61
+ const projectExists = await fs_extra_1.default.pathExists(jumboRoot);
62
+ let container = null;
63
+ if (projectExists) {
64
+ container = (0, bootstrap_js_1.bootstrap)(jumboRoot);
65
+ }
66
+ try {
67
+ const displayContext = await gatherDisplayContext(container);
68
+ const projectName = displayContext.project?.name ?? null;
69
+ const content = (0, BannerContentGenerator_js_1.generateBannerContent)(displayContext);
70
+ await (0, AnimatedBanner_js_1.showAnimatedBanner)(content, projectName, version);
71
+ }
72
+ finally {
73
+ if (container) {
74
+ await container.dbConnectionManager.dispose();
75
+ }
76
+ }
77
+ process.exit(0);
78
+ }
79
+ //# sourceMappingURL=BannerOrchestrator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BannerOrchestrator.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/banner/BannerOrchestrator.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;;;AAgBH,sCAEC;AA6CD,gCAsBC;AAnFD,gDAAwB;AACxB,wDAA0B;AAC1B,sFAAsG;AACtG,+IAAyI;AACzI,oHAA8G;AAC9G,uFAGiD;AACjD,uEAAqE;AAErE;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAc;IAC1C,OAAO,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC;AAC3B,CAAC;AAED;;;;;;GAMG;AACH,KAAK,UAAU,oBAAoB,CACjC,SAAsC;IAEtC,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,OAAO;YACL,OAAO,EAAE,IAAI;YACb,IAAI,EAAE;gBACJ,OAAO,EAAE,IAAI;gBACb,KAAK,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE;gBAC1D,QAAQ,EAAE,EAAE;aACb;SACF,CAAC;IACJ,CAAC;IAED,MAAM,YAAY,GAAG,IAAI,gEAA6B,CACpD,SAAS,CAAC,oBAAoB,CAC/B,CAAC;IACF,MAAM,SAAS,GAAG,IAAI,0DAA0B,CAC9C,SAAS,CAAC,mBAAmB,EAC7B,SAAS,CAAC,gBAAgB,CAC3B,CAAC;IAEF,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC;QACxC,YAAY,CAAC,OAAO,EAAE;QACtB,SAAS,CAAC,OAAO,EAAE;KACpB,CAAC,CAAC;IAEH,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;AAC3B,CAAC;AAED;;;;;GAKG;AACI,KAAK,UAAU,UAAU,CAAC,OAAe;IAC9C,MAAM,SAAS,GAAG,cAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,QAAQ,CAAC,CAAC;IACrD,MAAM,aAAa,GAAG,MAAM,kBAAE,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IAErD,IAAI,SAAS,GAAgC,IAAI,CAAC;IAClD,IAAI,aAAa,EAAE,CAAC;QAClB,SAAS,GAAG,IAAA,wBAAS,EAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IAED,IAAI,CAAC;QACH,MAAM,cAAc,GAAG,MAAM,oBAAoB,CAAC,SAAS,CAAC,CAAC;QAC7D,MAAM,WAAW,GAAG,cAAc,CAAC,OAAO,EAAE,IAAI,IAAI,IAAI,CAAC;QACzD,MAAM,OAAO,GAAG,IAAA,iDAAqB,EAAC,cAAc,CAAC,CAAC;QAEtD,MAAM,IAAA,sCAAkB,EAAC,OAAO,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;YAAS,CAAC;QACT,IAAI,SAAS,EAAE,CAAC;YACd,MAAM,SAAS,CAAC,mBAAmB,CAAC,OAAO,EAAE,CAAC;QAChD,CAAC;IACH,CAAC;IAED,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Jumbo CLI Banner
3
+ *
4
+ * Generates banner lines for rendering by the Renderer.
5
+ * Centers ASCII art + taglines to the current terminal width.
6
+ * Supports both static and animated versions.
7
+ */
8
+ export declare function getBannerLines(): string[];
9
+ /**
10
+ * Show animated banner (fade-in effect)
11
+ * Only plays in TTY mode, falls back to static in pipes/non-TTY
12
+ *
13
+ * @param content - Content lines to display after animation
14
+ * @param projectName - Optional project name to display in info box
15
+ * @param version - CLI version string
16
+ */
17
+ export declare function showAnimatedBanner(content: string[], projectName?: string | null, version?: string): Promise<void>;
18
+ /**
19
+ * Show animated elephant walk banner using pre-defined frames
20
+ * Elephant walks from left to right and back, "painting" JUMBO on return
21
+ *
22
+ * @param content - Content lines to display after animation completes
23
+ * @param projectName - Optional project name to display in info box
24
+ * @param version - CLI version string
25
+ */
26
+ export declare function showElephantWalkBanner(content: string[], projectName?: string | null, version?: string): Promise<void>;
27
+ //# sourceMappingURL=AnimatedBanner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedBanner.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/components/AnimatedBanner.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAiBH,wBAAgB,cAAc,IAAI,MAAM,EAAE,CAsCzC;AAED;;;;;;;GAOG;AACH,wBAAsB,kBAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,WAAW,GAAE,MAAM,GAAG,IAAW,EAAE,OAAO,GAAE,MAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CAGlI;AAmRD;;;;;;;GAOG;AACH,wBAAsB,sBAAsB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,WAAW,GAAE,MAAM,GAAG,IAAW,EAAE,OAAO,GAAE,MAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CAyEtI"}
@@ -0,0 +1,382 @@
1
+ "use strict";
2
+ /**
3
+ * Jumbo CLI Banner
4
+ *
5
+ * Generates banner lines for rendering by the Renderer.
6
+ * Centers ASCII art + taglines to the current terminal width.
7
+ * Supports both static and animated versions.
8
+ */
9
+ var __importDefault = (this && this.__importDefault) || function (mod) {
10
+ return (mod && mod.__esModule) ? mod : { "default": mod };
11
+ };
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.getBannerLines = getBannerLines;
14
+ exports.showAnimatedBanner = showAnimatedBanner;
15
+ exports.showElephantWalkBanner = showElephantWalkBanner;
16
+ const chalk_1 = __importDefault(require("chalk"));
17
+ const strip_ansi_1 = __importDefault(require("strip-ansi"));
18
+ const AnimationFrames_js_1 = require("./AnimationFrames.js");
19
+ function termWidth() {
20
+ return process.stdout.isTTY ? process.stdout.columns : 80;
21
+ }
22
+ function fullWidthLine(width, style) {
23
+ return style("_".repeat(width));
24
+ }
25
+ // AnchorColors: blue(0, 72, 182), green(1, 173, 97), light-green(124, 197, 62), yellow(255, 210, 61), orange(249, 124, 37), red (232, 44, 49)
26
+ function getBannerLines() {
27
+ const elephant = getElephantLines();
28
+ const jumboRaw = getJumboTextLines();
29
+ // Color the elephant blue (starting color)
30
+ const elephantColored = elephant.map(line => chalk_1.default.rgb(0, 72, 182).inverse(line));
31
+ // Color the JUMBO text gray
32
+ const jumboColored = jumboRaw.map(line => chalk_1.default.rgb(200, 200, 200)(line));
33
+ // Combine side by side with 5 spaces gap
34
+ const spacer = " ".repeat(5);
35
+ const combined = [];
36
+ for (let i = 0; i < elephantColored.length; i++) {
37
+ const elephantLine = elephantColored[i];
38
+ const jumboLine = i < jumboColored.length ? jumboColored[i] : "";
39
+ combined.push(elephantLine + spacer + jumboLine);
40
+ }
41
+ const taglines = [
42
+ chalk_1.default.gray("AI memory like an elephant."),
43
+ chalk_1.default.gray("Context engineering platform for LLM coding agents"),
44
+ ];
45
+ const width = termWidth();
46
+ const hrTop = fullWidthLine(1, chalk_1.default.gray);
47
+ const hrBottom = fullWidthLine(width, chalk_1.default.gray);
48
+ // Static banner lines
49
+ const lines = [];
50
+ lines.push(hrTop);
51
+ lines.push(""); // spacer
52
+ lines.push(...combined);
53
+ lines.push(""); // spacer
54
+ lines.push(...taglines);
55
+ lines.push(hrBottom);
56
+ return lines;
57
+ }
58
+ /**
59
+ * Show animated banner (fade-in effect)
60
+ * Only plays in TTY mode, falls back to static in pipes/non-TTY
61
+ *
62
+ * @param content - Content lines to display after animation
63
+ * @param projectName - Optional project name to display in info box
64
+ * @param version - CLI version string
65
+ */
66
+ async function showAnimatedBanner(content, projectName = null, version = "") {
67
+ // Use the elephant walk animation for the animated banner
68
+ await showElephantWalkBanner(content, projectName, version);
69
+ }
70
+ /**
71
+ * Get raw elephant ASCII lines (without color/centering)
72
+ */
73
+ function getElephantLines() {
74
+ return [
75
+ "██████████▓▒▒▒▒▒▒▒▒▒▓█████████",
76
+ "██▓▒▒▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▒▒▓██",
77
+ "█▓▒▒▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▒▒▓█",
78
+ "█▓▒▒▒▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▒▒▒▓█",
79
+ "█▓▒▒▒▓▓▒▒▒█▒▒▒▒▒▒▒▒█▒▒▒▓▓▒▒▒▓█",
80
+ "███▓▒▒▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▒▒▓███",
81
+ "████▓▓▒▒▓▓▒▓▒▒▒▒▒▒▓▒▓▓▒▒▓▓████",
82
+ "████▓▒▒▒▒▒▒▓▓▒▒▒▒▓▓▒▒▒▒▒▒▓████",
83
+ "███▓▒▒▒▒▒▒▒▒▓▒▒▒▒▓▓▓▒▒▒▒▒▒▓███",
84
+ "███▓▒▒▒▒▒▒▒▒▒▓▓▒▒▒▒▒▓▒▒▒▒▒▓███",
85
+ "███▓▒▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▒▒▒▒▒▒▓███",
86
+ "████▓▒▒▒▒▒▒▒▓████▓▒▒▒▒▒▒▒▓████",
87
+ "█████▓▒▒▒▒▒▓███████▓▒▒▒▒▓█████",
88
+ "██████████████████████████████",
89
+ ];
90
+ }
91
+ function getSmallElephantLines() {
92
+ return [
93
+ "███████▓▒▒▒▒▒▒▒▒▓██████",
94
+ "█▓▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▓█",
95
+ "▓▒▒▓▒▒▒█▒▒▒▒▒▒▒█▒▒▒▓▒▒▓",
96
+ "▓▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▓",
97
+ "██▓▓▒▓▓▒▓▒▒▒▒▒▓▒▓▓▒▓▓██",
98
+ "█▓▒▒▒▒▒▒▒▓▒▒▒▓▓▒▒▒▒▒▒▓█",
99
+ "█▓▒▒▒▒▒▒▒▒▓▓▒▒▒▓▒▒▒▒▒▓█",
100
+ "█▓▒▒▒▒▒▒▒▒▒▒▓▓▓▒▒▒▒▒▒▓█",
101
+ "██▓▒▒▒▒▒▒▓███▓▒▒▒▒▒▒▓██",
102
+ ];
103
+ }
104
+ /**
105
+ * Get raw JUMBO text ASCII lines (without color)
106
+ */
107
+ function getJumboTextLines() {
108
+ return [
109
+ " ",
110
+ " ███ ███ ███ ████ ████ ████████ █████████ ",
111
+ " ███░███░ ███░█████ █████░███░░░███ ███░░░░░███ ",
112
+ " ███░███░ ███░███░██ ██░███░████████░░███░ ███░ ",
113
+ " ███ ███░███░ ███░███░ ████░░███░███░░░███ ███░ ███░ ",
114
+ " ██████░░ ████████░░███░ ██░░ ███░████████░░ █████████░░ ",
115
+ " ░░░░░░ ░░░░░░░░ ░░░ ░░ ░░░ ░░░░░░░░ ░░░░░░░░░ ",
116
+ " AI memory like an elephant ", // Colored grey via chalk.rgb(200,200,200)
117
+ " ",
118
+ ];
119
+ }
120
+ /**
121
+ * Get raw JUMBO text ASCII lines (without color)
122
+ */
123
+ function getInfoLines(projectName, version) {
124
+ const statusText = projectName
125
+ ? ` Context project: ${projectName}`
126
+ : ' Get started: jumbo project init';
127
+ const statusTextPlain = (0, strip_ansi_1.default)(statusText);
128
+ const statusTextPadding = (56 - statusTextPlain.length);
129
+ return [
130
+ " ███ ███ ███ ████ ████ ████████ █████████ ",
131
+ " ███░███░ ███░█████ █████░███░░░███ ███░░░░░███ ",
132
+ " ███░███░ ███░███░██ ██░███░████████░░███░ ███░ ",
133
+ " ███ ███░███░ ███░███░ ████░░███░███░░░███ ███░ ███░ ",
134
+ " ██████░░ ████████░░███░ ██░░ ███░████████░░ █████████░░ ",
135
+ " ░░░░░░ ░░░░░░░░ ░░░ ░░ ░░░ ░░░░░░░░ ░░░░░░░░░ ",
136
+ " AI memory like an elephant ", // Colored grey via chalk.rgb(200,200,200)
137
+ " ",
138
+ " ╭─ v." + version + " ──────────────────────────────────────╮ ",
139
+ " │ │ ",
140
+ " │" + chalk_1.default.rgb(255, 210, 61)(statusTextPlain) + " ".repeat(statusTextPadding) + "│", // Colored yellow via chalk.rgb(255, 210, 61)
141
+ " │ │ ",
142
+ " ╰────────────────────────────────────────────────────────╯ ",
143
+ ];
144
+ }
145
+ /**
146
+ * Combine elephant and JUMBO text side by side
147
+ * @param elephantLines - Colored elephant ASCII lines
148
+ * @param revealProgress - Progress of letter reveal from left to right (0-1)
149
+ * 0 = nothing visible, 1 = all visible
150
+ * @param spacing - Number of spaces between elephant and text
151
+ * @param projectName - Optional project name to display
152
+ * @param version - CLI version string
153
+ */
154
+ function combineSideBySide(elephantLines, revealProgress = 1, spacing = 5, projectName = null, version = "") {
155
+ const elephant = elephantLines;
156
+ const jumboRaw = getInfoLines(projectName, version);
157
+ // Smooth left-to-right curtain reveal
158
+ const jumboText = jumboRaw.map((line, lineIndex) => {
159
+ // Line 7 contains the embedded tagline - color it darker grey
160
+ const isTagline = lineIndex === 7;
161
+ const colorFn = isTagline ? chalk_1.default.rgb(200, 200, 200) : chalk_1.default.rgb(200, 200, 200);
162
+ if (revealProgress >= 1) {
163
+ // Full reveal - show everything
164
+ return colorFn(line);
165
+ }
166
+ else if (revealProgress <= 0) {
167
+ // Nothing visible
168
+ return " ".repeat(line.length);
169
+ }
170
+ else {
171
+ // Partial reveal - curtain opening from left to right
172
+ const chars = line.split('');
173
+ const maxCol = chars.length;
174
+ const revealCol = Math.floor(maxCol * revealProgress);
175
+ const revealed = chars.map((char, idx) => {
176
+ // Show characters from left up to revealCol
177
+ return idx < revealCol ? char : ' ';
178
+ });
179
+ return colorFn(revealed.join(''));
180
+ }
181
+ });
182
+ const spacer = " ".repeat(spacing);
183
+ const combined = [];
184
+ // Elephant is 14 lines, JUMBO text is 8 lines
185
+ // Align tops - pad jumbo text on top if needed, or start at same line
186
+ for (let i = 0; i < elephant.length; i++) {
187
+ const elephantLine = elephant[i];
188
+ const jumboLine = i < jumboText.length ? jumboText[i] : "";
189
+ combined.push(elephantLine + spacer + jumboLine);
190
+ }
191
+ return combined;
192
+ }
193
+ /**
194
+ * Generate meta content line with project/welcome text and version
195
+ */
196
+ function getMetaContentLine(projectName, width, version) {
197
+ const leftText = projectName
198
+ ? chalk_1.default.bold.white(`Context project: ${projectName}`)
199
+ : chalk_1.default.bold.white("Welcome to Jumbo!");
200
+ const rightText = chalk_1.default.gray("CLI version: " + version);
201
+ const leftLength = (0, strip_ansi_1.default)(leftText).length;
202
+ const rightLength = (0, strip_ansi_1.default)(rightText).length;
203
+ const padding = Math.max(1, width - leftLength - rightLength);
204
+ return leftText + " ".repeat(padding) + rightText;
205
+ }
206
+ /**
207
+ * Create a bordered welcome box with help text
208
+ */
209
+ function createWelcomeBox(projectName, width) {
210
+ const welcomeContent = [];
211
+ const helpText = projectName
212
+ ? "Type 'jumbo --help' for available commands"
213
+ : "Get started: jumbo project init";
214
+ const helpTextPlain = (0, strip_ansi_1.default)(helpText);
215
+ const boxWidth = width;
216
+ const innerWidth = boxWidth - 2; // Subtract the two border characters
217
+ const textPadding = " ".repeat(Math.max(0, innerWidth - helpTextPlain.length - 2)); // Right padding
218
+ welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("╭" + "─".repeat(innerWidth) + "╮"));
219
+ welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("│ ") + " ".repeat(innerWidth - 2) + chalk_1.default.rgb(155, 233, 248)(" │"));
220
+ welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("│ ") + chalk_1.default.gray(helpText) + textPadding + chalk_1.default.rgb(155, 233, 248)(" │"));
221
+ welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("│ ") + " ".repeat(innerWidth - 2) + chalk_1.default.rgb(155, 233, 248)(" │"));
222
+ welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("╰" + "─".repeat(innerWidth) + "╯"));
223
+ return welcomeContent;
224
+ }
225
+ // Anchor colors for elephant gradient
226
+ const ANCHOR_COLORS = [
227
+ { r: 0, g: 72, b: 182 }, // blue
228
+ { r: 1, g: 173, b: 97 }, // green
229
+ { r: 124, g: 197, b: 62 }, // light-green
230
+ { r: 255, g: 210, b: 61 }, // yellow
231
+ { r: 249, g: 124, b: 37 }, // orange
232
+ { r: 232, g: 44, b: 49 }, // red
233
+ ];
234
+ /**
235
+ * Get interpolated color from gradient based on progress (0-1)
236
+ */
237
+ function getGradientColor(progress) {
238
+ const clampedProgress = Math.max(0, Math.min(1, progress));
239
+ const segmentCount = ANCHOR_COLORS.length - 1;
240
+ const segmentLength = 1 / segmentCount;
241
+ const segmentIndex = Math.min(Math.floor(clampedProgress / segmentLength), segmentCount - 1);
242
+ const segmentProgress = (clampedProgress - segmentIndex * segmentLength) / segmentLength;
243
+ const color1 = ANCHOR_COLORS[segmentIndex];
244
+ const color2 = ANCHOR_COLORS[segmentIndex + 1];
245
+ return {
246
+ r: Math.round(color1.r + (color2.r - color1.r) * segmentProgress),
247
+ g: Math.round(color1.g + (color2.g - color1.g) * segmentProgress),
248
+ b: Math.round(color1.b + (color2.b - color1.b) * segmentProgress),
249
+ };
250
+ }
251
+ /**
252
+ * Apply colors to a frame from AnimationFrames
253
+ * - Elephant shading characters (▓▒) get the gradient color with inverse
254
+ * - JUMBO text (█░) gets gray coloring
255
+ * - Box drawing characters get light blue
256
+ */
257
+ function colorizeFrame(frameLines, colorProgress) {
258
+ const elephantColor = getGradientColor(colorProgress);
259
+ const elephantChalk = chalk_1.default.rgb(elephantColor.r, elephantColor.g, elephantColor.b);
260
+ const textChalk = chalk_1.default.rgb(200, 200, 200);
261
+ const boxChalk = chalk_1.default.rgb(155, 233, 248);
262
+ const taglineChalk = chalk_1.default.gray;
263
+ return frameLines.map((line) => {
264
+ let result = '';
265
+ let i = 0;
266
+ while (i < line.length) {
267
+ const char = line[i];
268
+ // Elephant shading characters - apply gradient with inverse
269
+ if (char === '▓' || char === '▒') {
270
+ // Find contiguous elephant characters
271
+ let elephantSegment = '';
272
+ while (i < line.length && (line[i] === '▓' || line[i] === '▒' || line[i] === '█')) {
273
+ // Check if this is elephant (near other shading) or JUMBO text
274
+ const nearbyContext = line.slice(Math.max(0, i - 3), Math.min(line.length, i + 4));
275
+ const hasShading = nearbyContext.includes('▓') || nearbyContext.includes('▒');
276
+ if (line[i] === '█' && !hasShading) {
277
+ break; // This is JUMBO text, not elephant
278
+ }
279
+ elephantSegment += line[i];
280
+ i++;
281
+ }
282
+ result += elephantChalk.inverse(elephantSegment);
283
+ }
284
+ // JUMBO text block characters
285
+ else if (char === '█' || char === '░') {
286
+ let textSegment = '';
287
+ while (i < line.length && (line[i] === '█' || line[i] === '░')) {
288
+ textSegment += line[i];
289
+ i++;
290
+ }
291
+ result += textChalk(textSegment);
292
+ }
293
+ // Box drawing characters
294
+ else if ('╭╮╰╯│─'.includes(char)) {
295
+ result += boxChalk(char);
296
+ i++;
297
+ }
298
+ // Detect start of tagline text
299
+ else if (char === 'A' && line.slice(i).startsWith('AI memory like an elephant')) {
300
+ const tagline = 'AI memory like an elephant';
301
+ result += taglineChalk(tagline);
302
+ i += tagline.length;
303
+ }
304
+ // Other characters (spaces, text)
305
+ else {
306
+ result += char;
307
+ i++;
308
+ }
309
+ }
310
+ return result;
311
+ });
312
+ }
313
+ /**
314
+ * Show animated elephant walk banner using pre-defined frames
315
+ * Elephant walks from left to right and back, "painting" JUMBO on return
316
+ *
317
+ * @param content - Content lines to display after animation completes
318
+ * @param projectName - Optional project name to display in info box
319
+ * @param version - CLI version string
320
+ */
321
+ async function showElephantWalkBanner(content, projectName = null, version = "") {
322
+ if (!process.stdout.isTTY) {
323
+ // Fall back to static banner in non-TTY mode
324
+ console.error("This should not have been called by a non-TTY process.");
325
+ return;
326
+ }
327
+ const totalFrames = (0, AnimationFrames_js_1.getFrameCount)();
328
+ const midPoint = Math.floor(totalFrames / 2); // ~73, where elephant reaches far right
329
+ // Build all animation frames with colors
330
+ const coloredFrames = [];
331
+ for (let i = 0; i < totalFrames; i++) {
332
+ const rawFrame = (0, AnimationFrames_js_1.getAnimationFrame)(i, version, projectName);
333
+ // Calculate color progress:
334
+ // Forward (0 to midPoint): 0 -> 1 (blue to red)
335
+ // Return (midPoint to end): 1 -> 0 (red to blue)
336
+ let colorProgress;
337
+ if (i <= midPoint) {
338
+ colorProgress = i / midPoint;
339
+ }
340
+ else {
341
+ colorProgress = 1 - (i - midPoint) / (totalFrames - midPoint - 1);
342
+ }
343
+ const coloredFrame = colorizeFrame(rawFrame, colorProgress);
344
+ coloredFrames.push(coloredFrame);
345
+ }
346
+ // Build complete frames with spacing and content
347
+ const completeFrames = coloredFrames.map((frame, frameIndex) => {
348
+ const isLastFrame = frameIndex === coloredFrames.length - 1;
349
+ return [
350
+ "", // Spacer line
351
+ "", // Spacer line
352
+ ...frame,
353
+ "", // Spacer line
354
+ ...(isLastFrame ? content : []), // Only add content to the final frame
355
+ "", // Spacer line
356
+ "", // Spacer line
357
+ ];
358
+ });
359
+ // Optimized animation playback
360
+ process.stdout.write('\x1b[?25l'); // Hide cursor
361
+ console.clear();
362
+ // Pre-compute all frame buffers as complete strings
363
+ const frameBuffers = completeFrames.map(frame => frame.join('\n'));
364
+ for (let i = 0; i < frameBuffers.length; i++) {
365
+ const buffer = frameBuffers[i];
366
+ process.stdout.write('\x1b[H'); // Move cursor to top
367
+ process.stdout.write(buffer);
368
+ // Sub-millisecond delay using busy-wait for smooth animation
369
+ const delayMicroseconds = 9000; // 8ms per frame
370
+ const start = performance.now();
371
+ while (performance.now() - start < delayMicroseconds / 1000) {
372
+ // busy wait
373
+ }
374
+ }
375
+ // Position cursor at end
376
+ const finalFrameHeight = completeFrames[completeFrames.length - 1].length;
377
+ process.stdout.write(`\x1b[${finalFrameHeight}H`); // Move to last line
378
+ console.log(''); // Add newline at the end
379
+ // Show cursor again
380
+ process.stdout.write('\x1b[?25h'); // Show cursor
381
+ }
382
+ //# sourceMappingURL=AnimatedBanner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedBanner.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/components/AnimatedBanner.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export declare function getFrameCount(): number;
2
+ export declare function getAnimationFrame(index: number, version: string, projectName: string | null): string[];
3
+ //# sourceMappingURL=AnimationFrames.d.ts.map