jumbo-cli 2.13.0 → 2.15.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.
- package/dist/application/cli-metadata/query/ICliMetadataReader.js +1 -2
- package/dist/application/cli-metadata/query/ICliMetadataReader.js.map +1 -1
- package/dist/application/context/architecture/ArchitectureDeprecationConstants.js +11 -14
- package/dist/application/context/architecture/ArchitectureDeprecationConstants.js.map +1 -1
- package/dist/application/context/architecture/ArchitectureView.js +1 -2
- package/dist/application/context/architecture/IArchitectureReader.js +1 -2
- package/dist/application/context/architecture/define/ArchitectureDefinedEventHandler.js +1 -5
- package/dist/application/context/architecture/define/ArchitectureDefinedEventHandler.js.map +1 -1
- package/dist/application/context/architecture/define/DefineArchitectureController.js +1 -5
- package/dist/application/context/architecture/define/DefineArchitectureController.js.map +1 -1
- package/dist/application/context/architecture/define/DefineArchitectureRequest.js +1 -2
- package/dist/application/context/architecture/define/DefineArchitectureResponse.js +1 -2
- package/dist/application/context/architecture/define/IArchitectureDefineReader.js +1 -2
- package/dist/application/context/architecture/define/IArchitectureDefinedEventWriter.js +1 -2
- package/dist/application/context/architecture/define/IArchitectureDefinedProjector.js +1 -2
- package/dist/application/context/architecture/define/IDefineArchitectureGateway.js +1 -2
- package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.js +6 -10
- package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.js.map +1 -1
- package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js +1 -5
- package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js.map +1 -1
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.js +1 -2
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.js +1 -2
- package/dist/application/context/architecture/get/GetArchitectureController.js +1 -5
- package/dist/application/context/architecture/get/GetArchitectureController.js.map +1 -1
- package/dist/application/context/architecture/get/GetArchitectureRequest.js +1 -2
- package/dist/application/context/architecture/get/GetArchitectureResponse.js +1 -2
- package/dist/application/context/architecture/get/IGetArchitectureGateway.js +1 -2
- package/dist/application/context/architecture/get/LocalGetArchitectureGateway.js +1 -5
- package/dist/application/context/architecture/get/LocalGetArchitectureGateway.js.map +1 -1
- package/dist/application/context/architecture/update/ArchitectureUpdatedEventHandler.js +3 -7
- package/dist/application/context/architecture/update/ArchitectureUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/architecture/update/IArchitectureUpdateReader.js +1 -2
- package/dist/application/context/architecture/update/IArchitectureUpdatedEventReader.js +1 -2
- package/dist/application/context/architecture/update/IArchitectureUpdatedEventWriter.js +1 -2
- package/dist/application/context/architecture/update/IArchitectureUpdatedProjector.js +1 -2
- package/dist/application/context/architecture/update/IUpdateArchitectureGateway.js +1 -2
- package/dist/application/context/architecture/update/LocalUpdateArchitectureGateway.js +5 -9
- package/dist/application/context/architecture/update/LocalUpdateArchitectureGateway.js.map +1 -1
- package/dist/application/context/architecture/update/UpdateArchitectureController.js +1 -5
- package/dist/application/context/architecture/update/UpdateArchitectureController.js.map +1 -1
- package/dist/application/context/architecture/update/UpdateArchitectureRequest.js +1 -2
- package/dist/application/context/architecture/update/UpdateArchitectureResponse.js +1 -2
- package/dist/application/context/audience-pains/AudiencePainView.js +1 -2
- package/dist/application/context/audience-pains/AudiencePainView.js.map +1 -1
- package/dist/application/context/audience-pains/add/AddAudiencePainCommand.js +1 -2
- package/dist/application/context/audience-pains/add/AddAudiencePainCommand.js.map +1 -1
- package/dist/application/context/audience-pains/add/AddAudiencePainCommandHandler.js +5 -9
- package/dist/application/context/audience-pains/add/AddAudiencePainCommandHandler.js.map +1 -1
- package/dist/application/context/audience-pains/add/AddAudiencePainController.js +1 -5
- package/dist/application/context/audience-pains/add/AddAudiencePainController.js.map +1 -1
- package/dist/application/context/audience-pains/add/AddAudiencePainRequest.js +1 -2
- package/dist/application/context/audience-pains/add/AddAudiencePainResponse.js +1 -2
- package/dist/application/context/audience-pains/add/AudiencePainAddedEventHandler.js +1 -5
- package/dist/application/context/audience-pains/add/AudiencePainAddedEventHandler.js.map +1 -1
- package/dist/application/context/audience-pains/add/IAddAudiencePainGateway.js +1 -2
- package/dist/application/context/audience-pains/add/IAudiencePainAddedEventWriter.js +1 -2
- package/dist/application/context/audience-pains/add/IAudiencePainAddedProjector.js +1 -2
- package/dist/application/context/audience-pains/add/LocalAddAudiencePainGateway.js +1 -5
- package/dist/application/context/audience-pains/add/LocalAddAudiencePainGateway.js.map +1 -1
- package/dist/application/context/audience-pains/list/GetAudiencePainsController.js +1 -5
- package/dist/application/context/audience-pains/list/GetAudiencePainsController.js.map +1 -1
- package/dist/application/context/audience-pains/list/GetAudiencePainsRequest.js +1 -2
- package/dist/application/context/audience-pains/list/GetAudiencePainsResponse.js +1 -2
- package/dist/application/context/audience-pains/list/IGetAudiencePainsGateway.js +1 -2
- package/dist/application/context/audience-pains/list/LocalGetAudiencePainsGateway.js +1 -5
- package/dist/application/context/audience-pains/list/LocalGetAudiencePainsGateway.js.map +1 -1
- package/dist/application/context/audience-pains/query/IAudiencePainContextReader.js +1 -2
- package/dist/application/context/audience-pains/query/IAudiencePainContextReader.js.map +1 -1
- package/dist/application/context/audience-pains/update/AudiencePainUpdatedEventHandler.js +3 -7
- package/dist/application/context/audience-pains/update/AudiencePainUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/audience-pains/update/IAudiencePainUpdateReader.js +1 -2
- package/dist/application/context/audience-pains/update/IAudiencePainUpdatedEventWriter.js +1 -2
- package/dist/application/context/audience-pains/update/IAudiencePainUpdatedProjector.js +1 -2
- package/dist/application/context/audience-pains/update/IUpdateAudiencePainGateway.js +1 -2
- package/dist/application/context/audience-pains/update/LocalUpdateAudiencePainGateway.js +1 -5
- package/dist/application/context/audience-pains/update/LocalUpdateAudiencePainGateway.js.map +1 -1
- package/dist/application/context/audience-pains/update/UpdateAudiencePainCommand.js +1 -2
- package/dist/application/context/audience-pains/update/UpdateAudiencePainCommand.js.map +1 -1
- package/dist/application/context/audience-pains/update/UpdateAudiencePainCommandHandler.js +5 -9
- package/dist/application/context/audience-pains/update/UpdateAudiencePainCommandHandler.js.map +1 -1
- package/dist/application/context/audience-pains/update/UpdateAudiencePainController.js +1 -5
- package/dist/application/context/audience-pains/update/UpdateAudiencePainController.js.map +1 -1
- package/dist/application/context/audience-pains/update/UpdateAudiencePainRequest.js +1 -2
- package/dist/application/context/audience-pains/update/UpdateAudiencePainResponse.js +1 -2
- package/dist/application/context/audiences/AudienceView.js +1 -2
- package/dist/application/context/audiences/AudienceView.js.map +1 -1
- package/dist/application/context/audiences/add/AddAudienceCommand.js +1 -2
- package/dist/application/context/audiences/add/AddAudienceCommand.js.map +1 -1
- package/dist/application/context/audiences/add/AddAudienceCommandHandler.js +5 -9
- package/dist/application/context/audiences/add/AddAudienceCommandHandler.js.map +1 -1
- package/dist/application/context/audiences/add/AddAudienceController.js +1 -5
- package/dist/application/context/audiences/add/AddAudienceController.js.map +1 -1
- package/dist/application/context/audiences/add/AddAudienceRequest.js +1 -2
- package/dist/application/context/audiences/add/AddAudienceResponse.js +1 -2
- package/dist/application/context/audiences/add/AudienceAddedEventHandler.js +1 -5
- package/dist/application/context/audiences/add/AudienceAddedEventHandler.js.map +1 -1
- package/dist/application/context/audiences/add/IAddAudienceGateway.js +1 -2
- package/dist/application/context/audiences/add/IAudienceAddedEventWriter.js +1 -2
- package/dist/application/context/audiences/add/IAudienceAddedProjector.js +1 -2
- package/dist/application/context/audiences/add/LocalAddAudienceGateway.js +1 -5
- package/dist/application/context/audiences/add/LocalAddAudienceGateway.js.map +1 -1
- package/dist/application/context/audiences/list/IListAudiencesGateway.js +1 -2
- package/dist/application/context/audiences/list/ListAudiencesController.js +1 -5
- package/dist/application/context/audiences/list/ListAudiencesController.js.map +1 -1
- package/dist/application/context/audiences/list/ListAudiencesRequest.js +1 -2
- package/dist/application/context/audiences/list/ListAudiencesResponse.js +1 -2
- package/dist/application/context/audiences/list/LocalListAudiencesGateway.js +1 -5
- package/dist/application/context/audiences/list/LocalListAudiencesGateway.js.map +1 -1
- package/dist/application/context/audiences/query/IAudienceContextReader.js +1 -2
- package/dist/application/context/audiences/query/IAudienceContextReader.js.map +1 -1
- package/dist/application/context/audiences/remove/AudienceRemovedEventHandler.js +3 -7
- package/dist/application/context/audiences/remove/AudienceRemovedEventHandler.js.map +1 -1
- package/dist/application/context/audiences/remove/IAudienceRemoveReader.js +1 -2
- package/dist/application/context/audiences/remove/IAudienceRemovedEventWriter.js +1 -2
- package/dist/application/context/audiences/remove/IAudienceRemovedProjector.js +1 -2
- package/dist/application/context/audiences/remove/IRemoveAudienceGateway.js +1 -2
- package/dist/application/context/audiences/remove/LocalRemoveAudienceGateway.js +3 -7
- package/dist/application/context/audiences/remove/LocalRemoveAudienceGateway.js.map +1 -1
- package/dist/application/context/audiences/remove/RemoveAudienceCommand.js +1 -2
- package/dist/application/context/audiences/remove/RemoveAudienceCommand.js.map +1 -1
- package/dist/application/context/audiences/remove/RemoveAudienceCommandHandler.js +5 -9
- package/dist/application/context/audiences/remove/RemoveAudienceCommandHandler.js.map +1 -1
- package/dist/application/context/audiences/remove/RemoveAudienceController.js +1 -5
- package/dist/application/context/audiences/remove/RemoveAudienceController.js.map +1 -1
- package/dist/application/context/audiences/remove/RemoveAudienceRequest.js +1 -2
- package/dist/application/context/audiences/remove/RemoveAudienceResponse.js +1 -2
- package/dist/application/context/audiences/update/AudienceUpdatedEventHandler.js +3 -7
- package/dist/application/context/audiences/update/AudienceUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/audiences/update/IAudienceUpdateReader.js +1 -2
- package/dist/application/context/audiences/update/IAudienceUpdatedEventWriter.js +1 -2
- package/dist/application/context/audiences/update/IAudienceUpdatedProjector.js +1 -2
- package/dist/application/context/audiences/update/IUpdateAudienceGateway.js +1 -2
- package/dist/application/context/audiences/update/LocalUpdateAudienceGateway.js +1 -5
- package/dist/application/context/audiences/update/LocalUpdateAudienceGateway.js.map +1 -1
- package/dist/application/context/audiences/update/UpdateAudienceCommand.js +1 -2
- package/dist/application/context/audiences/update/UpdateAudienceCommand.js.map +1 -1
- package/dist/application/context/audiences/update/UpdateAudienceCommandHandler.js +5 -9
- package/dist/application/context/audiences/update/UpdateAudienceCommandHandler.js.map +1 -1
- package/dist/application/context/audiences/update/UpdateAudienceController.js +1 -5
- package/dist/application/context/audiences/update/UpdateAudienceController.js.map +1 -1
- package/dist/application/context/audiences/update/UpdateAudienceRequest.js +1 -2
- package/dist/application/context/audiences/update/UpdateAudienceResponse.js +1 -2
- package/dist/application/context/components/ComponentView.js +1 -2
- package/dist/application/context/components/add/AddComponentCommand.js +1 -2
- package/dist/application/context/components/add/AddComponentCommandHandler.js +6 -10
- package/dist/application/context/components/add/AddComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/add/AddComponentController.js +1 -5
- package/dist/application/context/components/add/AddComponentController.js.map +1 -1
- package/dist/application/context/components/add/AddComponentRequest.js +1 -2
- package/dist/application/context/components/add/AddComponentResponse.js +1 -2
- package/dist/application/context/components/add/ComponentAddedEventHandler.js +1 -5
- package/dist/application/context/components/add/ComponentAddedEventHandler.js.map +1 -1
- package/dist/application/context/components/add/IAddComponentGateway.js +1 -2
- package/dist/application/context/components/add/IComponentAddReader.js +1 -2
- package/dist/application/context/components/add/IComponentAddedEventWriter.js +1 -2
- package/dist/application/context/components/add/IComponentAddedProjector.js +1 -2
- package/dist/application/context/components/add/LocalAddComponentGateway.js +1 -5
- package/dist/application/context/components/add/LocalAddComponentGateway.js.map +1 -1
- package/dist/application/context/components/deprecate/ComponentDeprecatedEventHandler.js +4 -8
- package/dist/application/context/components/deprecate/ComponentDeprecatedEventHandler.js.map +1 -1
- package/dist/application/context/components/deprecate/DeprecateComponentCommand.js +1 -2
- package/dist/application/context/components/deprecate/DeprecateComponentCommandHandler.js +3 -7
- package/dist/application/context/components/deprecate/DeprecateComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/deprecate/DeprecateComponentController.js +1 -5
- package/dist/application/context/components/deprecate/DeprecateComponentController.js.map +1 -1
- package/dist/application/context/components/deprecate/DeprecateComponentRequest.js +1 -2
- package/dist/application/context/components/deprecate/DeprecateComponentResponse.js +1 -2
- package/dist/application/context/components/deprecate/IComponentDeprecateReader.js +1 -2
- package/dist/application/context/components/deprecate/IComponentDeprecatedEventWriter.js +1 -2
- package/dist/application/context/components/deprecate/IComponentDeprecatedProjector.js +1 -2
- package/dist/application/context/components/deprecate/IDeprecateComponentGateway.js +1 -2
- package/dist/application/context/components/deprecate/LocalDeprecateComponentGateway.js +1 -5
- package/dist/application/context/components/deprecate/LocalDeprecateComponentGateway.js.map +1 -1
- package/dist/application/context/components/get/GetComponentsQueryHandler.js +1 -5
- package/dist/application/context/components/get/GetComponentsQueryHandler.js.map +1 -1
- package/dist/application/context/components/get/IComponentReader.js +1 -2
- package/dist/application/context/components/get/IComponentReader.js.map +1 -1
- package/dist/application/context/components/get/IComponentViewReader.js +1 -2
- package/dist/application/context/components/get/IComponentViewReader.js.map +1 -1
- package/dist/application/context/components/list/GetComponentsController.js +1 -5
- package/dist/application/context/components/list/GetComponentsController.js.map +1 -1
- package/dist/application/context/components/list/GetComponentsRequest.js +1 -2
- package/dist/application/context/components/list/GetComponentsResponse.js +1 -2
- package/dist/application/context/components/list/IGetComponentsGateway.js +1 -2
- package/dist/application/context/components/list/LocalGetComponentsGateway.js +1 -5
- package/dist/application/context/components/list/LocalGetComponentsGateway.js.map +1 -1
- package/dist/application/context/components/remove/ComponentRemovedEventHandler.js +4 -8
- package/dist/application/context/components/remove/ComponentRemovedEventHandler.js.map +1 -1
- package/dist/application/context/components/remove/IComponentRemoveReader.js +1 -2
- package/dist/application/context/components/remove/IComponentRemovedEventWriter.js +1 -2
- package/dist/application/context/components/remove/IComponentRemovedProjector.js +1 -2
- package/dist/application/context/components/remove/IRemoveComponentGateway.js +1 -2
- package/dist/application/context/components/remove/LocalRemoveComponentGateway.js +1 -5
- package/dist/application/context/components/remove/LocalRemoveComponentGateway.js.map +1 -1
- package/dist/application/context/components/remove/RemoveComponentCommand.js +1 -2
- package/dist/application/context/components/remove/RemoveComponentCommandHandler.js +3 -7
- package/dist/application/context/components/remove/RemoveComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/remove/RemoveComponentController.js +1 -5
- package/dist/application/context/components/remove/RemoveComponentController.js.map +1 -1
- package/dist/application/context/components/remove/RemoveComponentRequest.js +1 -2
- package/dist/application/context/components/remove/RemoveComponentResponse.js +1 -2
- package/dist/application/context/components/rename/ComponentRenamedEventHandler.js +1 -5
- package/dist/application/context/components/rename/ComponentRenamedEventHandler.js.map +1 -1
- package/dist/application/context/components/rename/IComponentRenameReader.js +1 -2
- package/dist/application/context/components/rename/IComponentRenamedEventWriter.js +1 -2
- package/dist/application/context/components/rename/IComponentRenamedProjector.js +1 -2
- package/dist/application/context/components/rename/IRenameComponentGateway.js +1 -2
- package/dist/application/context/components/rename/LocalRenameComponentGateway.js +1 -5
- package/dist/application/context/components/rename/LocalRenameComponentGateway.js.map +1 -1
- package/dist/application/context/components/rename/RenameComponentCommand.js +1 -2
- package/dist/application/context/components/rename/RenameComponentCommandHandler.js +3 -7
- package/dist/application/context/components/rename/RenameComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/rename/RenameComponentController.js +1 -5
- package/dist/application/context/components/rename/RenameComponentController.js.map +1 -1
- package/dist/application/context/components/rename/RenameComponentRequest.js +1 -2
- package/dist/application/context/components/rename/RenameComponentResponse.js +1 -2
- package/dist/application/context/components/search/ComponentSearchCriteria.js +1 -2
- package/dist/application/context/components/search/ComponentSearchCriteria.js.map +1 -1
- package/dist/application/context/components/search/ISearchComponentsGateway.js +1 -2
- package/dist/application/context/components/search/ISearchComponentsGateway.js.map +1 -1
- package/dist/application/context/components/search/LocalSearchComponentsGateway.js +1 -5
- package/dist/application/context/components/search/LocalSearchComponentsGateway.js.map +1 -1
- package/dist/application/context/components/search/SearchComponentsController.js +1 -5
- package/dist/application/context/components/search/SearchComponentsController.js.map +1 -1
- package/dist/application/context/components/search/SearchComponentsRequest.js +1 -2
- package/dist/application/context/components/search/SearchComponentsRequest.js.map +1 -1
- package/dist/application/context/components/search/SearchComponentsResponse.js +1 -2
- package/dist/application/context/components/search/SearchComponentsResponse.js.map +1 -1
- package/dist/application/context/components/show/IShowComponentGateway.js +1 -2
- package/dist/application/context/components/show/LocalShowComponentGateway.js +1 -5
- package/dist/application/context/components/show/LocalShowComponentGateway.js.map +1 -1
- package/dist/application/context/components/show/ShowComponentController.js +1 -5
- package/dist/application/context/components/show/ShowComponentController.js.map +1 -1
- package/dist/application/context/components/show/ShowComponentRequest.js +1 -2
- package/dist/application/context/components/show/ShowComponentResponse.js +1 -2
- package/dist/application/context/components/undeprecate/ComponentUndeprecatedEventHandler.js +4 -8
- package/dist/application/context/components/undeprecate/ComponentUndeprecatedEventHandler.js.map +1 -1
- package/dist/application/context/components/undeprecate/IComponentUndeprecateReader.js +1 -2
- package/dist/application/context/components/undeprecate/IComponentUndeprecatedEventWriter.js +1 -2
- package/dist/application/context/components/undeprecate/IComponentUndeprecatedProjector.js +1 -2
- package/dist/application/context/components/undeprecate/IUndeprecateComponentGateway.js +1 -2
- package/dist/application/context/components/undeprecate/LocalUndeprecateComponentGateway.js +1 -5
- package/dist/application/context/components/undeprecate/LocalUndeprecateComponentGateway.js.map +1 -1
- package/dist/application/context/components/undeprecate/UndeprecateComponentCommand.js +1 -2
- package/dist/application/context/components/undeprecate/UndeprecateComponentCommandHandler.js +3 -7
- package/dist/application/context/components/undeprecate/UndeprecateComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/undeprecate/UndeprecateComponentController.js +1 -5
- package/dist/application/context/components/undeprecate/UndeprecateComponentController.js.map +1 -1
- package/dist/application/context/components/undeprecate/UndeprecateComponentRequest.js +1 -2
- package/dist/application/context/components/undeprecate/UndeprecateComponentResponse.js +1 -2
- package/dist/application/context/components/update/ComponentUpdatedEventHandler.js +3 -7
- package/dist/application/context/components/update/ComponentUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/components/update/IComponentUpdateReader.js +1 -2
- package/dist/application/context/components/update/IComponentUpdatedEventWriter.js +1 -2
- package/dist/application/context/components/update/IComponentUpdatedProjector.js +1 -2
- package/dist/application/context/components/update/IUpdateComponentGateway.js +1 -2
- package/dist/application/context/components/update/LocalUpdateComponentGateway.js +1 -5
- package/dist/application/context/components/update/LocalUpdateComponentGateway.js.map +1 -1
- package/dist/application/context/components/update/UpdateComponentCommand.js +1 -2
- package/dist/application/context/components/update/UpdateComponentCommandHandler.js +3 -7
- package/dist/application/context/components/update/UpdateComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/update/UpdateComponentController.js +1 -5
- package/dist/application/context/components/update/UpdateComponentController.js.map +1 -1
- package/dist/application/context/components/update/UpdateComponentRequest.js +1 -2
- package/dist/application/context/components/update/UpdateComponentResponse.js +1 -2
- package/dist/application/context/decisions/DecisionView.js +1 -2
- package/dist/application/context/decisions/add/AddDecisionCommand.js +1 -2
- package/dist/application/context/decisions/add/AddDecisionCommandHandler.js +5 -9
- package/dist/application/context/decisions/add/AddDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/add/AddDecisionController.js +1 -5
- package/dist/application/context/decisions/add/AddDecisionController.js.map +1 -1
- package/dist/application/context/decisions/add/AddDecisionRequest.js +1 -2
- package/dist/application/context/decisions/add/AddDecisionResponse.js +1 -2
- package/dist/application/context/decisions/add/DecisionAddedEventHandler.js +1 -5
- package/dist/application/context/decisions/add/DecisionAddedEventHandler.js.map +1 -1
- package/dist/application/context/decisions/add/IAddDecisionGateway.js +1 -2
- package/dist/application/context/decisions/add/IDecisionAddedEventWriter.js +1 -2
- package/dist/application/context/decisions/add/IDecisionAddedEventWriter.js.map +1 -1
- package/dist/application/context/decisions/add/IDecisionAddedProjector.js +1 -2
- package/dist/application/context/decisions/add/IDecisionAddedProjector.js.map +1 -1
- package/dist/application/context/decisions/add/LocalAddDecisionGateway.js +1 -5
- package/dist/application/context/decisions/add/LocalAddDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/get/GetDecisionsController.js +1 -5
- package/dist/application/context/decisions/get/GetDecisionsController.js.map +1 -1
- package/dist/application/context/decisions/get/GetDecisionsRequest.js +1 -2
- package/dist/application/context/decisions/get/GetDecisionsResponse.js +1 -2
- package/dist/application/context/decisions/get/IDecisionViewReader.js +1 -2
- package/dist/application/context/decisions/get/IDecisionViewReader.js.map +1 -1
- package/dist/application/context/decisions/get/IGetDecisionsGateway.js +1 -2
- package/dist/application/context/decisions/get/LocalGetDecisionsGateway.js +1 -5
- package/dist/application/context/decisions/get/LocalGetDecisionsGateway.js.map +1 -1
- package/dist/application/context/decisions/restore/DecisionRestoredEventHandler.js +4 -8
- package/dist/application/context/decisions/restore/DecisionRestoredEventHandler.js.map +1 -1
- package/dist/application/context/decisions/restore/IDecisionRestoreReader.js +1 -2
- package/dist/application/context/decisions/restore/IDecisionRestoredEventWriter.js +1 -2
- package/dist/application/context/decisions/restore/IDecisionRestoredProjector.js +1 -2
- package/dist/application/context/decisions/restore/IRestoreDecisionGateway.js +1 -2
- package/dist/application/context/decisions/restore/LocalRestoreDecisionGateway.js +1 -5
- package/dist/application/context/decisions/restore/LocalRestoreDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/restore/RestoreDecisionCommand.js +1 -2
- package/dist/application/context/decisions/restore/RestoreDecisionCommandHandler.js +5 -9
- package/dist/application/context/decisions/restore/RestoreDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/restore/RestoreDecisionController.js +1 -5
- package/dist/application/context/decisions/restore/RestoreDecisionController.js.map +1 -1
- package/dist/application/context/decisions/restore/RestoreDecisionRequest.js +1 -2
- package/dist/application/context/decisions/restore/RestoreDecisionResponse.js +1 -2
- package/dist/application/context/decisions/reverse/DecisionReversedEventHandler.js +3 -7
- package/dist/application/context/decisions/reverse/DecisionReversedEventHandler.js.map +1 -1
- package/dist/application/context/decisions/reverse/IDecisionReverseReader.js +1 -2
- package/dist/application/context/decisions/reverse/IDecisionReverseReader.js.map +1 -1
- package/dist/application/context/decisions/reverse/IDecisionReversedEventWriter.js +1 -2
- package/dist/application/context/decisions/reverse/IDecisionReversedEventWriter.js.map +1 -1
- package/dist/application/context/decisions/reverse/IDecisionReversedProjector.js +1 -2
- package/dist/application/context/decisions/reverse/IDecisionReversedProjector.js.map +1 -1
- package/dist/application/context/decisions/reverse/IReverseDecisionGateway.js +1 -2
- package/dist/application/context/decisions/reverse/LocalReverseDecisionGateway.js +1 -5
- package/dist/application/context/decisions/reverse/LocalReverseDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/reverse/ReverseDecisionCommand.js +1 -2
- package/dist/application/context/decisions/reverse/ReverseDecisionCommandHandler.js +5 -9
- package/dist/application/context/decisions/reverse/ReverseDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/reverse/ReverseDecisionController.js +1 -5
- package/dist/application/context/decisions/reverse/ReverseDecisionController.js.map +1 -1
- package/dist/application/context/decisions/reverse/ReverseDecisionRequest.js +1 -2
- package/dist/application/context/decisions/reverse/ReverseDecisionResponse.js +1 -2
- package/dist/application/context/decisions/supersede/DecisionSupersededEventHandler.js +4 -8
- package/dist/application/context/decisions/supersede/DecisionSupersededEventHandler.js.map +1 -1
- package/dist/application/context/decisions/supersede/IDecisionSupersedeReader.js +1 -2
- package/dist/application/context/decisions/supersede/IDecisionSupersedeReader.js.map +1 -1
- package/dist/application/context/decisions/supersede/IDecisionSupersededEventWriter.js +1 -2
- package/dist/application/context/decisions/supersede/IDecisionSupersededEventWriter.js.map +1 -1
- package/dist/application/context/decisions/supersede/IDecisionSupersededProjector.js +1 -2
- package/dist/application/context/decisions/supersede/IDecisionSupersededProjector.js.map +1 -1
- package/dist/application/context/decisions/supersede/ISupersedeDecisionGateway.js +1 -2
- package/dist/application/context/decisions/supersede/LocalSupersedeDecisionGateway.js +1 -5
- package/dist/application/context/decisions/supersede/LocalSupersedeDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/supersede/SupersedeDecisionCommand.js +1 -2
- package/dist/application/context/decisions/supersede/SupersedeDecisionCommandHandler.js +6 -10
- package/dist/application/context/decisions/supersede/SupersedeDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/supersede/SupersedeDecisionController.js +1 -5
- package/dist/application/context/decisions/supersede/SupersedeDecisionController.js.map +1 -1
- package/dist/application/context/decisions/supersede/SupersedeDecisionRequest.js +1 -2
- package/dist/application/context/decisions/supersede/SupersedeDecisionResponse.js +1 -2
- package/dist/application/context/decisions/update/DecisionUpdatedEventHandler.js +3 -7
- package/dist/application/context/decisions/update/DecisionUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/decisions/update/IDecisionUpdateReader.js +1 -2
- package/dist/application/context/decisions/update/IDecisionUpdateReader.js.map +1 -1
- package/dist/application/context/decisions/update/IDecisionUpdatedEventWriter.js +1 -2
- package/dist/application/context/decisions/update/IDecisionUpdatedEventWriter.js.map +1 -1
- package/dist/application/context/decisions/update/IDecisionUpdatedProjector.js +1 -2
- package/dist/application/context/decisions/update/IDecisionUpdatedProjector.js.map +1 -1
- package/dist/application/context/decisions/update/IUpdateDecisionGateway.js +1 -2
- package/dist/application/context/decisions/update/LocalUpdateDecisionGateway.js +1 -5
- package/dist/application/context/decisions/update/LocalUpdateDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/update/UpdateDecisionCommand.js +1 -2
- package/dist/application/context/decisions/update/UpdateDecisionCommandHandler.js +3 -7
- package/dist/application/context/decisions/update/UpdateDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/update/UpdateDecisionController.js +1 -5
- package/dist/application/context/decisions/update/UpdateDecisionController.js.map +1 -1
- package/dist/application/context/decisions/update/UpdateDecisionRequest.js +1 -2
- package/dist/application/context/decisions/update/UpdateDecisionResponse.js +1 -2
- package/dist/application/context/dependencies/DependencyView.js +1 -2
- package/dist/application/context/dependencies/DependencyView.js.map +1 -1
- package/dist/application/context/dependencies/add/AddDependencyCommand.js +1 -2
- package/dist/application/context/dependencies/add/AddDependencyCommandHandler.js +3 -7
- package/dist/application/context/dependencies/add/AddDependencyCommandHandler.js.map +1 -1
- package/dist/application/context/dependencies/add/AddDependencyController.js +1 -5
- package/dist/application/context/dependencies/add/AddDependencyController.js.map +1 -1
- package/dist/application/context/dependencies/add/AddDependencyRequest.js +1 -2
- package/dist/application/context/dependencies/add/AddDependencyResponse.js +1 -2
- package/dist/application/context/dependencies/add/DependencyAddedEventHandler.js +1 -5
- package/dist/application/context/dependencies/add/DependencyAddedEventHandler.js.map +1 -1
- package/dist/application/context/dependencies/add/IAddDependencyGateway.js +1 -2
- package/dist/application/context/dependencies/add/IDependencyAddReader.js +1 -2
- package/dist/application/context/dependencies/add/IDependencyAddedEventWriter.js +1 -2
- package/dist/application/context/dependencies/add/IDependencyAddedProjector.js +1 -2
- package/dist/application/context/dependencies/add/LocalAddDependencyGateway.js +1 -5
- package/dist/application/context/dependencies/add/LocalAddDependencyGateway.js.map +1 -1
- package/dist/application/context/dependencies/get/GetDependenciesController.js +1 -5
- package/dist/application/context/dependencies/get/GetDependenciesController.js.map +1 -1
- package/dist/application/context/dependencies/get/GetDependenciesQueryHandler.js +1 -5
- package/dist/application/context/dependencies/get/GetDependenciesQueryHandler.js.map +1 -1
- package/dist/application/context/dependencies/get/GetDependenciesRequest.js +1 -2
- package/dist/application/context/dependencies/get/GetDependenciesResponse.js +1 -2
- package/dist/application/context/dependencies/get/IDependencyViewReader.js +1 -2
- package/dist/application/context/dependencies/get/IDependencyViewReader.js.map +1 -1
- package/dist/application/context/dependencies/get/IGetDependenciesGateway.js +1 -2
- package/dist/application/context/dependencies/get/LocalGetDependenciesGateway.js +1 -5
- package/dist/application/context/dependencies/get/LocalGetDependenciesGateway.js.map +1 -1
- package/dist/application/context/dependencies/remove/DependencyRemovedEventHandler.js +3 -7
- package/dist/application/context/dependencies/remove/DependencyRemovedEventHandler.js.map +1 -1
- package/dist/application/context/dependencies/remove/IDependencyRemoveReader.js +1 -2
- package/dist/application/context/dependencies/remove/IDependencyRemovedEventReader.js +1 -2
- package/dist/application/context/dependencies/remove/IDependencyRemovedEventWriter.js +1 -2
- package/dist/application/context/dependencies/remove/IDependencyRemovedProjector.js +1 -2
- package/dist/application/context/dependencies/remove/IRemoveDependencyGateway.js +1 -2
- package/dist/application/context/dependencies/remove/LocalRemoveDependencyGateway.js +1 -5
- package/dist/application/context/dependencies/remove/LocalRemoveDependencyGateway.js.map +1 -1
- package/dist/application/context/dependencies/remove/RemoveDependencyCommand.js +1 -2
- package/dist/application/context/dependencies/remove/RemoveDependencyCommandHandler.js +5 -9
- package/dist/application/context/dependencies/remove/RemoveDependencyCommandHandler.js.map +1 -1
- package/dist/application/context/dependencies/remove/RemoveDependencyController.js +1 -5
- package/dist/application/context/dependencies/remove/RemoveDependencyController.js.map +1 -1
- package/dist/application/context/dependencies/remove/RemoveDependencyRequest.js +1 -2
- package/dist/application/context/dependencies/remove/RemoveDependencyResponse.js +1 -2
- package/dist/application/context/dependencies/update/DependencyUpdatedEventHandler.js +3 -7
- package/dist/application/context/dependencies/update/DependencyUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/dependencies/update/IDependencyUpdateReader.js +1 -2
- package/dist/application/context/dependencies/update/IDependencyUpdatedEventReader.js +1 -2
- package/dist/application/context/dependencies/update/IDependencyUpdatedEventWriter.js +1 -2
- package/dist/application/context/dependencies/update/IDependencyUpdatedProjector.js +1 -2
- package/dist/application/context/dependencies/update/IUpdateDependencyGateway.js +1 -2
- package/dist/application/context/dependencies/update/LocalUpdateDependencyGateway.js +1 -5
- package/dist/application/context/dependencies/update/LocalUpdateDependencyGateway.js.map +1 -1
- package/dist/application/context/dependencies/update/UpdateDependencyCommand.js +1 -2
- package/dist/application/context/dependencies/update/UpdateDependencyCommandHandler.js +5 -9
- package/dist/application/context/dependencies/update/UpdateDependencyCommandHandler.js.map +1 -1
- package/dist/application/context/dependencies/update/UpdateDependencyController.js +1 -5
- package/dist/application/context/dependencies/update/UpdateDependencyController.js.map +1 -1
- package/dist/application/context/dependencies/update/UpdateDependencyRequest.js +1 -2
- package/dist/application/context/dependencies/update/UpdateDependencyResponse.js +1 -2
- package/dist/application/context/goals/GoalView.js +1 -2
- package/dist/application/context/goals/IGoalStatusReader.js +1 -2
- package/dist/application/context/goals/IGoalTitleReader.js +1 -2
- package/dist/application/context/goals/add/AddGoalCommand.js +1 -2
- package/dist/application/context/goals/add/AddGoalCommandHandler.js +8 -12
- package/dist/application/context/goals/add/AddGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/add/AddGoalController.js +1 -5
- package/dist/application/context/goals/add/AddGoalController.js.map +1 -1
- package/dist/application/context/goals/add/AddGoalRequest.js +1 -2
- package/dist/application/context/goals/add/AddGoalResponse.js +1 -2
- package/dist/application/context/goals/add/GoalAddedEventHandler.js +1 -5
- package/dist/application/context/goals/add/GoalAddedEventHandler.js.map +1 -1
- package/dist/application/context/goals/add/IAddGoalGateway.js +1 -2
- package/dist/application/context/goals/add/IGoalAddedEventWriter.js +1 -2
- package/dist/application/context/goals/add/IGoalAddedProjector.js +1 -2
- package/dist/application/context/goals/add/LocalAddGoalGateway.js +1 -5
- package/dist/application/context/goals/add/LocalAddGoalGateway.js.map +1 -1
- package/dist/application/context/goals/approve/GoalApprovedEventHandler.js +1 -5
- package/dist/application/context/goals/approve/GoalApprovedEventHandler.js.map +1 -1
- package/dist/application/context/goals/approve/IGoalApprovedProjector.js +1 -2
- package/dist/application/context/goals/block/BlockGoalCommand.js +1 -2
- package/dist/application/context/goals/block/BlockGoalCommandHandler.js +3 -7
- package/dist/application/context/goals/block/BlockGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/block/BlockGoalController.js +1 -5
- package/dist/application/context/goals/block/BlockGoalController.js.map +1 -1
- package/dist/application/context/goals/block/BlockGoalRequest.js +1 -2
- package/dist/application/context/goals/block/BlockGoalResponse.js +1 -2
- package/dist/application/context/goals/block/GoalBlockedEventHandler.js +1 -5
- package/dist/application/context/goals/block/GoalBlockedEventHandler.js.map +1 -1
- package/dist/application/context/goals/block/IBlockGoalGateway.js +1 -2
- package/dist/application/context/goals/block/IGoalBlockedEventReader.js +1 -2
- package/dist/application/context/goals/block/IGoalBlockedEventWriter.js +1 -2
- package/dist/application/context/goals/block/IGoalBlockedProjector.js +1 -2
- package/dist/application/context/goals/block/LocalBlockGoalGateway.js +1 -5
- package/dist/application/context/goals/block/LocalBlockGoalGateway.js.map +1 -1
- package/dist/application/context/goals/claims/GoalClaim.js +1 -2
- package/dist/application/context/goals/claims/GoalClaim.js.map +1 -1
- package/dist/application/context/goals/claims/GoalClaimPolicy.js +1 -5
- package/dist/application/context/goals/claims/GoalClaimPolicy.js.map +1 -1
- package/dist/application/context/goals/claims/IGoalClaimStore.js +1 -2
- package/dist/application/context/goals/claims/IGoalClaimStore.js.map +1 -1
- package/dist/application/context/goals/close/CloseGoalCommand.js +1 -2
- package/dist/application/context/goals/close/CloseGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/close/CloseGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/close/CloseGoalController.js +1 -5
- package/dist/application/context/goals/close/CloseGoalController.js.map +1 -1
- package/dist/application/context/goals/close/CloseGoalRequest.js +1 -2
- package/dist/application/context/goals/close/CloseGoalResponse.js +1 -2
- package/dist/application/context/goals/close/GoalClosedEventHandler.js +1 -5
- package/dist/application/context/goals/close/GoalClosedEventHandler.js.map +1 -1
- package/dist/application/context/goals/close/ICloseGoalGateway.js +1 -2
- package/dist/application/context/goals/close/IGoalCloseReader.js +1 -2
- package/dist/application/context/goals/close/IGoalClosedEventReader.js +1 -2
- package/dist/application/context/goals/close/IGoalClosedEventWriter.js +1 -2
- package/dist/application/context/goals/close/IGoalClosedProjector.js +1 -2
- package/dist/application/context/goals/close/LocalCloseGoalGateway.js +3 -7
- package/dist/application/context/goals/close/LocalCloseGoalGateway.js.map +1 -1
- package/dist/application/context/goals/codify/CodifyGoalCommand.js +1 -2
- package/dist/application/context/goals/codify/CodifyGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/codify/CodifyGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/codify/CodifyGoalController.js +1 -5
- package/dist/application/context/goals/codify/CodifyGoalController.js.map +1 -1
- package/dist/application/context/goals/codify/CodifyGoalRequest.js +1 -2
- package/dist/application/context/goals/codify/CodifyGoalResponse.js +1 -2
- package/dist/application/context/goals/codify/GoalCodifyingStartedEventHandler.js +1 -5
- package/dist/application/context/goals/codify/GoalCodifyingStartedEventHandler.js.map +1 -1
- package/dist/application/context/goals/codify/ICodifyGoalGateway.js +1 -2
- package/dist/application/context/goals/codify/IGoalCodifyReader.js +1 -2
- package/dist/application/context/goals/codify/IGoalCodifyingStartedEventReader.js +1 -2
- package/dist/application/context/goals/codify/IGoalCodifyingStartedEventWriter.js +1 -2
- package/dist/application/context/goals/codify/IGoalCodifyingStartedProjector.js +1 -2
- package/dist/application/context/goals/codify/LocalCodifyGoalGateway.js +1 -5
- package/dist/application/context/goals/codify/LocalCodifyGoalGateway.js.map +1 -1
- package/dist/application/context/goals/commit/CommitGoalCommand.js +1 -2
- package/dist/application/context/goals/commit/CommitGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/commit/CommitGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/commit/CommitGoalController.js +1 -5
- package/dist/application/context/goals/commit/CommitGoalController.js.map +1 -1
- package/dist/application/context/goals/commit/CommitGoalRequest.js +1 -2
- package/dist/application/context/goals/commit/CommitGoalResponse.js +1 -2
- package/dist/application/context/goals/commit/GoalCommittedEventHandler.js +1 -5
- package/dist/application/context/goals/commit/GoalCommittedEventHandler.js.map +1 -1
- package/dist/application/context/goals/commit/ICommitGoalGateway.js +1 -2
- package/dist/application/context/goals/commit/IGoalCommitEventReader.js +1 -2
- package/dist/application/context/goals/commit/IGoalCommitEventWriter.js +1 -2
- package/dist/application/context/goals/commit/IGoalCommitReader.js +1 -2
- package/dist/application/context/goals/commit/IGoalCommittedProjector.js +1 -2
- package/dist/application/context/goals/commit/LocalCommitGoalGateway.js +1 -5
- package/dist/application/context/goals/commit/LocalCommitGoalGateway.js.map +1 -1
- package/dist/application/context/goals/complete/GoalCompletedEventHandler.js +1 -5
- package/dist/application/context/goals/complete/GoalCompletedEventHandler.js.map +1 -1
- package/dist/application/context/goals/complete/IGoalCompleteReader.js +1 -2
- package/dist/application/context/goals/complete/IGoalCompletedEventReader.js +1 -2
- package/dist/application/context/goals/complete/IGoalCompletedEventWriter.js +1 -2
- package/dist/application/context/goals/complete/IGoalCompletedProjector.js +1 -2
- package/dist/application/context/goals/get/ContextualGoalView.js +1 -2
- package/dist/application/context/goals/get/GetGoalsController.js +1 -5
- package/dist/application/context/goals/get/GetGoalsController.js.map +1 -1
- package/dist/application/context/goals/get/GetGoalsRequest.js +1 -2
- package/dist/application/context/goals/get/GetGoalsResponse.js +1 -2
- package/dist/application/context/goals/get/GoalContext.js +1 -2
- package/dist/application/context/goals/get/GoalContextQueryHandler.js +1 -5
- package/dist/application/context/goals/get/GoalContextQueryHandler.js.map +1 -1
- package/dist/application/context/goals/get/IGetGoalsGateway.js +1 -2
- package/dist/application/context/goals/get/IGoalContextAssembler.js +1 -2
- package/dist/application/context/goals/get/IShowGoalGateway.js +1 -2
- package/dist/application/context/goals/get/LocalGetGoalsGateway.js +14 -18
- package/dist/application/context/goals/get/LocalGetGoalsGateway.js.map +1 -1
- package/dist/application/context/goals/get/LocalShowGoalGateway.js +1 -5
- package/dist/application/context/goals/get/LocalShowGoalGateway.js.map +1 -1
- package/dist/application/context/goals/get/RelatedContext.js +1 -2
- package/dist/application/context/goals/get/ShowGoalController.js +1 -5
- package/dist/application/context/goals/get/ShowGoalController.js.map +1 -1
- package/dist/application/context/goals/get/ShowGoalRequest.js +1 -2
- package/dist/application/context/goals/get/ShowGoalResponse.js +1 -2
- package/dist/application/context/goals/migrate/GoalStatusMigratedEventHandler.js +1 -5
- package/dist/application/context/goals/migrate/GoalStatusMigratedEventHandler.js.map +1 -1
- package/dist/application/context/goals/migrate/IGoalStatusMigratedProjector.js +1 -2
- package/dist/application/context/goals/pause/GoalPausedEventHandler.js +1 -5
- package/dist/application/context/goals/pause/GoalPausedEventHandler.js.map +1 -1
- package/dist/application/context/goals/pause/IGoalPauseReader.js +1 -2
- package/dist/application/context/goals/pause/IGoalPausedEventReader.js +1 -2
- package/dist/application/context/goals/pause/IGoalPausedEventWriter.js +1 -2
- package/dist/application/context/goals/pause/IGoalPausedProjector.js +1 -2
- package/dist/application/context/goals/pause/IGoalReader.js +1 -2
- package/dist/application/context/goals/pause/IPauseGoalGateway.js +1 -2
- package/dist/application/context/goals/pause/LocalPauseGoalGateway.js +3 -7
- package/dist/application/context/goals/pause/LocalPauseGoalGateway.js.map +1 -1
- package/dist/application/context/goals/pause/PauseGoalCommand.js +1 -2
- package/dist/application/context/goals/pause/PauseGoalCommandHandler.js +5 -9
- package/dist/application/context/goals/pause/PauseGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/pause/PauseGoalController.js +1 -5
- package/dist/application/context/goals/pause/PauseGoalController.js.map +1 -1
- package/dist/application/context/goals/pause/PauseGoalRequest.js +1 -2
- package/dist/application/context/goals/pause/PauseGoalResponse.js +1 -2
- package/dist/application/context/goals/qualify/GoalQualifiedEventHandler.js +1 -5
- package/dist/application/context/goals/qualify/GoalQualifiedEventHandler.js.map +1 -1
- package/dist/application/context/goals/qualify/IGoalQualifiedEventReader.js +1 -2
- package/dist/application/context/goals/qualify/IGoalQualifiedEventWriter.js +1 -2
- package/dist/application/context/goals/qualify/IGoalQualifiedProjector.js +1 -2
- package/dist/application/context/goals/qualify/IGoalQualifyReader.js +1 -2
- package/dist/application/context/goals/qualify/IQualifyGoalGateway.js +1 -2
- package/dist/application/context/goals/qualify/LocalQualifyGoalGateway.js +6 -10
- package/dist/application/context/goals/qualify/LocalQualifyGoalGateway.js.map +1 -1
- package/dist/application/context/goals/qualify/QualifyGoalCommand.js +1 -2
- package/dist/application/context/goals/qualify/QualifyGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/qualify/QualifyGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/qualify/QualifyGoalController.js +1 -5
- package/dist/application/context/goals/qualify/QualifyGoalController.js.map +1 -1
- package/dist/application/context/goals/qualify/QualifyGoalRequest.js +1 -2
- package/dist/application/context/goals/qualify/QualifyGoalResponse.js +1 -2
- package/dist/application/context/goals/refine/GoalRefinedEventHandler.js +1 -5
- package/dist/application/context/goals/refine/GoalRefinedEventHandler.js.map +1 -1
- package/dist/application/context/goals/refine/GoalRefinementStartedEventHandler.js +1 -5
- package/dist/application/context/goals/refine/GoalRefinementStartedEventHandler.js.map +1 -1
- package/dist/application/context/goals/refine/IGoalRefineEventReader.js +1 -2
- package/dist/application/context/goals/refine/IGoalRefineEventWriter.js +1 -2
- package/dist/application/context/goals/refine/IGoalRefineReader.js +1 -2
- package/dist/application/context/goals/refine/IGoalRefinedProjector.js +1 -2
- package/dist/application/context/goals/refine/IRefineGoalGateway.js +1 -2
- package/dist/application/context/goals/refine/LocalRefineGoalGateway.js +1 -5
- package/dist/application/context/goals/refine/LocalRefineGoalGateway.js.map +1 -1
- package/dist/application/context/goals/refine/RefineGoalCommand.js +1 -2
- package/dist/application/context/goals/refine/RefineGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/refine/RefineGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/refine/RefineGoalController.js +1 -5
- package/dist/application/context/goals/refine/RefineGoalController.js.map +1 -1
- package/dist/application/context/goals/refine/RefineGoalRequest.js +1 -2
- package/dist/application/context/goals/refine/RefineGoalResponse.js +1 -2
- package/dist/application/context/goals/reject/GoalRejectedEventHandler.js +1 -5
- package/dist/application/context/goals/reject/GoalRejectedEventHandler.js.map +1 -1
- package/dist/application/context/goals/reject/IGoalRejectReader.js +1 -2
- package/dist/application/context/goals/reject/IGoalRejectedEventReader.js +1 -2
- package/dist/application/context/goals/reject/IGoalRejectedEventWriter.js +1 -2
- package/dist/application/context/goals/reject/IGoalRejectedProjector.js +1 -2
- package/dist/application/context/goals/reject/IRejectGoalGateway.js +1 -2
- package/dist/application/context/goals/reject/LocalRejectGoalGateway.js +1 -5
- package/dist/application/context/goals/reject/LocalRejectGoalGateway.js.map +1 -1
- package/dist/application/context/goals/reject/RejectGoalCommand.js +1 -2
- package/dist/application/context/goals/reject/RejectGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/reject/RejectGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/reject/RejectGoalController.js +1 -5
- package/dist/application/context/goals/reject/RejectGoalController.js.map +1 -1
- package/dist/application/context/goals/reject/RejectGoalRequest.js +1 -2
- package/dist/application/context/goals/reject/RejectGoalResponse.js +1 -2
- package/dist/application/context/goals/remove/GoalRemovedEventHandler.js +3 -7
- package/dist/application/context/goals/remove/GoalRemovedEventHandler.js.map +1 -1
- package/dist/application/context/goals/remove/IGoalRemoveReader.js +1 -2
- package/dist/application/context/goals/remove/IGoalRemovedEventReader.js +1 -2
- package/dist/application/context/goals/remove/IGoalRemovedEventWriter.js +1 -2
- package/dist/application/context/goals/remove/IGoalRemovedProjector.js +1 -2
- package/dist/application/context/goals/remove/IRemoveGoalGateway.js +1 -2
- package/dist/application/context/goals/remove/LocalRemoveGoalGateway.js +1 -5
- package/dist/application/context/goals/remove/LocalRemoveGoalGateway.js.map +1 -1
- package/dist/application/context/goals/remove/RemoveGoalCommand.js +1 -2
- package/dist/application/context/goals/remove/RemoveGoalCommandHandler.js +5 -9
- package/dist/application/context/goals/remove/RemoveGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/remove/RemoveGoalController.js +1 -5
- package/dist/application/context/goals/remove/RemoveGoalController.js.map +1 -1
- package/dist/application/context/goals/remove/RemoveGoalRequest.js +1 -2
- package/dist/application/context/goals/remove/RemoveGoalResponse.js +1 -2
- package/dist/application/context/goals/reset/GoalResetEventHandler.js +1 -5
- package/dist/application/context/goals/reset/GoalResetEventHandler.js.map +1 -1
- package/dist/application/context/goals/reset/IGoalResetEventReader.js +1 -2
- package/dist/application/context/goals/reset/IGoalResetEventWriter.js +1 -2
- package/dist/application/context/goals/reset/IGoalResetProjector.js +1 -2
- package/dist/application/context/goals/reset/IGoalResetReader.js +1 -2
- package/dist/application/context/goals/reset/IResetGoalGateway.js +1 -2
- package/dist/application/context/goals/reset/LocalResetGoalGateway.js +1 -5
- package/dist/application/context/goals/reset/LocalResetGoalGateway.js.map +1 -1
- package/dist/application/context/goals/reset/ResetGoalCommand.js +1 -2
- package/dist/application/context/goals/reset/ResetGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/reset/ResetGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/reset/ResetGoalController.js +1 -5
- package/dist/application/context/goals/reset/ResetGoalController.js.map +1 -1
- package/dist/application/context/goals/reset/ResetGoalRequest.js +1 -2
- package/dist/application/context/goals/reset/ResetGoalResponse.js +1 -2
- package/dist/application/context/goals/resume/GoalResumedEventHandler.js +1 -5
- package/dist/application/context/goals/resume/GoalResumedEventHandler.js.map +1 -1
- package/dist/application/context/goals/resume/IGoalReader.js +1 -2
- package/dist/application/context/goals/resume/IGoalResumedEventReader.js +1 -2
- package/dist/application/context/goals/resume/IGoalResumedEventWriter.js +1 -2
- package/dist/application/context/goals/resume/IGoalResumedProjector.js +1 -2
- package/dist/application/context/goals/resume/IResumeGoalGateway.js +1 -2
- package/dist/application/context/goals/resume/LocalResumeGoalGateway.js +1 -5
- package/dist/application/context/goals/resume/LocalResumeGoalGateway.js.map +1 -1
- package/dist/application/context/goals/resume/ResumeGoalCommand.js +1 -2
- package/dist/application/context/goals/resume/ResumeGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/resume/ResumeGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/resume/ResumeGoalController.js +1 -5
- package/dist/application/context/goals/resume/ResumeGoalController.js.map +1 -1
- package/dist/application/context/goals/resume/ResumeGoalRequest.js +1 -2
- package/dist/application/context/goals/resume/ResumeGoalResponse.js +1 -2
- package/dist/application/context/goals/review/GoalSubmittedForReviewEventHandler.js +1 -5
- package/dist/application/context/goals/review/GoalSubmittedForReviewEventHandler.js.map +1 -1
- package/dist/application/context/goals/review/IGoalSubmitForReviewReader.js +1 -2
- package/dist/application/context/goals/review/IGoalSubmittedForReviewEventReader.js +1 -2
- package/dist/application/context/goals/review/IGoalSubmittedForReviewEventWriter.js +1 -2
- package/dist/application/context/goals/review/IGoalSubmittedForReviewProjector.js +1 -2
- package/dist/application/context/goals/review/IReviewGoalGateway.js +1 -2
- package/dist/application/context/goals/review/LocalReviewGoalGateway.js +3 -7
- package/dist/application/context/goals/review/LocalReviewGoalGateway.js.map +1 -1
- package/dist/application/context/goals/review/ReviewGoalController.js +1 -5
- package/dist/application/context/goals/review/ReviewGoalController.js.map +1 -1
- package/dist/application/context/goals/review/ReviewGoalRequest.js +1 -2
- package/dist/application/context/goals/review/ReviewGoalResponse.js +1 -2
- package/dist/application/context/goals/review/SubmitGoalForReviewCommand.js +1 -2
- package/dist/application/context/goals/review/SubmitGoalForReviewCommandHandler.js +6 -10
- package/dist/application/context/goals/review/SubmitGoalForReviewCommandHandler.js.map +1 -1
- package/dist/application/context/goals/show/ShowGoalCommand.js +1 -2
- package/dist/application/context/goals/show/ShowGoalCommandHandler.js +1 -5
- package/dist/application/context/goals/show/ShowGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/start/GoalStartedEventHandler.js +1 -5
- package/dist/application/context/goals/start/GoalStartedEventHandler.js.map +1 -1
- package/dist/application/context/goals/start/IGoalReader.js +1 -2
- package/dist/application/context/goals/start/IGoalStartedEventReader.js +1 -2
- package/dist/application/context/goals/start/IGoalStartedEventWriter.js +1 -2
- package/dist/application/context/goals/start/IGoalStartedProjector.js +1 -2
- package/dist/application/context/goals/start/IStartGoalGateway.js +1 -2
- package/dist/application/context/goals/start/LocalStartGoalGateway.js +1 -5
- package/dist/application/context/goals/start/LocalStartGoalGateway.js.map +1 -1
- package/dist/application/context/goals/start/StartGoalCommand.js +1 -2
- package/dist/application/context/goals/start/StartGoalCommandHandler.js +8 -12
- package/dist/application/context/goals/start/StartGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/start/StartGoalController.js +1 -5
- package/dist/application/context/goals/start/StartGoalController.js.map +1 -1
- package/dist/application/context/goals/start/StartGoalRequest.js +1 -2
- package/dist/application/context/goals/start/StartGoalResponse.js +1 -2
- package/dist/application/context/goals/submit/GoalSubmittedEventHandler.js +1 -5
- package/dist/application/context/goals/submit/GoalSubmittedEventHandler.js.map +1 -1
- package/dist/application/context/goals/submit/IGoalSubmitReader.js +1 -2
- package/dist/application/context/goals/submit/IGoalSubmittedEventReader.js +1 -2
- package/dist/application/context/goals/submit/IGoalSubmittedEventWriter.js +1 -2
- package/dist/application/context/goals/submit/IGoalSubmittedProjector.js +1 -2
- package/dist/application/context/goals/submit/ISubmitGoalGateway.js +1 -2
- package/dist/application/context/goals/submit/LocalSubmitGoalGateway.js +1 -5
- package/dist/application/context/goals/submit/LocalSubmitGoalGateway.js.map +1 -1
- package/dist/application/context/goals/submit/SubmitGoalCommand.js +1 -2
- package/dist/application/context/goals/submit/SubmitGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/submit/SubmitGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/submit/SubmitGoalController.js +1 -5
- package/dist/application/context/goals/submit/SubmitGoalController.js.map +1 -1
- package/dist/application/context/goals/submit/SubmitGoalRequest.js +1 -2
- package/dist/application/context/goals/submit/SubmitGoalResponse.js +1 -2
- package/dist/application/context/goals/unblock/GoalUnblockedEventHandler.js +1 -5
- package/dist/application/context/goals/unblock/GoalUnblockedEventHandler.js.map +1 -1
- package/dist/application/context/goals/unblock/IGoalUnblockedEventReader.js +1 -2
- package/dist/application/context/goals/unblock/IGoalUnblockedEventWriter.js +1 -2
- package/dist/application/context/goals/unblock/IGoalUnblockedProjector.js +1 -2
- package/dist/application/context/goals/unblock/IUnblockGoalGateway.js +1 -2
- package/dist/application/context/goals/unblock/LocalUnblockGoalGateway.js +1 -5
- package/dist/application/context/goals/unblock/LocalUnblockGoalGateway.js.map +1 -1
- package/dist/application/context/goals/unblock/UnblockGoalCommand.js +1 -2
- package/dist/application/context/goals/unblock/UnblockGoalCommandHandler.js +3 -7
- package/dist/application/context/goals/unblock/UnblockGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/unblock/UnblockGoalController.js +1 -5
- package/dist/application/context/goals/unblock/UnblockGoalController.js.map +1 -1
- package/dist/application/context/goals/unblock/UnblockGoalRequest.js +1 -2
- package/dist/application/context/goals/unblock/UnblockGoalResponse.js +1 -2
- package/dist/application/context/goals/update/GoalUpdatedEventHandler.js +3 -7
- package/dist/application/context/goals/update/GoalUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/goals/update/IGoalUpdateReader.js +1 -2
- package/dist/application/context/goals/update/IGoalUpdatedEventReader.js +1 -2
- package/dist/application/context/goals/update/IGoalUpdatedEventWriter.js +1 -2
- package/dist/application/context/goals/update/IGoalUpdatedProjector.js +1 -2
- package/dist/application/context/goals/update/IUpdateGoalGateway.js +1 -2
- package/dist/application/context/goals/update/LocalUpdateGoalGateway.js +1 -5
- package/dist/application/context/goals/update/LocalUpdateGoalGateway.js.map +1 -1
- package/dist/application/context/goals/update/UpdateGoalCommand.js +1 -2
- package/dist/application/context/goals/update/UpdateGoalCommandHandler.js +5 -9
- package/dist/application/context/goals/update/UpdateGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/update/UpdateGoalController.js +1 -5
- package/dist/application/context/goals/update/UpdateGoalController.js.map +1 -1
- package/dist/application/context/goals/update/UpdateGoalRequest.js +1 -2
- package/dist/application/context/goals/update/UpdateGoalResponse.js +1 -2
- package/dist/application/context/goals/update-progress/GoalProgressUpdatedEventHandler.js +1 -5
- package/dist/application/context/goals/update-progress/GoalProgressUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/goals/update-progress/IGoalProgressUpdateReader.js +1 -2
- package/dist/application/context/goals/update-progress/IGoalProgressUpdatedEventReader.js +1 -2
- package/dist/application/context/goals/update-progress/IGoalProgressUpdatedEventWriter.js +1 -2
- package/dist/application/context/goals/update-progress/IGoalProgressUpdatedProjector.js +1 -2
- package/dist/application/context/goals/update-progress/IUpdateGoalProgressGateway.js +1 -2
- package/dist/application/context/goals/update-progress/LocalUpdateGoalProgressGateway.js +1 -5
- package/dist/application/context/goals/update-progress/LocalUpdateGoalProgressGateway.js.map +1 -1
- package/dist/application/context/goals/update-progress/UpdateGoalProgressCommand.js +1 -2
- package/dist/application/context/goals/update-progress/UpdateGoalProgressCommandHandler.js +5 -9
- package/dist/application/context/goals/update-progress/UpdateGoalProgressCommandHandler.js.map +1 -1
- package/dist/application/context/goals/update-progress/UpdateGoalProgressController.js +1 -5
- package/dist/application/context/goals/update-progress/UpdateGoalProgressController.js.map +1 -1
- package/dist/application/context/goals/update-progress/UpdateGoalProgressRequest.js +1 -2
- package/dist/application/context/goals/update-progress/UpdateGoalProgressResponse.js +1 -2
- package/dist/application/context/guidelines/GuidelineView.js +1 -2
- package/dist/application/context/guidelines/GuidelineView.js.map +1 -1
- package/dist/application/context/guidelines/add/AddGuidelineCommand.js +1 -2
- package/dist/application/context/guidelines/add/AddGuidelineCommand.js.map +1 -1
- package/dist/application/context/guidelines/add/AddGuidelineCommandHandler.js +5 -9
- package/dist/application/context/guidelines/add/AddGuidelineCommandHandler.js.map +1 -1
- package/dist/application/context/guidelines/add/AddGuidelineController.js +1 -5
- package/dist/application/context/guidelines/add/AddGuidelineController.js.map +1 -1
- package/dist/application/context/guidelines/add/AddGuidelineRequest.js +1 -2
- package/dist/application/context/guidelines/add/AddGuidelineResponse.js +1 -2
- package/dist/application/context/guidelines/add/GuidelineAddedEventHandler.js +1 -5
- package/dist/application/context/guidelines/add/GuidelineAddedEventHandler.js.map +1 -1
- package/dist/application/context/guidelines/add/IAddGuidelineGateway.js +1 -2
- package/dist/application/context/guidelines/add/IGuidelineAddedEventWriter.js +1 -2
- package/dist/application/context/guidelines/add/IGuidelineAddedProjector.js +1 -2
- package/dist/application/context/guidelines/add/LocalAddGuidelineGateway.js +1 -5
- package/dist/application/context/guidelines/add/LocalAddGuidelineGateway.js.map +1 -1
- package/dist/application/context/guidelines/get/GetGuidelinesController.js +1 -5
- package/dist/application/context/guidelines/get/GetGuidelinesController.js.map +1 -1
- package/dist/application/context/guidelines/get/GetGuidelinesRequest.js +1 -2
- package/dist/application/context/guidelines/get/GetGuidelinesResponse.js +1 -2
- package/dist/application/context/guidelines/get/IGetGuidelinesGateway.js +1 -2
- package/dist/application/context/guidelines/get/IGuidelineViewReader.js +1 -2
- package/dist/application/context/guidelines/get/IGuidelineViewReader.js.map +1 -1
- package/dist/application/context/guidelines/get/LocalGetGuidelinesGateway.js +1 -5
- package/dist/application/context/guidelines/get/LocalGetGuidelinesGateway.js.map +1 -1
- package/dist/application/context/guidelines/remove/GuidelineRemovedEventHandler.js +3 -7
- package/dist/application/context/guidelines/remove/GuidelineRemovedEventHandler.js.map +1 -1
- package/dist/application/context/guidelines/remove/IGuidelineRemoveReader.js +1 -2
- package/dist/application/context/guidelines/remove/IGuidelineRemovedEventReader.js +1 -2
- package/dist/application/context/guidelines/remove/IGuidelineRemovedEventWriter.js +1 -2
- package/dist/application/context/guidelines/remove/IGuidelineRemovedProjector.js +1 -2
- package/dist/application/context/guidelines/remove/IRemoveGuidelineGateway.js +1 -2
- package/dist/application/context/guidelines/remove/LocalRemoveGuidelineGateway.js +1 -5
- package/dist/application/context/guidelines/remove/LocalRemoveGuidelineGateway.js.map +1 -1
- package/dist/application/context/guidelines/remove/RemoveGuidelineCommand.js +1 -2
- package/dist/application/context/guidelines/remove/RemoveGuidelineCommand.js.map +1 -1
- package/dist/application/context/guidelines/remove/RemoveGuidelineCommandHandler.js +8 -12
- package/dist/application/context/guidelines/remove/RemoveGuidelineCommandHandler.js.map +1 -1
- package/dist/application/context/guidelines/remove/RemoveGuidelineController.js +1 -5
- package/dist/application/context/guidelines/remove/RemoveGuidelineController.js.map +1 -1
- package/dist/application/context/guidelines/remove/RemoveGuidelineRequest.js +1 -2
- package/dist/application/context/guidelines/remove/RemoveGuidelineResponse.js +1 -2
- package/dist/application/context/guidelines/update/GuidelineUpdatedEventHandler.js +3 -7
- package/dist/application/context/guidelines/update/GuidelineUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/guidelines/update/IGuidelineUpdateReader.js +1 -2
- package/dist/application/context/guidelines/update/IGuidelineUpdatedEventReader.js +1 -2
- package/dist/application/context/guidelines/update/IGuidelineUpdatedEventWriter.js +1 -2
- package/dist/application/context/guidelines/update/IGuidelineUpdatedProjector.js +1 -2
- package/dist/application/context/guidelines/update/IUpdateGuidelineGateway.js +1 -2
- package/dist/application/context/guidelines/update/LocalUpdateGuidelineGateway.js +5 -9
- package/dist/application/context/guidelines/update/LocalUpdateGuidelineGateway.js.map +1 -1
- package/dist/application/context/guidelines/update/UpdateGuidelineCommand.js +1 -2
- package/dist/application/context/guidelines/update/UpdateGuidelineCommand.js.map +1 -1
- package/dist/application/context/guidelines/update/UpdateGuidelineCommandHandler.js +5 -9
- package/dist/application/context/guidelines/update/UpdateGuidelineCommandHandler.js.map +1 -1
- package/dist/application/context/guidelines/update/UpdateGuidelineController.js +1 -5
- package/dist/application/context/guidelines/update/UpdateGuidelineController.js.map +1 -1
- package/dist/application/context/guidelines/update/UpdateGuidelineRequest.js +1 -2
- package/dist/application/context/guidelines/update/UpdateGuidelineResponse.js +1 -2
- package/dist/application/context/host/workers/view/IViewWorkerGateway.js +1 -2
- package/dist/application/context/host/workers/view/LocalViewWorkerGateway.js +1 -5
- package/dist/application/context/host/workers/view/LocalViewWorkerGateway.js.map +1 -1
- package/dist/application/context/host/workers/view/ViewWorkerController.js +1 -5
- package/dist/application/context/host/workers/view/ViewWorkerController.js.map +1 -1
- package/dist/application/context/host/workers/view/ViewWorkerRequest.js +1 -2
- package/dist/application/context/host/workers/view/ViewWorkerResponse.js +1 -2
- package/dist/application/context/invariants/InvariantView.js +1 -2
- package/dist/application/context/invariants/InvariantView.js.map +1 -1
- package/dist/application/context/invariants/add/AddInvariantCommand.js +1 -2
- package/dist/application/context/invariants/add/AddInvariantCommand.js.map +1 -1
- package/dist/application/context/invariants/add/AddInvariantCommandHandler.js +5 -9
- package/dist/application/context/invariants/add/AddInvariantCommandHandler.js.map +1 -1
- package/dist/application/context/invariants/add/AddInvariantController.js +1 -5
- package/dist/application/context/invariants/add/AddInvariantController.js.map +1 -1
- package/dist/application/context/invariants/add/AddInvariantRequest.js +1 -2
- package/dist/application/context/invariants/add/AddInvariantResponse.js +1 -2
- package/dist/application/context/invariants/add/IAddInvariantGateway.js +1 -2
- package/dist/application/context/invariants/add/IInvariantAddReader.js +1 -2
- package/dist/application/context/invariants/add/IInvariantAddedEventWriter.js +1 -2
- package/dist/application/context/invariants/add/IInvariantAddedProjector.js +1 -2
- package/dist/application/context/invariants/add/InvariantAddedEventHandler.js +1 -5
- package/dist/application/context/invariants/add/InvariantAddedEventHandler.js.map +1 -1
- package/dist/application/context/invariants/add/LocalAddInvariantGateway.js +1 -5
- package/dist/application/context/invariants/add/LocalAddInvariantGateway.js.map +1 -1
- package/dist/application/context/invariants/get/GetAllInvariantsRequest.js +1 -2
- package/dist/application/context/invariants/get/GetAllInvariantsResponse.js +1 -2
- package/dist/application/context/invariants/get/GetInvariantRequest.js +1 -2
- package/dist/application/context/invariants/get/GetInvariantResponse.js +1 -2
- package/dist/application/context/invariants/get/GetInvariantsController.js +1 -5
- package/dist/application/context/invariants/get/GetInvariantsController.js.map +1 -1
- package/dist/application/context/invariants/get/GetInvariantsRequest.js +1 -2
- package/dist/application/context/invariants/get/GetInvariantsResponse.js +1 -2
- package/dist/application/context/invariants/get/IGetInvariantsGateway.js +1 -2
- package/dist/application/context/invariants/get/IInvariantViewReader.js +1 -2
- package/dist/application/context/invariants/get/IInvariantViewReader.js.map +1 -1
- package/dist/application/context/invariants/get/LocalGetInvariantsGateway.js +1 -5
- package/dist/application/context/invariants/get/LocalGetInvariantsGateway.js.map +1 -1
- package/dist/application/context/invariants/remove/IInvariantRemoveReader.js +1 -2
- package/dist/application/context/invariants/remove/IInvariantRemovedEventReader.js +1 -2
- package/dist/application/context/invariants/remove/IInvariantRemovedEventWriter.js +1 -2
- package/dist/application/context/invariants/remove/IInvariantRemovedProjector.js +1 -2
- package/dist/application/context/invariants/remove/IRemoveInvariantGateway.js +1 -2
- package/dist/application/context/invariants/remove/InvariantRemovedEventHandler.js +3 -7
- package/dist/application/context/invariants/remove/InvariantRemovedEventHandler.js.map +1 -1
- package/dist/application/context/invariants/remove/LocalRemoveInvariantGateway.js +1 -5
- package/dist/application/context/invariants/remove/LocalRemoveInvariantGateway.js.map +1 -1
- package/dist/application/context/invariants/remove/RemoveInvariantCommand.js +1 -2
- package/dist/application/context/invariants/remove/RemoveInvariantCommand.js.map +1 -1
- package/dist/application/context/invariants/remove/RemoveInvariantCommandHandler.js +5 -9
- package/dist/application/context/invariants/remove/RemoveInvariantCommandHandler.js.map +1 -1
- package/dist/application/context/invariants/remove/RemoveInvariantController.js +1 -5
- package/dist/application/context/invariants/remove/RemoveInvariantController.js.map +1 -1
- package/dist/application/context/invariants/remove/RemoveInvariantRequest.js +1 -2
- package/dist/application/context/invariants/remove/RemoveInvariantResponse.js +1 -2
- package/dist/application/context/invariants/update/IInvariantUpdateReader.js +1 -2
- package/dist/application/context/invariants/update/IInvariantUpdatedEventReader.js +1 -2
- package/dist/application/context/invariants/update/IInvariantUpdatedEventWriter.js +1 -2
- package/dist/application/context/invariants/update/IInvariantUpdatedProjector.js +1 -2
- package/dist/application/context/invariants/update/IUpdateInvariantGateway.js +1 -2
- package/dist/application/context/invariants/update/InvariantUpdatedEventHandler.js +3 -7
- package/dist/application/context/invariants/update/InvariantUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/invariants/update/LocalUpdateInvariantGateway.js +1 -5
- package/dist/application/context/invariants/update/LocalUpdateInvariantGateway.js.map +1 -1
- package/dist/application/context/invariants/update/UpdateInvariantCommand.js +1 -2
- package/dist/application/context/invariants/update/UpdateInvariantCommand.js.map +1 -1
- package/dist/application/context/invariants/update/UpdateInvariantCommandHandler.js +5 -9
- package/dist/application/context/invariants/update/UpdateInvariantCommandHandler.js.map +1 -1
- package/dist/application/context/invariants/update/UpdateInvariantController.js +1 -5
- package/dist/application/context/invariants/update/UpdateInvariantController.js.map +1 -1
- package/dist/application/context/invariants/update/UpdateInvariantRequest.js +1 -2
- package/dist/application/context/invariants/update/UpdateInvariantResponse.js +1 -2
- package/dist/application/context/project/IProjectRootResolver.js +1 -2
- package/dist/application/context/project/ProjectSummaryView.js +1 -2
- package/dist/application/context/project/ProjectSummaryView.js.map +1 -1
- package/dist/application/context/project/ProjectView.js +1 -2
- package/dist/application/context/project/ProjectView.js.map +1 -1
- package/dist/application/context/project/get/ContextualProjectView.js +1 -2
- package/dist/application/context/project/init/AgentSelection.js +1 -2
- package/dist/application/context/project/init/IAgentFileProtocol.js +1 -2
- package/dist/application/context/project/init/IAgentFileProtocol.js.map +1 -1
- package/dist/application/context/project/init/IGitignoreProtocol.js +1 -2
- package/dist/application/context/project/init/IGitignoreProtocol.js.map +1 -1
- package/dist/application/context/project/init/IInitializeProjectGateway.js +1 -2
- package/dist/application/context/project/init/IPlanProjectInitGateway.js +1 -2
- package/dist/application/context/project/init/IProjectInitReader.js +1 -2
- package/dist/application/context/project/init/IProjectInitReader.js.map +1 -1
- package/dist/application/context/project/init/IProjectInitializedEventWriter.js +1 -2
- package/dist/application/context/project/init/IProjectInitializedEventWriter.js.map +1 -1
- package/dist/application/context/project/init/IProjectInitializedProjector.js +1 -2
- package/dist/application/context/project/init/IProjectInitializedProjector.js.map +1 -1
- package/dist/application/context/project/init/InitializeProjectCommand.js +1 -2
- package/dist/application/context/project/init/InitializeProjectCommand.js.map +1 -1
- package/dist/application/context/project/init/InitializeProjectCommandHandler.js +5 -9
- package/dist/application/context/project/init/InitializeProjectCommandHandler.js.map +1 -1
- package/dist/application/context/project/init/InitializeProjectController.js +1 -5
- package/dist/application/context/project/init/InitializeProjectController.js.map +1 -1
- package/dist/application/context/project/init/InitializeProjectRequest.js +1 -2
- package/dist/application/context/project/init/InitializeProjectResponse.js +1 -2
- package/dist/application/context/project/init/LocalInitializeProjectGateway.js +1 -5
- package/dist/application/context/project/init/LocalInitializeProjectGateway.js.map +1 -1
- package/dist/application/context/project/init/LocalPlanProjectInitGateway.js +1 -5
- package/dist/application/context/project/init/LocalPlanProjectInitGateway.js.map +1 -1
- package/dist/application/context/project/init/PlanProjectInitController.js +1 -5
- package/dist/application/context/project/init/PlanProjectInitController.js.map +1 -1
- package/dist/application/context/project/init/PlanProjectInitRequest.js +1 -2
- package/dist/application/context/project/init/PlanProjectInitResponse.js +1 -2
- package/dist/application/context/project/init/PlannedFileChange.js +1 -2
- package/dist/application/context/project/init/ProjectInitializedEventHandler.js +1 -5
- package/dist/application/context/project/init/ProjectInitializedEventHandler.js.map +1 -1
- package/dist/application/context/project/query/GetProjectSummaryQueryHandler.js +1 -5
- package/dist/application/context/project/query/GetProjectSummaryQueryHandler.js.map +1 -1
- package/dist/application/context/project/query/IProjectContextReader.js +1 -2
- package/dist/application/context/project/query/IProjectContextReader.js.map +1 -1
- package/dist/application/context/project/update/IProjectUpdateReader.js +1 -2
- package/dist/application/context/project/update/IProjectUpdateReader.js.map +1 -1
- package/dist/application/context/project/update/IProjectUpdatedEventWriter.js +1 -2
- package/dist/application/context/project/update/IProjectUpdatedEventWriter.js.map +1 -1
- package/dist/application/context/project/update/IProjectUpdatedProjector.js +1 -2
- package/dist/application/context/project/update/IProjectUpdatedProjector.js.map +1 -1
- package/dist/application/context/project/update/IUpdateProjectGateway.js +1 -2
- package/dist/application/context/project/update/LocalUpdateProjectGateway.js +1 -5
- package/dist/application/context/project/update/LocalUpdateProjectGateway.js.map +1 -1
- package/dist/application/context/project/update/ProjectUpdatedEventHandler.js +3 -7
- package/dist/application/context/project/update/ProjectUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/project/update/UpdateProjectCommand.js +1 -2
- package/dist/application/context/project/update/UpdateProjectCommand.js.map +1 -1
- package/dist/application/context/project/update/UpdateProjectCommandHandler.js +5 -9
- package/dist/application/context/project/update/UpdateProjectCommandHandler.js.map +1 -1
- package/dist/application/context/project/update/UpdateProjectController.js +1 -5
- package/dist/application/context/project/update/UpdateProjectController.js.map +1 -1
- package/dist/application/context/project/update/UpdateProjectRequest.js +1 -2
- package/dist/application/context/project/update/UpdateProjectResponse.js +1 -2
- package/dist/application/context/relations/IRelationReader.js +1 -2
- package/dist/application/context/relations/RelationView.js +1 -2
- package/dist/application/context/relations/add/AddRelationCommand.js +1 -2
- package/dist/application/context/relations/add/AddRelationCommandHandler.js +5 -9
- package/dist/application/context/relations/add/AddRelationCommandHandler.js.map +1 -1
- package/dist/application/context/relations/add/AddRelationController.js +1 -5
- package/dist/application/context/relations/add/AddRelationController.js.map +1 -1
- package/dist/application/context/relations/add/AddRelationRequest.js +1 -2
- package/dist/application/context/relations/add/AddRelationResponse.js +1 -2
- package/dist/application/context/relations/add/IAddRelationGateway.js +1 -2
- package/dist/application/context/relations/add/IRelationAddedEventWriter.js +1 -2
- package/dist/application/context/relations/add/IRelationAddedProjector.js +1 -2
- package/dist/application/context/relations/add/IRelationAddedReader.js +1 -2
- package/dist/application/context/relations/add/LocalAddRelationGateway.js +1 -5
- package/dist/application/context/relations/add/LocalAddRelationGateway.js.map +1 -1
- package/dist/application/context/relations/add/RelationAddedEventHandler.js +1 -5
- package/dist/application/context/relations/add/RelationAddedEventHandler.js.map +1 -1
- package/dist/application/context/relations/deactivate/DeactivateRelationCommand.js +1 -2
- package/dist/application/context/relations/deactivate/DeactivateRelationCommandHandler.js +8 -12
- package/dist/application/context/relations/deactivate/DeactivateRelationCommandHandler.js.map +1 -1
- package/dist/application/context/relations/deactivate/IRelationDeactivatedEventReader.js +1 -2
- package/dist/application/context/relations/deactivate/IRelationDeactivatedEventWriter.js +1 -2
- package/dist/application/context/relations/deactivate/IRelationDeactivatedProjector.js +1 -2
- package/dist/application/context/relations/deactivate/IRelationDeactivatedReader.js +1 -2
- package/dist/application/context/relations/deactivate/RelationDeactivatedEventHandler.js +1 -5
- package/dist/application/context/relations/deactivate/RelationDeactivatedEventHandler.js.map +1 -1
- package/dist/application/context/relations/deactivate/RelationDeactivationCascade.js +1 -5
- package/dist/application/context/relations/deactivate/RelationDeactivationCascade.js.map +1 -1
- package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.js +1 -2
- package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.js +1 -5
- package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.js.map +1 -1
- package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.js +12 -16
- package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.js.map +1 -1
- package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.js +1 -5
- package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.js.map +1 -1
- package/dist/application/context/relations/get/GetRelationsController.js +1 -5
- package/dist/application/context/relations/get/GetRelationsController.js.map +1 -1
- package/dist/application/context/relations/get/GetRelationsRequest.js +1 -2
- package/dist/application/context/relations/get/GetRelationsResponse.js +1 -2
- package/dist/application/context/relations/get/IGetRelationsGateway.js +1 -2
- package/dist/application/context/relations/get/IRelationViewReader.js +1 -2
- package/dist/application/context/relations/get/IRelationViewReader.js.map +1 -1
- package/dist/application/context/relations/get/LocalGetRelationsGateway.js +1 -5
- package/dist/application/context/relations/get/LocalGetRelationsGateway.js.map +1 -1
- package/dist/application/context/relations/maintain/IRelationMaintenanceGoalRegistrar.js +1 -2
- package/dist/application/context/relations/maintain/NoOpRelationMaintenanceGoalRegistrar.js +1 -5
- package/dist/application/context/relations/maintain/NoOpRelationMaintenanceGoalRegistrar.js.map +1 -1
- package/dist/application/context/relations/maintain/RelationMaintenanceGoalRegistrar.js +1 -5
- package/dist/application/context/relations/maintain/RelationMaintenanceGoalRegistrar.js.map +1 -1
- package/dist/application/context/relations/reactivate/IRelationReactivatedEventReader.js +1 -2
- package/dist/application/context/relations/reactivate/IRelationReactivatedEventWriter.js +1 -2
- package/dist/application/context/relations/reactivate/IRelationReactivatedProjector.js +1 -2
- package/dist/application/context/relations/reactivate/IRelationReactivatedReader.js +1 -2
- package/dist/application/context/relations/reactivate/ReactivateRelationCommand.js +1 -2
- package/dist/application/context/relations/reactivate/ReactivateRelationCommandHandler.js +8 -12
- package/dist/application/context/relations/reactivate/ReactivateRelationCommandHandler.js.map +1 -1
- package/dist/application/context/relations/reactivate/RelationReactivatedEventHandler.js +1 -5
- package/dist/application/context/relations/reactivate/RelationReactivatedEventHandler.js.map +1 -1
- package/dist/application/context/relations/reactivate/RelationReactivationCascade.js +1 -5
- package/dist/application/context/relations/reactivate/RelationReactivationCascade.js.map +1 -1
- package/dist/application/context/relations/remove/IRelationRemovedEventReader.js +1 -2
- package/dist/application/context/relations/remove/IRelationRemovedEventWriter.js +1 -2
- package/dist/application/context/relations/remove/IRelationRemovedProjector.js +1 -2
- package/dist/application/context/relations/remove/IRelationRemovedReader.js +1 -2
- package/dist/application/context/relations/remove/IRemoveRelationGateway.js +1 -2
- package/dist/application/context/relations/remove/LocalRemoveRelationGateway.js +1 -5
- package/dist/application/context/relations/remove/LocalRemoveRelationGateway.js.map +1 -1
- package/dist/application/context/relations/remove/RelationRemovedEventHandler.js +1 -5
- package/dist/application/context/relations/remove/RelationRemovedEventHandler.js.map +1 -1
- package/dist/application/context/relations/remove/RemoveRelationCommand.js +1 -2
- package/dist/application/context/relations/remove/RemoveRelationCommandHandler.js +9 -13
- package/dist/application/context/relations/remove/RemoveRelationCommandHandler.js.map +1 -1
- package/dist/application/context/relations/remove/RemoveRelationController.js +1 -5
- package/dist/application/context/relations/remove/RemoveRelationController.js.map +1 -1
- package/dist/application/context/relations/remove/RemoveRelationRequest.js +1 -2
- package/dist/application/context/relations/remove/RemoveRelationResponse.js +1 -2
- package/dist/application/context/sessions/SessionInstructionSignal.js +1 -4
- package/dist/application/context/sessions/SessionInstructionSignal.js.map +1 -1
- package/dist/application/context/sessions/SessionView.js +1 -2
- package/dist/application/context/sessions/end/EndSessionCommand.js +1 -2
- package/dist/application/context/sessions/end/EndSessionCommandHandler.js +5 -9
- package/dist/application/context/sessions/end/EndSessionCommandHandler.js.map +1 -1
- package/dist/application/context/sessions/end/EndSessionController.js +1 -5
- package/dist/application/context/sessions/end/EndSessionController.js.map +1 -1
- package/dist/application/context/sessions/end/EndSessionRequest.js +1 -2
- package/dist/application/context/sessions/end/EndSessionResponse.js +1 -2
- package/dist/application/context/sessions/end/IActiveSessionReader.js +1 -2
- package/dist/application/context/sessions/end/IEndSessionGateway.js +1 -2
- package/dist/application/context/sessions/end/ISessionEndedEventReader.js +1 -2
- package/dist/application/context/sessions/end/ISessionEndedEventWriter.js +1 -2
- package/dist/application/context/sessions/end/ISessionEndedProjector.js +1 -2
- package/dist/application/context/sessions/end/LocalEndSessionGateway.js +1 -5
- package/dist/application/context/sessions/end/LocalEndSessionGateway.js.map +1 -1
- package/dist/application/context/sessions/end/SessionEndedEventHandler.js +1 -5
- package/dist/application/context/sessions/end/SessionEndedEventHandler.js.map +1 -1
- package/dist/application/context/sessions/get/ContextualSessionView.js +1 -2
- package/dist/application/context/sessions/get/DeactivatedRelationSummary.js +1 -2
- package/dist/application/context/sessions/get/EnrichedSessionContext.js +1 -2
- package/dist/application/context/sessions/get/GetSessionsController.js +1 -5
- package/dist/application/context/sessions/get/GetSessionsController.js.map +1 -1
- package/dist/application/context/sessions/get/GetSessionsRequest.js +1 -2
- package/dist/application/context/sessions/get/GetSessionsResponse.js +1 -2
- package/dist/application/context/sessions/get/IGetSessionsGateway.js +1 -2
- package/dist/application/context/sessions/get/ISessionViewReader.js +1 -2
- package/dist/application/context/sessions/get/ISessionViewReader.js.map +1 -1
- package/dist/application/context/sessions/get/LocalGetSessionsGateway.js +1 -5
- package/dist/application/context/sessions/get/LocalGetSessionsGateway.js.map +1 -1
- package/dist/application/context/sessions/get/SessionContext.js +1 -2
- package/dist/application/context/sessions/get/SessionContextQueryHandler.js +9 -13
- package/dist/application/context/sessions/get/SessionContextQueryHandler.js.map +1 -1
- package/dist/application/context/sessions/start/ActivityMirrorAssembler.js +1 -5
- package/dist/application/context/sessions/start/ActivityMirrorAssembler.js.map +1 -1
- package/dist/application/context/sessions/start/IBrownfieldStatusReader.js +1 -2
- package/dist/application/context/sessions/start/ISessionStartedEventWriter.js +1 -2
- package/dist/application/context/sessions/start/ISessionStartedProjector.js +1 -2
- package/dist/application/context/sessions/start/IStartSessionGateway.js +1 -2
- package/dist/application/context/sessions/start/LocalStartSessionGateway.js +7 -11
- package/dist/application/context/sessions/start/LocalStartSessionGateway.js.map +1 -1
- package/dist/application/context/sessions/start/SessionStartController.js +1 -5
- package/dist/application/context/sessions/start/SessionStartController.js.map +1 -1
- package/dist/application/context/sessions/start/SessionStartRequest.js +1 -2
- package/dist/application/context/sessions/start/SessionStartResponse.js +1 -2
- package/dist/application/context/sessions/start/SessionStartedEventHandler.js +1 -5
- package/dist/application/context/sessions/start/SessionStartedEventHandler.js.map +1 -1
- package/dist/application/context/sessions/start/StartSessionCommand.js +1 -2
- package/dist/application/context/sessions/start/StartSessionCommandHandler.js +5 -9
- package/dist/application/context/sessions/start/StartSessionCommandHandler.js.map +1 -1
- package/dist/application/context/telemetry/TelemetryConsentStatusResolver.js +1 -5
- package/dist/application/context/telemetry/TelemetryConsentStatusResolver.js.map +1 -1
- package/dist/application/context/telemetry/TelemetryEnvironmentStatus.js +1 -2
- package/dist/application/context/telemetry/get/GetTelemetryStatusController.js +1 -5
- package/dist/application/context/telemetry/get/GetTelemetryStatusController.js.map +1 -1
- package/dist/application/context/telemetry/get/GetTelemetryStatusRequest.js +1 -2
- package/dist/application/context/telemetry/get/GetTelemetryStatusResponse.js +1 -2
- package/dist/application/context/telemetry/get/IGetTelemetryStatusGateway.js +1 -2
- package/dist/application/context/telemetry/get/LocalGetTelemetryStatusGateway.js +1 -5
- package/dist/application/context/telemetry/get/LocalGetTelemetryStatusGateway.js.map +1 -1
- package/dist/application/context/telemetry/update/IUpdateTelemetryConsentGateway.js +1 -2
- package/dist/application/context/telemetry/update/LocalUpdateTelemetryConsentGateway.js +1 -5
- package/dist/application/context/telemetry/update/LocalUpdateTelemetryConsentGateway.js.map +1 -1
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentCommand.js +1 -2
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentCommandHandler.js +3 -7
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentCommandHandler.js.map +1 -1
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentController.js +1 -5
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentController.js.map +1 -1
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentRequest.js +1 -2
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentResponse.js +1 -2
- package/dist/application/context/value-propositions/ValuePropositionView.js +1 -2
- package/dist/application/context/value-propositions/add/AddValuePropositionCommand.js +1 -2
- package/dist/application/context/value-propositions/add/AddValuePropositionCommandHandler.js +5 -9
- package/dist/application/context/value-propositions/add/AddValuePropositionCommandHandler.js.map +1 -1
- package/dist/application/context/value-propositions/add/AddValuePropositionController.js +1 -5
- package/dist/application/context/value-propositions/add/AddValuePropositionController.js.map +1 -1
- package/dist/application/context/value-propositions/add/AddValuePropositionRequest.js +1 -2
- package/dist/application/context/value-propositions/add/AddValuePropositionResponse.js +1 -2
- package/dist/application/context/value-propositions/add/IAddValuePropositionGateway.js +1 -2
- package/dist/application/context/value-propositions/add/IValuePropositionAddedEventWriter.js +1 -2
- package/dist/application/context/value-propositions/add/IValuePropositionAddedEventWriter.js.map +1 -1
- package/dist/application/context/value-propositions/add/IValuePropositionAddedProjector.js +1 -2
- package/dist/application/context/value-propositions/add/IValuePropositionAddedProjector.js.map +1 -1
- package/dist/application/context/value-propositions/add/LocalAddValuePropositionGateway.js +1 -5
- package/dist/application/context/value-propositions/add/LocalAddValuePropositionGateway.js.map +1 -1
- package/dist/application/context/value-propositions/add/ValuePropositionAddedEventHandler.js +1 -5
- package/dist/application/context/value-propositions/add/ValuePropositionAddedEventHandler.js.map +1 -1
- package/dist/application/context/value-propositions/get/GetValuePropositionsController.js +1 -5
- package/dist/application/context/value-propositions/get/GetValuePropositionsController.js.map +1 -1
- package/dist/application/context/value-propositions/get/GetValuePropositionsRequest.js +1 -2
- package/dist/application/context/value-propositions/get/GetValuePropositionsResponse.js +1 -2
- package/dist/application/context/value-propositions/get/IGetValuePropositionsGateway.js +1 -2
- package/dist/application/context/value-propositions/get/LocalGetValuePropositionsGateway.js +1 -5
- package/dist/application/context/value-propositions/get/LocalGetValuePropositionsGateway.js.map +1 -1
- package/dist/application/context/value-propositions/query/IValuePropositionContextReader.js +1 -2
- package/dist/application/context/value-propositions/query/IValuePropositionContextReader.js.map +1 -1
- package/dist/application/context/value-propositions/remove/IRemoveValuePropositionGateway.js +1 -2
- package/dist/application/context/value-propositions/remove/IValuePropositionRemoveReader.js +1 -2
- package/dist/application/context/value-propositions/remove/IValuePropositionRemoveReader.js.map +1 -1
- package/dist/application/context/value-propositions/remove/IValuePropositionRemovedEventWriter.js +1 -2
- package/dist/application/context/value-propositions/remove/IValuePropositionRemovedEventWriter.js.map +1 -1
- package/dist/application/context/value-propositions/remove/IValuePropositionRemovedProjector.js +1 -2
- package/dist/application/context/value-propositions/remove/IValuePropositionRemovedProjector.js.map +1 -1
- package/dist/application/context/value-propositions/remove/LocalRemoveValuePropositionGateway.js +3 -7
- package/dist/application/context/value-propositions/remove/LocalRemoveValuePropositionGateway.js.map +1 -1
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionCommand.js +1 -2
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionCommandHandler.js +5 -9
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionCommandHandler.js.map +1 -1
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionController.js +1 -5
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionController.js.map +1 -1
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionRequest.js +1 -2
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionResponse.js +1 -2
- package/dist/application/context/value-propositions/remove/ValuePropositionRemovedEventHandler.js +3 -7
- package/dist/application/context/value-propositions/remove/ValuePropositionRemovedEventHandler.js.map +1 -1
- package/dist/application/context/value-propositions/update/IUpdateValuePropositionGateway.js +1 -2
- package/dist/application/context/value-propositions/update/IValuePropositionUpdateReader.js +1 -2
- package/dist/application/context/value-propositions/update/IValuePropositionUpdateReader.js.map +1 -1
- package/dist/application/context/value-propositions/update/IValuePropositionUpdatedEventWriter.js +1 -2
- package/dist/application/context/value-propositions/update/IValuePropositionUpdatedEventWriter.js.map +1 -1
- package/dist/application/context/value-propositions/update/IValuePropositionUpdatedProjector.js +1 -2
- package/dist/application/context/value-propositions/update/IValuePropositionUpdatedProjector.js.map +1 -1
- package/dist/application/context/value-propositions/update/LocalUpdateValuePropositionGateway.js +1 -5
- package/dist/application/context/value-propositions/update/LocalUpdateValuePropositionGateway.js.map +1 -1
- package/dist/application/context/value-propositions/update/UpdateValuePropositionCommand.js +1 -2
- package/dist/application/context/value-propositions/update/UpdateValuePropositionCommandHandler.js +5 -9
- package/dist/application/context/value-propositions/update/UpdateValuePropositionCommandHandler.js.map +1 -1
- package/dist/application/context/value-propositions/update/UpdateValuePropositionController.js +1 -5
- package/dist/application/context/value-propositions/update/UpdateValuePropositionController.js.map +1 -1
- package/dist/application/context/value-propositions/update/UpdateValuePropositionRequest.js +1 -2
- package/dist/application/context/value-propositions/update/UpdateValuePropositionResponse.js +1 -2
- package/dist/application/context/value-propositions/update/ValuePropositionUpdatedEventHandler.js +3 -7
- package/dist/application/context/value-propositions/update/ValuePropositionUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/work/pause/IPauseWorkGateway.js +1 -2
- package/dist/application/context/work/pause/LocalPauseWorkGateway.js +1 -5
- package/dist/application/context/work/pause/LocalPauseWorkGateway.js.map +1 -1
- package/dist/application/context/work/pause/PauseWorkCommand.js +1 -2
- package/dist/application/context/work/pause/PauseWorkCommandHandler.js +5 -9
- package/dist/application/context/work/pause/PauseWorkCommandHandler.js.map +1 -1
- package/dist/application/context/work/pause/PauseWorkController.js +1 -5
- package/dist/application/context/work/pause/PauseWorkController.js.map +1 -1
- package/dist/application/context/work/pause/PauseWorkRequest.js +1 -2
- package/dist/application/context/work/pause/PauseWorkResponse.js +1 -2
- package/dist/application/context/work/query/GetWorkSummaryQueryHandler.js +6 -10
- package/dist/application/context/work/query/GetWorkSummaryQueryHandler.js.map +1 -1
- package/dist/application/context/work/resume/IResumeWorkGateway.js +1 -2
- package/dist/application/context/work/resume/LocalResumeWorkGateway.js +3 -7
- package/dist/application/context/work/resume/LocalResumeWorkGateway.js.map +1 -1
- package/dist/application/context/work/resume/ResumeWorkController.js +1 -5
- package/dist/application/context/work/resume/ResumeWorkController.js.map +1 -1
- package/dist/application/context/work/resume/ResumeWorkRequest.js +1 -2
- package/dist/application/context/work/resume/ResumeWorkResponse.js +1 -2
- package/dist/application/context/work/views/WorkSummaryView.js +1 -2
- package/dist/application/evolve/EvolveController.js +1 -5
- package/dist/application/evolve/EvolveController.js.map +1 -1
- package/dist/application/evolve/EvolveResponse.js +1 -2
- package/dist/application/evolve/EvolveStepResult.js +1 -2
- package/dist/application/host/IApplicationContainer.js +1 -2
- package/dist/application/host/IApplicationContainer.js.map +1 -1
- package/dist/application/host/workers/IWorkerIdentityReader.js +1 -2
- package/dist/application/host/workers/IWorkerIdentityReader.js.map +1 -1
- package/dist/application/host/workers/IWorkerModeAccessor.js +1 -2
- package/dist/application/host/workers/IWorkerModeAccessor.js.map +1 -1
- package/dist/application/host/workers/WorkerId.js +1 -4
- package/dist/application/host/workers/WorkerId.js.map +1 -1
- package/dist/application/host/workers/WorkerMode.js +1 -2
- package/dist/application/host/workers/identify/IWorkerIdentifiedEventWriter.js +1 -2
- package/dist/application/host/workers/identify/IWorkerIdentifiedProjector.js +1 -2
- package/dist/application/host/workers/identify/WorkerIdentifiedEventHandler.js +1 -5
- package/dist/application/host/workers/identify/WorkerIdentifiedEventHandler.js.map +1 -1
- package/dist/application/identity/IdGenerator.js +3 -7
- package/dist/application/identity/IdGenerator.js.map +1 -1
- package/dist/application/logging/ILogger.js +2 -5
- package/dist/application/logging/ILogger.js.map +1 -1
- package/dist/application/maintenance/db/rebuild/IDatabaseRebuildService.js +1 -2
- package/dist/application/maintenance/db/rebuild/IRebuildDatabaseGateway.js +1 -2
- package/dist/application/maintenance/db/rebuild/LocalRebuildDatabaseGateway.js +1 -5
- package/dist/application/maintenance/db/rebuild/LocalRebuildDatabaseGateway.js.map +1 -1
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.js +1 -2
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.js +1 -5
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.js.map +1 -1
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseController.js +1 -5
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseController.js.map +1 -1
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseRequest.js +1 -2
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseResponse.js +1 -2
- package/dist/application/maintenance/migrate-dependencies/ILegacyDependencyReader.js +1 -2
- package/dist/application/maintenance/migrate-dependencies/LegacyDependencyCandidate.js +1 -2
- package/dist/application/maintenance/migrate-dependencies/MigrateDependenciesCommand.js +1 -2
- package/dist/application/maintenance/migrate-dependencies/MigrateDependenciesCommandHandler.js +4 -8
- package/dist/application/maintenance/migrate-dependencies/MigrateDependenciesCommandHandler.js.map +1 -1
- package/dist/application/maintenance/migrate-dependencies/MigrateDependenciesResponse.js +1 -2
- package/dist/application/maintenance/upgrade/UpgradeCommand.js +1 -2
- package/dist/application/maintenance/upgrade/UpgradeCommandHandler.js +3 -7
- package/dist/application/maintenance/upgrade/UpgradeCommandHandler.js.map +1 -1
- package/dist/application/maintenance/upgrade/UpgradeResponse.js +1 -2
- package/dist/application/messaging/IEventBus.d.ts +2 -2
- package/dist/application/messaging/IEventBus.d.ts.map +1 -1
- package/dist/application/messaging/IEventBus.js +1 -2
- package/dist/application/messaging/IEventBus.js.map +1 -1
- package/dist/application/messaging/IEventHandler.d.ts +1 -1
- package/dist/application/messaging/IEventHandler.d.ts.map +1 -1
- package/dist/application/messaging/IEventHandler.js +1 -2
- package/dist/application/messaging/IEventHandler.js.map +1 -1
- package/dist/application/persistence/IEventStore.d.ts +1 -1
- package/dist/application/persistence/IEventStore.d.ts.map +1 -1
- package/dist/application/persistence/IEventStore.js +1 -2
- package/dist/application/settings/ISettingsInitializer.js +1 -2
- package/dist/application/settings/ISettingsReader.js +1 -2
- package/dist/application/settings/Settings.js +2 -5
- package/dist/application/settings/Settings.js.map +1 -1
- package/dist/application/telemetry/ITelemetryClient.js +1 -2
- package/dist/application/telemetry/ITelemetryEnvironmentReader.js +1 -2
- package/dist/application/time-and-date/IClock.js +1 -2
- package/dist/cli.js +16 -21
- package/dist/cli.js.map +1 -1
- package/dist/domain/BaseAggregate.js +1 -5
- package/dist/domain/BaseAggregate.js.map +1 -1
- package/dist/domain/BaseEvent.js +1 -2
- package/dist/domain/BaseEvent.js.map +1 -1
- package/dist/domain/architecture/Architecture.js +33 -37
- package/dist/domain/architecture/Architecture.js.map +1 -1
- package/dist/domain/architecture/Constants.js +4 -8
- package/dist/domain/architecture/Constants.js.map +1 -1
- package/dist/domain/architecture/EventIndex.js +3 -19
- package/dist/domain/architecture/EventIndex.js.map +1 -1
- package/dist/domain/architecture/define/ArchitectureDefinedEvent.js +1 -2
- package/dist/domain/architecture/define/ArchitectureDefinedEvent.js.map +1 -1
- package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.js +1 -2
- package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.js.map +1 -1
- package/dist/domain/architecture/rules/DataStoresRules.js +15 -20
- package/dist/domain/architecture/rules/DataStoresRules.js.map +1 -1
- package/dist/domain/architecture/rules/DescriptionRules.js +7 -12
- package/dist/domain/architecture/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/architecture/rules/OrganizationRules.js +7 -12
- package/dist/domain/architecture/rules/OrganizationRules.js.map +1 -1
- package/dist/domain/architecture/rules/PatternsRules.js +8 -13
- package/dist/domain/architecture/rules/PatternsRules.js.map +1 -1
- package/dist/domain/architecture/rules/PrinciplesRules.js +8 -13
- package/dist/domain/architecture/rules/PrinciplesRules.js.map +1 -1
- package/dist/domain/architecture/rules/StackRules.js +8 -13
- package/dist/domain/architecture/rules/StackRules.js.map +1 -1
- package/dist/domain/architecture/update/ArchitectureUpdatedEvent.js +1 -2
- package/dist/domain/architecture/update/ArchitectureUpdatedEvent.js.map +1 -1
- package/dist/domain/audience-pains/AudiencePain.js +18 -22
- package/dist/domain/audience-pains/AudiencePain.js.map +1 -1
- package/dist/domain/audience-pains/Constants.js +5 -9
- package/dist/domain/audience-pains/Constants.js.map +1 -1
- package/dist/domain/audience-pains/EventIndex.js +2 -18
- package/dist/domain/audience-pains/EventIndex.js.map +1 -1
- package/dist/domain/audience-pains/add/AudiencePainAddedEvent.js +1 -2
- package/dist/domain/audience-pains/add/AudiencePainAddedEvent.js.map +1 -1
- package/dist/domain/audience-pains/rules/DescriptionRules.js +7 -12
- package/dist/domain/audience-pains/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/audience-pains/rules/TitleRules.js +7 -12
- package/dist/domain/audience-pains/rules/TitleRules.js.map +1 -1
- package/dist/domain/audience-pains/update/AudiencePainUpdatedEvent.js +1 -2
- package/dist/domain/audience-pains/update/AudiencePainUpdatedEvent.js.map +1 -1
- package/dist/domain/audiences/Audience.js +24 -28
- package/dist/domain/audiences/Audience.js.map +1 -1
- package/dist/domain/audiences/Constants.js +5 -9
- package/dist/domain/audiences/Constants.js.map +1 -1
- package/dist/domain/audiences/EventIndex.js +3 -19
- package/dist/domain/audiences/EventIndex.js.map +1 -1
- package/dist/domain/audiences/add/AudienceAddedEvent.js +1 -2
- package/dist/domain/audiences/add/AudienceAddedEvent.js.map +1 -1
- package/dist/domain/audiences/remove/AudienceRemovedEvent.js +1 -2
- package/dist/domain/audiences/remove/AudienceRemovedEvent.js.map +1 -1
- package/dist/domain/audiences/rules/DescriptionRules.js +7 -12
- package/dist/domain/audiences/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/audiences/rules/NameRules.js +7 -12
- package/dist/domain/audiences/rules/NameRules.js.map +1 -1
- package/dist/domain/audiences/rules/PriorityRules.js +5 -9
- package/dist/domain/audiences/rules/PriorityRules.js.map +1 -1
- package/dist/domain/audiences/update/AudienceUpdatedEvent.js +1 -2
- package/dist/domain/audiences/update/AudienceUpdatedEvent.js.map +1 -1
- package/dist/domain/components/Component.js +54 -58
- package/dist/domain/components/Component.js.map +1 -1
- package/dist/domain/components/Constants.js +8 -12
- package/dist/domain/components/Constants.js.map +1 -1
- package/dist/domain/components/EventIndex.js +6 -22
- package/dist/domain/components/EventIndex.js.map +1 -1
- package/dist/domain/components/add/ComponentAddedEvent.js +1 -2
- package/dist/domain/components/add/ComponentAddedEvent.js.map +1 -1
- package/dist/domain/components/deprecate/ComponentDeprecatedEvent.js +1 -2
- package/dist/domain/components/deprecate/ComponentDeprecatedEvent.js.map +1 -1
- package/dist/domain/components/remove/ComponentRemovedEvent.js +1 -2
- package/dist/domain/components/remove/ComponentRemovedEvent.js.map +1 -1
- package/dist/domain/components/rename/ComponentRenamedEvent.js +1 -2
- package/dist/domain/components/rename/ComponentRenamedEvent.js.map +1 -1
- package/dist/domain/components/rules/DeprecationReasonRules.js +5 -9
- package/dist/domain/components/rules/DeprecationReasonRules.js.map +1 -1
- package/dist/domain/components/rules/DescriptionRules.js +7 -12
- package/dist/domain/components/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/components/rules/NameRules.js +7 -12
- package/dist/domain/components/rules/NameRules.js.map +1 -1
- package/dist/domain/components/rules/PathRules.js +7 -12
- package/dist/domain/components/rules/PathRules.js.map +1 -1
- package/dist/domain/components/rules/ResponsibilityRules.js +7 -12
- package/dist/domain/components/rules/ResponsibilityRules.js.map +1 -1
- package/dist/domain/components/rules/TypeRules.js +7 -12
- package/dist/domain/components/rules/TypeRules.js.map +1 -1
- package/dist/domain/components/undeprecate/ComponentUndeprecatedEvent.js +1 -2
- package/dist/domain/components/undeprecate/ComponentUndeprecatedEvent.js.map +1 -1
- package/dist/domain/components/update/ComponentUpdatedEvent.js +1 -2
- package/dist/domain/components/update/ComponentUpdatedEvent.js.map +1 -1
- package/dist/domain/decisions/Constants.js +5 -9
- package/dist/domain/decisions/Constants.js.map +1 -1
- package/dist/domain/decisions/Decision.js +52 -56
- package/dist/domain/decisions/Decision.js.map +1 -1
- package/dist/domain/decisions/EventIndex.js +5 -21
- package/dist/domain/decisions/EventIndex.js.map +1 -1
- package/dist/domain/decisions/add/DecisionAddedEvent.js +1 -2
- package/dist/domain/decisions/add/DecisionAddedEvent.js.map +1 -1
- package/dist/domain/decisions/restore/DecisionRestoredEvent.js +1 -2
- package/dist/domain/decisions/restore/DecisionRestoredEvent.js.map +1 -1
- package/dist/domain/decisions/reverse/DecisionReversedEvent.js +1 -2
- package/dist/domain/decisions/reverse/DecisionReversedEvent.js.map +1 -1
- package/dist/domain/decisions/rules/AlternativesRules.js +8 -13
- package/dist/domain/decisions/rules/AlternativesRules.js.map +1 -1
- package/dist/domain/decisions/rules/ConsequencesRules.js +5 -9
- package/dist/domain/decisions/rules/ConsequencesRules.js.map +1 -1
- package/dist/domain/decisions/rules/ContextRules.js +7 -12
- package/dist/domain/decisions/rules/ContextRules.js.map +1 -1
- package/dist/domain/decisions/rules/RationaleRules.js +5 -9
- package/dist/domain/decisions/rules/RationaleRules.js.map +1 -1
- package/dist/domain/decisions/rules/ReasonRules.js +7 -12
- package/dist/domain/decisions/rules/ReasonRules.js.map +1 -1
- package/dist/domain/decisions/rules/SupersededByRules.js +4 -8
- package/dist/domain/decisions/rules/SupersededByRules.js.map +1 -1
- package/dist/domain/decisions/rules/TitleRules.js +7 -12
- package/dist/domain/decisions/rules/TitleRules.js.map +1 -1
- package/dist/domain/decisions/supersede/DecisionSupersededEvent.js +1 -2
- package/dist/domain/decisions/supersede/DecisionSupersededEvent.js.map +1 -1
- package/dist/domain/decisions/update/DecisionUpdatedEvent.js +1 -2
- package/dist/domain/decisions/update/DecisionUpdatedEvent.js.map +1 -1
- package/dist/domain/dependencies/Constants.js +5 -9
- package/dist/domain/dependencies/Constants.js.map +1 -1
- package/dist/domain/dependencies/Dependency.js +32 -36
- package/dist/domain/dependencies/Dependency.js.map +1 -1
- package/dist/domain/dependencies/EventIndex.js +3 -19
- package/dist/domain/dependencies/EventIndex.js.map +1 -1
- package/dist/domain/dependencies/add/DependencyAddedEvent.js +1 -2
- package/dist/domain/dependencies/add/DependencyAddedEvent.js.map +1 -1
- package/dist/domain/dependencies/remove/DependencyRemovedEvent.js +1 -2
- package/dist/domain/dependencies/remove/DependencyRemovedEvent.js.map +1 -1
- package/dist/domain/dependencies/rules/ConsumerIdRules.js +7 -12
- package/dist/domain/dependencies/rules/ConsumerIdRules.js.map +1 -1
- package/dist/domain/dependencies/rules/ContractRules.js +5 -9
- package/dist/domain/dependencies/rules/ContractRules.js.map +1 -1
- package/dist/domain/dependencies/rules/EcosystemRules.js +7 -12
- package/dist/domain/dependencies/rules/EcosystemRules.js.map +1 -1
- package/dist/domain/dependencies/rules/EndpointRules.js +5 -9
- package/dist/domain/dependencies/rules/EndpointRules.js.map +1 -1
- package/dist/domain/dependencies/rules/NameRules.js +7 -12
- package/dist/domain/dependencies/rules/NameRules.js.map +1 -1
- package/dist/domain/dependencies/rules/PackageNameRules.js +7 -12
- package/dist/domain/dependencies/rules/PackageNameRules.js.map +1 -1
- package/dist/domain/dependencies/rules/ProviderIdRules.js +7 -12
- package/dist/domain/dependencies/rules/ProviderIdRules.js.map +1 -1
- package/dist/domain/dependencies/rules/StatusRules.js +5 -9
- package/dist/domain/dependencies/rules/StatusRules.js.map +1 -1
- package/dist/domain/dependencies/rules/VersionConstraintRules.js +5 -9
- package/dist/domain/dependencies/rules/VersionConstraintRules.js.map +1 -1
- package/dist/domain/dependencies/update/DependencyUpdatedEvent.js +1 -2
- package/dist/domain/dependencies/update/DependencyUpdatedEvent.js.map +1 -1
- package/dist/domain/goals/Constants.js +33 -37
- package/dist/domain/goals/Constants.js.map +1 -1
- package/dist/domain/goals/EventIndex.js +22 -38
- package/dist/domain/goals/EventIndex.js.map +1 -1
- package/dist/domain/goals/Goal.js +113 -117
- package/dist/domain/goals/Goal.js.map +1 -1
- package/dist/domain/goals/GoalPausedReasons.js +1 -4
- package/dist/domain/goals/GoalPausedReasons.js.map +1 -1
- package/dist/domain/goals/add/GoalAddedEvent.js +1 -2
- package/dist/domain/goals/approve/GoalApprovedEvent.js +1 -2
- package/dist/domain/goals/block/GoalBlockedEvent.js +1 -2
- package/dist/domain/goals/close/GoalClosedEvent.js +1 -2
- package/dist/domain/goals/codify/GoalCodifyingStartedEvent.js +1 -2
- package/dist/domain/goals/commit/GoalCommittedEvent.js +1 -2
- package/dist/domain/goals/complete/GoalCompletedEvent.js +1 -2
- package/dist/domain/goals/migrate/GoalStatusMigratedEvent.js +1 -2
- package/dist/domain/goals/pause/GoalPausedEvent.js +1 -2
- package/dist/domain/goals/qualify/GoalQualifiedEvent.js +1 -2
- package/dist/domain/goals/refine/GoalRefinedEvent.js +1 -2
- package/dist/domain/goals/refine/GoalRefinementStartedEvent.js +1 -2
- package/dist/domain/goals/reject/GoalRejectedEvent.js +1 -2
- package/dist/domain/goals/remove/GoalRemovedEvent.js +1 -2
- package/dist/domain/goals/reset/GoalResetEvent.js +1 -2
- package/dist/domain/goals/resume/GoalResumedEvent.js +1 -2
- package/dist/domain/goals/review/GoalSubmittedForReviewEvent.js +1 -2
- package/dist/domain/goals/rules/CanCloseRule.js +6 -10
- package/dist/domain/goals/rules/CanCloseRule.js.map +1 -1
- package/dist/domain/goals/rules/CanCodifyRule.js +7 -11
- package/dist/domain/goals/rules/CanCodifyRule.js.map +1 -1
- package/dist/domain/goals/rules/CanCommitRule.js +4 -8
- package/dist/domain/goals/rules/CanCommitRule.js.map +1 -1
- package/dist/domain/goals/rules/CanQualifyRule.js +4 -8
- package/dist/domain/goals/rules/CanQualifyRule.js.map +1 -1
- package/dist/domain/goals/rules/CanRejectRule.js +4 -8
- package/dist/domain/goals/rules/CanRejectRule.js.map +1 -1
- package/dist/domain/goals/rules/CanSubmitForReviewRule.js +4 -8
- package/dist/domain/goals/rules/CanSubmitForReviewRule.js.map +1 -1
- package/dist/domain/goals/rules/CanSubmitRule.js +4 -8
- package/dist/domain/goals/rules/CanSubmitRule.js.map +1 -1
- package/dist/domain/goals/rules/FilePathRules.js +5 -9
- package/dist/domain/goals/rules/FilePathRules.js.map +1 -1
- package/dist/domain/goals/rules/NoteRules.js +8 -13
- package/dist/domain/goals/rules/NoteRules.js.map +1 -1
- package/dist/domain/goals/rules/ObjectiveRules.js +7 -12
- package/dist/domain/goals/rules/ObjectiveRules.js.map +1 -1
- package/dist/domain/goals/rules/PrerequisitePolicy.js +3 -7
- package/dist/domain/goals/rules/PrerequisitePolicy.js.map +1 -1
- package/dist/domain/goals/rules/ScopeRules.js +8 -13
- package/dist/domain/goals/rules/ScopeRules.js.map +1 -1
- package/dist/domain/goals/rules/StateTransitionRules.js +41 -54
- package/dist/domain/goals/rules/StateTransitionRules.js.map +1 -1
- package/dist/domain/goals/rules/SuccessCriteriaRules.js +10 -16
- package/dist/domain/goals/rules/SuccessCriteriaRules.js.map +1 -1
- package/dist/domain/goals/rules/TitleRules.js +7 -12
- package/dist/domain/goals/rules/TitleRules.js.map +1 -1
- package/dist/domain/goals/rules/UpdateRules.js +35 -43
- package/dist/domain/goals/rules/UpdateRules.js.map +1 -1
- package/dist/domain/goals/start/GoalStartedEvent.js +1 -2
- package/dist/domain/goals/submit/GoalSubmittedEvent.js +1 -2
- package/dist/domain/goals/unblock/GoalUnblockedEvent.js +1 -2
- package/dist/domain/goals/update/GoalUpdatedEvent.js +1 -2
- package/dist/domain/goals/update-progress/GoalProgressUpdatedEvent.js +1 -2
- package/dist/domain/guidelines/Constants.js +5 -9
- package/dist/domain/guidelines/Constants.js.map +1 -1
- package/dist/domain/guidelines/EventIndex.js +3 -19
- package/dist/domain/guidelines/EventIndex.js.map +1 -1
- package/dist/domain/guidelines/Guideline.js +30 -34
- package/dist/domain/guidelines/Guideline.js.map +1 -1
- package/dist/domain/guidelines/add/GuidelineAddedEvent.js +1 -2
- package/dist/domain/guidelines/add/GuidelineAddedEvent.js.map +1 -1
- package/dist/domain/guidelines/remove/GuidelineRemovedEvent.js +1 -2
- package/dist/domain/guidelines/remove/GuidelineRemovedEvent.js.map +1 -1
- package/dist/domain/guidelines/rules/CategoryRules.js +7 -12
- package/dist/domain/guidelines/rules/CategoryRules.js.map +1 -1
- package/dist/domain/guidelines/rules/DescriptionRules.js +7 -12
- package/dist/domain/guidelines/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/guidelines/rules/EnforcementRules.js +7 -12
- package/dist/domain/guidelines/rules/EnforcementRules.js.map +1 -1
- package/dist/domain/guidelines/rules/ExamplesRules.js +8 -13
- package/dist/domain/guidelines/rules/ExamplesRules.js.map +1 -1
- package/dist/domain/guidelines/rules/GuidelineIdRules.js +4 -8
- package/dist/domain/guidelines/rules/GuidelineIdRules.js.map +1 -1
- package/dist/domain/guidelines/rules/RationaleRules.js +7 -12
- package/dist/domain/guidelines/rules/RationaleRules.js.map +1 -1
- package/dist/domain/guidelines/rules/TitleRules.js +7 -12
- package/dist/domain/guidelines/rules/TitleRules.js.map +1 -1
- package/dist/domain/guidelines/update/GuidelineUpdatedEvent.js +1 -2
- package/dist/domain/guidelines/update/GuidelineUpdatedEvent.js.map +1 -1
- package/dist/domain/invariants/Constants.js +4 -8
- package/dist/domain/invariants/Constants.js.map +1 -1
- package/dist/domain/invariants/EventIndex.js +3 -19
- package/dist/domain/invariants/EventIndex.js.map +1 -1
- package/dist/domain/invariants/Invariant.js +23 -27
- package/dist/domain/invariants/Invariant.js.map +1 -1
- package/dist/domain/invariants/add/InvariantAddedEvent.js +1 -2
- package/dist/domain/invariants/add/InvariantAddedEvent.js.map +1 -1
- package/dist/domain/invariants/remove/InvariantRemovedEvent.js +1 -2
- package/dist/domain/invariants/remove/InvariantRemovedEvent.js.map +1 -1
- package/dist/domain/invariants/rules/DescriptionRules.js +7 -12
- package/dist/domain/invariants/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/invariants/rules/EnforcementRules.js +7 -12
- package/dist/domain/invariants/rules/EnforcementRules.js.map +1 -1
- package/dist/domain/invariants/rules/RationaleRules.js +5 -9
- package/dist/domain/invariants/rules/RationaleRules.js.map +1 -1
- package/dist/domain/invariants/rules/TitleRules.js +7 -12
- package/dist/domain/invariants/rules/TitleRules.js.map +1 -1
- package/dist/domain/invariants/update/InvariantUpdatedEvent.js +1 -2
- package/dist/domain/invariants/update/InvariantUpdatedEvent.js.map +1 -1
- package/dist/domain/project/AgentFileReferenceContent.js +1 -5
- package/dist/domain/project/AgentFileReferenceContent.js.map +1 -1
- package/dist/domain/project/AgentsMdContent.js +1 -5
- package/dist/domain/project/AgentsMdContent.js.map +1 -1
- package/dist/domain/project/Constants.js +4 -8
- package/dist/domain/project/Constants.js.map +1 -1
- package/dist/domain/project/CopilotInstructionsContent.js +1 -5
- package/dist/domain/project/CopilotInstructionsContent.js.map +1 -1
- package/dist/domain/project/CursorRulesContent.js +1 -5
- package/dist/domain/project/CursorRulesContent.js.map +1 -1
- package/dist/domain/project/EventIndex.js +2 -18
- package/dist/domain/project/EventIndex.js.map +1 -1
- package/dist/domain/project/JumboMdContent.js +1 -5
- package/dist/domain/project/JumboMdContent.js.map +1 -1
- package/dist/domain/project/Project.js +15 -19
- package/dist/domain/project/Project.js.map +1 -1
- package/dist/domain/project/init/ProjectInitializedEvent.js +1 -2
- package/dist/domain/project/init/ProjectInitializedEvent.js.map +1 -1
- package/dist/domain/project/rules/NameRules.js +7 -12
- package/dist/domain/project/rules/NameRules.js.map +1 -1
- package/dist/domain/project/rules/PurposeRules.js +5 -9
- package/dist/domain/project/rules/PurposeRules.js.map +1 -1
- package/dist/domain/project/update/ProjectUpdatedEvent.js +1 -2
- package/dist/domain/project/update/ProjectUpdatedEvent.js.map +1 -1
- package/dist/domain/relations/Constants.js +6 -10
- package/dist/domain/relations/Constants.js.map +1 -1
- package/dist/domain/relations/EventIndex.js +4 -20
- package/dist/domain/relations/EventIndex.js.map +1 -1
- package/dist/domain/relations/Relation.js +25 -29
- package/dist/domain/relations/Relation.js.map +1 -1
- package/dist/domain/relations/RelationProjection.js +5 -9
- package/dist/domain/relations/RelationProjection.js.map +1 -1
- package/dist/domain/relations/add/RelationAddedEvent.js +1 -2
- package/dist/domain/relations/deactivate/RelationDeactivatedEvent.js +1 -2
- package/dist/domain/relations/reactivate/RelationReactivatedEvent.js +1 -2
- package/dist/domain/relations/remove/RelationRemovedEvent.js +1 -2
- package/dist/domain/relations/rules/DescriptionRules.js +7 -12
- package/dist/domain/relations/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/relations/rules/EntityTypeRules.js +14 -22
- package/dist/domain/relations/rules/EntityTypeRules.js.map +1 -1
- package/dist/domain/relations/rules/RelationIdRules.js +4 -8
- package/dist/domain/relations/rules/RelationIdRules.js.map +1 -1
- package/dist/domain/relations/rules/RelationTypeRules.js +7 -12
- package/dist/domain/relations/rules/RelationTypeRules.js.map +1 -1
- package/dist/domain/sessions/Constants.js +5 -9
- package/dist/domain/sessions/Constants.js.map +1 -1
- package/dist/domain/sessions/EventIndex.js +2 -18
- package/dist/domain/sessions/EventIndex.js.map +1 -1
- package/dist/domain/sessions/Session.js +19 -23
- package/dist/domain/sessions/Session.js.map +1 -1
- package/dist/domain/sessions/end/SessionEndedEvent.js +1 -2
- package/dist/domain/sessions/rules/FocusRules.js +7 -12
- package/dist/domain/sessions/rules/FocusRules.js.map +1 -1
- package/dist/domain/sessions/rules/SummaryRules.js +5 -9
- package/dist/domain/sessions/rules/SummaryRules.js.map +1 -1
- package/dist/domain/sessions/start/SessionStartedEvent.js +1 -2
- package/dist/domain/validation/JsonSettingsRule.js +1 -5
- package/dist/domain/validation/JsonSettingsRule.js.map +1 -1
- package/dist/domain/validation/ValidationRule.js +1 -5
- package/dist/domain/validation/ValidationRule.js.map +1 -1
- package/dist/domain/value-propositions/Constants.js +4 -8
- package/dist/domain/value-propositions/Constants.js.map +1 -1
- package/dist/domain/value-propositions/EventIndex.js +3 -19
- package/dist/domain/value-propositions/EventIndex.js.map +1 -1
- package/dist/domain/value-propositions/ValueProposition.js +25 -29
- package/dist/domain/value-propositions/ValueProposition.js.map +1 -1
- package/dist/domain/value-propositions/ValuePropositionProjection.js +5 -9
- package/dist/domain/value-propositions/ValuePropositionProjection.js.map +1 -1
- package/dist/domain/value-propositions/add/ValuePropositionAddedEvent.js +1 -2
- package/dist/domain/value-propositions/remove/ValuePropositionRemovedEvent.js +1 -2
- package/dist/domain/value-propositions/rules/BenefitRules.js +7 -12
- package/dist/domain/value-propositions/rules/BenefitRules.js.map +1 -1
- package/dist/domain/value-propositions/rules/DescriptionRules.js +7 -12
- package/dist/domain/value-propositions/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/value-propositions/rules/MeasurableOutcomeRules.js +5 -9
- package/dist/domain/value-propositions/rules/MeasurableOutcomeRules.js.map +1 -1
- package/dist/domain/value-propositions/rules/TitleRules.js +7 -12
- package/dist/domain/value-propositions/rules/TitleRules.js.map +1 -1
- package/dist/domain/value-propositions/update/ValuePropositionUpdatedEvent.js +1 -2
- package/dist/domain/workers/identify/WorkerIdentifiedEvent.js +1 -4
- package/dist/domain/workers/identify/WorkerIdentifiedEvent.js.map +1 -1
- package/dist/infrastructure/cli-metadata/query/CliVersionReader.d.ts.map +1 -1
- package/dist/infrastructure/cli-metadata/query/CliVersionReader.js +6 -40
- package/dist/infrastructure/cli-metadata/query/CliVersionReader.js.map +1 -1
- package/dist/infrastructure/context/SqliteGoalContextAssembler.js +13 -17
- package/dist/infrastructure/context/SqliteGoalContextAssembler.js.map +1 -1
- package/dist/infrastructure/context/architecture/SqliteArchitectureReader.js +1 -5
- package/dist/infrastructure/context/architecture/SqliteArchitectureReader.js.map +1 -1
- package/dist/infrastructure/context/architecture/define/FsArchitectureDefinedEventStore.js +2 -6
- package/dist/infrastructure/context/architecture/define/FsArchitectureDefinedEventStore.js.map +1 -1
- package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.js +1 -5
- package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.js.map +1 -1
- package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js +2 -6
- package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js +1 -5
- package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js.map +1 -1
- package/dist/infrastructure/context/architecture/update/FsArchitectureUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/architecture/update/FsArchitectureUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/add/FsAudiencePainAddedEventStore.js +2 -6
- package/dist/infrastructure/context/audience-pains/add/FsAudiencePainAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/add/SqliteAudiencePainAddedProjector.js +3 -7
- package/dist/infrastructure/context/audience-pains/add/SqliteAudiencePainAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/query/SqliteAudiencePainContextReader.js +3 -7
- package/dist/infrastructure/context/audience-pains/query/SqliteAudiencePainContextReader.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/update/FsAudiencePainUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/audience-pains/update/FsAudiencePainUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/update/SqliteAudiencePainUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/audience-pains/update/SqliteAudiencePainUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/audiences/add/FsAudienceAddedEventStore.js +2 -6
- package/dist/infrastructure/context/audiences/add/FsAudienceAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audiences/add/SqliteAudienceAddedProjector.js +1 -5
- package/dist/infrastructure/context/audiences/add/SqliteAudienceAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/audiences/query/SqliteAudienceContextReader.js +1 -5
- package/dist/infrastructure/context/audiences/query/SqliteAudienceContextReader.js.map +1 -1
- package/dist/infrastructure/context/audiences/remove/FsAudienceRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/audiences/remove/FsAudienceRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audiences/remove/SqliteAudienceRemovedProjector.js +1 -5
- package/dist/infrastructure/context/audiences/remove/SqliteAudienceRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/audiences/update/FsAudienceUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/audiences/update/FsAudienceUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audiences/update/SqliteAudienceUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/audiences/update/SqliteAudienceUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/ComponentRecord.js +1 -2
- package/dist/infrastructure/context/components/ComponentRecord.js.map +1 -1
- package/dist/infrastructure/context/components/ComponentRecordMapper.js +1 -5
- package/dist/infrastructure/context/components/ComponentRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/components/add/FsComponentAddedEventStore.js +2 -6
- package/dist/infrastructure/context/components/add/FsComponentAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/add/SqliteComponentAddedProjector.js +1 -5
- package/dist/infrastructure/context/components/add/SqliteComponentAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/deprecate/FsComponentDeprecatedEventStore.js +2 -6
- package/dist/infrastructure/context/components/deprecate/FsComponentDeprecatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/deprecate/SqliteComponentDeprecatedProjector.js +1 -5
- package/dist/infrastructure/context/components/deprecate/SqliteComponentDeprecatedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/get/SqliteComponentReader.js +3 -7
- package/dist/infrastructure/context/components/get/SqliteComponentReader.js.map +1 -1
- package/dist/infrastructure/context/components/get/SqliteComponentViewReader.js +3 -7
- package/dist/infrastructure/context/components/get/SqliteComponentViewReader.js.map +1 -1
- package/dist/infrastructure/context/components/remove/FsComponentRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/components/remove/FsComponentRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/remove/SqliteComponentRemovedProjector.js +1 -5
- package/dist/infrastructure/context/components/remove/SqliteComponentRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/rename/FsComponentRenamedEventStore.js +2 -6
- package/dist/infrastructure/context/components/rename/FsComponentRenamedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/rename/SqliteComponentRenamedProjector.js +1 -5
- package/dist/infrastructure/context/components/rename/SqliteComponentRenamedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/undeprecate/FsComponentUndeprecatedEventStore.js +2 -6
- package/dist/infrastructure/context/components/undeprecate/FsComponentUndeprecatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/undeprecate/SqliteComponentUndeprecatedProjector.js +1 -5
- package/dist/infrastructure/context/components/undeprecate/SqliteComponentUndeprecatedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/update/FsComponentUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/components/update/FsComponentUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/update/SqliteComponentUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/components/update/SqliteComponentUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/DecisionRecord.js +1 -2
- package/dist/infrastructure/context/decisions/DecisionRecord.js.map +1 -1
- package/dist/infrastructure/context/decisions/DecisionRecordMapper.js +1 -5
- package/dist/infrastructure/context/decisions/DecisionRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/decisions/add/FsDecisionAddedEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/add/FsDecisionAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/add/SqliteDecisionAddedProjector.js +1 -5
- package/dist/infrastructure/context/decisions/add/SqliteDecisionAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/get/SqliteDecisionViewReader.js +3 -7
- package/dist/infrastructure/context/decisions/get/SqliteDecisionViewReader.js.map +1 -1
- package/dist/infrastructure/context/decisions/restore/FsDecisionRestoredEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/restore/FsDecisionRestoredEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/restore/SqliteDecisionRestoredProjector.js +1 -5
- package/dist/infrastructure/context/decisions/restore/SqliteDecisionRestoredProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/reverse/FsDecisionReversedEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/reverse/FsDecisionReversedEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/reverse/SqliteDecisionReversedProjector.js +1 -5
- package/dist/infrastructure/context/decisions/reverse/SqliteDecisionReversedProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/supersede/FsDecisionSupersededEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/supersede/FsDecisionSupersededEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/supersede/SqliteDecisionSupersededProjector.js +1 -5
- package/dist/infrastructure/context/decisions/supersede/SqliteDecisionSupersededProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/update/FsDecisionUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/update/FsDecisionUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/update/SqliteDecisionUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/decisions/update/SqliteDecisionUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/dependencies/DependencyRecord.js +1 -2
- package/dist/infrastructure/context/dependencies/DependencyRecord.js.map +1 -1
- package/dist/infrastructure/context/dependencies/DependencyRecordMapper.js +1 -5
- package/dist/infrastructure/context/dependencies/DependencyRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/dependencies/add/FsDependencyAddedEventStore.js +2 -6
- package/dist/infrastructure/context/dependencies/add/FsDependencyAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/dependencies/add/SqliteDependencyAddedProjector.js +3 -7
- package/dist/infrastructure/context/dependencies/add/SqliteDependencyAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/dependencies/get/SqliteDependencyViewReader.js +3 -7
- package/dist/infrastructure/context/dependencies/get/SqliteDependencyViewReader.js.map +1 -1
- package/dist/infrastructure/context/dependencies/get/SqliteLegacyDependencyReader.js +1 -5
- package/dist/infrastructure/context/dependencies/get/SqliteLegacyDependencyReader.js.map +1 -1
- package/dist/infrastructure/context/dependencies/remove/FsDependencyRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/dependencies/remove/FsDependencyRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/dependencies/remove/SqliteDependencyRemovedProjector.js +3 -7
- package/dist/infrastructure/context/dependencies/remove/SqliteDependencyRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/dependencies/update/FsDependencyUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/dependencies/update/FsDependencyUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/dependencies/update/SqliteDependencyUpdatedProjector.js +3 -7
- package/dist/infrastructure/context/dependencies/update/SqliteDependencyUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/GoalRecord.js +1 -2
- package/dist/infrastructure/context/goals/GoalRecord.js.map +1 -1
- package/dist/infrastructure/context/goals/GoalRecordMapper.js +1 -5
- package/dist/infrastructure/context/goals/GoalRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/goals/SqliteGoalStatusReader.js +3 -7
- package/dist/infrastructure/context/goals/SqliteGoalStatusReader.js.map +1 -1
- package/dist/infrastructure/context/goals/add/FsGoalAddedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/add/FsGoalAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/add/SqliteGoalAddedProjector.js +1 -5
- package/dist/infrastructure/context/goals/add/SqliteGoalAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/approve/SqliteGoalApprovedProjector.js +1 -5
- package/dist/infrastructure/context/goals/approve/SqliteGoalApprovedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/block/FsGoalBlockedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/block/FsGoalBlockedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/block/SqliteGoalBlockedProjector.js +1 -5
- package/dist/infrastructure/context/goals/block/SqliteGoalBlockedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/claims/SqliteGoalClaimStore.js +1 -5
- package/dist/infrastructure/context/goals/claims/SqliteGoalClaimStore.js.map +1 -1
- package/dist/infrastructure/context/goals/close/FsGoalClosedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/close/FsGoalClosedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/close/SqliteGoalClosedProjector.js +3 -7
- package/dist/infrastructure/context/goals/close/SqliteGoalClosedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/codify/FsGoalCodifyingStartedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/codify/FsGoalCodifyingStartedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/codify/SqliteGoalCodifyingStartedProjector.js +3 -7
- package/dist/infrastructure/context/goals/codify/SqliteGoalCodifyingStartedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/commit/FsGoalCommittedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/commit/FsGoalCommittedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/commit/SqliteGoalCommittedProjector.js +3 -7
- package/dist/infrastructure/context/goals/commit/SqliteGoalCommittedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/complete/FsGoalCompletedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/complete/FsGoalCompletedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/complete/SqliteGoalCompletedProjector.js +3 -7
- package/dist/infrastructure/context/goals/complete/SqliteGoalCompletedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/migrate/SqliteGoalStatusMigratedProjector.js +1 -5
- package/dist/infrastructure/context/goals/migrate/SqliteGoalStatusMigratedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/pause/FsGoalPausedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/pause/FsGoalPausedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/pause/SqliteGoalPausedProjector.js +3 -7
- package/dist/infrastructure/context/goals/pause/SqliteGoalPausedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/qualify/FsGoalQualifiedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/qualify/FsGoalQualifiedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/qualify/SqliteGoalQualifiedProjector.js +3 -7
- package/dist/infrastructure/context/goals/qualify/SqliteGoalQualifiedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/refine/FsGoalRefinedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/refine/FsGoalRefinedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/refine/SqliteGoalRefinedProjector.js +3 -7
- package/dist/infrastructure/context/goals/refine/SqliteGoalRefinedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/reject/FsGoalRejectedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/reject/FsGoalRejectedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/reject/SqliteGoalRejectedProjector.js +3 -7
- package/dist/infrastructure/context/goals/reject/SqliteGoalRejectedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/remove/FsGoalRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/remove/FsGoalRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/remove/SqliteGoalRemovedProjector.js +3 -7
- package/dist/infrastructure/context/goals/remove/SqliteGoalRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/reset/FsGoalResetEventStore.js +2 -6
- package/dist/infrastructure/context/goals/reset/FsGoalResetEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/reset/SqliteGoalResetProjector.js +3 -7
- package/dist/infrastructure/context/goals/reset/SqliteGoalResetProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/resume/FsGoalResumedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/resume/FsGoalResumedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/resume/SqliteGoalResumedProjector.js +3 -7
- package/dist/infrastructure/context/goals/resume/SqliteGoalResumedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/review/FsGoalSubmittedForReviewEventStore.js +2 -6
- package/dist/infrastructure/context/goals/review/FsGoalSubmittedForReviewEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/review/SqliteGoalSubmittedForReviewProjector.js +3 -7
- package/dist/infrastructure/context/goals/review/SqliteGoalSubmittedForReviewProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/start/FsGoalStartedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/start/FsGoalStartedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/start/SqliteGoalStartedProjector.js +3 -7
- package/dist/infrastructure/context/goals/start/SqliteGoalStartedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/submit/FsGoalSubmittedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/submit/FsGoalSubmittedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/submit/SqliteGoalSubmittedProjector.js +3 -7
- package/dist/infrastructure/context/goals/submit/SqliteGoalSubmittedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/unblock/FsGoalUnblockedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/unblock/FsGoalUnblockedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/unblock/SqliteGoalUnblockedProjector.js +1 -5
- package/dist/infrastructure/context/goals/unblock/SqliteGoalUnblockedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/update/FsGoalUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/update/FsGoalUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/update/SqliteGoalUpdatedProjector.js +3 -7
- package/dist/infrastructure/context/goals/update/SqliteGoalUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/update-progress/FsGoalProgressUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/update-progress/FsGoalProgressUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/update-progress/SqliteGoalProgressUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/goals/update-progress/SqliteGoalProgressUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/guidelines/GuidelineRecord.js +1 -2
- package/dist/infrastructure/context/guidelines/GuidelineRecord.js.map +1 -1
- package/dist/infrastructure/context/guidelines/GuidelineRecordMapper.js +1 -5
- package/dist/infrastructure/context/guidelines/GuidelineRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/guidelines/add/FsGuidelineAddedEventStore.js +2 -6
- package/dist/infrastructure/context/guidelines/add/FsGuidelineAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/guidelines/add/SqliteGuidelineAddedProjector.js +1 -5
- package/dist/infrastructure/context/guidelines/add/SqliteGuidelineAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/guidelines/get/SqliteGuidelineViewReader.js +3 -7
- package/dist/infrastructure/context/guidelines/get/SqliteGuidelineViewReader.js.map +1 -1
- package/dist/infrastructure/context/guidelines/remove/FsGuidelineRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/guidelines/remove/FsGuidelineRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/guidelines/remove/SqliteGuidelineRemovedProjector.js +1 -5
- package/dist/infrastructure/context/guidelines/remove/SqliteGuidelineRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/guidelines/update/FsGuidelineUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/guidelines/update/FsGuidelineUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/guidelines/update/SqliteGuidelineUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/guidelines/update/SqliteGuidelineUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/invariants/InvariantRecord.js +1 -2
- package/dist/infrastructure/context/invariants/InvariantRecord.js.map +1 -1
- package/dist/infrastructure/context/invariants/InvariantRecordMapper.js +1 -5
- package/dist/infrastructure/context/invariants/InvariantRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/invariants/add/FsInvariantAddedEventStore.js +2 -6
- package/dist/infrastructure/context/invariants/add/FsInvariantAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/invariants/add/SqliteInvariantAddedProjector.js +1 -5
- package/dist/infrastructure/context/invariants/add/SqliteInvariantAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/invariants/get/SqliteInvariantViewReader.js +3 -7
- package/dist/infrastructure/context/invariants/get/SqliteInvariantViewReader.js.map +1 -1
- package/dist/infrastructure/context/invariants/remove/FsInvariantRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/invariants/remove/FsInvariantRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/invariants/remove/SqliteInvariantRemovedProjector.js +1 -5
- package/dist/infrastructure/context/invariants/remove/SqliteInvariantRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/invariants/update/FsInvariantUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/invariants/update/FsInvariantUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/invariants/update/SqliteInvariantUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/invariants/update/SqliteInvariantUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/project/ProjectRootResolver.js +3 -40
- package/dist/infrastructure/context/project/ProjectRootResolver.js.map +1 -1
- package/dist/infrastructure/context/project/init/AgentFileProtocol.d.ts.map +1 -1
- package/dist/infrastructure/context/project/init/AgentFileProtocol.js +73 -77
- package/dist/infrastructure/context/project/init/AgentFileProtocol.js.map +1 -1
- package/dist/infrastructure/context/project/init/ClaudeConfigurer.js +24 -31
- package/dist/infrastructure/context/project/init/ClaudeConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/CodexConfigurer.js +1 -5
- package/dist/infrastructure/context/project/init/CodexConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/CopilotConfigurer.js +30 -37
- package/dist/infrastructure/context/project/init/CopilotConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/CursorConfigurer.js +32 -39
- package/dist/infrastructure/context/project/init/CursorConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/FsGitignoreProtocol.js +8 -15
- package/dist/infrastructure/context/project/init/FsGitignoreProtocol.js.map +1 -1
- package/dist/infrastructure/context/project/init/FsProjectInitializedEventStore.js +2 -6
- package/dist/infrastructure/context/project/init/FsProjectInitializedEventStore.js.map +1 -1
- package/dist/infrastructure/context/project/init/GeminiConfigurer.js +24 -31
- package/dist/infrastructure/context/project/init/GeminiConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/IConfigurer.js +1 -2
- package/dist/infrastructure/context/project/init/IConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/SafeClaudeSettingsMerger.js +3 -40
- package/dist/infrastructure/context/project/init/SafeClaudeSettingsMerger.js.map +1 -1
- package/dist/infrastructure/context/project/init/SafeGeminiSettingsMerger.js +3 -40
- package/dist/infrastructure/context/project/init/SafeGeminiSettingsMerger.js.map +1 -1
- package/dist/infrastructure/context/project/init/SqliteProjectInitializedProjector.js +1 -5
- package/dist/infrastructure/context/project/init/SqliteProjectInitializedProjector.js.map +1 -1
- package/dist/infrastructure/context/project/init/VibeConfigurer.js +1 -5
- package/dist/infrastructure/context/project/init/VibeConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/query/SqliteProjectContextReader.js +1 -5
- package/dist/infrastructure/context/project/query/SqliteProjectContextReader.js.map +1 -1
- package/dist/infrastructure/context/project/update/FsProjectUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/project/update/FsProjectUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/project/update/SqliteProjectUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/project/update/SqliteProjectUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/relations/RelationRecord.js +1 -2
- package/dist/infrastructure/context/relations/RelationRecord.js.map +1 -1
- package/dist/infrastructure/context/relations/RelationRecordMapper.js +1 -5
- package/dist/infrastructure/context/relations/RelationRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/relations/add/FsRelationAddedEventStore.js +2 -6
- package/dist/infrastructure/context/relations/add/FsRelationAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/relations/add/SqliteRelationAddedProjector.js +1 -5
- package/dist/infrastructure/context/relations/add/SqliteRelationAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/relations/deactivate/FsRelationDeactivatedEventStore.js +2 -6
- package/dist/infrastructure/context/relations/deactivate/FsRelationDeactivatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/relations/deactivate/SqliteRelationDeactivatedProjector.js +1 -5
- package/dist/infrastructure/context/relations/deactivate/SqliteRelationDeactivatedProjector.js.map +1 -1
- package/dist/infrastructure/context/relations/get/SqliteRelationViewReader.js +3 -7
- package/dist/infrastructure/context/relations/get/SqliteRelationViewReader.js.map +1 -1
- package/dist/infrastructure/context/relations/reactivate/FsRelationReactivatedEventStore.js +2 -6
- package/dist/infrastructure/context/relations/reactivate/FsRelationReactivatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/relations/reactivate/SqliteRelationReactivatedProjector.js +1 -5
- package/dist/infrastructure/context/relations/reactivate/SqliteRelationReactivatedProjector.js.map +1 -1
- package/dist/infrastructure/context/relations/remove/FsRelationRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/relations/remove/FsRelationRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/relations/remove/SqliteRelationRemovedProjector.js +1 -5
- package/dist/infrastructure/context/relations/remove/SqliteRelationRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/sessions/SessionRecord.js +1 -2
- package/dist/infrastructure/context/sessions/SessionRecord.js.map +1 -1
- package/dist/infrastructure/context/sessions/SessionRecordMapper.js +1 -5
- package/dist/infrastructure/context/sessions/SessionRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/sessions/end/FsSessionEndedEventStore.js +2 -6
- package/dist/infrastructure/context/sessions/end/FsSessionEndedEventStore.js.map +1 -1
- package/dist/infrastructure/context/sessions/end/SqliteActiveSessionReader.js +1 -5
- package/dist/infrastructure/context/sessions/end/SqliteActiveSessionReader.js.map +1 -1
- package/dist/infrastructure/context/sessions/end/SqliteSessionEndedProjector.js +3 -7
- package/dist/infrastructure/context/sessions/end/SqliteSessionEndedProjector.js.map +1 -1
- package/dist/infrastructure/context/sessions/get/SqliteSessionViewReader.js +3 -7
- package/dist/infrastructure/context/sessions/get/SqliteSessionViewReader.js.map +1 -1
- package/dist/infrastructure/context/sessions/start/FsSessionStartedEventStore.js +2 -6
- package/dist/infrastructure/context/sessions/start/FsSessionStartedEventStore.js.map +1 -1
- package/dist/infrastructure/context/sessions/start/SqliteBrownfieldStatusReader.js +4 -8
- package/dist/infrastructure/context/sessions/start/SqliteBrownfieldStatusReader.js.map +1 -1
- package/dist/infrastructure/context/sessions/start/SqliteSessionStartedProjector.js +1 -5
- package/dist/infrastructure/context/sessions/start/SqliteSessionStartedProjector.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/add/FsValuePropositionAddedEventStore.js +2 -6
- package/dist/infrastructure/context/value-propositions/add/FsValuePropositionAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/add/SqliteValuePropositionAddedProjector.js +1 -5
- package/dist/infrastructure/context/value-propositions/add/SqliteValuePropositionAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/query/SqliteValuePropositionContextReader.js +1 -5
- package/dist/infrastructure/context/value-propositions/query/SqliteValuePropositionContextReader.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/remove/FsValuePropositionRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/value-propositions/remove/FsValuePropositionRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/remove/SqliteValuePropositionRemovedProjector.js +1 -5
- package/dist/infrastructure/context/value-propositions/remove/SqliteValuePropositionRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/update/FsValuePropositionUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/value-propositions/update/FsValuePropositionUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/update/SqliteValuePropositionUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/value-propositions/update/SqliteValuePropositionUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/host/Host.d.ts.map +1 -1
- package/dist/infrastructure/host/Host.js +17 -21
- package/dist/infrastructure/host/Host.js.map +1 -1
- package/dist/infrastructure/host/HostBuilder.d.ts.map +1 -1
- package/dist/infrastructure/host/HostBuilder.js +885 -919
- package/dist/infrastructure/host/HostBuilder.js.map +1 -1
- package/dist/infrastructure/host/session/HostSessionKeyResolver.js +9 -16
- package/dist/infrastructure/host/session/HostSessionKeyResolver.js.map +1 -1
- package/dist/infrastructure/host/workers/FsWorkerIdentityRegistry.js +13 -20
- package/dist/infrastructure/host/workers/FsWorkerIdentityRegistry.js.map +1 -1
- package/dist/infrastructure/host/workers/SqliteWorkerIdentityRegistry.js +8 -12
- package/dist/infrastructure/host/workers/SqliteWorkerIdentityRegistry.js.map +1 -1
- package/dist/infrastructure/host/workers/WorkerRecord.js +1 -2
- package/dist/infrastructure/host/workers/WorkerRecord.js.map +1 -1
- package/dist/infrastructure/host/workers/WorkerRecordMapper.js +3 -7
- package/dist/infrastructure/host/workers/WorkerRecordMapper.js.map +1 -1
- package/dist/infrastructure/host/workers/identify/FsWorkerIdentifiedEventStore.js +2 -6
- package/dist/infrastructure/host/workers/identify/FsWorkerIdentifiedEventStore.js.map +1 -1
- package/dist/infrastructure/host/workers/identify/SqliteWorkerIdentifiedProjector.js +1 -5
- package/dist/infrastructure/host/workers/identify/SqliteWorkerIdentifiedProjector.js.map +1 -1
- package/dist/infrastructure/local/LocalDatabaseRebuildService.d.ts.map +1 -1
- package/dist/infrastructure/local/LocalDatabaseRebuildService.js +16 -20
- package/dist/infrastructure/local/LocalDatabaseRebuildService.js.map +1 -1
- package/dist/infrastructure/logging/FileLogger.js +14 -51
- package/dist/infrastructure/logging/FileLogger.js.map +1 -1
- package/dist/infrastructure/messaging/InProcessEventBus.d.ts +3 -3
- package/dist/infrastructure/messaging/InProcessEventBus.d.ts.map +1 -1
- package/dist/infrastructure/messaging/InProcessEventBus.js +1 -5
- package/dist/infrastructure/messaging/InProcessEventBus.js.map +1 -1
- package/dist/infrastructure/messaging/ProjectionBusFactory.js +125 -129
- package/dist/infrastructure/messaging/ProjectionBusFactory.js.map +1 -1
- package/dist/infrastructure/persistence/FsEventStore.d.ts +2 -2
- package/dist/infrastructure/persistence/FsEventStore.d.ts.map +1 -1
- package/dist/infrastructure/persistence/FsEventStore.js +18 -25
- package/dist/infrastructure/persistence/FsEventStore.js.map +1 -1
- package/dist/infrastructure/persistence/IDbConnectionManager.js +1 -2
- package/dist/infrastructure/persistence/IDbConnectionManager.js.map +1 -1
- package/dist/infrastructure/persistence/IDisposable.js +1 -2
- package/dist/infrastructure/persistence/MigrationRunner.js +10 -17
- package/dist/infrastructure/persistence/MigrationRunner.js.map +1 -1
- package/dist/infrastructure/persistence/SqliteConnectionManager.d.ts.map +1 -1
- package/dist/infrastructure/persistence/SqliteConnectionManager.js +14 -18
- package/dist/infrastructure/persistence/SqliteConnectionManager.js.map +1 -1
- package/dist/infrastructure/persistence/migrations.config.js +16 -22
- package/dist/infrastructure/persistence/migrations.config.js.map +1 -1
- package/dist/infrastructure/settings/DefaultSettings.js +3 -6
- package/dist/infrastructure/settings/DefaultSettings.js.map +1 -1
- package/dist/infrastructure/settings/FsSettingsInitializer.js +7 -14
- package/dist/infrastructure/settings/FsSettingsInitializer.js.map +1 -1
- package/dist/infrastructure/settings/FsSettingsReader.js +18 -58
- package/dist/infrastructure/settings/FsSettingsReader.js.map +1 -1
- package/dist/infrastructure/telemetry/NoOpTelemetryClient.js +1 -5
- package/dist/infrastructure/telemetry/NoOpTelemetryClient.js.map +1 -1
- package/dist/infrastructure/telemetry/PostHogTelemetryClient.js +6 -10
- package/dist/infrastructure/telemetry/PostHogTelemetryClient.js.map +1 -1
- package/dist/infrastructure/telemetry/PostHogTelemetryConstants.js +3 -6
- package/dist/infrastructure/telemetry/PostHogTelemetryConstants.js.map +1 -1
- package/dist/infrastructure/telemetry/ProcessTelemetryEnvironmentReader.js +4 -8
- package/dist/infrastructure/telemetry/ProcessTelemetryEnvironmentReader.js.map +1 -1
- package/dist/infrastructure/telemetry/TelemetryEnvironmentVariables.js +2 -5
- package/dist/infrastructure/telemetry/TelemetryEnvironmentVariables.js.map +1 -1
- package/dist/infrastructure/time-and-date/SystemClock.js +1 -5
- package/dist/infrastructure/time-and-date/SystemClock.js.map +1 -1
- package/dist/presentation/cli/AppRunner.js +32 -36
- package/dist/presentation/cli/AppRunner.js.map +1 -1
- package/dist/presentation/cli/Constants.js +2 -5
- package/dist/presentation/cli/Constants.js.map +1 -1
- package/dist/presentation/cli/animations/BrailleSpinner.js +6 -10
- package/dist/presentation/cli/animations/BrailleSpinner.js.map +1 -1
- package/dist/presentation/cli/animations/FrameAnimator.js +5 -12
- package/dist/presentation/cli/animations/FrameAnimator.js.map +1 -1
- package/dist/presentation/cli/animations/GlimmerEffect.js +1 -4
- package/dist/presentation/cli/animations/GlimmerEffect.js.map +1 -1
- package/dist/presentation/cli/animations/GradientPalette.js +15 -23
- package/dist/presentation/cli/animations/GradientPalette.js.map +1 -1
- package/dist/presentation/cli/banner/AnimatedBanner.js +32 -40
- package/dist/presentation/cli/banner/AnimatedBanner.js.map +1 -1
- package/dist/presentation/cli/banner/AnimationFrames.js +2 -6
- package/dist/presentation/cli/banner/AnimationFrames.js.map +1 -1
- package/dist/presentation/cli/banner/BannerContentGenerator.js +10 -16
- package/dist/presentation/cli/banner/BannerContentGenerator.js.map +1 -1
- package/dist/presentation/cli/banner/BannerContextGatherer.js +6 -9
- package/dist/presentation/cli/banner/BannerContextGatherer.js.map +1 -1
- package/dist/presentation/cli/banner/BannerOrchestrator.js +10 -14
- package/dist/presentation/cli/banner/BannerOrchestrator.js.map +1 -1
- package/dist/presentation/cli/commands/CommandClassifier.js +13 -16
- package/dist/presentation/cli/commands/CommandClassifier.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/define/architecture.define.js +8 -12
- package/dist/presentation/cli/commands/architecture/define/architecture.define.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/update/architecture.update.js +8 -12
- package/dist/presentation/cli/commands/architecture/update/architecture.update.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/view/architecture.view.js +24 -28
- package/dist/presentation/cli/commands/architecture/view/architecture.view.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/add/audiencePain.add.js +4 -8
- package/dist/presentation/cli/commands/audience-pains/add/audiencePain.add.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.js +6 -10
- package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/update/audiencePain.update.js +4 -8
- package/dist/presentation/cli/commands/audience-pains/update/audiencePain.update.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/add/audience.add.js +4 -8
- package/dist/presentation/cli/commands/audiences/add/audience.add.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/list/audiences.list.js +6 -10
- package/dist/presentation/cli/commands/audiences/list/audiences.list.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/remove/audience.remove.js +4 -8
- package/dist/presentation/cli/commands/audiences/remove/audience.remove.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/update/audience.update.js +4 -8
- package/dist/presentation/cli/commands/audiences/update/audience.update.js.map +1 -1
- package/dist/presentation/cli/commands/components/add/component.add.js +4 -8
- package/dist/presentation/cli/commands/components/add/component.add.js.map +1 -1
- package/dist/presentation/cli/commands/components/deprecate/component.deprecate.js +4 -8
- package/dist/presentation/cli/commands/components/deprecate/component.deprecate.js.map +1 -1
- package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/list/components.list.js +6 -10
- package/dist/presentation/cli/commands/components/list/components.list.js.map +1 -1
- package/dist/presentation/cli/commands/components/remove/component.remove.js +4 -8
- package/dist/presentation/cli/commands/components/remove/component.remove.js.map +1 -1
- package/dist/presentation/cli/commands/components/rename/component.rename.js +4 -8
- package/dist/presentation/cli/commands/components/rename/component.rename.js.map +1 -1
- package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/search/components.search.js +11 -15
- package/dist/presentation/cli/commands/components/search/components.search.js.map +1 -1
- package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.js +30 -34
- package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/show/component.show.js +6 -10
- package/dist/presentation/cli/commands/components/show/component.show.js.map +1 -1
- package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.js +11 -15
- package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/undeprecate/component.undeprecate.js +6 -10
- package/dist/presentation/cli/commands/components/undeprecate/component.undeprecate.js.map +1 -1
- package/dist/presentation/cli/commands/components/update/component.update.js +4 -8
- package/dist/presentation/cli/commands/components/update/component.update.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/add/decision.add.js +4 -8
- package/dist/presentation/cli/commands/decisions/add/decision.add.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.js +13 -17
- package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/list/decisions.list.js +6 -10
- package/dist/presentation/cli/commands/decisions/list/decisions.list.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/restore/decision.restore.js +6 -10
- package/dist/presentation/cli/commands/decisions/restore/decision.restore.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/reverse/decision.reverse.js +4 -8
- package/dist/presentation/cli/commands/decisions/reverse/decision.reverse.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/supersede/decision.supersede.js +4 -8
- package/dist/presentation/cli/commands/decisions/supersede/decision.supersede.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/update/decision.update.js +4 -8
- package/dist/presentation/cli/commands/decisions/update/decision.update.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/add/dependency.add.js +7 -11
- package/dist/presentation/cli/commands/dependencies/add/dependency.add.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/list/dependencies.list.js +6 -10
- package/dist/presentation/cli/commands/dependencies/list/dependencies.list.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/remove/dependency.remove.js +4 -8
- package/dist/presentation/cli/commands/dependencies/remove/dependency.remove.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/update/dependency.update.js +4 -8
- package/dist/presentation/cli/commands/dependencies/update/dependency.update.js.map +1 -1
- package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.js +16 -20
- package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/evolve/evolve.js +6 -10
- package/dist/presentation/cli/commands/evolve/evolve.js.map +1 -1
- package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.js +14 -18
- package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/add/goal.add.js +8 -12
- package/dist/presentation/cli/commands/goals/add/goal.add.js.map +1 -1
- package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.js +13 -17
- package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/approve/goal.approve.js +8 -12
- package/dist/presentation/cli/commands/goals/approve/goal.approve.js.map +1 -1
- package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/block/goal.block.js +6 -10
- package/dist/presentation/cli/commands/goals/block/goal.block.js.map +1 -1
- package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.js +17 -21
- package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/close/goal.close.js +8 -12
- package/dist/presentation/cli/commands/goals/close/goal.close.js.map +1 -1
- package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.js +64 -68
- package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/codify/goal.codify.js +6 -10
- package/dist/presentation/cli/commands/goals/codify/goal.codify.js.map +1 -1
- package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/commit/goal.commit.js +8 -12
- package/dist/presentation/cli/commands/goals/commit/goal.commit.js.map +1 -1
- package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.js +16 -20
- package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/list/goals.list.js +6 -10
- package/dist/presentation/cli/commands/goals/list/goals.list.js.map +1 -1
- package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/pause/goal.pause.js +6 -10
- package/dist/presentation/cli/commands/goals/pause/goal.pause.js.map +1 -1
- package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.js +15 -19
- package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/qualify/goal.qualify.js +6 -10
- package/dist/presentation/cli/commands/goals/qualify/goal.qualify.js.map +1 -1
- package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.js +25 -29
- package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/refine/goal.refine.js +23 -27
- package/dist/presentation/cli/commands/goals/refine/goal.refine.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.js +16 -20
- package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reject/goal.reject.js +8 -12
- package/dist/presentation/cli/commands/goals/reject/goal.reject.js.map +1 -1
- package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/remove/goal.remove.js +6 -10
- package/dist/presentation/cli/commands/goals/remove/goal.remove.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.js +11 -15
- package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reset/goal.reset.js +6 -10
- package/dist/presentation/cli/commands/goals/reset/goal.reset.js.map +1 -1
- package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.js +49 -53
- package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/resume/goal.resume.js +6 -10
- package/dist/presentation/cli/commands/goals/resume/goal.resume.js.map +1 -1
- package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.js +55 -59
- package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/review/goal.review.js +6 -10
- package/dist/presentation/cli/commands/goals/review/goal.review.js.map +1 -1
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js +72 -76
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/show/goal.show.js +7 -11
- package/dist/presentation/cli/commands/goals/show/goal.show.js.map +1 -1
- package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.js +43 -47
- package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/start/goal.start.js +6 -10
- package/dist/presentation/cli/commands/goals/start/goal.start.js.map +1 -1
- package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/submit/goal.submit.js +8 -12
- package/dist/presentation/cli/commands/goals/submit/goal.submit.js.map +1 -1
- package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.js +11 -15
- package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/unblock/goal.unblock.js +6 -10
- package/dist/presentation/cli/commands/goals/unblock/goal.unblock.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.js +9 -13
- package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update/goal.update.js +6 -10
- package/dist/presentation/cli/commands/goals/update/goal.update.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update-progress/goal.update-progress.js +6 -10
- package/dist/presentation/cli/commands/goals/update-progress/goal.update-progress.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/add/guideline.add.js +4 -8
- package/dist/presentation/cli/commands/guidelines/add/guideline.add.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/list/guidelines.list.js +6 -10
- package/dist/presentation/cli/commands/guidelines/list/guidelines.list.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/remove/guideline.remove.js +4 -8
- package/dist/presentation/cli/commands/guidelines/remove/guideline.remove.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/update/guideline.update.js +4 -8
- package/dist/presentation/cli/commands/guidelines/update/guideline.update.js.map +1 -1
- package/dist/presentation/cli/commands/heal/HealOutputBuilder.js +13 -17
- package/dist/presentation/cli/commands/heal/HealOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/heal/heal.js +6 -10
- package/dist/presentation/cli/commands/heal/heal.js.map +1 -1
- package/dist/presentation/cli/commands/host/workers/worker.view.js +9 -13
- package/dist/presentation/cli/commands/host/workers/worker.view.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/add/invariant.add.js +4 -8
- package/dist/presentation/cli/commands/invariants/add/invariant.add.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/list/invariants.list.js +6 -10
- package/dist/presentation/cli/commands/invariants/list/invariants.list.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/remove/invariant.remove.js +4 -8
- package/dist/presentation/cli/commands/invariants/remove/invariant.remove.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/update/invariant.update.js +4 -8
- package/dist/presentation/cli/commands/invariants/update/invariant.update.js.map +1 -1
- package/dist/presentation/cli/commands/project/init/project.init.d.ts.map +1 -1
- package/dist/presentation/cli/commands/project/init/project.init.js +229 -301
- package/dist/presentation/cli/commands/project/init/project.init.js.map +1 -1
- package/dist/presentation/cli/commands/project/update/project.update.js +4 -8
- package/dist/presentation/cli/commands/project/update/project.update.js.map +1 -1
- package/dist/presentation/cli/commands/registry/CommandMetadata.js +2 -6
- package/dist/presentation/cli/commands/registry/CommandMetadata.js.map +1 -1
- package/dist/presentation/cli/commands/registry/CommanderApplicator.js +22 -29
- package/dist/presentation/cli/commands/registry/CommanderApplicator.js.map +1 -1
- package/dist/presentation/cli/commands/registry/PathNormalizer.js +4 -10
- package/dist/presentation/cli/commands/registry/PathNormalizer.js.map +1 -1
- package/dist/presentation/cli/commands/registry/generated-commands.d.ts.map +1 -1
- package/dist/presentation/cli/commands/registry/generated-commands.js +247 -244
- package/dist/presentation/cli/commands/registry/generated-commands.js.map +1 -1
- package/dist/presentation/cli/commands/relations/add/relation.add.js +4 -8
- package/dist/presentation/cli/commands/relations/add/relation.add.js.map +1 -1
- package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/relations/list/relations.list.js +6 -10
- package/dist/presentation/cli/commands/relations/list/relations.list.js.map +1 -1
- package/dist/presentation/cli/commands/relations/remove/relation.remove.js +4 -8
- package/dist/presentation/cli/commands/relations/remove/relation.remove.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/compact/session.compact.js +7 -11
- package/dist/presentation/cli/commands/sessions/compact/session.compact.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/end/session.end.js +4 -8
- package/dist/presentation/cli/commands/sessions/end/session.end.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.js +11 -15
- package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/list/sessions.list.js +6 -10
- package/dist/presentation/cli/commands/sessions/list/sessions.list.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionGoalsOutputBuilder.js +5 -9
- package/dist/presentation/cli/commands/sessions/start/SessionGoalsOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionStartOutputBuilder.js +7 -11
- package/dist/presentation/cli/commands/sessions/start/SessionStartOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionStartTextRenderer.js +5 -9
- package/dist/presentation/cli/commands/sessions/start/SessionStartTextRenderer.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/session.start.js +6 -10
- package/dist/presentation/cli/commands/sessions/start/session.start.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/disable/TelemetryDisableOutputBuilder.js +3 -7
- package/dist/presentation/cli/commands/telemetry/disable/TelemetryDisableOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/disable/telemetry.disable.js +6 -10
- package/dist/presentation/cli/commands/telemetry/disable/telemetry.disable.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/enable/TelemetryEnableOutputBuilder.js +3 -7
- package/dist/presentation/cli/commands/telemetry/enable/TelemetryEnableOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/enable/telemetry.enable.js +6 -10
- package/dist/presentation/cli/commands/telemetry/enable/telemetry.enable.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/status/TelemetryStatusOutputBuilder.js +3 -7
- package/dist/presentation/cli/commands/telemetry/status/TelemetryStatusOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/status/telemetry.status.js +6 -10
- package/dist/presentation/cli/commands/telemetry/status/telemetry.status.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/add/value.add.js +4 -8
- package/dist/presentation/cli/commands/value-propositions/add/value.add.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/list/values.list.js +6 -10
- package/dist/presentation/cli/commands/value-propositions/list/values.list.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/remove/value.remove.js +4 -8
- package/dist/presentation/cli/commands/value-propositions/remove/value.remove.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/update/value.update.js +4 -8
- package/dist/presentation/cli/commands/value-propositions/update/value.update.js.map +1 -1
- package/dist/presentation/cli/commands/work/pause/work.pause.js +4 -8
- package/dist/presentation/cli/commands/work/pause/work.pause.js.map +1 -1
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.d.ts +5 -39
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.d.ts.map +1 -1
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js +12 -90
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js.map +1 -1
- package/dist/presentation/cli/commands/work/refine/work.refine.d.ts.map +1 -1
- package/dist/presentation/cli/commands/work/refine/work.refine.js +29 -114
- package/dist/presentation/cli/commands/work/refine/work.refine.js.map +1 -1
- package/dist/presentation/cli/commands/work/resume/work.resume.js +9 -13
- package/dist/presentation/cli/commands/work/resume/work.resume.js.map +1 -1
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.d.ts +17 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.js +37 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.js.map +1 -0
- package/dist/presentation/cli/commands/work/review/work.review.d.ts +23 -0
- package/dist/presentation/cli/commands/work/review/work.review.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/review/work.review.js +105 -0
- package/dist/presentation/cli/commands/work/review/work.review.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.d.ts +18 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.js +34 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.d.ts +56 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.js +89 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.d.ts +40 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.js +79 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.d.ts +13 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.js +26 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.js.map +1 -0
- package/dist/presentation/cli/errors/ErrorFormatter.js +4 -10
- package/dist/presentation/cli/errors/ErrorFormatter.js.map +1 -1
- package/dist/presentation/cli/formatting/YamlFormatter.js +3 -10
- package/dist/presentation/cli/formatting/YamlFormatter.js.map +1 -1
- package/dist/presentation/cli/help/CategoryFormatter.js +1 -4
- package/dist/presentation/cli/help/CategoryFormatter.js.map +1 -1
- package/dist/presentation/cli/help/SubcommandHelpFormatter.js +3 -6
- package/dist/presentation/cli/help/SubcommandHelpFormatter.js.map +1 -1
- package/dist/presentation/cli/output/Annotation.d.ts +1 -1
- package/dist/presentation/cli/output/Annotation.d.ts.map +1 -1
- package/dist/presentation/cli/output/Annotation.js +1 -2
- package/dist/presentation/cli/output/AnnotationSection.d.ts +2 -2
- package/dist/presentation/cli/output/AnnotationSection.d.ts.map +1 -1
- package/dist/presentation/cli/output/AnnotationSection.js +1 -2
- package/dist/presentation/cli/output/AnnotationType.js +1 -2
- package/dist/presentation/cli/output/DataSection.d.ts +1 -1
- package/dist/presentation/cli/output/DataSection.d.ts.map +1 -1
- package/dist/presentation/cli/output/DataSection.js +1 -2
- package/dist/presentation/cli/output/GroupSection.d.ts +2 -2
- package/dist/presentation/cli/output/GroupSection.d.ts.map +1 -1
- package/dist/presentation/cli/output/GroupSection.js +1 -2
- package/dist/presentation/cli/output/HookOutput.js +1 -2
- package/dist/presentation/cli/output/PromptSection.d.ts +1 -1
- package/dist/presentation/cli/output/PromptSection.d.ts.map +1 -1
- package/dist/presentation/cli/output/PromptSection.js +1 -2
- package/dist/presentation/cli/output/Section.d.ts +2 -2
- package/dist/presentation/cli/output/Section.d.ts.map +1 -1
- package/dist/presentation/cli/output/Section.js +1 -2
- package/dist/presentation/cli/output/SectionType.js +1 -2
- package/dist/presentation/cli/output/TerminalOutput.d.ts +2 -2
- package/dist/presentation/cli/output/TerminalOutput.d.ts.map +1 -1
- package/dist/presentation/cli/output/TerminalOutput.js +1 -5
- package/dist/presentation/cli/output/TerminalOutput.js.map +1 -1
- package/dist/presentation/cli/output/TerminalOutputBuilder.d.ts +3 -3
- package/dist/presentation/cli/output/TerminalOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/output/TerminalOutputBuilder.js +3 -7
- package/dist/presentation/cli/output/TerminalOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/output/index.d.ts +12 -12
- package/dist/presentation/cli/output/index.d.ts.map +1 -1
- package/dist/presentation/cli/output/index.js +3 -22
- package/dist/presentation/cli/output/index.js.map +1 -1
- package/dist/presentation/cli/output/renderers/ComponentRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/ComponentRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/ComponentRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/ComponentRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/DecisionRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/DecisionRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/DecisionRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/DecisionRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/DependencyRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/DependencyRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/DependencyRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/DependencyRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/EntityRenderer.d.ts +1 -1
- package/dist/presentation/cli/output/renderers/EntityRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/EntityRenderer.js +1 -2
- package/dist/presentation/cli/output/renderers/EntityRendererRegistry.d.ts +1 -1
- package/dist/presentation/cli/output/renderers/EntityRendererRegistry.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/EntityRendererRegistry.js +1 -5
- package/dist/presentation/cli/output/renderers/EntityRendererRegistry.js.map +1 -1
- package/dist/presentation/cli/output/renderers/GuidelineRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/GuidelineRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/GuidelineRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/GuidelineRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/HumanReadableRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/HumanReadableRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/HumanReadableRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/HumanReadableRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/InvariantRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/InvariantRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/InvariantRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/InvariantRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/JsonRenderer.d.ts +3 -3
- package/dist/presentation/cli/output/renderers/JsonRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/JsonRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/JsonRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/index.d.ts +9 -9
- package/dist/presentation/cli/output/renderers/index.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/index.js +8 -19
- package/dist/presentation/cli/output/renderers/index.js.map +1 -1
- package/dist/presentation/cli/program/GlobalOptionsHandler.js +3 -6
- package/dist/presentation/cli/program/GlobalOptionsHandler.js.map +1 -1
- package/dist/presentation/cli/program/ProgramFactory.js +5 -8
- package/dist/presentation/cli/program/ProgramFactory.js.map +1 -1
- package/dist/presentation/cli/prompts/InteractivePromptService.d.ts +1 -0
- package/dist/presentation/cli/prompts/InteractivePromptService.d.ts.map +1 -1
- package/dist/presentation/cli/prompts/InteractivePromptService.js +39 -56
- package/dist/presentation/cli/prompts/InteractivePromptService.js.map +1 -1
- package/dist/presentation/cli/prompts/index.d.ts +2 -1
- package/dist/presentation/cli/prompts/index.d.ts.map +1 -1
- package/dist/presentation/cli/prompts/index.js +1 -5
- package/dist/presentation/cli/prompts/index.js.map +1 -1
- package/dist/presentation/cli/rendering/OutputLayout.js +26 -37
- package/dist/presentation/cli/rendering/OutputLayout.js.map +1 -1
- package/dist/presentation/cli/rendering/Renderer.js +11 -15
- package/dist/presentation/cli/rendering/Renderer.js.map +1 -1
- package/dist/presentation/cli/rendering/StyleConfig.d.ts +18 -19
- package/dist/presentation/cli/rendering/StyleConfig.d.ts.map +1 -1
- package/dist/presentation/cli/rendering/StyleConfig.js +39 -50
- package/dist/presentation/cli/rendering/StyleConfig.js.map +1 -1
- package/dist/presentation/cli/rendering/formats/JsonRenderer.js +1 -5
- package/dist/presentation/cli/rendering/formats/JsonRenderer.js.map +1 -1
- package/dist/presentation/cli/rendering/formats/NdjsonRenderer.js +1 -5
- package/dist/presentation/cli/rendering/formats/NdjsonRenderer.js.map +1 -1
- package/dist/presentation/cli/rendering/formats/TextRenderer.js +17 -21
- package/dist/presentation/cli/rendering/formats/TextRenderer.js.map +1 -1
- package/dist/presentation/cli/rendering/formats/YamlRenderer.js +3 -10
- package/dist/presentation/cli/rendering/formats/YamlRenderer.js.map +1 -1
- package/dist/presentation/cli/rendering/types.js +1 -2
- package/package.json +13 -19
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* Host Builder - Application Composition
|
|
4
3
|
*
|
|
@@ -16,559 +15,527 @@
|
|
|
16
15
|
* - Returns IApplicationContainer (interfaces only)
|
|
17
16
|
* - Presentation layer never sees concrete types
|
|
18
17
|
*/
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
Object.defineProperty(o, k2, desc);
|
|
26
|
-
}) : (function(o, m, k, k2) {
|
|
27
|
-
if (k2 === undefined) k2 = k;
|
|
28
|
-
o[k2] = m[k];
|
|
29
|
-
}));
|
|
30
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
31
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
32
|
-
}) : function(o, v) {
|
|
33
|
-
o["default"] = v;
|
|
34
|
-
});
|
|
35
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
36
|
-
var ownKeys = function(o) {
|
|
37
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
38
|
-
var ar = [];
|
|
39
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
40
|
-
return ar;
|
|
41
|
-
};
|
|
42
|
-
return ownKeys(o);
|
|
43
|
-
};
|
|
44
|
-
return function (mod) {
|
|
45
|
-
if (mod && mod.__esModule) return mod;
|
|
46
|
-
var result = {};
|
|
47
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
48
|
-
__setModuleDefault(result, mod);
|
|
49
|
-
return result;
|
|
50
|
-
};
|
|
51
|
-
})();
|
|
52
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
-
exports.HostBuilder = void 0;
|
|
54
|
-
const RebuildDatabaseController_js_1 = require("../../application/maintenance/db/rebuild/RebuildDatabaseController.js");
|
|
55
|
-
const UpgradeCommandHandler_js_1 = require("../../application/maintenance/upgrade/UpgradeCommandHandler.js");
|
|
56
|
-
const MigrateDependenciesCommandHandler_js_1 = require("../../application/maintenance/migrate-dependencies/MigrateDependenciesCommandHandler.js");
|
|
57
|
-
const LocalRebuildDatabaseGateway_js_1 = require("../../application/maintenance/db/rebuild/LocalRebuildDatabaseGateway.js");
|
|
58
|
-
const EvolveController_js_1 = require("../../application/evolve/EvolveController.js");
|
|
18
|
+
import { RebuildDatabaseController } from "../../application/maintenance/db/rebuild/RebuildDatabaseController.js";
|
|
19
|
+
import { UpgradeCommandHandler } from "../../application/maintenance/upgrade/UpgradeCommandHandler.js";
|
|
20
|
+
import { MigrateDependenciesCommandHandler } from "../../application/maintenance/migrate-dependencies/MigrateDependenciesCommandHandler.js";
|
|
21
|
+
import { LocalRebuildDatabaseGateway } from "../../application/maintenance/db/rebuild/LocalRebuildDatabaseGateway.js";
|
|
22
|
+
import { EvolveController } from "../../application/evolve/EvolveController.js";
|
|
59
23
|
// Infrastructure implementations
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
const
|
|
70
|
-
const
|
|
24
|
+
import { ProjectRootResolver } from "../context/project/ProjectRootResolver.js";
|
|
25
|
+
import { FsEventStore } from "../persistence/FsEventStore.js";
|
|
26
|
+
import { InProcessEventBus } from "../messaging/InProcessEventBus.js";
|
|
27
|
+
import { SystemClock } from "../time-and-date/SystemClock.js";
|
|
28
|
+
import { FileLogger } from "../logging/FileLogger.js";
|
|
29
|
+
import { LogLevel } from "../../application/logging/ILogger.js";
|
|
30
|
+
import * as path from "path";
|
|
31
|
+
import { fileURLToPath } from "node:url";
|
|
32
|
+
import { LocalDatabaseRebuildService } from "../local/LocalDatabaseRebuildService.js";
|
|
33
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
34
|
+
const __dirname = path.dirname(__filename);
|
|
35
|
+
import { ProjectionBusFactory } from "../messaging/ProjectionBusFactory.js";
|
|
36
|
+
import { MigrationRunner } from "../persistence/MigrationRunner.js";
|
|
37
|
+
import { getNamespaceMigrations } from "../persistence/migrations.config.js";
|
|
71
38
|
// Session Event Stores - decomposed by use case
|
|
72
|
-
|
|
73
|
-
|
|
39
|
+
import { FsSessionStartedEventStore } from "../context/sessions/start/FsSessionStartedEventStore.js";
|
|
40
|
+
import { FsSessionEndedEventStore } from "../context/sessions/end/FsSessionEndedEventStore.js";
|
|
74
41
|
// Goal Event Stores - decomposed by use case
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
42
|
+
import { FsGoalAddedEventStore } from "../context/goals/add/FsGoalAddedEventStore.js";
|
|
43
|
+
import { FsGoalStartedEventStore } from "../context/goals/start/FsGoalStartedEventStore.js";
|
|
44
|
+
import { FsGoalUpdatedEventStore } from "../context/goals/update/FsGoalUpdatedEventStore.js";
|
|
45
|
+
import { FsGoalBlockedEventStore } from "../context/goals/block/FsGoalBlockedEventStore.js";
|
|
46
|
+
import { FsGoalUnblockedEventStore } from "../context/goals/unblock/FsGoalUnblockedEventStore.js";
|
|
47
|
+
import { FsGoalPausedEventStore } from "../context/goals/pause/FsGoalPausedEventStore.js";
|
|
48
|
+
import { FsGoalResumedEventStore } from "../context/goals/resume/FsGoalResumedEventStore.js";
|
|
49
|
+
import { FsGoalCompletedEventStore } from "../context/goals/complete/FsGoalCompletedEventStore.js";
|
|
50
|
+
import { FsGoalCodifyingStartedEventStore } from "../context/goals/codify/FsGoalCodifyingStartedEventStore.js";
|
|
51
|
+
import { FsGoalClosedEventStore } from "../context/goals/close/FsGoalClosedEventStore.js";
|
|
52
|
+
import { FsGoalRefinedEventStore } from "../context/goals/refine/FsGoalRefinedEventStore.js";
|
|
53
|
+
import { FsGoalResetEventStore } from "../context/goals/reset/FsGoalResetEventStore.js";
|
|
54
|
+
import { FsGoalRemovedEventStore } from "../context/goals/remove/FsGoalRemovedEventStore.js";
|
|
55
|
+
import { FsGoalProgressUpdatedEventStore } from "../context/goals/update-progress/FsGoalProgressUpdatedEventStore.js";
|
|
89
56
|
// Decision Controllers
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
57
|
+
import { AddDecisionCommandHandler } from "../../application/context/decisions/add/AddDecisionCommandHandler.js";
|
|
58
|
+
import { LocalAddDecisionGateway } from "../../application/context/decisions/add/LocalAddDecisionGateway.js";
|
|
59
|
+
import { AddDecisionController } from "../../application/context/decisions/add/AddDecisionController.js";
|
|
60
|
+
import { LocalGetDecisionsGateway } from "../../application/context/decisions/get/LocalGetDecisionsGateway.js";
|
|
61
|
+
import { GetDecisionsController } from "../../application/context/decisions/get/GetDecisionsController.js";
|
|
62
|
+
import { ReverseDecisionCommandHandler } from "../../application/context/decisions/reverse/ReverseDecisionCommandHandler.js";
|
|
63
|
+
import { LocalReverseDecisionGateway } from "../../application/context/decisions/reverse/LocalReverseDecisionGateway.js";
|
|
64
|
+
import { ReverseDecisionController } from "../../application/context/decisions/reverse/ReverseDecisionController.js";
|
|
65
|
+
import { RestoreDecisionCommandHandler } from "../../application/context/decisions/restore/RestoreDecisionCommandHandler.js";
|
|
66
|
+
import { LocalRestoreDecisionGateway } from "../../application/context/decisions/restore/LocalRestoreDecisionGateway.js";
|
|
67
|
+
import { RestoreDecisionController } from "../../application/context/decisions/restore/RestoreDecisionController.js";
|
|
68
|
+
import { SupersedeDecisionCommandHandler } from "../../application/context/decisions/supersede/SupersedeDecisionCommandHandler.js";
|
|
69
|
+
import { LocalSupersedeDecisionGateway } from "../../application/context/decisions/supersede/LocalSupersedeDecisionGateway.js";
|
|
70
|
+
import { SupersedeDecisionController } from "../../application/context/decisions/supersede/SupersedeDecisionController.js";
|
|
71
|
+
import { UpdateDecisionCommandHandler } from "../../application/context/decisions/update/UpdateDecisionCommandHandler.js";
|
|
72
|
+
import { LocalUpdateDecisionGateway } from "../../application/context/decisions/update/LocalUpdateDecisionGateway.js";
|
|
73
|
+
import { UpdateDecisionController } from "../../application/context/decisions/update/UpdateDecisionController.js";
|
|
107
74
|
// Decision Event Stores - decomposed by use case
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
75
|
+
import { FsDecisionAddedEventStore } from "../context/decisions/add/FsDecisionAddedEventStore.js";
|
|
76
|
+
import { FsDecisionUpdatedEventStore } from "../context/decisions/update/FsDecisionUpdatedEventStore.js";
|
|
77
|
+
import { FsDecisionReversedEventStore } from "../context/decisions/reverse/FsDecisionReversedEventStore.js";
|
|
78
|
+
import { FsDecisionRestoredEventStore } from "../context/decisions/restore/FsDecisionRestoredEventStore.js";
|
|
79
|
+
import { FsDecisionSupersededEventStore } from "../context/decisions/supersede/FsDecisionSupersededEventStore.js";
|
|
113
80
|
// Architecture Event Stores - decomposed by use case
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
81
|
+
import { FsArchitectureDefinedEventStore } from "../context/architecture/define/FsArchitectureDefinedEventStore.js";
|
|
82
|
+
import { FsArchitectureUpdatedEventStore } from "../context/architecture/update/FsArchitectureUpdatedEventStore.js";
|
|
83
|
+
import { FsArchitectureDeprecatedEventStore } from "../context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js";
|
|
117
84
|
// Component Event Stores - decomposed by use case
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
85
|
+
import { FsComponentAddedEventStore } from "../context/components/add/FsComponentAddedEventStore.js";
|
|
86
|
+
import { FsComponentUpdatedEventStore } from "../context/components/update/FsComponentUpdatedEventStore.js";
|
|
87
|
+
import { FsComponentDeprecatedEventStore } from "../context/components/deprecate/FsComponentDeprecatedEventStore.js";
|
|
88
|
+
import { FsComponentUndeprecatedEventStore } from "../context/components/undeprecate/FsComponentUndeprecatedEventStore.js";
|
|
89
|
+
import { FsComponentRemovedEventStore } from "../context/components/remove/FsComponentRemovedEventStore.js";
|
|
90
|
+
import { FsComponentRenamedEventStore } from "../context/components/rename/FsComponentRenamedEventStore.js";
|
|
124
91
|
// Dependency Controllers
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
92
|
+
import { AddDependencyCommandHandler } from "../../application/context/dependencies/add/AddDependencyCommandHandler.js";
|
|
93
|
+
import { LocalAddDependencyGateway } from "../../application/context/dependencies/add/LocalAddDependencyGateway.js";
|
|
94
|
+
import { AddDependencyController } from "../../application/context/dependencies/add/AddDependencyController.js";
|
|
95
|
+
import { LocalGetDependenciesGateway } from "../../application/context/dependencies/get/LocalGetDependenciesGateway.js";
|
|
96
|
+
import { GetDependenciesController } from "../../application/context/dependencies/get/GetDependenciesController.js";
|
|
97
|
+
import { UpdateDependencyCommandHandler } from "../../application/context/dependencies/update/UpdateDependencyCommandHandler.js";
|
|
98
|
+
import { LocalUpdateDependencyGateway } from "../../application/context/dependencies/update/LocalUpdateDependencyGateway.js";
|
|
99
|
+
import { UpdateDependencyController } from "../../application/context/dependencies/update/UpdateDependencyController.js";
|
|
100
|
+
import { RemoveDependencyCommandHandler } from "../../application/context/dependencies/remove/RemoveDependencyCommandHandler.js";
|
|
101
|
+
import { LocalRemoveDependencyGateway } from "../../application/context/dependencies/remove/LocalRemoveDependencyGateway.js";
|
|
102
|
+
import { RemoveDependencyController } from "../../application/context/dependencies/remove/RemoveDependencyController.js";
|
|
136
103
|
// Dependency Event Stores - decomposed by use case
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
104
|
+
import { FsDependencyAddedEventStore } from "../context/dependencies/add/FsDependencyAddedEventStore.js";
|
|
105
|
+
import { FsDependencyUpdatedEventStore } from "../context/dependencies/update/FsDependencyUpdatedEventStore.js";
|
|
106
|
+
import { FsDependencyRemovedEventStore } from "../context/dependencies/remove/FsDependencyRemovedEventStore.js";
|
|
107
|
+
import { SqliteLegacyDependencyReader } from "../context/dependencies/get/SqliteLegacyDependencyReader.js";
|
|
141
108
|
// Guideline Controllers
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
109
|
+
import { AddGuidelineCommandHandler } from "../../application/context/guidelines/add/AddGuidelineCommandHandler.js";
|
|
110
|
+
import { LocalAddGuidelineGateway } from "../../application/context/guidelines/add/LocalAddGuidelineGateway.js";
|
|
111
|
+
import { AddGuidelineController } from "../../application/context/guidelines/add/AddGuidelineController.js";
|
|
112
|
+
import { LocalUpdateGuidelineGateway } from "../../application/context/guidelines/update/LocalUpdateGuidelineGateway.js";
|
|
113
|
+
import { UpdateGuidelineController } from "../../application/context/guidelines/update/UpdateGuidelineController.js";
|
|
114
|
+
import { RemoveGuidelineCommandHandler } from "../../application/context/guidelines/remove/RemoveGuidelineCommandHandler.js";
|
|
115
|
+
import { LocalRemoveGuidelineGateway } from "../../application/context/guidelines/remove/LocalRemoveGuidelineGateway.js";
|
|
116
|
+
import { RemoveGuidelineController } from "../../application/context/guidelines/remove/RemoveGuidelineController.js";
|
|
150
117
|
// Invariant Controllers
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
118
|
+
import { AddInvariantCommandHandler } from "../../application/context/invariants/add/AddInvariantCommandHandler.js";
|
|
119
|
+
import { LocalAddInvariantGateway } from "../../application/context/invariants/add/LocalAddInvariantGateway.js";
|
|
120
|
+
import { AddInvariantController } from "../../application/context/invariants/add/AddInvariantController.js";
|
|
121
|
+
import { RemoveInvariantCommandHandler } from "../../application/context/invariants/remove/RemoveInvariantCommandHandler.js";
|
|
122
|
+
import { LocalRemoveInvariantGateway } from "../../application/context/invariants/remove/LocalRemoveInvariantGateway.js";
|
|
123
|
+
import { RemoveInvariantController } from "../../application/context/invariants/remove/RemoveInvariantController.js";
|
|
124
|
+
import { LocalGetInvariantsGateway } from "../../application/context/invariants/get/LocalGetInvariantsGateway.js";
|
|
125
|
+
import { GetInvariantsController } from "../../application/context/invariants/get/GetInvariantsController.js";
|
|
126
|
+
import { UpdateInvariantCommandHandler } from "../../application/context/invariants/update/UpdateInvariantCommandHandler.js";
|
|
127
|
+
import { LocalUpdateInvariantGateway } from "../../application/context/invariants/update/LocalUpdateInvariantGateway.js";
|
|
128
|
+
import { UpdateInvariantController } from "../../application/context/invariants/update/UpdateInvariantController.js";
|
|
162
129
|
// Guideline Event Stores - decomposed by use case
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
130
|
+
import { FsGuidelineAddedEventStore } from "../context/guidelines/add/FsGuidelineAddedEventStore.js";
|
|
131
|
+
import { FsGuidelineUpdatedEventStore } from "../context/guidelines/update/FsGuidelineUpdatedEventStore.js";
|
|
132
|
+
import { FsGuidelineRemovedEventStore } from "../context/guidelines/remove/FsGuidelineRemovedEventStore.js";
|
|
166
133
|
// Invariant Event Stores - decomposed by use case
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
134
|
+
import { FsInvariantAddedEventStore } from "../context/invariants/add/FsInvariantAddedEventStore.js";
|
|
135
|
+
import { FsInvariantUpdatedEventStore } from "../context/invariants/update/FsInvariantUpdatedEventStore.js";
|
|
136
|
+
import { FsInvariantRemovedEventStore } from "../context/invariants/remove/FsInvariantRemovedEventStore.js";
|
|
170
137
|
// Project Event Stores - decomposed by use case
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
138
|
+
import { FsProjectInitializedEventStore } from "../context/project/init/FsProjectInitializedEventStore.js";
|
|
139
|
+
import { FsProjectUpdatedEventStore } from "../context/project/update/FsProjectUpdatedEventStore.js";
|
|
140
|
+
import { UpdateProjectCommandHandler } from "../../application/context/project/update/UpdateProjectCommandHandler.js";
|
|
141
|
+
import { LocalUpdateProjectGateway } from "../../application/context/project/update/LocalUpdateProjectGateway.js";
|
|
142
|
+
import { UpdateProjectController } from "../../application/context/project/update/UpdateProjectController.js";
|
|
176
143
|
// Audience Event Stores - decomposed by use case
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
144
|
+
import { FsAudienceAddedEventStore } from "../context/audiences/add/FsAudienceAddedEventStore.js";
|
|
145
|
+
import { FsAudienceUpdatedEventStore } from "../context/audiences/update/FsAudienceUpdatedEventStore.js";
|
|
146
|
+
import { FsAudienceRemovedEventStore } from "../context/audiences/remove/FsAudienceRemovedEventStore.js";
|
|
180
147
|
// AudiencePain Event Stores - decomposed by use case
|
|
181
|
-
|
|
182
|
-
|
|
148
|
+
import { FsAudiencePainAddedEventStore } from "../context/audience-pains/add/FsAudiencePainAddedEventStore.js";
|
|
149
|
+
import { FsAudiencePainUpdatedEventStore } from "../context/audience-pains/update/FsAudiencePainUpdatedEventStore.js";
|
|
183
150
|
// ValueProposition Event Stores - decomposed by use case
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
151
|
+
import { FsValuePropositionAddedEventStore } from "../context/value-propositions/add/FsValuePropositionAddedEventStore.js";
|
|
152
|
+
import { FsValuePropositionUpdatedEventStore } from "../context/value-propositions/update/FsValuePropositionUpdatedEventStore.js";
|
|
153
|
+
import { FsValuePropositionRemovedEventStore } from "../context/value-propositions/remove/FsValuePropositionRemovedEventStore.js";
|
|
187
154
|
// Relations Event Stores - decomposed by use case
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
155
|
+
import { FsRelationAddedEventStore } from "../context/relations/add/FsRelationAddedEventStore.js";
|
|
156
|
+
import { FsRelationDeactivatedEventStore } from "../context/relations/deactivate/FsRelationDeactivatedEventStore.js";
|
|
157
|
+
import { FsRelationReactivatedEventStore } from "../context/relations/reactivate/FsRelationReactivatedEventStore.js";
|
|
158
|
+
import { FsRelationRemovedEventStore } from "../context/relations/remove/FsRelationRemovedEventStore.js";
|
|
192
159
|
// Session Projection Stores - decomposed by use case
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
160
|
+
import { SqliteSessionStartedProjector } from "../context/sessions/start/SqliteSessionStartedProjector.js";
|
|
161
|
+
import { SqliteSessionEndedProjector } from "../context/sessions/end/SqliteSessionEndedProjector.js";
|
|
162
|
+
import { SqliteActiveSessionReader } from "../context/sessions/end/SqliteActiveSessionReader.js";
|
|
163
|
+
import { SqliteSessionViewReader } from "../context/sessions/get/SqliteSessionViewReader.js";
|
|
197
164
|
// Goal Projection Stores - decomposed by use case
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
165
|
+
import { SqliteGoalAddedProjector } from "../context/goals/add/SqliteGoalAddedProjector.js";
|
|
166
|
+
import { SqliteGoalStartedProjector } from "../context/goals/start/SqliteGoalStartedProjector.js";
|
|
167
|
+
import { SqliteGoalUpdatedProjector } from "../context/goals/update/SqliteGoalUpdatedProjector.js";
|
|
168
|
+
import { SqliteGoalBlockedProjector } from "../context/goals/block/SqliteGoalBlockedProjector.js";
|
|
169
|
+
import { SqliteGoalUnblockedProjector } from "../context/goals/unblock/SqliteGoalUnblockedProjector.js";
|
|
170
|
+
import { SqliteGoalPausedProjector } from "../context/goals/pause/SqliteGoalPausedProjector.js";
|
|
171
|
+
import { SqliteGoalResumedProjector } from "../context/goals/resume/SqliteGoalResumedProjector.js";
|
|
172
|
+
import { SqliteGoalCompletedProjector } from "../context/goals/complete/SqliteGoalCompletedProjector.js";
|
|
173
|
+
import { SqliteGoalRefinedProjector } from "../context/goals/refine/SqliteGoalRefinedProjector.js";
|
|
174
|
+
import { SqliteGoalResetProjector } from "../context/goals/reset/SqliteGoalResetProjector.js";
|
|
175
|
+
import { SqliteGoalRemovedProjector } from "../context/goals/remove/SqliteGoalRemovedProjector.js";
|
|
176
|
+
import { SqliteGoalProgressUpdatedProjector } from "../context/goals/update-progress/SqliteGoalProgressUpdatedProjector.js";
|
|
177
|
+
import { SqliteGoalSubmittedForReviewProjector } from "../context/goals/review/SqliteGoalSubmittedForReviewProjector.js";
|
|
178
|
+
import { SqliteGoalQualifiedProjector } from "../context/goals/qualify/SqliteGoalQualifiedProjector.js";
|
|
179
|
+
import { SqliteGoalCommittedProjector } from "../context/goals/commit/SqliteGoalCommittedProjector.js";
|
|
180
|
+
import { SqliteGoalRejectedProjector } from "../context/goals/reject/SqliteGoalRejectedProjector.js";
|
|
181
|
+
import { SqliteGoalSubmittedProjector } from "../context/goals/submit/SqliteGoalSubmittedProjector.js";
|
|
182
|
+
import { SqliteGoalCodifyingStartedProjector } from "../context/goals/codify/SqliteGoalCodifyingStartedProjector.js";
|
|
183
|
+
import { SqliteGoalClosedProjector } from "../context/goals/close/SqliteGoalClosedProjector.js";
|
|
184
|
+
import { SqliteGoalApprovedProjector } from "../context/goals/approve/SqliteGoalApprovedProjector.js";
|
|
185
|
+
import { SqliteGoalStatusMigratedProjector } from "../context/goals/migrate/SqliteGoalStatusMigratedProjector.js";
|
|
186
|
+
import { SqliteGoalContextAssembler } from "../context/SqliteGoalContextAssembler.js";
|
|
187
|
+
import { SqliteGoalStatusReader } from "../context/goals/SqliteGoalStatusReader.js";
|
|
221
188
|
// Decision Projection Stores - decomposed by use case
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
189
|
+
import { SqliteDecisionAddedProjector } from "../context/decisions/add/SqliteDecisionAddedProjector.js";
|
|
190
|
+
import { SqliteDecisionUpdatedProjector } from "../context/decisions/update/SqliteDecisionUpdatedProjector.js";
|
|
191
|
+
import { SqliteDecisionReversedProjector } from "../context/decisions/reverse/SqliteDecisionReversedProjector.js";
|
|
192
|
+
import { SqliteDecisionRestoredProjector } from "../context/decisions/restore/SqliteDecisionRestoredProjector.js";
|
|
193
|
+
import { SqliteDecisionSupersededProjector } from "../context/decisions/supersede/SqliteDecisionSupersededProjector.js";
|
|
194
|
+
import { SqliteDecisionViewReader } from "../context/decisions/get/SqliteDecisionViewReader.js";
|
|
228
195
|
// Architecture Projection Stores - decomposed by use case
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
196
|
+
import { SqliteArchitectureDefinedProjector } from "../context/architecture/define/SqliteArchitectureDefinedProjector.js";
|
|
197
|
+
import { SqliteArchitectureUpdatedProjector } from "../context/architecture/update/SqliteArchitectureUpdatedProjector.js";
|
|
198
|
+
import { SqliteArchitectureDeprecatedProjector } from "../context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js";
|
|
199
|
+
import { SqliteArchitectureReader } from "../context/architecture/SqliteArchitectureReader.js";
|
|
233
200
|
// Component Projection Stores - decomposed by use case
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
201
|
+
import { SqliteComponentAddedProjector } from "../context/components/add/SqliteComponentAddedProjector.js";
|
|
202
|
+
import { SqliteComponentUpdatedProjector } from "../context/components/update/SqliteComponentUpdatedProjector.js";
|
|
203
|
+
import { SqliteComponentDeprecatedProjector } from "../context/components/deprecate/SqliteComponentDeprecatedProjector.js";
|
|
204
|
+
import { SqliteComponentUndeprecatedProjector } from "../context/components/undeprecate/SqliteComponentUndeprecatedProjector.js";
|
|
205
|
+
import { SqliteComponentRemovedProjector } from "../context/components/remove/SqliteComponentRemovedProjector.js";
|
|
206
|
+
import { SqliteComponentRenamedProjector } from "../context/components/rename/SqliteComponentRenamedProjector.js";
|
|
207
|
+
import { SqliteComponentViewReader } from "../context/components/get/SqliteComponentViewReader.js";
|
|
208
|
+
import { SqliteComponentReader } from "../context/components/get/SqliteComponentReader.js";
|
|
242
209
|
// Dependency Projection Stores - decomposed by use case
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
210
|
+
import { SqliteDependencyAddedProjector } from "../context/dependencies/add/SqliteDependencyAddedProjector.js";
|
|
211
|
+
import { SqliteDependencyUpdatedProjector } from "../context/dependencies/update/SqliteDependencyUpdatedProjector.js";
|
|
212
|
+
import { SqliteDependencyRemovedProjector } from "../context/dependencies/remove/SqliteDependencyRemovedProjector.js";
|
|
213
|
+
import { SqliteDependencyViewReader } from "../context/dependencies/get/SqliteDependencyViewReader.js";
|
|
247
214
|
// Guideline Projection Stores - decomposed by use case
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
215
|
+
import { SqliteGuidelineAddedProjector } from "../context/guidelines/add/SqliteGuidelineAddedProjector.js";
|
|
216
|
+
import { SqliteGuidelineUpdatedProjector } from "../context/guidelines/update/SqliteGuidelineUpdatedProjector.js";
|
|
217
|
+
import { SqliteGuidelineRemovedProjector } from "../context/guidelines/remove/SqliteGuidelineRemovedProjector.js";
|
|
218
|
+
import { SqliteGuidelineViewReader } from "../context/guidelines/get/SqliteGuidelineViewReader.js";
|
|
219
|
+
import { LocalGetGuidelinesGateway } from "../../application/context/guidelines/get/LocalGetGuidelinesGateway.js";
|
|
220
|
+
import { GetGuidelinesController } from "../../application/context/guidelines/get/GetGuidelinesController.js";
|
|
254
221
|
// Invariant Projection Stores - decomposed by use case
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
222
|
+
import { SqliteInvariantAddedProjector } from "../context/invariants/add/SqliteInvariantAddedProjector.js";
|
|
223
|
+
import { SqliteInvariantUpdatedProjector } from "../context/invariants/update/SqliteInvariantUpdatedProjector.js";
|
|
224
|
+
import { SqliteInvariantRemovedProjector } from "../context/invariants/remove/SqliteInvariantRemovedProjector.js";
|
|
225
|
+
import { SqliteInvariantViewReader } from "../context/invariants/get/SqliteInvariantViewReader.js";
|
|
259
226
|
// Relations Projection Stores - decomposed by use case
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
227
|
+
import { SqliteRelationAddedProjector } from "../context/relations/add/SqliteRelationAddedProjector.js";
|
|
228
|
+
import { SqliteRelationDeactivatedProjector } from "../context/relations/deactivate/SqliteRelationDeactivatedProjector.js";
|
|
229
|
+
import { SqliteRelationReactivatedProjector } from "../context/relations/reactivate/SqliteRelationReactivatedProjector.js";
|
|
230
|
+
import { SqliteRelationRemovedProjector } from "../context/relations/remove/SqliteRelationRemovedProjector.js";
|
|
231
|
+
import { SqliteRelationViewReader } from "../context/relations/get/SqliteRelationViewReader.js";
|
|
265
232
|
// AudiencePain Projection Stores - decomposed by use case
|
|
266
|
-
|
|
267
|
-
|
|
233
|
+
import { SqliteAudiencePainAddedProjector } from "../context/audience-pains/add/SqliteAudiencePainAddedProjector.js";
|
|
234
|
+
import { SqliteAudiencePainUpdatedProjector } from "../context/audience-pains/update/SqliteAudiencePainUpdatedProjector.js";
|
|
268
235
|
// Audience Projection Stores - decomposed by use case
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
236
|
+
import { SqliteAudienceAddedProjector } from "../context/audiences/add/SqliteAudienceAddedProjector.js";
|
|
237
|
+
import { SqliteAudienceUpdatedProjector } from "../context/audiences/update/SqliteAudienceUpdatedProjector.js";
|
|
238
|
+
import { SqliteAudienceRemovedProjector } from "../context/audiences/remove/SqliteAudienceRemovedProjector.js";
|
|
272
239
|
// ValueProposition Projection Stores - decomposed by use case
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
240
|
+
import { SqliteValuePropositionAddedProjector } from "../context/value-propositions/add/SqliteValuePropositionAddedProjector.js";
|
|
241
|
+
import { SqliteValuePropositionUpdatedProjector } from "../context/value-propositions/update/SqliteValuePropositionUpdatedProjector.js";
|
|
242
|
+
import { SqliteValuePropositionRemovedProjector } from "../context/value-propositions/remove/SqliteValuePropositionRemovedProjector.js";
|
|
276
243
|
// Project Projection Stores - decomposed by use case
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
244
|
+
import { SqliteProjectInitializedProjector } from "../context/project/init/SqliteProjectInitializedProjector.js";
|
|
245
|
+
import { SqliteProjectUpdatedProjector } from "../context/project/update/SqliteProjectUpdatedProjector.js";
|
|
246
|
+
import { SqliteProjectContextReader } from "../context/project/query/SqliteProjectContextReader.js";
|
|
280
247
|
// Project Services
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
248
|
+
import { AgentFileProtocol } from "../context/project/init/AgentFileProtocol.js";
|
|
249
|
+
import { FsGitignoreProtocol } from "../context/project/init/FsGitignoreProtocol.js";
|
|
250
|
+
import { InitializeProjectCommandHandler } from "../../application/context/project/init/InitializeProjectCommandHandler.js";
|
|
251
|
+
import { LocalPlanProjectInitGateway } from "../../application/context/project/init/LocalPlanProjectInitGateway.js";
|
|
252
|
+
import { PlanProjectInitController } from "../../application/context/project/init/PlanProjectInitController.js";
|
|
253
|
+
import { LocalInitializeProjectGateway } from "../../application/context/project/init/LocalInitializeProjectGateway.js";
|
|
254
|
+
import { InitializeProjectController } from "../../application/context/project/init/InitializeProjectController.js";
|
|
288
255
|
// Audience Context Reader
|
|
289
|
-
|
|
256
|
+
import { SqliteAudienceContextReader } from "../context/audiences/query/SqliteAudienceContextReader.js";
|
|
290
257
|
// AudiencePain Context Reader
|
|
291
|
-
|
|
258
|
+
import { SqliteAudiencePainContextReader } from "../context/audience-pains/query/SqliteAudiencePainContextReader.js";
|
|
292
259
|
// ValueProposition Context Reader
|
|
293
|
-
|
|
260
|
+
import { SqliteValuePropositionContextReader } from "../context/value-propositions/query/SqliteValuePropositionContextReader.js";
|
|
294
261
|
// CLI Version Reader
|
|
295
|
-
|
|
262
|
+
import { CliVersionReader } from "../cli-metadata/query/CliVersionReader.js";
|
|
296
263
|
// Brownfield Status Reader
|
|
297
|
-
|
|
264
|
+
import { SqliteBrownfieldStatusReader } from "../context/sessions/start/SqliteBrownfieldStatusReader.js";
|
|
298
265
|
// Settings Infrastructure
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
266
|
+
import { FsSettingsReader } from "../settings/FsSettingsReader.js";
|
|
267
|
+
import { FsSettingsInitializer } from "../settings/FsSettingsInitializer.js";
|
|
268
|
+
import { ProcessTelemetryEnvironmentReader } from "../telemetry/ProcessTelemetryEnvironmentReader.js";
|
|
269
|
+
import { NoOpTelemetryClient } from "../telemetry/NoOpTelemetryClient.js";
|
|
270
|
+
import { PostHogTelemetryClient } from "../telemetry/PostHogTelemetryClient.js";
|
|
304
271
|
// Event Handlers (Projection Handlers)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
272
|
+
import { SessionStartedEventHandler } from "../../application/context/sessions/start/SessionStartedEventHandler.js";
|
|
273
|
+
import { SessionEndedEventHandler } from "../../application/context/sessions/end/SessionEndedEventHandler.js";
|
|
274
|
+
import { GoalAddedEventHandler } from "../../application/context/goals/add/GoalAddedEventHandler.js";
|
|
275
|
+
import { GoalStartedEventHandler } from "../../application/context/goals/start/GoalStartedEventHandler.js";
|
|
276
|
+
import { GoalUpdatedEventHandler } from "../../application/context/goals/update/GoalUpdatedEventHandler.js";
|
|
277
|
+
import { GoalBlockedEventHandler } from "../../application/context/goals/block/GoalBlockedEventHandler.js";
|
|
278
|
+
import { GoalUnblockedEventHandler } from "../../application/context/goals/unblock/GoalUnblockedEventHandler.js";
|
|
279
|
+
import { GoalPausedEventHandler } from "../../application/context/goals/pause/GoalPausedEventHandler.js";
|
|
280
|
+
import { GoalResumedEventHandler } from "../../application/context/goals/resume/GoalResumedEventHandler.js";
|
|
281
|
+
import { GoalCompletedEventHandler } from "../../application/context/goals/complete/GoalCompletedEventHandler.js";
|
|
282
|
+
import { GoalRefinedEventHandler } from "../../application/context/goals/refine/GoalRefinedEventHandler.js";
|
|
283
|
+
import { GoalResetEventHandler } from "../../application/context/goals/reset/GoalResetEventHandler.js";
|
|
284
|
+
import { GoalRemovedEventHandler } from "../../application/context/goals/remove/GoalRemovedEventHandler.js";
|
|
285
|
+
import { GoalProgressUpdatedEventHandler } from "../../application/context/goals/update-progress/GoalProgressUpdatedEventHandler.js";
|
|
286
|
+
import { GoalSubmittedForReviewEventHandler } from "../../application/context/goals/review/GoalSubmittedForReviewEventHandler.js";
|
|
287
|
+
import { GoalQualifiedEventHandler } from "../../application/context/goals/qualify/GoalQualifiedEventHandler.js";
|
|
288
|
+
import { GoalRefinementStartedEventHandler } from "../../application/context/goals/refine/GoalRefinementStartedEventHandler.js";
|
|
289
|
+
import { GoalCommittedEventHandler } from "../../application/context/goals/commit/GoalCommittedEventHandler.js";
|
|
290
|
+
import { GoalRejectedEventHandler } from "../../application/context/goals/reject/GoalRejectedEventHandler.js";
|
|
291
|
+
import { GoalSubmittedEventHandler } from "../../application/context/goals/submit/GoalSubmittedEventHandler.js";
|
|
292
|
+
import { GoalCodifyingStartedEventHandler } from "../../application/context/goals/codify/GoalCodifyingStartedEventHandler.js";
|
|
293
|
+
import { GoalClosedEventHandler } from "../../application/context/goals/close/GoalClosedEventHandler.js";
|
|
294
|
+
import { GoalApprovedEventHandler } from "../../application/context/goals/approve/GoalApprovedEventHandler.js";
|
|
295
|
+
import { GoalStatusMigratedEventHandler } from "../../application/context/goals/migrate/GoalStatusMigratedEventHandler.js";
|
|
329
296
|
// Decision Event Handlers - decomposed by use case
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
297
|
+
import { DecisionAddedEventHandler } from "../../application/context/decisions/add/DecisionAddedEventHandler.js";
|
|
298
|
+
import { DecisionUpdatedEventHandler } from "../../application/context/decisions/update/DecisionUpdatedEventHandler.js";
|
|
299
|
+
import { DecisionReversedEventHandler } from "../../application/context/decisions/reverse/DecisionReversedEventHandler.js";
|
|
300
|
+
import { DecisionRestoredEventHandler } from "../../application/context/decisions/restore/DecisionRestoredEventHandler.js";
|
|
301
|
+
import { DecisionSupersededEventHandler } from "../../application/context/decisions/supersede/DecisionSupersededEventHandler.js";
|
|
335
302
|
// Architecture Event Handlers - decomposed by use case
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
303
|
+
import { ArchitectureDefinedEventHandler } from "../../application/context/architecture/define/ArchitectureDefinedEventHandler.js";
|
|
304
|
+
import { ArchitectureUpdatedEventHandler } from "../../application/context/architecture/update/ArchitectureUpdatedEventHandler.js";
|
|
305
|
+
import { ArchitectureDeprecatedEventHandler } from "../../application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js";
|
|
339
306
|
// Component Event Handlers - decomposed by use case
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
307
|
+
import { ComponentAddedEventHandler } from "../../application/context/components/add/ComponentAddedEventHandler.js";
|
|
308
|
+
import { ComponentUpdatedEventHandler } from "../../application/context/components/update/ComponentUpdatedEventHandler.js";
|
|
309
|
+
import { ComponentDeprecatedEventHandler } from "../../application/context/components/deprecate/ComponentDeprecatedEventHandler.js";
|
|
310
|
+
import { ComponentUndeprecatedEventHandler } from "../../application/context/components/undeprecate/ComponentUndeprecatedEventHandler.js";
|
|
311
|
+
import { ComponentRemovedEventHandler } from "../../application/context/components/remove/ComponentRemovedEventHandler.js";
|
|
312
|
+
import { ComponentRenamedEventHandler } from "../../application/context/components/rename/ComponentRenamedEventHandler.js";
|
|
346
313
|
// Dependency Event Handlers - decomposed by use case
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
314
|
+
import { DependencyAddedEventHandler } from "../../application/context/dependencies/add/DependencyAddedEventHandler.js";
|
|
315
|
+
import { DependencyUpdatedEventHandler } from "../../application/context/dependencies/update/DependencyUpdatedEventHandler.js";
|
|
316
|
+
import { DependencyRemovedEventHandler } from "../../application/context/dependencies/remove/DependencyRemovedEventHandler.js";
|
|
350
317
|
// Guideline Event Handlers - decomposed by use case
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
318
|
+
import { GuidelineAddedEventHandler } from "../../application/context/guidelines/add/GuidelineAddedEventHandler.js";
|
|
319
|
+
import { GuidelineUpdatedEventHandler } from "../../application/context/guidelines/update/GuidelineUpdatedEventHandler.js";
|
|
320
|
+
import { GuidelineRemovedEventHandler } from "../../application/context/guidelines/remove/GuidelineRemovedEventHandler.js";
|
|
354
321
|
// Invariant Event Handlers - decomposed by use case
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
322
|
+
import { InvariantAddedEventHandler } from "../../application/context/invariants/add/InvariantAddedEventHandler.js";
|
|
323
|
+
import { InvariantUpdatedEventHandler } from "../../application/context/invariants/update/InvariantUpdatedEventHandler.js";
|
|
324
|
+
import { InvariantRemovedEventHandler } from "../../application/context/invariants/remove/InvariantRemovedEventHandler.js";
|
|
358
325
|
// Project Event Handlers - decomposed by use case
|
|
359
|
-
|
|
360
|
-
|
|
326
|
+
import { ProjectInitializedEventHandler } from "../../application/context/project/init/ProjectInitializedEventHandler.js";
|
|
327
|
+
import { ProjectUpdatedEventHandler } from "../../application/context/project/update/ProjectUpdatedEventHandler.js";
|
|
361
328
|
// AudiencePain Event Handlers - decomposed by use case
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
329
|
+
import { AudiencePainAddedEventHandler } from "../../application/context/audience-pains/add/AudiencePainAddedEventHandler.js";
|
|
330
|
+
import { AudiencePainUpdatedEventHandler } from "../../application/context/audience-pains/update/AudiencePainUpdatedEventHandler.js";
|
|
331
|
+
import { UpdateAudiencePainCommandHandler } from "../../application/context/audience-pains/update/UpdateAudiencePainCommandHandler.js";
|
|
332
|
+
import { LocalUpdateAudiencePainGateway } from "../../application/context/audience-pains/update/LocalUpdateAudiencePainGateway.js";
|
|
333
|
+
import { UpdateAudiencePainController } from "../../application/context/audience-pains/update/UpdateAudiencePainController.js";
|
|
334
|
+
import { LocalGetAudiencePainsGateway } from "../../application/context/audience-pains/list/LocalGetAudiencePainsGateway.js";
|
|
335
|
+
import { GetAudiencePainsController } from "../../application/context/audience-pains/list/GetAudiencePainsController.js";
|
|
369
336
|
// Audience Event Handlers - decomposed by use case
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
337
|
+
import { AudienceAddedEventHandler } from "../../application/context/audiences/add/AudienceAddedEventHandler.js";
|
|
338
|
+
import { AudienceUpdatedEventHandler } from "../../application/context/audiences/update/AudienceUpdatedEventHandler.js";
|
|
339
|
+
import { AudienceRemovedEventHandler } from "../../application/context/audiences/remove/AudienceRemovedEventHandler.js";
|
|
340
|
+
import { UpdateAudienceCommandHandler } from "../../application/context/audiences/update/UpdateAudienceCommandHandler.js";
|
|
341
|
+
import { LocalUpdateAudienceGateway } from "../../application/context/audiences/update/LocalUpdateAudienceGateway.js";
|
|
342
|
+
import { UpdateAudienceController } from "../../application/context/audiences/update/UpdateAudienceController.js";
|
|
376
343
|
// ValueProposition Event Handlers - decomposed by use case
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
344
|
+
import { ValuePropositionAddedEventHandler } from "../../application/context/value-propositions/add/ValuePropositionAddedEventHandler.js";
|
|
345
|
+
import { ValuePropositionUpdatedEventHandler } from "../../application/context/value-propositions/update/ValuePropositionUpdatedEventHandler.js";
|
|
346
|
+
import { ValuePropositionRemovedEventHandler } from "../../application/context/value-propositions/remove/ValuePropositionRemovedEventHandler.js";
|
|
347
|
+
import { AddValuePropositionCommandHandler } from "../../application/context/value-propositions/add/AddValuePropositionCommandHandler.js";
|
|
348
|
+
import { LocalAddValuePropositionGateway } from "../../application/context/value-propositions/add/LocalAddValuePropositionGateway.js";
|
|
349
|
+
import { AddValuePropositionController } from "../../application/context/value-propositions/add/AddValuePropositionController.js";
|
|
350
|
+
import { RemoveValuePropositionCommandHandler } from "../../application/context/value-propositions/remove/RemoveValuePropositionCommandHandler.js";
|
|
351
|
+
import { LocalRemoveValuePropositionGateway } from "../../application/context/value-propositions/remove/LocalRemoveValuePropositionGateway.js";
|
|
352
|
+
import { RemoveValuePropositionController } from "../../application/context/value-propositions/remove/RemoveValuePropositionController.js";
|
|
353
|
+
import { LocalGetValuePropositionsGateway } from "../../application/context/value-propositions/get/LocalGetValuePropositionsGateway.js";
|
|
354
|
+
import { GetValuePropositionsController } from "../../application/context/value-propositions/get/GetValuePropositionsController.js";
|
|
355
|
+
import { UpdateValuePropositionCommandHandler } from "../../application/context/value-propositions/update/UpdateValuePropositionCommandHandler.js";
|
|
356
|
+
import { LocalUpdateValuePropositionGateway } from "../../application/context/value-propositions/update/LocalUpdateValuePropositionGateway.js";
|
|
357
|
+
import { UpdateValuePropositionController } from "../../application/context/value-propositions/update/UpdateValuePropositionController.js";
|
|
391
358
|
// Relations Event Handlers - decomposed by use case
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
359
|
+
import { RelationAddedEventHandler } from "../../application/context/relations/add/RelationAddedEventHandler.js";
|
|
360
|
+
import { AddRelationCommandHandler } from "../../application/context/relations/add/AddRelationCommandHandler.js";
|
|
361
|
+
import { LocalAddRelationGateway } from "../../application/context/relations/add/LocalAddRelationGateway.js";
|
|
362
|
+
import { AddRelationController } from "../../application/context/relations/add/AddRelationController.js";
|
|
363
|
+
import { RelationDeactivatedEventHandler } from "../../application/context/relations/deactivate/RelationDeactivatedEventHandler.js";
|
|
364
|
+
import { DeactivateRelationCommandHandler } from "../../application/context/relations/deactivate/DeactivateRelationCommandHandler.js";
|
|
365
|
+
import { RelationDeactivationCascade } from "../../application/context/relations/deactivate/RelationDeactivationCascade.js";
|
|
366
|
+
import { RelationReactivatedEventHandler } from "../../application/context/relations/reactivate/RelationReactivatedEventHandler.js";
|
|
367
|
+
import { ReactivateRelationCommandHandler } from "../../application/context/relations/reactivate/ReactivateRelationCommandHandler.js";
|
|
368
|
+
import { RelationReactivationCascade } from "../../application/context/relations/reactivate/RelationReactivationCascade.js";
|
|
369
|
+
import { RelationMaintenanceGoalRegistrar } from "../../application/context/relations/maintain/RelationMaintenanceGoalRegistrar.js";
|
|
370
|
+
import { RelationDiscoveryGoalRegistrar } from "../../application/context/relations/discover/RelationDiscoveryGoalRegistrar.js";
|
|
371
|
+
import { RelationDiscoveryEventHandler } from "../../application/context/relations/discover/RelationDiscoveryEventHandler.js";
|
|
372
|
+
import { RelationRemovedEventHandler } from "../../application/context/relations/remove/RelationRemovedEventHandler.js";
|
|
373
|
+
import { RemoveRelationCommandHandler } from "../../application/context/relations/remove/RemoveRelationCommandHandler.js";
|
|
374
|
+
import { LocalRemoveRelationGateway } from "../../application/context/relations/remove/LocalRemoveRelationGateway.js";
|
|
375
|
+
import { RemoveRelationController } from "../../application/context/relations/remove/RemoveRelationController.js";
|
|
376
|
+
import { GetRelationsController } from "../../application/context/relations/get/GetRelationsController.js";
|
|
377
|
+
import { LocalGetRelationsGateway } from "../../application/context/relations/get/LocalGetRelationsGateway.js";
|
|
411
378
|
// Context
|
|
412
|
-
|
|
379
|
+
import { GoalContextQueryHandler } from "../../application/context/goals/get/GoalContextQueryHandler.js";
|
|
413
380
|
// Goal Controllers
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
381
|
+
import { AddGoalCommandHandler } from "../../application/context/goals/add/AddGoalCommandHandler.js";
|
|
382
|
+
import { LocalAddGoalGateway } from "../../application/context/goals/add/LocalAddGoalGateway.js";
|
|
383
|
+
import { AddGoalController } from "../../application/context/goals/add/AddGoalController.js";
|
|
384
|
+
import { ReviewGoalController } from "../../application/context/goals/review/ReviewGoalController.js";
|
|
385
|
+
import { SubmitGoalForReviewCommandHandler } from "../../application/context/goals/review/SubmitGoalForReviewCommandHandler.js";
|
|
386
|
+
import { LocalReviewGoalGateway } from "../../application/context/goals/review/LocalReviewGoalGateway.js";
|
|
387
|
+
import { FsGoalSubmittedForReviewEventStore } from "../context/goals/review/FsGoalSubmittedForReviewEventStore.js";
|
|
388
|
+
import { QualifyGoalController } from "../../application/context/goals/qualify/QualifyGoalController.js";
|
|
389
|
+
import { QualifyGoalCommandHandler } from "../../application/context/goals/qualify/QualifyGoalCommandHandler.js";
|
|
390
|
+
import { LocalQualifyGoalGateway } from "../../application/context/goals/qualify/LocalQualifyGoalGateway.js";
|
|
391
|
+
import { FsGoalQualifiedEventStore } from "../context/goals/qualify/FsGoalQualifiedEventStore.js";
|
|
425
392
|
// CommitGoal Controller-Gateway
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
393
|
+
import { CommitGoalCommandHandler } from "../../application/context/goals/commit/CommitGoalCommandHandler.js";
|
|
394
|
+
import { LocalCommitGoalGateway } from "../../application/context/goals/commit/LocalCommitGoalGateway.js";
|
|
395
|
+
import { CommitGoalController } from "../../application/context/goals/commit/CommitGoalController.js";
|
|
396
|
+
import { FsGoalCommittedEventStore } from "../context/goals/commit/FsGoalCommittedEventStore.js";
|
|
430
397
|
// RejectGoal Controller-Gateway
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
398
|
+
import { RejectGoalCommandHandler } from "../../application/context/goals/reject/RejectGoalCommandHandler.js";
|
|
399
|
+
import { LocalRejectGoalGateway } from "../../application/context/goals/reject/LocalRejectGoalGateway.js";
|
|
400
|
+
import { RejectGoalController } from "../../application/context/goals/reject/RejectGoalController.js";
|
|
401
|
+
import { FsGoalRejectedEventStore } from "../context/goals/reject/FsGoalRejectedEventStore.js";
|
|
435
402
|
// SubmitGoal Controller-Gateway
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
403
|
+
import { SubmitGoalCommandHandler } from "../../application/context/goals/submit/SubmitGoalCommandHandler.js";
|
|
404
|
+
import { LocalSubmitGoalGateway } from "../../application/context/goals/submit/LocalSubmitGoalGateway.js";
|
|
405
|
+
import { SubmitGoalController } from "../../application/context/goals/submit/SubmitGoalController.js";
|
|
406
|
+
import { FsGoalSubmittedEventStore } from "../context/goals/submit/FsGoalSubmittedEventStore.js";
|
|
440
407
|
// CodifyGoal Controller-Gateway
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
408
|
+
import { CodifyGoalCommandHandler } from "../../application/context/goals/codify/CodifyGoalCommandHandler.js";
|
|
409
|
+
import { LocalCodifyGoalGateway } from "../../application/context/goals/codify/LocalCodifyGoalGateway.js";
|
|
410
|
+
import { CodifyGoalController } from "../../application/context/goals/codify/CodifyGoalController.js";
|
|
444
411
|
// CloseGoal Controller-Gateway
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
412
|
+
import { CloseGoalCommandHandler } from "../../application/context/goals/close/CloseGoalCommandHandler.js";
|
|
413
|
+
import { LocalCloseGoalGateway } from "../../application/context/goals/close/LocalCloseGoalGateway.js";
|
|
414
|
+
import { CloseGoalController } from "../../application/context/goals/close/CloseGoalController.js";
|
|
448
415
|
// BlockGoal Controller-Gateway
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
416
|
+
import { RefineGoalCommandHandler } from "../../application/context/goals/refine/RefineGoalCommandHandler.js";
|
|
417
|
+
import { LocalRefineGoalGateway } from "../../application/context/goals/refine/LocalRefineGoalGateway.js";
|
|
418
|
+
import { RefineGoalController } from "../../application/context/goals/refine/RefineGoalController.js";
|
|
419
|
+
import { BlockGoalCommandHandler } from "../../application/context/goals/block/BlockGoalCommandHandler.js";
|
|
420
|
+
import { LocalBlockGoalGateway } from "../../application/context/goals/block/LocalBlockGoalGateway.js";
|
|
421
|
+
import { BlockGoalController } from "../../application/context/goals/block/BlockGoalController.js";
|
|
455
422
|
// UnblockGoal Controller-Gateway
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
423
|
+
import { UnblockGoalCommandHandler } from "../../application/context/goals/unblock/UnblockGoalCommandHandler.js";
|
|
424
|
+
import { LocalUnblockGoalGateway } from "../../application/context/goals/unblock/LocalUnblockGoalGateway.js";
|
|
425
|
+
import { UnblockGoalController } from "../../application/context/goals/unblock/UnblockGoalController.js";
|
|
459
426
|
// RemoveGoal Controller-Gateway
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
427
|
+
import { RemoveGoalCommandHandler } from "../../application/context/goals/remove/RemoveGoalCommandHandler.js";
|
|
428
|
+
import { LocalRemoveGoalGateway } from "../../application/context/goals/remove/LocalRemoveGoalGateway.js";
|
|
429
|
+
import { RemoveGoalController } from "../../application/context/goals/remove/RemoveGoalController.js";
|
|
463
430
|
// ResetGoal Controller-Gateway
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
431
|
+
import { ResetGoalCommandHandler } from "../../application/context/goals/reset/ResetGoalCommandHandler.js";
|
|
432
|
+
import { LocalResetGoalGateway } from "../../application/context/goals/reset/LocalResetGoalGateway.js";
|
|
433
|
+
import { ResetGoalController } from "../../application/context/goals/reset/ResetGoalController.js";
|
|
467
434
|
// UpdateGoal Controller-Gateway
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
435
|
+
import { UpdateGoalCommandHandler } from "../../application/context/goals/update/UpdateGoalCommandHandler.js";
|
|
436
|
+
import { LocalUpdateGoalGateway } from "../../application/context/goals/update/LocalUpdateGoalGateway.js";
|
|
437
|
+
import { UpdateGoalController } from "../../application/context/goals/update/UpdateGoalController.js";
|
|
471
438
|
// UpdateGoalProgress Controller-Gateway
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
439
|
+
import { UpdateGoalProgressCommandHandler } from "../../application/context/goals/update-progress/UpdateGoalProgressCommandHandler.js";
|
|
440
|
+
import { LocalUpdateGoalProgressGateway } from "../../application/context/goals/update-progress/LocalUpdateGoalProgressGateway.js";
|
|
441
|
+
import { UpdateGoalProgressController } from "../../application/context/goals/update-progress/UpdateGoalProgressController.js";
|
|
475
442
|
// StartGoal Controller-Gateway
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
443
|
+
import { StartGoalCommandHandler } from "../../application/context/goals/start/StartGoalCommandHandler.js";
|
|
444
|
+
import { PrerequisitePolicy } from "../../domain/goals/rules/PrerequisitePolicy.js";
|
|
445
|
+
import { LocalStartGoalGateway } from "../../application/context/goals/start/LocalStartGoalGateway.js";
|
|
446
|
+
import { StartGoalController } from "../../application/context/goals/start/StartGoalController.js";
|
|
480
447
|
// PauseGoal Controller-Gateway
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
448
|
+
import { PauseGoalCommandHandler } from "../../application/context/goals/pause/PauseGoalCommandHandler.js";
|
|
449
|
+
import { LocalPauseGoalGateway } from "../../application/context/goals/pause/LocalPauseGoalGateway.js";
|
|
450
|
+
import { PauseGoalController } from "../../application/context/goals/pause/PauseGoalController.js";
|
|
484
451
|
// GetGoals Controller-Gateway
|
|
485
|
-
|
|
486
|
-
|
|
452
|
+
import { GetGoalsController } from "../../application/context/goals/get/GetGoalsController.js";
|
|
453
|
+
import { LocalGetGoalsGateway } from "../../application/context/goals/get/LocalGetGoalsGateway.js";
|
|
487
454
|
// ShowGoal Controller-Gateway
|
|
488
|
-
|
|
489
|
-
|
|
455
|
+
import { ShowGoalController } from "../../application/context/goals/get/ShowGoalController.js";
|
|
456
|
+
import { LocalShowGoalGateway } from "../../application/context/goals/get/LocalShowGoalGateway.js";
|
|
490
457
|
// Session Controllers
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
458
|
+
import { SessionStartController } from "../../application/context/sessions/start/SessionStartController.js";
|
|
459
|
+
import { GetTelemetryStatusController } from "../../application/context/telemetry/get/GetTelemetryStatusController.js";
|
|
460
|
+
import { LocalGetTelemetryStatusGateway } from "../../application/context/telemetry/get/LocalGetTelemetryStatusGateway.js";
|
|
461
|
+
import { TelemetryConsentStatusResolver } from "../../application/context/telemetry/TelemetryConsentStatusResolver.js";
|
|
462
|
+
import { UpdateTelemetryConsentCommandHandler } from "../../application/context/telemetry/update/UpdateTelemetryConsentCommandHandler.js";
|
|
463
|
+
import { LocalUpdateTelemetryConsentGateway } from "../../application/context/telemetry/update/LocalUpdateTelemetryConsentGateway.js";
|
|
464
|
+
import { UpdateTelemetryConsentController } from "../../application/context/telemetry/update/UpdateTelemetryConsentController.js";
|
|
465
|
+
import { LocalStartSessionGateway } from "../../application/context/sessions/start/LocalStartSessionGateway.js";
|
|
466
|
+
import { EndSessionController } from "../../application/context/sessions/end/EndSessionController.js";
|
|
467
|
+
import { LocalEndSessionGateway } from "../../application/context/sessions/end/LocalEndSessionGateway.js";
|
|
468
|
+
import { EndSessionCommandHandler } from "../../application/context/sessions/end/EndSessionCommandHandler.js";
|
|
469
|
+
import { GetSessionsController } from "../../application/context/sessions/get/GetSessionsController.js";
|
|
470
|
+
import { LocalGetSessionsGateway } from "../../application/context/sessions/get/LocalGetSessionsGateway.js";
|
|
504
471
|
// Worker Controllers
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
472
|
+
import { ViewWorkerController } from "../../application/context/host/workers/view/ViewWorkerController.js";
|
|
473
|
+
import { LocalViewWorkerGateway } from "../../application/context/host/workers/view/LocalViewWorkerGateway.js";
|
|
474
|
+
import { SessionContextQueryHandler } from "../../application/context/sessions/get/SessionContextQueryHandler.js";
|
|
475
|
+
import { StartSessionCommandHandler } from "../../application/context/sessions/start/StartSessionCommandHandler.js";
|
|
509
476
|
// Work Command Handlers
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
477
|
+
import { PauseWorkCommandHandler } from "../../application/context/work/pause/PauseWorkCommandHandler.js";
|
|
478
|
+
import { LocalPauseWorkGateway } from "../../application/context/work/pause/LocalPauseWorkGateway.js";
|
|
479
|
+
import { PauseWorkController } from "../../application/context/work/pause/PauseWorkController.js";
|
|
480
|
+
import { ResumeWorkController } from "../../application/context/work/resume/ResumeWorkController.js";
|
|
481
|
+
import { LocalResumeWorkGateway } from "../../application/context/work/resume/LocalResumeWorkGateway.js";
|
|
482
|
+
import { ResumeGoalCommandHandler } from "../../application/context/goals/resume/ResumeGoalCommandHandler.js";
|
|
483
|
+
import { LocalResumeGoalGateway } from "../../application/context/goals/resume/LocalResumeGoalGateway.js";
|
|
484
|
+
import { ResumeGoalController } from "../../application/context/goals/resume/ResumeGoalController.js";
|
|
518
485
|
// Architecture Controllers
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
486
|
+
import { AddAudiencePainCommandHandler } from "../../application/context/audience-pains/add/AddAudiencePainCommandHandler.js";
|
|
487
|
+
import { LocalAddAudiencePainGateway } from "../../application/context/audience-pains/add/LocalAddAudiencePainGateway.js";
|
|
488
|
+
import { AddAudiencePainController } from "../../application/context/audience-pains/add/AddAudiencePainController.js";
|
|
489
|
+
import { DefineArchitectureController } from "../../application/context/architecture/define/DefineArchitectureController.js";
|
|
490
|
+
import { LocalDefineArchitectureGateway } from "../../application/context/architecture/define/LocalDefineArchitectureGateway.js";
|
|
491
|
+
import { UpdateArchitectureController } from "../../application/context/architecture/update/UpdateArchitectureController.js";
|
|
492
|
+
import { LocalUpdateArchitectureGateway } from "../../application/context/architecture/update/LocalUpdateArchitectureGateway.js";
|
|
493
|
+
import { GetArchitectureController } from "../../application/context/architecture/get/GetArchitectureController.js";
|
|
494
|
+
import { LocalGetArchitectureGateway } from "../../application/context/architecture/get/LocalGetArchitectureGateway.js";
|
|
528
495
|
// Component Controllers
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
496
|
+
import { AddComponentCommandHandler } from "../../application/context/components/add/AddComponentCommandHandler.js";
|
|
497
|
+
import { LocalAddComponentGateway } from "../../application/context/components/add/LocalAddComponentGateway.js";
|
|
498
|
+
import { AddComponentController } from "../../application/context/components/add/AddComponentController.js";
|
|
499
|
+
import { LocalGetComponentsGateway } from "../../application/context/components/list/LocalGetComponentsGateway.js";
|
|
500
|
+
import { GetComponentsController } from "../../application/context/components/list/GetComponentsController.js";
|
|
501
|
+
import { LocalSearchComponentsGateway } from "../../application/context/components/search/LocalSearchComponentsGateway.js";
|
|
502
|
+
import { SearchComponentsController } from "../../application/context/components/search/SearchComponentsController.js";
|
|
503
|
+
import { UpdateComponentCommandHandler } from "../../application/context/components/update/UpdateComponentCommandHandler.js";
|
|
504
|
+
import { LocalUpdateComponentGateway } from "../../application/context/components/update/LocalUpdateComponentGateway.js";
|
|
505
|
+
import { UpdateComponentController } from "../../application/context/components/update/UpdateComponentController.js";
|
|
506
|
+
import { RenameComponentCommandHandler } from "../../application/context/components/rename/RenameComponentCommandHandler.js";
|
|
507
|
+
import { LocalRenameComponentGateway } from "../../application/context/components/rename/LocalRenameComponentGateway.js";
|
|
508
|
+
import { RenameComponentController } from "../../application/context/components/rename/RenameComponentController.js";
|
|
509
|
+
import { LocalShowComponentGateway } from "../../application/context/components/show/LocalShowComponentGateway.js";
|
|
510
|
+
import { ShowComponentController } from "../../application/context/components/show/ShowComponentController.js";
|
|
511
|
+
import { DeprecateComponentCommandHandler } from "../../application/context/components/deprecate/DeprecateComponentCommandHandler.js";
|
|
512
|
+
import { LocalDeprecateComponentGateway } from "../../application/context/components/deprecate/LocalDeprecateComponentGateway.js";
|
|
513
|
+
import { DeprecateComponentController } from "../../application/context/components/deprecate/DeprecateComponentController.js";
|
|
514
|
+
import { UndeprecateComponentCommandHandler } from "../../application/context/components/undeprecate/UndeprecateComponentCommandHandler.js";
|
|
515
|
+
import { LocalUndeprecateComponentGateway } from "../../application/context/components/undeprecate/LocalUndeprecateComponentGateway.js";
|
|
516
|
+
import { UndeprecateComponentController } from "../../application/context/components/undeprecate/UndeprecateComponentController.js";
|
|
517
|
+
import { RemoveComponentCommandHandler } from "../../application/context/components/remove/RemoveComponentCommandHandler.js";
|
|
518
|
+
import { LocalRemoveComponentGateway } from "../../application/context/components/remove/LocalRemoveComponentGateway.js";
|
|
519
|
+
import { RemoveComponentController } from "../../application/context/components/remove/RemoveComponentController.js";
|
|
553
520
|
// Audience Controllers
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
521
|
+
import { AddAudienceCommandHandler } from "../../application/context/audiences/add/AddAudienceCommandHandler.js";
|
|
522
|
+
import { LocalAddAudienceGateway } from "../../application/context/audiences/add/LocalAddAudienceGateway.js";
|
|
523
|
+
import { AddAudienceController } from "../../application/context/audiences/add/AddAudienceController.js";
|
|
524
|
+
import { ListAudiencesController } from "../../application/context/audiences/list/ListAudiencesController.js";
|
|
525
|
+
import { LocalListAudiencesGateway } from "../../application/context/audiences/list/LocalListAudiencesGateway.js";
|
|
526
|
+
import { RemoveAudienceCommandHandler } from "../../application/context/audiences/remove/RemoveAudienceCommandHandler.js";
|
|
527
|
+
import { LocalRemoveAudienceGateway } from "../../application/context/audiences/remove/LocalRemoveAudienceGateway.js";
|
|
528
|
+
import { RemoveAudienceController } from "../../application/context/audiences/remove/RemoveAudienceController.js";
|
|
562
529
|
// Worker Identity
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
530
|
+
import { HostSessionKeyResolver } from "./session/HostSessionKeyResolver.js";
|
|
531
|
+
import { SqliteWorkerIdentityRegistry } from "./workers/SqliteWorkerIdentityRegistry.js";
|
|
532
|
+
import { FsWorkerIdentifiedEventStore } from "./workers/identify/FsWorkerIdentifiedEventStore.js";
|
|
533
|
+
import { SqliteWorkerIdentifiedProjector } from "./workers/identify/SqliteWorkerIdentifiedProjector.js";
|
|
534
|
+
import { WorkerIdentifiedEventHandler } from "../../application/host/workers/identify/WorkerIdentifiedEventHandler.js";
|
|
568
535
|
// Goal Claims
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
class HostBuilder {
|
|
536
|
+
import { SqliteGoalClaimStore } from "../context/goals/claims/SqliteGoalClaimStore.js";
|
|
537
|
+
import { GoalClaimPolicy } from "../../application/context/goals/claims/GoalClaimPolicy.js";
|
|
538
|
+
export class HostBuilder {
|
|
572
539
|
constructor(rootDir, db, registerTelemetryClient) {
|
|
573
540
|
this.rootDir = rootDir;
|
|
574
541
|
this.db = db;
|
|
@@ -586,20 +553,20 @@ class HostBuilder {
|
|
|
586
553
|
// ============================================================
|
|
587
554
|
// STEP 1: Get Core Infrastructure
|
|
588
555
|
// ============================================================
|
|
589
|
-
const projectRootResolver = new
|
|
590
|
-
const eventBus = new
|
|
591
|
-
const clock = new
|
|
592
|
-
const cliVersionReader = new
|
|
556
|
+
const projectRootResolver = new ProjectRootResolver();
|
|
557
|
+
const eventBus = new InProcessEventBus();
|
|
558
|
+
const clock = new SystemClock();
|
|
559
|
+
const cliVersionReader = new CliVersionReader();
|
|
593
560
|
// Create logger (writes to .jumbo/logs/<yyyyddmm>.log, one file per day)
|
|
594
561
|
const logDir = path.join(this.rootDir, "logs");
|
|
595
|
-
const logger = new
|
|
596
|
-
const eventStore = new
|
|
562
|
+
const logger = new FileLogger(logDir, LogLevel.DEBUG);
|
|
563
|
+
const eventStore = new FsEventStore(this.rootDir, logger);
|
|
597
564
|
// Initialize settings file if it doesn't exist
|
|
598
|
-
const settingsInitializer = new
|
|
565
|
+
const settingsInitializer = new FsSettingsInitializer(this.rootDir);
|
|
599
566
|
await settingsInitializer.ensureSettingsFileExists();
|
|
600
|
-
const settingsReader = new
|
|
601
|
-
const telemetryEnvironmentReader = new
|
|
602
|
-
const telemetryConsentStatusResolver = new
|
|
567
|
+
const settingsReader = new FsSettingsReader(this.rootDir);
|
|
568
|
+
const telemetryEnvironmentReader = new ProcessTelemetryEnvironmentReader();
|
|
569
|
+
const telemetryConsentStatusResolver = new TelemetryConsentStatusResolver();
|
|
603
570
|
const settings = await settingsReader.read();
|
|
604
571
|
const telemetryConfigured = await settingsReader.hasTelemetryConfiguration();
|
|
605
572
|
const telemetryStatus = telemetryConsentStatusResolver.resolve(settings, telemetryConfigured, {
|
|
@@ -607,548 +574,548 @@ class HostBuilder {
|
|
|
607
574
|
environmentDisabled: telemetryEnvironmentReader.isTelemetryDisabledByEnvironment(),
|
|
608
575
|
});
|
|
609
576
|
const telemetryClient = telemetryStatus.effectiveEnabled && telemetryStatus.anonymousId !== null
|
|
610
|
-
? new
|
|
611
|
-
: new
|
|
577
|
+
? new PostHogTelemetryClient(telemetryStatus.anonymousId)
|
|
578
|
+
: new NoOpTelemetryClient();
|
|
612
579
|
this.registerTelemetryClient?.(telemetryClient);
|
|
613
580
|
// Create worker identity components
|
|
614
|
-
const hostSessionKeyResolver = new
|
|
615
|
-
const workerIdentifiedEventStore = new
|
|
616
|
-
const workerIdentifiedProjector = new
|
|
617
|
-
const workerIdentityRegistry = new
|
|
581
|
+
const hostSessionKeyResolver = new HostSessionKeyResolver();
|
|
582
|
+
const workerIdentifiedEventStore = new FsWorkerIdentifiedEventStore(this.rootDir, logger);
|
|
583
|
+
const workerIdentifiedProjector = new SqliteWorkerIdentifiedProjector(this.db);
|
|
584
|
+
const workerIdentityRegistry = new SqliteWorkerIdentityRegistry(this.db, hostSessionKeyResolver, workerIdentifiedEventStore, eventBus);
|
|
618
585
|
const workerIdentityReader = workerIdentityRegistry;
|
|
619
586
|
// Create goal claim components
|
|
620
|
-
const goalClaimStore = new
|
|
621
|
-
const goalClaimPolicy = new
|
|
587
|
+
const goalClaimStore = new SqliteGoalClaimStore(this.db);
|
|
588
|
+
const goalClaimPolicy = new GoalClaimPolicy(goalClaimStore, clock);
|
|
622
589
|
// Create database rebuild service and controller
|
|
623
|
-
const projectionBusFactory = new
|
|
624
|
-
const databaseRebuildService = new
|
|
625
|
-
const rebuildDatabaseGateway = new
|
|
626
|
-
const rebuildDatabaseController = new
|
|
590
|
+
const projectionBusFactory = new ProjectionBusFactory();
|
|
591
|
+
const databaseRebuildService = new LocalDatabaseRebuildService(this.rootDir, this.db, eventStore, (db) => projectionBusFactory.create(db), logger);
|
|
592
|
+
const rebuildDatabaseGateway = new LocalRebuildDatabaseGateway(databaseRebuildService);
|
|
593
|
+
const rebuildDatabaseController = new RebuildDatabaseController(rebuildDatabaseGateway);
|
|
627
594
|
// Upgrade command handler (uses event store + goal status reader created later)
|
|
628
595
|
// Deferred: upgradeCommandHandler is created after projectors are available
|
|
629
596
|
// ============================================================
|
|
630
597
|
// STEP 2: Create Domain Event Stores
|
|
631
598
|
// ============================================================
|
|
632
599
|
// Work Category - Session Event Stores - decomposed by use case
|
|
633
|
-
const sessionStartedEventStore = new
|
|
634
|
-
const sessionEndedEventStore = new
|
|
600
|
+
const sessionStartedEventStore = new FsSessionStartedEventStore(this.rootDir, logger);
|
|
601
|
+
const sessionEndedEventStore = new FsSessionEndedEventStore(this.rootDir, logger);
|
|
635
602
|
// Goal Event Stores - decomposed by use case
|
|
636
|
-
const goalAddedEventStore = new
|
|
637
|
-
const goalStartedEventStore = new
|
|
638
|
-
const goalUpdatedEventStore = new
|
|
639
|
-
const goalBlockedEventStore = new
|
|
640
|
-
const goalUnblockedEventStore = new
|
|
641
|
-
const goalPausedEventStore = new
|
|
642
|
-
const goalResumedEventStore = new
|
|
643
|
-
const goalCompletedEventStore = new
|
|
644
|
-
const goalRefinedEventStore = new
|
|
645
|
-
const goalResetEventStore = new
|
|
646
|
-
const goalRemovedEventStore = new
|
|
647
|
-
const goalProgressUpdatedEventStore = new
|
|
648
|
-
const goalSubmittedForReviewEventStore = new
|
|
649
|
-
const goalQualifiedEventStore = new
|
|
650
|
-
const goalCommittedEventStore = new
|
|
651
|
-
const goalRejectedEventStore = new
|
|
652
|
-
const goalSubmittedEventStore = new
|
|
653
|
-
const goalCodifyingStartedEventStore = new
|
|
654
|
-
const goalClosedEventStore = new
|
|
603
|
+
const goalAddedEventStore = new FsGoalAddedEventStore(this.rootDir, logger);
|
|
604
|
+
const goalStartedEventStore = new FsGoalStartedEventStore(this.rootDir, logger);
|
|
605
|
+
const goalUpdatedEventStore = new FsGoalUpdatedEventStore(this.rootDir, logger);
|
|
606
|
+
const goalBlockedEventStore = new FsGoalBlockedEventStore(this.rootDir, logger);
|
|
607
|
+
const goalUnblockedEventStore = new FsGoalUnblockedEventStore(this.rootDir, logger);
|
|
608
|
+
const goalPausedEventStore = new FsGoalPausedEventStore(this.rootDir, logger);
|
|
609
|
+
const goalResumedEventStore = new FsGoalResumedEventStore(this.rootDir, logger);
|
|
610
|
+
const goalCompletedEventStore = new FsGoalCompletedEventStore(this.rootDir, logger);
|
|
611
|
+
const goalRefinedEventStore = new FsGoalRefinedEventStore(this.rootDir, logger);
|
|
612
|
+
const goalResetEventStore = new FsGoalResetEventStore(this.rootDir, logger);
|
|
613
|
+
const goalRemovedEventStore = new FsGoalRemovedEventStore(this.rootDir, logger);
|
|
614
|
+
const goalProgressUpdatedEventStore = new FsGoalProgressUpdatedEventStore(this.rootDir, logger);
|
|
615
|
+
const goalSubmittedForReviewEventStore = new FsGoalSubmittedForReviewEventStore(this.rootDir, logger);
|
|
616
|
+
const goalQualifiedEventStore = new FsGoalQualifiedEventStore(this.rootDir, logger);
|
|
617
|
+
const goalCommittedEventStore = new FsGoalCommittedEventStore(this.rootDir, logger);
|
|
618
|
+
const goalRejectedEventStore = new FsGoalRejectedEventStore(this.rootDir, logger);
|
|
619
|
+
const goalSubmittedEventStore = new FsGoalSubmittedEventStore(this.rootDir, logger);
|
|
620
|
+
const goalCodifyingStartedEventStore = new FsGoalCodifyingStartedEventStore(this.rootDir, logger);
|
|
621
|
+
const goalClosedEventStore = new FsGoalClosedEventStore(this.rootDir, logger);
|
|
655
622
|
// Solution Category
|
|
656
623
|
// Architecture Event Stores - decomposed by use case
|
|
657
|
-
const architectureDefinedEventStore = new
|
|
658
|
-
const architectureUpdatedEventStore = new
|
|
659
|
-
const architectureDeprecatedEventStore = new
|
|
624
|
+
const architectureDefinedEventStore = new FsArchitectureDefinedEventStore(this.rootDir, logger);
|
|
625
|
+
const architectureUpdatedEventStore = new FsArchitectureUpdatedEventStore(this.rootDir, logger);
|
|
626
|
+
const architectureDeprecatedEventStore = new FsArchitectureDeprecatedEventStore(this.rootDir, logger);
|
|
660
627
|
// Component Event Stores - decomposed by use case
|
|
661
|
-
const componentAddedEventStore = new
|
|
662
|
-
const componentUpdatedEventStore = new
|
|
663
|
-
const componentDeprecatedEventStore = new
|
|
664
|
-
const componentUndeprecatedEventStore = new
|
|
665
|
-
const componentRemovedEventStore = new
|
|
666
|
-
const componentRenamedEventStore = new
|
|
628
|
+
const componentAddedEventStore = new FsComponentAddedEventStore(this.rootDir, logger);
|
|
629
|
+
const componentUpdatedEventStore = new FsComponentUpdatedEventStore(this.rootDir, logger);
|
|
630
|
+
const componentDeprecatedEventStore = new FsComponentDeprecatedEventStore(this.rootDir, logger);
|
|
631
|
+
const componentUndeprecatedEventStore = new FsComponentUndeprecatedEventStore(this.rootDir, logger);
|
|
632
|
+
const componentRemovedEventStore = new FsComponentRemovedEventStore(this.rootDir, logger);
|
|
633
|
+
const componentRenamedEventStore = new FsComponentRenamedEventStore(this.rootDir, logger);
|
|
667
634
|
// Dependency Event Stores - decomposed by use case
|
|
668
|
-
const dependencyAddedEventStore = new
|
|
669
|
-
const dependencyUpdatedEventStore = new
|
|
670
|
-
const dependencyRemovedEventStore = new
|
|
635
|
+
const dependencyAddedEventStore = new FsDependencyAddedEventStore(this.rootDir, logger);
|
|
636
|
+
const dependencyUpdatedEventStore = new FsDependencyUpdatedEventStore(this.rootDir, logger);
|
|
637
|
+
const dependencyRemovedEventStore = new FsDependencyRemovedEventStore(this.rootDir, logger);
|
|
671
638
|
// Decision Event Stores - decomposed by use case
|
|
672
|
-
const decisionAddedEventStore = new
|
|
673
|
-
const decisionUpdatedEventStore = new
|
|
674
|
-
const decisionReversedEventStore = new
|
|
675
|
-
const decisionRestoredEventStore = new
|
|
676
|
-
const decisionSupersededEventStore = new
|
|
639
|
+
const decisionAddedEventStore = new FsDecisionAddedEventStore(this.rootDir, logger);
|
|
640
|
+
const decisionUpdatedEventStore = new FsDecisionUpdatedEventStore(this.rootDir, logger);
|
|
641
|
+
const decisionReversedEventStore = new FsDecisionReversedEventStore(this.rootDir, logger);
|
|
642
|
+
const decisionRestoredEventStore = new FsDecisionRestoredEventStore(this.rootDir, logger);
|
|
643
|
+
const decisionSupersededEventStore = new FsDecisionSupersededEventStore(this.rootDir, logger);
|
|
677
644
|
// Guideline Event Stores - decomposed by use case
|
|
678
|
-
const guidelineAddedEventStore = new
|
|
679
|
-
const guidelineUpdatedEventStore = new
|
|
680
|
-
const guidelineRemovedEventStore = new
|
|
645
|
+
const guidelineAddedEventStore = new FsGuidelineAddedEventStore(this.rootDir, logger);
|
|
646
|
+
const guidelineUpdatedEventStore = new FsGuidelineUpdatedEventStore(this.rootDir, logger);
|
|
647
|
+
const guidelineRemovedEventStore = new FsGuidelineRemovedEventStore(this.rootDir, logger);
|
|
681
648
|
// Invariant Event Stores - decomposed by use case
|
|
682
|
-
const invariantAddedEventStore = new
|
|
683
|
-
const invariantUpdatedEventStore = new
|
|
684
|
-
const invariantRemovedEventStore = new
|
|
649
|
+
const invariantAddedEventStore = new FsInvariantAddedEventStore(this.rootDir, logger);
|
|
650
|
+
const invariantUpdatedEventStore = new FsInvariantUpdatedEventStore(this.rootDir, logger);
|
|
651
|
+
const invariantRemovedEventStore = new FsInvariantRemovedEventStore(this.rootDir, logger);
|
|
685
652
|
// Project Knowledge Category
|
|
686
653
|
// Project Event Stores - decomposed by use case
|
|
687
|
-
const projectInitializedEventStore = new
|
|
688
|
-
const projectUpdatedEventStore = new
|
|
654
|
+
const projectInitializedEventStore = new FsProjectInitializedEventStore(this.rootDir, logger);
|
|
655
|
+
const projectUpdatedEventStore = new FsProjectUpdatedEventStore(this.rootDir, logger);
|
|
689
656
|
// Project Services
|
|
690
|
-
const agentFileProtocol = new
|
|
657
|
+
const agentFileProtocol = new AgentFileProtocol();
|
|
691
658
|
// Audience Event Stores - decomposed by use case
|
|
692
|
-
const audienceAddedEventStore = new
|
|
693
|
-
const audienceUpdatedEventStore = new
|
|
694
|
-
const audienceRemovedEventStore = new
|
|
659
|
+
const audienceAddedEventStore = new FsAudienceAddedEventStore(this.rootDir, logger);
|
|
660
|
+
const audienceUpdatedEventStore = new FsAudienceUpdatedEventStore(this.rootDir, logger);
|
|
661
|
+
const audienceRemovedEventStore = new FsAudienceRemovedEventStore(this.rootDir, logger);
|
|
695
662
|
// AudiencePain Event Stores - decomposed by use case
|
|
696
|
-
const audiencePainAddedEventStore = new
|
|
697
|
-
const audiencePainUpdatedEventStore = new
|
|
663
|
+
const audiencePainAddedEventStore = new FsAudiencePainAddedEventStore(this.rootDir, logger);
|
|
664
|
+
const audiencePainUpdatedEventStore = new FsAudiencePainUpdatedEventStore(this.rootDir, logger);
|
|
698
665
|
// ValueProposition Event Stores - decomposed by use case
|
|
699
|
-
const valuePropositionAddedEventStore = new
|
|
700
|
-
const valuePropositionUpdatedEventStore = new
|
|
701
|
-
const valuePropositionRemovedEventStore = new
|
|
666
|
+
const valuePropositionAddedEventStore = new FsValuePropositionAddedEventStore(this.rootDir, logger);
|
|
667
|
+
const valuePropositionUpdatedEventStore = new FsValuePropositionUpdatedEventStore(this.rootDir, logger);
|
|
668
|
+
const valuePropositionRemovedEventStore = new FsValuePropositionRemovedEventStore(this.rootDir, logger);
|
|
702
669
|
// Relations Category - Event Stores - decomposed by use case
|
|
703
|
-
const relationAddedEventStore = new
|
|
704
|
-
const relationDeactivatedEventStore = new
|
|
705
|
-
const relationReactivatedEventStore = new
|
|
706
|
-
const relationRemovedEventStore = new
|
|
670
|
+
const relationAddedEventStore = new FsRelationAddedEventStore(this.rootDir, logger);
|
|
671
|
+
const relationDeactivatedEventStore = new FsRelationDeactivatedEventStore(this.rootDir, logger);
|
|
672
|
+
const relationReactivatedEventStore = new FsRelationReactivatedEventStore(this.rootDir, logger);
|
|
673
|
+
const relationRemovedEventStore = new FsRelationRemovedEventStore(this.rootDir, logger);
|
|
707
674
|
// ============================================================
|
|
708
675
|
// STEP 3: Create Projection Stores (Read Models)
|
|
709
676
|
// ============================================================
|
|
710
677
|
// Work Category - Session Projection Stores - decomposed by use case
|
|
711
|
-
const sessionStartedProjector = new
|
|
712
|
-
const sessionEndedProjector = new
|
|
713
|
-
const activeSessionReader = new
|
|
714
|
-
const sessionViewReader = new
|
|
678
|
+
const sessionStartedProjector = new SqliteSessionStartedProjector(this.db);
|
|
679
|
+
const sessionEndedProjector = new SqliteSessionEndedProjector(this.db);
|
|
680
|
+
const activeSessionReader = new SqliteActiveSessionReader(this.db);
|
|
681
|
+
const sessionViewReader = new SqliteSessionViewReader(this.db);
|
|
715
682
|
// Goal Projection Stores - decomposed by use case
|
|
716
|
-
const goalAddedProjector = new
|
|
717
|
-
const goalStartedProjector = new
|
|
718
|
-
const goalUpdatedProjector = new
|
|
719
|
-
const goalBlockedProjector = new
|
|
720
|
-
const goalUnblockedProjector = new
|
|
721
|
-
const goalPausedProjector = new
|
|
722
|
-
const goalResumedProjector = new
|
|
723
|
-
const goalCompletedProjector = new
|
|
724
|
-
const goalRefinedProjector = new
|
|
725
|
-
const goalResetProjector = new
|
|
726
|
-
const goalRemovedProjector = new
|
|
727
|
-
const goalProgressUpdatedProjector = new
|
|
728
|
-
const goalSubmittedForReviewProjector = new
|
|
729
|
-
const goalQualifiedProjector = new
|
|
730
|
-
const goalCommittedProjector = new
|
|
731
|
-
const goalRejectedProjector = new
|
|
732
|
-
const goalSubmittedProjector = new
|
|
733
|
-
const goalCodifyingStartedProjector = new
|
|
734
|
-
const goalClosedProjector = new
|
|
735
|
-
const goalApprovedProjector = new
|
|
736
|
-
const goalStatusMigratedProjector = new
|
|
737
|
-
const goalStatusReader = new
|
|
683
|
+
const goalAddedProjector = new SqliteGoalAddedProjector(this.db);
|
|
684
|
+
const goalStartedProjector = new SqliteGoalStartedProjector(this.db);
|
|
685
|
+
const goalUpdatedProjector = new SqliteGoalUpdatedProjector(this.db);
|
|
686
|
+
const goalBlockedProjector = new SqliteGoalBlockedProjector(this.db);
|
|
687
|
+
const goalUnblockedProjector = new SqliteGoalUnblockedProjector(this.db);
|
|
688
|
+
const goalPausedProjector = new SqliteGoalPausedProjector(this.db);
|
|
689
|
+
const goalResumedProjector = new SqliteGoalResumedProjector(this.db);
|
|
690
|
+
const goalCompletedProjector = new SqliteGoalCompletedProjector(this.db);
|
|
691
|
+
const goalRefinedProjector = new SqliteGoalRefinedProjector(this.db);
|
|
692
|
+
const goalResetProjector = new SqliteGoalResetProjector(this.db);
|
|
693
|
+
const goalRemovedProjector = new SqliteGoalRemovedProjector(this.db);
|
|
694
|
+
const goalProgressUpdatedProjector = new SqliteGoalProgressUpdatedProjector(this.db);
|
|
695
|
+
const goalSubmittedForReviewProjector = new SqliteGoalSubmittedForReviewProjector(this.db);
|
|
696
|
+
const goalQualifiedProjector = new SqliteGoalQualifiedProjector(this.db);
|
|
697
|
+
const goalCommittedProjector = new SqliteGoalCommittedProjector(this.db);
|
|
698
|
+
const goalRejectedProjector = new SqliteGoalRejectedProjector(this.db);
|
|
699
|
+
const goalSubmittedProjector = new SqliteGoalSubmittedProjector(this.db);
|
|
700
|
+
const goalCodifyingStartedProjector = new SqliteGoalCodifyingStartedProjector(this.db);
|
|
701
|
+
const goalClosedProjector = new SqliteGoalClosedProjector(this.db);
|
|
702
|
+
const goalApprovedProjector = new SqliteGoalApprovedProjector(this.db);
|
|
703
|
+
const goalStatusMigratedProjector = new SqliteGoalStatusMigratedProjector(this.db);
|
|
704
|
+
const goalStatusReader = new SqliteGoalStatusReader(this.db);
|
|
738
705
|
// Upgrade command handler
|
|
739
|
-
const upgradeCommandHandler = new
|
|
706
|
+
const upgradeCommandHandler = new UpgradeCommandHandler(eventStore, goalStatusReader);
|
|
740
707
|
// Legacy dependency reader (for migration)
|
|
741
|
-
const legacyDependencyReader = new
|
|
708
|
+
const legacyDependencyReader = new SqliteLegacyDependencyReader(this.db);
|
|
742
709
|
// Solution Category
|
|
743
710
|
// Architecture Projection Stores - decomposed by use case
|
|
744
|
-
const architectureDefinedProjector = new
|
|
745
|
-
const architectureUpdatedProjector = new
|
|
746
|
-
const architectureDeprecatedProjector = new
|
|
747
|
-
const architectureReader = new
|
|
711
|
+
const architectureDefinedProjector = new SqliteArchitectureDefinedProjector(this.db);
|
|
712
|
+
const architectureUpdatedProjector = new SqliteArchitectureUpdatedProjector(this.db);
|
|
713
|
+
const architectureDeprecatedProjector = new SqliteArchitectureDeprecatedProjector(this.db);
|
|
714
|
+
const architectureReader = new SqliteArchitectureReader(this.db);
|
|
748
715
|
// Component Projection Stores - decomposed by use case
|
|
749
|
-
const componentAddedProjector = new
|
|
750
|
-
const componentUpdatedProjector = new
|
|
751
|
-
const componentDeprecatedProjector = new
|
|
752
|
-
const componentUndeprecatedProjector = new
|
|
753
|
-
const componentRemovedProjector = new
|
|
754
|
-
const componentRenamedProjector = new
|
|
755
|
-
const componentViewReader = new
|
|
756
|
-
const componentReader = new
|
|
716
|
+
const componentAddedProjector = new SqliteComponentAddedProjector(this.db);
|
|
717
|
+
const componentUpdatedProjector = new SqliteComponentUpdatedProjector(this.db);
|
|
718
|
+
const componentDeprecatedProjector = new SqliteComponentDeprecatedProjector(this.db);
|
|
719
|
+
const componentUndeprecatedProjector = new SqliteComponentUndeprecatedProjector(this.db);
|
|
720
|
+
const componentRemovedProjector = new SqliteComponentRemovedProjector(this.db);
|
|
721
|
+
const componentRenamedProjector = new SqliteComponentRenamedProjector(this.db);
|
|
722
|
+
const componentViewReader = new SqliteComponentViewReader(this.db);
|
|
723
|
+
const componentReader = new SqliteComponentReader(this.db);
|
|
757
724
|
// Dependency Projection Stores - decomposed by use case
|
|
758
|
-
const dependencyAddedProjector = new
|
|
759
|
-
const dependencyUpdatedProjector = new
|
|
760
|
-
const dependencyRemovedProjector = new
|
|
761
|
-
const dependencyViewReader = new
|
|
725
|
+
const dependencyAddedProjector = new SqliteDependencyAddedProjector(this.db);
|
|
726
|
+
const dependencyUpdatedProjector = new SqliteDependencyUpdatedProjector(this.db);
|
|
727
|
+
const dependencyRemovedProjector = new SqliteDependencyRemovedProjector(this.db);
|
|
728
|
+
const dependencyViewReader = new SqliteDependencyViewReader(this.db);
|
|
762
729
|
// Decision Projection Stores - decomposed by use case
|
|
763
|
-
const decisionAddedProjector = new
|
|
764
|
-
const decisionUpdatedProjector = new
|
|
765
|
-
const decisionReversedProjector = new
|
|
766
|
-
const decisionRestoredProjector = new
|
|
767
|
-
const decisionSupersededProjector = new
|
|
768
|
-
const decisionViewReader = new
|
|
730
|
+
const decisionAddedProjector = new SqliteDecisionAddedProjector(this.db);
|
|
731
|
+
const decisionUpdatedProjector = new SqliteDecisionUpdatedProjector(this.db);
|
|
732
|
+
const decisionReversedProjector = new SqliteDecisionReversedProjector(this.db);
|
|
733
|
+
const decisionRestoredProjector = new SqliteDecisionRestoredProjector(this.db);
|
|
734
|
+
const decisionSupersededProjector = new SqliteDecisionSupersededProjector(this.db);
|
|
735
|
+
const decisionViewReader = new SqliteDecisionViewReader(this.db);
|
|
769
736
|
// Guideline Projection Stores - decomposed by use case
|
|
770
|
-
const guidelineAddedProjector = new
|
|
771
|
-
const guidelineUpdatedProjector = new
|
|
772
|
-
const guidelineRemovedProjector = new
|
|
773
|
-
const guidelineViewReader = new
|
|
774
|
-
const getGuidelinesGateway = new
|
|
775
|
-
const getGuidelinesController = new
|
|
776
|
-
const addGuidelineCommandHandler = new
|
|
777
|
-
const addGuidelineGateway = new
|
|
778
|
-
const addGuidelineController = new
|
|
737
|
+
const guidelineAddedProjector = new SqliteGuidelineAddedProjector(this.db);
|
|
738
|
+
const guidelineUpdatedProjector = new SqliteGuidelineUpdatedProjector(this.db);
|
|
739
|
+
const guidelineRemovedProjector = new SqliteGuidelineRemovedProjector(this.db);
|
|
740
|
+
const guidelineViewReader = new SqliteGuidelineViewReader(this.db);
|
|
741
|
+
const getGuidelinesGateway = new LocalGetGuidelinesGateway(guidelineViewReader);
|
|
742
|
+
const getGuidelinesController = new GetGuidelinesController(getGuidelinesGateway);
|
|
743
|
+
const addGuidelineCommandHandler = new AddGuidelineCommandHandler(guidelineAddedEventStore, eventBus);
|
|
744
|
+
const addGuidelineGateway = new LocalAddGuidelineGateway(addGuidelineCommandHandler);
|
|
745
|
+
const addGuidelineController = new AddGuidelineController(addGuidelineGateway);
|
|
779
746
|
// UpdateGuideline Controller
|
|
780
|
-
const updateGuidelineGateway = new
|
|
781
|
-
const updateGuidelineController = new
|
|
747
|
+
const updateGuidelineGateway = new LocalUpdateGuidelineGateway(guidelineUpdatedEventStore, guidelineUpdatedEventStore, guidelineUpdatedProjector, eventBus);
|
|
748
|
+
const updateGuidelineController = new UpdateGuidelineController(updateGuidelineGateway);
|
|
782
749
|
// RemoveGuideline Controller
|
|
783
|
-
const removeGuidelineCommandHandler = new
|
|
784
|
-
const removeGuidelineGateway = new
|
|
785
|
-
const removeGuidelineController = new
|
|
750
|
+
const removeGuidelineCommandHandler = new RemoveGuidelineCommandHandler(guidelineRemovedEventStore, guidelineRemovedEventStore, eventBus);
|
|
751
|
+
const removeGuidelineGateway = new LocalRemoveGuidelineGateway(removeGuidelineCommandHandler, guidelineRemovedProjector);
|
|
752
|
+
const removeGuidelineController = new RemoveGuidelineController(removeGuidelineGateway);
|
|
786
753
|
// Invariant Projection Stores - decomposed by use case
|
|
787
|
-
const invariantAddedProjector = new
|
|
788
|
-
const invariantUpdatedProjector = new
|
|
789
|
-
const invariantRemovedProjector = new
|
|
790
|
-
const invariantViewReader = new
|
|
754
|
+
const invariantAddedProjector = new SqliteInvariantAddedProjector(this.db);
|
|
755
|
+
const invariantUpdatedProjector = new SqliteInvariantUpdatedProjector(this.db);
|
|
756
|
+
const invariantRemovedProjector = new SqliteInvariantRemovedProjector(this.db);
|
|
757
|
+
const invariantViewReader = new SqliteInvariantViewReader(this.db);
|
|
791
758
|
// AddInvariant Controller
|
|
792
|
-
const addInvariantCommandHandler = new
|
|
793
|
-
const addInvariantGateway = new
|
|
794
|
-
const addInvariantController = new
|
|
759
|
+
const addInvariantCommandHandler = new AddInvariantCommandHandler(invariantAddedEventStore, invariantAddedProjector, eventBus);
|
|
760
|
+
const addInvariantGateway = new LocalAddInvariantGateway(addInvariantCommandHandler);
|
|
761
|
+
const addInvariantController = new AddInvariantController(addInvariantGateway);
|
|
795
762
|
// UpdateInvariant Controller
|
|
796
|
-
const updateInvariantCommandHandler = new
|
|
797
|
-
const updateInvariantGateway = new
|
|
798
|
-
const updateInvariantController = new
|
|
763
|
+
const updateInvariantCommandHandler = new UpdateInvariantCommandHandler(invariantUpdatedEventStore, invariantUpdatedEventStore, eventBus);
|
|
764
|
+
const updateInvariantGateway = new LocalUpdateInvariantGateway(updateInvariantCommandHandler, invariantUpdatedProjector);
|
|
765
|
+
const updateInvariantController = new UpdateInvariantController(updateInvariantGateway);
|
|
799
766
|
// RemoveInvariant Controller
|
|
800
|
-
const removeInvariantCommandHandler = new
|
|
801
|
-
const removeInvariantGateway = new
|
|
802
|
-
const removeInvariantController = new
|
|
767
|
+
const removeInvariantCommandHandler = new RemoveInvariantCommandHandler(invariantRemovedEventStore, invariantRemovedEventStore, invariantRemovedProjector, eventBus);
|
|
768
|
+
const removeInvariantGateway = new LocalRemoveInvariantGateway(removeInvariantCommandHandler, invariantRemovedProjector);
|
|
769
|
+
const removeInvariantController = new RemoveInvariantController(removeInvariantGateway);
|
|
803
770
|
// GetInvariants Controller
|
|
804
|
-
const getInvariantsGateway = new
|
|
805
|
-
const getInvariantsController = new
|
|
771
|
+
const getInvariantsGateway = new LocalGetInvariantsGateway(invariantViewReader);
|
|
772
|
+
const getInvariantsController = new GetInvariantsController(getInvariantsGateway);
|
|
806
773
|
// Brownfield Status
|
|
807
|
-
const brownfieldStatusReader = new
|
|
774
|
+
const brownfieldStatusReader = new SqliteBrownfieldStatusReader(this.db);
|
|
808
775
|
// Project Knowledge Category
|
|
809
776
|
// Project Projection Stores - decomposed by use case
|
|
810
|
-
const projectInitializedProjector = new
|
|
811
|
-
const projectUpdatedProjector = new
|
|
812
|
-
const projectContextReader = new
|
|
777
|
+
const projectInitializedProjector = new SqliteProjectInitializedProjector(this.db);
|
|
778
|
+
const projectUpdatedProjector = new SqliteProjectUpdatedProjector(this.db);
|
|
779
|
+
const projectContextReader = new SqliteProjectContextReader(this.db);
|
|
813
780
|
// Audience Projection Stores - decomposed by use case
|
|
814
|
-
const audienceAddedProjector = new
|
|
815
|
-
const audienceUpdatedProjector = new
|
|
816
|
-
const audienceRemovedProjector = new
|
|
817
|
-
const audienceContextReader = new
|
|
781
|
+
const audienceAddedProjector = new SqliteAudienceAddedProjector(this.db);
|
|
782
|
+
const audienceUpdatedProjector = new SqliteAudienceUpdatedProjector(this.db);
|
|
783
|
+
const audienceRemovedProjector = new SqliteAudienceRemovedProjector(this.db);
|
|
784
|
+
const audienceContextReader = new SqliteAudienceContextReader(this.db);
|
|
818
785
|
// AudiencePain Projection Stores - decomposed by use case
|
|
819
|
-
const audiencePainAddedProjector = new
|
|
820
|
-
const audiencePainUpdatedProjector = new
|
|
821
|
-
const audiencePainContextReader = new
|
|
786
|
+
const audiencePainAddedProjector = new SqliteAudiencePainAddedProjector(this.db);
|
|
787
|
+
const audiencePainUpdatedProjector = new SqliteAudiencePainUpdatedProjector(this.db);
|
|
788
|
+
const audiencePainContextReader = new SqliteAudiencePainContextReader(this.db);
|
|
822
789
|
// ValueProposition Projection Stores - decomposed by use case
|
|
823
|
-
const valuePropositionAddedProjector = new
|
|
824
|
-
const valuePropositionUpdatedProjector = new
|
|
825
|
-
const valuePropositionRemovedProjector = new
|
|
826
|
-
const valuePropositionContextReader = new
|
|
790
|
+
const valuePropositionAddedProjector = new SqliteValuePropositionAddedProjector(this.db);
|
|
791
|
+
const valuePropositionUpdatedProjector = new SqliteValuePropositionUpdatedProjector(this.db);
|
|
792
|
+
const valuePropositionRemovedProjector = new SqliteValuePropositionRemovedProjector(this.db);
|
|
793
|
+
const valuePropositionContextReader = new SqliteValuePropositionContextReader(this.db);
|
|
827
794
|
// Relations Category - Projection Stores - decomposed by use case
|
|
828
|
-
const relationAddedProjector = new
|
|
829
|
-
const relationDeactivatedProjector = new
|
|
830
|
-
const relationReactivatedProjector = new
|
|
831
|
-
const relationRemovedProjector = new
|
|
832
|
-
const relationViewReader = new
|
|
795
|
+
const relationAddedProjector = new SqliteRelationAddedProjector(this.db);
|
|
796
|
+
const relationDeactivatedProjector = new SqliteRelationDeactivatedProjector(this.db);
|
|
797
|
+
const relationReactivatedProjector = new SqliteRelationReactivatedProjector(this.db);
|
|
798
|
+
const relationRemovedProjector = new SqliteRelationRemovedProjector(this.db);
|
|
799
|
+
const relationViewReader = new SqliteRelationViewReader(this.db);
|
|
833
800
|
// ============================================================
|
|
834
801
|
// STEP 4: Create Application Services / Controllers
|
|
835
802
|
// ============================================================
|
|
836
803
|
// Goal Context Assembler - assembles context from relations
|
|
837
|
-
const goalContextAssembler = new
|
|
804
|
+
const goalContextAssembler = new SqliteGoalContextAssembler(goalStartedProjector, // Implements IGoalReader (findById)
|
|
838
805
|
relationRemovedProjector, // Also implements IRelationReader
|
|
839
806
|
componentViewReader, dependencyViewReader, decisionViewReader, invariantViewReader, guidelineViewReader);
|
|
840
|
-
const goalContextQueryHandler = new
|
|
807
|
+
const goalContextQueryHandler = new GoalContextQueryHandler(goalContextAssembler);
|
|
841
808
|
// Project Controllers
|
|
842
|
-
const updateProjectCommandHandler = new
|
|
843
|
-
const updateProjectGateway = new
|
|
844
|
-
const updateProjectController = new
|
|
809
|
+
const updateProjectCommandHandler = new UpdateProjectCommandHandler(projectUpdatedEventStore, eventBus, projectUpdatedProjector);
|
|
810
|
+
const updateProjectGateway = new LocalUpdateProjectGateway(updateProjectCommandHandler, projectUpdatedProjector);
|
|
811
|
+
const updateProjectController = new UpdateProjectController(updateProjectGateway);
|
|
845
812
|
// Session Controllers
|
|
846
|
-
const sessionContextQueryHandler = new
|
|
847
|
-
const startSessionCommandHandler = new
|
|
848
|
-
const startSessionGateway = new
|
|
849
|
-
const sessionStartController = new
|
|
850
|
-
const getTelemetryStatusGateway = new
|
|
851
|
-
const getTelemetryStatusController = new
|
|
852
|
-
const updateTelemetryConsentCommandHandler = new
|
|
853
|
-
const updateTelemetryConsentGateway = new
|
|
854
|
-
const updateTelemetryConsentController = new
|
|
855
|
-
const getSessionsGateway = new
|
|
856
|
-
const getSessionsController = new
|
|
857
|
-
const endSessionCommandHandler = new
|
|
858
|
-
const endSessionGateway = new
|
|
859
|
-
const endSessionController = new
|
|
813
|
+
const sessionContextQueryHandler = new SessionContextQueryHandler(sessionViewReader, goalStatusReader, decisionViewReader, relationViewReader, projectContextReader, audienceContextReader, audiencePainContextReader, valuePropositionContextReader);
|
|
814
|
+
const startSessionCommandHandler = new StartSessionCommandHandler(sessionStartedEventStore, eventBus);
|
|
815
|
+
const startSessionGateway = new LocalStartSessionGateway(sessionContextQueryHandler, startSessionCommandHandler, brownfieldStatusReader, architectureDefinedProjector);
|
|
816
|
+
const sessionStartController = new SessionStartController(startSessionGateway);
|
|
817
|
+
const getTelemetryStatusGateway = new LocalGetTelemetryStatusGateway(settingsReader, telemetryEnvironmentReader, telemetryConsentStatusResolver);
|
|
818
|
+
const getTelemetryStatusController = new GetTelemetryStatusController(getTelemetryStatusGateway);
|
|
819
|
+
const updateTelemetryConsentCommandHandler = new UpdateTelemetryConsentCommandHandler(settingsReader);
|
|
820
|
+
const updateTelemetryConsentGateway = new LocalUpdateTelemetryConsentGateway(updateTelemetryConsentCommandHandler, telemetryEnvironmentReader);
|
|
821
|
+
const updateTelemetryConsentController = new UpdateTelemetryConsentController(updateTelemetryConsentGateway);
|
|
822
|
+
const getSessionsGateway = new LocalGetSessionsGateway(sessionViewReader);
|
|
823
|
+
const getSessionsController = new GetSessionsController(getSessionsGateway);
|
|
824
|
+
const endSessionCommandHandler = new EndSessionCommandHandler(sessionEndedEventStore, sessionEndedEventStore, activeSessionReader, eventBus);
|
|
825
|
+
const endSessionGateway = new LocalEndSessionGateway(endSessionCommandHandler);
|
|
826
|
+
const endSessionController = new EndSessionController(endSessionGateway);
|
|
860
827
|
// Worker Controllers
|
|
861
|
-
const viewWorkerGateway = new
|
|
862
|
-
const viewWorkerController = new
|
|
828
|
+
const viewWorkerGateway = new LocalViewWorkerGateway(workerIdentityReader, settingsReader);
|
|
829
|
+
const viewWorkerController = new ViewWorkerController(viewWorkerGateway);
|
|
863
830
|
// Goal Controllers
|
|
864
|
-
const addGoalCommandHandler = new
|
|
865
|
-
const addGoalGateway = new
|
|
866
|
-
const addGoalController = new
|
|
831
|
+
const addGoalCommandHandler = new AddGoalCommandHandler(goalAddedEventStore, eventBus, goalUpdatedEventStore, goalUpdatedEventStore, goalUpdatedProjector);
|
|
832
|
+
const addGoalGateway = new LocalAddGoalGateway(addGoalCommandHandler);
|
|
833
|
+
const addGoalController = new AddGoalController(addGoalGateway);
|
|
867
834
|
// ReviewGoalController dependencies
|
|
868
|
-
const submitGoalForReviewCommandHandler = new
|
|
869
|
-
const reviewGoalGateway = new
|
|
870
|
-
const reviewGoalController = new
|
|
835
|
+
const submitGoalForReviewCommandHandler = new SubmitGoalForReviewCommandHandler(goalSubmittedForReviewEventStore, goalSubmittedForReviewEventStore, goalStartedProjector, eventBus, goalClaimPolicy, workerIdentityReader, settingsReader, goalContextQueryHandler);
|
|
836
|
+
const reviewGoalGateway = new LocalReviewGoalGateway(submitGoalForReviewCommandHandler, goalStartedProjector);
|
|
837
|
+
const reviewGoalController = new ReviewGoalController(reviewGoalGateway);
|
|
871
838
|
// QualifyGoalController dependencies
|
|
872
|
-
const qualifyGoalCommandHandler = new
|
|
873
|
-
const qualifyGoalGateway = new
|
|
874
|
-
const qualifyGoalController = new
|
|
839
|
+
const qualifyGoalCommandHandler = new QualifyGoalCommandHandler(goalQualifiedEventStore, goalQualifiedEventStore, goalStartedProjector, eventBus, goalClaimPolicy, workerIdentityReader, goalContextQueryHandler);
|
|
840
|
+
const qualifyGoalGateway = new LocalQualifyGoalGateway(qualifyGoalCommandHandler, goalStartedProjector, goalClaimPolicy, workerIdentityReader);
|
|
841
|
+
const qualifyGoalController = new QualifyGoalController(qualifyGoalGateway);
|
|
875
842
|
// BlockGoal Controller
|
|
876
|
-
const blockGoalCommandHandler = new
|
|
877
|
-
const blockGoalGateway = new
|
|
878
|
-
const blockGoalController = new
|
|
843
|
+
const blockGoalCommandHandler = new BlockGoalCommandHandler(goalBlockedEventStore, goalBlockedEventStore, eventBus);
|
|
844
|
+
const blockGoalGateway = new LocalBlockGoalGateway(blockGoalCommandHandler);
|
|
845
|
+
const blockGoalController = new BlockGoalController(blockGoalGateway);
|
|
879
846
|
// UnblockGoal Controller
|
|
880
|
-
const unblockGoalCommandHandler = new
|
|
881
|
-
const unblockGoalGateway = new
|
|
882
|
-
const unblockGoalController = new
|
|
847
|
+
const unblockGoalCommandHandler = new UnblockGoalCommandHandler(goalUnblockedEventStore, goalUnblockedEventStore, eventBus);
|
|
848
|
+
const unblockGoalGateway = new LocalUnblockGoalGateway(unblockGoalCommandHandler);
|
|
849
|
+
const unblockGoalController = new UnblockGoalController(unblockGoalGateway);
|
|
883
850
|
// StartGoal Controller
|
|
884
|
-
const prerequisitePolicy = new
|
|
885
|
-
const startGoalCommandHandler = new
|
|
886
|
-
const startGoalGateway = new
|
|
887
|
-
const startGoalController = new
|
|
851
|
+
const prerequisitePolicy = new PrerequisitePolicy();
|
|
852
|
+
const startGoalCommandHandler = new StartGoalCommandHandler(goalStartedEventStore, goalStartedEventStore, goalStartedProjector, eventBus, goalClaimPolicy, workerIdentityReader, settingsReader, goalContextQueryHandler, prerequisitePolicy);
|
|
853
|
+
const startGoalGateway = new LocalStartGoalGateway(startGoalCommandHandler);
|
|
854
|
+
const startGoalController = new StartGoalController(startGoalGateway);
|
|
888
855
|
// PauseGoal Controller
|
|
889
|
-
const pauseGoalCommandHandler = new
|
|
890
|
-
const pauseGoalGateway = new
|
|
891
|
-
const pauseGoalController = new
|
|
856
|
+
const pauseGoalCommandHandler = new PauseGoalCommandHandler(goalPausedEventStore, goalPausedEventStore, goalPausedProjector, eventBus);
|
|
857
|
+
const pauseGoalGateway = new LocalPauseGoalGateway(pauseGoalCommandHandler, goalPausedProjector);
|
|
858
|
+
const pauseGoalController = new PauseGoalController(pauseGoalGateway);
|
|
892
859
|
// RemoveGoal Controller
|
|
893
|
-
const removeGoalCommandHandler = new
|
|
894
|
-
const removeGoalGateway = new
|
|
895
|
-
const removeGoalController = new
|
|
860
|
+
const removeGoalCommandHandler = new RemoveGoalCommandHandler(goalRemovedEventStore, goalRemovedEventStore, goalRemovedProjector, eventBus);
|
|
861
|
+
const removeGoalGateway = new LocalRemoveGoalGateway(removeGoalCommandHandler, goalRemovedProjector);
|
|
862
|
+
const removeGoalController = new RemoveGoalController(removeGoalGateway);
|
|
896
863
|
// ResetGoal Controller
|
|
897
|
-
const resetGoalCommandHandler = new
|
|
898
|
-
const resetGoalGateway = new
|
|
899
|
-
const resetGoalController = new
|
|
864
|
+
const resetGoalCommandHandler = new ResetGoalCommandHandler(goalResetEventStore, goalResetEventStore, goalResetProjector, eventBus, goalClaimPolicy, workerIdentityReader);
|
|
865
|
+
const resetGoalGateway = new LocalResetGoalGateway(resetGoalCommandHandler, goalResetProjector);
|
|
866
|
+
const resetGoalController = new ResetGoalController(resetGoalGateway);
|
|
900
867
|
// UpdateGoal Controller
|
|
901
|
-
const updateGoalCommandHandler = new
|
|
902
|
-
const updateGoalGateway = new
|
|
903
|
-
const updateGoalController = new
|
|
868
|
+
const updateGoalCommandHandler = new UpdateGoalCommandHandler(goalUpdatedEventStore, goalUpdatedEventStore, goalUpdatedProjector, eventBus);
|
|
869
|
+
const updateGoalGateway = new LocalUpdateGoalGateway(updateGoalCommandHandler);
|
|
870
|
+
const updateGoalController = new UpdateGoalController(updateGoalGateway);
|
|
904
871
|
// UpdateGoalProgress Controller
|
|
905
|
-
const updateGoalProgressCommandHandler = new
|
|
906
|
-
const updateGoalProgressGateway = new
|
|
907
|
-
const updateGoalProgressController = new
|
|
872
|
+
const updateGoalProgressCommandHandler = new UpdateGoalProgressCommandHandler(goalProgressUpdatedEventStore, goalProgressUpdatedEventStore, goalProgressUpdatedProjector, eventBus, goalContextQueryHandler);
|
|
873
|
+
const updateGoalProgressGateway = new LocalUpdateGoalProgressGateway(updateGoalProgressCommandHandler);
|
|
874
|
+
const updateGoalProgressController = new UpdateGoalProgressController(updateGoalProgressGateway);
|
|
908
875
|
// RefineGoal Controller
|
|
909
|
-
const refineGoalCommandHandler = new
|
|
910
|
-
const refineGoalGateway = new
|
|
911
|
-
const refineGoalController = new
|
|
876
|
+
const refineGoalCommandHandler = new RefineGoalCommandHandler(goalRefinedEventStore, goalRefinedEventStore, goalRefinedProjector, eventBus, goalClaimPolicy, workerIdentityReader, settingsReader, goalContextQueryHandler);
|
|
877
|
+
const refineGoalGateway = new LocalRefineGoalGateway(refineGoalCommandHandler);
|
|
878
|
+
const refineGoalController = new RefineGoalController(refineGoalGateway);
|
|
912
879
|
// CommitGoal Controller
|
|
913
|
-
const commitGoalCommandHandler = new
|
|
914
|
-
const commitGoalGateway = new
|
|
915
|
-
const commitGoalController = new
|
|
880
|
+
const commitGoalCommandHandler = new CommitGoalCommandHandler(goalCommittedEventStore, goalCommittedEventStore, goalCommittedProjector, eventBus, goalClaimPolicy, workerIdentityReader, goalContextQueryHandler);
|
|
881
|
+
const commitGoalGateway = new LocalCommitGoalGateway(commitGoalCommandHandler);
|
|
882
|
+
const commitGoalController = new CommitGoalController(commitGoalGateway);
|
|
916
883
|
// RejectGoal Controller
|
|
917
|
-
const rejectGoalCommandHandler = new
|
|
918
|
-
const rejectGoalGateway = new
|
|
919
|
-
const rejectGoalController = new
|
|
884
|
+
const rejectGoalCommandHandler = new RejectGoalCommandHandler(goalRejectedEventStore, goalRejectedEventStore, goalRejectedProjector, eventBus, goalClaimPolicy, workerIdentityReader, goalContextQueryHandler);
|
|
885
|
+
const rejectGoalGateway = new LocalRejectGoalGateway(rejectGoalCommandHandler);
|
|
886
|
+
const rejectGoalController = new RejectGoalController(rejectGoalGateway);
|
|
920
887
|
// SubmitGoal Controller
|
|
921
|
-
const submitGoalCommandHandler = new
|
|
922
|
-
const submitGoalGateway = new
|
|
923
|
-
const submitGoalController = new
|
|
888
|
+
const submitGoalCommandHandler = new SubmitGoalCommandHandler(goalSubmittedEventStore, goalSubmittedEventStore, goalSubmittedProjector, eventBus, goalClaimPolicy, workerIdentityReader, goalContextQueryHandler);
|
|
889
|
+
const submitGoalGateway = new LocalSubmitGoalGateway(submitGoalCommandHandler);
|
|
890
|
+
const submitGoalController = new SubmitGoalController(submitGoalGateway);
|
|
924
891
|
// CodifyGoal Controller
|
|
925
|
-
const codifyGoalCommandHandler = new
|
|
926
|
-
const codifyGoalGateway = new
|
|
927
|
-
const codifyGoalController = new
|
|
892
|
+
const codifyGoalCommandHandler = new CodifyGoalCommandHandler(goalCodifyingStartedEventStore, goalCodifyingStartedEventStore, goalCodifyingStartedProjector, eventBus, goalClaimPolicy, workerIdentityReader, settingsReader, goalContextQueryHandler);
|
|
893
|
+
const codifyGoalGateway = new LocalCodifyGoalGateway(codifyGoalCommandHandler);
|
|
894
|
+
const codifyGoalController = new CodifyGoalController(codifyGoalGateway);
|
|
928
895
|
// CloseGoal Controller
|
|
929
|
-
const closeGoalCommandHandler = new
|
|
930
|
-
const closeGoalGateway = new
|
|
931
|
-
const closeGoalController = new
|
|
896
|
+
const closeGoalCommandHandler = new CloseGoalCommandHandler(goalClosedEventStore, goalClosedEventStore, goalClosedProjector, eventBus, goalClaimPolicy, workerIdentityReader, goalContextQueryHandler);
|
|
897
|
+
const closeGoalGateway = new LocalCloseGoalGateway(closeGoalCommandHandler, goalClosedProjector, goalClaimPolicy, workerIdentityReader);
|
|
898
|
+
const closeGoalController = new CloseGoalController(closeGoalGateway);
|
|
932
899
|
// GetGoals Controller
|
|
933
|
-
const getGoalsGateway = new
|
|
934
|
-
const getGoalsController = new
|
|
900
|
+
const getGoalsGateway = new LocalGetGoalsGateway(goalStatusReader);
|
|
901
|
+
const getGoalsController = new GetGoalsController(getGoalsGateway);
|
|
935
902
|
// ShowGoal Controller
|
|
936
|
-
const showGoalGateway = new
|
|
937
|
-
const showGoalController = new
|
|
903
|
+
const showGoalGateway = new LocalShowGoalGateway(goalContextQueryHandler);
|
|
904
|
+
const showGoalController = new ShowGoalController(showGoalGateway);
|
|
938
905
|
// Work Controllers
|
|
939
|
-
const pauseWorkCommandHandler = new
|
|
940
|
-
const pauseWorkGateway = new
|
|
941
|
-
const pauseWorkController = new
|
|
942
|
-
const resumeGoalCommandHandler = new
|
|
943
|
-
const resumeGoalGateway = new
|
|
944
|
-
const resumeGoalController = new
|
|
945
|
-
const resumeWorkGateway = new
|
|
946
|
-
const resumeWorkController = new
|
|
906
|
+
const pauseWorkCommandHandler = new PauseWorkCommandHandler(workerIdentityReader, goalStatusReader, pauseGoalCommandHandler, logger);
|
|
907
|
+
const pauseWorkGateway = new LocalPauseWorkGateway(pauseWorkCommandHandler);
|
|
908
|
+
const pauseWorkController = new PauseWorkController(pauseWorkGateway);
|
|
909
|
+
const resumeGoalCommandHandler = new ResumeGoalCommandHandler(goalResumedEventStore, goalResumedEventStore, goalResumedProjector, eventBus, goalClaimPolicy, workerIdentityReader, settingsReader, goalContextQueryHandler);
|
|
910
|
+
const resumeGoalGateway = new LocalResumeGoalGateway(resumeGoalCommandHandler);
|
|
911
|
+
const resumeGoalController = new ResumeGoalController(resumeGoalGateway);
|
|
912
|
+
const resumeWorkGateway = new LocalResumeWorkGateway(workerIdentityReader, goalStatusReader, resumeGoalCommandHandler, sessionContextQueryHandler, logger);
|
|
913
|
+
const resumeWorkController = new ResumeWorkController(resumeWorkGateway);
|
|
947
914
|
// Architecture Controllers
|
|
948
|
-
const defineArchitectureGateway = new
|
|
949
|
-
const defineArchitectureController = new
|
|
950
|
-
const updateArchitectureGateway = new
|
|
951
|
-
const updateArchitectureController = new
|
|
952
|
-
const getArchitectureGateway = new
|
|
953
|
-
const getArchitectureController = new
|
|
915
|
+
const defineArchitectureGateway = new LocalDefineArchitectureGateway(architectureDefinedEventStore, architectureDefinedProjector, eventBus);
|
|
916
|
+
const defineArchitectureController = new DefineArchitectureController(defineArchitectureGateway);
|
|
917
|
+
const updateArchitectureGateway = new LocalUpdateArchitectureGateway(architectureUpdatedEventStore, architectureUpdatedEventStore, eventBus);
|
|
918
|
+
const updateArchitectureController = new UpdateArchitectureController(updateArchitectureGateway);
|
|
919
|
+
const getArchitectureGateway = new LocalGetArchitectureGateway(architectureReader);
|
|
920
|
+
const getArchitectureController = new GetArchitectureController(getArchitectureGateway);
|
|
954
921
|
// Decision Controllers
|
|
955
|
-
const addDecisionCommandHandler = new
|
|
956
|
-
const addDecisionGateway = new
|
|
957
|
-
const addDecisionController = new
|
|
958
|
-
const getDecisionsGateway = new
|
|
959
|
-
const getDecisionsController = new
|
|
960
|
-
const reverseDecisionCommandHandler = new
|
|
961
|
-
const reverseDecisionGateway = new
|
|
962
|
-
const reverseDecisionController = new
|
|
963
|
-
const restoreDecisionCommandHandler = new
|
|
964
|
-
const restoreDecisionGateway = new
|
|
965
|
-
const restoreDecisionController = new
|
|
966
|
-
const supersedeDecisionCommandHandler = new
|
|
967
|
-
const supersedeDecisionGateway = new
|
|
968
|
-
const supersedeDecisionController = new
|
|
969
|
-
const updateDecisionCommandHandler = new
|
|
970
|
-
const updateDecisionGateway = new
|
|
971
|
-
const updateDecisionController = new
|
|
922
|
+
const addDecisionCommandHandler = new AddDecisionCommandHandler(decisionAddedEventStore, eventBus);
|
|
923
|
+
const addDecisionGateway = new LocalAddDecisionGateway(addDecisionCommandHandler);
|
|
924
|
+
const addDecisionController = new AddDecisionController(addDecisionGateway);
|
|
925
|
+
const getDecisionsGateway = new LocalGetDecisionsGateway(decisionViewReader);
|
|
926
|
+
const getDecisionsController = new GetDecisionsController(getDecisionsGateway);
|
|
927
|
+
const reverseDecisionCommandHandler = new ReverseDecisionCommandHandler(decisionReversedEventStore, decisionReversedProjector, eventBus);
|
|
928
|
+
const reverseDecisionGateway = new LocalReverseDecisionGateway(reverseDecisionCommandHandler);
|
|
929
|
+
const reverseDecisionController = new ReverseDecisionController(reverseDecisionGateway);
|
|
930
|
+
const restoreDecisionCommandHandler = new RestoreDecisionCommandHandler(decisionRestoredEventStore, decisionRestoredProjector, eventBus);
|
|
931
|
+
const restoreDecisionGateway = new LocalRestoreDecisionGateway(restoreDecisionCommandHandler);
|
|
932
|
+
const restoreDecisionController = new RestoreDecisionController(restoreDecisionGateway);
|
|
933
|
+
const supersedeDecisionCommandHandler = new SupersedeDecisionCommandHandler(decisionSupersededEventStore, decisionSupersededProjector, eventBus);
|
|
934
|
+
const supersedeDecisionGateway = new LocalSupersedeDecisionGateway(supersedeDecisionCommandHandler);
|
|
935
|
+
const supersedeDecisionController = new SupersedeDecisionController(supersedeDecisionGateway);
|
|
936
|
+
const updateDecisionCommandHandler = new UpdateDecisionCommandHandler(decisionUpdatedEventStore, decisionUpdatedProjector, eventBus);
|
|
937
|
+
const updateDecisionGateway = new LocalUpdateDecisionGateway(updateDecisionCommandHandler);
|
|
938
|
+
const updateDecisionController = new UpdateDecisionController(updateDecisionGateway);
|
|
972
939
|
// Component Controllers
|
|
973
|
-
const addComponentCommandHandler = new
|
|
974
|
-
const addComponentGateway = new
|
|
975
|
-
const addComponentController = new
|
|
976
|
-
const getComponentsGateway = new
|
|
977
|
-
const getComponentsController = new
|
|
978
|
-
const searchComponentsGateway = new
|
|
979
|
-
const searchComponentsController = new
|
|
980
|
-
const updateComponentCommandHandler = new
|
|
981
|
-
const updateComponentGateway = new
|
|
982
|
-
const updateComponentController = new
|
|
983
|
-
const renameComponentCommandHandler = new
|
|
984
|
-
const renameComponentGateway = new
|
|
985
|
-
const renameComponentController = new
|
|
986
|
-
const showComponentGateway = new
|
|
987
|
-
const showComponentController = new
|
|
988
|
-
const deprecateComponentCommandHandler = new
|
|
989
|
-
const deprecateComponentGateway = new
|
|
990
|
-
const deprecateComponentController = new
|
|
991
|
-
const undeprecateComponentCommandHandler = new
|
|
992
|
-
const undeprecateComponentGateway = new
|
|
993
|
-
const undeprecateComponentController = new
|
|
994
|
-
const removeComponentCommandHandler = new
|
|
995
|
-
const removeComponentGateway = new
|
|
996
|
-
const removeComponentController = new
|
|
940
|
+
const addComponentCommandHandler = new AddComponentCommandHandler(componentAddedEventStore, eventBus, componentAddedProjector);
|
|
941
|
+
const addComponentGateway = new LocalAddComponentGateway(addComponentCommandHandler, componentUpdatedProjector);
|
|
942
|
+
const addComponentController = new AddComponentController(addComponentGateway);
|
|
943
|
+
const getComponentsGateway = new LocalGetComponentsGateway(componentViewReader);
|
|
944
|
+
const getComponentsController = new GetComponentsController(getComponentsGateway);
|
|
945
|
+
const searchComponentsGateway = new LocalSearchComponentsGateway(componentViewReader);
|
|
946
|
+
const searchComponentsController = new SearchComponentsController(searchComponentsGateway);
|
|
947
|
+
const updateComponentCommandHandler = new UpdateComponentCommandHandler(componentUpdatedEventStore, eventBus, componentUpdatedProjector);
|
|
948
|
+
const updateComponentGateway = new LocalUpdateComponentGateway(updateComponentCommandHandler, componentUpdatedProjector);
|
|
949
|
+
const updateComponentController = new UpdateComponentController(updateComponentGateway);
|
|
950
|
+
const renameComponentCommandHandler = new RenameComponentCommandHandler(componentRenamedEventStore, eventBus, componentRenamedProjector);
|
|
951
|
+
const renameComponentGateway = new LocalRenameComponentGateway(renameComponentCommandHandler, componentRenamedProjector);
|
|
952
|
+
const renameComponentController = new RenameComponentController(renameComponentGateway);
|
|
953
|
+
const showComponentGateway = new LocalShowComponentGateway(componentReader, relationViewReader);
|
|
954
|
+
const showComponentController = new ShowComponentController(showComponentGateway);
|
|
955
|
+
const deprecateComponentCommandHandler = new DeprecateComponentCommandHandler(componentDeprecatedEventStore, eventBus, componentDeprecatedProjector);
|
|
956
|
+
const deprecateComponentGateway = new LocalDeprecateComponentGateway(deprecateComponentCommandHandler, componentDeprecatedProjector);
|
|
957
|
+
const deprecateComponentController = new DeprecateComponentController(deprecateComponentGateway);
|
|
958
|
+
const undeprecateComponentCommandHandler = new UndeprecateComponentCommandHandler(componentUndeprecatedEventStore, eventBus, componentUndeprecatedProjector);
|
|
959
|
+
const undeprecateComponentGateway = new LocalUndeprecateComponentGateway(undeprecateComponentCommandHandler, componentUndeprecatedProjector);
|
|
960
|
+
const undeprecateComponentController = new UndeprecateComponentController(undeprecateComponentGateway);
|
|
961
|
+
const removeComponentCommandHandler = new RemoveComponentCommandHandler(componentRemovedEventStore, eventBus, componentRemovedProjector);
|
|
962
|
+
const removeComponentGateway = new LocalRemoveComponentGateway(removeComponentCommandHandler, componentRemovedProjector);
|
|
963
|
+
const removeComponentController = new RemoveComponentController(removeComponentGateway);
|
|
997
964
|
// Dependency Controllers
|
|
998
|
-
const addDependencyCommandHandler = new
|
|
999
|
-
const addDependencyGateway = new
|
|
1000
|
-
const addDependencyController = new
|
|
1001
|
-
const getDependenciesGateway = new
|
|
1002
|
-
const getDependenciesController = new
|
|
1003
|
-
const updateDependencyCommandHandler = new
|
|
1004
|
-
const updateDependencyGateway = new
|
|
1005
|
-
const updateDependencyController = new
|
|
1006
|
-
const removeDependencyCommandHandler = new
|
|
1007
|
-
const removeDependencyGateway = new
|
|
1008
|
-
const removeDependencyController = new
|
|
965
|
+
const addDependencyCommandHandler = new AddDependencyCommandHandler(dependencyAddedEventStore, eventBus, dependencyAddedProjector);
|
|
966
|
+
const addDependencyGateway = new LocalAddDependencyGateway(addDependencyCommandHandler);
|
|
967
|
+
const addDependencyController = new AddDependencyController(addDependencyGateway);
|
|
968
|
+
const getDependenciesGateway = new LocalGetDependenciesGateway(dependencyViewReader);
|
|
969
|
+
const getDependenciesController = new GetDependenciesController(getDependenciesGateway);
|
|
970
|
+
const updateDependencyCommandHandler = new UpdateDependencyCommandHandler(dependencyUpdatedEventStore, dependencyUpdatedEventStore, dependencyUpdatedProjector, eventBus);
|
|
971
|
+
const updateDependencyGateway = new LocalUpdateDependencyGateway(updateDependencyCommandHandler, dependencyUpdatedProjector);
|
|
972
|
+
const updateDependencyController = new UpdateDependencyController(updateDependencyGateway);
|
|
973
|
+
const removeDependencyCommandHandler = new RemoveDependencyCommandHandler(dependencyRemovedEventStore, dependencyRemovedEventStore, dependencyRemovedProjector, eventBus);
|
|
974
|
+
const removeDependencyGateway = new LocalRemoveDependencyGateway(removeDependencyCommandHandler, dependencyRemovedProjector);
|
|
975
|
+
const removeDependencyController = new RemoveDependencyController(removeDependencyGateway);
|
|
1009
976
|
// Audience Pain Controllers
|
|
1010
|
-
const addAudiencePainCommandHandler = new
|
|
1011
|
-
const addAudiencePainGateway = new
|
|
1012
|
-
const addAudiencePainController = new
|
|
1013
|
-
const updateAudiencePainCommandHandler = new
|
|
1014
|
-
const updateAudiencePainGateway = new
|
|
1015
|
-
const updateAudiencePainController = new
|
|
1016
|
-
const getAudiencePainsGateway = new
|
|
1017
|
-
const getAudiencePainsController = new
|
|
977
|
+
const addAudiencePainCommandHandler = new AddAudiencePainCommandHandler(audiencePainAddedEventStore, eventBus);
|
|
978
|
+
const addAudiencePainGateway = new LocalAddAudiencePainGateway(addAudiencePainCommandHandler, audiencePainUpdatedProjector);
|
|
979
|
+
const addAudiencePainController = new AddAudiencePainController(addAudiencePainGateway);
|
|
980
|
+
const updateAudiencePainCommandHandler = new UpdateAudiencePainCommandHandler(audiencePainUpdatedEventStore, eventBus, audiencePainUpdatedProjector);
|
|
981
|
+
const updateAudiencePainGateway = new LocalUpdateAudiencePainGateway(updateAudiencePainCommandHandler, audiencePainUpdatedProjector);
|
|
982
|
+
const updateAudiencePainController = new UpdateAudiencePainController(updateAudiencePainGateway);
|
|
983
|
+
const getAudiencePainsGateway = new LocalGetAudiencePainsGateway(audiencePainContextReader);
|
|
984
|
+
const getAudiencePainsController = new GetAudiencePainsController(getAudiencePainsGateway);
|
|
1018
985
|
// Audience Controllers
|
|
1019
|
-
const addAudienceCommandHandler = new
|
|
1020
|
-
const addAudienceGateway = new
|
|
1021
|
-
const addAudienceController = new
|
|
1022
|
-
const listAudiencesGateway = new
|
|
1023
|
-
const listAudiencesController = new
|
|
1024
|
-
const removeAudienceCommandHandler = new
|
|
1025
|
-
const removeAudienceGateway = new
|
|
1026
|
-
const removeAudienceController = new
|
|
1027
|
-
const updateAudienceCommandHandler = new
|
|
1028
|
-
const updateAudienceGateway = new
|
|
1029
|
-
const updateAudienceController = new
|
|
986
|
+
const addAudienceCommandHandler = new AddAudienceCommandHandler(audienceAddedEventStore, eventBus);
|
|
987
|
+
const addAudienceGateway = new LocalAddAudienceGateway(addAudienceCommandHandler);
|
|
988
|
+
const addAudienceController = new AddAudienceController(addAudienceGateway);
|
|
989
|
+
const listAudiencesGateway = new LocalListAudiencesGateway(audienceContextReader);
|
|
990
|
+
const listAudiencesController = new ListAudiencesController(listAudiencesGateway);
|
|
991
|
+
const removeAudienceCommandHandler = new RemoveAudienceCommandHandler(audienceRemovedEventStore, eventBus, audienceRemovedProjector);
|
|
992
|
+
const removeAudienceGateway = new LocalRemoveAudienceGateway(removeAudienceCommandHandler, audienceRemovedProjector);
|
|
993
|
+
const removeAudienceController = new RemoveAudienceController(removeAudienceGateway);
|
|
994
|
+
const updateAudienceCommandHandler = new UpdateAudienceCommandHandler(audienceUpdatedEventStore, eventBus);
|
|
995
|
+
const updateAudienceGateway = new LocalUpdateAudienceGateway(updateAudienceCommandHandler, audienceUpdatedProjector);
|
|
996
|
+
const updateAudienceController = new UpdateAudienceController(updateAudienceGateway);
|
|
1030
997
|
// Project Initialization Protocol
|
|
1031
|
-
const gitignoreProtocol = new
|
|
1032
|
-
const initializeProjectCommandHandler = new
|
|
1033
|
-
const localPlanProjectInitGateway = new
|
|
1034
|
-
const planProjectInitController = new
|
|
1035
|
-
const localInitializeProjectGateway = new
|
|
1036
|
-
const initializeProjectController = new
|
|
998
|
+
const gitignoreProtocol = new FsGitignoreProtocol();
|
|
999
|
+
const initializeProjectCommandHandler = new InitializeProjectCommandHandler(projectInitializedEventStore, eventBus, projectInitializedProjector, agentFileProtocol, settingsInitializer, gitignoreProtocol);
|
|
1000
|
+
const localPlanProjectInitGateway = new LocalPlanProjectInitGateway(agentFileProtocol, settingsInitializer, gitignoreProtocol);
|
|
1001
|
+
const planProjectInitController = new PlanProjectInitController(localPlanProjectInitGateway);
|
|
1002
|
+
const localInitializeProjectGateway = new LocalInitializeProjectGateway(initializeProjectCommandHandler, localPlanProjectInitGateway, agentFileProtocol);
|
|
1003
|
+
const initializeProjectController = new InitializeProjectController(localInitializeProjectGateway);
|
|
1037
1004
|
// AddRelation Controller
|
|
1038
|
-
const addRelationCommandHandler = new
|
|
1039
|
-
const addRelationGateway = new
|
|
1040
|
-
const addRelationController = new
|
|
1005
|
+
const addRelationCommandHandler = new AddRelationCommandHandler(relationAddedEventStore, eventBus, relationAddedProjector);
|
|
1006
|
+
const addRelationGateway = new LocalAddRelationGateway(addRelationCommandHandler);
|
|
1007
|
+
const addRelationController = new AddRelationController(addRelationGateway);
|
|
1041
1008
|
// Migrate Dependencies command handler
|
|
1042
|
-
const migrateDependenciesCommandHandler = new
|
|
1009
|
+
const migrateDependenciesCommandHandler = new MigrateDependenciesCommandHandler(legacyDependencyReader, addRelationCommandHandler, removeDependencyCommandHandler);
|
|
1043
1010
|
const infrastructureDir = path.resolve(__dirname, "..");
|
|
1044
|
-
const evolveMigrationRunner = new
|
|
1045
|
-
const evolveController = new
|
|
1011
|
+
const evolveMigrationRunner = new MigrationRunner(this.db);
|
|
1012
|
+
const evolveController = new EvolveController(() => evolveMigrationRunner.runNamespaceMigrations(getNamespaceMigrations(infrastructureDir)), upgradeCommandHandler, migrateDependenciesCommandHandler, projectRootResolver, agentFileProtocol, settingsInitializer, databaseRebuildService, logger);
|
|
1046
1013
|
// RemoveRelation Controller
|
|
1047
|
-
const removeRelationCommandHandler = new
|
|
1048
|
-
const deactivateRelationCommandHandler = new
|
|
1049
|
-
const relationDeactivationCascade = new
|
|
1050
|
-
const reactivateRelationCommandHandler = new
|
|
1051
|
-
const relationReactivationCascade = new
|
|
1052
|
-
const relationMaintenanceGoalRegistrar = new
|
|
1053
|
-
const relationDiscoveryGoalRegistrar = new
|
|
1054
|
-
const relationDiscoveryEventHandler = new
|
|
1055
|
-
const removeRelationGateway = new
|
|
1056
|
-
const removeRelationController = new
|
|
1014
|
+
const removeRelationCommandHandler = new RemoveRelationCommandHandler(relationRemovedEventStore, relationRemovedEventStore, eventBus, relationRemovedProjector);
|
|
1015
|
+
const deactivateRelationCommandHandler = new DeactivateRelationCommandHandler(relationDeactivatedEventStore, relationDeactivatedEventStore, eventBus, relationDeactivatedProjector);
|
|
1016
|
+
const relationDeactivationCascade = new RelationDeactivationCascade(relationViewReader, deactivateRelationCommandHandler);
|
|
1017
|
+
const reactivateRelationCommandHandler = new ReactivateRelationCommandHandler(relationReactivatedEventStore, relationReactivatedEventStore, eventBus, relationReactivatedProjector);
|
|
1018
|
+
const relationReactivationCascade = new RelationReactivationCascade(relationViewReader, reactivateRelationCommandHandler);
|
|
1019
|
+
const relationMaintenanceGoalRegistrar = new RelationMaintenanceGoalRegistrar(relationViewReader, addGoalCommandHandler);
|
|
1020
|
+
const relationDiscoveryGoalRegistrar = new RelationDiscoveryGoalRegistrar(goalStatusReader, addGoalCommandHandler, logger);
|
|
1021
|
+
const relationDiscoveryEventHandler = new RelationDiscoveryEventHandler(relationDiscoveryGoalRegistrar);
|
|
1022
|
+
const removeRelationGateway = new LocalRemoveRelationGateway(removeRelationCommandHandler, relationRemovedProjector);
|
|
1023
|
+
const removeRelationController = new RemoveRelationController(removeRelationGateway);
|
|
1057
1024
|
// GetRelations Controller
|
|
1058
|
-
const getRelationsGateway = new
|
|
1059
|
-
const getRelationsController = new
|
|
1025
|
+
const getRelationsGateway = new LocalGetRelationsGateway(relationViewReader);
|
|
1026
|
+
const getRelationsController = new GetRelationsController(getRelationsGateway);
|
|
1060
1027
|
// ============================================================
|
|
1061
1028
|
// STEP 5: Create Projection Handlers (Event Subscribers)
|
|
1062
1029
|
// ============================================================
|
|
1063
1030
|
// Work Category - Session Projection Handlers - using decomposed projectors
|
|
1064
|
-
const sessionStartedEventHandler = new
|
|
1065
|
-
const sessionEndedEventHandler = new
|
|
1066
|
-
const goalAddedEventHandler = new
|
|
1067
|
-
const goalStartedEventHandler = new
|
|
1068
|
-
const goalUpdatedEventHandler = new
|
|
1069
|
-
const goalBlockedEventHandler = new
|
|
1070
|
-
const goalUnblockedEventHandler = new
|
|
1071
|
-
const goalPausedEventHandler = new
|
|
1072
|
-
const goalResumedEventHandler = new
|
|
1073
|
-
const goalCompletedEventHandler = new
|
|
1074
|
-
const goalRefinedEventHandler = new
|
|
1075
|
-
const goalResetEventHandler = new
|
|
1076
|
-
const goalRemovedEventHandler = new
|
|
1077
|
-
const goalProgressUpdatedEventHandler = new
|
|
1078
|
-
const goalSubmittedForReviewEventHandler = new
|
|
1079
|
-
const goalQualifiedEventHandler = new
|
|
1080
|
-
const goalRefinementStartedEventHandler = new
|
|
1081
|
-
const goalCommittedEventHandler = new
|
|
1082
|
-
const goalRejectedEventHandler = new
|
|
1083
|
-
const goalSubmittedEventHandler = new
|
|
1084
|
-
const goalCodifyingStartedEventHandler = new
|
|
1085
|
-
const goalClosedEventHandler = new
|
|
1086
|
-
const goalApprovedEventHandler = new
|
|
1087
|
-
const goalStatusMigratedEventHandler = new
|
|
1031
|
+
const sessionStartedEventHandler = new SessionStartedEventHandler(sessionStartedProjector);
|
|
1032
|
+
const sessionEndedEventHandler = new SessionEndedEventHandler(sessionEndedProjector);
|
|
1033
|
+
const goalAddedEventHandler = new GoalAddedEventHandler(goalAddedProjector);
|
|
1034
|
+
const goalStartedEventHandler = new GoalStartedEventHandler(goalStartedProjector);
|
|
1035
|
+
const goalUpdatedEventHandler = new GoalUpdatedEventHandler(goalUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1036
|
+
const goalBlockedEventHandler = new GoalBlockedEventHandler(goalBlockedProjector);
|
|
1037
|
+
const goalUnblockedEventHandler = new GoalUnblockedEventHandler(goalUnblockedProjector);
|
|
1038
|
+
const goalPausedEventHandler = new GoalPausedEventHandler(goalPausedProjector);
|
|
1039
|
+
const goalResumedEventHandler = new GoalResumedEventHandler(goalResumedProjector);
|
|
1040
|
+
const goalCompletedEventHandler = new GoalCompletedEventHandler(goalCompletedProjector);
|
|
1041
|
+
const goalRefinedEventHandler = new GoalRefinedEventHandler(goalRefinedProjector);
|
|
1042
|
+
const goalResetEventHandler = new GoalResetEventHandler(goalResetProjector);
|
|
1043
|
+
const goalRemovedEventHandler = new GoalRemovedEventHandler(goalRemovedProjector, relationMaintenanceGoalRegistrar);
|
|
1044
|
+
const goalProgressUpdatedEventHandler = new GoalProgressUpdatedEventHandler(goalProgressUpdatedProjector);
|
|
1045
|
+
const goalSubmittedForReviewEventHandler = new GoalSubmittedForReviewEventHandler(goalSubmittedForReviewProjector);
|
|
1046
|
+
const goalQualifiedEventHandler = new GoalQualifiedEventHandler(goalQualifiedProjector);
|
|
1047
|
+
const goalRefinementStartedEventHandler = new GoalRefinementStartedEventHandler(goalRefinedProjector);
|
|
1048
|
+
const goalCommittedEventHandler = new GoalCommittedEventHandler(goalCommittedProjector);
|
|
1049
|
+
const goalRejectedEventHandler = new GoalRejectedEventHandler(goalRejectedProjector);
|
|
1050
|
+
const goalSubmittedEventHandler = new GoalSubmittedEventHandler(goalSubmittedProjector);
|
|
1051
|
+
const goalCodifyingStartedEventHandler = new GoalCodifyingStartedEventHandler(goalCodifyingStartedProjector);
|
|
1052
|
+
const goalClosedEventHandler = new GoalClosedEventHandler(goalClosedProjector);
|
|
1053
|
+
const goalApprovedEventHandler = new GoalApprovedEventHandler(goalApprovedProjector);
|
|
1054
|
+
const goalStatusMigratedEventHandler = new GoalStatusMigratedEventHandler(goalStatusMigratedProjector);
|
|
1088
1055
|
// Solution Category
|
|
1089
1056
|
// Architecture Event Handlers - decomposed by use case
|
|
1090
|
-
const architectureDefinedEventHandler = new
|
|
1091
|
-
const architectureUpdatedEventHandler = new
|
|
1092
|
-
const architectureDeprecatedEventHandler = new
|
|
1057
|
+
const architectureDefinedEventHandler = new ArchitectureDefinedEventHandler(architectureDefinedProjector);
|
|
1058
|
+
const architectureUpdatedEventHandler = new ArchitectureUpdatedEventHandler(architectureUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1059
|
+
const architectureDeprecatedEventHandler = new ArchitectureDeprecatedEventHandler(architectureDeprecatedProjector);
|
|
1093
1060
|
// Component Event Handlers - decomposed by use case
|
|
1094
|
-
const componentAddedEventHandler = new
|
|
1095
|
-
const componentUpdatedEventHandler = new
|
|
1096
|
-
const componentDeprecatedEventHandler = new
|
|
1097
|
-
const componentUndeprecatedEventHandler = new
|
|
1098
|
-
const componentRemovedEventHandler = new
|
|
1099
|
-
const componentRenamedEventHandler = new
|
|
1061
|
+
const componentAddedEventHandler = new ComponentAddedEventHandler(componentAddedProjector);
|
|
1062
|
+
const componentUpdatedEventHandler = new ComponentUpdatedEventHandler(componentUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1063
|
+
const componentDeprecatedEventHandler = new ComponentDeprecatedEventHandler(componentDeprecatedProjector, relationDeactivationCascade, relationMaintenanceGoalRegistrar);
|
|
1064
|
+
const componentUndeprecatedEventHandler = new ComponentUndeprecatedEventHandler(componentUndeprecatedProjector, relationReactivationCascade, relationMaintenanceGoalRegistrar);
|
|
1065
|
+
const componentRemovedEventHandler = new ComponentRemovedEventHandler(componentRemovedProjector, relationDeactivationCascade, relationMaintenanceGoalRegistrar);
|
|
1066
|
+
const componentRenamedEventHandler = new ComponentRenamedEventHandler(componentRenamedProjector);
|
|
1100
1067
|
// Dependency Event Handlers - decomposed by use case
|
|
1101
|
-
const dependencyAddedEventHandler = new
|
|
1102
|
-
const dependencyUpdatedEventHandler = new
|
|
1103
|
-
const dependencyRemovedEventHandler = new
|
|
1068
|
+
const dependencyAddedEventHandler = new DependencyAddedEventHandler(dependencyAddedProjector);
|
|
1069
|
+
const dependencyUpdatedEventHandler = new DependencyUpdatedEventHandler(dependencyUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1070
|
+
const dependencyRemovedEventHandler = new DependencyRemovedEventHandler(dependencyRemovedProjector, relationMaintenanceGoalRegistrar);
|
|
1104
1071
|
// Decision Event Handlers - decomposed by use case
|
|
1105
|
-
const decisionAddedEventHandler = new
|
|
1106
|
-
const decisionUpdatedEventHandler = new
|
|
1107
|
-
const decisionReversedEventHandler = new
|
|
1108
|
-
const decisionRestoredEventHandler = new
|
|
1109
|
-
const decisionSupersededEventHandler = new
|
|
1072
|
+
const decisionAddedEventHandler = new DecisionAddedEventHandler(decisionAddedProjector);
|
|
1073
|
+
const decisionUpdatedEventHandler = new DecisionUpdatedEventHandler(decisionUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1074
|
+
const decisionReversedEventHandler = new DecisionReversedEventHandler(decisionReversedProjector, relationDeactivationCascade);
|
|
1075
|
+
const decisionRestoredEventHandler = new DecisionRestoredEventHandler(decisionRestoredProjector, relationReactivationCascade, relationMaintenanceGoalRegistrar);
|
|
1076
|
+
const decisionSupersededEventHandler = new DecisionSupersededEventHandler(decisionSupersededProjector, relationDeactivationCascade, relationMaintenanceGoalRegistrar);
|
|
1110
1077
|
// Guideline Event Handlers - decomposed by use case
|
|
1111
|
-
const guidelineAddedEventHandler = new
|
|
1112
|
-
const guidelineUpdatedEventHandler = new
|
|
1113
|
-
const guidelineRemovedEventHandler = new
|
|
1078
|
+
const guidelineAddedEventHandler = new GuidelineAddedEventHandler(guidelineAddedProjector);
|
|
1079
|
+
const guidelineUpdatedEventHandler = new GuidelineUpdatedEventHandler(guidelineUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1080
|
+
const guidelineRemovedEventHandler = new GuidelineRemovedEventHandler(guidelineRemovedProjector, relationMaintenanceGoalRegistrar);
|
|
1114
1081
|
// Invariant Event Handlers - decomposed by use case
|
|
1115
|
-
const invariantAddedEventHandler = new
|
|
1116
|
-
const invariantUpdatedEventHandler = new
|
|
1117
|
-
const invariantRemovedEventHandler = new
|
|
1082
|
+
const invariantAddedEventHandler = new InvariantAddedEventHandler(invariantAddedProjector);
|
|
1083
|
+
const invariantUpdatedEventHandler = new InvariantUpdatedEventHandler(invariantUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1084
|
+
const invariantRemovedEventHandler = new InvariantRemovedEventHandler(invariantRemovedProjector, relationMaintenanceGoalRegistrar);
|
|
1118
1085
|
// Project Knowledge Category
|
|
1119
1086
|
// Project Event Handlers - decomposed by use case
|
|
1120
|
-
const projectInitializedEventHandler = new
|
|
1121
|
-
const projectUpdatedEventHandler = new
|
|
1087
|
+
const projectInitializedEventHandler = new ProjectInitializedEventHandler(projectInitializedProjector);
|
|
1088
|
+
const projectUpdatedEventHandler = new ProjectUpdatedEventHandler(projectUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1122
1089
|
// AudiencePain Event Handlers - decomposed by use case
|
|
1123
|
-
const audiencePainAddedEventHandler = new
|
|
1124
|
-
const audiencePainUpdatedEventHandler = new
|
|
1090
|
+
const audiencePainAddedEventHandler = new AudiencePainAddedEventHandler(audiencePainAddedProjector);
|
|
1091
|
+
const audiencePainUpdatedEventHandler = new AudiencePainUpdatedEventHandler(audiencePainUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1125
1092
|
// Audience Event Handlers - decomposed by use case
|
|
1126
|
-
const audienceAddedEventHandler = new
|
|
1127
|
-
const audienceUpdatedEventHandler = new
|
|
1128
|
-
const audienceRemovedEventHandler = new
|
|
1093
|
+
const audienceAddedEventHandler = new AudienceAddedEventHandler(audienceAddedProjector);
|
|
1094
|
+
const audienceUpdatedEventHandler = new AudienceUpdatedEventHandler(audienceUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1095
|
+
const audienceRemovedEventHandler = new AudienceRemovedEventHandler(audienceRemovedProjector, relationMaintenanceGoalRegistrar);
|
|
1129
1096
|
// ValueProposition Controllers
|
|
1130
|
-
const addValuePropositionCommandHandler = new
|
|
1131
|
-
const addValuePropositionGateway = new
|
|
1132
|
-
const addValuePropositionController = new
|
|
1133
|
-
const removeValuePropositionCommandHandler = new
|
|
1134
|
-
const removeValuePropositionGateway = new
|
|
1135
|
-
const removeValuePropositionController = new
|
|
1136
|
-
const getValuePropositionsGateway = new
|
|
1137
|
-
const getValuePropositionsController = new
|
|
1138
|
-
const updateValuePropositionCommandHandler = new
|
|
1139
|
-
const updateValuePropositionGateway = new
|
|
1140
|
-
const updateValuePropositionController = new
|
|
1097
|
+
const addValuePropositionCommandHandler = new AddValuePropositionCommandHandler(valuePropositionAddedEventStore, eventBus);
|
|
1098
|
+
const addValuePropositionGateway = new LocalAddValuePropositionGateway(addValuePropositionCommandHandler, valuePropositionUpdatedProjector);
|
|
1099
|
+
const addValuePropositionController = new AddValuePropositionController(addValuePropositionGateway);
|
|
1100
|
+
const removeValuePropositionCommandHandler = new RemoveValuePropositionCommandHandler(valuePropositionRemovedEventStore, eventBus, valuePropositionRemovedProjector);
|
|
1101
|
+
const removeValuePropositionGateway = new LocalRemoveValuePropositionGateway(removeValuePropositionCommandHandler, valuePropositionRemovedProjector);
|
|
1102
|
+
const removeValuePropositionController = new RemoveValuePropositionController(removeValuePropositionGateway);
|
|
1103
|
+
const getValuePropositionsGateway = new LocalGetValuePropositionsGateway(valuePropositionContextReader);
|
|
1104
|
+
const getValuePropositionsController = new GetValuePropositionsController(getValuePropositionsGateway);
|
|
1105
|
+
const updateValuePropositionCommandHandler = new UpdateValuePropositionCommandHandler(valuePropositionUpdatedEventStore, eventBus, valuePropositionUpdatedProjector);
|
|
1106
|
+
const updateValuePropositionGateway = new LocalUpdateValuePropositionGateway(updateValuePropositionCommandHandler, valuePropositionUpdatedProjector);
|
|
1107
|
+
const updateValuePropositionController = new UpdateValuePropositionController(updateValuePropositionGateway);
|
|
1141
1108
|
// ValueProposition Event Handlers - decomposed by use case
|
|
1142
|
-
const valuePropositionAddedEventHandler = new
|
|
1143
|
-
const valuePropositionUpdatedEventHandler = new
|
|
1144
|
-
const valuePropositionRemovedEventHandler = new
|
|
1109
|
+
const valuePropositionAddedEventHandler = new ValuePropositionAddedEventHandler(valuePropositionAddedProjector);
|
|
1110
|
+
const valuePropositionUpdatedEventHandler = new ValuePropositionUpdatedEventHandler(valuePropositionUpdatedProjector, relationMaintenanceGoalRegistrar);
|
|
1111
|
+
const valuePropositionRemovedEventHandler = new ValuePropositionRemovedEventHandler(valuePropositionRemovedProjector, relationMaintenanceGoalRegistrar);
|
|
1145
1112
|
// Relations Category - Event Handlers - decomposed by use case
|
|
1146
|
-
const relationAddedEventHandler = new
|
|
1147
|
-
const relationDeactivatedEventHandler = new
|
|
1148
|
-
const relationReactivatedEventHandler = new
|
|
1149
|
-
const relationRemovedEventHandler = new
|
|
1113
|
+
const relationAddedEventHandler = new RelationAddedEventHandler(relationAddedProjector);
|
|
1114
|
+
const relationDeactivatedEventHandler = new RelationDeactivatedEventHandler(relationDeactivatedProjector);
|
|
1115
|
+
const relationReactivatedEventHandler = new RelationReactivatedEventHandler(relationReactivatedProjector);
|
|
1116
|
+
const relationRemovedEventHandler = new RelationRemovedEventHandler(relationRemovedProjector);
|
|
1150
1117
|
// Worker Identity - Event Handlers
|
|
1151
|
-
const workerIdentifiedEventHandler = new
|
|
1118
|
+
const workerIdentifiedEventHandler = new WorkerIdentifiedEventHandler(workerIdentifiedProjector);
|
|
1152
1119
|
// ============================================================
|
|
1153
1120
|
// STEP 6: Subscribe Projection Handlers to Events
|
|
1154
1121
|
// ============================================================
|
|
@@ -1506,5 +1473,4 @@ class HostBuilder {
|
|
|
1506
1473
|
};
|
|
1507
1474
|
}
|
|
1508
1475
|
}
|
|
1509
|
-
exports.HostBuilder = HostBuilder;
|
|
1510
1476
|
//# sourceMappingURL=HostBuilder.js.map
|