jumbo-cli 2.14.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.js +244 -247
- 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.js +2 -6
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js.map +1 -1
- package/dist/presentation/cli/commands/work/refine/work.refine.js +17 -21
- 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.js +6 -10
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.js.map +1 -1
- package/dist/presentation/cli/commands/work/review/work.review.js +18 -22
- package/dist/presentation/cli/commands/work/review/work.review.js.map +1 -1
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.js +6 -10
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.js.map +1 -1
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.js +17 -21
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.js.map +1 -1
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.js +1 -4
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.js.map +1 -1
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.js +3 -6
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.js.map +1 -1
- 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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.init.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/project/init/project.init.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"project.init.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/project/init/project.init.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAQpE,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EACL,cAAc,EACd,kBAAkB,GACnB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,OAAO,EACL,cAAc,EACd,gBAAgB,GAEjB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mDAAmD,CAAC;AACvF,OAAO,EAAE,sBAAsB,EAAE,MAAM,uDAAuD,CAAC;AAE/F;;GAEG;AACH,SAAS,qBAAqB,CAC5B,QAAkB,EAClB,OAA4B;IAE5B,QAAQ,CAAC,IAAI,CAAC,yDAAyD,CAAC,CAAC;IAEzE,MAAM,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC;IAC7D,MAAM,QAAQ,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC;IAE9D,qDAAqD;IACrD,MAAM,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAErE,MAAM,gBAAgB,GAAG,CACvB,KAA0B,EAC1B,MAAc,EACd,SAAgC,EAChC,EAAE;QACF,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;YAClB,MAAM,OAAO,GAAG,GAAG,CAAC,MAAM,CAAC,aAAa,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;YAC9D,OAAO,CAAC,GAAG,CACT,OAAO,MAAM,IAAI,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,OAAO,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,EAAE,CAC3E,CAAC;QACJ,CAAC,CAAC,CAAC;IACL,CAAC,CAAC;IAEF,IAAI,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACvB,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC;QAC9D,gBAAgB,CAAC,OAAO,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;QAC9C,OAAO,CAAC,GAAG,EAAE,CAAC;IAChB,CAAC;IAED,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACxB,OAAO,CAAC,GAAG,CACT,MAAM,CAAC,OAAO,CAAC,yDAAyD,CAAC,CAC1E,CAAC;QACF,gBAAgB,CAAC,QAAQ,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;QAC/C,OAAO,CAAC,GAAG,EAAE,CAAC;IAChB,CAAC;AACH,CAAC;AAED;;GAEG;AACH,KAAK,UAAU,cAAc;IAC3B,OAAO,OAAO,CAAC;QACb,OAAO,EAAE,8BAA8B;QACvC,OAAO,EAAE,IAAI;KACd,CAAC,CAAC;AACL,CAAC;AAED,KAAK,UAAU,uBAAuB,CACpC,eAA0C;IAE1C,IAAI,eAAe,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACjC,OAAO,EAAE,CAAC;IACZ,CAAC;IAED,OAAO,QAAQ,CAAU;QACvB,OAAO,EAAE,6BAA6B;QACtC,OAAO,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;YACvC,IAAI,EAAE,KAAK,CAAC,IAAI;YAChB,KAAK,EAAE,KAAK,CAAC,EAAE;YACf,OAAO,EAAE,IAAI;SACd,CAAC,CAAC;QACH,QAAQ,EAAE,CAAC,eAAe,EAAE,EAAE;YAC5B,IAAI,eAAe,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gBACjC,OAAO,2BAA2B,CAAC;YACrC,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC;KACF,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAoB;IACvC,WAAW,EACT,qEAAqE;IACvE,QAAQ,EAAE,mBAAmB;IAC7B,eAAe,EAAE,CAAC,MAAM,CAAC;IACzB,OAAO,EAAE;QACP;YACE,KAAK,EAAE,mBAAmB;YAC1B,WAAW,EAAE,iDAAiD;SAC/D;QACD;YACE,KAAK,EAAE,qBAAqB;YAC5B,WAAW,EAAE,4BAA4B;SAC1C;QACD;YACE,KAAK,EAAE,mBAAmB;YAC1B,WAAW,EAAE,yDAAyD;SACvE;QACD;YACE,KAAK,EAAE,QAAQ;YACf,WAAW,EAAE,0DAA0D;SACxE;QACD;YACE,KAAK,EAAE,wBAAwB;YAC/B,WAAW,EAAE,6CAA6C;SAC3D;QACD;YACE,KAAK,EAAE,sCAAsC;YAC7C,WAAW,EAAE,oDAAoD;SAClE;QACD;YACE,KAAK,EAAE,gCAAgC;YACvC,WAAW,EACT,+EAA+E;SAClF;QACD;YACE,KAAK,EAAE,sBAAsB;YAC7B,WAAW,EAAE,kDAAkD;SAChE;QACD;YACE,KAAK,EAAE,kCAAkC;YACzC,WAAW,EAAE,wDAAwD;SACtE;QACD;YACE,KAAK,EAAE,uBAAuB;YAC9B,WAAW,EAAE,gDAAgD;SAC9D;QACD;YACE,KAAK,EAAE,mCAAmC;YAC1C,WAAW,EAAE,sDAAsD;SACpE;QACD;YACE,KAAK,EAAE,2BAA2B;YAClC,WAAW,EAAE,kDAAkD;SAChE;QACD;YACE,KAAK,EAAE,sCAAsC;YAC7C,WAAW,EACT,6DAA6D;SAChE;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,oBAAoB;YAC7B,WAAW,EAAE,wCAAwC;SACtD;QACD;YACE,OAAO,EACL,0FAA0F;YAC5F,WAAW,EAAE,uDAAuD;SACrE;QACD;YACE,OAAO,EACL,+JAA+J;YACjK,WAAW,EAAE,kDAAkD;SAChE;QACD;YACE,OAAO,EAAE,2BAA2B;YACpC,WAAW,EAAE,2DAA2D;SACzE;KACF;IACD,OAAO,EAAE,CAAC,gBAAgB,CAAC;IAC3B,eAAe,EAAE,KAAK;CACvB,CAAC;AAkCF,SAAS,cAAc,CAAC,OAAe,EAAE,IAAY;IACnD,OAAO,GAAG,OAAO,OAAO,IAAI,KAAK,CAAC;AACpC,CAAC;AAED;;;GAGG;AACH,KAAK,UAAU,uBAAuB;IACpC,MAAM,IAAI,GAAG,MAAM,KAAK,CAAC;QACvB,OAAO,EAAE,cAAc,CACrB,eAAe,EACf,0EAA0E,CAC3E;QACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;YAC1B,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,EAAE,CAAC;gBAClB,OAAO,0BAA0B,CAAC;YACpC,CAAC;YACD,IAAI,KAAK,CAAC,MAAM,GAAG,aAAa,CAAC,eAAe,EAAE,CAAC;gBACjD,OAAO,kCAAkC,aAAa,CAAC,eAAe,aAAa,CAAC;YACtF,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC;KACF,CAAC,CAAC;IACH,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC;QAC1B,OAAO,EAAE,cAAc,CACrB,qBAAqB,EACrB,oDAAoD,CACrD;QACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;YAC1B,IAAI,KAAK,IAAI,KAAK,CAAC,MAAM,GAAG,aAAa,CAAC,kBAAkB,EAAE,CAAC;gBAC7D,OAAO,6BAA6B,aAAa,CAAC,kBAAkB,aAAa,CAAC;YACpF,CAAC;YACD,OAAO,IAAI,CAAC;QACd,CAAC;KACF,CAAC,CAAC;IAEH,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;QACjB,OAAO,EAAE,OAAO,CAAC,IAAI,EAAE,IAAI,SAAS;KACrC,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,KAAK,UAAU,kBAAkB;IAC/B,MAAM,SAAS,GAAsB,EAAE,CAAC;IAExC,MAAM,cAAc,GAAG,MAAM,OAAO,CAAC;QACnC,OAAO,EAAE,cAAc,CACrB,2BAA2B,EAC3B,mDAAmD,CACpD;QACD,OAAO,EAAE,IAAI;KACd,CAAC,CAAC;IAEH,IAAI,CAAC,cAAc;QAAE,OAAO,SAAS,CAAC;IAEtC,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,OAAO,OAAO,EAAE,CAAC;QACf,MAAM,IAAI,GAAG,MAAM,KAAK,CAAC;YACvB,OAAO,EAAE,cAAc,CACrB,gBAAgB,EAChB,+DAA+D,CAChE;YACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;gBAC1B,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;oBAAE,OAAO,2BAA2B,CAAC;gBACtD,IAAI,KAAK,CAAC,MAAM,GAAG,cAAc,CAAC,eAAe,EAAE,CAAC;oBAClD,OAAO,mCAAmC,cAAc,CAAC,eAAe,aAAa,CAAC;gBACxF,CAAC;gBACD,OAAO,IAAI,CAAC;YACd,CAAC;SACF,CAAC,CAAC;QACH,MAAM,WAAW,GAAG,MAAM,KAAK,CAAC;YAC9B,OAAO,EAAE,cAAc,CACrB,uBAAuB,EACvB,+BAA+B,CAChC;YACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;gBAC1B,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;oBAAE,OAAO,kCAAkC,CAAC;gBAC7D,IAAI,KAAK,CAAC,MAAM,GAAG,cAAc,CAAC,sBAAsB,EAAE,CAAC;oBACzD,OAAO,0CAA0C,cAAc,CAAC,sBAAsB,aAAa,CAAC;gBACtG,CAAC;gBACD,OAAO,IAAI,CAAC;YACd,CAAC;SACF,CAAC,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAuB;YAClD,OAAO,EAAE,oBAAoB;YAC7B,OAAO,EAAE;gBACP,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,gBAAgB,CAAC,OAAO,EAAE;gBACpD,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,gBAAgB,CAAC,SAAS,EAAE;gBACxD,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,gBAAgB,CAAC,QAAQ,EAAE;aACvD;YACD,OAAO,EAAE,gBAAgB,CAAC,OAAO;SAClC,CAAC,CAAC;QAEH,SAAS,CAAC,IAAI,CAAC;YACb,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE;YACjB,WAAW,EAAE,WAAW,CAAC,IAAI,EAAE;YAC/B,QAAQ;SACT,CAAC,CAAC;QAEH,MAAM,OAAO,GAAG,MAAM,OAAO,CAAC;YAC5B,OAAO,EAAE,uBAAuB;YAChC,OAAO,EAAE,KAAK;SACf,CAAC,CAAC;QACH,OAAO,GAAG,OAAO,CAAC;IACpB,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC;AAED;;;GAGG;AACH,KAAK,UAAU,sBAAsB;IACnC,MAAM,KAAK,GAA0B,EAAE,CAAC;IAExC,MAAM,UAAU,GAAG,MAAM,OAAO,CAAC;QAC/B,OAAO,EAAE,cAAc,CACrB,gCAAgC,EAChC,gEAAgE,CACjE;QACD,OAAO,EAAE,IAAI;KACd,CAAC,CAAC;IAEH,IAAI,CAAC,UAAU;QAAE,OAAO,KAAK,CAAC;IAE9B,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,OAAO,OAAO,EAAE,CAAC;QACf,MAAM,KAAK,GAAG,MAAM,KAAK,CAAC;YACxB,OAAO,EAAE,cAAc,CACrB,mBAAmB,EACnB,0EAA0E,CAC3E;YACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;gBAC1B,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;oBAAE,OAAO,wBAAwB,CAAC;gBACnD,IAAI,KAAK,CAAC,MAAM,GAAG,kBAAkB,CAAC,gBAAgB,EAAE,CAAC;oBACvD,OAAO,gCAAgC,kBAAkB,CAAC,gBAAgB,aAAa,CAAC;gBAC1F,CAAC;gBACD,OAAO,IAAI,CAAC;YACd,CAAC;SACF,CAAC,CAAC;QACH,MAAM,WAAW,GAAG,MAAM,KAAK,CAAC;YAC9B,OAAO,EAAE,cAAc,CACrB,yBAAyB,EACzB,qCAAqC,CACtC;YACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;gBAC1B,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;oBAAE,OAAO,8BAA8B,CAAC;gBACzD,IAAI,KAAK,CAAC,MAAM,GAAG,kBAAkB,CAAC,sBAAsB,EAAE,CAAC;oBAC7D,OAAO,sCAAsC,kBAAkB,CAAC,sBAAsB,aAAa,CAAC;gBACtG,CAAC;gBACD,OAAO,IAAI,CAAC;YACd,CAAC;SACF,CAAC,CAAC;QAEH,KAAK,CAAC,IAAI,CAAC;YACT,KAAK,EAAE,KAAK,CAAC,IAAI,EAAE;YACnB,WAAW,EAAE,WAAW,CAAC,IAAI,EAAE;SAChC,CAAC,CAAC;QAEH,MAAM,OAAO,GAAG,MAAM,OAAO,CAAC;YAC5B,OAAO,EAAE,yBAAyB;YAClC,OAAO,EAAE,KAAK;SACf,CAAC,CAAC;QACH,OAAO,GAAG,OAAO,CAAC;IACpB,CAAC;IAED,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;;GAGG;AACH,KAAK,UAAU,0BAA0B;IAGvC,MAAM,MAAM,GAA8B,EAAE,CAAC;IAE7C,MAAM,WAAW,GAAG,MAAM,OAAO,CAAC;QAChC,OAAO,EAAE,cAAc,CACrB,6BAA6B,EAC7B,gEAAgE,CACjE;QACD,OAAO,EAAE,IAAI;KACd,CAAC,CAAC;IAEH,IAAI,CAAC,WAAW;QAAE,OAAO,MAAM,CAAC;IAEhC,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,OAAO,OAAO,EAAE,CAAC;QACf,MAAM,KAAK,GAAG,MAAM,KAAK,CAAC;YACxB,OAAO,EAAE,cAAc,CACrB,0BAA0B,EAC1B,4DAA4D,CAC7D;YACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;gBAC1B,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;oBAAE,OAAO,qCAAqC,CAAC;gBAChE,IAAI,KAAK,CAAC,MAAM,GAAG,sBAAsB,CAAC,gBAAgB,EAAE,CAAC;oBAC3D,OAAO,2BAA2B,sBAAsB,CAAC,gBAAgB,aAAa,CAAC;gBACzF,CAAC;gBACD,OAAO,IAAI,CAAC;YACd,CAAC;SACF,CAAC,CAAC;QACH,MAAM,WAAW,GAAG,MAAM,KAAK,CAAC;YAC9B,OAAO,EAAE,cAAc,CACrB,gCAAgC,EAChC,mCAAmC,CACpC;YACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;gBAC1B,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;oBAAE,OAAO,yBAAyB,CAAC;gBACpD,IAAI,KAAK,CAAC,MAAM,GAAG,sBAAsB,CAAC,sBAAsB,EAAE,CAAC;oBACjE,OAAO,iCAAiC,sBAAsB,CAAC,sBAAsB,aAAa,CAAC;gBACrG,CAAC;gBACD,OAAO,IAAI,CAAC;YACd,CAAC;SACF,CAAC,CAAC;QACH,MAAM,OAAO,GAAG,MAAM,KAAK,CAAC;YAC1B,OAAO,EAAE,cAAc,CAAC,UAAU,EAAE,iCAAiC,CAAC;YACtE,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;gBAC1B,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE;oBAAE,OAAO,qBAAqB,CAAC;gBAChD,IAAI,KAAK,CAAC,MAAM,GAAG,sBAAsB,CAAC,kBAAkB,EAAE,CAAC;oBAC7D,OAAO,6BAA6B,sBAAsB,CAAC,kBAAkB,aAAa,CAAC;gBAC7F,CAAC;gBACD,OAAO,IAAI,CAAC;YACd,CAAC;SACF,CAAC,CAAC;QACH,MAAM,iBAAiB,GAAG,MAAM,KAAK,CAAC;YACpC,OAAO,EAAE,cAAc,CACrB,gCAAgC,EAChC,yBAAyB,CAC1B;YACD,QAAQ,EAAE,CAAC,KAAa,EAAE,EAAE;gBAC1B,IACE,KAAK;oBACL,KAAK,CAAC,MAAM,GAAG,sBAAsB,CAAC,6BAA6B,EACnE,CAAC;oBACD,OAAO,wCAAwC,sBAAsB,CAAC,6BAA6B,aAAa,CAAC;gBACnH,CAAC;gBACD,OAAO,IAAI,CAAC;YACd,CAAC;SACF,CAAC,CAAC;QAEH,MAAM,CAAC,IAAI,CAAC;YACV,KAAK,EAAE,KAAK,CAAC,IAAI,EAAE;YACnB,WAAW,EAAE,WAAW,CAAC,IAAI,EAAE;YAC/B,OAAO,EAAE,OAAO,CAAC,IAAI,EAAE;YACvB,iBAAiB,EAAE,iBAAiB,CAAC,IAAI,EAAE,IAAI,SAAS;SACzD,CAAC,CAAC;QAEH,MAAM,OAAO,GAAG,MAAM,OAAO,CAAC;YAC5B,OAAO,EAAE,gCAAgC;YACzC,OAAO,EAAE,KAAK;SACf,CAAC,CAAC;QACH,OAAO,GAAG,OAAO,CAAC;IACpB,CAAC;IAED,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,KAAK,UAAU,iCAAiC,CAC9C,SAAgC,EAChC,WAAoB;IAEpB,MAAM,MAAM,GAAG,MAAM,SAAS,CAAC,4BAA4B,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAEvE,IACE,MAAM,CAAC,UAAU;QACjB,MAAM,CAAC,YAAY;QACnB,MAAM,CAAC,qBAAqB,EAC5B,CAAC;QACD,OAAO;IACT,CAAC;IAED,oEAAoE;IACpE,IAAI,CAAC,WAAW,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;QAC1C,MAAM,SAAS,CAAC,gCAAgC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;QAC3E,OAAO;IACT,CAAC;IAED,MAAM,OAAO,GAAG,MAAM,OAAO,CAAC;QAC5B,OAAO,EACL,mEAAmE;YACnE,sFAAsF;YACtF,4BAA4B;QAC9B,OAAO,EAAE,IAAI;KACd,CAAC,CAAC;IAEH,MAAM,SAAS,CAAC,gCAAgC,CAAC,MAAM,CAAC;QACtD,OAAO;KACR,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,WAAW,CAC/B,OAcC,EACD,SAAgC;IAEhC,mEAAmE;IACnE,MAAM,QAAQ,GAAG,QAAQ,CAAC,SAAS,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;IAE1D,sBAAsB;IACtB,IAAI,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;QACzB,MAAM,OAAO,GAAG,SAAS,CAAC,gBAAgB,CAAC,UAAU,EAAE,CAAC,OAAO,CAAC;QAChE,MAAM,kBAAkB,CAAC,EAAE,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;IAC9C,CAAC;SAAM,CAAC;QACN,QAAQ,CAAC,MAAM,CAAC,cAAc,EAAE,CAAC,CAAC;IACpC,CAAC;IAED,yDAAyD;IACzD,IAAI,cAAkC,CAAC;IACvC,IAAI,UAAU,GAAqB;QACjC,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,EAAE;QACjB,iBAAiB,EAAE,EAAE;KACtB,CAAC;IACF,IAAI,gBAAgD,CAAC;IAErD,IAAI,OAAO,CAAC,cAAc,EAAE,CAAC;QAC3B,4CAA4C;QAC5C,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;YAClB,QAAQ,CAAC,KAAK,CACZ,qEAAqE,CACtE,CAAC;YACF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAClB,CAAC;QACD,cAAc,GAAG;YACf,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,OAAO,EAAE,OAAO,CAAC,OAAO;SACzB,CAAC;QAEF,oCAAoC;QACpC,IACE,OAAO,CAAC,YAAY;YACpB,OAAO,CAAC,mBAAmB;YAC3B,OAAO,CAAC,gBAAgB,EACxB,CAAC;YACD,UAAU,CAAC,SAAS,CAAC,IAAI,CAAC;gBACxB,IAAI,EAAE,OAAO,CAAC,YAAY;gBAC1B,WAAW,EAAE,OAAO,CAAC,mBAAmB;gBACxC,QAAQ,EAAE,OAAO,CAAC,gBAAgB;aACnC,CAAC,CAAC;QACL,CAAC;QACD,IAAI,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;YACjD,UAAU,CAAC,aAAa,CAAC,IAAI,CAAC;gBAC5B,KAAK,EAAE,OAAO,CAAC,SAAS;gBACxB,WAAW,EAAE,OAAO,CAAC,eAAe;aACrC,CAAC,CAAC;QACL,CAAC;QACD,IACE,OAAO,CAAC,UAAU;YAClB,OAAO,CAAC,gBAAgB;YACxB,OAAO,CAAC,YAAY,EACpB,CAAC;YACD,UAAU,CAAC,iBAAiB,CAAC,IAAI,CAAC;gBAChC,KAAK,EAAE,OAAO,CAAC,UAAU;gBACzB,WAAW,EAAE,OAAO,CAAC,gBAAgB;gBACrC,OAAO,EAAE,OAAO,CAAC,YAAY;gBAC7B,iBAAiB,EAAE,OAAO,CAAC,sBAAsB;aAClD,CAAC,CAAC;QACL,CAAC;IACH,CAAC;SAAM,CAAC;QACN,oDAAoD;QACpD,QAAQ,CAAC,IAAI,CACX,yEAAyE,CAC1E,CAAC;QACF,cAAc,GAAG,MAAM,uBAAuB,EAAE,CAAC;QACjD,UAAU,CAAC,SAAS,GAAG,MAAM,kBAAkB,EAAE,CAAC;QAClD,UAAU,CAAC,aAAa,GAAG,MAAM,sBAAsB,EAAE,CAAC;QAC1D,UAAU,CAAC,iBAAiB,GAAG,MAAM,0BAA0B,EAAE,CAAC;IACpE,CAAC;IAED,MAAM,iCAAiC,CAAC,SAAS,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;IAE5E,MAAM,WAAW,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAClC,MAAM,mBAAmB,GAAG,MAAM,SAAS,CAAC,yBAAyB,CAAC,MAAM,CAAC;QAC3E,WAAW;KACZ,CAAC,CAAC;IAEH,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE,CAAC;QAC5B,gBAAgB,GAAG,MAAM,uBAAuB,CAC9C,mBAAmB,CAAC,eAAe,CACpC,CAAC;IACJ,CAAC;IAED,MAAM,YAAY,GAAG,OAAO,CAAC,cAAc;QACzC,CAAC,CAAC,mBAAmB;QACrB,CAAC,CAAC,MAAM,SAAS,CAAC,yBAAyB,CAAC,MAAM,CAAC;YAC/C,WAAW;YACX,gBAAgB;SACjB,CAAC,CAAC;IAEP,qBAAqB,CAAC,QAAQ,EAAE,YAAY,CAAC,cAAc,CAAC,CAAC;IAE7D,mDAAmD;IACnD,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;QAClB,MAAM,SAAS,GAAG,MAAM,cAAc,EAAE,CAAC;QACzC,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,QAAQ,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;YAC7C,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAClB,CAAC;IACH,CAAC;IAED,uBAAuB;IACvB,QAAQ,CAAC,IAAI,CAAC,6BAA6B,CAAC,CAAC;IAE7C,wCAAwC;IACxC,MAAM,MAAM,GAAG,MAAM,SAAS,CAAC,2BAA2B,CAAC,MAAM,CAAC;QAChE,IAAI,EAAE,cAAc,CAAC,IAAI;QACzB,OAAO,EAAE,cAAc,CAAC,OAAO;QAC/B,WAAW;QACX,gBAAgB;KACjB,CAAC,CAAC;IAEH,0EAA0E;IAC1E,OAAO,CAAC,GAAG,EAAE,CAAC;IACd,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,MAAyB,EAAE,EAAE;QACnD,MAAM,MAAM,GACV,MAAM,CAAC,MAAM,KAAK,QAAQ;YACxB,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC;YAC/B,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QACpC,MAAM,IAAI,GAAG,MAAM,CAAC,MAAM,KAAK,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;QAChE,OAAO,CAAC,GAAG,CAAC,KAAK,MAAM,IAAI,IAAI,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC;IACpD,CAAC,CAAC,CAAC;IAEH,8CAA8C;IAC9C,MAAM,UAAU,GAAa,EAAE,CAAC;IAEhC,KAAK,MAAM,QAAQ,IAAI,UAAU,CAAC,SAAS,EAAE,CAAC;QAC5C,MAAM,SAAS,CAAC,qBAAqB,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;QACvD,UAAU,CAAC,IAAI,CAAC,aAAa,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;IAChD,CAAC;IAED,KAAK,MAAM,IAAI,IAAI,UAAU,CAAC,aAAa,EAAE,CAAC;QAC5C,MAAM,SAAS,CAAC,yBAAyB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QACvD,UAAU,CAAC,IAAI,CAAC,SAAS,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;IACzC,CAAC;IAED,KAAK,MAAM,KAAK,IAAI,UAAU,CAAC,iBAAiB,EAAE,CAAC;QACjD,MAAM,SAAS,CAAC,6BAA6B,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC5D,UAAU,CAAC,IAAI,CAAC,UAAU,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC;IAC3C,CAAC;IAED,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC1B,OAAO,CAAC,GAAG,EAAE,CAAC;QACd,UAAU,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YAC1B,OAAO,CAAC,GAAG,CAAC,KAAK,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,eAAe,IAAI,EAAE,CAAC,CAAC;QACvE,CAAC,CAAC,CAAC;IACL,CAAC;IAED,OAAO,CAAC,GAAG,EAAE,CAAC;IAEd,0CAA0C;IAC1C,MAAM,IAAI,GAA2B;QACnC,SAAS,EAAE,MAAM,CAAC,SAAS;QAC3B,IAAI,EAAE,cAAc,CAAC,IAAI;KAC1B,CAAC;IACF,IAAI,cAAc,CAAC,OAAO,EAAE,CAAC;QAC3B,IAAI,CAAC,OAAO,GAAG,cAAc,CAAC,OAAO,CAAC;IACxC,CAAC;IAED,QAAQ,CAAC,OAAO,CAAC,qDAAqD,EAAE,IAAI,CAAC,CAAC;IAC9E,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAElB,iEAAiE;IACjE,MAAM,OAAO,GAAa,EAAE,CAAC;IAC7B,IAAI,UAAU,CAAC,SAAS,CAAC,MAAM,KAAK,CAAC;QACnC,OAAO,CAAC,IAAI,CAAC,kCAAkC,CAAC,CAAC;IACnD,IAAI,UAAU,CAAC,aAAa,CAAC,MAAM,KAAK,CAAC;QACvC,OAAO,CAAC,IAAI,CAAC,yCAAyC,CAAC,CAAC;IAC1D,IAAI,UAAU,CAAC,iBAAiB,CAAC,MAAM,KAAK,CAAC;QAC3C,OAAO,CAAC,IAAI,CAAC,wCAAwC,CAAC,CAAC;IAEzD,IAAI,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACvB,QAAQ,CAAC,IAAI,CAAC,sBAAsB,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QAC1D,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IACpB,CAAC;IAED,QAAQ,CAAC,IAAI,CACX,kEAAkE,CACnE,CAAC;IACF,QAAQ,CAAC,IAAI,CAAC,4DAA4D,CAAC,CAAC;IAC5E,QAAQ,CAAC,IAAI,CACX,oFAAoF,CACrF,CAAC;IACF,QAAQ,CAAC,IAAI,CACX,+LAA+L,CAChM,CAAC;AACJ,CAAC"}
|
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* CLI Command: jumbo project update
|
|
4
3
|
*
|
|
5
4
|
* Updates project metadata (purpose).
|
|
6
5
|
*/
|
|
7
|
-
|
|
8
|
-
exports.metadata = void 0;
|
|
9
|
-
exports.projectUpdate = projectUpdate;
|
|
10
|
-
const Renderer_js_1 = require("../../../rendering/Renderer.js");
|
|
6
|
+
import { Renderer } from "../../../rendering/Renderer.js";
|
|
11
7
|
/**
|
|
12
8
|
* Command metadata for auto-registration
|
|
13
9
|
*/
|
|
14
|
-
|
|
10
|
+
export const metadata = {
|
|
15
11
|
description: "Update project metadata",
|
|
16
12
|
category: "project-knowledge",
|
|
17
13
|
requiredOptions: [
|
|
@@ -32,8 +28,8 @@ exports.metadata = {
|
|
|
32
28
|
* Command handler
|
|
33
29
|
* Called by Commander with parsed options
|
|
34
30
|
*/
|
|
35
|
-
async function projectUpdate(options, container) {
|
|
36
|
-
const renderer =
|
|
31
|
+
export async function projectUpdate(options, container) {
|
|
32
|
+
const renderer = Renderer.getInstance();
|
|
37
33
|
try {
|
|
38
34
|
const request = {
|
|
39
35
|
purpose: options.purpose,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.update.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/project/update/project.update.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"project.update.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/project/update/project.update.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D;;GAEG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAoB;IACvC,WAAW,EAAE,yBAAyB;IACtC,QAAQ,EAAE,mBAAmB;IAC7B,eAAe,EAAE;QACf;YACE,KAAK,EAAE,qBAAqB;YAC5B,WAAW,EAAE,yBAAyB;SACvC;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,kDAAkD;YAC3D,WAAW,EAAE,wBAAwB;SACtC;KACF;IACD,OAAO,EAAE,CAAC,cAAc,CAAC;CAC1B,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,OAEnC,EAAE,SAAgC;IACjC,MAAM,QAAQ,GAAG,QAAQ,CAAC,WAAW,EAAE,CAAC;IAExC,IAAI,CAAC;QACH,MAAM,OAAO,GAAyB;YACpC,OAAO,EAAE,OAAO,CAAC,OAAO;SACzB,CAAC;QAEF,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,uBAAuB,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAEzE,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC;YACtB,QAAQ,CAAC,IAAI,CAAC,4CAA4C,CAAC,CAAC;QAC9D,CAAC;aAAM,CAAC;YACN,MAAM,IAAI,GAA2B;gBACnC,OAAO,EAAE,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC;gBAC1C,IAAI,EAAE,QAAQ,CAAC,IAAI;aACpB,CAAC;YACF,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC;gBACrB,IAAI,CAAC,OAAO,GAAG,QAAQ,CAAC,OAAO,CAAC;YAClC,CAAC;YAED,QAAQ,CAAC,OAAO,CAAC,8BAA8B,EAAE,IAAI,CAAC,CAAC;QACzD,CAAC;IACH,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,QAAQ,CAAC,KAAK,CAAC,0BAA0B,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QAC3F,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,8CAA8C;AAChD,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* Command Metadata Model
|
|
4
3
|
*
|
|
@@ -8,14 +7,11 @@
|
|
|
8
7
|
* - Auto-generated help text
|
|
9
8
|
* - Build-time command discovery
|
|
10
9
|
*/
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.CONTINUE_OPTION = void 0;
|
|
13
|
-
exports.parseCommandPath = parseCommandPath;
|
|
14
10
|
/**
|
|
15
11
|
* Shared option for cross-phase transition commands.
|
|
16
12
|
* When present, next-step output is a directive; when absent, output is informational guidance.
|
|
17
13
|
*/
|
|
18
|
-
|
|
14
|
+
export const CONTINUE_OPTION = {
|
|
19
15
|
flags: "-c, --continue",
|
|
20
16
|
description: "Output next-step as a directive instead of informational guidance",
|
|
21
17
|
};
|
|
@@ -32,7 +28,7 @@ exports.CONTINUE_OPTION = {
|
|
|
32
28
|
* → Subcommand: "init"
|
|
33
29
|
* → Full path: "project init"
|
|
34
30
|
*/
|
|
35
|
-
function parseCommandPath(filePath) {
|
|
31
|
+
export function parseCommandPath(filePath) {
|
|
36
32
|
// Extract filename without extension: "goal.start.ts" → "goal.start"
|
|
37
33
|
const filename = filePath.split("/").pop()?.replace(/\.ts$/, "") || "";
|
|
38
34
|
// Split on dot: "goal.start" → ["goal", "start"]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandMetadata.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/registry/CommandMetadata.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CommandMetadata.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/registry/CommandMetadata.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AA2DH;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAkB;IAC5C,KAAK,EAAE,gBAAgB;IACvB,WAAW,EAAE,mEAAmE;CACjF,CAAC;AAeF;;;;;;;;;;;;GAYG;AACH,MAAM,UAAU,gBAAgB,CAAC,QAAgB;IAI/C,qEAAqE;IACrE,MAAM,QAAQ,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC;IAEvE,iDAAiD;IACjD,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAElC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACvB,MAAM,IAAI,KAAK,CACb,6BAA6B,QAAQ,6CAA6C,CACnF,CAAC;IACJ,CAAC;IAED,OAAO;QACL,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;QAChB,UAAU,EAAE,KAAK,CAAC,CAAC,CAAC;KACrB,CAAC;AACJ,CAAC"}
|
|
@@ -1,24 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.CommanderApplicator = void 0;
|
|
7
1
|
/**
|
|
8
2
|
* Commander.js Applicator
|
|
9
3
|
*
|
|
10
4
|
* Applies framework-agnostic command metadata to Commander.js.
|
|
11
5
|
* This is ONE adapter - future: InkApplicator for React TUI.
|
|
12
6
|
*/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
7
|
+
import { Option } from "commander";
|
|
8
|
+
import chalk from "chalk";
|
|
9
|
+
import { extractParts } from "./PathNormalizer.js";
|
|
10
|
+
import { Renderer } from "../../rendering/Renderer.js";
|
|
11
|
+
import { formatSubcommandHelp } from "../../help/SubcommandHelpFormatter.js";
|
|
18
12
|
/**
|
|
19
13
|
* Applies registered commands to Commander.js
|
|
20
14
|
*/
|
|
21
|
-
class CommanderApplicator {
|
|
15
|
+
export class CommanderApplicator {
|
|
22
16
|
constructor() {
|
|
23
17
|
this.parentCommands = new Map();
|
|
24
18
|
}
|
|
@@ -61,7 +55,7 @@ class CommanderApplicator {
|
|
|
61
55
|
registerCommand(registeredCommand) {
|
|
62
56
|
const parent = this.getParent(registeredCommand.path);
|
|
63
57
|
const isTopLevel = parent === null;
|
|
64
|
-
const commandName = isTopLevel ? registeredCommand.path :
|
|
58
|
+
const commandName = isTopLevel ? registeredCommand.path : extractParts(registeredCommand.path).subcommand;
|
|
65
59
|
const containerCmd = isTopLevel ? this.program : this.parentCommands.get(parent);
|
|
66
60
|
// Create command with hidden option if marked
|
|
67
61
|
const commandOptions = registeredCommand.metadata.hidden ? { hidden: true } : {};
|
|
@@ -72,15 +66,15 @@ class CommanderApplicator {
|
|
|
72
66
|
registeredCommand.metadata.requiredOptions?.forEach(opt => {
|
|
73
67
|
if (opt.default !== undefined) {
|
|
74
68
|
const defaultValue = typeof opt.default === "number" ? String(opt.default) : opt.default;
|
|
75
|
-
cmd.requiredOption(opt.flags,
|
|
69
|
+
cmd.requiredOption(opt.flags, chalk.gray(opt.description), defaultValue);
|
|
76
70
|
}
|
|
77
71
|
else {
|
|
78
|
-
cmd.requiredOption(opt.flags,
|
|
72
|
+
cmd.requiredOption(opt.flags, chalk.gray(opt.description));
|
|
79
73
|
}
|
|
80
74
|
});
|
|
81
75
|
registeredCommand.metadata.options?.forEach(opt => {
|
|
82
76
|
if (opt.hidden) {
|
|
83
|
-
const option = new
|
|
77
|
+
const option = new Option(opt.flags, chalk.gray(opt.description));
|
|
84
78
|
if (opt.default !== undefined) {
|
|
85
79
|
const defaultValue = typeof opt.default === "number" ? String(opt.default) : opt.default;
|
|
86
80
|
option.default(defaultValue);
|
|
@@ -91,17 +85,17 @@ class CommanderApplicator {
|
|
|
91
85
|
else {
|
|
92
86
|
if (opt.default !== undefined) {
|
|
93
87
|
const defaultValue = typeof opt.default === "number" ? String(opt.default) : opt.default;
|
|
94
|
-
cmd.option(opt.flags,
|
|
88
|
+
cmd.option(opt.flags, chalk.gray(opt.description), defaultValue);
|
|
95
89
|
}
|
|
96
90
|
else {
|
|
97
|
-
cmd.option(opt.flags,
|
|
91
|
+
cmd.option(opt.flags, chalk.gray(opt.description));
|
|
98
92
|
}
|
|
99
93
|
}
|
|
100
94
|
});
|
|
101
95
|
// Override help to use gh-style formatting
|
|
102
96
|
const capturedCommand = registeredCommand;
|
|
103
97
|
cmd.helpInformation = function () {
|
|
104
|
-
return
|
|
98
|
+
return formatSubcommandHelp(capturedCommand);
|
|
105
99
|
};
|
|
106
100
|
// Action handler with error handling and container injection
|
|
107
101
|
cmd.action(async (options) => {
|
|
@@ -110,7 +104,7 @@ class CommanderApplicator {
|
|
|
110
104
|
await registeredCommand.handler(options, this.container);
|
|
111
105
|
}
|
|
112
106
|
catch (error) {
|
|
113
|
-
const renderer =
|
|
107
|
+
const renderer = Renderer.getInstance();
|
|
114
108
|
renderer.error("Command failed", error instanceof Error ? error : String(error));
|
|
115
109
|
process.exit(1);
|
|
116
110
|
}
|
|
@@ -124,7 +118,7 @@ class CommanderApplicator {
|
|
|
124
118
|
const aliases = registeredCommand.metadata.topLevelAliases;
|
|
125
119
|
if (!aliases?.length || !this.program)
|
|
126
120
|
return;
|
|
127
|
-
const { parent, subcommand } =
|
|
121
|
+
const { parent, subcommand } = extractParts(registeredCommand.path);
|
|
128
122
|
for (const alias of aliases) {
|
|
129
123
|
const aliasOptions = registeredCommand.metadata.hidden ? { hidden: true } : {};
|
|
130
124
|
const cmd = this.program
|
|
@@ -134,15 +128,15 @@ class CommanderApplicator {
|
|
|
134
128
|
registeredCommand.metadata.requiredOptions?.forEach(opt => {
|
|
135
129
|
if (opt.default !== undefined) {
|
|
136
130
|
const defaultValue = typeof opt.default === "number" ? String(opt.default) : opt.default;
|
|
137
|
-
cmd.requiredOption(opt.flags,
|
|
131
|
+
cmd.requiredOption(opt.flags, chalk.gray(opt.description), defaultValue);
|
|
138
132
|
}
|
|
139
133
|
else {
|
|
140
|
-
cmd.requiredOption(opt.flags,
|
|
134
|
+
cmd.requiredOption(opt.flags, chalk.gray(opt.description));
|
|
141
135
|
}
|
|
142
136
|
});
|
|
143
137
|
registeredCommand.metadata.options?.forEach(opt => {
|
|
144
138
|
if (opt.hidden) {
|
|
145
|
-
const option = new
|
|
139
|
+
const option = new Option(opt.flags, chalk.gray(opt.description));
|
|
146
140
|
if (opt.default !== undefined) {
|
|
147
141
|
const defaultValue = typeof opt.default === "number" ? String(opt.default) : opt.default;
|
|
148
142
|
option.default(defaultValue);
|
|
@@ -153,10 +147,10 @@ class CommanderApplicator {
|
|
|
153
147
|
else {
|
|
154
148
|
if (opt.default !== undefined) {
|
|
155
149
|
const defaultValue = typeof opt.default === "number" ? String(opt.default) : opt.default;
|
|
156
|
-
cmd.option(opt.flags,
|
|
150
|
+
cmd.option(opt.flags, chalk.gray(opt.description), defaultValue);
|
|
157
151
|
}
|
|
158
152
|
else {
|
|
159
|
-
cmd.option(opt.flags,
|
|
153
|
+
cmd.option(opt.flags, chalk.gray(opt.description));
|
|
160
154
|
}
|
|
161
155
|
}
|
|
162
156
|
});
|
|
@@ -164,7 +158,7 @@ class CommanderApplicator {
|
|
|
164
158
|
const capturedForAlias = registeredCommand;
|
|
165
159
|
const capturedAlias = alias;
|
|
166
160
|
cmd.helpInformation = function () {
|
|
167
|
-
return
|
|
161
|
+
return formatSubcommandHelp(capturedForAlias, capturedAlias);
|
|
168
162
|
};
|
|
169
163
|
// Same action handler
|
|
170
164
|
cmd.action(async (options) => {
|
|
@@ -172,7 +166,7 @@ class CommanderApplicator {
|
|
|
172
166
|
await registeredCommand.handler(options, this.container);
|
|
173
167
|
}
|
|
174
168
|
catch (error) {
|
|
175
|
-
const renderer =
|
|
169
|
+
const renderer = Renderer.getInstance();
|
|
176
170
|
renderer.error("Command failed", error instanceof Error ? error : String(error));
|
|
177
171
|
process.exit(1);
|
|
178
172
|
}
|
|
@@ -180,5 +174,4 @@ class CommanderApplicator {
|
|
|
180
174
|
}
|
|
181
175
|
}
|
|
182
176
|
}
|
|
183
|
-
exports.CommanderApplicator = CommanderApplicator;
|
|
184
177
|
//# sourceMappingURL=CommanderApplicator.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommanderApplicator.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/registry/CommanderApplicator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CommanderApplicator.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/registry/CommanderApplicator.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* Path Normalizer
|
|
4
3
|
*
|
|
5
4
|
* Handles both string "a b" and array ["a", "b"] command path formats.
|
|
6
5
|
* Provides consistent normalization for command registry.
|
|
7
6
|
*/
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.normalizePath = normalizePath;
|
|
10
|
-
exports.pathToString = pathToString;
|
|
11
|
-
exports.extractParts = extractParts;
|
|
12
|
-
exports.isValidCommandPath = isValidCommandPath;
|
|
13
7
|
/**
|
|
14
8
|
* Normalize a command path to an array of parts
|
|
15
9
|
*
|
|
@@ -17,7 +11,7 @@ exports.isValidCommandPath = isValidCommandPath;
|
|
|
17
11
|
* normalizePath("session start") → ["session", "start"]
|
|
18
12
|
* normalizePath(["session", "start"]) → ["session", "start"]
|
|
19
13
|
*/
|
|
20
|
-
function normalizePath(path) {
|
|
14
|
+
export function normalizePath(path) {
|
|
21
15
|
if (Array.isArray(path)) {
|
|
22
16
|
return path;
|
|
23
17
|
}
|
|
@@ -30,7 +24,7 @@ function normalizePath(path) {
|
|
|
30
24
|
* @example
|
|
31
25
|
* pathToString(["session", "start"]) → "session start"
|
|
32
26
|
*/
|
|
33
|
-
function pathToString(path) {
|
|
27
|
+
export function pathToString(path) {
|
|
34
28
|
return path.join(" ");
|
|
35
29
|
}
|
|
36
30
|
/**
|
|
@@ -40,7 +34,7 @@ function pathToString(path) {
|
|
|
40
34
|
* extractParts("session start") → { parent: "session", subcommand: "start" }
|
|
41
35
|
* extractParts(["session", "start"]) → { parent: "session", subcommand: "start" }
|
|
42
36
|
*/
|
|
43
|
-
function extractParts(path) {
|
|
37
|
+
export function extractParts(path) {
|
|
44
38
|
const normalized = normalizePath(path);
|
|
45
39
|
if (normalized.length !== 2) {
|
|
46
40
|
throw new Error(`Invalid command path: expected 2 parts (parent subcommand), got ${normalized.length}: ${pathToString(normalized)}`);
|
|
@@ -53,7 +47,7 @@ function extractParts(path) {
|
|
|
53
47
|
/**
|
|
54
48
|
* Validate that a path has exactly 2 parts
|
|
55
49
|
*/
|
|
56
|
-
function isValidCommandPath(path) {
|
|
50
|
+
export function isValidCommandPath(path) {
|
|
57
51
|
try {
|
|
58
52
|
const normalized = normalizePath(path);
|
|
59
53
|
return normalized.length === 2;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PathNormalizer.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/registry/PathNormalizer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PathNormalizer.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/registry/PathNormalizer.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;;;;;GAMG;AACH,MAAM,UAAU,aAAa,CAAC,IAAuB;IACnD,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;QACxB,OAAO,IAAI,CAAC;IACd,CAAC;IAED,mDAAmD;IACnD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAC3D,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,YAAY,CAAC,IAAc;IACzC,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACxB,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,YAAY,CAAC,IAAuB;IAIlD,MAAM,UAAU,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;IACvC,IAAI,UAAU,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC5B,MAAM,IAAI,KAAK,CACb,mEAAmE,UAAU,CAAC,MAAM,KAAK,YAAY,CAAC,UAAU,CAAC,EAAE,CACpH,CAAC;IACJ,CAAC;IAED,OAAO;QACL,MAAM,EAAE,UAAU,CAAC,CAAC,CAAC;QACrB,UAAU,EAAE,UAAU,CAAC,CAAC,CAAC;KAC1B,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,kBAAkB,CAAC,IAAuB;IACxD,IAAI,CAAC;QACH,MAAM,UAAU,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;QACvC,OAAO,UAAU,CAAC,MAAM,KAAK,CAAC,CAAC;IACjC,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,KAAK,CAAC;IACf,CAAC;AACH,CAAC"}
|