jumbo-cli 2.13.0 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/application/cli-metadata/query/ICliMetadataReader.js +1 -2
- package/dist/application/cli-metadata/query/ICliMetadataReader.js.map +1 -1
- package/dist/application/context/architecture/ArchitectureDeprecationConstants.js +11 -14
- package/dist/application/context/architecture/ArchitectureDeprecationConstants.js.map +1 -1
- package/dist/application/context/architecture/ArchitectureView.js +1 -2
- package/dist/application/context/architecture/IArchitectureReader.js +1 -2
- package/dist/application/context/architecture/define/ArchitectureDefinedEventHandler.js +1 -5
- package/dist/application/context/architecture/define/ArchitectureDefinedEventHandler.js.map +1 -1
- package/dist/application/context/architecture/define/DefineArchitectureController.js +1 -5
- package/dist/application/context/architecture/define/DefineArchitectureController.js.map +1 -1
- package/dist/application/context/architecture/define/DefineArchitectureRequest.js +1 -2
- package/dist/application/context/architecture/define/DefineArchitectureResponse.js +1 -2
- package/dist/application/context/architecture/define/IArchitectureDefineReader.js +1 -2
- package/dist/application/context/architecture/define/IArchitectureDefinedEventWriter.js +1 -2
- package/dist/application/context/architecture/define/IArchitectureDefinedProjector.js +1 -2
- package/dist/application/context/architecture/define/IDefineArchitectureGateway.js +1 -2
- package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.js +6 -10
- package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.js.map +1 -1
- package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js +1 -5
- package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js.map +1 -1
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.js +1 -2
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.js +1 -2
- package/dist/application/context/architecture/get/GetArchitectureController.js +1 -5
- package/dist/application/context/architecture/get/GetArchitectureController.js.map +1 -1
- package/dist/application/context/architecture/get/GetArchitectureRequest.js +1 -2
- package/dist/application/context/architecture/get/GetArchitectureResponse.js +1 -2
- package/dist/application/context/architecture/get/IGetArchitectureGateway.js +1 -2
- package/dist/application/context/architecture/get/LocalGetArchitectureGateway.js +1 -5
- package/dist/application/context/architecture/get/LocalGetArchitectureGateway.js.map +1 -1
- package/dist/application/context/architecture/update/ArchitectureUpdatedEventHandler.js +3 -7
- package/dist/application/context/architecture/update/ArchitectureUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/architecture/update/IArchitectureUpdateReader.js +1 -2
- package/dist/application/context/architecture/update/IArchitectureUpdatedEventReader.js +1 -2
- package/dist/application/context/architecture/update/IArchitectureUpdatedEventWriter.js +1 -2
- package/dist/application/context/architecture/update/IArchitectureUpdatedProjector.js +1 -2
- package/dist/application/context/architecture/update/IUpdateArchitectureGateway.js +1 -2
- package/dist/application/context/architecture/update/LocalUpdateArchitectureGateway.js +5 -9
- package/dist/application/context/architecture/update/LocalUpdateArchitectureGateway.js.map +1 -1
- package/dist/application/context/architecture/update/UpdateArchitectureController.js +1 -5
- package/dist/application/context/architecture/update/UpdateArchitectureController.js.map +1 -1
- package/dist/application/context/architecture/update/UpdateArchitectureRequest.js +1 -2
- package/dist/application/context/architecture/update/UpdateArchitectureResponse.js +1 -2
- package/dist/application/context/audience-pains/AudiencePainView.js +1 -2
- package/dist/application/context/audience-pains/AudiencePainView.js.map +1 -1
- package/dist/application/context/audience-pains/add/AddAudiencePainCommand.js +1 -2
- package/dist/application/context/audience-pains/add/AddAudiencePainCommand.js.map +1 -1
- package/dist/application/context/audience-pains/add/AddAudiencePainCommandHandler.js +5 -9
- package/dist/application/context/audience-pains/add/AddAudiencePainCommandHandler.js.map +1 -1
- package/dist/application/context/audience-pains/add/AddAudiencePainController.js +1 -5
- package/dist/application/context/audience-pains/add/AddAudiencePainController.js.map +1 -1
- package/dist/application/context/audience-pains/add/AddAudiencePainRequest.js +1 -2
- package/dist/application/context/audience-pains/add/AddAudiencePainResponse.js +1 -2
- package/dist/application/context/audience-pains/add/AudiencePainAddedEventHandler.js +1 -5
- package/dist/application/context/audience-pains/add/AudiencePainAddedEventHandler.js.map +1 -1
- package/dist/application/context/audience-pains/add/IAddAudiencePainGateway.js +1 -2
- package/dist/application/context/audience-pains/add/IAudiencePainAddedEventWriter.js +1 -2
- package/dist/application/context/audience-pains/add/IAudiencePainAddedProjector.js +1 -2
- package/dist/application/context/audience-pains/add/LocalAddAudiencePainGateway.js +1 -5
- package/dist/application/context/audience-pains/add/LocalAddAudiencePainGateway.js.map +1 -1
- package/dist/application/context/audience-pains/list/GetAudiencePainsController.js +1 -5
- package/dist/application/context/audience-pains/list/GetAudiencePainsController.js.map +1 -1
- package/dist/application/context/audience-pains/list/GetAudiencePainsRequest.js +1 -2
- package/dist/application/context/audience-pains/list/GetAudiencePainsResponse.js +1 -2
- package/dist/application/context/audience-pains/list/IGetAudiencePainsGateway.js +1 -2
- package/dist/application/context/audience-pains/list/LocalGetAudiencePainsGateway.js +1 -5
- package/dist/application/context/audience-pains/list/LocalGetAudiencePainsGateway.js.map +1 -1
- package/dist/application/context/audience-pains/query/IAudiencePainContextReader.js +1 -2
- package/dist/application/context/audience-pains/query/IAudiencePainContextReader.js.map +1 -1
- package/dist/application/context/audience-pains/update/AudiencePainUpdatedEventHandler.js +3 -7
- package/dist/application/context/audience-pains/update/AudiencePainUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/audience-pains/update/IAudiencePainUpdateReader.js +1 -2
- package/dist/application/context/audience-pains/update/IAudiencePainUpdatedEventWriter.js +1 -2
- package/dist/application/context/audience-pains/update/IAudiencePainUpdatedProjector.js +1 -2
- package/dist/application/context/audience-pains/update/IUpdateAudiencePainGateway.js +1 -2
- package/dist/application/context/audience-pains/update/LocalUpdateAudiencePainGateway.js +1 -5
- package/dist/application/context/audience-pains/update/LocalUpdateAudiencePainGateway.js.map +1 -1
- package/dist/application/context/audience-pains/update/UpdateAudiencePainCommand.js +1 -2
- package/dist/application/context/audience-pains/update/UpdateAudiencePainCommand.js.map +1 -1
- package/dist/application/context/audience-pains/update/UpdateAudiencePainCommandHandler.js +5 -9
- package/dist/application/context/audience-pains/update/UpdateAudiencePainCommandHandler.js.map +1 -1
- package/dist/application/context/audience-pains/update/UpdateAudiencePainController.js +1 -5
- package/dist/application/context/audience-pains/update/UpdateAudiencePainController.js.map +1 -1
- package/dist/application/context/audience-pains/update/UpdateAudiencePainRequest.js +1 -2
- package/dist/application/context/audience-pains/update/UpdateAudiencePainResponse.js +1 -2
- package/dist/application/context/audiences/AudienceView.js +1 -2
- package/dist/application/context/audiences/AudienceView.js.map +1 -1
- package/dist/application/context/audiences/add/AddAudienceCommand.js +1 -2
- package/dist/application/context/audiences/add/AddAudienceCommand.js.map +1 -1
- package/dist/application/context/audiences/add/AddAudienceCommandHandler.js +5 -9
- package/dist/application/context/audiences/add/AddAudienceCommandHandler.js.map +1 -1
- package/dist/application/context/audiences/add/AddAudienceController.js +1 -5
- package/dist/application/context/audiences/add/AddAudienceController.js.map +1 -1
- package/dist/application/context/audiences/add/AddAudienceRequest.js +1 -2
- package/dist/application/context/audiences/add/AddAudienceResponse.js +1 -2
- package/dist/application/context/audiences/add/AudienceAddedEventHandler.js +1 -5
- package/dist/application/context/audiences/add/AudienceAddedEventHandler.js.map +1 -1
- package/dist/application/context/audiences/add/IAddAudienceGateway.js +1 -2
- package/dist/application/context/audiences/add/IAudienceAddedEventWriter.js +1 -2
- package/dist/application/context/audiences/add/IAudienceAddedProjector.js +1 -2
- package/dist/application/context/audiences/add/LocalAddAudienceGateway.js +1 -5
- package/dist/application/context/audiences/add/LocalAddAudienceGateway.js.map +1 -1
- package/dist/application/context/audiences/list/IListAudiencesGateway.js +1 -2
- package/dist/application/context/audiences/list/ListAudiencesController.js +1 -5
- package/dist/application/context/audiences/list/ListAudiencesController.js.map +1 -1
- package/dist/application/context/audiences/list/ListAudiencesRequest.js +1 -2
- package/dist/application/context/audiences/list/ListAudiencesResponse.js +1 -2
- package/dist/application/context/audiences/list/LocalListAudiencesGateway.js +1 -5
- package/dist/application/context/audiences/list/LocalListAudiencesGateway.js.map +1 -1
- package/dist/application/context/audiences/query/IAudienceContextReader.js +1 -2
- package/dist/application/context/audiences/query/IAudienceContextReader.js.map +1 -1
- package/dist/application/context/audiences/remove/AudienceRemovedEventHandler.js +3 -7
- package/dist/application/context/audiences/remove/AudienceRemovedEventHandler.js.map +1 -1
- package/dist/application/context/audiences/remove/IAudienceRemoveReader.js +1 -2
- package/dist/application/context/audiences/remove/IAudienceRemovedEventWriter.js +1 -2
- package/dist/application/context/audiences/remove/IAudienceRemovedProjector.js +1 -2
- package/dist/application/context/audiences/remove/IRemoveAudienceGateway.js +1 -2
- package/dist/application/context/audiences/remove/LocalRemoveAudienceGateway.js +3 -7
- package/dist/application/context/audiences/remove/LocalRemoveAudienceGateway.js.map +1 -1
- package/dist/application/context/audiences/remove/RemoveAudienceCommand.js +1 -2
- package/dist/application/context/audiences/remove/RemoveAudienceCommand.js.map +1 -1
- package/dist/application/context/audiences/remove/RemoveAudienceCommandHandler.js +5 -9
- package/dist/application/context/audiences/remove/RemoveAudienceCommandHandler.js.map +1 -1
- package/dist/application/context/audiences/remove/RemoveAudienceController.js +1 -5
- package/dist/application/context/audiences/remove/RemoveAudienceController.js.map +1 -1
- package/dist/application/context/audiences/remove/RemoveAudienceRequest.js +1 -2
- package/dist/application/context/audiences/remove/RemoveAudienceResponse.js +1 -2
- package/dist/application/context/audiences/update/AudienceUpdatedEventHandler.js +3 -7
- package/dist/application/context/audiences/update/AudienceUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/audiences/update/IAudienceUpdateReader.js +1 -2
- package/dist/application/context/audiences/update/IAudienceUpdatedEventWriter.js +1 -2
- package/dist/application/context/audiences/update/IAudienceUpdatedProjector.js +1 -2
- package/dist/application/context/audiences/update/IUpdateAudienceGateway.js +1 -2
- package/dist/application/context/audiences/update/LocalUpdateAudienceGateway.js +1 -5
- package/dist/application/context/audiences/update/LocalUpdateAudienceGateway.js.map +1 -1
- package/dist/application/context/audiences/update/UpdateAudienceCommand.js +1 -2
- package/dist/application/context/audiences/update/UpdateAudienceCommand.js.map +1 -1
- package/dist/application/context/audiences/update/UpdateAudienceCommandHandler.js +5 -9
- package/dist/application/context/audiences/update/UpdateAudienceCommandHandler.js.map +1 -1
- package/dist/application/context/audiences/update/UpdateAudienceController.js +1 -5
- package/dist/application/context/audiences/update/UpdateAudienceController.js.map +1 -1
- package/dist/application/context/audiences/update/UpdateAudienceRequest.js +1 -2
- package/dist/application/context/audiences/update/UpdateAudienceResponse.js +1 -2
- package/dist/application/context/components/ComponentView.js +1 -2
- package/dist/application/context/components/add/AddComponentCommand.js +1 -2
- package/dist/application/context/components/add/AddComponentCommandHandler.js +6 -10
- package/dist/application/context/components/add/AddComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/add/AddComponentController.js +1 -5
- package/dist/application/context/components/add/AddComponentController.js.map +1 -1
- package/dist/application/context/components/add/AddComponentRequest.js +1 -2
- package/dist/application/context/components/add/AddComponentResponse.js +1 -2
- package/dist/application/context/components/add/ComponentAddedEventHandler.js +1 -5
- package/dist/application/context/components/add/ComponentAddedEventHandler.js.map +1 -1
- package/dist/application/context/components/add/IAddComponentGateway.js +1 -2
- package/dist/application/context/components/add/IComponentAddReader.js +1 -2
- package/dist/application/context/components/add/IComponentAddedEventWriter.js +1 -2
- package/dist/application/context/components/add/IComponentAddedProjector.js +1 -2
- package/dist/application/context/components/add/LocalAddComponentGateway.js +1 -5
- package/dist/application/context/components/add/LocalAddComponentGateway.js.map +1 -1
- package/dist/application/context/components/deprecate/ComponentDeprecatedEventHandler.js +4 -8
- package/dist/application/context/components/deprecate/ComponentDeprecatedEventHandler.js.map +1 -1
- package/dist/application/context/components/deprecate/DeprecateComponentCommand.js +1 -2
- package/dist/application/context/components/deprecate/DeprecateComponentCommandHandler.js +3 -7
- package/dist/application/context/components/deprecate/DeprecateComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/deprecate/DeprecateComponentController.js +1 -5
- package/dist/application/context/components/deprecate/DeprecateComponentController.js.map +1 -1
- package/dist/application/context/components/deprecate/DeprecateComponentRequest.js +1 -2
- package/dist/application/context/components/deprecate/DeprecateComponentResponse.js +1 -2
- package/dist/application/context/components/deprecate/IComponentDeprecateReader.js +1 -2
- package/dist/application/context/components/deprecate/IComponentDeprecatedEventWriter.js +1 -2
- package/dist/application/context/components/deprecate/IComponentDeprecatedProjector.js +1 -2
- package/dist/application/context/components/deprecate/IDeprecateComponentGateway.js +1 -2
- package/dist/application/context/components/deprecate/LocalDeprecateComponentGateway.js +1 -5
- package/dist/application/context/components/deprecate/LocalDeprecateComponentGateway.js.map +1 -1
- package/dist/application/context/components/get/GetComponentsQueryHandler.js +1 -5
- package/dist/application/context/components/get/GetComponentsQueryHandler.js.map +1 -1
- package/dist/application/context/components/get/IComponentReader.js +1 -2
- package/dist/application/context/components/get/IComponentReader.js.map +1 -1
- package/dist/application/context/components/get/IComponentViewReader.js +1 -2
- package/dist/application/context/components/get/IComponentViewReader.js.map +1 -1
- package/dist/application/context/components/list/GetComponentsController.js +1 -5
- package/dist/application/context/components/list/GetComponentsController.js.map +1 -1
- package/dist/application/context/components/list/GetComponentsRequest.js +1 -2
- package/dist/application/context/components/list/GetComponentsResponse.js +1 -2
- package/dist/application/context/components/list/IGetComponentsGateway.js +1 -2
- package/dist/application/context/components/list/LocalGetComponentsGateway.js +1 -5
- package/dist/application/context/components/list/LocalGetComponentsGateway.js.map +1 -1
- package/dist/application/context/components/remove/ComponentRemovedEventHandler.js +4 -8
- package/dist/application/context/components/remove/ComponentRemovedEventHandler.js.map +1 -1
- package/dist/application/context/components/remove/IComponentRemoveReader.js +1 -2
- package/dist/application/context/components/remove/IComponentRemovedEventWriter.js +1 -2
- package/dist/application/context/components/remove/IComponentRemovedProjector.js +1 -2
- package/dist/application/context/components/remove/IRemoveComponentGateway.js +1 -2
- package/dist/application/context/components/remove/LocalRemoveComponentGateway.js +1 -5
- package/dist/application/context/components/remove/LocalRemoveComponentGateway.js.map +1 -1
- package/dist/application/context/components/remove/RemoveComponentCommand.js +1 -2
- package/dist/application/context/components/remove/RemoveComponentCommandHandler.js +3 -7
- package/dist/application/context/components/remove/RemoveComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/remove/RemoveComponentController.js +1 -5
- package/dist/application/context/components/remove/RemoveComponentController.js.map +1 -1
- package/dist/application/context/components/remove/RemoveComponentRequest.js +1 -2
- package/dist/application/context/components/remove/RemoveComponentResponse.js +1 -2
- package/dist/application/context/components/rename/ComponentRenamedEventHandler.js +1 -5
- package/dist/application/context/components/rename/ComponentRenamedEventHandler.js.map +1 -1
- package/dist/application/context/components/rename/IComponentRenameReader.js +1 -2
- package/dist/application/context/components/rename/IComponentRenamedEventWriter.js +1 -2
- package/dist/application/context/components/rename/IComponentRenamedProjector.js +1 -2
- package/dist/application/context/components/rename/IRenameComponentGateway.js +1 -2
- package/dist/application/context/components/rename/LocalRenameComponentGateway.js +1 -5
- package/dist/application/context/components/rename/LocalRenameComponentGateway.js.map +1 -1
- package/dist/application/context/components/rename/RenameComponentCommand.js +1 -2
- package/dist/application/context/components/rename/RenameComponentCommandHandler.js +3 -7
- package/dist/application/context/components/rename/RenameComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/rename/RenameComponentController.js +1 -5
- package/dist/application/context/components/rename/RenameComponentController.js.map +1 -1
- package/dist/application/context/components/rename/RenameComponentRequest.js +1 -2
- package/dist/application/context/components/rename/RenameComponentResponse.js +1 -2
- package/dist/application/context/components/search/ComponentSearchCriteria.js +1 -2
- package/dist/application/context/components/search/ComponentSearchCriteria.js.map +1 -1
- package/dist/application/context/components/search/ISearchComponentsGateway.js +1 -2
- package/dist/application/context/components/search/ISearchComponentsGateway.js.map +1 -1
- package/dist/application/context/components/search/LocalSearchComponentsGateway.js +1 -5
- package/dist/application/context/components/search/LocalSearchComponentsGateway.js.map +1 -1
- package/dist/application/context/components/search/SearchComponentsController.js +1 -5
- package/dist/application/context/components/search/SearchComponentsController.js.map +1 -1
- package/dist/application/context/components/search/SearchComponentsRequest.js +1 -2
- package/dist/application/context/components/search/SearchComponentsRequest.js.map +1 -1
- package/dist/application/context/components/search/SearchComponentsResponse.js +1 -2
- package/dist/application/context/components/search/SearchComponentsResponse.js.map +1 -1
- package/dist/application/context/components/show/IShowComponentGateway.js +1 -2
- package/dist/application/context/components/show/LocalShowComponentGateway.js +1 -5
- package/dist/application/context/components/show/LocalShowComponentGateway.js.map +1 -1
- package/dist/application/context/components/show/ShowComponentController.js +1 -5
- package/dist/application/context/components/show/ShowComponentController.js.map +1 -1
- package/dist/application/context/components/show/ShowComponentRequest.js +1 -2
- package/dist/application/context/components/show/ShowComponentResponse.js +1 -2
- package/dist/application/context/components/undeprecate/ComponentUndeprecatedEventHandler.js +4 -8
- package/dist/application/context/components/undeprecate/ComponentUndeprecatedEventHandler.js.map +1 -1
- package/dist/application/context/components/undeprecate/IComponentUndeprecateReader.js +1 -2
- package/dist/application/context/components/undeprecate/IComponentUndeprecatedEventWriter.js +1 -2
- package/dist/application/context/components/undeprecate/IComponentUndeprecatedProjector.js +1 -2
- package/dist/application/context/components/undeprecate/IUndeprecateComponentGateway.js +1 -2
- package/dist/application/context/components/undeprecate/LocalUndeprecateComponentGateway.js +1 -5
- package/dist/application/context/components/undeprecate/LocalUndeprecateComponentGateway.js.map +1 -1
- package/dist/application/context/components/undeprecate/UndeprecateComponentCommand.js +1 -2
- package/dist/application/context/components/undeprecate/UndeprecateComponentCommandHandler.js +3 -7
- package/dist/application/context/components/undeprecate/UndeprecateComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/undeprecate/UndeprecateComponentController.js +1 -5
- package/dist/application/context/components/undeprecate/UndeprecateComponentController.js.map +1 -1
- package/dist/application/context/components/undeprecate/UndeprecateComponentRequest.js +1 -2
- package/dist/application/context/components/undeprecate/UndeprecateComponentResponse.js +1 -2
- package/dist/application/context/components/update/ComponentUpdatedEventHandler.js +3 -7
- package/dist/application/context/components/update/ComponentUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/components/update/IComponentUpdateReader.js +1 -2
- package/dist/application/context/components/update/IComponentUpdatedEventWriter.js +1 -2
- package/dist/application/context/components/update/IComponentUpdatedProjector.js +1 -2
- package/dist/application/context/components/update/IUpdateComponentGateway.js +1 -2
- package/dist/application/context/components/update/LocalUpdateComponentGateway.js +1 -5
- package/dist/application/context/components/update/LocalUpdateComponentGateway.js.map +1 -1
- package/dist/application/context/components/update/UpdateComponentCommand.js +1 -2
- package/dist/application/context/components/update/UpdateComponentCommandHandler.js +3 -7
- package/dist/application/context/components/update/UpdateComponentCommandHandler.js.map +1 -1
- package/dist/application/context/components/update/UpdateComponentController.js +1 -5
- package/dist/application/context/components/update/UpdateComponentController.js.map +1 -1
- package/dist/application/context/components/update/UpdateComponentRequest.js +1 -2
- package/dist/application/context/components/update/UpdateComponentResponse.js +1 -2
- package/dist/application/context/decisions/DecisionView.js +1 -2
- package/dist/application/context/decisions/add/AddDecisionCommand.js +1 -2
- package/dist/application/context/decisions/add/AddDecisionCommandHandler.js +5 -9
- package/dist/application/context/decisions/add/AddDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/add/AddDecisionController.js +1 -5
- package/dist/application/context/decisions/add/AddDecisionController.js.map +1 -1
- package/dist/application/context/decisions/add/AddDecisionRequest.js +1 -2
- package/dist/application/context/decisions/add/AddDecisionResponse.js +1 -2
- package/dist/application/context/decisions/add/DecisionAddedEventHandler.js +1 -5
- package/dist/application/context/decisions/add/DecisionAddedEventHandler.js.map +1 -1
- package/dist/application/context/decisions/add/IAddDecisionGateway.js +1 -2
- package/dist/application/context/decisions/add/IDecisionAddedEventWriter.js +1 -2
- package/dist/application/context/decisions/add/IDecisionAddedEventWriter.js.map +1 -1
- package/dist/application/context/decisions/add/IDecisionAddedProjector.js +1 -2
- package/dist/application/context/decisions/add/IDecisionAddedProjector.js.map +1 -1
- package/dist/application/context/decisions/add/LocalAddDecisionGateway.js +1 -5
- package/dist/application/context/decisions/add/LocalAddDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/get/GetDecisionsController.js +1 -5
- package/dist/application/context/decisions/get/GetDecisionsController.js.map +1 -1
- package/dist/application/context/decisions/get/GetDecisionsRequest.js +1 -2
- package/dist/application/context/decisions/get/GetDecisionsResponse.js +1 -2
- package/dist/application/context/decisions/get/IDecisionViewReader.js +1 -2
- package/dist/application/context/decisions/get/IDecisionViewReader.js.map +1 -1
- package/dist/application/context/decisions/get/IGetDecisionsGateway.js +1 -2
- package/dist/application/context/decisions/get/LocalGetDecisionsGateway.js +1 -5
- package/dist/application/context/decisions/get/LocalGetDecisionsGateway.js.map +1 -1
- package/dist/application/context/decisions/restore/DecisionRestoredEventHandler.js +4 -8
- package/dist/application/context/decisions/restore/DecisionRestoredEventHandler.js.map +1 -1
- package/dist/application/context/decisions/restore/IDecisionRestoreReader.js +1 -2
- package/dist/application/context/decisions/restore/IDecisionRestoredEventWriter.js +1 -2
- package/dist/application/context/decisions/restore/IDecisionRestoredProjector.js +1 -2
- package/dist/application/context/decisions/restore/IRestoreDecisionGateway.js +1 -2
- package/dist/application/context/decisions/restore/LocalRestoreDecisionGateway.js +1 -5
- package/dist/application/context/decisions/restore/LocalRestoreDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/restore/RestoreDecisionCommand.js +1 -2
- package/dist/application/context/decisions/restore/RestoreDecisionCommandHandler.js +5 -9
- package/dist/application/context/decisions/restore/RestoreDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/restore/RestoreDecisionController.js +1 -5
- package/dist/application/context/decisions/restore/RestoreDecisionController.js.map +1 -1
- package/dist/application/context/decisions/restore/RestoreDecisionRequest.js +1 -2
- package/dist/application/context/decisions/restore/RestoreDecisionResponse.js +1 -2
- package/dist/application/context/decisions/reverse/DecisionReversedEventHandler.js +3 -7
- package/dist/application/context/decisions/reverse/DecisionReversedEventHandler.js.map +1 -1
- package/dist/application/context/decisions/reverse/IDecisionReverseReader.js +1 -2
- package/dist/application/context/decisions/reverse/IDecisionReverseReader.js.map +1 -1
- package/dist/application/context/decisions/reverse/IDecisionReversedEventWriter.js +1 -2
- package/dist/application/context/decisions/reverse/IDecisionReversedEventWriter.js.map +1 -1
- package/dist/application/context/decisions/reverse/IDecisionReversedProjector.js +1 -2
- package/dist/application/context/decisions/reverse/IDecisionReversedProjector.js.map +1 -1
- package/dist/application/context/decisions/reverse/IReverseDecisionGateway.js +1 -2
- package/dist/application/context/decisions/reverse/LocalReverseDecisionGateway.js +1 -5
- package/dist/application/context/decisions/reverse/LocalReverseDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/reverse/ReverseDecisionCommand.js +1 -2
- package/dist/application/context/decisions/reverse/ReverseDecisionCommandHandler.js +5 -9
- package/dist/application/context/decisions/reverse/ReverseDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/reverse/ReverseDecisionController.js +1 -5
- package/dist/application/context/decisions/reverse/ReverseDecisionController.js.map +1 -1
- package/dist/application/context/decisions/reverse/ReverseDecisionRequest.js +1 -2
- package/dist/application/context/decisions/reverse/ReverseDecisionResponse.js +1 -2
- package/dist/application/context/decisions/supersede/DecisionSupersededEventHandler.js +4 -8
- package/dist/application/context/decisions/supersede/DecisionSupersededEventHandler.js.map +1 -1
- package/dist/application/context/decisions/supersede/IDecisionSupersedeReader.js +1 -2
- package/dist/application/context/decisions/supersede/IDecisionSupersedeReader.js.map +1 -1
- package/dist/application/context/decisions/supersede/IDecisionSupersededEventWriter.js +1 -2
- package/dist/application/context/decisions/supersede/IDecisionSupersededEventWriter.js.map +1 -1
- package/dist/application/context/decisions/supersede/IDecisionSupersededProjector.js +1 -2
- package/dist/application/context/decisions/supersede/IDecisionSupersededProjector.js.map +1 -1
- package/dist/application/context/decisions/supersede/ISupersedeDecisionGateway.js +1 -2
- package/dist/application/context/decisions/supersede/LocalSupersedeDecisionGateway.js +1 -5
- package/dist/application/context/decisions/supersede/LocalSupersedeDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/supersede/SupersedeDecisionCommand.js +1 -2
- package/dist/application/context/decisions/supersede/SupersedeDecisionCommandHandler.js +6 -10
- package/dist/application/context/decisions/supersede/SupersedeDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/supersede/SupersedeDecisionController.js +1 -5
- package/dist/application/context/decisions/supersede/SupersedeDecisionController.js.map +1 -1
- package/dist/application/context/decisions/supersede/SupersedeDecisionRequest.js +1 -2
- package/dist/application/context/decisions/supersede/SupersedeDecisionResponse.js +1 -2
- package/dist/application/context/decisions/update/DecisionUpdatedEventHandler.js +3 -7
- package/dist/application/context/decisions/update/DecisionUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/decisions/update/IDecisionUpdateReader.js +1 -2
- package/dist/application/context/decisions/update/IDecisionUpdateReader.js.map +1 -1
- package/dist/application/context/decisions/update/IDecisionUpdatedEventWriter.js +1 -2
- package/dist/application/context/decisions/update/IDecisionUpdatedEventWriter.js.map +1 -1
- package/dist/application/context/decisions/update/IDecisionUpdatedProjector.js +1 -2
- package/dist/application/context/decisions/update/IDecisionUpdatedProjector.js.map +1 -1
- package/dist/application/context/decisions/update/IUpdateDecisionGateway.js +1 -2
- package/dist/application/context/decisions/update/LocalUpdateDecisionGateway.js +1 -5
- package/dist/application/context/decisions/update/LocalUpdateDecisionGateway.js.map +1 -1
- package/dist/application/context/decisions/update/UpdateDecisionCommand.js +1 -2
- package/dist/application/context/decisions/update/UpdateDecisionCommandHandler.js +3 -7
- package/dist/application/context/decisions/update/UpdateDecisionCommandHandler.js.map +1 -1
- package/dist/application/context/decisions/update/UpdateDecisionController.js +1 -5
- package/dist/application/context/decisions/update/UpdateDecisionController.js.map +1 -1
- package/dist/application/context/decisions/update/UpdateDecisionRequest.js +1 -2
- package/dist/application/context/decisions/update/UpdateDecisionResponse.js +1 -2
- package/dist/application/context/dependencies/DependencyView.js +1 -2
- package/dist/application/context/dependencies/DependencyView.js.map +1 -1
- package/dist/application/context/dependencies/add/AddDependencyCommand.js +1 -2
- package/dist/application/context/dependencies/add/AddDependencyCommandHandler.js +3 -7
- package/dist/application/context/dependencies/add/AddDependencyCommandHandler.js.map +1 -1
- package/dist/application/context/dependencies/add/AddDependencyController.js +1 -5
- package/dist/application/context/dependencies/add/AddDependencyController.js.map +1 -1
- package/dist/application/context/dependencies/add/AddDependencyRequest.js +1 -2
- package/dist/application/context/dependencies/add/AddDependencyResponse.js +1 -2
- package/dist/application/context/dependencies/add/DependencyAddedEventHandler.js +1 -5
- package/dist/application/context/dependencies/add/DependencyAddedEventHandler.js.map +1 -1
- package/dist/application/context/dependencies/add/IAddDependencyGateway.js +1 -2
- package/dist/application/context/dependencies/add/IDependencyAddReader.js +1 -2
- package/dist/application/context/dependencies/add/IDependencyAddedEventWriter.js +1 -2
- package/dist/application/context/dependencies/add/IDependencyAddedProjector.js +1 -2
- package/dist/application/context/dependencies/add/LocalAddDependencyGateway.js +1 -5
- package/dist/application/context/dependencies/add/LocalAddDependencyGateway.js.map +1 -1
- package/dist/application/context/dependencies/get/GetDependenciesController.js +1 -5
- package/dist/application/context/dependencies/get/GetDependenciesController.js.map +1 -1
- package/dist/application/context/dependencies/get/GetDependenciesQueryHandler.js +1 -5
- package/dist/application/context/dependencies/get/GetDependenciesQueryHandler.js.map +1 -1
- package/dist/application/context/dependencies/get/GetDependenciesRequest.js +1 -2
- package/dist/application/context/dependencies/get/GetDependenciesResponse.js +1 -2
- package/dist/application/context/dependencies/get/IDependencyViewReader.js +1 -2
- package/dist/application/context/dependencies/get/IDependencyViewReader.js.map +1 -1
- package/dist/application/context/dependencies/get/IGetDependenciesGateway.js +1 -2
- package/dist/application/context/dependencies/get/LocalGetDependenciesGateway.js +1 -5
- package/dist/application/context/dependencies/get/LocalGetDependenciesGateway.js.map +1 -1
- package/dist/application/context/dependencies/remove/DependencyRemovedEventHandler.js +3 -7
- package/dist/application/context/dependencies/remove/DependencyRemovedEventHandler.js.map +1 -1
- package/dist/application/context/dependencies/remove/IDependencyRemoveReader.js +1 -2
- package/dist/application/context/dependencies/remove/IDependencyRemovedEventReader.js +1 -2
- package/dist/application/context/dependencies/remove/IDependencyRemovedEventWriter.js +1 -2
- package/dist/application/context/dependencies/remove/IDependencyRemovedProjector.js +1 -2
- package/dist/application/context/dependencies/remove/IRemoveDependencyGateway.js +1 -2
- package/dist/application/context/dependencies/remove/LocalRemoveDependencyGateway.js +1 -5
- package/dist/application/context/dependencies/remove/LocalRemoveDependencyGateway.js.map +1 -1
- package/dist/application/context/dependencies/remove/RemoveDependencyCommand.js +1 -2
- package/dist/application/context/dependencies/remove/RemoveDependencyCommandHandler.js +5 -9
- package/dist/application/context/dependencies/remove/RemoveDependencyCommandHandler.js.map +1 -1
- package/dist/application/context/dependencies/remove/RemoveDependencyController.js +1 -5
- package/dist/application/context/dependencies/remove/RemoveDependencyController.js.map +1 -1
- package/dist/application/context/dependencies/remove/RemoveDependencyRequest.js +1 -2
- package/dist/application/context/dependencies/remove/RemoveDependencyResponse.js +1 -2
- package/dist/application/context/dependencies/update/DependencyUpdatedEventHandler.js +3 -7
- package/dist/application/context/dependencies/update/DependencyUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/dependencies/update/IDependencyUpdateReader.js +1 -2
- package/dist/application/context/dependencies/update/IDependencyUpdatedEventReader.js +1 -2
- package/dist/application/context/dependencies/update/IDependencyUpdatedEventWriter.js +1 -2
- package/dist/application/context/dependencies/update/IDependencyUpdatedProjector.js +1 -2
- package/dist/application/context/dependencies/update/IUpdateDependencyGateway.js +1 -2
- package/dist/application/context/dependencies/update/LocalUpdateDependencyGateway.js +1 -5
- package/dist/application/context/dependencies/update/LocalUpdateDependencyGateway.js.map +1 -1
- package/dist/application/context/dependencies/update/UpdateDependencyCommand.js +1 -2
- package/dist/application/context/dependencies/update/UpdateDependencyCommandHandler.js +5 -9
- package/dist/application/context/dependencies/update/UpdateDependencyCommandHandler.js.map +1 -1
- package/dist/application/context/dependencies/update/UpdateDependencyController.js +1 -5
- package/dist/application/context/dependencies/update/UpdateDependencyController.js.map +1 -1
- package/dist/application/context/dependencies/update/UpdateDependencyRequest.js +1 -2
- package/dist/application/context/dependencies/update/UpdateDependencyResponse.js +1 -2
- package/dist/application/context/goals/GoalView.js +1 -2
- package/dist/application/context/goals/IGoalStatusReader.js +1 -2
- package/dist/application/context/goals/IGoalTitleReader.js +1 -2
- package/dist/application/context/goals/add/AddGoalCommand.js +1 -2
- package/dist/application/context/goals/add/AddGoalCommandHandler.js +8 -12
- package/dist/application/context/goals/add/AddGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/add/AddGoalController.js +1 -5
- package/dist/application/context/goals/add/AddGoalController.js.map +1 -1
- package/dist/application/context/goals/add/AddGoalRequest.js +1 -2
- package/dist/application/context/goals/add/AddGoalResponse.js +1 -2
- package/dist/application/context/goals/add/GoalAddedEventHandler.js +1 -5
- package/dist/application/context/goals/add/GoalAddedEventHandler.js.map +1 -1
- package/dist/application/context/goals/add/IAddGoalGateway.js +1 -2
- package/dist/application/context/goals/add/IGoalAddedEventWriter.js +1 -2
- package/dist/application/context/goals/add/IGoalAddedProjector.js +1 -2
- package/dist/application/context/goals/add/LocalAddGoalGateway.js +1 -5
- package/dist/application/context/goals/add/LocalAddGoalGateway.js.map +1 -1
- package/dist/application/context/goals/approve/GoalApprovedEventHandler.js +1 -5
- package/dist/application/context/goals/approve/GoalApprovedEventHandler.js.map +1 -1
- package/dist/application/context/goals/approve/IGoalApprovedProjector.js +1 -2
- package/dist/application/context/goals/block/BlockGoalCommand.js +1 -2
- package/dist/application/context/goals/block/BlockGoalCommandHandler.js +3 -7
- package/dist/application/context/goals/block/BlockGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/block/BlockGoalController.js +1 -5
- package/dist/application/context/goals/block/BlockGoalController.js.map +1 -1
- package/dist/application/context/goals/block/BlockGoalRequest.js +1 -2
- package/dist/application/context/goals/block/BlockGoalResponse.js +1 -2
- package/dist/application/context/goals/block/GoalBlockedEventHandler.js +1 -5
- package/dist/application/context/goals/block/GoalBlockedEventHandler.js.map +1 -1
- package/dist/application/context/goals/block/IBlockGoalGateway.js +1 -2
- package/dist/application/context/goals/block/IGoalBlockedEventReader.js +1 -2
- package/dist/application/context/goals/block/IGoalBlockedEventWriter.js +1 -2
- package/dist/application/context/goals/block/IGoalBlockedProjector.js +1 -2
- package/dist/application/context/goals/block/LocalBlockGoalGateway.js +1 -5
- package/dist/application/context/goals/block/LocalBlockGoalGateway.js.map +1 -1
- package/dist/application/context/goals/claims/GoalClaim.js +1 -2
- package/dist/application/context/goals/claims/GoalClaim.js.map +1 -1
- package/dist/application/context/goals/claims/GoalClaimPolicy.js +1 -5
- package/dist/application/context/goals/claims/GoalClaimPolicy.js.map +1 -1
- package/dist/application/context/goals/claims/IGoalClaimStore.js +1 -2
- package/dist/application/context/goals/claims/IGoalClaimStore.js.map +1 -1
- package/dist/application/context/goals/close/CloseGoalCommand.js +1 -2
- package/dist/application/context/goals/close/CloseGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/close/CloseGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/close/CloseGoalController.js +1 -5
- package/dist/application/context/goals/close/CloseGoalController.js.map +1 -1
- package/dist/application/context/goals/close/CloseGoalRequest.js +1 -2
- package/dist/application/context/goals/close/CloseGoalResponse.js +1 -2
- package/dist/application/context/goals/close/GoalClosedEventHandler.js +1 -5
- package/dist/application/context/goals/close/GoalClosedEventHandler.js.map +1 -1
- package/dist/application/context/goals/close/ICloseGoalGateway.js +1 -2
- package/dist/application/context/goals/close/IGoalCloseReader.js +1 -2
- package/dist/application/context/goals/close/IGoalClosedEventReader.js +1 -2
- package/dist/application/context/goals/close/IGoalClosedEventWriter.js +1 -2
- package/dist/application/context/goals/close/IGoalClosedProjector.js +1 -2
- package/dist/application/context/goals/close/LocalCloseGoalGateway.js +3 -7
- package/dist/application/context/goals/close/LocalCloseGoalGateway.js.map +1 -1
- package/dist/application/context/goals/codify/CodifyGoalCommand.js +1 -2
- package/dist/application/context/goals/codify/CodifyGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/codify/CodifyGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/codify/CodifyGoalController.js +1 -5
- package/dist/application/context/goals/codify/CodifyGoalController.js.map +1 -1
- package/dist/application/context/goals/codify/CodifyGoalRequest.js +1 -2
- package/dist/application/context/goals/codify/CodifyGoalResponse.js +1 -2
- package/dist/application/context/goals/codify/GoalCodifyingStartedEventHandler.js +1 -5
- package/dist/application/context/goals/codify/GoalCodifyingStartedEventHandler.js.map +1 -1
- package/dist/application/context/goals/codify/ICodifyGoalGateway.js +1 -2
- package/dist/application/context/goals/codify/IGoalCodifyReader.js +1 -2
- package/dist/application/context/goals/codify/IGoalCodifyingStartedEventReader.js +1 -2
- package/dist/application/context/goals/codify/IGoalCodifyingStartedEventWriter.js +1 -2
- package/dist/application/context/goals/codify/IGoalCodifyingStartedProjector.js +1 -2
- package/dist/application/context/goals/codify/LocalCodifyGoalGateway.js +1 -5
- package/dist/application/context/goals/codify/LocalCodifyGoalGateway.js.map +1 -1
- package/dist/application/context/goals/commit/CommitGoalCommand.js +1 -2
- package/dist/application/context/goals/commit/CommitGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/commit/CommitGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/commit/CommitGoalController.js +1 -5
- package/dist/application/context/goals/commit/CommitGoalController.js.map +1 -1
- package/dist/application/context/goals/commit/CommitGoalRequest.js +1 -2
- package/dist/application/context/goals/commit/CommitGoalResponse.js +1 -2
- package/dist/application/context/goals/commit/GoalCommittedEventHandler.js +1 -5
- package/dist/application/context/goals/commit/GoalCommittedEventHandler.js.map +1 -1
- package/dist/application/context/goals/commit/ICommitGoalGateway.js +1 -2
- package/dist/application/context/goals/commit/IGoalCommitEventReader.js +1 -2
- package/dist/application/context/goals/commit/IGoalCommitEventWriter.js +1 -2
- package/dist/application/context/goals/commit/IGoalCommitReader.js +1 -2
- package/dist/application/context/goals/commit/IGoalCommittedProjector.js +1 -2
- package/dist/application/context/goals/commit/LocalCommitGoalGateway.js +1 -5
- package/dist/application/context/goals/commit/LocalCommitGoalGateway.js.map +1 -1
- package/dist/application/context/goals/complete/GoalCompletedEventHandler.js +1 -5
- package/dist/application/context/goals/complete/GoalCompletedEventHandler.js.map +1 -1
- package/dist/application/context/goals/complete/IGoalCompleteReader.js +1 -2
- package/dist/application/context/goals/complete/IGoalCompletedEventReader.js +1 -2
- package/dist/application/context/goals/complete/IGoalCompletedEventWriter.js +1 -2
- package/dist/application/context/goals/complete/IGoalCompletedProjector.js +1 -2
- package/dist/application/context/goals/get/ContextualGoalView.js +1 -2
- package/dist/application/context/goals/get/GetGoalsController.js +1 -5
- package/dist/application/context/goals/get/GetGoalsController.js.map +1 -1
- package/dist/application/context/goals/get/GetGoalsRequest.js +1 -2
- package/dist/application/context/goals/get/GetGoalsResponse.js +1 -2
- package/dist/application/context/goals/get/GoalContext.js +1 -2
- package/dist/application/context/goals/get/GoalContextQueryHandler.js +1 -5
- package/dist/application/context/goals/get/GoalContextQueryHandler.js.map +1 -1
- package/dist/application/context/goals/get/IGetGoalsGateway.js +1 -2
- package/dist/application/context/goals/get/IGoalContextAssembler.js +1 -2
- package/dist/application/context/goals/get/IShowGoalGateway.js +1 -2
- package/dist/application/context/goals/get/LocalGetGoalsGateway.js +14 -18
- package/dist/application/context/goals/get/LocalGetGoalsGateway.js.map +1 -1
- package/dist/application/context/goals/get/LocalShowGoalGateway.js +1 -5
- package/dist/application/context/goals/get/LocalShowGoalGateway.js.map +1 -1
- package/dist/application/context/goals/get/RelatedContext.js +1 -2
- package/dist/application/context/goals/get/ShowGoalController.js +1 -5
- package/dist/application/context/goals/get/ShowGoalController.js.map +1 -1
- package/dist/application/context/goals/get/ShowGoalRequest.js +1 -2
- package/dist/application/context/goals/get/ShowGoalResponse.js +1 -2
- package/dist/application/context/goals/migrate/GoalStatusMigratedEventHandler.js +1 -5
- package/dist/application/context/goals/migrate/GoalStatusMigratedEventHandler.js.map +1 -1
- package/dist/application/context/goals/migrate/IGoalStatusMigratedProjector.js +1 -2
- package/dist/application/context/goals/pause/GoalPausedEventHandler.js +1 -5
- package/dist/application/context/goals/pause/GoalPausedEventHandler.js.map +1 -1
- package/dist/application/context/goals/pause/IGoalPauseReader.js +1 -2
- package/dist/application/context/goals/pause/IGoalPausedEventReader.js +1 -2
- package/dist/application/context/goals/pause/IGoalPausedEventWriter.js +1 -2
- package/dist/application/context/goals/pause/IGoalPausedProjector.js +1 -2
- package/dist/application/context/goals/pause/IGoalReader.js +1 -2
- package/dist/application/context/goals/pause/IPauseGoalGateway.js +1 -2
- package/dist/application/context/goals/pause/LocalPauseGoalGateway.js +3 -7
- package/dist/application/context/goals/pause/LocalPauseGoalGateway.js.map +1 -1
- package/dist/application/context/goals/pause/PauseGoalCommand.js +1 -2
- package/dist/application/context/goals/pause/PauseGoalCommandHandler.js +5 -9
- package/dist/application/context/goals/pause/PauseGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/pause/PauseGoalController.js +1 -5
- package/dist/application/context/goals/pause/PauseGoalController.js.map +1 -1
- package/dist/application/context/goals/pause/PauseGoalRequest.js +1 -2
- package/dist/application/context/goals/pause/PauseGoalResponse.js +1 -2
- package/dist/application/context/goals/qualify/GoalQualifiedEventHandler.js +1 -5
- package/dist/application/context/goals/qualify/GoalQualifiedEventHandler.js.map +1 -1
- package/dist/application/context/goals/qualify/IGoalQualifiedEventReader.js +1 -2
- package/dist/application/context/goals/qualify/IGoalQualifiedEventWriter.js +1 -2
- package/dist/application/context/goals/qualify/IGoalQualifiedProjector.js +1 -2
- package/dist/application/context/goals/qualify/IGoalQualifyReader.js +1 -2
- package/dist/application/context/goals/qualify/IQualifyGoalGateway.js +1 -2
- package/dist/application/context/goals/qualify/LocalQualifyGoalGateway.js +6 -10
- package/dist/application/context/goals/qualify/LocalQualifyGoalGateway.js.map +1 -1
- package/dist/application/context/goals/qualify/QualifyGoalCommand.js +1 -2
- package/dist/application/context/goals/qualify/QualifyGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/qualify/QualifyGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/qualify/QualifyGoalController.js +1 -5
- package/dist/application/context/goals/qualify/QualifyGoalController.js.map +1 -1
- package/dist/application/context/goals/qualify/QualifyGoalRequest.js +1 -2
- package/dist/application/context/goals/qualify/QualifyGoalResponse.js +1 -2
- package/dist/application/context/goals/refine/GoalRefinedEventHandler.js +1 -5
- package/dist/application/context/goals/refine/GoalRefinedEventHandler.js.map +1 -1
- package/dist/application/context/goals/refine/GoalRefinementStartedEventHandler.js +1 -5
- package/dist/application/context/goals/refine/GoalRefinementStartedEventHandler.js.map +1 -1
- package/dist/application/context/goals/refine/IGoalRefineEventReader.js +1 -2
- package/dist/application/context/goals/refine/IGoalRefineEventWriter.js +1 -2
- package/dist/application/context/goals/refine/IGoalRefineReader.js +1 -2
- package/dist/application/context/goals/refine/IGoalRefinedProjector.js +1 -2
- package/dist/application/context/goals/refine/IRefineGoalGateway.js +1 -2
- package/dist/application/context/goals/refine/LocalRefineGoalGateway.js +1 -5
- package/dist/application/context/goals/refine/LocalRefineGoalGateway.js.map +1 -1
- package/dist/application/context/goals/refine/RefineGoalCommand.js +1 -2
- package/dist/application/context/goals/refine/RefineGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/refine/RefineGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/refine/RefineGoalController.js +1 -5
- package/dist/application/context/goals/refine/RefineGoalController.js.map +1 -1
- package/dist/application/context/goals/refine/RefineGoalRequest.js +1 -2
- package/dist/application/context/goals/refine/RefineGoalResponse.js +1 -2
- package/dist/application/context/goals/reject/GoalRejectedEventHandler.js +1 -5
- package/dist/application/context/goals/reject/GoalRejectedEventHandler.js.map +1 -1
- package/dist/application/context/goals/reject/IGoalRejectReader.js +1 -2
- package/dist/application/context/goals/reject/IGoalRejectedEventReader.js +1 -2
- package/dist/application/context/goals/reject/IGoalRejectedEventWriter.js +1 -2
- package/dist/application/context/goals/reject/IGoalRejectedProjector.js +1 -2
- package/dist/application/context/goals/reject/IRejectGoalGateway.js +1 -2
- package/dist/application/context/goals/reject/LocalRejectGoalGateway.js +1 -5
- package/dist/application/context/goals/reject/LocalRejectGoalGateway.js.map +1 -1
- package/dist/application/context/goals/reject/RejectGoalCommand.js +1 -2
- package/dist/application/context/goals/reject/RejectGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/reject/RejectGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/reject/RejectGoalController.js +1 -5
- package/dist/application/context/goals/reject/RejectGoalController.js.map +1 -1
- package/dist/application/context/goals/reject/RejectGoalRequest.js +1 -2
- package/dist/application/context/goals/reject/RejectGoalResponse.js +1 -2
- package/dist/application/context/goals/remove/GoalRemovedEventHandler.js +3 -7
- package/dist/application/context/goals/remove/GoalRemovedEventHandler.js.map +1 -1
- package/dist/application/context/goals/remove/IGoalRemoveReader.js +1 -2
- package/dist/application/context/goals/remove/IGoalRemovedEventReader.js +1 -2
- package/dist/application/context/goals/remove/IGoalRemovedEventWriter.js +1 -2
- package/dist/application/context/goals/remove/IGoalRemovedProjector.js +1 -2
- package/dist/application/context/goals/remove/IRemoveGoalGateway.js +1 -2
- package/dist/application/context/goals/remove/LocalRemoveGoalGateway.js +1 -5
- package/dist/application/context/goals/remove/LocalRemoveGoalGateway.js.map +1 -1
- package/dist/application/context/goals/remove/RemoveGoalCommand.js +1 -2
- package/dist/application/context/goals/remove/RemoveGoalCommandHandler.js +5 -9
- package/dist/application/context/goals/remove/RemoveGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/remove/RemoveGoalController.js +1 -5
- package/dist/application/context/goals/remove/RemoveGoalController.js.map +1 -1
- package/dist/application/context/goals/remove/RemoveGoalRequest.js +1 -2
- package/dist/application/context/goals/remove/RemoveGoalResponse.js +1 -2
- package/dist/application/context/goals/reset/GoalResetEventHandler.js +1 -5
- package/dist/application/context/goals/reset/GoalResetEventHandler.js.map +1 -1
- package/dist/application/context/goals/reset/IGoalResetEventReader.js +1 -2
- package/dist/application/context/goals/reset/IGoalResetEventWriter.js +1 -2
- package/dist/application/context/goals/reset/IGoalResetProjector.js +1 -2
- package/dist/application/context/goals/reset/IGoalResetReader.js +1 -2
- package/dist/application/context/goals/reset/IResetGoalGateway.js +1 -2
- package/dist/application/context/goals/reset/LocalResetGoalGateway.js +1 -5
- package/dist/application/context/goals/reset/LocalResetGoalGateway.js.map +1 -1
- package/dist/application/context/goals/reset/ResetGoalCommand.js +1 -2
- package/dist/application/context/goals/reset/ResetGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/reset/ResetGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/reset/ResetGoalController.js +1 -5
- package/dist/application/context/goals/reset/ResetGoalController.js.map +1 -1
- package/dist/application/context/goals/reset/ResetGoalRequest.js +1 -2
- package/dist/application/context/goals/reset/ResetGoalResponse.js +1 -2
- package/dist/application/context/goals/resume/GoalResumedEventHandler.js +1 -5
- package/dist/application/context/goals/resume/GoalResumedEventHandler.js.map +1 -1
- package/dist/application/context/goals/resume/IGoalReader.js +1 -2
- package/dist/application/context/goals/resume/IGoalResumedEventReader.js +1 -2
- package/dist/application/context/goals/resume/IGoalResumedEventWriter.js +1 -2
- package/dist/application/context/goals/resume/IGoalResumedProjector.js +1 -2
- package/dist/application/context/goals/resume/IResumeGoalGateway.js +1 -2
- package/dist/application/context/goals/resume/LocalResumeGoalGateway.js +1 -5
- package/dist/application/context/goals/resume/LocalResumeGoalGateway.js.map +1 -1
- package/dist/application/context/goals/resume/ResumeGoalCommand.js +1 -2
- package/dist/application/context/goals/resume/ResumeGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/resume/ResumeGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/resume/ResumeGoalController.js +1 -5
- package/dist/application/context/goals/resume/ResumeGoalController.js.map +1 -1
- package/dist/application/context/goals/resume/ResumeGoalRequest.js +1 -2
- package/dist/application/context/goals/resume/ResumeGoalResponse.js +1 -2
- package/dist/application/context/goals/review/GoalSubmittedForReviewEventHandler.js +1 -5
- package/dist/application/context/goals/review/GoalSubmittedForReviewEventHandler.js.map +1 -1
- package/dist/application/context/goals/review/IGoalSubmitForReviewReader.js +1 -2
- package/dist/application/context/goals/review/IGoalSubmittedForReviewEventReader.js +1 -2
- package/dist/application/context/goals/review/IGoalSubmittedForReviewEventWriter.js +1 -2
- package/dist/application/context/goals/review/IGoalSubmittedForReviewProjector.js +1 -2
- package/dist/application/context/goals/review/IReviewGoalGateway.js +1 -2
- package/dist/application/context/goals/review/LocalReviewGoalGateway.js +3 -7
- package/dist/application/context/goals/review/LocalReviewGoalGateway.js.map +1 -1
- package/dist/application/context/goals/review/ReviewGoalController.js +1 -5
- package/dist/application/context/goals/review/ReviewGoalController.js.map +1 -1
- package/dist/application/context/goals/review/ReviewGoalRequest.js +1 -2
- package/dist/application/context/goals/review/ReviewGoalResponse.js +1 -2
- package/dist/application/context/goals/review/SubmitGoalForReviewCommand.js +1 -2
- package/dist/application/context/goals/review/SubmitGoalForReviewCommandHandler.js +6 -10
- package/dist/application/context/goals/review/SubmitGoalForReviewCommandHandler.js.map +1 -1
- package/dist/application/context/goals/show/ShowGoalCommand.js +1 -2
- package/dist/application/context/goals/show/ShowGoalCommandHandler.js +1 -5
- package/dist/application/context/goals/show/ShowGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/start/GoalStartedEventHandler.js +1 -5
- package/dist/application/context/goals/start/GoalStartedEventHandler.js.map +1 -1
- package/dist/application/context/goals/start/IGoalReader.js +1 -2
- package/dist/application/context/goals/start/IGoalStartedEventReader.js +1 -2
- package/dist/application/context/goals/start/IGoalStartedEventWriter.js +1 -2
- package/dist/application/context/goals/start/IGoalStartedProjector.js +1 -2
- package/dist/application/context/goals/start/IStartGoalGateway.js +1 -2
- package/dist/application/context/goals/start/LocalStartGoalGateway.js +1 -5
- package/dist/application/context/goals/start/LocalStartGoalGateway.js.map +1 -1
- package/dist/application/context/goals/start/StartGoalCommand.js +1 -2
- package/dist/application/context/goals/start/StartGoalCommandHandler.js +8 -12
- package/dist/application/context/goals/start/StartGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/start/StartGoalController.js +1 -5
- package/dist/application/context/goals/start/StartGoalController.js.map +1 -1
- package/dist/application/context/goals/start/StartGoalRequest.js +1 -2
- package/dist/application/context/goals/start/StartGoalResponse.js +1 -2
- package/dist/application/context/goals/submit/GoalSubmittedEventHandler.js +1 -5
- package/dist/application/context/goals/submit/GoalSubmittedEventHandler.js.map +1 -1
- package/dist/application/context/goals/submit/IGoalSubmitReader.js +1 -2
- package/dist/application/context/goals/submit/IGoalSubmittedEventReader.js +1 -2
- package/dist/application/context/goals/submit/IGoalSubmittedEventWriter.js +1 -2
- package/dist/application/context/goals/submit/IGoalSubmittedProjector.js +1 -2
- package/dist/application/context/goals/submit/ISubmitGoalGateway.js +1 -2
- package/dist/application/context/goals/submit/LocalSubmitGoalGateway.js +1 -5
- package/dist/application/context/goals/submit/LocalSubmitGoalGateway.js.map +1 -1
- package/dist/application/context/goals/submit/SubmitGoalCommand.js +1 -2
- package/dist/application/context/goals/submit/SubmitGoalCommandHandler.js +6 -10
- package/dist/application/context/goals/submit/SubmitGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/submit/SubmitGoalController.js +1 -5
- package/dist/application/context/goals/submit/SubmitGoalController.js.map +1 -1
- package/dist/application/context/goals/submit/SubmitGoalRequest.js +1 -2
- package/dist/application/context/goals/submit/SubmitGoalResponse.js +1 -2
- package/dist/application/context/goals/unblock/GoalUnblockedEventHandler.js +1 -5
- package/dist/application/context/goals/unblock/GoalUnblockedEventHandler.js.map +1 -1
- package/dist/application/context/goals/unblock/IGoalUnblockedEventReader.js +1 -2
- package/dist/application/context/goals/unblock/IGoalUnblockedEventWriter.js +1 -2
- package/dist/application/context/goals/unblock/IGoalUnblockedProjector.js +1 -2
- package/dist/application/context/goals/unblock/IUnblockGoalGateway.js +1 -2
- package/dist/application/context/goals/unblock/LocalUnblockGoalGateway.js +1 -5
- package/dist/application/context/goals/unblock/LocalUnblockGoalGateway.js.map +1 -1
- package/dist/application/context/goals/unblock/UnblockGoalCommand.js +1 -2
- package/dist/application/context/goals/unblock/UnblockGoalCommandHandler.js +3 -7
- package/dist/application/context/goals/unblock/UnblockGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/unblock/UnblockGoalController.js +1 -5
- package/dist/application/context/goals/unblock/UnblockGoalController.js.map +1 -1
- package/dist/application/context/goals/unblock/UnblockGoalRequest.js +1 -2
- package/dist/application/context/goals/unblock/UnblockGoalResponse.js +1 -2
- package/dist/application/context/goals/update/GoalUpdatedEventHandler.js +3 -7
- package/dist/application/context/goals/update/GoalUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/goals/update/IGoalUpdateReader.js +1 -2
- package/dist/application/context/goals/update/IGoalUpdatedEventReader.js +1 -2
- package/dist/application/context/goals/update/IGoalUpdatedEventWriter.js +1 -2
- package/dist/application/context/goals/update/IGoalUpdatedProjector.js +1 -2
- package/dist/application/context/goals/update/IUpdateGoalGateway.js +1 -2
- package/dist/application/context/goals/update/LocalUpdateGoalGateway.js +1 -5
- package/dist/application/context/goals/update/LocalUpdateGoalGateway.js.map +1 -1
- package/dist/application/context/goals/update/UpdateGoalCommand.js +1 -2
- package/dist/application/context/goals/update/UpdateGoalCommandHandler.js +5 -9
- package/dist/application/context/goals/update/UpdateGoalCommandHandler.js.map +1 -1
- package/dist/application/context/goals/update/UpdateGoalController.js +1 -5
- package/dist/application/context/goals/update/UpdateGoalController.js.map +1 -1
- package/dist/application/context/goals/update/UpdateGoalRequest.js +1 -2
- package/dist/application/context/goals/update/UpdateGoalResponse.js +1 -2
- package/dist/application/context/goals/update-progress/GoalProgressUpdatedEventHandler.js +1 -5
- package/dist/application/context/goals/update-progress/GoalProgressUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/goals/update-progress/IGoalProgressUpdateReader.js +1 -2
- package/dist/application/context/goals/update-progress/IGoalProgressUpdatedEventReader.js +1 -2
- package/dist/application/context/goals/update-progress/IGoalProgressUpdatedEventWriter.js +1 -2
- package/dist/application/context/goals/update-progress/IGoalProgressUpdatedProjector.js +1 -2
- package/dist/application/context/goals/update-progress/IUpdateGoalProgressGateway.js +1 -2
- package/dist/application/context/goals/update-progress/LocalUpdateGoalProgressGateway.js +1 -5
- package/dist/application/context/goals/update-progress/LocalUpdateGoalProgressGateway.js.map +1 -1
- package/dist/application/context/goals/update-progress/UpdateGoalProgressCommand.js +1 -2
- package/dist/application/context/goals/update-progress/UpdateGoalProgressCommandHandler.js +5 -9
- package/dist/application/context/goals/update-progress/UpdateGoalProgressCommandHandler.js.map +1 -1
- package/dist/application/context/goals/update-progress/UpdateGoalProgressController.js +1 -5
- package/dist/application/context/goals/update-progress/UpdateGoalProgressController.js.map +1 -1
- package/dist/application/context/goals/update-progress/UpdateGoalProgressRequest.js +1 -2
- package/dist/application/context/goals/update-progress/UpdateGoalProgressResponse.js +1 -2
- package/dist/application/context/guidelines/GuidelineView.js +1 -2
- package/dist/application/context/guidelines/GuidelineView.js.map +1 -1
- package/dist/application/context/guidelines/add/AddGuidelineCommand.js +1 -2
- package/dist/application/context/guidelines/add/AddGuidelineCommand.js.map +1 -1
- package/dist/application/context/guidelines/add/AddGuidelineCommandHandler.js +5 -9
- package/dist/application/context/guidelines/add/AddGuidelineCommandHandler.js.map +1 -1
- package/dist/application/context/guidelines/add/AddGuidelineController.js +1 -5
- package/dist/application/context/guidelines/add/AddGuidelineController.js.map +1 -1
- package/dist/application/context/guidelines/add/AddGuidelineRequest.js +1 -2
- package/dist/application/context/guidelines/add/AddGuidelineResponse.js +1 -2
- package/dist/application/context/guidelines/add/GuidelineAddedEventHandler.js +1 -5
- package/dist/application/context/guidelines/add/GuidelineAddedEventHandler.js.map +1 -1
- package/dist/application/context/guidelines/add/IAddGuidelineGateway.js +1 -2
- package/dist/application/context/guidelines/add/IGuidelineAddedEventWriter.js +1 -2
- package/dist/application/context/guidelines/add/IGuidelineAddedProjector.js +1 -2
- package/dist/application/context/guidelines/add/LocalAddGuidelineGateway.js +1 -5
- package/dist/application/context/guidelines/add/LocalAddGuidelineGateway.js.map +1 -1
- package/dist/application/context/guidelines/get/GetGuidelinesController.js +1 -5
- package/dist/application/context/guidelines/get/GetGuidelinesController.js.map +1 -1
- package/dist/application/context/guidelines/get/GetGuidelinesRequest.js +1 -2
- package/dist/application/context/guidelines/get/GetGuidelinesResponse.js +1 -2
- package/dist/application/context/guidelines/get/IGetGuidelinesGateway.js +1 -2
- package/dist/application/context/guidelines/get/IGuidelineViewReader.js +1 -2
- package/dist/application/context/guidelines/get/IGuidelineViewReader.js.map +1 -1
- package/dist/application/context/guidelines/get/LocalGetGuidelinesGateway.js +1 -5
- package/dist/application/context/guidelines/get/LocalGetGuidelinesGateway.js.map +1 -1
- package/dist/application/context/guidelines/remove/GuidelineRemovedEventHandler.js +3 -7
- package/dist/application/context/guidelines/remove/GuidelineRemovedEventHandler.js.map +1 -1
- package/dist/application/context/guidelines/remove/IGuidelineRemoveReader.js +1 -2
- package/dist/application/context/guidelines/remove/IGuidelineRemovedEventReader.js +1 -2
- package/dist/application/context/guidelines/remove/IGuidelineRemovedEventWriter.js +1 -2
- package/dist/application/context/guidelines/remove/IGuidelineRemovedProjector.js +1 -2
- package/dist/application/context/guidelines/remove/IRemoveGuidelineGateway.js +1 -2
- package/dist/application/context/guidelines/remove/LocalRemoveGuidelineGateway.js +1 -5
- package/dist/application/context/guidelines/remove/LocalRemoveGuidelineGateway.js.map +1 -1
- package/dist/application/context/guidelines/remove/RemoveGuidelineCommand.js +1 -2
- package/dist/application/context/guidelines/remove/RemoveGuidelineCommand.js.map +1 -1
- package/dist/application/context/guidelines/remove/RemoveGuidelineCommandHandler.js +8 -12
- package/dist/application/context/guidelines/remove/RemoveGuidelineCommandHandler.js.map +1 -1
- package/dist/application/context/guidelines/remove/RemoveGuidelineController.js +1 -5
- package/dist/application/context/guidelines/remove/RemoveGuidelineController.js.map +1 -1
- package/dist/application/context/guidelines/remove/RemoveGuidelineRequest.js +1 -2
- package/dist/application/context/guidelines/remove/RemoveGuidelineResponse.js +1 -2
- package/dist/application/context/guidelines/update/GuidelineUpdatedEventHandler.js +3 -7
- package/dist/application/context/guidelines/update/GuidelineUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/guidelines/update/IGuidelineUpdateReader.js +1 -2
- package/dist/application/context/guidelines/update/IGuidelineUpdatedEventReader.js +1 -2
- package/dist/application/context/guidelines/update/IGuidelineUpdatedEventWriter.js +1 -2
- package/dist/application/context/guidelines/update/IGuidelineUpdatedProjector.js +1 -2
- package/dist/application/context/guidelines/update/IUpdateGuidelineGateway.js +1 -2
- package/dist/application/context/guidelines/update/LocalUpdateGuidelineGateway.js +5 -9
- package/dist/application/context/guidelines/update/LocalUpdateGuidelineGateway.js.map +1 -1
- package/dist/application/context/guidelines/update/UpdateGuidelineCommand.js +1 -2
- package/dist/application/context/guidelines/update/UpdateGuidelineCommand.js.map +1 -1
- package/dist/application/context/guidelines/update/UpdateGuidelineCommandHandler.js +5 -9
- package/dist/application/context/guidelines/update/UpdateGuidelineCommandHandler.js.map +1 -1
- package/dist/application/context/guidelines/update/UpdateGuidelineController.js +1 -5
- package/dist/application/context/guidelines/update/UpdateGuidelineController.js.map +1 -1
- package/dist/application/context/guidelines/update/UpdateGuidelineRequest.js +1 -2
- package/dist/application/context/guidelines/update/UpdateGuidelineResponse.js +1 -2
- package/dist/application/context/host/workers/view/IViewWorkerGateway.js +1 -2
- package/dist/application/context/host/workers/view/LocalViewWorkerGateway.js +1 -5
- package/dist/application/context/host/workers/view/LocalViewWorkerGateway.js.map +1 -1
- package/dist/application/context/host/workers/view/ViewWorkerController.js +1 -5
- package/dist/application/context/host/workers/view/ViewWorkerController.js.map +1 -1
- package/dist/application/context/host/workers/view/ViewWorkerRequest.js +1 -2
- package/dist/application/context/host/workers/view/ViewWorkerResponse.js +1 -2
- package/dist/application/context/invariants/InvariantView.js +1 -2
- package/dist/application/context/invariants/InvariantView.js.map +1 -1
- package/dist/application/context/invariants/add/AddInvariantCommand.js +1 -2
- package/dist/application/context/invariants/add/AddInvariantCommand.js.map +1 -1
- package/dist/application/context/invariants/add/AddInvariantCommandHandler.js +5 -9
- package/dist/application/context/invariants/add/AddInvariantCommandHandler.js.map +1 -1
- package/dist/application/context/invariants/add/AddInvariantController.js +1 -5
- package/dist/application/context/invariants/add/AddInvariantController.js.map +1 -1
- package/dist/application/context/invariants/add/AddInvariantRequest.js +1 -2
- package/dist/application/context/invariants/add/AddInvariantResponse.js +1 -2
- package/dist/application/context/invariants/add/IAddInvariantGateway.js +1 -2
- package/dist/application/context/invariants/add/IInvariantAddReader.js +1 -2
- package/dist/application/context/invariants/add/IInvariantAddedEventWriter.js +1 -2
- package/dist/application/context/invariants/add/IInvariantAddedProjector.js +1 -2
- package/dist/application/context/invariants/add/InvariantAddedEventHandler.js +1 -5
- package/dist/application/context/invariants/add/InvariantAddedEventHandler.js.map +1 -1
- package/dist/application/context/invariants/add/LocalAddInvariantGateway.js +1 -5
- package/dist/application/context/invariants/add/LocalAddInvariantGateway.js.map +1 -1
- package/dist/application/context/invariants/get/GetAllInvariantsRequest.js +1 -2
- package/dist/application/context/invariants/get/GetAllInvariantsResponse.js +1 -2
- package/dist/application/context/invariants/get/GetInvariantRequest.js +1 -2
- package/dist/application/context/invariants/get/GetInvariantResponse.js +1 -2
- package/dist/application/context/invariants/get/GetInvariantsController.js +1 -5
- package/dist/application/context/invariants/get/GetInvariantsController.js.map +1 -1
- package/dist/application/context/invariants/get/GetInvariantsRequest.js +1 -2
- package/dist/application/context/invariants/get/GetInvariantsResponse.js +1 -2
- package/dist/application/context/invariants/get/IGetInvariantsGateway.js +1 -2
- package/dist/application/context/invariants/get/IInvariantViewReader.js +1 -2
- package/dist/application/context/invariants/get/IInvariantViewReader.js.map +1 -1
- package/dist/application/context/invariants/get/LocalGetInvariantsGateway.js +1 -5
- package/dist/application/context/invariants/get/LocalGetInvariantsGateway.js.map +1 -1
- package/dist/application/context/invariants/remove/IInvariantRemoveReader.js +1 -2
- package/dist/application/context/invariants/remove/IInvariantRemovedEventReader.js +1 -2
- package/dist/application/context/invariants/remove/IInvariantRemovedEventWriter.js +1 -2
- package/dist/application/context/invariants/remove/IInvariantRemovedProjector.js +1 -2
- package/dist/application/context/invariants/remove/IRemoveInvariantGateway.js +1 -2
- package/dist/application/context/invariants/remove/InvariantRemovedEventHandler.js +3 -7
- package/dist/application/context/invariants/remove/InvariantRemovedEventHandler.js.map +1 -1
- package/dist/application/context/invariants/remove/LocalRemoveInvariantGateway.js +1 -5
- package/dist/application/context/invariants/remove/LocalRemoveInvariantGateway.js.map +1 -1
- package/dist/application/context/invariants/remove/RemoveInvariantCommand.js +1 -2
- package/dist/application/context/invariants/remove/RemoveInvariantCommand.js.map +1 -1
- package/dist/application/context/invariants/remove/RemoveInvariantCommandHandler.js +5 -9
- package/dist/application/context/invariants/remove/RemoveInvariantCommandHandler.js.map +1 -1
- package/dist/application/context/invariants/remove/RemoveInvariantController.js +1 -5
- package/dist/application/context/invariants/remove/RemoveInvariantController.js.map +1 -1
- package/dist/application/context/invariants/remove/RemoveInvariantRequest.js +1 -2
- package/dist/application/context/invariants/remove/RemoveInvariantResponse.js +1 -2
- package/dist/application/context/invariants/update/IInvariantUpdateReader.js +1 -2
- package/dist/application/context/invariants/update/IInvariantUpdatedEventReader.js +1 -2
- package/dist/application/context/invariants/update/IInvariantUpdatedEventWriter.js +1 -2
- package/dist/application/context/invariants/update/IInvariantUpdatedProjector.js +1 -2
- package/dist/application/context/invariants/update/IUpdateInvariantGateway.js +1 -2
- package/dist/application/context/invariants/update/InvariantUpdatedEventHandler.js +3 -7
- package/dist/application/context/invariants/update/InvariantUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/invariants/update/LocalUpdateInvariantGateway.js +1 -5
- package/dist/application/context/invariants/update/LocalUpdateInvariantGateway.js.map +1 -1
- package/dist/application/context/invariants/update/UpdateInvariantCommand.js +1 -2
- package/dist/application/context/invariants/update/UpdateInvariantCommand.js.map +1 -1
- package/dist/application/context/invariants/update/UpdateInvariantCommandHandler.js +5 -9
- package/dist/application/context/invariants/update/UpdateInvariantCommandHandler.js.map +1 -1
- package/dist/application/context/invariants/update/UpdateInvariantController.js +1 -5
- package/dist/application/context/invariants/update/UpdateInvariantController.js.map +1 -1
- package/dist/application/context/invariants/update/UpdateInvariantRequest.js +1 -2
- package/dist/application/context/invariants/update/UpdateInvariantResponse.js +1 -2
- package/dist/application/context/project/IProjectRootResolver.js +1 -2
- package/dist/application/context/project/ProjectSummaryView.js +1 -2
- package/dist/application/context/project/ProjectSummaryView.js.map +1 -1
- package/dist/application/context/project/ProjectView.js +1 -2
- package/dist/application/context/project/ProjectView.js.map +1 -1
- package/dist/application/context/project/get/ContextualProjectView.js +1 -2
- package/dist/application/context/project/init/AgentSelection.js +1 -2
- package/dist/application/context/project/init/IAgentFileProtocol.js +1 -2
- package/dist/application/context/project/init/IAgentFileProtocol.js.map +1 -1
- package/dist/application/context/project/init/IGitignoreProtocol.js +1 -2
- package/dist/application/context/project/init/IGitignoreProtocol.js.map +1 -1
- package/dist/application/context/project/init/IInitializeProjectGateway.js +1 -2
- package/dist/application/context/project/init/IPlanProjectInitGateway.js +1 -2
- package/dist/application/context/project/init/IProjectInitReader.js +1 -2
- package/dist/application/context/project/init/IProjectInitReader.js.map +1 -1
- package/dist/application/context/project/init/IProjectInitializedEventWriter.js +1 -2
- package/dist/application/context/project/init/IProjectInitializedEventWriter.js.map +1 -1
- package/dist/application/context/project/init/IProjectInitializedProjector.js +1 -2
- package/dist/application/context/project/init/IProjectInitializedProjector.js.map +1 -1
- package/dist/application/context/project/init/InitializeProjectCommand.js +1 -2
- package/dist/application/context/project/init/InitializeProjectCommand.js.map +1 -1
- package/dist/application/context/project/init/InitializeProjectCommandHandler.js +5 -9
- package/dist/application/context/project/init/InitializeProjectCommandHandler.js.map +1 -1
- package/dist/application/context/project/init/InitializeProjectController.js +1 -5
- package/dist/application/context/project/init/InitializeProjectController.js.map +1 -1
- package/dist/application/context/project/init/InitializeProjectRequest.js +1 -2
- package/dist/application/context/project/init/InitializeProjectResponse.js +1 -2
- package/dist/application/context/project/init/LocalInitializeProjectGateway.js +1 -5
- package/dist/application/context/project/init/LocalInitializeProjectGateway.js.map +1 -1
- package/dist/application/context/project/init/LocalPlanProjectInitGateway.js +1 -5
- package/dist/application/context/project/init/LocalPlanProjectInitGateway.js.map +1 -1
- package/dist/application/context/project/init/PlanProjectInitController.js +1 -5
- package/dist/application/context/project/init/PlanProjectInitController.js.map +1 -1
- package/dist/application/context/project/init/PlanProjectInitRequest.js +1 -2
- package/dist/application/context/project/init/PlanProjectInitResponse.js +1 -2
- package/dist/application/context/project/init/PlannedFileChange.js +1 -2
- package/dist/application/context/project/init/ProjectInitializedEventHandler.js +1 -5
- package/dist/application/context/project/init/ProjectInitializedEventHandler.js.map +1 -1
- package/dist/application/context/project/query/GetProjectSummaryQueryHandler.js +1 -5
- package/dist/application/context/project/query/GetProjectSummaryQueryHandler.js.map +1 -1
- package/dist/application/context/project/query/IProjectContextReader.js +1 -2
- package/dist/application/context/project/query/IProjectContextReader.js.map +1 -1
- package/dist/application/context/project/update/IProjectUpdateReader.js +1 -2
- package/dist/application/context/project/update/IProjectUpdateReader.js.map +1 -1
- package/dist/application/context/project/update/IProjectUpdatedEventWriter.js +1 -2
- package/dist/application/context/project/update/IProjectUpdatedEventWriter.js.map +1 -1
- package/dist/application/context/project/update/IProjectUpdatedProjector.js +1 -2
- package/dist/application/context/project/update/IProjectUpdatedProjector.js.map +1 -1
- package/dist/application/context/project/update/IUpdateProjectGateway.js +1 -2
- package/dist/application/context/project/update/LocalUpdateProjectGateway.js +1 -5
- package/dist/application/context/project/update/LocalUpdateProjectGateway.js.map +1 -1
- package/dist/application/context/project/update/ProjectUpdatedEventHandler.js +3 -7
- package/dist/application/context/project/update/ProjectUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/project/update/UpdateProjectCommand.js +1 -2
- package/dist/application/context/project/update/UpdateProjectCommand.js.map +1 -1
- package/dist/application/context/project/update/UpdateProjectCommandHandler.js +5 -9
- package/dist/application/context/project/update/UpdateProjectCommandHandler.js.map +1 -1
- package/dist/application/context/project/update/UpdateProjectController.js +1 -5
- package/dist/application/context/project/update/UpdateProjectController.js.map +1 -1
- package/dist/application/context/project/update/UpdateProjectRequest.js +1 -2
- package/dist/application/context/project/update/UpdateProjectResponse.js +1 -2
- package/dist/application/context/relations/IRelationReader.js +1 -2
- package/dist/application/context/relations/RelationView.js +1 -2
- package/dist/application/context/relations/add/AddRelationCommand.js +1 -2
- package/dist/application/context/relations/add/AddRelationCommandHandler.js +5 -9
- package/dist/application/context/relations/add/AddRelationCommandHandler.js.map +1 -1
- package/dist/application/context/relations/add/AddRelationController.js +1 -5
- package/dist/application/context/relations/add/AddRelationController.js.map +1 -1
- package/dist/application/context/relations/add/AddRelationRequest.js +1 -2
- package/dist/application/context/relations/add/AddRelationResponse.js +1 -2
- package/dist/application/context/relations/add/IAddRelationGateway.js +1 -2
- package/dist/application/context/relations/add/IRelationAddedEventWriter.js +1 -2
- package/dist/application/context/relations/add/IRelationAddedProjector.js +1 -2
- package/dist/application/context/relations/add/IRelationAddedReader.js +1 -2
- package/dist/application/context/relations/add/LocalAddRelationGateway.js +1 -5
- package/dist/application/context/relations/add/LocalAddRelationGateway.js.map +1 -1
- package/dist/application/context/relations/add/RelationAddedEventHandler.js +1 -5
- package/dist/application/context/relations/add/RelationAddedEventHandler.js.map +1 -1
- package/dist/application/context/relations/deactivate/DeactivateRelationCommand.js +1 -2
- package/dist/application/context/relations/deactivate/DeactivateRelationCommandHandler.js +8 -12
- package/dist/application/context/relations/deactivate/DeactivateRelationCommandHandler.js.map +1 -1
- package/dist/application/context/relations/deactivate/IRelationDeactivatedEventReader.js +1 -2
- package/dist/application/context/relations/deactivate/IRelationDeactivatedEventWriter.js +1 -2
- package/dist/application/context/relations/deactivate/IRelationDeactivatedProjector.js +1 -2
- package/dist/application/context/relations/deactivate/IRelationDeactivatedReader.js +1 -2
- package/dist/application/context/relations/deactivate/RelationDeactivatedEventHandler.js +1 -5
- package/dist/application/context/relations/deactivate/RelationDeactivatedEventHandler.js.map +1 -1
- package/dist/application/context/relations/deactivate/RelationDeactivationCascade.js +1 -5
- package/dist/application/context/relations/deactivate/RelationDeactivationCascade.js.map +1 -1
- package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.js +1 -2
- package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.js +1 -5
- package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.js.map +1 -1
- package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.js +12 -16
- package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.js.map +1 -1
- package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.js +1 -5
- package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.js.map +1 -1
- package/dist/application/context/relations/get/GetRelationsController.js +1 -5
- package/dist/application/context/relations/get/GetRelationsController.js.map +1 -1
- package/dist/application/context/relations/get/GetRelationsRequest.js +1 -2
- package/dist/application/context/relations/get/GetRelationsResponse.js +1 -2
- package/dist/application/context/relations/get/IGetRelationsGateway.js +1 -2
- package/dist/application/context/relations/get/IRelationViewReader.js +1 -2
- package/dist/application/context/relations/get/IRelationViewReader.js.map +1 -1
- package/dist/application/context/relations/get/LocalGetRelationsGateway.js +1 -5
- package/dist/application/context/relations/get/LocalGetRelationsGateway.js.map +1 -1
- package/dist/application/context/relations/maintain/IRelationMaintenanceGoalRegistrar.js +1 -2
- package/dist/application/context/relations/maintain/NoOpRelationMaintenanceGoalRegistrar.js +1 -5
- package/dist/application/context/relations/maintain/NoOpRelationMaintenanceGoalRegistrar.js.map +1 -1
- package/dist/application/context/relations/maintain/RelationMaintenanceGoalRegistrar.js +1 -5
- package/dist/application/context/relations/maintain/RelationMaintenanceGoalRegistrar.js.map +1 -1
- package/dist/application/context/relations/reactivate/IRelationReactivatedEventReader.js +1 -2
- package/dist/application/context/relations/reactivate/IRelationReactivatedEventWriter.js +1 -2
- package/dist/application/context/relations/reactivate/IRelationReactivatedProjector.js +1 -2
- package/dist/application/context/relations/reactivate/IRelationReactivatedReader.js +1 -2
- package/dist/application/context/relations/reactivate/ReactivateRelationCommand.js +1 -2
- package/dist/application/context/relations/reactivate/ReactivateRelationCommandHandler.js +8 -12
- package/dist/application/context/relations/reactivate/ReactivateRelationCommandHandler.js.map +1 -1
- package/dist/application/context/relations/reactivate/RelationReactivatedEventHandler.js +1 -5
- package/dist/application/context/relations/reactivate/RelationReactivatedEventHandler.js.map +1 -1
- package/dist/application/context/relations/reactivate/RelationReactivationCascade.js +1 -5
- package/dist/application/context/relations/reactivate/RelationReactivationCascade.js.map +1 -1
- package/dist/application/context/relations/remove/IRelationRemovedEventReader.js +1 -2
- package/dist/application/context/relations/remove/IRelationRemovedEventWriter.js +1 -2
- package/dist/application/context/relations/remove/IRelationRemovedProjector.js +1 -2
- package/dist/application/context/relations/remove/IRelationRemovedReader.js +1 -2
- package/dist/application/context/relations/remove/IRemoveRelationGateway.js +1 -2
- package/dist/application/context/relations/remove/LocalRemoveRelationGateway.js +1 -5
- package/dist/application/context/relations/remove/LocalRemoveRelationGateway.js.map +1 -1
- package/dist/application/context/relations/remove/RelationRemovedEventHandler.js +1 -5
- package/dist/application/context/relations/remove/RelationRemovedEventHandler.js.map +1 -1
- package/dist/application/context/relations/remove/RemoveRelationCommand.js +1 -2
- package/dist/application/context/relations/remove/RemoveRelationCommandHandler.js +9 -13
- package/dist/application/context/relations/remove/RemoveRelationCommandHandler.js.map +1 -1
- package/dist/application/context/relations/remove/RemoveRelationController.js +1 -5
- package/dist/application/context/relations/remove/RemoveRelationController.js.map +1 -1
- package/dist/application/context/relations/remove/RemoveRelationRequest.js +1 -2
- package/dist/application/context/relations/remove/RemoveRelationResponse.js +1 -2
- package/dist/application/context/sessions/SessionInstructionSignal.js +1 -4
- package/dist/application/context/sessions/SessionInstructionSignal.js.map +1 -1
- package/dist/application/context/sessions/SessionView.js +1 -2
- package/dist/application/context/sessions/end/EndSessionCommand.js +1 -2
- package/dist/application/context/sessions/end/EndSessionCommandHandler.js +5 -9
- package/dist/application/context/sessions/end/EndSessionCommandHandler.js.map +1 -1
- package/dist/application/context/sessions/end/EndSessionController.js +1 -5
- package/dist/application/context/sessions/end/EndSessionController.js.map +1 -1
- package/dist/application/context/sessions/end/EndSessionRequest.js +1 -2
- package/dist/application/context/sessions/end/EndSessionResponse.js +1 -2
- package/dist/application/context/sessions/end/IActiveSessionReader.js +1 -2
- package/dist/application/context/sessions/end/IEndSessionGateway.js +1 -2
- package/dist/application/context/sessions/end/ISessionEndedEventReader.js +1 -2
- package/dist/application/context/sessions/end/ISessionEndedEventWriter.js +1 -2
- package/dist/application/context/sessions/end/ISessionEndedProjector.js +1 -2
- package/dist/application/context/sessions/end/LocalEndSessionGateway.js +1 -5
- package/dist/application/context/sessions/end/LocalEndSessionGateway.js.map +1 -1
- package/dist/application/context/sessions/end/SessionEndedEventHandler.js +1 -5
- package/dist/application/context/sessions/end/SessionEndedEventHandler.js.map +1 -1
- package/dist/application/context/sessions/get/ContextualSessionView.js +1 -2
- package/dist/application/context/sessions/get/DeactivatedRelationSummary.js +1 -2
- package/dist/application/context/sessions/get/EnrichedSessionContext.js +1 -2
- package/dist/application/context/sessions/get/GetSessionsController.js +1 -5
- package/dist/application/context/sessions/get/GetSessionsController.js.map +1 -1
- package/dist/application/context/sessions/get/GetSessionsRequest.js +1 -2
- package/dist/application/context/sessions/get/GetSessionsResponse.js +1 -2
- package/dist/application/context/sessions/get/IGetSessionsGateway.js +1 -2
- package/dist/application/context/sessions/get/ISessionViewReader.js +1 -2
- package/dist/application/context/sessions/get/ISessionViewReader.js.map +1 -1
- package/dist/application/context/sessions/get/LocalGetSessionsGateway.js +1 -5
- package/dist/application/context/sessions/get/LocalGetSessionsGateway.js.map +1 -1
- package/dist/application/context/sessions/get/SessionContext.js +1 -2
- package/dist/application/context/sessions/get/SessionContextQueryHandler.js +9 -13
- package/dist/application/context/sessions/get/SessionContextQueryHandler.js.map +1 -1
- package/dist/application/context/sessions/start/ActivityMirrorAssembler.js +1 -5
- package/dist/application/context/sessions/start/ActivityMirrorAssembler.js.map +1 -1
- package/dist/application/context/sessions/start/IBrownfieldStatusReader.js +1 -2
- package/dist/application/context/sessions/start/ISessionStartedEventWriter.js +1 -2
- package/dist/application/context/sessions/start/ISessionStartedProjector.js +1 -2
- package/dist/application/context/sessions/start/IStartSessionGateway.js +1 -2
- package/dist/application/context/sessions/start/LocalStartSessionGateway.js +7 -11
- package/dist/application/context/sessions/start/LocalStartSessionGateway.js.map +1 -1
- package/dist/application/context/sessions/start/SessionStartController.js +1 -5
- package/dist/application/context/sessions/start/SessionStartController.js.map +1 -1
- package/dist/application/context/sessions/start/SessionStartRequest.js +1 -2
- package/dist/application/context/sessions/start/SessionStartResponse.js +1 -2
- package/dist/application/context/sessions/start/SessionStartedEventHandler.js +1 -5
- package/dist/application/context/sessions/start/SessionStartedEventHandler.js.map +1 -1
- package/dist/application/context/sessions/start/StartSessionCommand.js +1 -2
- package/dist/application/context/sessions/start/StartSessionCommandHandler.js +5 -9
- package/dist/application/context/sessions/start/StartSessionCommandHandler.js.map +1 -1
- package/dist/application/context/telemetry/TelemetryConsentStatusResolver.js +1 -5
- package/dist/application/context/telemetry/TelemetryConsentStatusResolver.js.map +1 -1
- package/dist/application/context/telemetry/TelemetryEnvironmentStatus.js +1 -2
- package/dist/application/context/telemetry/get/GetTelemetryStatusController.js +1 -5
- package/dist/application/context/telemetry/get/GetTelemetryStatusController.js.map +1 -1
- package/dist/application/context/telemetry/get/GetTelemetryStatusRequest.js +1 -2
- package/dist/application/context/telemetry/get/GetTelemetryStatusResponse.js +1 -2
- package/dist/application/context/telemetry/get/IGetTelemetryStatusGateway.js +1 -2
- package/dist/application/context/telemetry/get/LocalGetTelemetryStatusGateway.js +1 -5
- package/dist/application/context/telemetry/get/LocalGetTelemetryStatusGateway.js.map +1 -1
- package/dist/application/context/telemetry/update/IUpdateTelemetryConsentGateway.js +1 -2
- package/dist/application/context/telemetry/update/LocalUpdateTelemetryConsentGateway.js +1 -5
- package/dist/application/context/telemetry/update/LocalUpdateTelemetryConsentGateway.js.map +1 -1
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentCommand.js +1 -2
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentCommandHandler.js +3 -7
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentCommandHandler.js.map +1 -1
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentController.js +1 -5
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentController.js.map +1 -1
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentRequest.js +1 -2
- package/dist/application/context/telemetry/update/UpdateTelemetryConsentResponse.js +1 -2
- package/dist/application/context/value-propositions/ValuePropositionView.js +1 -2
- package/dist/application/context/value-propositions/add/AddValuePropositionCommand.js +1 -2
- package/dist/application/context/value-propositions/add/AddValuePropositionCommandHandler.js +5 -9
- package/dist/application/context/value-propositions/add/AddValuePropositionCommandHandler.js.map +1 -1
- package/dist/application/context/value-propositions/add/AddValuePropositionController.js +1 -5
- package/dist/application/context/value-propositions/add/AddValuePropositionController.js.map +1 -1
- package/dist/application/context/value-propositions/add/AddValuePropositionRequest.js +1 -2
- package/dist/application/context/value-propositions/add/AddValuePropositionResponse.js +1 -2
- package/dist/application/context/value-propositions/add/IAddValuePropositionGateway.js +1 -2
- package/dist/application/context/value-propositions/add/IValuePropositionAddedEventWriter.js +1 -2
- package/dist/application/context/value-propositions/add/IValuePropositionAddedEventWriter.js.map +1 -1
- package/dist/application/context/value-propositions/add/IValuePropositionAddedProjector.js +1 -2
- package/dist/application/context/value-propositions/add/IValuePropositionAddedProjector.js.map +1 -1
- package/dist/application/context/value-propositions/add/LocalAddValuePropositionGateway.js +1 -5
- package/dist/application/context/value-propositions/add/LocalAddValuePropositionGateway.js.map +1 -1
- package/dist/application/context/value-propositions/add/ValuePropositionAddedEventHandler.js +1 -5
- package/dist/application/context/value-propositions/add/ValuePropositionAddedEventHandler.js.map +1 -1
- package/dist/application/context/value-propositions/get/GetValuePropositionsController.js +1 -5
- package/dist/application/context/value-propositions/get/GetValuePropositionsController.js.map +1 -1
- package/dist/application/context/value-propositions/get/GetValuePropositionsRequest.js +1 -2
- package/dist/application/context/value-propositions/get/GetValuePropositionsResponse.js +1 -2
- package/dist/application/context/value-propositions/get/IGetValuePropositionsGateway.js +1 -2
- package/dist/application/context/value-propositions/get/LocalGetValuePropositionsGateway.js +1 -5
- package/dist/application/context/value-propositions/get/LocalGetValuePropositionsGateway.js.map +1 -1
- package/dist/application/context/value-propositions/query/IValuePropositionContextReader.js +1 -2
- package/dist/application/context/value-propositions/query/IValuePropositionContextReader.js.map +1 -1
- package/dist/application/context/value-propositions/remove/IRemoveValuePropositionGateway.js +1 -2
- package/dist/application/context/value-propositions/remove/IValuePropositionRemoveReader.js +1 -2
- package/dist/application/context/value-propositions/remove/IValuePropositionRemoveReader.js.map +1 -1
- package/dist/application/context/value-propositions/remove/IValuePropositionRemovedEventWriter.js +1 -2
- package/dist/application/context/value-propositions/remove/IValuePropositionRemovedEventWriter.js.map +1 -1
- package/dist/application/context/value-propositions/remove/IValuePropositionRemovedProjector.js +1 -2
- package/dist/application/context/value-propositions/remove/IValuePropositionRemovedProjector.js.map +1 -1
- package/dist/application/context/value-propositions/remove/LocalRemoveValuePropositionGateway.js +3 -7
- package/dist/application/context/value-propositions/remove/LocalRemoveValuePropositionGateway.js.map +1 -1
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionCommand.js +1 -2
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionCommandHandler.js +5 -9
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionCommandHandler.js.map +1 -1
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionController.js +1 -5
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionController.js.map +1 -1
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionRequest.js +1 -2
- package/dist/application/context/value-propositions/remove/RemoveValuePropositionResponse.js +1 -2
- package/dist/application/context/value-propositions/remove/ValuePropositionRemovedEventHandler.js +3 -7
- package/dist/application/context/value-propositions/remove/ValuePropositionRemovedEventHandler.js.map +1 -1
- package/dist/application/context/value-propositions/update/IUpdateValuePropositionGateway.js +1 -2
- package/dist/application/context/value-propositions/update/IValuePropositionUpdateReader.js +1 -2
- package/dist/application/context/value-propositions/update/IValuePropositionUpdateReader.js.map +1 -1
- package/dist/application/context/value-propositions/update/IValuePropositionUpdatedEventWriter.js +1 -2
- package/dist/application/context/value-propositions/update/IValuePropositionUpdatedEventWriter.js.map +1 -1
- package/dist/application/context/value-propositions/update/IValuePropositionUpdatedProjector.js +1 -2
- package/dist/application/context/value-propositions/update/IValuePropositionUpdatedProjector.js.map +1 -1
- package/dist/application/context/value-propositions/update/LocalUpdateValuePropositionGateway.js +1 -5
- package/dist/application/context/value-propositions/update/LocalUpdateValuePropositionGateway.js.map +1 -1
- package/dist/application/context/value-propositions/update/UpdateValuePropositionCommand.js +1 -2
- package/dist/application/context/value-propositions/update/UpdateValuePropositionCommandHandler.js +5 -9
- package/dist/application/context/value-propositions/update/UpdateValuePropositionCommandHandler.js.map +1 -1
- package/dist/application/context/value-propositions/update/UpdateValuePropositionController.js +1 -5
- package/dist/application/context/value-propositions/update/UpdateValuePropositionController.js.map +1 -1
- package/dist/application/context/value-propositions/update/UpdateValuePropositionRequest.js +1 -2
- package/dist/application/context/value-propositions/update/UpdateValuePropositionResponse.js +1 -2
- package/dist/application/context/value-propositions/update/ValuePropositionUpdatedEventHandler.js +3 -7
- package/dist/application/context/value-propositions/update/ValuePropositionUpdatedEventHandler.js.map +1 -1
- package/dist/application/context/work/pause/IPauseWorkGateway.js +1 -2
- package/dist/application/context/work/pause/LocalPauseWorkGateway.js +1 -5
- package/dist/application/context/work/pause/LocalPauseWorkGateway.js.map +1 -1
- package/dist/application/context/work/pause/PauseWorkCommand.js +1 -2
- package/dist/application/context/work/pause/PauseWorkCommandHandler.js +5 -9
- package/dist/application/context/work/pause/PauseWorkCommandHandler.js.map +1 -1
- package/dist/application/context/work/pause/PauseWorkController.js +1 -5
- package/dist/application/context/work/pause/PauseWorkController.js.map +1 -1
- package/dist/application/context/work/pause/PauseWorkRequest.js +1 -2
- package/dist/application/context/work/pause/PauseWorkResponse.js +1 -2
- package/dist/application/context/work/query/GetWorkSummaryQueryHandler.js +6 -10
- package/dist/application/context/work/query/GetWorkSummaryQueryHandler.js.map +1 -1
- package/dist/application/context/work/resume/IResumeWorkGateway.js +1 -2
- package/dist/application/context/work/resume/LocalResumeWorkGateway.js +3 -7
- package/dist/application/context/work/resume/LocalResumeWorkGateway.js.map +1 -1
- package/dist/application/context/work/resume/ResumeWorkController.js +1 -5
- package/dist/application/context/work/resume/ResumeWorkController.js.map +1 -1
- package/dist/application/context/work/resume/ResumeWorkRequest.js +1 -2
- package/dist/application/context/work/resume/ResumeWorkResponse.js +1 -2
- package/dist/application/context/work/views/WorkSummaryView.js +1 -2
- package/dist/application/evolve/EvolveController.js +1 -5
- package/dist/application/evolve/EvolveController.js.map +1 -1
- package/dist/application/evolve/EvolveResponse.js +1 -2
- package/dist/application/evolve/EvolveStepResult.js +1 -2
- package/dist/application/host/IApplicationContainer.js +1 -2
- package/dist/application/host/IApplicationContainer.js.map +1 -1
- package/dist/application/host/workers/IWorkerIdentityReader.js +1 -2
- package/dist/application/host/workers/IWorkerIdentityReader.js.map +1 -1
- package/dist/application/host/workers/IWorkerModeAccessor.js +1 -2
- package/dist/application/host/workers/IWorkerModeAccessor.js.map +1 -1
- package/dist/application/host/workers/WorkerId.js +1 -4
- package/dist/application/host/workers/WorkerId.js.map +1 -1
- package/dist/application/host/workers/WorkerMode.js +1 -2
- package/dist/application/host/workers/identify/IWorkerIdentifiedEventWriter.js +1 -2
- package/dist/application/host/workers/identify/IWorkerIdentifiedProjector.js +1 -2
- package/dist/application/host/workers/identify/WorkerIdentifiedEventHandler.js +1 -5
- package/dist/application/host/workers/identify/WorkerIdentifiedEventHandler.js.map +1 -1
- package/dist/application/identity/IdGenerator.js +3 -7
- package/dist/application/identity/IdGenerator.js.map +1 -1
- package/dist/application/logging/ILogger.js +2 -5
- package/dist/application/logging/ILogger.js.map +1 -1
- package/dist/application/maintenance/db/rebuild/IDatabaseRebuildService.js +1 -2
- package/dist/application/maintenance/db/rebuild/IRebuildDatabaseGateway.js +1 -2
- package/dist/application/maintenance/db/rebuild/LocalRebuildDatabaseGateway.js +1 -5
- package/dist/application/maintenance/db/rebuild/LocalRebuildDatabaseGateway.js.map +1 -1
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.js +1 -2
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.js +1 -5
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.js.map +1 -1
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseController.js +1 -5
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseController.js.map +1 -1
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseRequest.js +1 -2
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseResponse.js +1 -2
- package/dist/application/maintenance/migrate-dependencies/ILegacyDependencyReader.js +1 -2
- package/dist/application/maintenance/migrate-dependencies/LegacyDependencyCandidate.js +1 -2
- package/dist/application/maintenance/migrate-dependencies/MigrateDependenciesCommand.js +1 -2
- package/dist/application/maintenance/migrate-dependencies/MigrateDependenciesCommandHandler.js +4 -8
- package/dist/application/maintenance/migrate-dependencies/MigrateDependenciesCommandHandler.js.map +1 -1
- package/dist/application/maintenance/migrate-dependencies/MigrateDependenciesResponse.js +1 -2
- package/dist/application/maintenance/upgrade/UpgradeCommand.js +1 -2
- package/dist/application/maintenance/upgrade/UpgradeCommandHandler.js +3 -7
- package/dist/application/maintenance/upgrade/UpgradeCommandHandler.js.map +1 -1
- package/dist/application/maintenance/upgrade/UpgradeResponse.js +1 -2
- package/dist/application/messaging/IEventBus.d.ts +2 -2
- package/dist/application/messaging/IEventBus.d.ts.map +1 -1
- package/dist/application/messaging/IEventBus.js +1 -2
- package/dist/application/messaging/IEventBus.js.map +1 -1
- package/dist/application/messaging/IEventHandler.d.ts +1 -1
- package/dist/application/messaging/IEventHandler.d.ts.map +1 -1
- package/dist/application/messaging/IEventHandler.js +1 -2
- package/dist/application/messaging/IEventHandler.js.map +1 -1
- package/dist/application/persistence/IEventStore.d.ts +1 -1
- package/dist/application/persistence/IEventStore.d.ts.map +1 -1
- package/dist/application/persistence/IEventStore.js +1 -2
- package/dist/application/settings/ISettingsInitializer.js +1 -2
- package/dist/application/settings/ISettingsReader.js +1 -2
- package/dist/application/settings/Settings.js +2 -5
- package/dist/application/settings/Settings.js.map +1 -1
- package/dist/application/telemetry/ITelemetryClient.js +1 -2
- package/dist/application/telemetry/ITelemetryEnvironmentReader.js +1 -2
- package/dist/application/time-and-date/IClock.js +1 -2
- package/dist/cli.js +16 -21
- package/dist/cli.js.map +1 -1
- package/dist/domain/BaseAggregate.js +1 -5
- package/dist/domain/BaseAggregate.js.map +1 -1
- package/dist/domain/BaseEvent.js +1 -2
- package/dist/domain/BaseEvent.js.map +1 -1
- package/dist/domain/architecture/Architecture.js +33 -37
- package/dist/domain/architecture/Architecture.js.map +1 -1
- package/dist/domain/architecture/Constants.js +4 -8
- package/dist/domain/architecture/Constants.js.map +1 -1
- package/dist/domain/architecture/EventIndex.js +3 -19
- package/dist/domain/architecture/EventIndex.js.map +1 -1
- package/dist/domain/architecture/define/ArchitectureDefinedEvent.js +1 -2
- package/dist/domain/architecture/define/ArchitectureDefinedEvent.js.map +1 -1
- package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.js +1 -2
- package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.js.map +1 -1
- package/dist/domain/architecture/rules/DataStoresRules.js +15 -20
- package/dist/domain/architecture/rules/DataStoresRules.js.map +1 -1
- package/dist/domain/architecture/rules/DescriptionRules.js +7 -12
- package/dist/domain/architecture/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/architecture/rules/OrganizationRules.js +7 -12
- package/dist/domain/architecture/rules/OrganizationRules.js.map +1 -1
- package/dist/domain/architecture/rules/PatternsRules.js +8 -13
- package/dist/domain/architecture/rules/PatternsRules.js.map +1 -1
- package/dist/domain/architecture/rules/PrinciplesRules.js +8 -13
- package/dist/domain/architecture/rules/PrinciplesRules.js.map +1 -1
- package/dist/domain/architecture/rules/StackRules.js +8 -13
- package/dist/domain/architecture/rules/StackRules.js.map +1 -1
- package/dist/domain/architecture/update/ArchitectureUpdatedEvent.js +1 -2
- package/dist/domain/architecture/update/ArchitectureUpdatedEvent.js.map +1 -1
- package/dist/domain/audience-pains/AudiencePain.js +18 -22
- package/dist/domain/audience-pains/AudiencePain.js.map +1 -1
- package/dist/domain/audience-pains/Constants.js +5 -9
- package/dist/domain/audience-pains/Constants.js.map +1 -1
- package/dist/domain/audience-pains/EventIndex.js +2 -18
- package/dist/domain/audience-pains/EventIndex.js.map +1 -1
- package/dist/domain/audience-pains/add/AudiencePainAddedEvent.js +1 -2
- package/dist/domain/audience-pains/add/AudiencePainAddedEvent.js.map +1 -1
- package/dist/domain/audience-pains/rules/DescriptionRules.js +7 -12
- package/dist/domain/audience-pains/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/audience-pains/rules/TitleRules.js +7 -12
- package/dist/domain/audience-pains/rules/TitleRules.js.map +1 -1
- package/dist/domain/audience-pains/update/AudiencePainUpdatedEvent.js +1 -2
- package/dist/domain/audience-pains/update/AudiencePainUpdatedEvent.js.map +1 -1
- package/dist/domain/audiences/Audience.js +24 -28
- package/dist/domain/audiences/Audience.js.map +1 -1
- package/dist/domain/audiences/Constants.js +5 -9
- package/dist/domain/audiences/Constants.js.map +1 -1
- package/dist/domain/audiences/EventIndex.js +3 -19
- package/dist/domain/audiences/EventIndex.js.map +1 -1
- package/dist/domain/audiences/add/AudienceAddedEvent.js +1 -2
- package/dist/domain/audiences/add/AudienceAddedEvent.js.map +1 -1
- package/dist/domain/audiences/remove/AudienceRemovedEvent.js +1 -2
- package/dist/domain/audiences/remove/AudienceRemovedEvent.js.map +1 -1
- package/dist/domain/audiences/rules/DescriptionRules.js +7 -12
- package/dist/domain/audiences/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/audiences/rules/NameRules.js +7 -12
- package/dist/domain/audiences/rules/NameRules.js.map +1 -1
- package/dist/domain/audiences/rules/PriorityRules.js +5 -9
- package/dist/domain/audiences/rules/PriorityRules.js.map +1 -1
- package/dist/domain/audiences/update/AudienceUpdatedEvent.js +1 -2
- package/dist/domain/audiences/update/AudienceUpdatedEvent.js.map +1 -1
- package/dist/domain/components/Component.js +54 -58
- package/dist/domain/components/Component.js.map +1 -1
- package/dist/domain/components/Constants.js +8 -12
- package/dist/domain/components/Constants.js.map +1 -1
- package/dist/domain/components/EventIndex.js +6 -22
- package/dist/domain/components/EventIndex.js.map +1 -1
- package/dist/domain/components/add/ComponentAddedEvent.js +1 -2
- package/dist/domain/components/add/ComponentAddedEvent.js.map +1 -1
- package/dist/domain/components/deprecate/ComponentDeprecatedEvent.js +1 -2
- package/dist/domain/components/deprecate/ComponentDeprecatedEvent.js.map +1 -1
- package/dist/domain/components/remove/ComponentRemovedEvent.js +1 -2
- package/dist/domain/components/remove/ComponentRemovedEvent.js.map +1 -1
- package/dist/domain/components/rename/ComponentRenamedEvent.js +1 -2
- package/dist/domain/components/rename/ComponentRenamedEvent.js.map +1 -1
- package/dist/domain/components/rules/DeprecationReasonRules.js +5 -9
- package/dist/domain/components/rules/DeprecationReasonRules.js.map +1 -1
- package/dist/domain/components/rules/DescriptionRules.js +7 -12
- package/dist/domain/components/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/components/rules/NameRules.js +7 -12
- package/dist/domain/components/rules/NameRules.js.map +1 -1
- package/dist/domain/components/rules/PathRules.js +7 -12
- package/dist/domain/components/rules/PathRules.js.map +1 -1
- package/dist/domain/components/rules/ResponsibilityRules.js +7 -12
- package/dist/domain/components/rules/ResponsibilityRules.js.map +1 -1
- package/dist/domain/components/rules/TypeRules.js +7 -12
- package/dist/domain/components/rules/TypeRules.js.map +1 -1
- package/dist/domain/components/undeprecate/ComponentUndeprecatedEvent.js +1 -2
- package/dist/domain/components/undeprecate/ComponentUndeprecatedEvent.js.map +1 -1
- package/dist/domain/components/update/ComponentUpdatedEvent.js +1 -2
- package/dist/domain/components/update/ComponentUpdatedEvent.js.map +1 -1
- package/dist/domain/decisions/Constants.js +5 -9
- package/dist/domain/decisions/Constants.js.map +1 -1
- package/dist/domain/decisions/Decision.js +52 -56
- package/dist/domain/decisions/Decision.js.map +1 -1
- package/dist/domain/decisions/EventIndex.js +5 -21
- package/dist/domain/decisions/EventIndex.js.map +1 -1
- package/dist/domain/decisions/add/DecisionAddedEvent.js +1 -2
- package/dist/domain/decisions/add/DecisionAddedEvent.js.map +1 -1
- package/dist/domain/decisions/restore/DecisionRestoredEvent.js +1 -2
- package/dist/domain/decisions/restore/DecisionRestoredEvent.js.map +1 -1
- package/dist/domain/decisions/reverse/DecisionReversedEvent.js +1 -2
- package/dist/domain/decisions/reverse/DecisionReversedEvent.js.map +1 -1
- package/dist/domain/decisions/rules/AlternativesRules.js +8 -13
- package/dist/domain/decisions/rules/AlternativesRules.js.map +1 -1
- package/dist/domain/decisions/rules/ConsequencesRules.js +5 -9
- package/dist/domain/decisions/rules/ConsequencesRules.js.map +1 -1
- package/dist/domain/decisions/rules/ContextRules.js +7 -12
- package/dist/domain/decisions/rules/ContextRules.js.map +1 -1
- package/dist/domain/decisions/rules/RationaleRules.js +5 -9
- package/dist/domain/decisions/rules/RationaleRules.js.map +1 -1
- package/dist/domain/decisions/rules/ReasonRules.js +7 -12
- package/dist/domain/decisions/rules/ReasonRules.js.map +1 -1
- package/dist/domain/decisions/rules/SupersededByRules.js +4 -8
- package/dist/domain/decisions/rules/SupersededByRules.js.map +1 -1
- package/dist/domain/decisions/rules/TitleRules.js +7 -12
- package/dist/domain/decisions/rules/TitleRules.js.map +1 -1
- package/dist/domain/decisions/supersede/DecisionSupersededEvent.js +1 -2
- package/dist/domain/decisions/supersede/DecisionSupersededEvent.js.map +1 -1
- package/dist/domain/decisions/update/DecisionUpdatedEvent.js +1 -2
- package/dist/domain/decisions/update/DecisionUpdatedEvent.js.map +1 -1
- package/dist/domain/dependencies/Constants.js +5 -9
- package/dist/domain/dependencies/Constants.js.map +1 -1
- package/dist/domain/dependencies/Dependency.js +32 -36
- package/dist/domain/dependencies/Dependency.js.map +1 -1
- package/dist/domain/dependencies/EventIndex.js +3 -19
- package/dist/domain/dependencies/EventIndex.js.map +1 -1
- package/dist/domain/dependencies/add/DependencyAddedEvent.js +1 -2
- package/dist/domain/dependencies/add/DependencyAddedEvent.js.map +1 -1
- package/dist/domain/dependencies/remove/DependencyRemovedEvent.js +1 -2
- package/dist/domain/dependencies/remove/DependencyRemovedEvent.js.map +1 -1
- package/dist/domain/dependencies/rules/ConsumerIdRules.js +7 -12
- package/dist/domain/dependencies/rules/ConsumerIdRules.js.map +1 -1
- package/dist/domain/dependencies/rules/ContractRules.js +5 -9
- package/dist/domain/dependencies/rules/ContractRules.js.map +1 -1
- package/dist/domain/dependencies/rules/EcosystemRules.js +7 -12
- package/dist/domain/dependencies/rules/EcosystemRules.js.map +1 -1
- package/dist/domain/dependencies/rules/EndpointRules.js +5 -9
- package/dist/domain/dependencies/rules/EndpointRules.js.map +1 -1
- package/dist/domain/dependencies/rules/NameRules.js +7 -12
- package/dist/domain/dependencies/rules/NameRules.js.map +1 -1
- package/dist/domain/dependencies/rules/PackageNameRules.js +7 -12
- package/dist/domain/dependencies/rules/PackageNameRules.js.map +1 -1
- package/dist/domain/dependencies/rules/ProviderIdRules.js +7 -12
- package/dist/domain/dependencies/rules/ProviderIdRules.js.map +1 -1
- package/dist/domain/dependencies/rules/StatusRules.js +5 -9
- package/dist/domain/dependencies/rules/StatusRules.js.map +1 -1
- package/dist/domain/dependencies/rules/VersionConstraintRules.js +5 -9
- package/dist/domain/dependencies/rules/VersionConstraintRules.js.map +1 -1
- package/dist/domain/dependencies/update/DependencyUpdatedEvent.js +1 -2
- package/dist/domain/dependencies/update/DependencyUpdatedEvent.js.map +1 -1
- package/dist/domain/goals/Constants.js +33 -37
- package/dist/domain/goals/Constants.js.map +1 -1
- package/dist/domain/goals/EventIndex.js +22 -38
- package/dist/domain/goals/EventIndex.js.map +1 -1
- package/dist/domain/goals/Goal.js +113 -117
- package/dist/domain/goals/Goal.js.map +1 -1
- package/dist/domain/goals/GoalPausedReasons.js +1 -4
- package/dist/domain/goals/GoalPausedReasons.js.map +1 -1
- package/dist/domain/goals/add/GoalAddedEvent.js +1 -2
- package/dist/domain/goals/approve/GoalApprovedEvent.js +1 -2
- package/dist/domain/goals/block/GoalBlockedEvent.js +1 -2
- package/dist/domain/goals/close/GoalClosedEvent.js +1 -2
- package/dist/domain/goals/codify/GoalCodifyingStartedEvent.js +1 -2
- package/dist/domain/goals/commit/GoalCommittedEvent.js +1 -2
- package/dist/domain/goals/complete/GoalCompletedEvent.js +1 -2
- package/dist/domain/goals/migrate/GoalStatusMigratedEvent.js +1 -2
- package/dist/domain/goals/pause/GoalPausedEvent.js +1 -2
- package/dist/domain/goals/qualify/GoalQualifiedEvent.js +1 -2
- package/dist/domain/goals/refine/GoalRefinedEvent.js +1 -2
- package/dist/domain/goals/refine/GoalRefinementStartedEvent.js +1 -2
- package/dist/domain/goals/reject/GoalRejectedEvent.js +1 -2
- package/dist/domain/goals/remove/GoalRemovedEvent.js +1 -2
- package/dist/domain/goals/reset/GoalResetEvent.js +1 -2
- package/dist/domain/goals/resume/GoalResumedEvent.js +1 -2
- package/dist/domain/goals/review/GoalSubmittedForReviewEvent.js +1 -2
- package/dist/domain/goals/rules/CanCloseRule.js +6 -10
- package/dist/domain/goals/rules/CanCloseRule.js.map +1 -1
- package/dist/domain/goals/rules/CanCodifyRule.js +7 -11
- package/dist/domain/goals/rules/CanCodifyRule.js.map +1 -1
- package/dist/domain/goals/rules/CanCommitRule.js +4 -8
- package/dist/domain/goals/rules/CanCommitRule.js.map +1 -1
- package/dist/domain/goals/rules/CanQualifyRule.js +4 -8
- package/dist/domain/goals/rules/CanQualifyRule.js.map +1 -1
- package/dist/domain/goals/rules/CanRejectRule.js +4 -8
- package/dist/domain/goals/rules/CanRejectRule.js.map +1 -1
- package/dist/domain/goals/rules/CanSubmitForReviewRule.js +4 -8
- package/dist/domain/goals/rules/CanSubmitForReviewRule.js.map +1 -1
- package/dist/domain/goals/rules/CanSubmitRule.js +4 -8
- package/dist/domain/goals/rules/CanSubmitRule.js.map +1 -1
- package/dist/domain/goals/rules/FilePathRules.js +5 -9
- package/dist/domain/goals/rules/FilePathRules.js.map +1 -1
- package/dist/domain/goals/rules/NoteRules.js +8 -13
- package/dist/domain/goals/rules/NoteRules.js.map +1 -1
- package/dist/domain/goals/rules/ObjectiveRules.js +7 -12
- package/dist/domain/goals/rules/ObjectiveRules.js.map +1 -1
- package/dist/domain/goals/rules/PrerequisitePolicy.js +3 -7
- package/dist/domain/goals/rules/PrerequisitePolicy.js.map +1 -1
- package/dist/domain/goals/rules/ScopeRules.js +8 -13
- package/dist/domain/goals/rules/ScopeRules.js.map +1 -1
- package/dist/domain/goals/rules/StateTransitionRules.js +41 -54
- package/dist/domain/goals/rules/StateTransitionRules.js.map +1 -1
- package/dist/domain/goals/rules/SuccessCriteriaRules.js +10 -16
- package/dist/domain/goals/rules/SuccessCriteriaRules.js.map +1 -1
- package/dist/domain/goals/rules/TitleRules.js +7 -12
- package/dist/domain/goals/rules/TitleRules.js.map +1 -1
- package/dist/domain/goals/rules/UpdateRules.js +35 -43
- package/dist/domain/goals/rules/UpdateRules.js.map +1 -1
- package/dist/domain/goals/start/GoalStartedEvent.js +1 -2
- package/dist/domain/goals/submit/GoalSubmittedEvent.js +1 -2
- package/dist/domain/goals/unblock/GoalUnblockedEvent.js +1 -2
- package/dist/domain/goals/update/GoalUpdatedEvent.js +1 -2
- package/dist/domain/goals/update-progress/GoalProgressUpdatedEvent.js +1 -2
- package/dist/domain/guidelines/Constants.js +5 -9
- package/dist/domain/guidelines/Constants.js.map +1 -1
- package/dist/domain/guidelines/EventIndex.js +3 -19
- package/dist/domain/guidelines/EventIndex.js.map +1 -1
- package/dist/domain/guidelines/Guideline.js +30 -34
- package/dist/domain/guidelines/Guideline.js.map +1 -1
- package/dist/domain/guidelines/add/GuidelineAddedEvent.js +1 -2
- package/dist/domain/guidelines/add/GuidelineAddedEvent.js.map +1 -1
- package/dist/domain/guidelines/remove/GuidelineRemovedEvent.js +1 -2
- package/dist/domain/guidelines/remove/GuidelineRemovedEvent.js.map +1 -1
- package/dist/domain/guidelines/rules/CategoryRules.js +7 -12
- package/dist/domain/guidelines/rules/CategoryRules.js.map +1 -1
- package/dist/domain/guidelines/rules/DescriptionRules.js +7 -12
- package/dist/domain/guidelines/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/guidelines/rules/EnforcementRules.js +7 -12
- package/dist/domain/guidelines/rules/EnforcementRules.js.map +1 -1
- package/dist/domain/guidelines/rules/ExamplesRules.js +8 -13
- package/dist/domain/guidelines/rules/ExamplesRules.js.map +1 -1
- package/dist/domain/guidelines/rules/GuidelineIdRules.js +4 -8
- package/dist/domain/guidelines/rules/GuidelineIdRules.js.map +1 -1
- package/dist/domain/guidelines/rules/RationaleRules.js +7 -12
- package/dist/domain/guidelines/rules/RationaleRules.js.map +1 -1
- package/dist/domain/guidelines/rules/TitleRules.js +7 -12
- package/dist/domain/guidelines/rules/TitleRules.js.map +1 -1
- package/dist/domain/guidelines/update/GuidelineUpdatedEvent.js +1 -2
- package/dist/domain/guidelines/update/GuidelineUpdatedEvent.js.map +1 -1
- package/dist/domain/invariants/Constants.js +4 -8
- package/dist/domain/invariants/Constants.js.map +1 -1
- package/dist/domain/invariants/EventIndex.js +3 -19
- package/dist/domain/invariants/EventIndex.js.map +1 -1
- package/dist/domain/invariants/Invariant.js +23 -27
- package/dist/domain/invariants/Invariant.js.map +1 -1
- package/dist/domain/invariants/add/InvariantAddedEvent.js +1 -2
- package/dist/domain/invariants/add/InvariantAddedEvent.js.map +1 -1
- package/dist/domain/invariants/remove/InvariantRemovedEvent.js +1 -2
- package/dist/domain/invariants/remove/InvariantRemovedEvent.js.map +1 -1
- package/dist/domain/invariants/rules/DescriptionRules.js +7 -12
- package/dist/domain/invariants/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/invariants/rules/EnforcementRules.js +7 -12
- package/dist/domain/invariants/rules/EnforcementRules.js.map +1 -1
- package/dist/domain/invariants/rules/RationaleRules.js +5 -9
- package/dist/domain/invariants/rules/RationaleRules.js.map +1 -1
- package/dist/domain/invariants/rules/TitleRules.js +7 -12
- package/dist/domain/invariants/rules/TitleRules.js.map +1 -1
- package/dist/domain/invariants/update/InvariantUpdatedEvent.js +1 -2
- package/dist/domain/invariants/update/InvariantUpdatedEvent.js.map +1 -1
- package/dist/domain/project/AgentFileReferenceContent.js +1 -5
- package/dist/domain/project/AgentFileReferenceContent.js.map +1 -1
- package/dist/domain/project/AgentsMdContent.js +1 -5
- package/dist/domain/project/AgentsMdContent.js.map +1 -1
- package/dist/domain/project/Constants.js +4 -8
- package/dist/domain/project/Constants.js.map +1 -1
- package/dist/domain/project/CopilotInstructionsContent.js +1 -5
- package/dist/domain/project/CopilotInstructionsContent.js.map +1 -1
- package/dist/domain/project/CursorRulesContent.js +1 -5
- package/dist/domain/project/CursorRulesContent.js.map +1 -1
- package/dist/domain/project/EventIndex.js +2 -18
- package/dist/domain/project/EventIndex.js.map +1 -1
- package/dist/domain/project/JumboMdContent.js +1 -5
- package/dist/domain/project/JumboMdContent.js.map +1 -1
- package/dist/domain/project/Project.js +15 -19
- package/dist/domain/project/Project.js.map +1 -1
- package/dist/domain/project/init/ProjectInitializedEvent.js +1 -2
- package/dist/domain/project/init/ProjectInitializedEvent.js.map +1 -1
- package/dist/domain/project/rules/NameRules.js +7 -12
- package/dist/domain/project/rules/NameRules.js.map +1 -1
- package/dist/domain/project/rules/PurposeRules.js +5 -9
- package/dist/domain/project/rules/PurposeRules.js.map +1 -1
- package/dist/domain/project/update/ProjectUpdatedEvent.js +1 -2
- package/dist/domain/project/update/ProjectUpdatedEvent.js.map +1 -1
- package/dist/domain/relations/Constants.js +6 -10
- package/dist/domain/relations/Constants.js.map +1 -1
- package/dist/domain/relations/EventIndex.js +4 -20
- package/dist/domain/relations/EventIndex.js.map +1 -1
- package/dist/domain/relations/Relation.js +25 -29
- package/dist/domain/relations/Relation.js.map +1 -1
- package/dist/domain/relations/RelationProjection.js +5 -9
- package/dist/domain/relations/RelationProjection.js.map +1 -1
- package/dist/domain/relations/add/RelationAddedEvent.js +1 -2
- package/dist/domain/relations/deactivate/RelationDeactivatedEvent.js +1 -2
- package/dist/domain/relations/reactivate/RelationReactivatedEvent.js +1 -2
- package/dist/domain/relations/remove/RelationRemovedEvent.js +1 -2
- package/dist/domain/relations/rules/DescriptionRules.js +7 -12
- package/dist/domain/relations/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/relations/rules/EntityTypeRules.js +14 -22
- package/dist/domain/relations/rules/EntityTypeRules.js.map +1 -1
- package/dist/domain/relations/rules/RelationIdRules.js +4 -8
- package/dist/domain/relations/rules/RelationIdRules.js.map +1 -1
- package/dist/domain/relations/rules/RelationTypeRules.js +7 -12
- package/dist/domain/relations/rules/RelationTypeRules.js.map +1 -1
- package/dist/domain/sessions/Constants.js +5 -9
- package/dist/domain/sessions/Constants.js.map +1 -1
- package/dist/domain/sessions/EventIndex.js +2 -18
- package/dist/domain/sessions/EventIndex.js.map +1 -1
- package/dist/domain/sessions/Session.js +19 -23
- package/dist/domain/sessions/Session.js.map +1 -1
- package/dist/domain/sessions/end/SessionEndedEvent.js +1 -2
- package/dist/domain/sessions/rules/FocusRules.js +7 -12
- package/dist/domain/sessions/rules/FocusRules.js.map +1 -1
- package/dist/domain/sessions/rules/SummaryRules.js +5 -9
- package/dist/domain/sessions/rules/SummaryRules.js.map +1 -1
- package/dist/domain/sessions/start/SessionStartedEvent.js +1 -2
- package/dist/domain/validation/JsonSettingsRule.js +1 -5
- package/dist/domain/validation/JsonSettingsRule.js.map +1 -1
- package/dist/domain/validation/ValidationRule.js +1 -5
- package/dist/domain/validation/ValidationRule.js.map +1 -1
- package/dist/domain/value-propositions/Constants.js +4 -8
- package/dist/domain/value-propositions/Constants.js.map +1 -1
- package/dist/domain/value-propositions/EventIndex.js +3 -19
- package/dist/domain/value-propositions/EventIndex.js.map +1 -1
- package/dist/domain/value-propositions/ValueProposition.js +25 -29
- package/dist/domain/value-propositions/ValueProposition.js.map +1 -1
- package/dist/domain/value-propositions/ValuePropositionProjection.js +5 -9
- package/dist/domain/value-propositions/ValuePropositionProjection.js.map +1 -1
- package/dist/domain/value-propositions/add/ValuePropositionAddedEvent.js +1 -2
- package/dist/domain/value-propositions/remove/ValuePropositionRemovedEvent.js +1 -2
- package/dist/domain/value-propositions/rules/BenefitRules.js +7 -12
- package/dist/domain/value-propositions/rules/BenefitRules.js.map +1 -1
- package/dist/domain/value-propositions/rules/DescriptionRules.js +7 -12
- package/dist/domain/value-propositions/rules/DescriptionRules.js.map +1 -1
- package/dist/domain/value-propositions/rules/MeasurableOutcomeRules.js +5 -9
- package/dist/domain/value-propositions/rules/MeasurableOutcomeRules.js.map +1 -1
- package/dist/domain/value-propositions/rules/TitleRules.js +7 -12
- package/dist/domain/value-propositions/rules/TitleRules.js.map +1 -1
- package/dist/domain/value-propositions/update/ValuePropositionUpdatedEvent.js +1 -2
- package/dist/domain/workers/identify/WorkerIdentifiedEvent.js +1 -4
- package/dist/domain/workers/identify/WorkerIdentifiedEvent.js.map +1 -1
- package/dist/infrastructure/cli-metadata/query/CliVersionReader.d.ts.map +1 -1
- package/dist/infrastructure/cli-metadata/query/CliVersionReader.js +6 -40
- package/dist/infrastructure/cli-metadata/query/CliVersionReader.js.map +1 -1
- package/dist/infrastructure/context/SqliteGoalContextAssembler.js +13 -17
- package/dist/infrastructure/context/SqliteGoalContextAssembler.js.map +1 -1
- package/dist/infrastructure/context/architecture/SqliteArchitectureReader.js +1 -5
- package/dist/infrastructure/context/architecture/SqliteArchitectureReader.js.map +1 -1
- package/dist/infrastructure/context/architecture/define/FsArchitectureDefinedEventStore.js +2 -6
- package/dist/infrastructure/context/architecture/define/FsArchitectureDefinedEventStore.js.map +1 -1
- package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.js +1 -5
- package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.js.map +1 -1
- package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js +2 -6
- package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js +1 -5
- package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js.map +1 -1
- package/dist/infrastructure/context/architecture/update/FsArchitectureUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/architecture/update/FsArchitectureUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/add/FsAudiencePainAddedEventStore.js +2 -6
- package/dist/infrastructure/context/audience-pains/add/FsAudiencePainAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/add/SqliteAudiencePainAddedProjector.js +3 -7
- package/dist/infrastructure/context/audience-pains/add/SqliteAudiencePainAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/query/SqliteAudiencePainContextReader.js +3 -7
- package/dist/infrastructure/context/audience-pains/query/SqliteAudiencePainContextReader.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/update/FsAudiencePainUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/audience-pains/update/FsAudiencePainUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audience-pains/update/SqliteAudiencePainUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/audience-pains/update/SqliteAudiencePainUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/audiences/add/FsAudienceAddedEventStore.js +2 -6
- package/dist/infrastructure/context/audiences/add/FsAudienceAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audiences/add/SqliteAudienceAddedProjector.js +1 -5
- package/dist/infrastructure/context/audiences/add/SqliteAudienceAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/audiences/query/SqliteAudienceContextReader.js +1 -5
- package/dist/infrastructure/context/audiences/query/SqliteAudienceContextReader.js.map +1 -1
- package/dist/infrastructure/context/audiences/remove/FsAudienceRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/audiences/remove/FsAudienceRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audiences/remove/SqliteAudienceRemovedProjector.js +1 -5
- package/dist/infrastructure/context/audiences/remove/SqliteAudienceRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/audiences/update/FsAudienceUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/audiences/update/FsAudienceUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/audiences/update/SqliteAudienceUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/audiences/update/SqliteAudienceUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/ComponentRecord.js +1 -2
- package/dist/infrastructure/context/components/ComponentRecord.js.map +1 -1
- package/dist/infrastructure/context/components/ComponentRecordMapper.js +1 -5
- package/dist/infrastructure/context/components/ComponentRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/components/add/FsComponentAddedEventStore.js +2 -6
- package/dist/infrastructure/context/components/add/FsComponentAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/add/SqliteComponentAddedProjector.js +1 -5
- package/dist/infrastructure/context/components/add/SqliteComponentAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/deprecate/FsComponentDeprecatedEventStore.js +2 -6
- package/dist/infrastructure/context/components/deprecate/FsComponentDeprecatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/deprecate/SqliteComponentDeprecatedProjector.js +1 -5
- package/dist/infrastructure/context/components/deprecate/SqliteComponentDeprecatedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/get/SqliteComponentReader.js +3 -7
- package/dist/infrastructure/context/components/get/SqliteComponentReader.js.map +1 -1
- package/dist/infrastructure/context/components/get/SqliteComponentViewReader.js +3 -7
- package/dist/infrastructure/context/components/get/SqliteComponentViewReader.js.map +1 -1
- package/dist/infrastructure/context/components/remove/FsComponentRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/components/remove/FsComponentRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/remove/SqliteComponentRemovedProjector.js +1 -5
- package/dist/infrastructure/context/components/remove/SqliteComponentRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/rename/FsComponentRenamedEventStore.js +2 -6
- package/dist/infrastructure/context/components/rename/FsComponentRenamedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/rename/SqliteComponentRenamedProjector.js +1 -5
- package/dist/infrastructure/context/components/rename/SqliteComponentRenamedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/undeprecate/FsComponentUndeprecatedEventStore.js +2 -6
- package/dist/infrastructure/context/components/undeprecate/FsComponentUndeprecatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/undeprecate/SqliteComponentUndeprecatedProjector.js +1 -5
- package/dist/infrastructure/context/components/undeprecate/SqliteComponentUndeprecatedProjector.js.map +1 -1
- package/dist/infrastructure/context/components/update/FsComponentUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/components/update/FsComponentUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/components/update/SqliteComponentUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/components/update/SqliteComponentUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/DecisionRecord.js +1 -2
- package/dist/infrastructure/context/decisions/DecisionRecord.js.map +1 -1
- package/dist/infrastructure/context/decisions/DecisionRecordMapper.js +1 -5
- package/dist/infrastructure/context/decisions/DecisionRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/decisions/add/FsDecisionAddedEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/add/FsDecisionAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/add/SqliteDecisionAddedProjector.js +1 -5
- package/dist/infrastructure/context/decisions/add/SqliteDecisionAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/get/SqliteDecisionViewReader.js +3 -7
- package/dist/infrastructure/context/decisions/get/SqliteDecisionViewReader.js.map +1 -1
- package/dist/infrastructure/context/decisions/restore/FsDecisionRestoredEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/restore/FsDecisionRestoredEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/restore/SqliteDecisionRestoredProjector.js +1 -5
- package/dist/infrastructure/context/decisions/restore/SqliteDecisionRestoredProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/reverse/FsDecisionReversedEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/reverse/FsDecisionReversedEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/reverse/SqliteDecisionReversedProjector.js +1 -5
- package/dist/infrastructure/context/decisions/reverse/SqliteDecisionReversedProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/supersede/FsDecisionSupersededEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/supersede/FsDecisionSupersededEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/supersede/SqliteDecisionSupersededProjector.js +1 -5
- package/dist/infrastructure/context/decisions/supersede/SqliteDecisionSupersededProjector.js.map +1 -1
- package/dist/infrastructure/context/decisions/update/FsDecisionUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/decisions/update/FsDecisionUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/decisions/update/SqliteDecisionUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/decisions/update/SqliteDecisionUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/dependencies/DependencyRecord.js +1 -2
- package/dist/infrastructure/context/dependencies/DependencyRecord.js.map +1 -1
- package/dist/infrastructure/context/dependencies/DependencyRecordMapper.js +1 -5
- package/dist/infrastructure/context/dependencies/DependencyRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/dependencies/add/FsDependencyAddedEventStore.js +2 -6
- package/dist/infrastructure/context/dependencies/add/FsDependencyAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/dependencies/add/SqliteDependencyAddedProjector.js +3 -7
- package/dist/infrastructure/context/dependencies/add/SqliteDependencyAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/dependencies/get/SqliteDependencyViewReader.js +3 -7
- package/dist/infrastructure/context/dependencies/get/SqliteDependencyViewReader.js.map +1 -1
- package/dist/infrastructure/context/dependencies/get/SqliteLegacyDependencyReader.js +1 -5
- package/dist/infrastructure/context/dependencies/get/SqliteLegacyDependencyReader.js.map +1 -1
- package/dist/infrastructure/context/dependencies/remove/FsDependencyRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/dependencies/remove/FsDependencyRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/dependencies/remove/SqliteDependencyRemovedProjector.js +3 -7
- package/dist/infrastructure/context/dependencies/remove/SqliteDependencyRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/dependencies/update/FsDependencyUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/dependencies/update/FsDependencyUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/dependencies/update/SqliteDependencyUpdatedProjector.js +3 -7
- package/dist/infrastructure/context/dependencies/update/SqliteDependencyUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/GoalRecord.js +1 -2
- package/dist/infrastructure/context/goals/GoalRecord.js.map +1 -1
- package/dist/infrastructure/context/goals/GoalRecordMapper.js +1 -5
- package/dist/infrastructure/context/goals/GoalRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/goals/SqliteGoalStatusReader.js +3 -7
- package/dist/infrastructure/context/goals/SqliteGoalStatusReader.js.map +1 -1
- package/dist/infrastructure/context/goals/add/FsGoalAddedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/add/FsGoalAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/add/SqliteGoalAddedProjector.js +1 -5
- package/dist/infrastructure/context/goals/add/SqliteGoalAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/approve/SqliteGoalApprovedProjector.js +1 -5
- package/dist/infrastructure/context/goals/approve/SqliteGoalApprovedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/block/FsGoalBlockedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/block/FsGoalBlockedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/block/SqliteGoalBlockedProjector.js +1 -5
- package/dist/infrastructure/context/goals/block/SqliteGoalBlockedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/claims/SqliteGoalClaimStore.js +1 -5
- package/dist/infrastructure/context/goals/claims/SqliteGoalClaimStore.js.map +1 -1
- package/dist/infrastructure/context/goals/close/FsGoalClosedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/close/FsGoalClosedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/close/SqliteGoalClosedProjector.js +3 -7
- package/dist/infrastructure/context/goals/close/SqliteGoalClosedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/codify/FsGoalCodifyingStartedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/codify/FsGoalCodifyingStartedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/codify/SqliteGoalCodifyingStartedProjector.js +3 -7
- package/dist/infrastructure/context/goals/codify/SqliteGoalCodifyingStartedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/commit/FsGoalCommittedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/commit/FsGoalCommittedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/commit/SqliteGoalCommittedProjector.js +3 -7
- package/dist/infrastructure/context/goals/commit/SqliteGoalCommittedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/complete/FsGoalCompletedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/complete/FsGoalCompletedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/complete/SqliteGoalCompletedProjector.js +3 -7
- package/dist/infrastructure/context/goals/complete/SqliteGoalCompletedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/migrate/SqliteGoalStatusMigratedProjector.js +1 -5
- package/dist/infrastructure/context/goals/migrate/SqliteGoalStatusMigratedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/pause/FsGoalPausedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/pause/FsGoalPausedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/pause/SqliteGoalPausedProjector.js +3 -7
- package/dist/infrastructure/context/goals/pause/SqliteGoalPausedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/qualify/FsGoalQualifiedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/qualify/FsGoalQualifiedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/qualify/SqliteGoalQualifiedProjector.js +3 -7
- package/dist/infrastructure/context/goals/qualify/SqliteGoalQualifiedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/refine/FsGoalRefinedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/refine/FsGoalRefinedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/refine/SqliteGoalRefinedProjector.js +3 -7
- package/dist/infrastructure/context/goals/refine/SqliteGoalRefinedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/reject/FsGoalRejectedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/reject/FsGoalRejectedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/reject/SqliteGoalRejectedProjector.js +3 -7
- package/dist/infrastructure/context/goals/reject/SqliteGoalRejectedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/remove/FsGoalRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/remove/FsGoalRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/remove/SqliteGoalRemovedProjector.js +3 -7
- package/dist/infrastructure/context/goals/remove/SqliteGoalRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/reset/FsGoalResetEventStore.js +2 -6
- package/dist/infrastructure/context/goals/reset/FsGoalResetEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/reset/SqliteGoalResetProjector.js +3 -7
- package/dist/infrastructure/context/goals/reset/SqliteGoalResetProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/resume/FsGoalResumedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/resume/FsGoalResumedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/resume/SqliteGoalResumedProjector.js +3 -7
- package/dist/infrastructure/context/goals/resume/SqliteGoalResumedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/review/FsGoalSubmittedForReviewEventStore.js +2 -6
- package/dist/infrastructure/context/goals/review/FsGoalSubmittedForReviewEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/review/SqliteGoalSubmittedForReviewProjector.js +3 -7
- package/dist/infrastructure/context/goals/review/SqliteGoalSubmittedForReviewProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/start/FsGoalStartedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/start/FsGoalStartedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/start/SqliteGoalStartedProjector.js +3 -7
- package/dist/infrastructure/context/goals/start/SqliteGoalStartedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/submit/FsGoalSubmittedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/submit/FsGoalSubmittedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/submit/SqliteGoalSubmittedProjector.js +3 -7
- package/dist/infrastructure/context/goals/submit/SqliteGoalSubmittedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/unblock/FsGoalUnblockedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/unblock/FsGoalUnblockedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/unblock/SqliteGoalUnblockedProjector.js +1 -5
- package/dist/infrastructure/context/goals/unblock/SqliteGoalUnblockedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/update/FsGoalUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/update/FsGoalUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/update/SqliteGoalUpdatedProjector.js +3 -7
- package/dist/infrastructure/context/goals/update/SqliteGoalUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/update-progress/FsGoalProgressUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/goals/update-progress/FsGoalProgressUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/goals/update-progress/SqliteGoalProgressUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/goals/update-progress/SqliteGoalProgressUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/guidelines/GuidelineRecord.js +1 -2
- package/dist/infrastructure/context/guidelines/GuidelineRecord.js.map +1 -1
- package/dist/infrastructure/context/guidelines/GuidelineRecordMapper.js +1 -5
- package/dist/infrastructure/context/guidelines/GuidelineRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/guidelines/add/FsGuidelineAddedEventStore.js +2 -6
- package/dist/infrastructure/context/guidelines/add/FsGuidelineAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/guidelines/add/SqliteGuidelineAddedProjector.js +1 -5
- package/dist/infrastructure/context/guidelines/add/SqliteGuidelineAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/guidelines/get/SqliteGuidelineViewReader.js +3 -7
- package/dist/infrastructure/context/guidelines/get/SqliteGuidelineViewReader.js.map +1 -1
- package/dist/infrastructure/context/guidelines/remove/FsGuidelineRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/guidelines/remove/FsGuidelineRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/guidelines/remove/SqliteGuidelineRemovedProjector.js +1 -5
- package/dist/infrastructure/context/guidelines/remove/SqliteGuidelineRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/guidelines/update/FsGuidelineUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/guidelines/update/FsGuidelineUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/guidelines/update/SqliteGuidelineUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/guidelines/update/SqliteGuidelineUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/invariants/InvariantRecord.js +1 -2
- package/dist/infrastructure/context/invariants/InvariantRecord.js.map +1 -1
- package/dist/infrastructure/context/invariants/InvariantRecordMapper.js +1 -5
- package/dist/infrastructure/context/invariants/InvariantRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/invariants/add/FsInvariantAddedEventStore.js +2 -6
- package/dist/infrastructure/context/invariants/add/FsInvariantAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/invariants/add/SqliteInvariantAddedProjector.js +1 -5
- package/dist/infrastructure/context/invariants/add/SqliteInvariantAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/invariants/get/SqliteInvariantViewReader.js +3 -7
- package/dist/infrastructure/context/invariants/get/SqliteInvariantViewReader.js.map +1 -1
- package/dist/infrastructure/context/invariants/remove/FsInvariantRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/invariants/remove/FsInvariantRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/invariants/remove/SqliteInvariantRemovedProjector.js +1 -5
- package/dist/infrastructure/context/invariants/remove/SqliteInvariantRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/invariants/update/FsInvariantUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/invariants/update/FsInvariantUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/invariants/update/SqliteInvariantUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/invariants/update/SqliteInvariantUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/project/ProjectRootResolver.js +3 -40
- package/dist/infrastructure/context/project/ProjectRootResolver.js.map +1 -1
- package/dist/infrastructure/context/project/init/AgentFileProtocol.d.ts.map +1 -1
- package/dist/infrastructure/context/project/init/AgentFileProtocol.js +73 -77
- package/dist/infrastructure/context/project/init/AgentFileProtocol.js.map +1 -1
- package/dist/infrastructure/context/project/init/ClaudeConfigurer.js +24 -31
- package/dist/infrastructure/context/project/init/ClaudeConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/CodexConfigurer.js +1 -5
- package/dist/infrastructure/context/project/init/CodexConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/CopilotConfigurer.js +30 -37
- package/dist/infrastructure/context/project/init/CopilotConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/CursorConfigurer.js +32 -39
- package/dist/infrastructure/context/project/init/CursorConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/FsGitignoreProtocol.js +8 -15
- package/dist/infrastructure/context/project/init/FsGitignoreProtocol.js.map +1 -1
- package/dist/infrastructure/context/project/init/FsProjectInitializedEventStore.js +2 -6
- package/dist/infrastructure/context/project/init/FsProjectInitializedEventStore.js.map +1 -1
- package/dist/infrastructure/context/project/init/GeminiConfigurer.js +24 -31
- package/dist/infrastructure/context/project/init/GeminiConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/IConfigurer.js +1 -2
- package/dist/infrastructure/context/project/init/IConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/init/SafeClaudeSettingsMerger.js +3 -40
- package/dist/infrastructure/context/project/init/SafeClaudeSettingsMerger.js.map +1 -1
- package/dist/infrastructure/context/project/init/SafeGeminiSettingsMerger.js +3 -40
- package/dist/infrastructure/context/project/init/SafeGeminiSettingsMerger.js.map +1 -1
- package/dist/infrastructure/context/project/init/SqliteProjectInitializedProjector.js +1 -5
- package/dist/infrastructure/context/project/init/SqliteProjectInitializedProjector.js.map +1 -1
- package/dist/infrastructure/context/project/init/VibeConfigurer.js +1 -5
- package/dist/infrastructure/context/project/init/VibeConfigurer.js.map +1 -1
- package/dist/infrastructure/context/project/query/SqliteProjectContextReader.js +1 -5
- package/dist/infrastructure/context/project/query/SqliteProjectContextReader.js.map +1 -1
- package/dist/infrastructure/context/project/update/FsProjectUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/project/update/FsProjectUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/project/update/SqliteProjectUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/project/update/SqliteProjectUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/relations/RelationRecord.js +1 -2
- package/dist/infrastructure/context/relations/RelationRecord.js.map +1 -1
- package/dist/infrastructure/context/relations/RelationRecordMapper.js +1 -5
- package/dist/infrastructure/context/relations/RelationRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/relations/add/FsRelationAddedEventStore.js +2 -6
- package/dist/infrastructure/context/relations/add/FsRelationAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/relations/add/SqliteRelationAddedProjector.js +1 -5
- package/dist/infrastructure/context/relations/add/SqliteRelationAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/relations/deactivate/FsRelationDeactivatedEventStore.js +2 -6
- package/dist/infrastructure/context/relations/deactivate/FsRelationDeactivatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/relations/deactivate/SqliteRelationDeactivatedProjector.js +1 -5
- package/dist/infrastructure/context/relations/deactivate/SqliteRelationDeactivatedProjector.js.map +1 -1
- package/dist/infrastructure/context/relations/get/SqliteRelationViewReader.js +3 -7
- package/dist/infrastructure/context/relations/get/SqliteRelationViewReader.js.map +1 -1
- package/dist/infrastructure/context/relations/reactivate/FsRelationReactivatedEventStore.js +2 -6
- package/dist/infrastructure/context/relations/reactivate/FsRelationReactivatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/relations/reactivate/SqliteRelationReactivatedProjector.js +1 -5
- package/dist/infrastructure/context/relations/reactivate/SqliteRelationReactivatedProjector.js.map +1 -1
- package/dist/infrastructure/context/relations/remove/FsRelationRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/relations/remove/FsRelationRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/relations/remove/SqliteRelationRemovedProjector.js +1 -5
- package/dist/infrastructure/context/relations/remove/SqliteRelationRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/sessions/SessionRecord.js +1 -2
- package/dist/infrastructure/context/sessions/SessionRecord.js.map +1 -1
- package/dist/infrastructure/context/sessions/SessionRecordMapper.js +1 -5
- package/dist/infrastructure/context/sessions/SessionRecordMapper.js.map +1 -1
- package/dist/infrastructure/context/sessions/end/FsSessionEndedEventStore.js +2 -6
- package/dist/infrastructure/context/sessions/end/FsSessionEndedEventStore.js.map +1 -1
- package/dist/infrastructure/context/sessions/end/SqliteActiveSessionReader.js +1 -5
- package/dist/infrastructure/context/sessions/end/SqliteActiveSessionReader.js.map +1 -1
- package/dist/infrastructure/context/sessions/end/SqliteSessionEndedProjector.js +3 -7
- package/dist/infrastructure/context/sessions/end/SqliteSessionEndedProjector.js.map +1 -1
- package/dist/infrastructure/context/sessions/get/SqliteSessionViewReader.js +3 -7
- package/dist/infrastructure/context/sessions/get/SqliteSessionViewReader.js.map +1 -1
- package/dist/infrastructure/context/sessions/start/FsSessionStartedEventStore.js +2 -6
- package/dist/infrastructure/context/sessions/start/FsSessionStartedEventStore.js.map +1 -1
- package/dist/infrastructure/context/sessions/start/SqliteBrownfieldStatusReader.js +4 -8
- package/dist/infrastructure/context/sessions/start/SqliteBrownfieldStatusReader.js.map +1 -1
- package/dist/infrastructure/context/sessions/start/SqliteSessionStartedProjector.js +1 -5
- package/dist/infrastructure/context/sessions/start/SqliteSessionStartedProjector.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/add/FsValuePropositionAddedEventStore.js +2 -6
- package/dist/infrastructure/context/value-propositions/add/FsValuePropositionAddedEventStore.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/add/SqliteValuePropositionAddedProjector.js +1 -5
- package/dist/infrastructure/context/value-propositions/add/SqliteValuePropositionAddedProjector.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/query/SqliteValuePropositionContextReader.js +1 -5
- package/dist/infrastructure/context/value-propositions/query/SqliteValuePropositionContextReader.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/remove/FsValuePropositionRemovedEventStore.js +2 -6
- package/dist/infrastructure/context/value-propositions/remove/FsValuePropositionRemovedEventStore.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/remove/SqliteValuePropositionRemovedProjector.js +1 -5
- package/dist/infrastructure/context/value-propositions/remove/SqliteValuePropositionRemovedProjector.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/update/FsValuePropositionUpdatedEventStore.js +2 -6
- package/dist/infrastructure/context/value-propositions/update/FsValuePropositionUpdatedEventStore.js.map +1 -1
- package/dist/infrastructure/context/value-propositions/update/SqliteValuePropositionUpdatedProjector.js +1 -5
- package/dist/infrastructure/context/value-propositions/update/SqliteValuePropositionUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/host/Host.d.ts.map +1 -1
- package/dist/infrastructure/host/Host.js +17 -21
- package/dist/infrastructure/host/Host.js.map +1 -1
- package/dist/infrastructure/host/HostBuilder.d.ts.map +1 -1
- package/dist/infrastructure/host/HostBuilder.js +885 -919
- package/dist/infrastructure/host/HostBuilder.js.map +1 -1
- package/dist/infrastructure/host/session/HostSessionKeyResolver.js +9 -16
- package/dist/infrastructure/host/session/HostSessionKeyResolver.js.map +1 -1
- package/dist/infrastructure/host/workers/FsWorkerIdentityRegistry.js +13 -20
- package/dist/infrastructure/host/workers/FsWorkerIdentityRegistry.js.map +1 -1
- package/dist/infrastructure/host/workers/SqliteWorkerIdentityRegistry.js +8 -12
- package/dist/infrastructure/host/workers/SqliteWorkerIdentityRegistry.js.map +1 -1
- package/dist/infrastructure/host/workers/WorkerRecord.js +1 -2
- package/dist/infrastructure/host/workers/WorkerRecord.js.map +1 -1
- package/dist/infrastructure/host/workers/WorkerRecordMapper.js +3 -7
- package/dist/infrastructure/host/workers/WorkerRecordMapper.js.map +1 -1
- package/dist/infrastructure/host/workers/identify/FsWorkerIdentifiedEventStore.js +2 -6
- package/dist/infrastructure/host/workers/identify/FsWorkerIdentifiedEventStore.js.map +1 -1
- package/dist/infrastructure/host/workers/identify/SqliteWorkerIdentifiedProjector.js +1 -5
- package/dist/infrastructure/host/workers/identify/SqliteWorkerIdentifiedProjector.js.map +1 -1
- package/dist/infrastructure/local/LocalDatabaseRebuildService.d.ts.map +1 -1
- package/dist/infrastructure/local/LocalDatabaseRebuildService.js +16 -20
- package/dist/infrastructure/local/LocalDatabaseRebuildService.js.map +1 -1
- package/dist/infrastructure/logging/FileLogger.js +14 -51
- package/dist/infrastructure/logging/FileLogger.js.map +1 -1
- package/dist/infrastructure/messaging/InProcessEventBus.d.ts +3 -3
- package/dist/infrastructure/messaging/InProcessEventBus.d.ts.map +1 -1
- package/dist/infrastructure/messaging/InProcessEventBus.js +1 -5
- package/dist/infrastructure/messaging/InProcessEventBus.js.map +1 -1
- package/dist/infrastructure/messaging/ProjectionBusFactory.js +125 -129
- package/dist/infrastructure/messaging/ProjectionBusFactory.js.map +1 -1
- package/dist/infrastructure/persistence/FsEventStore.d.ts +2 -2
- package/dist/infrastructure/persistence/FsEventStore.d.ts.map +1 -1
- package/dist/infrastructure/persistence/FsEventStore.js +18 -25
- package/dist/infrastructure/persistence/FsEventStore.js.map +1 -1
- package/dist/infrastructure/persistence/IDbConnectionManager.js +1 -2
- package/dist/infrastructure/persistence/IDbConnectionManager.js.map +1 -1
- package/dist/infrastructure/persistence/IDisposable.js +1 -2
- package/dist/infrastructure/persistence/MigrationRunner.js +10 -17
- package/dist/infrastructure/persistence/MigrationRunner.js.map +1 -1
- package/dist/infrastructure/persistence/SqliteConnectionManager.d.ts.map +1 -1
- package/dist/infrastructure/persistence/SqliteConnectionManager.js +14 -18
- package/dist/infrastructure/persistence/SqliteConnectionManager.js.map +1 -1
- package/dist/infrastructure/persistence/migrations.config.js +16 -22
- package/dist/infrastructure/persistence/migrations.config.js.map +1 -1
- package/dist/infrastructure/settings/DefaultSettings.js +3 -6
- package/dist/infrastructure/settings/DefaultSettings.js.map +1 -1
- package/dist/infrastructure/settings/FsSettingsInitializer.js +7 -14
- package/dist/infrastructure/settings/FsSettingsInitializer.js.map +1 -1
- package/dist/infrastructure/settings/FsSettingsReader.js +18 -58
- package/dist/infrastructure/settings/FsSettingsReader.js.map +1 -1
- package/dist/infrastructure/telemetry/NoOpTelemetryClient.js +1 -5
- package/dist/infrastructure/telemetry/NoOpTelemetryClient.js.map +1 -1
- package/dist/infrastructure/telemetry/PostHogTelemetryClient.js +6 -10
- package/dist/infrastructure/telemetry/PostHogTelemetryClient.js.map +1 -1
- package/dist/infrastructure/telemetry/PostHogTelemetryConstants.js +3 -6
- package/dist/infrastructure/telemetry/PostHogTelemetryConstants.js.map +1 -1
- package/dist/infrastructure/telemetry/ProcessTelemetryEnvironmentReader.js +4 -8
- package/dist/infrastructure/telemetry/ProcessTelemetryEnvironmentReader.js.map +1 -1
- package/dist/infrastructure/telemetry/TelemetryEnvironmentVariables.js +2 -5
- package/dist/infrastructure/telemetry/TelemetryEnvironmentVariables.js.map +1 -1
- package/dist/infrastructure/time-and-date/SystemClock.js +1 -5
- package/dist/infrastructure/time-and-date/SystemClock.js.map +1 -1
- package/dist/presentation/cli/AppRunner.js +32 -36
- package/dist/presentation/cli/AppRunner.js.map +1 -1
- package/dist/presentation/cli/Constants.js +2 -5
- package/dist/presentation/cli/Constants.js.map +1 -1
- package/dist/presentation/cli/animations/BrailleSpinner.js +6 -10
- package/dist/presentation/cli/animations/BrailleSpinner.js.map +1 -1
- package/dist/presentation/cli/animations/FrameAnimator.js +5 -12
- package/dist/presentation/cli/animations/FrameAnimator.js.map +1 -1
- package/dist/presentation/cli/animations/GlimmerEffect.js +1 -4
- package/dist/presentation/cli/animations/GlimmerEffect.js.map +1 -1
- package/dist/presentation/cli/animations/GradientPalette.js +15 -23
- package/dist/presentation/cli/animations/GradientPalette.js.map +1 -1
- package/dist/presentation/cli/banner/AnimatedBanner.js +32 -40
- package/dist/presentation/cli/banner/AnimatedBanner.js.map +1 -1
- package/dist/presentation/cli/banner/AnimationFrames.js +2 -6
- package/dist/presentation/cli/banner/AnimationFrames.js.map +1 -1
- package/dist/presentation/cli/banner/BannerContentGenerator.js +10 -16
- package/dist/presentation/cli/banner/BannerContentGenerator.js.map +1 -1
- package/dist/presentation/cli/banner/BannerContextGatherer.js +6 -9
- package/dist/presentation/cli/banner/BannerContextGatherer.js.map +1 -1
- package/dist/presentation/cli/banner/BannerOrchestrator.js +10 -14
- package/dist/presentation/cli/banner/BannerOrchestrator.js.map +1 -1
- package/dist/presentation/cli/commands/CommandClassifier.js +13 -16
- package/dist/presentation/cli/commands/CommandClassifier.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/define/architecture.define.js +8 -12
- package/dist/presentation/cli/commands/architecture/define/architecture.define.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/update/architecture.update.js +8 -12
- package/dist/presentation/cli/commands/architecture/update/architecture.update.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/view/architecture.view.js +24 -28
- package/dist/presentation/cli/commands/architecture/view/architecture.view.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/add/audiencePain.add.js +4 -8
- package/dist/presentation/cli/commands/audience-pains/add/audiencePain.add.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.js +6 -10
- package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/update/audiencePain.update.js +4 -8
- package/dist/presentation/cli/commands/audience-pains/update/audiencePain.update.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/add/audience.add.js +4 -8
- package/dist/presentation/cli/commands/audiences/add/audience.add.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/list/audiences.list.js +6 -10
- package/dist/presentation/cli/commands/audiences/list/audiences.list.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/remove/audience.remove.js +4 -8
- package/dist/presentation/cli/commands/audiences/remove/audience.remove.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/update/audience.update.js +4 -8
- package/dist/presentation/cli/commands/audiences/update/audience.update.js.map +1 -1
- package/dist/presentation/cli/commands/components/add/component.add.js +4 -8
- package/dist/presentation/cli/commands/components/add/component.add.js.map +1 -1
- package/dist/presentation/cli/commands/components/deprecate/component.deprecate.js +4 -8
- package/dist/presentation/cli/commands/components/deprecate/component.deprecate.js.map +1 -1
- package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/list/components.list.js +6 -10
- package/dist/presentation/cli/commands/components/list/components.list.js.map +1 -1
- package/dist/presentation/cli/commands/components/remove/component.remove.js +4 -8
- package/dist/presentation/cli/commands/components/remove/component.remove.js.map +1 -1
- package/dist/presentation/cli/commands/components/rename/component.rename.js +4 -8
- package/dist/presentation/cli/commands/components/rename/component.rename.js.map +1 -1
- package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/search/components.search.js +11 -15
- package/dist/presentation/cli/commands/components/search/components.search.js.map +1 -1
- package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.js +30 -34
- package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/show/component.show.js +6 -10
- package/dist/presentation/cli/commands/components/show/component.show.js.map +1 -1
- package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.js +11 -15
- package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/undeprecate/component.undeprecate.js +6 -10
- package/dist/presentation/cli/commands/components/undeprecate/component.undeprecate.js.map +1 -1
- package/dist/presentation/cli/commands/components/update/component.update.js +4 -8
- package/dist/presentation/cli/commands/components/update/component.update.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/add/decision.add.js +4 -8
- package/dist/presentation/cli/commands/decisions/add/decision.add.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.js +13 -17
- package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/list/decisions.list.js +6 -10
- package/dist/presentation/cli/commands/decisions/list/decisions.list.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/restore/decision.restore.js +6 -10
- package/dist/presentation/cli/commands/decisions/restore/decision.restore.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/reverse/decision.reverse.js +4 -8
- package/dist/presentation/cli/commands/decisions/reverse/decision.reverse.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/supersede/decision.supersede.js +4 -8
- package/dist/presentation/cli/commands/decisions/supersede/decision.supersede.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/update/decision.update.js +4 -8
- package/dist/presentation/cli/commands/decisions/update/decision.update.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/add/dependency.add.js +7 -11
- package/dist/presentation/cli/commands/dependencies/add/dependency.add.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/list/dependencies.list.js +6 -10
- package/dist/presentation/cli/commands/dependencies/list/dependencies.list.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/remove/dependency.remove.js +4 -8
- package/dist/presentation/cli/commands/dependencies/remove/dependency.remove.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/update/dependency.update.js +4 -8
- package/dist/presentation/cli/commands/dependencies/update/dependency.update.js.map +1 -1
- package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.js +16 -20
- package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/evolve/evolve.js +6 -10
- package/dist/presentation/cli/commands/evolve/evolve.js.map +1 -1
- package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.js +14 -18
- package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/add/goal.add.js +8 -12
- package/dist/presentation/cli/commands/goals/add/goal.add.js.map +1 -1
- package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.js +13 -17
- package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/approve/goal.approve.js +8 -12
- package/dist/presentation/cli/commands/goals/approve/goal.approve.js.map +1 -1
- package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/block/goal.block.js +6 -10
- package/dist/presentation/cli/commands/goals/block/goal.block.js.map +1 -1
- package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.js +17 -21
- package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/close/goal.close.js +8 -12
- package/dist/presentation/cli/commands/goals/close/goal.close.js.map +1 -1
- package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.js +64 -68
- package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/codify/goal.codify.js +6 -10
- package/dist/presentation/cli/commands/goals/codify/goal.codify.js.map +1 -1
- package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/commit/goal.commit.js +8 -12
- package/dist/presentation/cli/commands/goals/commit/goal.commit.js.map +1 -1
- package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.js +16 -20
- package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/list/goals.list.js +6 -10
- package/dist/presentation/cli/commands/goals/list/goals.list.js.map +1 -1
- package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/pause/goal.pause.js +6 -10
- package/dist/presentation/cli/commands/goals/pause/goal.pause.js.map +1 -1
- package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.js +15 -19
- package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/qualify/goal.qualify.js +6 -10
- package/dist/presentation/cli/commands/goals/qualify/goal.qualify.js.map +1 -1
- package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.js +25 -29
- package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/refine/goal.refine.js +23 -27
- package/dist/presentation/cli/commands/goals/refine/goal.refine.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.js +16 -20
- package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reject/goal.reject.js +8 -12
- package/dist/presentation/cli/commands/goals/reject/goal.reject.js.map +1 -1
- package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/remove/goal.remove.js +6 -10
- package/dist/presentation/cli/commands/goals/remove/goal.remove.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.js +11 -15
- package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reset/goal.reset.js +6 -10
- package/dist/presentation/cli/commands/goals/reset/goal.reset.js.map +1 -1
- package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.js +49 -53
- package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/resume/goal.resume.js +6 -10
- package/dist/presentation/cli/commands/goals/resume/goal.resume.js.map +1 -1
- package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.js +55 -59
- package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/review/goal.review.js +6 -10
- package/dist/presentation/cli/commands/goals/review/goal.review.js.map +1 -1
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js +72 -76
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/show/goal.show.js +7 -11
- package/dist/presentation/cli/commands/goals/show/goal.show.js.map +1 -1
- package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.js +43 -47
- package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/start/goal.start.js +6 -10
- package/dist/presentation/cli/commands/goals/start/goal.start.js.map +1 -1
- package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/submit/goal.submit.js +8 -12
- package/dist/presentation/cli/commands/goals/submit/goal.submit.js.map +1 -1
- package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.js +11 -15
- package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/unblock/goal.unblock.js +6 -10
- package/dist/presentation/cli/commands/goals/unblock/goal.unblock.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.js +9 -13
- package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update/goal.update.js +6 -10
- package/dist/presentation/cli/commands/goals/update/goal.update.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update-progress/goal.update-progress.js +6 -10
- package/dist/presentation/cli/commands/goals/update-progress/goal.update-progress.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/add/guideline.add.js +4 -8
- package/dist/presentation/cli/commands/guidelines/add/guideline.add.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/list/guidelines.list.js +6 -10
- package/dist/presentation/cli/commands/guidelines/list/guidelines.list.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/remove/guideline.remove.js +4 -8
- package/dist/presentation/cli/commands/guidelines/remove/guideline.remove.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/update/guideline.update.js +4 -8
- package/dist/presentation/cli/commands/guidelines/update/guideline.update.js.map +1 -1
- package/dist/presentation/cli/commands/heal/HealOutputBuilder.js +13 -17
- package/dist/presentation/cli/commands/heal/HealOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/heal/heal.js +6 -10
- package/dist/presentation/cli/commands/heal/heal.js.map +1 -1
- package/dist/presentation/cli/commands/host/workers/worker.view.js +9 -13
- package/dist/presentation/cli/commands/host/workers/worker.view.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/add/invariant.add.js +4 -8
- package/dist/presentation/cli/commands/invariants/add/invariant.add.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.js +10 -14
- package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/list/invariants.list.js +6 -10
- package/dist/presentation/cli/commands/invariants/list/invariants.list.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/remove/invariant.remove.js +4 -8
- package/dist/presentation/cli/commands/invariants/remove/invariant.remove.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/update/invariant.update.js +4 -8
- package/dist/presentation/cli/commands/invariants/update/invariant.update.js.map +1 -1
- package/dist/presentation/cli/commands/project/init/project.init.d.ts.map +1 -1
- package/dist/presentation/cli/commands/project/init/project.init.js +229 -301
- package/dist/presentation/cli/commands/project/init/project.init.js.map +1 -1
- package/dist/presentation/cli/commands/project/update/project.update.js +4 -8
- package/dist/presentation/cli/commands/project/update/project.update.js.map +1 -1
- package/dist/presentation/cli/commands/registry/CommandMetadata.js +2 -6
- package/dist/presentation/cli/commands/registry/CommandMetadata.js.map +1 -1
- package/dist/presentation/cli/commands/registry/CommanderApplicator.js +22 -29
- package/dist/presentation/cli/commands/registry/CommanderApplicator.js.map +1 -1
- package/dist/presentation/cli/commands/registry/PathNormalizer.js +4 -10
- package/dist/presentation/cli/commands/registry/PathNormalizer.js.map +1 -1
- package/dist/presentation/cli/commands/registry/generated-commands.d.ts.map +1 -1
- package/dist/presentation/cli/commands/registry/generated-commands.js +247 -244
- package/dist/presentation/cli/commands/registry/generated-commands.js.map +1 -1
- package/dist/presentation/cli/commands/relations/add/relation.add.js +4 -8
- package/dist/presentation/cli/commands/relations/add/relation.add.js.map +1 -1
- package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/relations/list/relations.list.js +6 -10
- package/dist/presentation/cli/commands/relations/list/relations.list.js.map +1 -1
- package/dist/presentation/cli/commands/relations/remove/relation.remove.js +4 -8
- package/dist/presentation/cli/commands/relations/remove/relation.remove.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/compact/session.compact.js +7 -11
- package/dist/presentation/cli/commands/sessions/compact/session.compact.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/end/session.end.js +4 -8
- package/dist/presentation/cli/commands/sessions/end/session.end.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.js +11 -15
- package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/list/sessions.list.js +6 -10
- package/dist/presentation/cli/commands/sessions/list/sessions.list.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionGoalsOutputBuilder.js +5 -9
- package/dist/presentation/cli/commands/sessions/start/SessionGoalsOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionStartOutputBuilder.js +7 -11
- package/dist/presentation/cli/commands/sessions/start/SessionStartOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionStartTextRenderer.js +5 -9
- package/dist/presentation/cli/commands/sessions/start/SessionStartTextRenderer.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/session.start.js +6 -10
- package/dist/presentation/cli/commands/sessions/start/session.start.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/disable/TelemetryDisableOutputBuilder.js +3 -7
- package/dist/presentation/cli/commands/telemetry/disable/TelemetryDisableOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/disable/telemetry.disable.js +6 -10
- package/dist/presentation/cli/commands/telemetry/disable/telemetry.disable.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/enable/TelemetryEnableOutputBuilder.js +3 -7
- package/dist/presentation/cli/commands/telemetry/enable/TelemetryEnableOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/enable/telemetry.enable.js +6 -10
- package/dist/presentation/cli/commands/telemetry/enable/telemetry.enable.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/status/TelemetryStatusOutputBuilder.js +3 -7
- package/dist/presentation/cli/commands/telemetry/status/TelemetryStatusOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/telemetry/status/telemetry.status.js +6 -10
- package/dist/presentation/cli/commands/telemetry/status/telemetry.status.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/add/value.add.js +4 -8
- package/dist/presentation/cli/commands/value-propositions/add/value.add.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.js +12 -16
- package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/list/values.list.js +6 -10
- package/dist/presentation/cli/commands/value-propositions/list/values.list.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/remove/value.remove.js +4 -8
- package/dist/presentation/cli/commands/value-propositions/remove/value.remove.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/update/value.update.js +4 -8
- package/dist/presentation/cli/commands/value-propositions/update/value.update.js.map +1 -1
- package/dist/presentation/cli/commands/work/pause/work.pause.js +4 -8
- package/dist/presentation/cli/commands/work/pause/work.pause.js.map +1 -1
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.d.ts +5 -39
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.d.ts.map +1 -1
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js +12 -90
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js.map +1 -1
- package/dist/presentation/cli/commands/work/refine/work.refine.d.ts.map +1 -1
- package/dist/presentation/cli/commands/work/refine/work.refine.js +29 -114
- package/dist/presentation/cli/commands/work/refine/work.refine.js.map +1 -1
- package/dist/presentation/cli/commands/work/resume/work.resume.js +9 -13
- package/dist/presentation/cli/commands/work/resume/work.resume.js.map +1 -1
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.d.ts +17 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.js +37 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.js.map +1 -0
- package/dist/presentation/cli/commands/work/review/work.review.d.ts +23 -0
- package/dist/presentation/cli/commands/work/review/work.review.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/review/work.review.js +105 -0
- package/dist/presentation/cli/commands/work/review/work.review.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.d.ts +18 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.js +34 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.d.ts +56 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.js +89 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.d.ts +40 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.js +79 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.d.ts +13 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.js +26 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.js.map +1 -0
- package/dist/presentation/cli/errors/ErrorFormatter.js +4 -10
- package/dist/presentation/cli/errors/ErrorFormatter.js.map +1 -1
- package/dist/presentation/cli/formatting/YamlFormatter.js +3 -10
- package/dist/presentation/cli/formatting/YamlFormatter.js.map +1 -1
- package/dist/presentation/cli/help/CategoryFormatter.js +1 -4
- package/dist/presentation/cli/help/CategoryFormatter.js.map +1 -1
- package/dist/presentation/cli/help/SubcommandHelpFormatter.js +3 -6
- package/dist/presentation/cli/help/SubcommandHelpFormatter.js.map +1 -1
- package/dist/presentation/cli/output/Annotation.d.ts +1 -1
- package/dist/presentation/cli/output/Annotation.d.ts.map +1 -1
- package/dist/presentation/cli/output/Annotation.js +1 -2
- package/dist/presentation/cli/output/AnnotationSection.d.ts +2 -2
- package/dist/presentation/cli/output/AnnotationSection.d.ts.map +1 -1
- package/dist/presentation/cli/output/AnnotationSection.js +1 -2
- package/dist/presentation/cli/output/AnnotationType.js +1 -2
- package/dist/presentation/cli/output/DataSection.d.ts +1 -1
- package/dist/presentation/cli/output/DataSection.d.ts.map +1 -1
- package/dist/presentation/cli/output/DataSection.js +1 -2
- package/dist/presentation/cli/output/GroupSection.d.ts +2 -2
- package/dist/presentation/cli/output/GroupSection.d.ts.map +1 -1
- package/dist/presentation/cli/output/GroupSection.js +1 -2
- package/dist/presentation/cli/output/HookOutput.js +1 -2
- package/dist/presentation/cli/output/PromptSection.d.ts +1 -1
- package/dist/presentation/cli/output/PromptSection.d.ts.map +1 -1
- package/dist/presentation/cli/output/PromptSection.js +1 -2
- package/dist/presentation/cli/output/Section.d.ts +2 -2
- package/dist/presentation/cli/output/Section.d.ts.map +1 -1
- package/dist/presentation/cli/output/Section.js +1 -2
- package/dist/presentation/cli/output/SectionType.js +1 -2
- package/dist/presentation/cli/output/TerminalOutput.d.ts +2 -2
- package/dist/presentation/cli/output/TerminalOutput.d.ts.map +1 -1
- package/dist/presentation/cli/output/TerminalOutput.js +1 -5
- package/dist/presentation/cli/output/TerminalOutput.js.map +1 -1
- package/dist/presentation/cli/output/TerminalOutputBuilder.d.ts +3 -3
- package/dist/presentation/cli/output/TerminalOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/output/TerminalOutputBuilder.js +3 -7
- package/dist/presentation/cli/output/TerminalOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/output/index.d.ts +12 -12
- package/dist/presentation/cli/output/index.d.ts.map +1 -1
- package/dist/presentation/cli/output/index.js +3 -22
- package/dist/presentation/cli/output/index.js.map +1 -1
- package/dist/presentation/cli/output/renderers/ComponentRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/ComponentRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/ComponentRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/ComponentRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/DecisionRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/DecisionRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/DecisionRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/DecisionRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/DependencyRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/DependencyRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/DependencyRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/DependencyRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/EntityRenderer.d.ts +1 -1
- package/dist/presentation/cli/output/renderers/EntityRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/EntityRenderer.js +1 -2
- package/dist/presentation/cli/output/renderers/EntityRendererRegistry.d.ts +1 -1
- package/dist/presentation/cli/output/renderers/EntityRendererRegistry.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/EntityRendererRegistry.js +1 -5
- package/dist/presentation/cli/output/renderers/EntityRendererRegistry.js.map +1 -1
- package/dist/presentation/cli/output/renderers/GuidelineRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/GuidelineRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/GuidelineRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/GuidelineRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/HumanReadableRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/HumanReadableRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/HumanReadableRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/HumanReadableRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/InvariantRenderer.d.ts +2 -2
- package/dist/presentation/cli/output/renderers/InvariantRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/InvariantRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/InvariantRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/JsonRenderer.d.ts +3 -3
- package/dist/presentation/cli/output/renderers/JsonRenderer.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/JsonRenderer.js +1 -5
- package/dist/presentation/cli/output/renderers/JsonRenderer.js.map +1 -1
- package/dist/presentation/cli/output/renderers/index.d.ts +9 -9
- package/dist/presentation/cli/output/renderers/index.d.ts.map +1 -1
- package/dist/presentation/cli/output/renderers/index.js +8 -19
- package/dist/presentation/cli/output/renderers/index.js.map +1 -1
- package/dist/presentation/cli/program/GlobalOptionsHandler.js +3 -6
- package/dist/presentation/cli/program/GlobalOptionsHandler.js.map +1 -1
- package/dist/presentation/cli/program/ProgramFactory.js +5 -8
- package/dist/presentation/cli/program/ProgramFactory.js.map +1 -1
- package/dist/presentation/cli/prompts/InteractivePromptService.d.ts +1 -0
- package/dist/presentation/cli/prompts/InteractivePromptService.d.ts.map +1 -1
- package/dist/presentation/cli/prompts/InteractivePromptService.js +39 -56
- package/dist/presentation/cli/prompts/InteractivePromptService.js.map +1 -1
- package/dist/presentation/cli/prompts/index.d.ts +2 -1
- package/dist/presentation/cli/prompts/index.d.ts.map +1 -1
- package/dist/presentation/cli/prompts/index.js +1 -5
- package/dist/presentation/cli/prompts/index.js.map +1 -1
- package/dist/presentation/cli/rendering/OutputLayout.js +26 -37
- package/dist/presentation/cli/rendering/OutputLayout.js.map +1 -1
- package/dist/presentation/cli/rendering/Renderer.js +11 -15
- package/dist/presentation/cli/rendering/Renderer.js.map +1 -1
- package/dist/presentation/cli/rendering/StyleConfig.d.ts +18 -19
- package/dist/presentation/cli/rendering/StyleConfig.d.ts.map +1 -1
- package/dist/presentation/cli/rendering/StyleConfig.js +39 -50
- package/dist/presentation/cli/rendering/StyleConfig.js.map +1 -1
- package/dist/presentation/cli/rendering/formats/JsonRenderer.js +1 -5
- package/dist/presentation/cli/rendering/formats/JsonRenderer.js.map +1 -1
- package/dist/presentation/cli/rendering/formats/NdjsonRenderer.js +1 -5
- package/dist/presentation/cli/rendering/formats/NdjsonRenderer.js.map +1 -1
- package/dist/presentation/cli/rendering/formats/TextRenderer.js +17 -21
- package/dist/presentation/cli/rendering/formats/TextRenderer.js.map +1 -1
- package/dist/presentation/cli/rendering/formats/YamlRenderer.js +3 -10
- package/dist/presentation/cli/rendering/formats/YamlRenderer.js.map +1 -1
- package/dist/presentation/cli/rendering/types.js +1 -2
- package/package.json +13 -19
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewerDisplay.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/review/ReviewerDisplay.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAuB,MAAM,4BAA4B,CAAC;AAEhF,MAAM,OAAO,eAAgB,SAAQ,aAAa;IAChD,YAAY,aAAkC;QAC5C,KAAK,CACH;YACE,KAAK,EAAE,gBAAgB;YACvB,SAAS,EAAE,sBAAsB;YACjC,WAAW,EAAE,WAAW;YACxB,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,UAAU;SACvB,EACD,aAAa,CACd,CAAC;IACJ,CAAC;IAED;;;OAGG;IACH,mBAAmB,CACjB,MAAc,EACd,SAAiB,EACjB,QAAgB,EAChB,OAAe;QAEf,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACjC,MAAM,WAAW,GAAG,GAAG,QAAQ,WAAW,QAAQ,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;QAEtE,IAAI,OAAO,KAAK,UAAU,EAAE,CAAC;YAC3B,IAAI,CAAC,IAAI,CACP,KAAK,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,CACpH,CAAC;QACJ,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,IAAI,CACP,KAAK,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,EAAE,CACtH,CAAC;QACJ,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC;QAChE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAChB,CAAC;CACF"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI Command: jumbo work review
|
|
3
|
+
*
|
|
4
|
+
* Long-running daemon that continuously polls for goals in 'submitted' state
|
|
5
|
+
* and delegates their QA review to an agent subprocess. Runs until killed.
|
|
6
|
+
*
|
|
7
|
+
* A goal is considered reviewed when its status transitions to either
|
|
8
|
+
* 'approved' or 'rejected' — both are valid review outcomes.
|
|
9
|
+
*
|
|
10
|
+
* Every interaction with Jumbo state is a short-lived subprocess.
|
|
11
|
+
* This command holds no database connections or application infrastructure.
|
|
12
|
+
*/
|
|
13
|
+
import { CommandMetadata } from "../../registry/CommandMetadata.js";
|
|
14
|
+
import { IApplicationContainer } from "../../../../../application/host/IApplicationContainer.js";
|
|
15
|
+
export declare const metadata: CommandMetadata;
|
|
16
|
+
interface WorkReviewOptions {
|
|
17
|
+
readonly agent: string;
|
|
18
|
+
readonly pollInterval?: string;
|
|
19
|
+
readonly maxRetries?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare function workReview(options: WorkReviewOptions, _container: IApplicationContainer): Promise<void>;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=work.review.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work.review.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/review/work.review.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,0DAA0D,CAAC;AAWjG,eAAO,MAAM,QAAQ,EAAE,eAgCtB,CAAC;AAEF,UAAU,iBAAiB;IACzB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;CAC9B;AAyBD,wBAAsB,UAAU,CAC9B,OAAO,EAAE,iBAAiB,EAC1B,UAAU,EAAE,qBAAqB,iBAsClC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CLI Command: jumbo work review
|
|
3
|
+
*
|
|
4
|
+
* Long-running daemon that continuously polls for goals in 'submitted' state
|
|
5
|
+
* and delegates their QA review to an agent subprocess. Runs until killed.
|
|
6
|
+
*
|
|
7
|
+
* A goal is considered reviewed when its status transitions to either
|
|
8
|
+
* 'approved' or 'rejected' — both are valid review outcomes.
|
|
9
|
+
*
|
|
10
|
+
* Every interaction with Jumbo state is a short-lived subprocess.
|
|
11
|
+
* This command holds no database connections or application infrastructure.
|
|
12
|
+
*/
|
|
13
|
+
import { execSync } from "node:child_process";
|
|
14
|
+
import { ReviewerDisplay } from "./ReviewerDisplay.js";
|
|
15
|
+
import { SUPPORTED_AGENTS, spawnAgent } from "../shared/AgentSpawner.js";
|
|
16
|
+
import { queryGoalStatus } from "../shared/GoalStatusQuery.js";
|
|
17
|
+
import { runDaemonLoop } from "../shared/DaemonLoop.js";
|
|
18
|
+
const DEFAULT_POLL_INTERVAL_S = 30;
|
|
19
|
+
const DEFAULT_MAX_RETRIES = 3;
|
|
20
|
+
const REVIEW_COMPLETE_STATUSES = ["approved", "rejected"];
|
|
21
|
+
export const metadata = {
|
|
22
|
+
description: "Continuously review submitted goals via an agent subprocess (runs until killed)",
|
|
23
|
+
category: "work",
|
|
24
|
+
requiredOptions: [
|
|
25
|
+
{
|
|
26
|
+
flags: "--agent <agentId>",
|
|
27
|
+
description: `Agent to delegate review to (${SUPPORTED_AGENTS.join(", ")})`,
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
options: [
|
|
31
|
+
{
|
|
32
|
+
flags: "--poll-interval <seconds>",
|
|
33
|
+
description: "Seconds to wait between polling for new goals",
|
|
34
|
+
default: DEFAULT_POLL_INTERVAL_S,
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
flags: "--max-retries <number>",
|
|
38
|
+
description: "Max retry attempts per goal before moving on",
|
|
39
|
+
default: DEFAULT_MAX_RETRIES,
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
examples: [
|
|
43
|
+
{
|
|
44
|
+
command: "jumbo work review --agent claude",
|
|
45
|
+
description: "Start the reviewer daemon using Claude",
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
command: "jumbo work review --agent claude --poll-interval 60",
|
|
49
|
+
description: "Poll every 60 seconds instead of the default 30",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
related: ["goal review", "goal approve", "goal reject", "work pause", "work resume"],
|
|
53
|
+
};
|
|
54
|
+
// --- Review-specific subprocess helpers ---
|
|
55
|
+
function querySubmittedGoals() {
|
|
56
|
+
try {
|
|
57
|
+
const stdout = execSync("npx jumbo goals list --status submitted", {
|
|
58
|
+
stdio: ["ignore", "pipe", "ignore"],
|
|
59
|
+
timeout: 30000,
|
|
60
|
+
}).toString();
|
|
61
|
+
const parsed = JSON.parse(stdout);
|
|
62
|
+
const goals = (parsed.goals ?? []);
|
|
63
|
+
return goals.sort((a, b) => new Date(a.createdAt).getTime() - new Date(b.createdAt).getTime());
|
|
64
|
+
}
|
|
65
|
+
catch {
|
|
66
|
+
return [];
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
function isReviewComplete(goalId) {
|
|
70
|
+
const status = queryGoalStatus(goalId);
|
|
71
|
+
return REVIEW_COMPLETE_STATUSES.includes(status);
|
|
72
|
+
}
|
|
73
|
+
// --- Main daemon entry ---
|
|
74
|
+
export async function workReview(options, _container) {
|
|
75
|
+
const agentId = options.agent;
|
|
76
|
+
if (!SUPPORTED_AGENTS.includes(agentId)) {
|
|
77
|
+
const display = new ReviewerDisplay({ agentId, pollIntervalS: 0, maxRetries: 0 });
|
|
78
|
+
display.renderUnknownAgent(options.agent, SUPPORTED_AGENTS);
|
|
79
|
+
process.exit(1);
|
|
80
|
+
}
|
|
81
|
+
const pollIntervalS = parseInt(options.pollInterval ?? "", 10) || DEFAULT_POLL_INTERVAL_S;
|
|
82
|
+
const maxRetries = parseInt(options.maxRetries ?? "", 10) || DEFAULT_MAX_RETRIES;
|
|
83
|
+
const display = new ReviewerDisplay({
|
|
84
|
+
agentId,
|
|
85
|
+
pollIntervalS,
|
|
86
|
+
maxRetries,
|
|
87
|
+
});
|
|
88
|
+
await runDaemonLoop({ agentId, pollIntervalS, maxRetries }, display, {
|
|
89
|
+
queryGoals: () => querySubmittedGoals(),
|
|
90
|
+
spawnAgent: (goalId) => {
|
|
91
|
+
const prompt = `Run the Jumbo review workflow for goal ${goalId}. Execute: jumbo goal review --id ${goalId}`;
|
|
92
|
+
return spawnAgent(agentId, prompt);
|
|
93
|
+
},
|
|
94
|
+
isGoalComplete: (goalId) => isReviewComplete(goalId),
|
|
95
|
+
onGoalComplete: (goalId, objective, attempts) => {
|
|
96
|
+
const outcome = queryGoalStatus(goalId);
|
|
97
|
+
display.renderReviewOutcome(goalId, objective, attempts, outcome);
|
|
98
|
+
},
|
|
99
|
+
onGoalSkipped: (goalId, _status, retries) => {
|
|
100
|
+
const status = queryGoalStatus(goalId);
|
|
101
|
+
display.renderGoalSkipped(goalId, status, retries);
|
|
102
|
+
},
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
//# sourceMappingURL=work.review.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work.review.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/review/work.review.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAG9C,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAW,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,MAAM,uBAAuB,GAAG,EAAE,CAAC;AACnC,MAAM,mBAAmB,GAAG,CAAC,CAAC;AAE9B,MAAM,wBAAwB,GAAG,CAAC,UAAU,EAAE,UAAU,CAAU,CAAC;AAEnE,MAAM,CAAC,MAAM,QAAQ,GAAoB;IACvC,WAAW,EAAE,iFAAiF;IAC9F,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,mBAAmB;YAC1B,WAAW,EAAE,gCAAgC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG;SAC5E;KACF;IACD,OAAO,EAAE;QACP;YACE,KAAK,EAAE,2BAA2B;YAClC,WAAW,EAAE,+CAA+C;YAC5D,OAAO,EAAE,uBAAuB;SACjC;QACD;YACE,KAAK,EAAE,wBAAwB;YAC/B,WAAW,EAAE,8CAA8C;YAC3D,OAAO,EAAE,mBAAmB;SAC7B;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,kCAAkC;YAC3C,WAAW,EAAE,wCAAwC;SACtD;QACD;YACE,OAAO,EAAE,qDAAqD;YAC9D,WAAW,EAAE,iDAAiD;SAC/D;KACF;IACD,OAAO,EAAE,CAAC,aAAa,EAAE,cAAc,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,CAAC;CACrF,CAAC;AAQF,6CAA6C;AAE7C,SAAS,mBAAmB;IAC1B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,QAAQ,CAAC,yCAAyC,EAAE;YACjE,KAAK,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC;YACnC,OAAO,EAAE,KAAM;SAChB,CAAC,CAAC,QAAQ,EAAE,CAAC;QACd,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAClC,MAAM,KAAK,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,EAAE,CAA+D,CAAC;QACjG,OAAO,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,GAAG,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,EAAE,CAAC;IACZ,CAAC;AACH,CAAC;AAED,SAAS,gBAAgB,CAAC,MAAc;IACtC,MAAM,MAAM,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;IACvC,OAAQ,wBAA8C,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;AAC1E,CAAC;AAED,4BAA4B;AAE5B,MAAM,CAAC,KAAK,UAAU,UAAU,CAC9B,OAA0B,EAC1B,UAAiC;IAEjC,MAAM,OAAO,GAAG,OAAO,CAAC,KAAgB,CAAC;IACzC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC;QACxC,MAAM,OAAO,GAAG,IAAI,eAAe,CAAC,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC;QAClF,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC;QAC5D,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IAED,MAAM,aAAa,GAAG,QAAQ,CAAC,OAAO,CAAC,YAAY,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,uBAAuB,CAAC;IAC1F,MAAM,UAAU,GAAG,QAAQ,CAAC,OAAO,CAAC,UAAU,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,mBAAmB,CAAC;IAEjF,MAAM,OAAO,GAAG,IAAI,eAAe,CAAC;QAClC,OAAO;QACP,aAAa;QACb,UAAU;KACX,CAAC,CAAC;IAEH,MAAM,aAAa,CACjB,EAAE,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,EACtC,OAAO,EACP;QACE,UAAU,EAAE,GAAG,EAAE,CAAC,mBAAmB,EAAE;QACvC,UAAU,EAAE,CAAC,MAAM,EAAE,EAAE;YACrB,MAAM,MAAM,GAAG,0CAA0C,MAAM,qCAAqC,MAAM,EAAE,CAAC;YAC7G,OAAO,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;QACrC,CAAC;QACD,cAAc,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,MAAM,CAAC;QACpD,cAAc,EAAE,CAAC,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE;YAC9C,MAAM,OAAO,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;YACxC,OAAO,CAAC,mBAAmB,CAAC,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;QACpE,CAAC;QACD,aAAa,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE;YAC1C,MAAM,MAAM,GAAG,eAAe,CAAC,MAAM,CAAC,CAAC;YACvC,OAAO,CAAC,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;QACrD,CAAC;KACF,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Agent Spawner
|
|
3
|
+
*
|
|
4
|
+
* Encapsulates supported agent CLI tools, their command mappings,
|
|
5
|
+
* and the subprocess spawning logic used by work daemons.
|
|
6
|
+
*/
|
|
7
|
+
export declare const SUPPORTED_AGENTS: readonly ["claude", "gemini", "copilot", "codex", "cursor", "vibe"];
|
|
8
|
+
export type AgentId = typeof SUPPORTED_AGENTS[number];
|
|
9
|
+
export declare const AGENT_COMMANDS: Record<AgentId, {
|
|
10
|
+
executable: string;
|
|
11
|
+
promptFlag: string;
|
|
12
|
+
}>;
|
|
13
|
+
/**
|
|
14
|
+
* Spawn an agent CLI subprocess with the given prompt.
|
|
15
|
+
* Returns the exit code (0 = success, non-zero = failure).
|
|
16
|
+
*/
|
|
17
|
+
export declare function spawnAgent(agentId: AgentId, prompt: string): Promise<number>;
|
|
18
|
+
//# sourceMappingURL=AgentSpawner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AgentSpawner.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/shared/AgentSpawner.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,eAAO,MAAM,gBAAgB,qEAAsE,CAAC;AACpG,MAAM,MAAM,OAAO,GAAG,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEtD,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,OAAO,EAAE;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CAAE,CAOtF,CAAC;AAEF;;;GAGG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAc5E"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Agent Spawner
|
|
3
|
+
*
|
|
4
|
+
* Encapsulates supported agent CLI tools, their command mappings,
|
|
5
|
+
* and the subprocess spawning logic used by work daemons.
|
|
6
|
+
*/
|
|
7
|
+
import { spawn } from "node:child_process";
|
|
8
|
+
export const SUPPORTED_AGENTS = ["claude", "gemini", "copilot", "codex", "cursor", "vibe"];
|
|
9
|
+
export const AGENT_COMMANDS = {
|
|
10
|
+
claude: { executable: "claude", promptFlag: "-p" },
|
|
11
|
+
gemini: { executable: "gemini", promptFlag: "-p" },
|
|
12
|
+
copilot: { executable: "gh copilot", promptFlag: "-p" },
|
|
13
|
+
codex: { executable: "codex", promptFlag: "-p" },
|
|
14
|
+
cursor: { executable: "cursor", promptFlag: "-p" },
|
|
15
|
+
vibe: { executable: "vibe", promptFlag: "-p" },
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Spawn an agent CLI subprocess with the given prompt.
|
|
19
|
+
* Returns the exit code (0 = success, non-zero = failure).
|
|
20
|
+
*/
|
|
21
|
+
export function spawnAgent(agentId, prompt) {
|
|
22
|
+
const { executable, promptFlag } = AGENT_COMMANDS[agentId];
|
|
23
|
+
const escaped = prompt.replace(/"/g, '\\"');
|
|
24
|
+
const command = `${executable} ${promptFlag} "${escaped}"`;
|
|
25
|
+
return new Promise((resolve) => {
|
|
26
|
+
const child = spawn(command, [], {
|
|
27
|
+
stdio: ["ignore", "ignore", "ignore"],
|
|
28
|
+
shell: true,
|
|
29
|
+
});
|
|
30
|
+
child.on("close", (code) => resolve(code ?? 1));
|
|
31
|
+
child.on("error", () => resolve(1));
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=AgentSpawner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AgentSpawner.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/shared/AgentSpawner.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAE3C,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,CAAU,CAAC;AAGpG,MAAM,CAAC,MAAM,cAAc,GAAgE;IACzF,MAAM,EAAG,EAAE,UAAU,EAAE,QAAQ,EAAM,UAAU,EAAE,IAAI,EAAE;IACvD,MAAM,EAAG,EAAE,UAAU,EAAE,QAAQ,EAAM,UAAU,EAAE,IAAI,EAAE;IACvD,OAAO,EAAE,EAAE,UAAU,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,EAAE;IACvD,KAAK,EAAI,EAAE,UAAU,EAAE,OAAO,EAAO,UAAU,EAAE,IAAI,EAAE;IACvD,MAAM,EAAG,EAAE,UAAU,EAAE,QAAQ,EAAM,UAAU,EAAE,IAAI,EAAE;IACvD,IAAI,EAAK,EAAE,UAAU,EAAE,MAAM,EAAQ,UAAU,EAAE,IAAI,EAAE;CACxD,CAAC;AAEF;;;GAGG;AACH,MAAM,UAAU,UAAU,CAAC,OAAgB,EAAE,MAAc;IACzD,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;IAC3D,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5C,MAAM,OAAO,GAAG,GAAG,UAAU,IAAI,UAAU,KAAK,OAAO,GAAG,CAAC;IAE3D,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC7B,MAAM,KAAK,GAAG,KAAK,CAAC,OAAO,EAAE,EAAE,EAAE;YAC/B,KAAK,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC;YACrC,KAAK,EAAE,IAAI;SACZ,CAAC,CAAC;QAEH,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;QAChD,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daemon Display
|
|
3
|
+
*
|
|
4
|
+
* Base class for work daemon display rendering. Provides the shared
|
|
5
|
+
* layout structure (header, spinners, goal lifecycle messages, shutdown)
|
|
6
|
+
* with configurable labels so each daemon can customize its appearance.
|
|
7
|
+
*/
|
|
8
|
+
export interface DaemonDisplayConfig {
|
|
9
|
+
/** Display title shown in the glimmer header (e.g. "Jumbo Refinery") */
|
|
10
|
+
readonly title: string;
|
|
11
|
+
/** Label for the idle spinner (e.g. "foraging") */
|
|
12
|
+
readonly idleLabel: string;
|
|
13
|
+
/** Label for the active spinner (e.g. "refining") */
|
|
14
|
+
readonly activeLabel: string;
|
|
15
|
+
/** Status word shown on goal completion (e.g. "refined") */
|
|
16
|
+
readonly completeStatus: string;
|
|
17
|
+
/** Daemon name for the shutdown message (e.g. "Refinery") */
|
|
18
|
+
readonly daemonName: string;
|
|
19
|
+
}
|
|
20
|
+
export interface DaemonRuntimeConfig {
|
|
21
|
+
readonly agentId: string;
|
|
22
|
+
readonly pollIntervalS: number;
|
|
23
|
+
readonly maxRetries: number;
|
|
24
|
+
}
|
|
25
|
+
export declare class DaemonDisplay {
|
|
26
|
+
protected readonly displayConfig: DaemonDisplayConfig;
|
|
27
|
+
protected readonly runtimeConfig: DaemonRuntimeConfig;
|
|
28
|
+
protected readonly write: (s: string) => void;
|
|
29
|
+
constructor(displayConfig: DaemonDisplayConfig, runtimeConfig: DaemonRuntimeConfig);
|
|
30
|
+
/** Render the header block: accent bar + glimmer title + config + divider */
|
|
31
|
+
renderHeader(): Promise<void>;
|
|
32
|
+
/** Start the idle braille spinner */
|
|
33
|
+
startWaiting(): {
|
|
34
|
+
stop: () => void;
|
|
35
|
+
};
|
|
36
|
+
/** Start the active processing braille spinner */
|
|
37
|
+
startProcessing(): {
|
|
38
|
+
stop: () => void;
|
|
39
|
+
};
|
|
40
|
+
/** Render goal discovery info */
|
|
41
|
+
renderGoalStart(goalId: string, objective: string, attempt: number, maxRetries: number): void;
|
|
42
|
+
/** Render goal completion */
|
|
43
|
+
renderGoalComplete(goalId: string, objective: string, attempts: number): void;
|
|
44
|
+
/** Render goal exhaustion/skip warning */
|
|
45
|
+
renderGoalSkipped(goalId: string, status: string, maxRetries: number): void;
|
|
46
|
+
/** Render unknown agent error */
|
|
47
|
+
renderUnknownAgent(agent: string, supported: readonly string[]): void;
|
|
48
|
+
/** Render shutdown message */
|
|
49
|
+
renderShutdown(): void;
|
|
50
|
+
protected out(msg: string): void;
|
|
51
|
+
protected line(msg: string): void;
|
|
52
|
+
protected divider(): void;
|
|
53
|
+
protected truncateObjective(text: string, max?: number): string;
|
|
54
|
+
protected shortId(goalId: string): string;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=DaemonDisplay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DaemonDisplay.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/shared/DaemonDisplay.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAYH,MAAM,WAAW,mBAAmB;IAClC,wEAAwE;IACxE,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,mDAAmD;IACnD,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,qDAAqD;IACrD,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,4DAA4D;IAC5D,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,6DAA6D;IAC7D,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;AAED,qBAAa,aAAa;IACxB,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,mBAAmB,CAAC;IACtD,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,mBAAmB,CAAC;IACtD,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;gBAElC,aAAa,EAAE,mBAAmB,EAAE,aAAa,EAAE,mBAAmB;IAMlF,6EAA6E;IACvE,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC;IAgBnC,qCAAqC;IACrC,YAAY,IAAI;QAAE,IAAI,EAAE,MAAM,IAAI,CAAA;KAAE;IAIpC,kDAAkD;IAClD,eAAe,IAAI;QAAE,IAAI,EAAE,MAAM,IAAI,CAAA;KAAE;IAIvC,iCAAiC;IACjC,eAAe,CACb,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,GACjB,IAAI;IAQP,6BAA6B;IAC7B,kBAAkB,CAChB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,GACf,IAAI;IASP,0CAA0C;IAC1C,iBAAiB,CACf,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,MAAM,GACjB,IAAI;IAQP,iCAAiC;IACjC,kBAAkB,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,MAAM,EAAE,GAAG,IAAI;IAIrE,8BAA8B;IAC9B,cAAc,IAAI,IAAI;IAOtB,SAAS,CAAC,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIhC,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIjC,SAAS,CAAC,OAAO,IAAI,IAAI;IAIzB,SAAS,CAAC,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,SAAK,GAAG,MAAM;IAK3D,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;CAG1C"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daemon Display
|
|
3
|
+
*
|
|
4
|
+
* Base class for work daemon display rendering. Provides the shared
|
|
5
|
+
* layout structure (header, spinners, goal lifecycle messages, shutdown)
|
|
6
|
+
* with configurable labels so each daemon can customize its appearance.
|
|
7
|
+
*/
|
|
8
|
+
import { Colors, BrandColors, Symbols } from "../../../rendering/StyleConfig.js";
|
|
9
|
+
import { playGlimmer } from "../../../animations/GlimmerEffect.js";
|
|
10
|
+
import { startBrailleSpinner } from "../../../animations/BrailleSpinner.js";
|
|
11
|
+
// Raw ANSI codes for the glimmer animation API
|
|
12
|
+
const RESET = "\x1b[0m";
|
|
13
|
+
const BRIGHT_WHITE = "\x1b[97m";
|
|
14
|
+
const [jbR, jbG, jbB] = BrandColors.jumboBlueRaw;
|
|
15
|
+
const JUMBO_BLUE = `\x1b[38;2;${jbR};${jbG};${jbB}m`;
|
|
16
|
+
export class DaemonDisplay {
|
|
17
|
+
constructor(displayConfig, runtimeConfig) {
|
|
18
|
+
this.displayConfig = displayConfig;
|
|
19
|
+
this.runtimeConfig = runtimeConfig;
|
|
20
|
+
this.write = (s) => process.stderr.write(s);
|
|
21
|
+
}
|
|
22
|
+
/** Render the header block: accent bar + glimmer title + config + divider */
|
|
23
|
+
async renderHeader() {
|
|
24
|
+
const { agentId, pollIntervalS, maxRetries } = this.runtimeConfig;
|
|
25
|
+
this.line("");
|
|
26
|
+
await playGlimmer(this.displayConfig.title, ` ${JUMBO_BLUE}│${RESET} `, {
|
|
27
|
+
baseColor: JUMBO_BLUE,
|
|
28
|
+
highlightColor: BRIGHT_WHITE,
|
|
29
|
+
}, this.write);
|
|
30
|
+
this.out("\n");
|
|
31
|
+
this.line(` ${BrandColors.jumboBlue(Symbols.accentBar)} ${Colors.dim(`${agentId} · poll ${pollIntervalS}s · retries ${maxRetries} · Q to stop`)}`);
|
|
32
|
+
this.divider();
|
|
33
|
+
}
|
|
34
|
+
/** Start the idle braille spinner */
|
|
35
|
+
startWaiting() {
|
|
36
|
+
return startBrailleSpinner({ label: this.displayConfig.idleLabel, write: this.write });
|
|
37
|
+
}
|
|
38
|
+
/** Start the active processing braille spinner */
|
|
39
|
+
startProcessing() {
|
|
40
|
+
return startBrailleSpinner({ label: this.displayConfig.activeLabel, write: this.write });
|
|
41
|
+
}
|
|
42
|
+
/** Render goal discovery info */
|
|
43
|
+
renderGoalStart(goalId, objective, attempt, maxRetries) {
|
|
44
|
+
const sid = this.shortId(goalId);
|
|
45
|
+
this.line(` ${Colors.success(Symbols.filledCircle)} ${Colors.bold(sid)} ${Colors.dim(`attempt ${attempt}/${maxRetries}`)}`);
|
|
46
|
+
this.line(` ${Colors.dim(this.truncateObjective(objective))}`);
|
|
47
|
+
}
|
|
48
|
+
/** Render goal completion */
|
|
49
|
+
renderGoalComplete(goalId, objective, attempts) {
|
|
50
|
+
const sid = this.shortId(goalId);
|
|
51
|
+
this.line(` ${Colors.success(Symbols.check)} ${Colors.success(this.displayConfig.completeStatus)} ${Colors.bold(sid)} ${Colors.dim(`${attempts} attempt${attempts !== 1 ? "s" : ""}`)}`);
|
|
52
|
+
this.line(` ${Colors.dim(this.truncateObjective(objective))}`);
|
|
53
|
+
this.line("");
|
|
54
|
+
}
|
|
55
|
+
/** Render goal exhaustion/skip warning */
|
|
56
|
+
renderGoalSkipped(goalId, status, maxRetries) {
|
|
57
|
+
const sid = this.shortId(goalId);
|
|
58
|
+
this.line(` ${Colors.warning(Symbols.warning)} ${sid} did not reach '${this.displayConfig.completeStatus}' after ${maxRetries} attempts (status: ${status}). Skipping.`);
|
|
59
|
+
this.line("");
|
|
60
|
+
}
|
|
61
|
+
/** Render unknown agent error */
|
|
62
|
+
renderUnknownAgent(agent, supported) {
|
|
63
|
+
this.line(`${Colors.error(Symbols.cross)} Unknown agent '${agent}'. Supported: ${supported.join(", ")}`);
|
|
64
|
+
}
|
|
65
|
+
/** Render shutdown message */
|
|
66
|
+
renderShutdown() {
|
|
67
|
+
this.line("");
|
|
68
|
+
this.line(` ${Colors.dim(`${Symbols.arrow} ${this.displayConfig.daemonName} stopped.`)}`);
|
|
69
|
+
}
|
|
70
|
+
// --- Protected helpers ---
|
|
71
|
+
out(msg) {
|
|
72
|
+
this.write(msg);
|
|
73
|
+
}
|
|
74
|
+
line(msg) {
|
|
75
|
+
this.write(`${msg}\n`);
|
|
76
|
+
}
|
|
77
|
+
divider() {
|
|
78
|
+
this.line(` ${Colors.dim("─".repeat(50))}`);
|
|
79
|
+
}
|
|
80
|
+
truncateObjective(text, max = 60) {
|
|
81
|
+
if (text.length <= max)
|
|
82
|
+
return text;
|
|
83
|
+
return text.slice(0, max - 3) + "...";
|
|
84
|
+
}
|
|
85
|
+
shortId(goalId) {
|
|
86
|
+
return goalId.length > 12 ? goalId.slice(0, 8) : goalId;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=DaemonDisplay.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DaemonDisplay.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/shared/DaemonDisplay.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AAE5E,+CAA+C;AAC/C,MAAM,KAAK,GAAG,SAAS,CAAC;AACxB,MAAM,YAAY,GAAG,UAAU,CAAC;AAChC,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,WAAW,CAAC,YAAY,CAAC;AACjD,MAAM,UAAU,GAAG,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,CAAC;AAqBrD,MAAM,OAAO,aAAa;IAKxB,YAAY,aAAkC,EAAE,aAAkC;QAChF,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QACnC,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QACnC,IAAI,CAAC,KAAK,GAAG,CAAC,CAAS,EAAE,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACtD,CAAC;IAED,6EAA6E;IAC7E,KAAK,CAAC,YAAY;QAChB,MAAM,EAAE,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC;QAElE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACd,MAAM,WAAW,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,KAAK,UAAU,IAAI,KAAK,GAAG,EAAE;YACvE,SAAS,EAAE,UAAU;YACrB,cAAc,EAAE,YAAY;SAC7B,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;QACf,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;QAEf,IAAI,CAAC,IAAI,CACP,KAAK,WAAW,CAAC,SAAS,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,GAAG,OAAO,WAAW,aAAa,eAAe,UAAU,cAAc,CAAC,EAAE,CACzI,CAAC;QACF,IAAI,CAAC,OAAO,EAAE,CAAC;IACjB,CAAC;IAED,qCAAqC;IACrC,YAAY;QACV,OAAO,mBAAmB,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;IACzF,CAAC;IAED,kDAAkD;IAClD,eAAe;QACb,OAAO,mBAAmB,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,aAAa,CAAC,WAAW,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;IAC3F,CAAC;IAED,iCAAiC;IACjC,eAAe,CACb,MAAc,EACd,SAAiB,EACjB,OAAe,EACf,UAAkB;QAElB,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACjC,IAAI,CAAC,IAAI,CACP,KAAK,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,YAAY,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,WAAW,OAAO,IAAI,UAAU,EAAE,CAAC,EAAE,CACnH,CAAC;QACF,IAAI,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC;IAClE,CAAC;IAED,6BAA6B;IAC7B,kBAAkB,CAChB,MAAc,EACd,SAAiB,EACjB,QAAgB;QAEhB,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACjC,IAAI,CAAC,IAAI,CACP,KAAK,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,GAAG,QAAQ,WAAW,QAAQ,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,CACjL,CAAC;QACF,IAAI,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC;QAChE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAChB,CAAC;IAED,0CAA0C;IAC1C,iBAAiB,CACf,MAAc,EACd,MAAc,EACd,UAAkB;QAElB,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACjC,IAAI,CAAC,IAAI,CACP,KAAK,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,GAAG,mBAAmB,IAAI,CAAC,aAAa,CAAC,cAAc,WAAW,UAAU,sBAAsB,MAAM,cAAc,CAC/J,CAAC;QACF,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAChB,CAAC;IAED,iCAAiC;IACjC,kBAAkB,CAAC,KAAa,EAAE,SAA4B;QAC5D,IAAI,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,mBAAmB,KAAK,iBAAiB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC3G,CAAC;IAED,8BAA8B;IAC9B,cAAc;QACZ,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,KAAK,IAAI,IAAI,CAAC,aAAa,CAAC,UAAU,WAAW,CAAC,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED,4BAA4B;IAElB,GAAG,CAAC,GAAW;QACvB,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAClB,CAAC;IAES,IAAI,CAAC,GAAW;QACxB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,IAAI,CAAC,CAAC;IACzB,CAAC;IAES,OAAO;QACf,IAAI,CAAC,IAAI,CAAC,KAAK,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;IAC/C,CAAC;IAES,iBAAiB,CAAC,IAAY,EAAE,GAAG,GAAG,EAAE;QAChD,IAAI,IAAI,CAAC,MAAM,IAAI,GAAG;YAAE,OAAO,IAAI,CAAC;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,GAAG,GAAG,CAAC,CAAC,GAAG,KAAK,CAAC;IACxC,CAAC;IAES,OAAO,CAAC,MAAc;QAC9B,OAAO,MAAM,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;IAC1D,CAAC;CACF"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daemon Loop
|
|
3
|
+
*
|
|
4
|
+
* Generic polling daemon infrastructure for work commands.
|
|
5
|
+
* Encapsulates the poll-process-sleep cycle, retry/exhaustion tracking
|
|
6
|
+
* per goal, and graceful shutdown via SIGINT/SIGTERM/'q' keypress.
|
|
7
|
+
*/
|
|
8
|
+
import { DaemonDisplay } from "./DaemonDisplay.js";
|
|
9
|
+
export interface DaemonConfig {
|
|
10
|
+
/** Agent identifier for display and spawning */
|
|
11
|
+
readonly agentId: string;
|
|
12
|
+
/** Seconds between polling cycles */
|
|
13
|
+
readonly pollIntervalS: number;
|
|
14
|
+
/** Max retry attempts per goal before marking exhausted */
|
|
15
|
+
readonly maxRetries: number;
|
|
16
|
+
}
|
|
17
|
+
export interface GoalEntry {
|
|
18
|
+
readonly goalId: string;
|
|
19
|
+
readonly objective: string;
|
|
20
|
+
}
|
|
21
|
+
export interface DaemonCallbacks {
|
|
22
|
+
/** Query for goals eligible for processing */
|
|
23
|
+
queryGoals: () => GoalEntry[];
|
|
24
|
+
/** Spawn the agent to process a goal; returns exit code */
|
|
25
|
+
spawnAgent: (goalId: string) => Promise<number>;
|
|
26
|
+
/** Check whether the goal reached the desired state */
|
|
27
|
+
isGoalComplete: (goalId: string) => boolean;
|
|
28
|
+
/** Called when a goal successfully completes */
|
|
29
|
+
onGoalComplete: (goalId: string, objective: string, attempts: number) => void;
|
|
30
|
+
/** Called when a goal is exhausted after max retries */
|
|
31
|
+
onGoalSkipped: (goalId: string, status: string, maxRetries: number) => void;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Run the daemon polling loop.
|
|
35
|
+
*
|
|
36
|
+
* Polls for goals, processes them with retry logic, and handles
|
|
37
|
+
* graceful shutdown. Returns when shutdown is triggered.
|
|
38
|
+
*/
|
|
39
|
+
export declare function runDaemonLoop(config: DaemonConfig, display: DaemonDisplay, callbacks: DaemonCallbacks): Promise<void>;
|
|
40
|
+
//# sourceMappingURL=DaemonLoop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DaemonLoop.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/shared/DaemonLoop.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,WAAW,YAAY;IAC3B,gDAAgD;IAChD,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,qCAAqC;IACrC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,2DAA2D;IAC3D,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,SAAS;IACxB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,eAAe;IAC9B,8CAA8C;IAC9C,UAAU,EAAE,MAAM,SAAS,EAAE,CAAC;IAC9B,2DAA2D;IAC3D,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;IAChD,uDAAuD;IACvD,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC;IAC5C,gDAAgD;IAChD,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9E,wDAAwD;IACxD,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAC7E;AAMD;;;;;GAKG;AACH,wBAAsB,aAAa,CACjC,MAAM,EAAE,YAAY,EACpB,OAAO,EAAE,aAAa,EACtB,SAAS,EAAE,eAAe,GACzB,OAAO,CAAC,IAAI,CAAC,CA2Ef"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Daemon Loop
|
|
3
|
+
*
|
|
4
|
+
* Generic polling daemon infrastructure for work commands.
|
|
5
|
+
* Encapsulates the poll-process-sleep cycle, retry/exhaustion tracking
|
|
6
|
+
* per goal, and graceful shutdown via SIGINT/SIGTERM/'q' keypress.
|
|
7
|
+
*/
|
|
8
|
+
function sleep(ms) {
|
|
9
|
+
return new Promise((resolve) => setTimeout(resolve, ms));
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Run the daemon polling loop.
|
|
13
|
+
*
|
|
14
|
+
* Polls for goals, processes them with retry logic, and handles
|
|
15
|
+
* graceful shutdown. Returns when shutdown is triggered.
|
|
16
|
+
*/
|
|
17
|
+
export async function runDaemonLoop(config, display, callbacks) {
|
|
18
|
+
const pollIntervalMs = config.pollIntervalS * 1000;
|
|
19
|
+
const exhaustedGoals = new Set();
|
|
20
|
+
let running = true;
|
|
21
|
+
const shutdown = () => {
|
|
22
|
+
running = false;
|
|
23
|
+
};
|
|
24
|
+
// Listen for 'q' keypress to stop gracefully
|
|
25
|
+
if (process.stdin.isTTY) {
|
|
26
|
+
process.stdin.setRawMode(true);
|
|
27
|
+
process.stdin.resume();
|
|
28
|
+
process.stdin.on("data", (key) => {
|
|
29
|
+
const ch = key.toString();
|
|
30
|
+
if (ch === "q" || ch === "Q" || ch === "\x03") {
|
|
31
|
+
shutdown();
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
process.on("SIGINT", shutdown);
|
|
36
|
+
process.on("SIGTERM", shutdown);
|
|
37
|
+
await display.renderHeader();
|
|
38
|
+
while (running) {
|
|
39
|
+
const goals = callbacks.queryGoals().filter(g => !exhaustedGoals.has(g.goalId));
|
|
40
|
+
if (goals.length === 0) {
|
|
41
|
+
const spinner = display.startWaiting();
|
|
42
|
+
const end = Date.now() + pollIntervalMs;
|
|
43
|
+
while (running && Date.now() < end) {
|
|
44
|
+
await sleep(250);
|
|
45
|
+
}
|
|
46
|
+
spinner.stop();
|
|
47
|
+
continue;
|
|
48
|
+
}
|
|
49
|
+
const target = goals[0];
|
|
50
|
+
let completed = false;
|
|
51
|
+
for (let attempt = 1; attempt <= config.maxRetries && running; attempt++) {
|
|
52
|
+
display.renderGoalStart(target.goalId, target.objective, attempt, config.maxRetries);
|
|
53
|
+
const spinner = display.startProcessing();
|
|
54
|
+
await callbacks.spawnAgent(target.goalId);
|
|
55
|
+
spinner.stop();
|
|
56
|
+
if (!running)
|
|
57
|
+
break;
|
|
58
|
+
if (callbacks.isGoalComplete(target.goalId)) {
|
|
59
|
+
callbacks.onGoalComplete(target.goalId, target.objective, attempt);
|
|
60
|
+
completed = true;
|
|
61
|
+
break;
|
|
62
|
+
}
|
|
63
|
+
if (attempt === config.maxRetries) {
|
|
64
|
+
callbacks.onGoalSkipped(target.goalId, "not-complete", config.maxRetries);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
if (!completed) {
|
|
68
|
+
exhaustedGoals.add(target.goalId);
|
|
69
|
+
}
|
|
70
|
+
await sleep(2000);
|
|
71
|
+
}
|
|
72
|
+
// Clean up stdin and exit
|
|
73
|
+
if (process.stdin.isTTY) {
|
|
74
|
+
process.stdin.setRawMode(false);
|
|
75
|
+
process.stdin.pause();
|
|
76
|
+
}
|
|
77
|
+
display.renderShutdown();
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=DaemonLoop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DaemonLoop.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/shared/DaemonLoop.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA+BH,SAAS,KAAK,CAAC,EAAU;IACvB,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC;AAC3D,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,aAAa,CACjC,MAAoB,EACpB,OAAsB,EACtB,SAA0B;IAE1B,MAAM,cAAc,GAAG,MAAM,CAAC,aAAa,GAAG,IAAI,CAAC;IACnD,MAAM,cAAc,GAAG,IAAI,GAAG,EAAU,CAAC;IAEzC,IAAI,OAAO,GAAG,IAAI,CAAC;IAEnB,MAAM,QAAQ,GAAG,GAAG,EAAE;QACpB,OAAO,GAAG,KAAK,CAAC;IAClB,CAAC,CAAC;IAEF,6CAA6C;IAC7C,IAAI,OAAO,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;QACxB,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QAC/B,OAAO,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;QACvB,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,GAAW,EAAE,EAAE;YACvC,MAAM,EAAE,GAAG,GAAG,CAAC,QAAQ,EAAE,CAAC;YAC1B,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,KAAK,MAAM,EAAE,CAAC;gBAC9C,QAAQ,EAAE,CAAC;YACb,CAAC;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC;IAC/B,OAAO,CAAC,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;IAEhC,MAAM,OAAO,CAAC,YAAY,EAAE,CAAC;IAE7B,OAAO,OAAO,EAAE,CAAC;QACf,MAAM,KAAK,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;QAEhF,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACvB,MAAM,OAAO,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;YACvC,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,cAAc,CAAC;YACxC,OAAO,OAAO,IAAI,IAAI,CAAC,GAAG,EAAE,GAAG,GAAG,EAAE,CAAC;gBACnC,MAAM,KAAK,CAAC,GAAG,CAAC,CAAC;YACnB,CAAC;YACD,OAAO,CAAC,IAAI,EAAE,CAAC;YACf,SAAS;QACX,CAAC;QAED,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QAExB,IAAI,SAAS,GAAG,KAAK,CAAC;QACtB,KAAK,IAAI,OAAO,GAAG,CAAC,EAAE,OAAO,IAAI,MAAM,CAAC,UAAU,IAAI,OAAO,EAAE,OAAO,EAAE,EAAE,CAAC;YACzE,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,OAAO,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC;YAErF,MAAM,OAAO,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;YAC1C,MAAM,SAAS,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;YAC1C,OAAO,CAAC,IAAI,EAAE,CAAC;YAEf,IAAI,CAAC,OAAO;gBAAE,MAAM;YAEpB,IAAI,SAAS,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;gBAC5C,SAAS,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;gBACnE,SAAS,GAAG,IAAI,CAAC;gBACjB,MAAM;YACR,CAAC;YAED,IAAI,OAAO,KAAK,MAAM,CAAC,UAAU,EAAE,CAAC;gBAClC,SAAS,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC;YAC5E,CAAC;QACH,CAAC;QAED,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;QACpC,CAAC;QAED,MAAM,KAAK,CAAC,IAAI,CAAC,CAAC;IACpB,CAAC;IAED,0BAA0B;IAC1B,IAAI,OAAO,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;QACxB,OAAO,CAAC,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;QAChC,OAAO,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;IACxB,CAAC;IACD,OAAO,CAAC,cAAc,EAAE,CAAC;AAC3B,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Goal Status Query
|
|
3
|
+
*
|
|
4
|
+
* Subprocess-based helper to query the current status of a goal.
|
|
5
|
+
* Used by work daemons to check whether an agent subprocess
|
|
6
|
+
* successfully transitioned a goal to the expected state.
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Query the current status of a goal via a short-lived subprocess.
|
|
10
|
+
* Returns the status string, or "unknown" on failure.
|
|
11
|
+
*/
|
|
12
|
+
export declare function queryGoalStatus(goalId: string): string;
|
|
13
|
+
//# sourceMappingURL=GoalStatusQuery.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoalStatusQuery.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/shared/GoalStatusQuery.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH;;;GAGG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAWtD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Goal Status Query
|
|
3
|
+
*
|
|
4
|
+
* Subprocess-based helper to query the current status of a goal.
|
|
5
|
+
* Used by work daemons to check whether an agent subprocess
|
|
6
|
+
* successfully transitioned a goal to the expected state.
|
|
7
|
+
*/
|
|
8
|
+
import { execSync } from "node:child_process";
|
|
9
|
+
/**
|
|
10
|
+
* Query the current status of a goal via a short-lived subprocess.
|
|
11
|
+
* Returns the status string, or "unknown" on failure.
|
|
12
|
+
*/
|
|
13
|
+
export function queryGoalStatus(goalId) {
|
|
14
|
+
try {
|
|
15
|
+
const stdout = execSync(`npx jumbo goal show --id ${goalId}`, {
|
|
16
|
+
stdio: ["ignore", "pipe", "ignore"],
|
|
17
|
+
timeout: 30000,
|
|
18
|
+
}).toString();
|
|
19
|
+
const parsed = JSON.parse(stdout);
|
|
20
|
+
return parsed.status ?? parsed.goal?.status ?? "unknown";
|
|
21
|
+
}
|
|
22
|
+
catch {
|
|
23
|
+
return "unknown";
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=GoalStatusQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoalStatusQuery.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/work/shared/GoalStatusQuery.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAE9C;;;GAGG;AACH,MAAM,UAAU,eAAe,CAAC,MAAc;IAC5C,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,QAAQ,CAAC,4BAA4B,MAAM,EAAE,EAAE;YAC5D,KAAK,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC;YACnC,OAAO,EAAE,KAAM;SAChB,CAAC,CAAC,QAAQ,EAAE,CAAC;QACd,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAClC,OAAO,MAAM,CAAC,MAAM,IAAI,MAAM,CAAC,IAAI,EAAE,MAAM,IAAI,SAAS,CAAC;IAC3D,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,SAAS,CAAC;IACnB,CAAC;AACH,CAAC"}
|
|
@@ -1,19 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/**
|
|
3
2
|
* Error Formatter
|
|
4
3
|
*
|
|
5
4
|
* Consistent error formatting across all output modes.
|
|
6
5
|
* Extracts error message, stack trace, and optional error codes.
|
|
7
6
|
*/
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.formatError = formatError;
|
|
10
|
-
exports.isNotFoundError = isNotFoundError;
|
|
11
|
-
exports.isValidationError = isValidationError;
|
|
12
|
-
exports.isPermissionError = isPermissionError;
|
|
13
7
|
/**
|
|
14
8
|
* Format an error for display
|
|
15
9
|
*/
|
|
16
|
-
function formatError(error) {
|
|
10
|
+
export function formatError(error) {
|
|
17
11
|
// String errors
|
|
18
12
|
if (typeof error === "string") {
|
|
19
13
|
return { message: error };
|
|
@@ -40,7 +34,7 @@ function formatError(error) {
|
|
|
40
34
|
/**
|
|
41
35
|
* Check if an error is a "not found" type error
|
|
42
36
|
*/
|
|
43
|
-
function isNotFoundError(error) {
|
|
37
|
+
export function isNotFoundError(error) {
|
|
44
38
|
if (error instanceof Error) {
|
|
45
39
|
const code = error.code;
|
|
46
40
|
return code === "ENOENT" || code === "NOT_FOUND";
|
|
@@ -50,7 +44,7 @@ function isNotFoundError(error) {
|
|
|
50
44
|
/**
|
|
51
45
|
* Check if an error is a validation error
|
|
52
46
|
*/
|
|
53
|
-
function isValidationError(error) {
|
|
47
|
+
export function isValidationError(error) {
|
|
54
48
|
if (error instanceof Error) {
|
|
55
49
|
return error.name === "ValidationError" || error.message.toLowerCase().includes("invalid");
|
|
56
50
|
}
|
|
@@ -59,7 +53,7 @@ function isValidationError(error) {
|
|
|
59
53
|
/**
|
|
60
54
|
* Check if an error is a permission/access error
|
|
61
55
|
*/
|
|
62
|
-
function isPermissionError(error) {
|
|
56
|
+
export function isPermissionError(error) {
|
|
63
57
|
if (error instanceof Error) {
|
|
64
58
|
const code = error.code;
|
|
65
59
|
return code === "EACCES" || code === "EPERM" || code === "FORBIDDEN";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorFormatter.js","sourceRoot":"","sources":["../../../../src/presentation/cli/errors/ErrorFormatter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ErrorFormatter.js","sourceRoot":"","sources":["../../../../src/presentation/cli/errors/ErrorFormatter.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAQH;;GAEG;AACH,MAAM,UAAU,WAAW,CAAC,KAA+B;IACzD,gBAAgB;IAChB,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC9B,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;IAC5B,CAAC;IAED,gBAAgB;IAChB,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;QAC3B,MAAM,SAAS,GAAmB;YAChC,OAAO,EAAE,KAAK,CAAC,OAAO;SACvB,CAAC;QAEF,IAAI,KAAK,CAAC,KAAK,EAAE,CAAC;YAChB,SAAS,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;QAChC,CAAC;QAED,mDAAmD;QACnD,IAAI,MAAM,IAAI,KAAK,IAAI,CAAC,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ,IAAI,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ,CAAC,EAAE,CAAC;YAC1F,SAAS,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC;QAC9B,CAAC;QAED,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,sBAAsB;IACtB,OAAO;QACL,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC;KACvB,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,eAAe,CAAC,KAAsB;IACpD,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;QAC3B,MAAM,IAAI,GAAI,KAAa,CAAC,IAAI,CAAC;QACjC,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,WAAW,CAAC;IACnD,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,iBAAiB,CAAC,KAAsB;IACtD,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;QAC3B,OAAO,KAAK,CAAC,IAAI,KAAK,iBAAiB,IAAI,KAAK,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;IAC7F,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,iBAAiB,CAAC,KAAsB;IACtD,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;QAC3B,MAAM,IAAI,GAAI,KAAa,CAAC,IAAI,CAAC;QACjC,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,OAAO,IAAI,IAAI,KAAK,WAAW,CAAC;IACvE,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC"}
|