jumbo-cli 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +661 -0
- package/README.md +261 -0
- package/dist/application/cli-metadata/query/ICliMetadataReader.d.ts +14 -0
- package/dist/application/cli-metadata/query/ICliMetadataReader.d.ts.map +1 -0
- package/dist/application/cli-metadata/query/ICliMetadataReader.js +7 -0
- package/dist/application/cli-metadata/query/ICliMetadataReader.js.map +1 -0
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.d.ts +16 -0
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.d.ts.map +1 -0
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.js +3 -0
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommand.js.map +1 -0
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.d.ts +25 -0
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.d.ts.map +1 -0
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.js +37 -0
- package/dist/application/maintenance/db/rebuild/RebuildDatabaseCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/AudiencePainView.d.ts +19 -0
- package/dist/application/project-knowledge/audience-pains/AudiencePainView.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/AudiencePainView.js +9 -0
- package/dist/application/project-knowledge/audience-pains/AudiencePainView.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommand.d.ts +10 -0
- package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommand.js +8 -0
- package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommand.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommandHandler.d.ts +22 -0
- package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommandHandler.js +36 -0
- package/dist/application/project-knowledge/audience-pains/add/AddAudiencePainCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/AudiencePainAddedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/audience-pains/add/AudiencePainAddedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/AudiencePainAddedEventHandler.js +20 -0
- package/dist/application/project-knowledge/audience-pains/add/AudiencePainAddedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedEventWriter.d.ts +10 -0
- package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedEventWriter.js +3 -0
- package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedProjector.d.ts +9 -0
- package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedProjector.js +3 -0
- package/dist/application/project-knowledge/audience-pains/add/IAudiencePainAddedProjector.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/query/IAudiencePainContextReader.d.ts +13 -0
- package/dist/application/project-knowledge/audience-pains/query/IAudiencePainContextReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/query/IAudiencePainContextReader.js +7 -0
- package/dist/application/project-knowledge/audience-pains/query/IAudiencePainContextReader.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/AudiencePainResolvedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/audience-pains/resolve/AudiencePainResolvedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/AudiencePainResolvedEventHandler.js +20 -0
- package/dist/application/project-knowledge/audience-pains/resolve/AudiencePainResolvedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedEventWriter.d.ts +11 -0
- package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedEventWriter.js +3 -0
- package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedProjector.d.ts +9 -0
- package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedProjector.js +3 -0
- package/dist/application/project-knowledge/audience-pains/resolve/IAudiencePainResolvedProjector.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommand.d.ts +10 -0
- package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommand.js +8 -0
- package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommand.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommandHandler.d.ts +19 -0
- package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommandHandler.js +36 -0
- package/dist/application/project-knowledge/audience-pains/resolve/ResolveAudiencePainCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/AudiencePainUpdatedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/audience-pains/update/AudiencePainUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/AudiencePainUpdatedEventHandler.js +20 -0
- package/dist/application/project-knowledge/audience-pains/update/AudiencePainUpdatedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdateReader.d.ts +9 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdateReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdateReader.js +3 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdateReader.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedEventWriter.d.ts +11 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedEventWriter.js +3 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedProjector.d.ts +9 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedProjector.js +3 -0
- package/dist/application/project-knowledge/audience-pains/update/IAudiencePainUpdatedProjector.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommand.d.ts +11 -0
- package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommand.js +8 -0
- package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommand.js.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommandHandler.d.ts +24 -0
- package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommandHandler.js +41 -0
- package/dist/application/project-knowledge/audience-pains/update/UpdateAudiencePainCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/audiences/AudienceView.d.ts +19 -0
- package/dist/application/project-knowledge/audiences/AudienceView.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/AudienceView.js +9 -0
- package/dist/application/project-knowledge/audiences/AudienceView.js.map +1 -0
- package/dist/application/project-knowledge/audiences/add/AddAudienceCommand.d.ts +12 -0
- package/dist/application/project-knowledge/audiences/add/AddAudienceCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/add/AddAudienceCommand.js +8 -0
- package/dist/application/project-knowledge/audiences/add/AddAudienceCommand.js.map +1 -0
- package/dist/application/project-knowledge/audiences/add/AddAudienceCommandHandler.d.ts +22 -0
- package/dist/application/project-knowledge/audiences/add/AddAudienceCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/add/AddAudienceCommandHandler.js +36 -0
- package/dist/application/project-knowledge/audiences/add/AddAudienceCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/audiences/add/AudienceAddedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/audiences/add/AudienceAddedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/add/AudienceAddedEventHandler.js +20 -0
- package/dist/application/project-knowledge/audiences/add/AudienceAddedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/audiences/add/IAudienceAddedEventWriter.d.ts +10 -0
- package/dist/application/project-knowledge/audiences/add/IAudienceAddedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/add/IAudienceAddedEventWriter.js +3 -0
- package/dist/application/project-knowledge/audiences/add/IAudienceAddedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/audiences/add/IAudienceAddedProjector.d.ts +9 -0
- package/dist/application/project-knowledge/audiences/add/IAudienceAddedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/add/IAudienceAddedProjector.js +3 -0
- package/dist/application/project-knowledge/audiences/add/IAudienceAddedProjector.js.map +1 -0
- package/dist/application/project-knowledge/audiences/query/IAudienceContextReader.d.ts +13 -0
- package/dist/application/project-knowledge/audiences/query/IAudienceContextReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/query/IAudienceContextReader.js +7 -0
- package/dist/application/project-knowledge/audiences/query/IAudienceContextReader.js.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/AudienceRemovedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/audiences/remove/AudienceRemovedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/AudienceRemovedEventHandler.js +20 -0
- package/dist/application/project-knowledge/audiences/remove/AudienceRemovedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemoveReader.d.ts +9 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemoveReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemoveReader.js +3 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemoveReader.js.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedEventWriter.d.ts +11 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedEventWriter.js +3 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedProjector.d.ts +9 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedProjector.js +3 -0
- package/dist/application/project-knowledge/audiences/remove/IAudienceRemovedProjector.js.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommand.d.ts +10 -0
- package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommand.js +8 -0
- package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommand.js.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommandHandler.d.ts +23 -0
- package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommandHandler.js +42 -0
- package/dist/application/project-knowledge/audiences/remove/RemoveAudienceCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/audiences/update/AudienceUpdatedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/audiences/update/AudienceUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/update/AudienceUpdatedEventHandler.js +20 -0
- package/dist/application/project-knowledge/audiences/update/AudienceUpdatedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedEventWriter.d.ts +11 -0
- package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedEventWriter.js +3 -0
- package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedProjector.d.ts +9 -0
- package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedProjector.js +3 -0
- package/dist/application/project-knowledge/audiences/update/IAudienceUpdatedProjector.js.map +1 -0
- package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommand.d.ts +15 -0
- package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommand.js +9 -0
- package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommand.js.map +1 -0
- package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommandHandler.d.ts +23 -0
- package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommandHandler.js +43 -0
- package/dist/application/project-knowledge/audiences/update/UpdateAudienceCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/project/ProjectSummaryView.d.ts +11 -0
- package/dist/application/project-knowledge/project/ProjectSummaryView.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/ProjectSummaryView.js +9 -0
- package/dist/application/project-knowledge/project/ProjectSummaryView.js.map +1 -0
- package/dist/application/project-knowledge/project/ProjectView.d.ts +17 -0
- package/dist/application/project-knowledge/project/ProjectView.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/ProjectView.js +9 -0
- package/dist/application/project-knowledge/project/ProjectView.js.map +1 -0
- package/dist/application/project-knowledge/project/init/IAgentFileProtocol.d.ts +45 -0
- package/dist/application/project-knowledge/project/init/IAgentFileProtocol.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/init/IAgentFileProtocol.js +19 -0
- package/dist/application/project-knowledge/project/init/IAgentFileProtocol.js.map +1 -0
- package/dist/application/project-knowledge/project/init/IProjectInitReader.d.ts +13 -0
- package/dist/application/project-knowledge/project/init/IProjectInitReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/init/IProjectInitReader.js +7 -0
- package/dist/application/project-knowledge/project/init/IProjectInitReader.js.map +1 -0
- package/dist/application/project-knowledge/project/init/IProjectInitializedEventWriter.d.ts +18 -0
- package/dist/application/project-knowledge/project/init/IProjectInitializedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/init/IProjectInitializedEventWriter.js +7 -0
- package/dist/application/project-knowledge/project/init/IProjectInitializedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/project/init/IProjectInitializedProjector.d.ts +12 -0
- package/dist/application/project-knowledge/project/init/IProjectInitializedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/init/IProjectInitializedProjector.js +7 -0
- package/dist/application/project-knowledge/project/init/IProjectInitializedProjector.js.map +1 -0
- package/dist/application/project-knowledge/project/init/InitializeProjectCommand.d.ts +11 -0
- package/dist/application/project-knowledge/project/init/InitializeProjectCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/init/InitializeProjectCommand.js +8 -0
- package/dist/application/project-knowledge/project/init/InitializeProjectCommand.js.map +1 -0
- package/dist/application/project-knowledge/project/init/InitializeProjectCommandHandler.d.ts +28 -0
- package/dist/application/project-knowledge/project/init/InitializeProjectCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/init/InitializeProjectCommandHandler.js +48 -0
- package/dist/application/project-knowledge/project/init/InitializeProjectCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/project/init/ProjectInitializedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/project/init/ProjectInitializedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/init/ProjectInitializedEventHandler.js +20 -0
- package/dist/application/project-knowledge/project/init/ProjectInitializedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/project/query/GetProjectSummaryQueryHandler.d.ts +24 -0
- package/dist/application/project-knowledge/project/query/GetProjectSummaryQueryHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/query/GetProjectSummaryQueryHandler.js +36 -0
- package/dist/application/project-knowledge/project/query/GetProjectSummaryQueryHandler.js.map +1 -0
- package/dist/application/project-knowledge/project/query/IProjectContextReader.d.ts +13 -0
- package/dist/application/project-knowledge/project/query/IProjectContextReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/query/IProjectContextReader.js +7 -0
- package/dist/application/project-knowledge/project/query/IProjectContextReader.js.map +1 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdateReader.d.ts +13 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdateReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdateReader.js +7 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdateReader.js.map +1 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdatedEventWriter.d.ts +18 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdatedEventWriter.js +7 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdatedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdatedProjector.d.ts +12 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdatedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdatedProjector.js +7 -0
- package/dist/application/project-knowledge/project/update/IProjectUpdatedProjector.js.map +1 -0
- package/dist/application/project-knowledge/project/update/ProjectUpdatedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/project/update/ProjectUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/update/ProjectUpdatedEventHandler.js +20 -0
- package/dist/application/project-knowledge/project/update/ProjectUpdatedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/project/update/UpdateProjectCommand.d.ts +11 -0
- package/dist/application/project-knowledge/project/update/UpdateProjectCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/update/UpdateProjectCommand.js +9 -0
- package/dist/application/project-knowledge/project/update/UpdateProjectCommand.js.map +1 -0
- package/dist/application/project-knowledge/project/update/UpdateProjectCommandHandler.d.ts +25 -0
- package/dist/application/project-knowledge/project/update/UpdateProjectCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/project/update/UpdateProjectCommandHandler.js +48 -0
- package/dist/application/project-knowledge/project/update/UpdateProjectCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/ValuePropositionView.d.ts +16 -0
- package/dist/application/project-knowledge/value-propositions/ValuePropositionView.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/ValuePropositionView.js +3 -0
- package/dist/application/project-knowledge/value-propositions/ValuePropositionView.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommand.d.ts +10 -0
- package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommand.js +3 -0
- package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommand.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommandHandler.d.ts +16 -0
- package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommandHandler.js +29 -0
- package/dist/application/project-knowledge/value-propositions/add/AddValuePropositionCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedEventWriter.d.ts +18 -0
- package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedEventWriter.js +7 -0
- package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedProjector.d.ts +12 -0
- package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedProjector.js +7 -0
- package/dist/application/project-knowledge/value-propositions/add/IValuePropositionAddedProjector.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/ValuePropositionAddedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/value-propositions/add/ValuePropositionAddedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/add/ValuePropositionAddedEventHandler.js +20 -0
- package/dist/application/project-knowledge/value-propositions/add/ValuePropositionAddedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemoveReader.d.ts +14 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemoveReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemoveReader.js +7 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemoveReader.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedEventWriter.d.ts +18 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedEventWriter.js +7 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedProjector.d.ts +12 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedProjector.js +7 -0
- package/dist/application/project-knowledge/value-propositions/remove/IValuePropositionRemovedProjector.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommand.d.ts +7 -0
- package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommand.js +3 -0
- package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommand.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommandHandler.d.ts +19 -0
- package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommandHandler.js +40 -0
- package/dist/application/project-knowledge/value-propositions/remove/RemoveValuePropositionCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/ValuePropositionRemovedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/value-propositions/remove/ValuePropositionRemovedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/remove/ValuePropositionRemovedEventHandler.js +20 -0
- package/dist/application/project-knowledge/value-propositions/remove/ValuePropositionRemovedEventHandler.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdateReader.d.ts +14 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdateReader.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdateReader.js +7 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdateReader.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedEventWriter.d.ts +18 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedEventWriter.js +7 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedEventWriter.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedProjector.d.ts +12 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedProjector.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedProjector.js +7 -0
- package/dist/application/project-knowledge/value-propositions/update/IValuePropositionUpdatedProjector.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommand.d.ts +11 -0
- package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommand.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommand.js +3 -0
- package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommand.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommandHandler.d.ts +18 -0
- package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommandHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommandHandler.js +37 -0
- package/dist/application/project-knowledge/value-propositions/update/UpdateValuePropositionCommandHandler.js.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/ValuePropositionUpdatedEventHandler.d.ts +15 -0
- package/dist/application/project-knowledge/value-propositions/update/ValuePropositionUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/project-knowledge/value-propositions/update/ValuePropositionUpdatedEventHandler.js +20 -0
- package/dist/application/project-knowledge/value-propositions/update/ValuePropositionUpdatedEventHandler.js.map +1 -0
- package/dist/application/relations/IRelationReader.d.ts +11 -0
- package/dist/application/relations/IRelationReader.d.ts.map +1 -0
- package/dist/application/relations/IRelationReader.js +3 -0
- package/dist/application/relations/IRelationReader.js.map +1 -0
- package/dist/application/relations/RelationView.d.ts +16 -0
- package/dist/application/relations/RelationView.d.ts.map +1 -0
- package/dist/application/relations/RelationView.js +3 -0
- package/dist/application/relations/RelationView.js.map +1 -0
- package/dist/application/relations/add/AddRelationCommand.d.ts +11 -0
- package/dist/application/relations/add/AddRelationCommand.d.ts.map +1 -0
- package/dist/application/relations/add/AddRelationCommand.js +3 -0
- package/dist/application/relations/add/AddRelationCommand.js.map +1 -0
- package/dist/application/relations/add/AddRelationCommandHandler.d.ts +19 -0
- package/dist/application/relations/add/AddRelationCommandHandler.d.ts.map +1 -0
- package/dist/application/relations/add/AddRelationCommandHandler.js +38 -0
- package/dist/application/relations/add/AddRelationCommandHandler.js.map +1 -0
- package/dist/application/relations/add/IRelationAddedEventWriter.d.ts +10 -0
- package/dist/application/relations/add/IRelationAddedEventWriter.d.ts.map +1 -0
- package/dist/application/relations/add/IRelationAddedEventWriter.js +3 -0
- package/dist/application/relations/add/IRelationAddedEventWriter.js.map +1 -0
- package/dist/application/relations/add/IRelationAddedProjector.d.ts +9 -0
- package/dist/application/relations/add/IRelationAddedProjector.d.ts.map +1 -0
- package/dist/application/relations/add/IRelationAddedProjector.js +3 -0
- package/dist/application/relations/add/IRelationAddedProjector.js.map +1 -0
- package/dist/application/relations/add/IRelationAddedReader.d.ts +10 -0
- package/dist/application/relations/add/IRelationAddedReader.d.ts.map +1 -0
- package/dist/application/relations/add/IRelationAddedReader.js +3 -0
- package/dist/application/relations/add/IRelationAddedReader.js.map +1 -0
- package/dist/application/relations/add/RelationAddedEventHandler.d.ts +15 -0
- package/dist/application/relations/add/RelationAddedEventHandler.d.ts.map +1 -0
- package/dist/application/relations/add/RelationAddedEventHandler.js +20 -0
- package/dist/application/relations/add/RelationAddedEventHandler.js.map +1 -0
- package/dist/application/relations/remove/IRelationRemovedEventReader.d.ts +9 -0
- package/dist/application/relations/remove/IRelationRemovedEventReader.d.ts.map +1 -0
- package/dist/application/relations/remove/IRelationRemovedEventReader.js +3 -0
- package/dist/application/relations/remove/IRelationRemovedEventReader.js.map +1 -0
- package/dist/application/relations/remove/IRelationRemovedEventWriter.d.ts +10 -0
- package/dist/application/relations/remove/IRelationRemovedEventWriter.d.ts.map +1 -0
- package/dist/application/relations/remove/IRelationRemovedEventWriter.js +3 -0
- package/dist/application/relations/remove/IRelationRemovedEventWriter.js.map +1 -0
- package/dist/application/relations/remove/IRelationRemovedProjector.d.ts +9 -0
- package/dist/application/relations/remove/IRelationRemovedProjector.d.ts.map +1 -0
- package/dist/application/relations/remove/IRelationRemovedProjector.js +3 -0
- package/dist/application/relations/remove/IRelationRemovedProjector.js.map +1 -0
- package/dist/application/relations/remove/IRelationRemovedReader.d.ts +9 -0
- package/dist/application/relations/remove/IRelationRemovedReader.d.ts.map +1 -0
- package/dist/application/relations/remove/IRelationRemovedReader.js +3 -0
- package/dist/application/relations/remove/IRelationRemovedReader.js.map +1 -0
- package/dist/application/relations/remove/RelationRemovedEventHandler.d.ts +15 -0
- package/dist/application/relations/remove/RelationRemovedEventHandler.d.ts.map +1 -0
- package/dist/application/relations/remove/RelationRemovedEventHandler.js +20 -0
- package/dist/application/relations/remove/RelationRemovedEventHandler.js.map +1 -0
- package/dist/application/relations/remove/RemoveRelationCommand.d.ts +5 -0
- package/dist/application/relations/remove/RemoveRelationCommand.d.ts.map +1 -0
- package/dist/application/relations/remove/RemoveRelationCommand.js +3 -0
- package/dist/application/relations/remove/RemoveRelationCommand.js.map +1 -0
- package/dist/application/relations/remove/RemoveRelationCommandHandler.d.ts +18 -0
- package/dist/application/relations/remove/RemoveRelationCommandHandler.d.ts.map +1 -0
- package/dist/application/relations/remove/RemoveRelationCommandHandler.js +47 -0
- package/dist/application/relations/remove/RemoveRelationCommandHandler.js.map +1 -0
- package/dist/application/shared/messaging/IEventBus.d.ts +21 -0
- package/dist/application/shared/messaging/IEventBus.d.ts.map +1 -0
- package/dist/application/shared/messaging/IEventBus.js +7 -0
- package/dist/application/shared/messaging/IEventBus.js.map +1 -0
- package/dist/application/shared/messaging/IEventHandler.d.ts +14 -0
- package/dist/application/shared/messaging/IEventHandler.d.ts.map +1 -0
- package/dist/application/shared/messaging/IEventHandler.js +7 -0
- package/dist/application/shared/messaging/IEventHandler.js.map +1 -0
- package/dist/application/shared/persistence/IEventStore.d.ts +10 -0
- package/dist/application/shared/persistence/IEventStore.d.ts.map +1 -0
- package/dist/application/shared/persistence/IEventStore.js +3 -0
- package/dist/application/shared/persistence/IEventStore.js.map +1 -0
- package/dist/application/shared/system/IClock.d.ts +16 -0
- package/dist/application/shared/system/IClock.d.ts.map +1 -0
- package/dist/application/shared/system/IClock.js +3 -0
- package/dist/application/shared/system/IClock.js.map +1 -0
- package/dist/application/solution/ISolutionContextReader.d.ts +17 -0
- package/dist/application/solution/ISolutionContextReader.d.ts.map +1 -0
- package/dist/application/solution/ISolutionContextReader.js +3 -0
- package/dist/application/solution/ISolutionContextReader.js.map +1 -0
- package/dist/application/solution/SolutionContextView.d.ts +26 -0
- package/dist/application/solution/SolutionContextView.d.ts.map +1 -0
- package/dist/application/solution/SolutionContextView.js +3 -0
- package/dist/application/solution/SolutionContextView.js.map +1 -0
- package/dist/application/solution/UnprimedBrownfieldQualifier.d.ts +29 -0
- package/dist/application/solution/UnprimedBrownfieldQualifier.d.ts.map +1 -0
- package/dist/application/solution/UnprimedBrownfieldQualifier.js +47 -0
- package/dist/application/solution/UnprimedBrownfieldQualifier.js.map +1 -0
- package/dist/application/solution/architecture/ArchitectureView.d.ts +14 -0
- package/dist/application/solution/architecture/ArchitectureView.d.ts.map +1 -0
- package/dist/application/solution/architecture/ArchitectureView.js +3 -0
- package/dist/application/solution/architecture/ArchitectureView.js.map +1 -0
- package/dist/application/solution/architecture/define/ArchitectureDefinedEventHandler.d.ts +15 -0
- package/dist/application/solution/architecture/define/ArchitectureDefinedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/architecture/define/ArchitectureDefinedEventHandler.js +20 -0
- package/dist/application/solution/architecture/define/ArchitectureDefinedEventHandler.js.map +1 -0
- package/dist/application/solution/architecture/define/DefineArchitectureCommand.d.ts +10 -0
- package/dist/application/solution/architecture/define/DefineArchitectureCommand.d.ts.map +1 -0
- package/dist/application/solution/architecture/define/DefineArchitectureCommand.js +3 -0
- package/dist/application/solution/architecture/define/DefineArchitectureCommand.js.map +1 -0
- package/dist/application/solution/architecture/define/DefineArchitectureCommandHandler.d.ts +14 -0
- package/dist/application/solution/architecture/define/DefineArchitectureCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/architecture/define/DefineArchitectureCommandHandler.js +31 -0
- package/dist/application/solution/architecture/define/DefineArchitectureCommandHandler.js.map +1 -0
- package/dist/application/solution/architecture/define/IArchitectureDefineReader.d.ts +9 -0
- package/dist/application/solution/architecture/define/IArchitectureDefineReader.d.ts.map +1 -0
- package/dist/application/solution/architecture/define/IArchitectureDefineReader.js +3 -0
- package/dist/application/solution/architecture/define/IArchitectureDefineReader.js.map +1 -0
- package/dist/application/solution/architecture/define/IArchitectureDefinedEventWriter.d.ts +10 -0
- package/dist/application/solution/architecture/define/IArchitectureDefinedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/architecture/define/IArchitectureDefinedEventWriter.js +3 -0
- package/dist/application/solution/architecture/define/IArchitectureDefinedEventWriter.js.map +1 -0
- package/dist/application/solution/architecture/define/IArchitectureDefinedProjector.d.ts +9 -0
- package/dist/application/solution/architecture/define/IArchitectureDefinedProjector.d.ts.map +1 -0
- package/dist/application/solution/architecture/define/IArchitectureDefinedProjector.js +3 -0
- package/dist/application/solution/architecture/define/IArchitectureDefinedProjector.js.map +1 -0
- package/dist/application/solution/architecture/update/ArchitectureUpdatedEventHandler.d.ts +15 -0
- package/dist/application/solution/architecture/update/ArchitectureUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/architecture/update/ArchitectureUpdatedEventHandler.js +20 -0
- package/dist/application/solution/architecture/update/ArchitectureUpdatedEventHandler.js.map +1 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdateReader.d.ts +9 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdateReader.d.ts.map +1 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdateReader.js +3 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdateReader.js.map +1 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedEventReader.d.ts +9 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedEventReader.d.ts.map +1 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedEventReader.js +3 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedEventReader.js.map +1 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedEventWriter.d.ts +10 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedEventWriter.js +3 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedEventWriter.js.map +1 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedProjector.d.ts +9 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedProjector.d.ts.map +1 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedProjector.js +3 -0
- package/dist/application/solution/architecture/update/IArchitectureUpdatedProjector.js.map +1 -0
- package/dist/application/solution/architecture/update/UpdateArchitectureCommand.d.ts +10 -0
- package/dist/application/solution/architecture/update/UpdateArchitectureCommand.d.ts.map +1 -0
- package/dist/application/solution/architecture/update/UpdateArchitectureCommand.js +3 -0
- package/dist/application/solution/architecture/update/UpdateArchitectureCommand.js.map +1 -0
- package/dist/application/solution/architecture/update/UpdateArchitectureCommandHandler.d.ts +12 -0
- package/dist/application/solution/architecture/update/UpdateArchitectureCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/architecture/update/UpdateArchitectureCommandHandler.js +37 -0
- package/dist/application/solution/architecture/update/UpdateArchitectureCommandHandler.js.map +1 -0
- package/dist/application/solution/components/ComponentView.d.ts +15 -0
- package/dist/application/solution/components/ComponentView.d.ts.map +1 -0
- package/dist/application/solution/components/ComponentView.js +3 -0
- package/dist/application/solution/components/ComponentView.js.map +1 -0
- package/dist/application/solution/components/add/AddComponentCommand.d.ts +9 -0
- package/dist/application/solution/components/add/AddComponentCommand.d.ts.map +1 -0
- package/dist/application/solution/components/add/AddComponentCommand.js +3 -0
- package/dist/application/solution/components/add/AddComponentCommand.js.map +1 -0
- package/dist/application/solution/components/add/AddComponentCommandHandler.d.ts +14 -0
- package/dist/application/solution/components/add/AddComponentCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/components/add/AddComponentCommandHandler.js +38 -0
- package/dist/application/solution/components/add/AddComponentCommandHandler.js.map +1 -0
- package/dist/application/solution/components/add/ComponentAddedEventHandler.d.ts +9 -0
- package/dist/application/solution/components/add/ComponentAddedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/components/add/ComponentAddedEventHandler.js +14 -0
- package/dist/application/solution/components/add/ComponentAddedEventHandler.js.map +1 -0
- package/dist/application/solution/components/add/IComponentAddReader.d.ts +5 -0
- package/dist/application/solution/components/add/IComponentAddReader.d.ts.map +1 -0
- package/dist/application/solution/components/add/IComponentAddReader.js +3 -0
- package/dist/application/solution/components/add/IComponentAddReader.js.map +1 -0
- package/dist/application/solution/components/add/IComponentAddedEventWriter.d.ts +9 -0
- package/dist/application/solution/components/add/IComponentAddedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/components/add/IComponentAddedEventWriter.js +3 -0
- package/dist/application/solution/components/add/IComponentAddedEventWriter.js.map +1 -0
- package/dist/application/solution/components/add/IComponentAddedProjector.d.ts +5 -0
- package/dist/application/solution/components/add/IComponentAddedProjector.d.ts.map +1 -0
- package/dist/application/solution/components/add/IComponentAddedProjector.js +3 -0
- package/dist/application/solution/components/add/IComponentAddedProjector.js.map +1 -0
- package/dist/application/solution/components/deprecate/ComponentDeprecatedEventHandler.d.ts +9 -0
- package/dist/application/solution/components/deprecate/ComponentDeprecatedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/components/deprecate/ComponentDeprecatedEventHandler.js +14 -0
- package/dist/application/solution/components/deprecate/ComponentDeprecatedEventHandler.js.map +1 -0
- package/dist/application/solution/components/deprecate/DeprecateComponentCommand.d.ts +5 -0
- package/dist/application/solution/components/deprecate/DeprecateComponentCommand.d.ts.map +1 -0
- package/dist/application/solution/components/deprecate/DeprecateComponentCommand.js +3 -0
- package/dist/application/solution/components/deprecate/DeprecateComponentCommand.js.map +1 -0
- package/dist/application/solution/components/deprecate/DeprecateComponentCommandHandler.d.ts +14 -0
- package/dist/application/solution/components/deprecate/DeprecateComponentCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/components/deprecate/DeprecateComponentCommandHandler.js +30 -0
- package/dist/application/solution/components/deprecate/DeprecateComponentCommandHandler.js.map +1 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecateReader.d.ts +5 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecateReader.d.ts.map +1 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecateReader.js +3 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecateReader.js.map +1 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecatedEventWriter.d.ts +8 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecatedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecatedEventWriter.js +3 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecatedEventWriter.js.map +1 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecatedProjector.d.ts +5 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecatedProjector.d.ts.map +1 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecatedProjector.js +3 -0
- package/dist/application/solution/components/deprecate/IComponentDeprecatedProjector.js.map +1 -0
- package/dist/application/solution/components/remove/ComponentRemovedEventHandler.d.ts +9 -0
- package/dist/application/solution/components/remove/ComponentRemovedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/components/remove/ComponentRemovedEventHandler.js +14 -0
- package/dist/application/solution/components/remove/ComponentRemovedEventHandler.js.map +1 -0
- package/dist/application/solution/components/remove/IComponentRemoveReader.d.ts +5 -0
- package/dist/application/solution/components/remove/IComponentRemoveReader.d.ts.map +1 -0
- package/dist/application/solution/components/remove/IComponentRemoveReader.js +3 -0
- package/dist/application/solution/components/remove/IComponentRemoveReader.js.map +1 -0
- package/dist/application/solution/components/remove/IComponentRemovedEventWriter.d.ts +8 -0
- package/dist/application/solution/components/remove/IComponentRemovedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/components/remove/IComponentRemovedEventWriter.js +3 -0
- package/dist/application/solution/components/remove/IComponentRemovedEventWriter.js.map +1 -0
- package/dist/application/solution/components/remove/IComponentRemovedProjector.d.ts +5 -0
- package/dist/application/solution/components/remove/IComponentRemovedProjector.d.ts.map +1 -0
- package/dist/application/solution/components/remove/IComponentRemovedProjector.js +3 -0
- package/dist/application/solution/components/remove/IComponentRemovedProjector.js.map +1 -0
- package/dist/application/solution/components/remove/RemoveComponentCommand.d.ts +4 -0
- package/dist/application/solution/components/remove/RemoveComponentCommand.d.ts.map +1 -0
- package/dist/application/solution/components/remove/RemoveComponentCommand.js +3 -0
- package/dist/application/solution/components/remove/RemoveComponentCommand.js.map +1 -0
- package/dist/application/solution/components/remove/RemoveComponentCommandHandler.d.ts +15 -0
- package/dist/application/solution/components/remove/RemoveComponentCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/components/remove/RemoveComponentCommandHandler.js +30 -0
- package/dist/application/solution/components/remove/RemoveComponentCommandHandler.js.map +1 -0
- package/dist/application/solution/components/update/ComponentUpdatedEventHandler.d.ts +9 -0
- package/dist/application/solution/components/update/ComponentUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/components/update/ComponentUpdatedEventHandler.js +14 -0
- package/dist/application/solution/components/update/ComponentUpdatedEventHandler.js.map +1 -0
- package/dist/application/solution/components/update/IComponentUpdateReader.d.ts +5 -0
- package/dist/application/solution/components/update/IComponentUpdateReader.d.ts.map +1 -0
- package/dist/application/solution/components/update/IComponentUpdateReader.js +3 -0
- package/dist/application/solution/components/update/IComponentUpdateReader.js.map +1 -0
- package/dist/application/solution/components/update/IComponentUpdatedEventWriter.d.ts +8 -0
- package/dist/application/solution/components/update/IComponentUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/components/update/IComponentUpdatedEventWriter.js +3 -0
- package/dist/application/solution/components/update/IComponentUpdatedEventWriter.js.map +1 -0
- package/dist/application/solution/components/update/IComponentUpdatedProjector.d.ts +5 -0
- package/dist/application/solution/components/update/IComponentUpdatedProjector.d.ts.map +1 -0
- package/dist/application/solution/components/update/IComponentUpdatedProjector.js +3 -0
- package/dist/application/solution/components/update/IComponentUpdatedProjector.js.map +1 -0
- package/dist/application/solution/components/update/UpdateComponentCommand.d.ts +9 -0
- package/dist/application/solution/components/update/UpdateComponentCommand.d.ts.map +1 -0
- package/dist/application/solution/components/update/UpdateComponentCommand.js +3 -0
- package/dist/application/solution/components/update/UpdateComponentCommand.js.map +1 -0
- package/dist/application/solution/components/update/UpdateComponentCommandHandler.d.ts +14 -0
- package/dist/application/solution/components/update/UpdateComponentCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/components/update/UpdateComponentCommandHandler.js +30 -0
- package/dist/application/solution/components/update/UpdateComponentCommandHandler.js.map +1 -0
- package/dist/application/solution/decisions/DecisionView.d.ts +20 -0
- package/dist/application/solution/decisions/DecisionView.d.ts.map +1 -0
- package/dist/application/solution/decisions/DecisionView.js +3 -0
- package/dist/application/solution/decisions/DecisionView.js.map +1 -0
- package/dist/application/solution/decisions/add/AddDecisionCommand.d.ts +11 -0
- package/dist/application/solution/decisions/add/AddDecisionCommand.d.ts.map +1 -0
- package/dist/application/solution/decisions/add/AddDecisionCommand.js +3 -0
- package/dist/application/solution/decisions/add/AddDecisionCommand.js.map +1 -0
- package/dist/application/solution/decisions/add/AddDecisionCommandHandler.d.ts +16 -0
- package/dist/application/solution/decisions/add/AddDecisionCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/decisions/add/AddDecisionCommandHandler.js +29 -0
- package/dist/application/solution/decisions/add/AddDecisionCommandHandler.js.map +1 -0
- package/dist/application/solution/decisions/add/DecisionAddedEventHandler.d.ts +13 -0
- package/dist/application/solution/decisions/add/DecisionAddedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/decisions/add/DecisionAddedEventHandler.js +18 -0
- package/dist/application/solution/decisions/add/DecisionAddedEventHandler.js.map +1 -0
- package/dist/application/solution/decisions/add/IDecisionAddedEventWriter.d.ts +18 -0
- package/dist/application/solution/decisions/add/IDecisionAddedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/decisions/add/IDecisionAddedEventWriter.js +7 -0
- package/dist/application/solution/decisions/add/IDecisionAddedEventWriter.js.map +1 -0
- package/dist/application/solution/decisions/add/IDecisionAddedProjector.d.ts +12 -0
- package/dist/application/solution/decisions/add/IDecisionAddedProjector.d.ts.map +1 -0
- package/dist/application/solution/decisions/add/IDecisionAddedProjector.js +7 -0
- package/dist/application/solution/decisions/add/IDecisionAddedProjector.js.map +1 -0
- package/dist/application/solution/decisions/reverse/DecisionReversedEventHandler.d.ts +13 -0
- package/dist/application/solution/decisions/reverse/DecisionReversedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/decisions/reverse/DecisionReversedEventHandler.js +18 -0
- package/dist/application/solution/decisions/reverse/DecisionReversedEventHandler.js.map +1 -0
- package/dist/application/solution/decisions/reverse/IDecisionReverseReader.d.ts +12 -0
- package/dist/application/solution/decisions/reverse/IDecisionReverseReader.d.ts.map +1 -0
- package/dist/application/solution/decisions/reverse/IDecisionReverseReader.js +7 -0
- package/dist/application/solution/decisions/reverse/IDecisionReverseReader.js.map +1 -0
- package/dist/application/solution/decisions/reverse/IDecisionReversedEventWriter.d.ts +18 -0
- package/dist/application/solution/decisions/reverse/IDecisionReversedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/decisions/reverse/IDecisionReversedEventWriter.js +7 -0
- package/dist/application/solution/decisions/reverse/IDecisionReversedEventWriter.js.map +1 -0
- package/dist/application/solution/decisions/reverse/IDecisionReversedProjector.d.ts +12 -0
- package/dist/application/solution/decisions/reverse/IDecisionReversedProjector.d.ts.map +1 -0
- package/dist/application/solution/decisions/reverse/IDecisionReversedProjector.js +7 -0
- package/dist/application/solution/decisions/reverse/IDecisionReversedProjector.js.map +1 -0
- package/dist/application/solution/decisions/reverse/ReverseDecisionCommand.d.ts +5 -0
- package/dist/application/solution/decisions/reverse/ReverseDecisionCommand.d.ts.map +1 -0
- package/dist/application/solution/decisions/reverse/ReverseDecisionCommand.js +3 -0
- package/dist/application/solution/decisions/reverse/ReverseDecisionCommand.js.map +1 -0
- package/dist/application/solution/decisions/reverse/ReverseDecisionCommandHandler.d.ts +18 -0
- package/dist/application/solution/decisions/reverse/ReverseDecisionCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/decisions/reverse/ReverseDecisionCommandHandler.js +35 -0
- package/dist/application/solution/decisions/reverse/ReverseDecisionCommandHandler.js.map +1 -0
- package/dist/application/solution/decisions/supersede/DecisionSupersededEventHandler.d.ts +13 -0
- package/dist/application/solution/decisions/supersede/DecisionSupersededEventHandler.d.ts.map +1 -0
- package/dist/application/solution/decisions/supersede/DecisionSupersededEventHandler.js +18 -0
- package/dist/application/solution/decisions/supersede/DecisionSupersededEventHandler.js.map +1 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersedeReader.d.ts +12 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersedeReader.d.ts.map +1 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersedeReader.js +7 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersedeReader.js.map +1 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersededEventWriter.d.ts +18 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersededEventWriter.d.ts.map +1 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersededEventWriter.js +7 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersededEventWriter.js.map +1 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersededProjector.d.ts +12 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersededProjector.d.ts.map +1 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersededProjector.js +7 -0
- package/dist/application/solution/decisions/supersede/IDecisionSupersededProjector.js.map +1 -0
- package/dist/application/solution/decisions/supersede/SupersedeDecisionCommand.d.ts +5 -0
- package/dist/application/solution/decisions/supersede/SupersedeDecisionCommand.d.ts.map +1 -0
- package/dist/application/solution/decisions/supersede/SupersedeDecisionCommand.js +3 -0
- package/dist/application/solution/decisions/supersede/SupersedeDecisionCommand.js.map +1 -0
- package/dist/application/solution/decisions/supersede/SupersedeDecisionCommandHandler.d.ts +18 -0
- package/dist/application/solution/decisions/supersede/SupersedeDecisionCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/decisions/supersede/SupersedeDecisionCommandHandler.js +40 -0
- package/dist/application/solution/decisions/supersede/SupersedeDecisionCommandHandler.js.map +1 -0
- package/dist/application/solution/decisions/update/DecisionUpdatedEventHandler.d.ts +13 -0
- package/dist/application/solution/decisions/update/DecisionUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/decisions/update/DecisionUpdatedEventHandler.js +18 -0
- package/dist/application/solution/decisions/update/DecisionUpdatedEventHandler.js.map +1 -0
- package/dist/application/solution/decisions/update/IDecisionUpdateReader.d.ts +12 -0
- package/dist/application/solution/decisions/update/IDecisionUpdateReader.d.ts.map +1 -0
- package/dist/application/solution/decisions/update/IDecisionUpdateReader.js +7 -0
- package/dist/application/solution/decisions/update/IDecisionUpdateReader.js.map +1 -0
- package/dist/application/solution/decisions/update/IDecisionUpdatedEventWriter.d.ts +18 -0
- package/dist/application/solution/decisions/update/IDecisionUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/decisions/update/IDecisionUpdatedEventWriter.js +7 -0
- package/dist/application/solution/decisions/update/IDecisionUpdatedEventWriter.js.map +1 -0
- package/dist/application/solution/decisions/update/IDecisionUpdatedProjector.d.ts +12 -0
- package/dist/application/solution/decisions/update/IDecisionUpdatedProjector.d.ts.map +1 -0
- package/dist/application/solution/decisions/update/IDecisionUpdatedProjector.js +7 -0
- package/dist/application/solution/decisions/update/IDecisionUpdatedProjector.js.map +1 -0
- package/dist/application/solution/decisions/update/UpdateDecisionCommand.d.ts +34 -0
- package/dist/application/solution/decisions/update/UpdateDecisionCommand.d.ts.map +1 -0
- package/dist/application/solution/decisions/update/UpdateDecisionCommand.js +3 -0
- package/dist/application/solution/decisions/update/UpdateDecisionCommand.js.map +1 -0
- package/dist/application/solution/decisions/update/UpdateDecisionCommandHandler.d.ts +31 -0
- package/dist/application/solution/decisions/update/UpdateDecisionCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/decisions/update/UpdateDecisionCommandHandler.js +47 -0
- package/dist/application/solution/decisions/update/UpdateDecisionCommandHandler.js.map +1 -0
- package/dist/application/solution/dependencies/DependencyView.d.ts +21 -0
- package/dist/application/solution/dependencies/DependencyView.d.ts.map +1 -0
- package/dist/application/solution/dependencies/DependencyView.js +9 -0
- package/dist/application/solution/dependencies/DependencyView.js.map +1 -0
- package/dist/application/solution/dependencies/add/AddDependencyCommand.d.ts +7 -0
- package/dist/application/solution/dependencies/add/AddDependencyCommand.d.ts.map +1 -0
- package/dist/application/solution/dependencies/add/AddDependencyCommand.js +3 -0
- package/dist/application/solution/dependencies/add/AddDependencyCommand.js.map +1 -0
- package/dist/application/solution/dependencies/add/AddDependencyCommandHandler.d.ts +18 -0
- package/dist/application/solution/dependencies/add/AddDependencyCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/dependencies/add/AddDependencyCommandHandler.js +36 -0
- package/dist/application/solution/dependencies/add/AddDependencyCommandHandler.js.map +1 -0
- package/dist/application/solution/dependencies/add/DependencyAddedEventHandler.d.ts +15 -0
- package/dist/application/solution/dependencies/add/DependencyAddedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/dependencies/add/DependencyAddedEventHandler.js +20 -0
- package/dist/application/solution/dependencies/add/DependencyAddedEventHandler.js.map +1 -0
- package/dist/application/solution/dependencies/add/IDependencyAddReader.d.ts +9 -0
- package/dist/application/solution/dependencies/add/IDependencyAddReader.d.ts.map +1 -0
- package/dist/application/solution/dependencies/add/IDependencyAddReader.js +3 -0
- package/dist/application/solution/dependencies/add/IDependencyAddReader.js.map +1 -0
- package/dist/application/solution/dependencies/add/IDependencyAddedEventWriter.d.ts +10 -0
- package/dist/application/solution/dependencies/add/IDependencyAddedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/dependencies/add/IDependencyAddedEventWriter.js +3 -0
- package/dist/application/solution/dependencies/add/IDependencyAddedEventWriter.js.map +1 -0
- package/dist/application/solution/dependencies/add/IDependencyAddedProjector.d.ts +9 -0
- package/dist/application/solution/dependencies/add/IDependencyAddedProjector.d.ts.map +1 -0
- package/dist/application/solution/dependencies/add/IDependencyAddedProjector.js +3 -0
- package/dist/application/solution/dependencies/add/IDependencyAddedProjector.js.map +1 -0
- package/dist/application/solution/dependencies/remove/DependencyRemovedEventHandler.d.ts +15 -0
- package/dist/application/solution/dependencies/remove/DependencyRemovedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/dependencies/remove/DependencyRemovedEventHandler.js +20 -0
- package/dist/application/solution/dependencies/remove/DependencyRemovedEventHandler.js.map +1 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemoveReader.d.ts +9 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemoveReader.d.ts.map +1 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemoveReader.js +3 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemoveReader.js.map +1 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedEventReader.d.ts +9 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedEventReader.d.ts.map +1 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedEventReader.js +3 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedEventReader.js.map +1 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedEventWriter.d.ts +10 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedEventWriter.js +3 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedEventWriter.js.map +1 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedProjector.d.ts +9 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedProjector.d.ts.map +1 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedProjector.js +3 -0
- package/dist/application/solution/dependencies/remove/IDependencyRemovedProjector.js.map +1 -0
- package/dist/application/solution/dependencies/remove/RemoveDependencyCommand.d.ts +5 -0
- package/dist/application/solution/dependencies/remove/RemoveDependencyCommand.d.ts.map +1 -0
- package/dist/application/solution/dependencies/remove/RemoveDependencyCommand.js +3 -0
- package/dist/application/solution/dependencies/remove/RemoveDependencyCommand.js.map +1 -0
- package/dist/application/solution/dependencies/remove/RemoveDependencyCommandHandler.d.ts +20 -0
- package/dist/application/solution/dependencies/remove/RemoveDependencyCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/dependencies/remove/RemoveDependencyCommandHandler.js +36 -0
- package/dist/application/solution/dependencies/remove/RemoveDependencyCommandHandler.js.map +1 -0
- package/dist/application/solution/dependencies/update/DependencyUpdatedEventHandler.d.ts +15 -0
- package/dist/application/solution/dependencies/update/DependencyUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/dependencies/update/DependencyUpdatedEventHandler.js +20 -0
- package/dist/application/solution/dependencies/update/DependencyUpdatedEventHandler.js.map +1 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdateReader.d.ts +9 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdateReader.d.ts.map +1 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdateReader.js +3 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdateReader.js.map +1 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedEventReader.d.ts +9 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedEventReader.d.ts.map +1 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedEventReader.js +3 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedEventReader.js.map +1 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedEventWriter.d.ts +10 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedEventWriter.js +3 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedEventWriter.js.map +1 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedProjector.d.ts +9 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedProjector.d.ts.map +1 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedProjector.js +3 -0
- package/dist/application/solution/dependencies/update/IDependencyUpdatedProjector.js.map +1 -0
- package/dist/application/solution/dependencies/update/UpdateDependencyCommand.d.ts +8 -0
- package/dist/application/solution/dependencies/update/UpdateDependencyCommand.d.ts.map +1 -0
- package/dist/application/solution/dependencies/update/UpdateDependencyCommand.js +3 -0
- package/dist/application/solution/dependencies/update/UpdateDependencyCommand.js.map +1 -0
- package/dist/application/solution/dependencies/update/UpdateDependencyCommandHandler.d.ts +20 -0
- package/dist/application/solution/dependencies/update/UpdateDependencyCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/dependencies/update/UpdateDependencyCommandHandler.js +36 -0
- package/dist/application/solution/dependencies/update/UpdateDependencyCommandHandler.js.map +1 -0
- package/dist/application/solution/guidelines/GuidelineView.d.ts +23 -0
- package/dist/application/solution/guidelines/GuidelineView.d.ts.map +1 -0
- package/dist/application/solution/guidelines/GuidelineView.js +9 -0
- package/dist/application/solution/guidelines/GuidelineView.js.map +1 -0
- package/dist/application/solution/guidelines/add/AddGuidelineCommand.d.ts +15 -0
- package/dist/application/solution/guidelines/add/AddGuidelineCommand.d.ts.map +1 -0
- package/dist/application/solution/guidelines/add/AddGuidelineCommand.js +8 -0
- package/dist/application/solution/guidelines/add/AddGuidelineCommand.js.map +1 -0
- package/dist/application/solution/guidelines/add/AddGuidelineCommandHandler.d.ts +18 -0
- package/dist/application/solution/guidelines/add/AddGuidelineCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/guidelines/add/AddGuidelineCommandHandler.js +31 -0
- package/dist/application/solution/guidelines/add/AddGuidelineCommandHandler.js.map +1 -0
- package/dist/application/solution/guidelines/add/GuidelineAddedEventHandler.d.ts +15 -0
- package/dist/application/solution/guidelines/add/GuidelineAddedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/guidelines/add/GuidelineAddedEventHandler.js +20 -0
- package/dist/application/solution/guidelines/add/GuidelineAddedEventHandler.js.map +1 -0
- package/dist/application/solution/guidelines/add/IGuidelineAddedEventWriter.d.ts +10 -0
- package/dist/application/solution/guidelines/add/IGuidelineAddedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/guidelines/add/IGuidelineAddedEventWriter.js +3 -0
- package/dist/application/solution/guidelines/add/IGuidelineAddedEventWriter.js.map +1 -0
- package/dist/application/solution/guidelines/add/IGuidelineAddedProjector.d.ts +9 -0
- package/dist/application/solution/guidelines/add/IGuidelineAddedProjector.d.ts.map +1 -0
- package/dist/application/solution/guidelines/add/IGuidelineAddedProjector.js +3 -0
- package/dist/application/solution/guidelines/add/IGuidelineAddedProjector.js.map +1 -0
- package/dist/application/solution/guidelines/remove/GuidelineRemovedEventHandler.d.ts +15 -0
- package/dist/application/solution/guidelines/remove/GuidelineRemovedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/guidelines/remove/GuidelineRemovedEventHandler.js +20 -0
- package/dist/application/solution/guidelines/remove/GuidelineRemovedEventHandler.js.map +1 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemoveReader.d.ts +10 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemoveReader.d.ts.map +1 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemoveReader.js +3 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemoveReader.js.map +1 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventReader.d.ts +9 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventReader.d.ts.map +1 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventReader.js +3 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventReader.js.map +1 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventWriter.d.ts +10 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventWriter.js +3 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedEventWriter.js.map +1 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedProjector.d.ts +9 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedProjector.d.ts.map +1 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedProjector.js +3 -0
- package/dist/application/solution/guidelines/remove/IGuidelineRemovedProjector.js.map +1 -0
- package/dist/application/solution/guidelines/remove/RemoveGuidelineCommand.d.ts +10 -0
- package/dist/application/solution/guidelines/remove/RemoveGuidelineCommand.d.ts.map +1 -0
- package/dist/application/solution/guidelines/remove/RemoveGuidelineCommand.js +8 -0
- package/dist/application/solution/guidelines/remove/RemoveGuidelineCommand.js.map +1 -0
- package/dist/application/solution/guidelines/remove/RemoveGuidelineCommandHandler.d.ts +20 -0
- package/dist/application/solution/guidelines/remove/RemoveGuidelineCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/guidelines/remove/RemoveGuidelineCommandHandler.js +41 -0
- package/dist/application/solution/guidelines/remove/RemoveGuidelineCommandHandler.js.map +1 -0
- package/dist/application/solution/guidelines/update/GuidelineUpdatedEventHandler.d.ts +15 -0
- package/dist/application/solution/guidelines/update/GuidelineUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/guidelines/update/GuidelineUpdatedEventHandler.js +20 -0
- package/dist/application/solution/guidelines/update/GuidelineUpdatedEventHandler.js.map +1 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdateReader.d.ts +9 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdateReader.d.ts.map +1 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdateReader.js +3 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdateReader.js.map +1 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventReader.d.ts +9 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventReader.d.ts.map +1 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventReader.js +3 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventReader.js.map +1 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventWriter.d.ts +10 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventWriter.js +3 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedEventWriter.js.map +1 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedProjector.d.ts +9 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedProjector.d.ts.map +1 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedProjector.js +3 -0
- package/dist/application/solution/guidelines/update/IGuidelineUpdatedProjector.js.map +1 -0
- package/dist/application/solution/guidelines/update/UpdateGuidelineCommand.d.ts +17 -0
- package/dist/application/solution/guidelines/update/UpdateGuidelineCommand.d.ts.map +1 -0
- package/dist/application/solution/guidelines/update/UpdateGuidelineCommand.js +9 -0
- package/dist/application/solution/guidelines/update/UpdateGuidelineCommand.js.map +1 -0
- package/dist/application/solution/guidelines/update/UpdateGuidelineCommandHandler.d.ts +22 -0
- package/dist/application/solution/guidelines/update/UpdateGuidelineCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/guidelines/update/UpdateGuidelineCommandHandler.js +54 -0
- package/dist/application/solution/guidelines/update/UpdateGuidelineCommandHandler.js.map +1 -0
- package/dist/application/solution/invariants/InvariantView.d.ts +18 -0
- package/dist/application/solution/invariants/InvariantView.d.ts.map +1 -0
- package/dist/application/solution/invariants/InvariantView.js +9 -0
- package/dist/application/solution/invariants/InvariantView.js.map +1 -0
- package/dist/application/solution/invariants/add/AddInvariantCommand.d.ts +12 -0
- package/dist/application/solution/invariants/add/AddInvariantCommand.d.ts.map +1 -0
- package/dist/application/solution/invariants/add/AddInvariantCommand.js +8 -0
- package/dist/application/solution/invariants/add/AddInvariantCommand.js.map +1 -0
- package/dist/application/solution/invariants/add/AddInvariantCommandHandler.d.ts +24 -0
- package/dist/application/solution/invariants/add/AddInvariantCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/invariants/add/AddInvariantCommandHandler.js +41 -0
- package/dist/application/solution/invariants/add/AddInvariantCommandHandler.js.map +1 -0
- package/dist/application/solution/invariants/add/IInvariantAddReader.d.ts +9 -0
- package/dist/application/solution/invariants/add/IInvariantAddReader.d.ts.map +1 -0
- package/dist/application/solution/invariants/add/IInvariantAddReader.js +3 -0
- package/dist/application/solution/invariants/add/IInvariantAddReader.js.map +1 -0
- package/dist/application/solution/invariants/add/IInvariantAddedEventWriter.d.ts +10 -0
- package/dist/application/solution/invariants/add/IInvariantAddedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/invariants/add/IInvariantAddedEventWriter.js +3 -0
- package/dist/application/solution/invariants/add/IInvariantAddedEventWriter.js.map +1 -0
- package/dist/application/solution/invariants/add/IInvariantAddedProjector.d.ts +9 -0
- package/dist/application/solution/invariants/add/IInvariantAddedProjector.d.ts.map +1 -0
- package/dist/application/solution/invariants/add/IInvariantAddedProjector.js +3 -0
- package/dist/application/solution/invariants/add/IInvariantAddedProjector.js.map +1 -0
- package/dist/application/solution/invariants/add/InvariantAddedEventHandler.d.ts +15 -0
- package/dist/application/solution/invariants/add/InvariantAddedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/invariants/add/InvariantAddedEventHandler.js +20 -0
- package/dist/application/solution/invariants/add/InvariantAddedEventHandler.js.map +1 -0
- package/dist/application/solution/invariants/remove/IInvariantRemoveReader.d.ts +10 -0
- package/dist/application/solution/invariants/remove/IInvariantRemoveReader.d.ts.map +1 -0
- package/dist/application/solution/invariants/remove/IInvariantRemoveReader.js +3 -0
- package/dist/application/solution/invariants/remove/IInvariantRemoveReader.js.map +1 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedEventReader.d.ts +9 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedEventReader.d.ts.map +1 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedEventReader.js +3 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedEventReader.js.map +1 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedEventWriter.d.ts +10 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedEventWriter.js +3 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedEventWriter.js.map +1 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedProjector.d.ts +9 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedProjector.d.ts.map +1 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedProjector.js +3 -0
- package/dist/application/solution/invariants/remove/IInvariantRemovedProjector.js.map +1 -0
- package/dist/application/solution/invariants/remove/InvariantRemovedEventHandler.d.ts +15 -0
- package/dist/application/solution/invariants/remove/InvariantRemovedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/invariants/remove/InvariantRemovedEventHandler.js +20 -0
- package/dist/application/solution/invariants/remove/InvariantRemovedEventHandler.js.map +1 -0
- package/dist/application/solution/invariants/remove/RemoveInvariantCommand.d.ts +10 -0
- package/dist/application/solution/invariants/remove/RemoveInvariantCommand.d.ts.map +1 -0
- package/dist/application/solution/invariants/remove/RemoveInvariantCommand.js +8 -0
- package/dist/application/solution/invariants/remove/RemoveInvariantCommand.js.map +1 -0
- package/dist/application/solution/invariants/remove/RemoveInvariantCommandHandler.d.ts +20 -0
- package/dist/application/solution/invariants/remove/RemoveInvariantCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/invariants/remove/RemoveInvariantCommandHandler.js +37 -0
- package/dist/application/solution/invariants/remove/RemoveInvariantCommandHandler.js.map +1 -0
- package/dist/application/solution/invariants/update/IInvariantUpdateReader.d.ts +10 -0
- package/dist/application/solution/invariants/update/IInvariantUpdateReader.d.ts.map +1 -0
- package/dist/application/solution/invariants/update/IInvariantUpdateReader.js +3 -0
- package/dist/application/solution/invariants/update/IInvariantUpdateReader.js.map +1 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedEventReader.d.ts +9 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedEventReader.d.ts.map +1 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedEventReader.js +3 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedEventReader.js.map +1 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedEventWriter.d.ts +10 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedEventWriter.js +3 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedEventWriter.js.map +1 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedProjector.d.ts +9 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedProjector.d.ts.map +1 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedProjector.js +3 -0
- package/dist/application/solution/invariants/update/IInvariantUpdatedProjector.js.map +1 -0
- package/dist/application/solution/invariants/update/InvariantUpdatedEventHandler.d.ts +15 -0
- package/dist/application/solution/invariants/update/InvariantUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/solution/invariants/update/InvariantUpdatedEventHandler.js +20 -0
- package/dist/application/solution/invariants/update/InvariantUpdatedEventHandler.js.map +1 -0
- package/dist/application/solution/invariants/update/UpdateInvariantCommand.d.ts +14 -0
- package/dist/application/solution/invariants/update/UpdateInvariantCommand.d.ts.map +1 -0
- package/dist/application/solution/invariants/update/UpdateInvariantCommand.js +9 -0
- package/dist/application/solution/invariants/update/UpdateInvariantCommand.js.map +1 -0
- package/dist/application/solution/invariants/update/UpdateInvariantCommandHandler.d.ts +23 -0
- package/dist/application/solution/invariants/update/UpdateInvariantCommandHandler.d.ts.map +1 -0
- package/dist/application/solution/invariants/update/UpdateInvariantCommandHandler.js +44 -0
- package/dist/application/solution/invariants/update/UpdateInvariantCommandHandler.js.map +1 -0
- package/dist/application/work/goals/GoalView.d.ts +27 -0
- package/dist/application/work/goals/GoalView.d.ts.map +1 -0
- package/dist/application/work/goals/GoalView.js +3 -0
- package/dist/application/work/goals/GoalView.js.map +1 -0
- package/dist/application/work/goals/IGoalStatusReader.d.ts +10 -0
- package/dist/application/work/goals/IGoalStatusReader.d.ts.map +1 -0
- package/dist/application/work/goals/IGoalStatusReader.js +3 -0
- package/dist/application/work/goals/IGoalStatusReader.js.map +1 -0
- package/dist/application/work/goals/add/AddGoalCommand.d.ts +25 -0
- package/dist/application/work/goals/add/AddGoalCommand.d.ts.map +1 -0
- package/dist/application/work/goals/add/AddGoalCommand.js +3 -0
- package/dist/application/work/goals/add/AddGoalCommand.js.map +1 -0
- package/dist/application/work/goals/add/AddGoalCommandHandler.d.ts +30 -0
- package/dist/application/work/goals/add/AddGoalCommandHandler.d.ts.map +1 -0
- package/dist/application/work/goals/add/AddGoalCommandHandler.js +87 -0
- package/dist/application/work/goals/add/AddGoalCommandHandler.js.map +1 -0
- package/dist/application/work/goals/add/GoalAddedEventHandler.d.ts +15 -0
- package/dist/application/work/goals/add/GoalAddedEventHandler.d.ts.map +1 -0
- package/dist/application/work/goals/add/GoalAddedEventHandler.js +20 -0
- package/dist/application/work/goals/add/GoalAddedEventHandler.js.map +1 -0
- package/dist/application/work/goals/add/IGoalAddedEventWriter.d.ts +10 -0
- package/dist/application/work/goals/add/IGoalAddedEventWriter.d.ts.map +1 -0
- package/dist/application/work/goals/add/IGoalAddedEventWriter.js +3 -0
- package/dist/application/work/goals/add/IGoalAddedEventWriter.js.map +1 -0
- package/dist/application/work/goals/add/IGoalAddedProjector.d.ts +9 -0
- package/dist/application/work/goals/add/IGoalAddedProjector.d.ts.map +1 -0
- package/dist/application/work/goals/add/IGoalAddedProjector.js +3 -0
- package/dist/application/work/goals/add/IGoalAddedProjector.js.map +1 -0
- package/dist/application/work/goals/block/BlockGoalCommand.d.ts +9 -0
- package/dist/application/work/goals/block/BlockGoalCommand.d.ts.map +1 -0
- package/dist/application/work/goals/block/BlockGoalCommand.js +3 -0
- package/dist/application/work/goals/block/BlockGoalCommand.js.map +1 -0
- package/dist/application/work/goals/block/BlockGoalCommandHandler.d.ts +18 -0
- package/dist/application/work/goals/block/BlockGoalCommandHandler.d.ts.map +1 -0
- package/dist/application/work/goals/block/BlockGoalCommandHandler.js +29 -0
- package/dist/application/work/goals/block/BlockGoalCommandHandler.js.map +1 -0
- package/dist/application/work/goals/block/GoalBlockedEventHandler.d.ts +15 -0
- package/dist/application/work/goals/block/GoalBlockedEventHandler.d.ts.map +1 -0
- package/dist/application/work/goals/block/GoalBlockedEventHandler.js +20 -0
- package/dist/application/work/goals/block/GoalBlockedEventHandler.js.map +1 -0
- package/dist/application/work/goals/block/IGoalBlockedEventReader.d.ts +9 -0
- package/dist/application/work/goals/block/IGoalBlockedEventReader.d.ts.map +1 -0
- package/dist/application/work/goals/block/IGoalBlockedEventReader.js +3 -0
- package/dist/application/work/goals/block/IGoalBlockedEventReader.js.map +1 -0
- package/dist/application/work/goals/block/IGoalBlockedEventWriter.d.ts +10 -0
- package/dist/application/work/goals/block/IGoalBlockedEventWriter.d.ts.map +1 -0
- package/dist/application/work/goals/block/IGoalBlockedEventWriter.js +3 -0
- package/dist/application/work/goals/block/IGoalBlockedEventWriter.js.map +1 -0
- package/dist/application/work/goals/block/IGoalBlockedProjector.d.ts +9 -0
- package/dist/application/work/goals/block/IGoalBlockedProjector.d.ts.map +1 -0
- package/dist/application/work/goals/block/IGoalBlockedProjector.js +3 -0
- package/dist/application/work/goals/block/IGoalBlockedProjector.js.map +1 -0
- package/dist/application/work/goals/complete/CompleteGoalCommand.d.ts +8 -0
- package/dist/application/work/goals/complete/CompleteGoalCommand.d.ts.map +1 -0
- package/dist/application/work/goals/complete/CompleteGoalCommand.js +3 -0
- package/dist/application/work/goals/complete/CompleteGoalCommand.js.map +1 -0
- package/dist/application/work/goals/complete/CompleteGoalCommandHandler.d.ts +20 -0
- package/dist/application/work/goals/complete/CompleteGoalCommandHandler.d.ts.map +1 -0
- package/dist/application/work/goals/complete/CompleteGoalCommandHandler.js +36 -0
- package/dist/application/work/goals/complete/CompleteGoalCommandHandler.js.map +1 -0
- package/dist/application/work/goals/complete/GoalCompletedEventHandler.d.ts +15 -0
- package/dist/application/work/goals/complete/GoalCompletedEventHandler.d.ts.map +1 -0
- package/dist/application/work/goals/complete/GoalCompletedEventHandler.js +20 -0
- package/dist/application/work/goals/complete/GoalCompletedEventHandler.js.map +1 -0
- package/dist/application/work/goals/complete/IGoalCompleteReader.d.ts +9 -0
- package/dist/application/work/goals/complete/IGoalCompleteReader.d.ts.map +1 -0
- package/dist/application/work/goals/complete/IGoalCompleteReader.js +3 -0
- package/dist/application/work/goals/complete/IGoalCompleteReader.js.map +1 -0
- package/dist/application/work/goals/complete/IGoalCompletedEventReader.d.ts +9 -0
- package/dist/application/work/goals/complete/IGoalCompletedEventReader.d.ts.map +1 -0
- package/dist/application/work/goals/complete/IGoalCompletedEventReader.js +3 -0
- package/dist/application/work/goals/complete/IGoalCompletedEventReader.js.map +1 -0
- package/dist/application/work/goals/complete/IGoalCompletedEventWriter.d.ts +10 -0
- package/dist/application/work/goals/complete/IGoalCompletedEventWriter.d.ts.map +1 -0
- package/dist/application/work/goals/complete/IGoalCompletedEventWriter.js +3 -0
- package/dist/application/work/goals/complete/IGoalCompletedEventWriter.js.map +1 -0
- package/dist/application/work/goals/complete/IGoalCompletedProjector.d.ts +9 -0
- package/dist/application/work/goals/complete/IGoalCompletedProjector.d.ts.map +1 -0
- package/dist/application/work/goals/complete/IGoalCompletedProjector.js +3 -0
- package/dist/application/work/goals/complete/IGoalCompletedProjector.js.map +1 -0
- package/dist/application/work/goals/get-context/GetGoalContextQueryHandler.d.ts +114 -0
- package/dist/application/work/goals/get-context/GetGoalContextQueryHandler.d.ts.map +1 -0
- package/dist/application/work/goals/get-context/GetGoalContextQueryHandler.js +291 -0
- package/dist/application/work/goals/get-context/GetGoalContextQueryHandler.js.map +1 -0
- package/dist/application/work/goals/get-context/GoalContextView.d.ts +75 -0
- package/dist/application/work/goals/get-context/GoalContextView.d.ts.map +1 -0
- package/dist/application/work/goals/get-context/GoalContextView.js +3 -0
- package/dist/application/work/goals/get-context/GoalContextView.js.map +1 -0
- package/dist/application/work/goals/get-context/IComponentContextReader.d.ts +9 -0
- package/dist/application/work/goals/get-context/IComponentContextReader.d.ts.map +1 -0
- package/dist/application/work/goals/get-context/IComponentContextReader.js +3 -0
- package/dist/application/work/goals/get-context/IComponentContextReader.js.map +1 -0
- package/dist/application/work/goals/get-context/IDecisionContextReader.d.ts +9 -0
- package/dist/application/work/goals/get-context/IDecisionContextReader.d.ts.map +1 -0
- package/dist/application/work/goals/get-context/IDecisionContextReader.js +3 -0
- package/dist/application/work/goals/get-context/IDecisionContextReader.js.map +1 -0
- package/dist/application/work/goals/get-context/IDependencyContextReader.d.ts +9 -0
- package/dist/application/work/goals/get-context/IDependencyContextReader.d.ts.map +1 -0
- package/dist/application/work/goals/get-context/IDependencyContextReader.js +3 -0
- package/dist/application/work/goals/get-context/IDependencyContextReader.js.map +1 -0
- package/dist/application/work/goals/get-context/IGoalContextReader.d.ts +9 -0
- package/dist/application/work/goals/get-context/IGoalContextReader.d.ts.map +1 -0
- package/dist/application/work/goals/get-context/IGoalContextReader.js +3 -0
- package/dist/application/work/goals/get-context/IGoalContextReader.js.map +1 -0
- package/dist/application/work/goals/get-context/IGuidelineContextReader.d.ts +9 -0
- package/dist/application/work/goals/get-context/IGuidelineContextReader.d.ts.map +1 -0
- package/dist/application/work/goals/get-context/IGuidelineContextReader.js +3 -0
- package/dist/application/work/goals/get-context/IGuidelineContextReader.js.map +1 -0
- package/dist/application/work/goals/get-context/IInvariantContextReader.d.ts +9 -0
- package/dist/application/work/goals/get-context/IInvariantContextReader.d.ts.map +1 -0
- package/dist/application/work/goals/get-context/IInvariantContextReader.js +3 -0
- package/dist/application/work/goals/get-context/IInvariantContextReader.js.map +1 -0
- package/dist/application/work/goals/remove/GoalRemovedEventHandler.d.ts +15 -0
- package/dist/application/work/goals/remove/GoalRemovedEventHandler.d.ts.map +1 -0
- package/dist/application/work/goals/remove/GoalRemovedEventHandler.js +20 -0
- package/dist/application/work/goals/remove/GoalRemovedEventHandler.js.map +1 -0
- package/dist/application/work/goals/remove/IGoalRemoveReader.d.ts +9 -0
- package/dist/application/work/goals/remove/IGoalRemoveReader.d.ts.map +1 -0
- package/dist/application/work/goals/remove/IGoalRemoveReader.js +3 -0
- package/dist/application/work/goals/remove/IGoalRemoveReader.js.map +1 -0
- package/dist/application/work/goals/remove/IGoalRemovedEventReader.d.ts +9 -0
- package/dist/application/work/goals/remove/IGoalRemovedEventReader.d.ts.map +1 -0
- package/dist/application/work/goals/remove/IGoalRemovedEventReader.js +3 -0
- package/dist/application/work/goals/remove/IGoalRemovedEventReader.js.map +1 -0
- package/dist/application/work/goals/remove/IGoalRemovedEventWriter.d.ts +10 -0
- package/dist/application/work/goals/remove/IGoalRemovedEventWriter.d.ts.map +1 -0
- package/dist/application/work/goals/remove/IGoalRemovedEventWriter.js +3 -0
- package/dist/application/work/goals/remove/IGoalRemovedEventWriter.js.map +1 -0
- package/dist/application/work/goals/remove/IGoalRemovedProjector.d.ts +9 -0
- package/dist/application/work/goals/remove/IGoalRemovedProjector.d.ts.map +1 -0
- package/dist/application/work/goals/remove/IGoalRemovedProjector.js +3 -0
- package/dist/application/work/goals/remove/IGoalRemovedProjector.js.map +1 -0
- package/dist/application/work/goals/remove/RemoveGoalCommand.d.ts +8 -0
- package/dist/application/work/goals/remove/RemoveGoalCommand.d.ts.map +1 -0
- package/dist/application/work/goals/remove/RemoveGoalCommand.js +3 -0
- package/dist/application/work/goals/remove/RemoveGoalCommand.js.map +1 -0
- package/dist/application/work/goals/remove/RemoveGoalCommandHandler.d.ts +20 -0
- package/dist/application/work/goals/remove/RemoveGoalCommandHandler.d.ts.map +1 -0
- package/dist/application/work/goals/remove/RemoveGoalCommandHandler.js +36 -0
- package/dist/application/work/goals/remove/RemoveGoalCommandHandler.js.map +1 -0
- package/dist/application/work/goals/reset/GoalResetEventHandler.d.ts +15 -0
- package/dist/application/work/goals/reset/GoalResetEventHandler.d.ts.map +1 -0
- package/dist/application/work/goals/reset/GoalResetEventHandler.js +20 -0
- package/dist/application/work/goals/reset/GoalResetEventHandler.js.map +1 -0
- package/dist/application/work/goals/reset/IGoalResetEventReader.d.ts +9 -0
- package/dist/application/work/goals/reset/IGoalResetEventReader.d.ts.map +1 -0
- package/dist/application/work/goals/reset/IGoalResetEventReader.js +3 -0
- package/dist/application/work/goals/reset/IGoalResetEventReader.js.map +1 -0
- package/dist/application/work/goals/reset/IGoalResetEventWriter.d.ts +10 -0
- package/dist/application/work/goals/reset/IGoalResetEventWriter.d.ts.map +1 -0
- package/dist/application/work/goals/reset/IGoalResetEventWriter.js +3 -0
- package/dist/application/work/goals/reset/IGoalResetEventWriter.js.map +1 -0
- package/dist/application/work/goals/reset/IGoalResetProjector.d.ts +9 -0
- package/dist/application/work/goals/reset/IGoalResetProjector.d.ts.map +1 -0
- package/dist/application/work/goals/reset/IGoalResetProjector.js +3 -0
- package/dist/application/work/goals/reset/IGoalResetProjector.js.map +1 -0
- package/dist/application/work/goals/reset/IGoalResetReader.d.ts +9 -0
- package/dist/application/work/goals/reset/IGoalResetReader.d.ts.map +1 -0
- package/dist/application/work/goals/reset/IGoalResetReader.js +3 -0
- package/dist/application/work/goals/reset/IGoalResetReader.js.map +1 -0
- package/dist/application/work/goals/reset/ResetGoalCommand.d.ts +8 -0
- package/dist/application/work/goals/reset/ResetGoalCommand.d.ts.map +1 -0
- package/dist/application/work/goals/reset/ResetGoalCommand.js +3 -0
- package/dist/application/work/goals/reset/ResetGoalCommand.js.map +1 -0
- package/dist/application/work/goals/reset/ResetGoalCommandHandler.d.ts +20 -0
- package/dist/application/work/goals/reset/ResetGoalCommandHandler.d.ts.map +1 -0
- package/dist/application/work/goals/reset/ResetGoalCommandHandler.js +36 -0
- package/dist/application/work/goals/reset/ResetGoalCommandHandler.js.map +1 -0
- package/dist/application/work/goals/start/GoalStartedEventHandler.d.ts +15 -0
- package/dist/application/work/goals/start/GoalStartedEventHandler.d.ts.map +1 -0
- package/dist/application/work/goals/start/GoalStartedEventHandler.js +20 -0
- package/dist/application/work/goals/start/GoalStartedEventHandler.js.map +1 -0
- package/dist/application/work/goals/start/IGoalReader.d.ts +9 -0
- package/dist/application/work/goals/start/IGoalReader.d.ts.map +1 -0
- package/dist/application/work/goals/start/IGoalReader.js +3 -0
- package/dist/application/work/goals/start/IGoalReader.js.map +1 -0
- package/dist/application/work/goals/start/IGoalStartedEventReader.d.ts +9 -0
- package/dist/application/work/goals/start/IGoalStartedEventReader.d.ts.map +1 -0
- package/dist/application/work/goals/start/IGoalStartedEventReader.js +3 -0
- package/dist/application/work/goals/start/IGoalStartedEventReader.js.map +1 -0
- package/dist/application/work/goals/start/IGoalStartedEventWriter.d.ts +10 -0
- package/dist/application/work/goals/start/IGoalStartedEventWriter.d.ts.map +1 -0
- package/dist/application/work/goals/start/IGoalStartedEventWriter.js +3 -0
- package/dist/application/work/goals/start/IGoalStartedEventWriter.js.map +1 -0
- package/dist/application/work/goals/start/IGoalStartedProjector.d.ts +9 -0
- package/dist/application/work/goals/start/IGoalStartedProjector.d.ts.map +1 -0
- package/dist/application/work/goals/start/IGoalStartedProjector.js +3 -0
- package/dist/application/work/goals/start/IGoalStartedProjector.js.map +1 -0
- package/dist/application/work/goals/start/StartGoalCommand.d.ts +8 -0
- package/dist/application/work/goals/start/StartGoalCommand.d.ts.map +1 -0
- package/dist/application/work/goals/start/StartGoalCommand.js +3 -0
- package/dist/application/work/goals/start/StartGoalCommand.js.map +1 -0
- package/dist/application/work/goals/start/StartGoalCommandHandler.d.ts +20 -0
- package/dist/application/work/goals/start/StartGoalCommandHandler.d.ts.map +1 -0
- package/dist/application/work/goals/start/StartGoalCommandHandler.js +36 -0
- package/dist/application/work/goals/start/StartGoalCommandHandler.js.map +1 -0
- package/dist/application/work/goals/unblock/GoalUnblockedEventHandler.d.ts +15 -0
- package/dist/application/work/goals/unblock/GoalUnblockedEventHandler.d.ts.map +1 -0
- package/dist/application/work/goals/unblock/GoalUnblockedEventHandler.js +20 -0
- package/dist/application/work/goals/unblock/GoalUnblockedEventHandler.js.map +1 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedEventReader.d.ts +9 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedEventReader.d.ts.map +1 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedEventReader.js +3 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedEventReader.js.map +1 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedEventWriter.d.ts +10 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedEventWriter.d.ts.map +1 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedEventWriter.js +3 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedEventWriter.js.map +1 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedProjector.d.ts +9 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedProjector.d.ts.map +1 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedProjector.js +3 -0
- package/dist/application/work/goals/unblock/IGoalUnblockedProjector.js.map +1 -0
- package/dist/application/work/goals/unblock/UnblockGoalCommand.d.ts +9 -0
- package/dist/application/work/goals/unblock/UnblockGoalCommand.d.ts.map +1 -0
- package/dist/application/work/goals/unblock/UnblockGoalCommand.js +3 -0
- package/dist/application/work/goals/unblock/UnblockGoalCommand.js.map +1 -0
- package/dist/application/work/goals/unblock/UnblockGoalCommandHandler.d.ts +18 -0
- package/dist/application/work/goals/unblock/UnblockGoalCommandHandler.d.ts.map +1 -0
- package/dist/application/work/goals/unblock/UnblockGoalCommandHandler.js +32 -0
- package/dist/application/work/goals/unblock/UnblockGoalCommandHandler.js.map +1 -0
- package/dist/application/work/goals/update/GoalUpdatedEventHandler.d.ts +15 -0
- package/dist/application/work/goals/update/GoalUpdatedEventHandler.d.ts.map +1 -0
- package/dist/application/work/goals/update/GoalUpdatedEventHandler.js +20 -0
- package/dist/application/work/goals/update/GoalUpdatedEventHandler.js.map +1 -0
- package/dist/application/work/goals/update/IGoalUpdateReader.d.ts +9 -0
- package/dist/application/work/goals/update/IGoalUpdateReader.d.ts.map +1 -0
- package/dist/application/work/goals/update/IGoalUpdateReader.js +3 -0
- package/dist/application/work/goals/update/IGoalUpdateReader.js.map +1 -0
- package/dist/application/work/goals/update/IGoalUpdatedEventReader.d.ts +9 -0
- package/dist/application/work/goals/update/IGoalUpdatedEventReader.d.ts.map +1 -0
- package/dist/application/work/goals/update/IGoalUpdatedEventReader.js +3 -0
- package/dist/application/work/goals/update/IGoalUpdatedEventReader.js.map +1 -0
- package/dist/application/work/goals/update/IGoalUpdatedEventWriter.d.ts +10 -0
- package/dist/application/work/goals/update/IGoalUpdatedEventWriter.d.ts.map +1 -0
- package/dist/application/work/goals/update/IGoalUpdatedEventWriter.js +3 -0
- package/dist/application/work/goals/update/IGoalUpdatedEventWriter.js.map +1 -0
- package/dist/application/work/goals/update/IGoalUpdatedProjector.d.ts +9 -0
- package/dist/application/work/goals/update/IGoalUpdatedProjector.d.ts.map +1 -0
- package/dist/application/work/goals/update/IGoalUpdatedProjector.js +3 -0
- package/dist/application/work/goals/update/IGoalUpdatedProjector.js.map +1 -0
- package/dist/application/work/goals/update/UpdateGoalCommand.d.ts +21 -0
- package/dist/application/work/goals/update/UpdateGoalCommand.d.ts.map +1 -0
- package/dist/application/work/goals/update/UpdateGoalCommand.js +3 -0
- package/dist/application/work/goals/update/UpdateGoalCommand.js.map +1 -0
- package/dist/application/work/goals/update/UpdateGoalCommandHandler.d.ts +20 -0
- package/dist/application/work/goals/update/UpdateGoalCommandHandler.d.ts.map +1 -0
- package/dist/application/work/goals/update/UpdateGoalCommandHandler.js +54 -0
- package/dist/application/work/goals/update/UpdateGoalCommandHandler.js.map +1 -0
- package/dist/application/work/query/GetWorkSummaryQueryHandler.d.ts +26 -0
- package/dist/application/work/query/GetWorkSummaryQueryHandler.d.ts.map +1 -0
- package/dist/application/work/query/GetWorkSummaryQueryHandler.js +59 -0
- package/dist/application/work/query/GetWorkSummaryQueryHandler.js.map +1 -0
- package/dist/application/work/sessions/SessionSummaryView.d.ts +100 -0
- package/dist/application/work/sessions/SessionSummaryView.d.ts.map +1 -0
- package/dist/application/work/sessions/SessionSummaryView.js +3 -0
- package/dist/application/work/sessions/SessionSummaryView.js.map +1 -0
- package/dist/application/work/sessions/SessionView.d.ts +12 -0
- package/dist/application/work/sessions/SessionView.d.ts.map +1 -0
- package/dist/application/work/sessions/SessionView.js +3 -0
- package/dist/application/work/sessions/SessionView.js.map +1 -0
- package/dist/application/work/sessions/end/EndSessionCommand.d.ts +5 -0
- package/dist/application/work/sessions/end/EndSessionCommand.d.ts.map +1 -0
- package/dist/application/work/sessions/end/EndSessionCommand.js +3 -0
- package/dist/application/work/sessions/end/EndSessionCommand.js.map +1 -0
- package/dist/application/work/sessions/end/EndSessionCommandHandler.d.ts +20 -0
- package/dist/application/work/sessions/end/EndSessionCommandHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/end/EndSessionCommandHandler.js +36 -0
- package/dist/application/work/sessions/end/EndSessionCommandHandler.js.map +1 -0
- package/dist/application/work/sessions/end/IActiveSessionReader.d.ts +9 -0
- package/dist/application/work/sessions/end/IActiveSessionReader.d.ts.map +1 -0
- package/dist/application/work/sessions/end/IActiveSessionReader.js +3 -0
- package/dist/application/work/sessions/end/IActiveSessionReader.js.map +1 -0
- package/dist/application/work/sessions/end/ISessionEndedEventReader.d.ts +9 -0
- package/dist/application/work/sessions/end/ISessionEndedEventReader.d.ts.map +1 -0
- package/dist/application/work/sessions/end/ISessionEndedEventReader.js +3 -0
- package/dist/application/work/sessions/end/ISessionEndedEventReader.js.map +1 -0
- package/dist/application/work/sessions/end/ISessionEndedEventWriter.d.ts +10 -0
- package/dist/application/work/sessions/end/ISessionEndedEventWriter.d.ts.map +1 -0
- package/dist/application/work/sessions/end/ISessionEndedEventWriter.js +3 -0
- package/dist/application/work/sessions/end/ISessionEndedEventWriter.js.map +1 -0
- package/dist/application/work/sessions/end/ISessionEndedProjector.d.ts +9 -0
- package/dist/application/work/sessions/end/ISessionEndedProjector.d.ts.map +1 -0
- package/dist/application/work/sessions/end/ISessionEndedProjector.js +3 -0
- package/dist/application/work/sessions/end/ISessionEndedProjector.js.map +1 -0
- package/dist/application/work/sessions/end/SessionEndedEventHandler.d.ts +15 -0
- package/dist/application/work/sessions/end/SessionEndedEventHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/end/SessionEndedEventHandler.js +20 -0
- package/dist/application/work/sessions/end/SessionEndedEventHandler.js.map +1 -0
- package/dist/application/work/sessions/get-context/GetLatestSessionSummaryQueryHandler.d.ts +30 -0
- package/dist/application/work/sessions/get-context/GetLatestSessionSummaryQueryHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/get-context/GetLatestSessionSummaryQueryHandler.js +35 -0
- package/dist/application/work/sessions/get-context/GetLatestSessionSummaryQueryHandler.js.map +1 -0
- package/dist/application/work/sessions/get-context/GetSessionStartContextQueryHandler.d.ts +49 -0
- package/dist/application/work/sessions/get-context/GetSessionStartContextQueryHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/get-context/GetSessionStartContextQueryHandler.js +68 -0
- package/dist/application/work/sessions/get-context/GetSessionStartContextQueryHandler.js.map +1 -0
- package/dist/application/work/sessions/get-context/IDecisionSessionReader.d.ts +9 -0
- package/dist/application/work/sessions/get-context/IDecisionSessionReader.d.ts.map +1 -0
- package/dist/application/work/sessions/get-context/IDecisionSessionReader.js +3 -0
- package/dist/application/work/sessions/get-context/IDecisionSessionReader.js.map +1 -0
- package/dist/application/work/sessions/get-context/IGoalReadForSessionSummary.d.ts +9 -0
- package/dist/application/work/sessions/get-context/IGoalReadForSessionSummary.d.ts.map +1 -0
- package/dist/application/work/sessions/get-context/IGoalReadForSessionSummary.js +3 -0
- package/dist/application/work/sessions/get-context/IGoalReadForSessionSummary.js.map +1 -0
- package/dist/application/work/sessions/get-context/ISessionSummaryProjectionStore.d.ts +82 -0
- package/dist/application/work/sessions/get-context/ISessionSummaryProjectionStore.d.ts.map +1 -0
- package/dist/application/work/sessions/get-context/ISessionSummaryProjectionStore.js +3 -0
- package/dist/application/work/sessions/get-context/ISessionSummaryProjectionStore.js.map +1 -0
- package/dist/application/work/sessions/get-context/ISessionSummaryReader.d.ts +9 -0
- package/dist/application/work/sessions/get-context/ISessionSummaryReader.d.ts.map +1 -0
- package/dist/application/work/sessions/get-context/ISessionSummaryReader.js +3 -0
- package/dist/application/work/sessions/get-context/ISessionSummaryReader.js.map +1 -0
- package/dist/application/work/sessions/get-context/SessionStartContextView.d.ts +68 -0
- package/dist/application/work/sessions/get-context/SessionStartContextView.d.ts.map +1 -0
- package/dist/application/work/sessions/get-context/SessionStartContextView.js +3 -0
- package/dist/application/work/sessions/get-context/SessionStartContextView.js.map +1 -0
- package/dist/application/work/sessions/get-context/SessionSummaryProjectionHandler.d.ts +87 -0
- package/dist/application/work/sessions/get-context/SessionSummaryProjectionHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/get-context/SessionSummaryProjectionHandler.js +195 -0
- package/dist/application/work/sessions/get-context/SessionSummaryProjectionHandler.js.map +1 -0
- package/dist/application/work/sessions/pause/ISessionPausedEventReader.d.ts +9 -0
- package/dist/application/work/sessions/pause/ISessionPausedEventReader.d.ts.map +1 -0
- package/dist/application/work/sessions/pause/ISessionPausedEventReader.js +3 -0
- package/dist/application/work/sessions/pause/ISessionPausedEventReader.js.map +1 -0
- package/dist/application/work/sessions/pause/ISessionPausedEventWriter.d.ts +10 -0
- package/dist/application/work/sessions/pause/ISessionPausedEventWriter.d.ts.map +1 -0
- package/dist/application/work/sessions/pause/ISessionPausedEventWriter.js +3 -0
- package/dist/application/work/sessions/pause/ISessionPausedEventWriter.js.map +1 -0
- package/dist/application/work/sessions/pause/ISessionPausedProjector.d.ts +9 -0
- package/dist/application/work/sessions/pause/ISessionPausedProjector.d.ts.map +1 -0
- package/dist/application/work/sessions/pause/ISessionPausedProjector.js +3 -0
- package/dist/application/work/sessions/pause/ISessionPausedProjector.js.map +1 -0
- package/dist/application/work/sessions/pause/PauseSessionCommand.d.ts +7 -0
- package/dist/application/work/sessions/pause/PauseSessionCommand.d.ts.map +1 -0
- package/dist/application/work/sessions/pause/PauseSessionCommand.js +3 -0
- package/dist/application/work/sessions/pause/PauseSessionCommand.js.map +1 -0
- package/dist/application/work/sessions/pause/PauseSessionCommandHandler.d.ts +18 -0
- package/dist/application/work/sessions/pause/PauseSessionCommandHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/pause/PauseSessionCommandHandler.js +33 -0
- package/dist/application/work/sessions/pause/PauseSessionCommandHandler.js.map +1 -0
- package/dist/application/work/sessions/pause/SessionPausedEventHandler.d.ts +15 -0
- package/dist/application/work/sessions/pause/SessionPausedEventHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/pause/SessionPausedEventHandler.js +20 -0
- package/dist/application/work/sessions/pause/SessionPausedEventHandler.js.map +1 -0
- package/dist/application/work/sessions/resume/ISessionResumedEventReader.d.ts +9 -0
- package/dist/application/work/sessions/resume/ISessionResumedEventReader.d.ts.map +1 -0
- package/dist/application/work/sessions/resume/ISessionResumedEventReader.js +3 -0
- package/dist/application/work/sessions/resume/ISessionResumedEventReader.js.map +1 -0
- package/dist/application/work/sessions/resume/ISessionResumedEventWriter.d.ts +10 -0
- package/dist/application/work/sessions/resume/ISessionResumedEventWriter.d.ts.map +1 -0
- package/dist/application/work/sessions/resume/ISessionResumedEventWriter.js +3 -0
- package/dist/application/work/sessions/resume/ISessionResumedEventWriter.js.map +1 -0
- package/dist/application/work/sessions/resume/ISessionResumedProjector.d.ts +9 -0
- package/dist/application/work/sessions/resume/ISessionResumedProjector.d.ts.map +1 -0
- package/dist/application/work/sessions/resume/ISessionResumedProjector.js +3 -0
- package/dist/application/work/sessions/resume/ISessionResumedProjector.js.map +1 -0
- package/dist/application/work/sessions/resume/ResumeSessionCommand.d.ts +7 -0
- package/dist/application/work/sessions/resume/ResumeSessionCommand.d.ts.map +1 -0
- package/dist/application/work/sessions/resume/ResumeSessionCommand.js +3 -0
- package/dist/application/work/sessions/resume/ResumeSessionCommand.js.map +1 -0
- package/dist/application/work/sessions/resume/ResumeSessionCommandHandler.d.ts +18 -0
- package/dist/application/work/sessions/resume/ResumeSessionCommandHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/resume/ResumeSessionCommandHandler.js +33 -0
- package/dist/application/work/sessions/resume/ResumeSessionCommandHandler.js.map +1 -0
- package/dist/application/work/sessions/resume/SessionResumedEventHandler.d.ts +15 -0
- package/dist/application/work/sessions/resume/SessionResumedEventHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/resume/SessionResumedEventHandler.js +20 -0
- package/dist/application/work/sessions/resume/SessionResumedEventHandler.js.map +1 -0
- package/dist/application/work/sessions/start/ISessionStartedEventWriter.d.ts +10 -0
- package/dist/application/work/sessions/start/ISessionStartedEventWriter.d.ts.map +1 -0
- package/dist/application/work/sessions/start/ISessionStartedEventWriter.js +3 -0
- package/dist/application/work/sessions/start/ISessionStartedEventWriter.js.map +1 -0
- package/dist/application/work/sessions/start/ISessionStartedProjector.d.ts +9 -0
- package/dist/application/work/sessions/start/ISessionStartedProjector.d.ts.map +1 -0
- package/dist/application/work/sessions/start/ISessionStartedProjector.js +3 -0
- package/dist/application/work/sessions/start/ISessionStartedProjector.js.map +1 -0
- package/dist/application/work/sessions/start/SessionStartedEventHandler.d.ts +15 -0
- package/dist/application/work/sessions/start/SessionStartedEventHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/start/SessionStartedEventHandler.js +20 -0
- package/dist/application/work/sessions/start/SessionStartedEventHandler.js.map +1 -0
- package/dist/application/work/sessions/start/StartSessionCommand.d.ts +3 -0
- package/dist/application/work/sessions/start/StartSessionCommand.d.ts.map +1 -0
- package/dist/application/work/sessions/start/StartSessionCommand.js +3 -0
- package/dist/application/work/sessions/start/StartSessionCommand.js.map +1 -0
- package/dist/application/work/sessions/start/StartSessionCommandHandler.d.ts +16 -0
- package/dist/application/work/sessions/start/StartSessionCommandHandler.d.ts.map +1 -0
- package/dist/application/work/sessions/start/StartSessionCommandHandler.js +30 -0
- package/dist/application/work/sessions/start/StartSessionCommandHandler.js.map +1 -0
- package/dist/application/work/views/WorkSummaryView.d.ts +40 -0
- package/dist/application/work/views/WorkSummaryView.d.ts.map +1 -0
- package/dist/application/work/views/WorkSummaryView.js +3 -0
- package/dist/application/work/views/WorkSummaryView.js.map +1 -0
- package/dist/cli.d.ts +10 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +16 -0
- package/dist/cli.js.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/AudiencePain.d.ts +38 -0
- package/dist/domain/project-knowledge/audience-pains/AudiencePain.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/AudiencePain.js +118 -0
- package/dist/domain/project-knowledge/audience-pains/AudiencePain.js.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/Constants.d.ts +26 -0
- package/dist/domain/project-knowledge/audience-pains/Constants.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/Constants.js +35 -0
- package/dist/domain/project-knowledge/audience-pains/Constants.js.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/EventIndex.d.ts +8 -0
- package/dist/domain/project-knowledge/audience-pains/EventIndex.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/EventIndex.js +20 -0
- package/dist/domain/project-knowledge/audience-pains/EventIndex.js.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/add/AudiencePainAddedEvent.d.ts +15 -0
- package/dist/domain/project-knowledge/audience-pains/add/AudiencePainAddedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/add/AudiencePainAddedEvent.js +9 -0
- package/dist/domain/project-knowledge/audience-pains/add/AudiencePainAddedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/resolve/AudiencePainResolvedEvent.d.ts +14 -0
- package/dist/domain/project-knowledge/audience-pains/resolve/AudiencePainResolvedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/resolve/AudiencePainResolvedEvent.js +9 -0
- package/dist/domain/project-knowledge/audience-pains/resolve/AudiencePainResolvedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/rules/DescriptionRules.d.ts +11 -0
- package/dist/domain/project-knowledge/audience-pains/rules/DescriptionRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/rules/DescriptionRules.js +34 -0
- package/dist/domain/project-knowledge/audience-pains/rules/DescriptionRules.js.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/rules/TitleRules.d.ts +11 -0
- package/dist/domain/project-knowledge/audience-pains/rules/TitleRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/rules/TitleRules.js +34 -0
- package/dist/domain/project-knowledge/audience-pains/rules/TitleRules.js.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/update/AudiencePainUpdatedEvent.d.ts +14 -0
- package/dist/domain/project-knowledge/audience-pains/update/AudiencePainUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audience-pains/update/AudiencePainUpdatedEvent.js +8 -0
- package/dist/domain/project-knowledge/audience-pains/update/AudiencePainUpdatedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/Audience.d.ts +71 -0
- package/dist/domain/project-knowledge/audiences/Audience.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/Audience.js +180 -0
- package/dist/domain/project-knowledge/audiences/Audience.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/Constants.d.ts +42 -0
- package/dist/domain/project-knowledge/audiences/Constants.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/Constants.js +50 -0
- package/dist/domain/project-knowledge/audiences/Constants.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/EventIndex.d.ts +8 -0
- package/dist/domain/project-knowledge/audiences/EventIndex.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/EventIndex.js +20 -0
- package/dist/domain/project-knowledge/audiences/EventIndex.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/add/AudienceAddedEvent.d.ts +17 -0
- package/dist/domain/project-knowledge/audiences/add/AudienceAddedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/add/AudienceAddedEvent.js +9 -0
- package/dist/domain/project-knowledge/audiences/add/AudienceAddedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/remove/AudienceRemovedEvent.d.ts +14 -0
- package/dist/domain/project-knowledge/audiences/remove/AudienceRemovedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/remove/AudienceRemovedEvent.js +8 -0
- package/dist/domain/project-knowledge/audiences/remove/AudienceRemovedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/rules/DescriptionRules.d.ts +14 -0
- package/dist/domain/project-knowledge/audiences/rules/DescriptionRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/rules/DescriptionRules.js +41 -0
- package/dist/domain/project-knowledge/audiences/rules/DescriptionRules.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/rules/NameRules.d.ts +14 -0
- package/dist/domain/project-knowledge/audiences/rules/NameRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/rules/NameRules.js +38 -0
- package/dist/domain/project-knowledge/audiences/rules/NameRules.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/rules/PriorityRules.d.ts +10 -0
- package/dist/domain/project-knowledge/audiences/rules/PriorityRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/rules/PriorityRules.js +20 -0
- package/dist/domain/project-knowledge/audiences/rules/PriorityRules.js.map +1 -0
- package/dist/domain/project-knowledge/audiences/update/AudienceUpdatedEvent.d.ts +16 -0
- package/dist/domain/project-knowledge/audiences/update/AudienceUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/audiences/update/AudienceUpdatedEvent.js +8 -0
- package/dist/domain/project-knowledge/audiences/update/AudienceUpdatedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/project/AgentInstructions.d.ts +32 -0
- package/dist/domain/project-knowledge/project/AgentInstructions.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/AgentInstructions.js +153 -0
- package/dist/domain/project-knowledge/project/AgentInstructions.js.map +1 -0
- package/dist/domain/project-knowledge/project/Constants.d.ts +35 -0
- package/dist/domain/project-knowledge/project/Constants.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/Constants.js +43 -0
- package/dist/domain/project-knowledge/project/Constants.js.map +1 -0
- package/dist/domain/project-knowledge/project/EventIndex.d.ts +6 -0
- package/dist/domain/project-knowledge/project/EventIndex.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/EventIndex.js +19 -0
- package/dist/domain/project-knowledge/project/EventIndex.js.map +1 -0
- package/dist/domain/project-knowledge/project/Project.d.ts +60 -0
- package/dist/domain/project-knowledge/project/Project.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/Project.js +144 -0
- package/dist/domain/project-knowledge/project/Project.js.map +1 -0
- package/dist/domain/project-knowledge/project/init/ProjectInitializedEvent.d.ts +16 -0
- package/dist/domain/project-knowledge/project/init/ProjectInitializedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/init/ProjectInitializedEvent.js +9 -0
- package/dist/domain/project-knowledge/project/init/ProjectInitializedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/project/rules/BoundaryRules.d.ts +16 -0
- package/dist/domain/project-knowledge/project/rules/BoundaryRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/rules/BoundaryRules.js +52 -0
- package/dist/domain/project-knowledge/project/rules/BoundaryRules.js.map +1 -0
- package/dist/domain/project-knowledge/project/rules/NameRules.d.ts +14 -0
- package/dist/domain/project-knowledge/project/rules/NameRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/rules/NameRules.js +41 -0
- package/dist/domain/project-knowledge/project/rules/NameRules.js.map +1 -0
- package/dist/domain/project-knowledge/project/rules/PurposeRules.d.ts +11 -0
- package/dist/domain/project-knowledge/project/rules/PurposeRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/rules/PurposeRules.js +28 -0
- package/dist/domain/project-knowledge/project/rules/PurposeRules.js.map +1 -0
- package/dist/domain/project-knowledge/project/rules/TaglineRules.d.ts +11 -0
- package/dist/domain/project-knowledge/project/rules/TaglineRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/rules/TaglineRules.js +28 -0
- package/dist/domain/project-knowledge/project/rules/TaglineRules.js.map +1 -0
- package/dist/domain/project-knowledge/project/update/ProjectUpdatedEvent.d.ts +14 -0
- package/dist/domain/project-knowledge/project/update/ProjectUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/project/update/ProjectUpdatedEvent.js +8 -0
- package/dist/domain/project-knowledge/project/update/ProjectUpdatedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/Constants.d.ts +29 -0
- package/dist/domain/project-knowledge/value-propositions/Constants.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/Constants.js +38 -0
- package/dist/domain/project-knowledge/value-propositions/Constants.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/EventIndex.d.ts +8 -0
- package/dist/domain/project-knowledge/value-propositions/EventIndex.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/EventIndex.js +20 -0
- package/dist/domain/project-knowledge/value-propositions/EventIndex.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/ValueProposition.d.ts +14 -0
- package/dist/domain/project-knowledge/value-propositions/ValueProposition.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/ValueProposition.js +85 -0
- package/dist/domain/project-knowledge/value-propositions/ValueProposition.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/ValuePropositionProjection.d.ts +27 -0
- package/dist/domain/project-knowledge/value-propositions/ValuePropositionProjection.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/ValuePropositionProjection.js +61 -0
- package/dist/domain/project-knowledge/value-propositions/ValuePropositionProjection.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/add/ValuePropositionAddedEvent.d.ts +14 -0
- package/dist/domain/project-knowledge/value-propositions/add/ValuePropositionAddedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/add/ValuePropositionAddedEvent.js +3 -0
- package/dist/domain/project-knowledge/value-propositions/add/ValuePropositionAddedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/remove/ValuePropositionRemovedEvent.d.ts +9 -0
- package/dist/domain/project-knowledge/value-propositions/remove/ValuePropositionRemovedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/remove/ValuePropositionRemovedEvent.js +3 -0
- package/dist/domain/project-knowledge/value-propositions/remove/ValuePropositionRemovedEvent.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/rules/BenefitRules.d.ts +11 -0
- package/dist/domain/project-knowledge/value-propositions/rules/BenefitRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/rules/BenefitRules.js +38 -0
- package/dist/domain/project-knowledge/value-propositions/rules/BenefitRules.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/rules/DescriptionRules.d.ts +11 -0
- package/dist/domain/project-knowledge/value-propositions/rules/DescriptionRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/rules/DescriptionRules.js +38 -0
- package/dist/domain/project-knowledge/value-propositions/rules/DescriptionRules.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/rules/MeasurableOutcomeRules.d.ts +8 -0
- package/dist/domain/project-knowledge/value-propositions/rules/MeasurableOutcomeRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/rules/MeasurableOutcomeRules.js +26 -0
- package/dist/domain/project-knowledge/value-propositions/rules/MeasurableOutcomeRules.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/rules/TitleRules.d.ts +11 -0
- package/dist/domain/project-knowledge/value-propositions/rules/TitleRules.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/rules/TitleRules.js +35 -0
- package/dist/domain/project-knowledge/value-propositions/rules/TitleRules.js.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/update/ValuePropositionUpdatedEvent.d.ts +14 -0
- package/dist/domain/project-knowledge/value-propositions/update/ValuePropositionUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/project-knowledge/value-propositions/update/ValuePropositionUpdatedEvent.js +3 -0
- package/dist/domain/project-knowledge/value-propositions/update/ValuePropositionUpdatedEvent.js.map +1 -0
- package/dist/domain/relations/Constants.d.ts +52 -0
- package/dist/domain/relations/Constants.d.ts.map +1 -0
- package/dist/domain/relations/Constants.js +61 -0
- package/dist/domain/relations/Constants.js.map +1 -0
- package/dist/domain/relations/EventIndex.d.ts +6 -0
- package/dist/domain/relations/EventIndex.d.ts.map +1 -0
- package/dist/domain/relations/EventIndex.js +19 -0
- package/dist/domain/relations/EventIndex.js.map +1 -0
- package/dist/domain/relations/Relation.d.ts +35 -0
- package/dist/domain/relations/Relation.d.ts.map +1 -0
- package/dist/domain/relations/Relation.js +119 -0
- package/dist/domain/relations/Relation.js.map +1 -0
- package/dist/domain/relations/RelationProjection.d.ts +7 -0
- package/dist/domain/relations/RelationProjection.d.ts.map +1 -0
- package/dist/domain/relations/RelationProjection.js +14 -0
- package/dist/domain/relations/RelationProjection.js.map +1 -0
- package/dist/domain/relations/add/RelationAddedEvent.d.ts +19 -0
- package/dist/domain/relations/add/RelationAddedEvent.d.ts.map +1 -0
- package/dist/domain/relations/add/RelationAddedEvent.js +3 -0
- package/dist/domain/relations/add/RelationAddedEvent.js.map +1 -0
- package/dist/domain/relations/remove/RelationRemovedEvent.d.ts +18 -0
- package/dist/domain/relations/remove/RelationRemovedEvent.d.ts.map +1 -0
- package/dist/domain/relations/remove/RelationRemovedEvent.js +3 -0
- package/dist/domain/relations/remove/RelationRemovedEvent.js.map +1 -0
- package/dist/domain/relations/rules/DescriptionRules.d.ts +9 -0
- package/dist/domain/relations/rules/DescriptionRules.d.ts.map +1 -0
- package/dist/domain/relations/rules/DescriptionRules.js +31 -0
- package/dist/domain/relations/rules/DescriptionRules.js.map +1 -0
- package/dist/domain/relations/rules/EntityTypeRules.d.ts +19 -0
- package/dist/domain/relations/rules/EntityTypeRules.d.ts.map +1 -0
- package/dist/domain/relations/rules/EntityTypeRules.js +67 -0
- package/dist/domain/relations/rules/EntityTypeRules.js.map +1 -0
- package/dist/domain/relations/rules/RelationIdRules.d.ts +6 -0
- package/dist/domain/relations/rules/RelationIdRules.d.ts.map +1 -0
- package/dist/domain/relations/rules/RelationIdRules.js +18 -0
- package/dist/domain/relations/rules/RelationIdRules.js.map +1 -0
- package/dist/domain/relations/rules/RelationTypeRules.d.ts +9 -0
- package/dist/domain/relations/rules/RelationTypeRules.d.ts.map +1 -0
- package/dist/domain/relations/rules/RelationTypeRules.js +29 -0
- package/dist/domain/relations/rules/RelationTypeRules.js.map +1 -0
- package/dist/domain/shared/BaseAggregate.d.ts +74 -0
- package/dist/domain/shared/BaseAggregate.d.ts.map +1 -0
- package/dist/domain/shared/BaseAggregate.js +81 -0
- package/dist/domain/shared/BaseAggregate.js.map +1 -0
- package/dist/domain/shared/BaseEvent.d.ts +15 -0
- package/dist/domain/shared/BaseEvent.d.ts.map +1 -0
- package/dist/domain/shared/BaseEvent.js +7 -0
- package/dist/domain/shared/BaseEvent.js.map +1 -0
- package/dist/domain/shared/validation/JsonSettingsRule.d.ts +17 -0
- package/dist/domain/shared/validation/JsonSettingsRule.d.ts.map +1 -0
- package/dist/domain/shared/validation/JsonSettingsRule.js +33 -0
- package/dist/domain/shared/validation/JsonSettingsRule.js.map +1 -0
- package/dist/domain/shared/validation/ValidationRule.d.ts +56 -0
- package/dist/domain/shared/validation/ValidationRule.d.ts.map +1 -0
- package/dist/domain/shared/validation/ValidationRule.js +105 -0
- package/dist/domain/shared/validation/ValidationRule.js.map +1 -0
- package/dist/domain/solution/architecture/Architecture.d.ts +45 -0
- package/dist/domain/solution/architecture/Architecture.d.ts.map +1 -0
- package/dist/domain/solution/architecture/Architecture.js +148 -0
- package/dist/domain/solution/architecture/Architecture.js.map +1 -0
- package/dist/domain/solution/architecture/Constants.d.ts +46 -0
- package/dist/domain/solution/architecture/Constants.d.ts.map +1 -0
- package/dist/domain/solution/architecture/Constants.js +55 -0
- package/dist/domain/solution/architecture/Constants.js.map +1 -0
- package/dist/domain/solution/architecture/EventIndex.d.ts +7 -0
- package/dist/domain/solution/architecture/EventIndex.d.ts.map +1 -0
- package/dist/domain/solution/architecture/EventIndex.js +19 -0
- package/dist/domain/solution/architecture/EventIndex.js.map +1 -0
- package/dist/domain/solution/architecture/define/ArchitectureDefinedEvent.d.ts +24 -0
- package/dist/domain/solution/architecture/define/ArchitectureDefinedEvent.d.ts.map +1 -0
- package/dist/domain/solution/architecture/define/ArchitectureDefinedEvent.js +9 -0
- package/dist/domain/solution/architecture/define/ArchitectureDefinedEvent.js.map +1 -0
- package/dist/domain/solution/architecture/rules/DataFlowRules.d.ts +8 -0
- package/dist/domain/solution/architecture/rules/DataFlowRules.d.ts.map +1 -0
- package/dist/domain/solution/architecture/rules/DataFlowRules.js +23 -0
- package/dist/domain/solution/architecture/rules/DataFlowRules.js.map +1 -0
- package/dist/domain/solution/architecture/rules/DataStoresRules.d.ts +12 -0
- package/dist/domain/solution/architecture/rules/DataStoresRules.d.ts.map +1 -0
- package/dist/domain/solution/architecture/rules/DataStoresRules.js +57 -0
- package/dist/domain/solution/architecture/rules/DataStoresRules.js.map +1 -0
- package/dist/domain/solution/architecture/rules/DescriptionRules.d.ts +11 -0
- package/dist/domain/solution/architecture/rules/DescriptionRules.d.ts.map +1 -0
- package/dist/domain/solution/architecture/rules/DescriptionRules.js +34 -0
- package/dist/domain/solution/architecture/rules/DescriptionRules.js.map +1 -0
- package/dist/domain/solution/architecture/rules/OrganizationRules.d.ts +11 -0
- package/dist/domain/solution/architecture/rules/OrganizationRules.d.ts.map +1 -0
- package/dist/domain/solution/architecture/rules/OrganizationRules.js +34 -0
- package/dist/domain/solution/architecture/rules/OrganizationRules.js.map +1 -0
- package/dist/domain/solution/architecture/rules/PatternsRules.d.ts +13 -0
- package/dist/domain/solution/architecture/rules/PatternsRules.d.ts.map +1 -0
- package/dist/domain/solution/architecture/rules/PatternsRules.js +43 -0
- package/dist/domain/solution/architecture/rules/PatternsRules.js.map +1 -0
- package/dist/domain/solution/architecture/rules/PrinciplesRules.d.ts +13 -0
- package/dist/domain/solution/architecture/rules/PrinciplesRules.d.ts.map +1 -0
- package/dist/domain/solution/architecture/rules/PrinciplesRules.js +43 -0
- package/dist/domain/solution/architecture/rules/PrinciplesRules.js.map +1 -0
- package/dist/domain/solution/architecture/rules/StackRules.d.ts +13 -0
- package/dist/domain/solution/architecture/rules/StackRules.d.ts.map +1 -0
- package/dist/domain/solution/architecture/rules/StackRules.js +43 -0
- package/dist/domain/solution/architecture/rules/StackRules.js.map +1 -0
- package/dist/domain/solution/architecture/update/ArchitectureUpdatedEvent.d.ts +20 -0
- package/dist/domain/solution/architecture/update/ArchitectureUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/solution/architecture/update/ArchitectureUpdatedEvent.js +9 -0
- package/dist/domain/solution/architecture/update/ArchitectureUpdatedEvent.js.map +1 -0
- package/dist/domain/solution/components/Component.d.ts +34 -0
- package/dist/domain/solution/components/Component.d.ts.map +1 -0
- package/dist/domain/solution/components/Component.js +162 -0
- package/dist/domain/solution/components/Component.js.map +1 -0
- package/dist/domain/solution/components/Constants.d.ts +52 -0
- package/dist/domain/solution/components/Constants.d.ts.map +1 -0
- package/dist/domain/solution/components/Constants.js +61 -0
- package/dist/domain/solution/components/Constants.js.map +1 -0
- package/dist/domain/solution/components/EventIndex.d.ts +10 -0
- package/dist/domain/solution/components/EventIndex.d.ts.map +1 -0
- package/dist/domain/solution/components/EventIndex.js +21 -0
- package/dist/domain/solution/components/EventIndex.js.map +1 -0
- package/dist/domain/solution/components/add/ComponentAddedEvent.d.ts +20 -0
- package/dist/domain/solution/components/add/ComponentAddedEvent.d.ts.map +1 -0
- package/dist/domain/solution/components/add/ComponentAddedEvent.js +9 -0
- package/dist/domain/solution/components/add/ComponentAddedEvent.js.map +1 -0
- package/dist/domain/solution/components/deprecate/ComponentDeprecatedEvent.d.ts +15 -0
- package/dist/domain/solution/components/deprecate/ComponentDeprecatedEvent.d.ts.map +1 -0
- package/dist/domain/solution/components/deprecate/ComponentDeprecatedEvent.js +8 -0
- package/dist/domain/solution/components/deprecate/ComponentDeprecatedEvent.js.map +1 -0
- package/dist/domain/solution/components/remove/ComponentRemovedEvent.d.ts +14 -0
- package/dist/domain/solution/components/remove/ComponentRemovedEvent.d.ts.map +1 -0
- package/dist/domain/solution/components/remove/ComponentRemovedEvent.js +8 -0
- package/dist/domain/solution/components/remove/ComponentRemovedEvent.js.map +1 -0
- package/dist/domain/solution/components/rules/DeprecationReasonRules.d.ts +8 -0
- package/dist/domain/solution/components/rules/DeprecationReasonRules.d.ts.map +1 -0
- package/dist/domain/solution/components/rules/DeprecationReasonRules.js +23 -0
- package/dist/domain/solution/components/rules/DeprecationReasonRules.js.map +1 -0
- package/dist/domain/solution/components/rules/DescriptionRules.d.ts +11 -0
- package/dist/domain/solution/components/rules/DescriptionRules.d.ts.map +1 -0
- package/dist/domain/solution/components/rules/DescriptionRules.js +34 -0
- package/dist/domain/solution/components/rules/DescriptionRules.js.map +1 -0
- package/dist/domain/solution/components/rules/NameRules.d.ts +11 -0
- package/dist/domain/solution/components/rules/NameRules.d.ts.map +1 -0
- package/dist/domain/solution/components/rules/NameRules.js +34 -0
- package/dist/domain/solution/components/rules/NameRules.js.map +1 -0
- package/dist/domain/solution/components/rules/PathRules.d.ts +11 -0
- package/dist/domain/solution/components/rules/PathRules.d.ts.map +1 -0
- package/dist/domain/solution/components/rules/PathRules.js +34 -0
- package/dist/domain/solution/components/rules/PathRules.js.map +1 -0
- package/dist/domain/solution/components/rules/ResponsibilityRules.d.ts +11 -0
- package/dist/domain/solution/components/rules/ResponsibilityRules.d.ts.map +1 -0
- package/dist/domain/solution/components/rules/ResponsibilityRules.js +34 -0
- package/dist/domain/solution/components/rules/ResponsibilityRules.js.map +1 -0
- package/dist/domain/solution/components/rules/TypeRules.d.ts +9 -0
- package/dist/domain/solution/components/rules/TypeRules.d.ts.map +1 -0
- package/dist/domain/solution/components/rules/TypeRules.js +32 -0
- package/dist/domain/solution/components/rules/TypeRules.js.map +1 -0
- package/dist/domain/solution/components/update/ComponentUpdatedEvent.d.ts +17 -0
- package/dist/domain/solution/components/update/ComponentUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/solution/components/update/ComponentUpdatedEvent.js +8 -0
- package/dist/domain/solution/components/update/ComponentUpdatedEvent.js.map +1 -0
- package/dist/domain/solution/decisions/Constants.d.ts +45 -0
- package/dist/domain/solution/decisions/Constants.d.ts.map +1 -0
- package/dist/domain/solution/decisions/Constants.js +54 -0
- package/dist/domain/solution/decisions/Constants.js.map +1 -0
- package/dist/domain/solution/decisions/Decision.d.ts +51 -0
- package/dist/domain/solution/decisions/Decision.d.ts.map +1 -0
- package/dist/domain/solution/decisions/Decision.js +198 -0
- package/dist/domain/solution/decisions/Decision.js.map +1 -0
- package/dist/domain/solution/decisions/EventIndex.d.ts +10 -0
- package/dist/domain/solution/decisions/EventIndex.d.ts.map +1 -0
- package/dist/domain/solution/decisions/EventIndex.js +21 -0
- package/dist/domain/solution/decisions/EventIndex.js.map +1 -0
- package/dist/domain/solution/decisions/add/DecisionAddedEvent.d.ts +18 -0
- package/dist/domain/solution/decisions/add/DecisionAddedEvent.d.ts.map +1 -0
- package/dist/domain/solution/decisions/add/DecisionAddedEvent.js +9 -0
- package/dist/domain/solution/decisions/add/DecisionAddedEvent.js.map +1 -0
- package/dist/domain/solution/decisions/reverse/DecisionReversedEvent.d.ts +16 -0
- package/dist/domain/solution/decisions/reverse/DecisionReversedEvent.d.ts.map +1 -0
- package/dist/domain/solution/decisions/reverse/DecisionReversedEvent.js +9 -0
- package/dist/domain/solution/decisions/reverse/DecisionReversedEvent.js.map +1 -0
- package/dist/domain/solution/decisions/rules/AlternativesRules.d.ts +13 -0
- package/dist/domain/solution/decisions/rules/AlternativesRules.d.ts.map +1 -0
- package/dist/domain/solution/decisions/rules/AlternativesRules.js +43 -0
- package/dist/domain/solution/decisions/rules/AlternativesRules.js.map +1 -0
- package/dist/domain/solution/decisions/rules/ConsequencesRules.d.ts +8 -0
- package/dist/domain/solution/decisions/rules/ConsequencesRules.d.ts.map +1 -0
- package/dist/domain/solution/decisions/rules/ConsequencesRules.js +23 -0
- package/dist/domain/solution/decisions/rules/ConsequencesRules.js.map +1 -0
- package/dist/domain/solution/decisions/rules/ContextRules.d.ts +11 -0
- package/dist/domain/solution/decisions/rules/ContextRules.d.ts.map +1 -0
- package/dist/domain/solution/decisions/rules/ContextRules.js +34 -0
- package/dist/domain/solution/decisions/rules/ContextRules.js.map +1 -0
- package/dist/domain/solution/decisions/rules/RationaleRules.d.ts +8 -0
- package/dist/domain/solution/decisions/rules/RationaleRules.d.ts.map +1 -0
- package/dist/domain/solution/decisions/rules/RationaleRules.js +23 -0
- package/dist/domain/solution/decisions/rules/RationaleRules.js.map +1 -0
- package/dist/domain/solution/decisions/rules/ReasonRules.d.ts +11 -0
- package/dist/domain/solution/decisions/rules/ReasonRules.d.ts.map +1 -0
- package/dist/domain/solution/decisions/rules/ReasonRules.js +34 -0
- package/dist/domain/solution/decisions/rules/ReasonRules.js.map +1 -0
- package/dist/domain/solution/decisions/rules/SupersededByRules.d.ts +6 -0
- package/dist/domain/solution/decisions/rules/SupersededByRules.d.ts.map +1 -0
- package/dist/domain/solution/decisions/rules/SupersededByRules.js +18 -0
- package/dist/domain/solution/decisions/rules/SupersededByRules.js.map +1 -0
- package/dist/domain/solution/decisions/rules/TitleRules.d.ts +11 -0
- package/dist/domain/solution/decisions/rules/TitleRules.d.ts.map +1 -0
- package/dist/domain/solution/decisions/rules/TitleRules.js +34 -0
- package/dist/domain/solution/decisions/rules/TitleRules.js.map +1 -0
- package/dist/domain/solution/decisions/supersede/DecisionSupersededEvent.d.ts +14 -0
- package/dist/domain/solution/decisions/supersede/DecisionSupersededEvent.d.ts.map +1 -0
- package/dist/domain/solution/decisions/supersede/DecisionSupersededEvent.js +9 -0
- package/dist/domain/solution/decisions/supersede/DecisionSupersededEvent.js.map +1 -0
- package/dist/domain/solution/decisions/update/DecisionUpdatedEvent.d.ts +17 -0
- package/dist/domain/solution/decisions/update/DecisionUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/solution/decisions/update/DecisionUpdatedEvent.js +8 -0
- package/dist/domain/solution/decisions/update/DecisionUpdatedEvent.js.map +1 -0
- package/dist/domain/solution/dependencies/Constants.d.ts +30 -0
- package/dist/domain/solution/dependencies/Constants.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/Constants.js +40 -0
- package/dist/domain/solution/dependencies/Constants.js.map +1 -0
- package/dist/domain/solution/dependencies/Dependency.d.ts +31 -0
- package/dist/domain/solution/dependencies/Dependency.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/Dependency.js +128 -0
- package/dist/domain/solution/dependencies/Dependency.js.map +1 -0
- package/dist/domain/solution/dependencies/EventIndex.d.ts +8 -0
- package/dist/domain/solution/dependencies/EventIndex.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/EventIndex.js +20 -0
- package/dist/domain/solution/dependencies/EventIndex.js.map +1 -0
- package/dist/domain/solution/dependencies/add/DependencyAddedEvent.d.ts +17 -0
- package/dist/domain/solution/dependencies/add/DependencyAddedEvent.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/add/DependencyAddedEvent.js +9 -0
- package/dist/domain/solution/dependencies/add/DependencyAddedEvent.js.map +1 -0
- package/dist/domain/solution/dependencies/remove/DependencyRemovedEvent.d.ts +14 -0
- package/dist/domain/solution/dependencies/remove/DependencyRemovedEvent.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/remove/DependencyRemovedEvent.js +9 -0
- package/dist/domain/solution/dependencies/remove/DependencyRemovedEvent.js.map +1 -0
- package/dist/domain/solution/dependencies/rules/ConsumerIdRules.d.ts +11 -0
- package/dist/domain/solution/dependencies/rules/ConsumerIdRules.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/rules/ConsumerIdRules.js +32 -0
- package/dist/domain/solution/dependencies/rules/ConsumerIdRules.js.map +1 -0
- package/dist/domain/solution/dependencies/rules/ContractRules.d.ts +8 -0
- package/dist/domain/solution/dependencies/rules/ContractRules.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/rules/ContractRules.js +21 -0
- package/dist/domain/solution/dependencies/rules/ContractRules.js.map +1 -0
- package/dist/domain/solution/dependencies/rules/EndpointRules.d.ts +8 -0
- package/dist/domain/solution/dependencies/rules/EndpointRules.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/rules/EndpointRules.js +21 -0
- package/dist/domain/solution/dependencies/rules/EndpointRules.js.map +1 -0
- package/dist/domain/solution/dependencies/rules/ProviderIdRules.d.ts +11 -0
- package/dist/domain/solution/dependencies/rules/ProviderIdRules.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/rules/ProviderIdRules.js +32 -0
- package/dist/domain/solution/dependencies/rules/ProviderIdRules.js.map +1 -0
- package/dist/domain/solution/dependencies/rules/StatusRules.d.ts +7 -0
- package/dist/domain/solution/dependencies/rules/StatusRules.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/rules/StatusRules.js +19 -0
- package/dist/domain/solution/dependencies/rules/StatusRules.js.map +1 -0
- package/dist/domain/solution/dependencies/update/DependencyUpdatedEvent.d.ts +17 -0
- package/dist/domain/solution/dependencies/update/DependencyUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/solution/dependencies/update/DependencyUpdatedEvent.js +9 -0
- package/dist/domain/solution/dependencies/update/DependencyUpdatedEvent.js.map +1 -0
- package/dist/domain/solution/guidelines/Constants.d.ts +57 -0
- package/dist/domain/solution/guidelines/Constants.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/Constants.js +65 -0
- package/dist/domain/solution/guidelines/Constants.js.map +1 -0
- package/dist/domain/solution/guidelines/EventIndex.d.ts +8 -0
- package/dist/domain/solution/guidelines/EventIndex.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/EventIndex.js +20 -0
- package/dist/domain/solution/guidelines/EventIndex.js.map +1 -0
- package/dist/domain/solution/guidelines/Guideline.d.ts +80 -0
- package/dist/domain/solution/guidelines/Guideline.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/Guideline.js +192 -0
- package/dist/domain/solution/guidelines/Guideline.js.map +1 -0
- package/dist/domain/solution/guidelines/add/GuidelineAddedEvent.d.ts +20 -0
- package/dist/domain/solution/guidelines/add/GuidelineAddedEvent.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/add/GuidelineAddedEvent.js +9 -0
- package/dist/domain/solution/guidelines/add/GuidelineAddedEvent.js.map +1 -0
- package/dist/domain/solution/guidelines/remove/GuidelineRemovedEvent.d.ts +15 -0
- package/dist/domain/solution/guidelines/remove/GuidelineRemovedEvent.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/remove/GuidelineRemovedEvent.js +9 -0
- package/dist/domain/solution/guidelines/remove/GuidelineRemovedEvent.js.map +1 -0
- package/dist/domain/solution/guidelines/rules/CategoryRules.d.ts +12 -0
- package/dist/domain/solution/guidelines/rules/CategoryRules.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/rules/CategoryRules.js +33 -0
- package/dist/domain/solution/guidelines/rules/CategoryRules.js.map +1 -0
- package/dist/domain/solution/guidelines/rules/DescriptionRules.d.ts +14 -0
- package/dist/domain/solution/guidelines/rules/DescriptionRules.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/rules/DescriptionRules.js +41 -0
- package/dist/domain/solution/guidelines/rules/DescriptionRules.js.map +1 -0
- package/dist/domain/solution/guidelines/rules/EnforcementRules.d.ts +14 -0
- package/dist/domain/solution/guidelines/rules/EnforcementRules.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/rules/EnforcementRules.js +41 -0
- package/dist/domain/solution/guidelines/rules/EnforcementRules.js.map +1 -0
- package/dist/domain/solution/guidelines/rules/ExamplesRules.d.ts +17 -0
- package/dist/domain/solution/guidelines/rules/ExamplesRules.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/rules/ExamplesRules.js +53 -0
- package/dist/domain/solution/guidelines/rules/ExamplesRules.js.map +1 -0
- package/dist/domain/solution/guidelines/rules/GuidelineIdRules.d.ts +10 -0
- package/dist/domain/solution/guidelines/rules/GuidelineIdRules.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/rules/GuidelineIdRules.js +20 -0
- package/dist/domain/solution/guidelines/rules/GuidelineIdRules.js.map +1 -0
- package/dist/domain/solution/guidelines/rules/RationaleRules.d.ts +14 -0
- package/dist/domain/solution/guidelines/rules/RationaleRules.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/rules/RationaleRules.js +41 -0
- package/dist/domain/solution/guidelines/rules/RationaleRules.js.map +1 -0
- package/dist/domain/solution/guidelines/rules/TitleRules.d.ts +14 -0
- package/dist/domain/solution/guidelines/rules/TitleRules.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/rules/TitleRules.js +41 -0
- package/dist/domain/solution/guidelines/rules/TitleRules.js.map +1 -0
- package/dist/domain/solution/guidelines/update/GuidelineUpdatedEvent.d.ts +20 -0
- package/dist/domain/solution/guidelines/update/GuidelineUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/solution/guidelines/update/GuidelineUpdatedEvent.js +9 -0
- package/dist/domain/solution/guidelines/update/GuidelineUpdatedEvent.js.map +1 -0
- package/dist/domain/solution/invariants/Constants.d.ts +37 -0
- package/dist/domain/solution/invariants/Constants.d.ts.map +1 -0
- package/dist/domain/solution/invariants/Constants.js +45 -0
- package/dist/domain/solution/invariants/Constants.js.map +1 -0
- package/dist/domain/solution/invariants/EventIndex.d.ts +8 -0
- package/dist/domain/solution/invariants/EventIndex.d.ts.map +1 -0
- package/dist/domain/solution/invariants/EventIndex.js +20 -0
- package/dist/domain/solution/invariants/EventIndex.js.map +1 -0
- package/dist/domain/solution/invariants/Invariant.d.ts +73 -0
- package/dist/domain/solution/invariants/Invariant.d.ts.map +1 -0
- package/dist/domain/solution/invariants/Invariant.js +172 -0
- package/dist/domain/solution/invariants/Invariant.js.map +1 -0
- package/dist/domain/solution/invariants/add/InvariantAddedEvent.d.ts +17 -0
- package/dist/domain/solution/invariants/add/InvariantAddedEvent.d.ts.map +1 -0
- package/dist/domain/solution/invariants/add/InvariantAddedEvent.js +9 -0
- package/dist/domain/solution/invariants/add/InvariantAddedEvent.js.map +1 -0
- package/dist/domain/solution/invariants/remove/InvariantRemovedEvent.d.ts +14 -0
- package/dist/domain/solution/invariants/remove/InvariantRemovedEvent.d.ts.map +1 -0
- package/dist/domain/solution/invariants/remove/InvariantRemovedEvent.js +9 -0
- package/dist/domain/solution/invariants/remove/InvariantRemovedEvent.js.map +1 -0
- package/dist/domain/solution/invariants/rules/DescriptionRules.d.ts +14 -0
- package/dist/domain/solution/invariants/rules/DescriptionRules.d.ts.map +1 -0
- package/dist/domain/solution/invariants/rules/DescriptionRules.js +41 -0
- package/dist/domain/solution/invariants/rules/DescriptionRules.js.map +1 -0
- package/dist/domain/solution/invariants/rules/EnforcementRules.d.ts +14 -0
- package/dist/domain/solution/invariants/rules/EnforcementRules.d.ts.map +1 -0
- package/dist/domain/solution/invariants/rules/EnforcementRules.js +41 -0
- package/dist/domain/solution/invariants/rules/EnforcementRules.js.map +1 -0
- package/dist/domain/solution/invariants/rules/RationaleRules.d.ts +11 -0
- package/dist/domain/solution/invariants/rules/RationaleRules.d.ts.map +1 -0
- package/dist/domain/solution/invariants/rules/RationaleRules.js +30 -0
- package/dist/domain/solution/invariants/rules/RationaleRules.js.map +1 -0
- package/dist/domain/solution/invariants/rules/TitleRules.d.ts +14 -0
- package/dist/domain/solution/invariants/rules/TitleRules.d.ts.map +1 -0
- package/dist/domain/solution/invariants/rules/TitleRules.js +41 -0
- package/dist/domain/solution/invariants/rules/TitleRules.js.map +1 -0
- package/dist/domain/solution/invariants/update/InvariantUpdatedEvent.d.ts +16 -0
- package/dist/domain/solution/invariants/update/InvariantUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/solution/invariants/update/InvariantUpdatedEvent.js +8 -0
- package/dist/domain/solution/invariants/update/InvariantUpdatedEvent.js.map +1 -0
- package/dist/domain/work/goals/Constants.d.ts +57 -0
- package/dist/domain/work/goals/Constants.d.ts.map +1 -0
- package/dist/domain/work/goals/Constants.js +68 -0
- package/dist/domain/work/goals/Constants.js.map +1 -0
- package/dist/domain/work/goals/EmbeddedContextTypes.d.ts +31 -0
- package/dist/domain/work/goals/EmbeddedContextTypes.d.ts.map +1 -0
- package/dist/domain/work/goals/EmbeddedContextTypes.js +8 -0
- package/dist/domain/work/goals/EmbeddedContextTypes.js.map +1 -0
- package/dist/domain/work/goals/EventIndex.d.ts +18 -0
- package/dist/domain/work/goals/EventIndex.d.ts.map +1 -0
- package/dist/domain/work/goals/EventIndex.js +25 -0
- package/dist/domain/work/goals/EventIndex.js.map +1 -0
- package/dist/domain/work/goals/Goal.d.ts +110 -0
- package/dist/domain/work/goals/Goal.d.ts.map +1 -0
- package/dist/domain/work/goals/Goal.js +377 -0
- package/dist/domain/work/goals/Goal.js.map +1 -0
- package/dist/domain/work/goals/add/GoalAddedEvent.d.ts +28 -0
- package/dist/domain/work/goals/add/GoalAddedEvent.d.ts.map +1 -0
- package/dist/domain/work/goals/add/GoalAddedEvent.js +3 -0
- package/dist/domain/work/goals/add/GoalAddedEvent.js.map +1 -0
- package/dist/domain/work/goals/block/GoalBlockedEvent.d.ts +15 -0
- package/dist/domain/work/goals/block/GoalBlockedEvent.d.ts.map +1 -0
- package/dist/domain/work/goals/block/GoalBlockedEvent.js +3 -0
- package/dist/domain/work/goals/block/GoalBlockedEvent.js.map +1 -0
- package/dist/domain/work/goals/complete/GoalCompletedEvent.d.ts +13 -0
- package/dist/domain/work/goals/complete/GoalCompletedEvent.d.ts.map +1 -0
- package/dist/domain/work/goals/complete/GoalCompletedEvent.js +3 -0
- package/dist/domain/work/goals/complete/GoalCompletedEvent.js.map +1 -0
- package/dist/domain/work/goals/remove/GoalRemovedEvent.d.ts +13 -0
- package/dist/domain/work/goals/remove/GoalRemovedEvent.d.ts.map +1 -0
- package/dist/domain/work/goals/remove/GoalRemovedEvent.js +3 -0
- package/dist/domain/work/goals/remove/GoalRemovedEvent.js.map +1 -0
- package/dist/domain/work/goals/reset/GoalResetEvent.d.ts +13 -0
- package/dist/domain/work/goals/reset/GoalResetEvent.d.ts.map +1 -0
- package/dist/domain/work/goals/reset/GoalResetEvent.js +3 -0
- package/dist/domain/work/goals/reset/GoalResetEvent.js.map +1 -0
- package/dist/domain/work/goals/rules/FilePathRules.d.ts +8 -0
- package/dist/domain/work/goals/rules/FilePathRules.d.ts.map +1 -0
- package/dist/domain/work/goals/rules/FilePathRules.js +24 -0
- package/dist/domain/work/goals/rules/FilePathRules.js.map +1 -0
- package/dist/domain/work/goals/rules/NoteRules.d.ts +27 -0
- package/dist/domain/work/goals/rules/NoteRules.d.ts.map +1 -0
- package/dist/domain/work/goals/rules/NoteRules.js +52 -0
- package/dist/domain/work/goals/rules/NoteRules.js.map +1 -0
- package/dist/domain/work/goals/rules/ObjectiveRules.d.ts +11 -0
- package/dist/domain/work/goals/rules/ObjectiveRules.d.ts.map +1 -0
- package/dist/domain/work/goals/rules/ObjectiveRules.js +34 -0
- package/dist/domain/work/goals/rules/ObjectiveRules.js.map +1 -0
- package/dist/domain/work/goals/rules/ScopeRules.d.ts +13 -0
- package/dist/domain/work/goals/rules/ScopeRules.d.ts.map +1 -0
- package/dist/domain/work/goals/rules/ScopeRules.js +40 -0
- package/dist/domain/work/goals/rules/ScopeRules.js.map +1 -0
- package/dist/domain/work/goals/rules/StateTransitionRules.d.ts +19 -0
- package/dist/domain/work/goals/rules/StateTransitionRules.d.ts.map +1 -0
- package/dist/domain/work/goals/rules/StateTransitionRules.js +43 -0
- package/dist/domain/work/goals/rules/StateTransitionRules.js.map +1 -0
- package/dist/domain/work/goals/rules/SuccessCriteriaRules.d.ts +16 -0
- package/dist/domain/work/goals/rules/SuccessCriteriaRules.d.ts.map +1 -0
- package/dist/domain/work/goals/rules/SuccessCriteriaRules.js +51 -0
- package/dist/domain/work/goals/rules/SuccessCriteriaRules.js.map +1 -0
- package/dist/domain/work/goals/rules/UpdateRules.d.ts +35 -0
- package/dist/domain/work/goals/rules/UpdateRules.d.ts.map +1 -0
- package/dist/domain/work/goals/rules/UpdateRules.js +137 -0
- package/dist/domain/work/goals/rules/UpdateRules.js.map +1 -0
- package/dist/domain/work/goals/start/GoalStartedEvent.d.ts +13 -0
- package/dist/domain/work/goals/start/GoalStartedEvent.d.ts.map +1 -0
- package/dist/domain/work/goals/start/GoalStartedEvent.js +3 -0
- package/dist/domain/work/goals/start/GoalStartedEvent.js.map +1 -0
- package/dist/domain/work/goals/unblock/GoalUnblockedEvent.d.ts +13 -0
- package/dist/domain/work/goals/unblock/GoalUnblockedEvent.d.ts.map +1 -0
- package/dist/domain/work/goals/unblock/GoalUnblockedEvent.js +3 -0
- package/dist/domain/work/goals/unblock/GoalUnblockedEvent.js.map +1 -0
- package/dist/domain/work/goals/update/GoalUpdatedEvent.d.ts +25 -0
- package/dist/domain/work/goals/update/GoalUpdatedEvent.d.ts.map +1 -0
- package/dist/domain/work/goals/update/GoalUpdatedEvent.js +3 -0
- package/dist/domain/work/goals/update/GoalUpdatedEvent.js.map +1 -0
- package/dist/domain/work/sessions/Constants.d.ts +33 -0
- package/dist/domain/work/sessions/Constants.d.ts.map +1 -0
- package/dist/domain/work/sessions/Constants.js +42 -0
- package/dist/domain/work/sessions/Constants.js.map +1 -0
- package/dist/domain/work/sessions/EventIndex.d.ts +10 -0
- package/dist/domain/work/sessions/EventIndex.d.ts.map +1 -0
- package/dist/domain/work/sessions/EventIndex.js +21 -0
- package/dist/domain/work/sessions/EventIndex.js.map +1 -0
- package/dist/domain/work/sessions/Session.d.ts +33 -0
- package/dist/domain/work/sessions/Session.d.ts.map +1 -0
- package/dist/domain/work/sessions/Session.js +124 -0
- package/dist/domain/work/sessions/Session.js.map +1 -0
- package/dist/domain/work/sessions/end/SessionEndedEvent.d.ts +13 -0
- package/dist/domain/work/sessions/end/SessionEndedEvent.d.ts.map +1 -0
- package/dist/domain/work/sessions/end/SessionEndedEvent.js +3 -0
- package/dist/domain/work/sessions/end/SessionEndedEvent.js.map +1 -0
- package/dist/domain/work/sessions/pause/SessionPausedEvent.d.ts +10 -0
- package/dist/domain/work/sessions/pause/SessionPausedEvent.d.ts.map +1 -0
- package/dist/domain/work/sessions/pause/SessionPausedEvent.js +3 -0
- package/dist/domain/work/sessions/pause/SessionPausedEvent.js.map +1 -0
- package/dist/domain/work/sessions/resume/SessionResumedEvent.d.ts +10 -0
- package/dist/domain/work/sessions/resume/SessionResumedEvent.d.ts.map +1 -0
- package/dist/domain/work/sessions/resume/SessionResumedEvent.js +3 -0
- package/dist/domain/work/sessions/resume/SessionResumedEvent.js.map +1 -0
- package/dist/domain/work/sessions/rules/FocusRules.d.ts +11 -0
- package/dist/domain/work/sessions/rules/FocusRules.d.ts.map +1 -0
- package/dist/domain/work/sessions/rules/FocusRules.js +38 -0
- package/dist/domain/work/sessions/rules/FocusRules.js.map +1 -0
- package/dist/domain/work/sessions/rules/SummaryRules.d.ts +8 -0
- package/dist/domain/work/sessions/rules/SummaryRules.d.ts.map +1 -0
- package/dist/domain/work/sessions/rules/SummaryRules.js +25 -0
- package/dist/domain/work/sessions/rules/SummaryRules.js.map +1 -0
- package/dist/domain/work/sessions/start/SessionStartedEvent.d.ts +11 -0
- package/dist/domain/work/sessions/start/SessionStartedEvent.d.ts.map +1 -0
- package/dist/domain/work/sessions/start/SessionStartedEvent.js +3 -0
- package/dist/domain/work/sessions/start/SessionStartedEvent.js.map +1 -0
- package/dist/infrastructure/cli-metadata/query/BuildTimeCliMetadataReader.d.ts +9 -0
- package/dist/infrastructure/cli-metadata/query/BuildTimeCliMetadataReader.d.ts.map +1 -0
- package/dist/infrastructure/cli-metadata/query/BuildTimeCliMetadataReader.js +17 -0
- package/dist/infrastructure/cli-metadata/query/BuildTimeCliMetadataReader.js.map +1 -0
- package/dist/infrastructure/cli-metadata/query/version.generated.d.ts +8 -0
- package/dist/infrastructure/cli-metadata/query/version.generated.d.ts.map +1 -0
- package/dist/infrastructure/cli-metadata/query/version.generated.js +11 -0
- package/dist/infrastructure/cli-metadata/query/version.generated.js.map +1 -0
- package/dist/infrastructure/composition/bootstrap.d.ts +304 -0
- package/dist/infrastructure/composition/bootstrap.d.ts.map +1 -0
- package/dist/infrastructure/composition/bootstrap.js +664 -0
- package/dist/infrastructure/composition/bootstrap.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/add/FsAudiencePainAddedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/audience-pains/add/FsAudiencePainAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/add/FsAudiencePainAddedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/audience-pains/add/FsAudiencePainAddedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/add/SqliteAudiencePainAddedProjector.d.ts +15 -0
- package/dist/infrastructure/project-knowledge/audience-pains/add/SqliteAudiencePainAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/add/SqliteAudiencePainAddedProjector.js +25 -0
- package/dist/infrastructure/project-knowledge/audience-pains/add/SqliteAudiencePainAddedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/migrations/001-create-audience-pain-views.sql +17 -0
- package/dist/infrastructure/project-knowledge/audience-pains/query/SqliteAudiencePainContextReader.d.ts +16 -0
- package/dist/infrastructure/project-knowledge/audience-pains/query/SqliteAudiencePainContextReader.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/query/SqliteAudiencePainContextReader.js +35 -0
- package/dist/infrastructure/project-knowledge/audience-pains/query/SqliteAudiencePainContextReader.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/resolve/FsAudiencePainResolvedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/audience-pains/resolve/FsAudiencePainResolvedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/resolve/FsAudiencePainResolvedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/audience-pains/resolve/FsAudiencePainResolvedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/resolve/SqliteAudiencePainResolvedProjector.d.ts +15 -0
- package/dist/infrastructure/project-knowledge/audience-pains/resolve/SqliteAudiencePainResolvedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/resolve/SqliteAudiencePainResolvedProjector.js +28 -0
- package/dist/infrastructure/project-knowledge/audience-pains/resolve/SqliteAudiencePainResolvedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/update/FsAudiencePainUpdatedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/audience-pains/update/FsAudiencePainUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/update/FsAudiencePainUpdatedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/audience-pains/update/FsAudiencePainUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/update/SqliteAudiencePainUpdatedProjector.d.ts +19 -0
- package/dist/infrastructure/project-knowledge/audience-pains/update/SqliteAudiencePainUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audience-pains/update/SqliteAudiencePainUpdatedProjector.js +58 -0
- package/dist/infrastructure/project-knowledge/audience-pains/update/SqliteAudiencePainUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/add/FsAudienceAddedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/audiences/add/FsAudienceAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/add/FsAudienceAddedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/audiences/add/FsAudienceAddedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/add/SqliteAudienceAddedProjector.d.ts +15 -0
- package/dist/infrastructure/project-knowledge/audiences/add/SqliteAudienceAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/add/SqliteAudienceAddedProjector.js +26 -0
- package/dist/infrastructure/project-knowledge/audiences/add/SqliteAudienceAddedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/migrations/001-create-audience-views.sql +17 -0
- package/dist/infrastructure/project-knowledge/audiences/query/SqliteAudienceContextReader.d.ts +16 -0
- package/dist/infrastructure/project-knowledge/audiences/query/SqliteAudienceContextReader.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/query/SqliteAudienceContextReader.js +34 -0
- package/dist/infrastructure/project-knowledge/audiences/query/SqliteAudienceContextReader.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/remove/FsAudienceRemovedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/audiences/remove/FsAudienceRemovedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/remove/FsAudienceRemovedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/audiences/remove/FsAudienceRemovedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/remove/SqliteAudienceRemovedProjector.d.ts +19 -0
- package/dist/infrastructure/project-knowledge/audiences/remove/SqliteAudienceRemovedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/remove/SqliteAudienceRemovedProjector.js +45 -0
- package/dist/infrastructure/project-knowledge/audiences/remove/SqliteAudienceRemovedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/update/FsAudienceUpdatedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/audiences/update/FsAudienceUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/update/FsAudienceUpdatedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/audiences/update/FsAudienceUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/update/SqliteAudienceUpdatedProjector.d.ts +15 -0
- package/dist/infrastructure/project-knowledge/audiences/update/SqliteAudienceUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/audiences/update/SqliteAudienceUpdatedProjector.js +44 -0
- package/dist/infrastructure/project-knowledge/audiences/update/SqliteAudienceUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/AgentFileProtocol.d.ts +27 -0
- package/dist/infrastructure/project-knowledge/project/init/AgentFileProtocol.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/AgentFileProtocol.js +74 -0
- package/dist/infrastructure/project-knowledge/project/init/AgentFileProtocol.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/ClaudeConfigurer.d.ts +29 -0
- package/dist/infrastructure/project-knowledge/project/init/ClaudeConfigurer.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/ClaudeConfigurer.js +91 -0
- package/dist/infrastructure/project-knowledge/project/init/ClaudeConfigurer.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/CopilotConfigurer.d.ts +24 -0
- package/dist/infrastructure/project-knowledge/project/init/CopilotConfigurer.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/CopilotConfigurer.js +61 -0
- package/dist/infrastructure/project-knowledge/project/init/CopilotConfigurer.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/CursorConfigurer.d.ts +37 -0
- package/dist/infrastructure/project-knowledge/project/init/CursorConfigurer.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/CursorConfigurer.js +108 -0
- package/dist/infrastructure/project-knowledge/project/init/CursorConfigurer.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/FsProjectInitializedEventStore.d.ts +9 -0
- package/dist/infrastructure/project-knowledge/project/init/FsProjectInitializedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/FsProjectInitializedEventStore.js +14 -0
- package/dist/infrastructure/project-knowledge/project/init/FsProjectInitializedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/GeminiConfigurer.d.ts +26 -0
- package/dist/infrastructure/project-knowledge/project/init/GeminiConfigurer.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/GeminiConfigurer.js +88 -0
- package/dist/infrastructure/project-knowledge/project/init/GeminiConfigurer.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeClaudeSettingsMerger.d.ts +72 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeClaudeSettingsMerger.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeClaudeSettingsMerger.js +247 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeClaudeSettingsMerger.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeGeminiSettingsMerger.d.ts +67 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeGeminiSettingsMerger.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeGeminiSettingsMerger.js +210 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeGeminiSettingsMerger.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeSettingsMerger.d.ts +72 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeSettingsMerger.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeSettingsMerger.js +247 -0
- package/dist/infrastructure/project-knowledge/project/init/SafeSettingsMerger.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/SqliteProjectInitializedProjector.d.ts +16 -0
- package/dist/infrastructure/project-knowledge/project/init/SqliteProjectInitializedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/init/SqliteProjectInitializedProjector.js +39 -0
- package/dist/infrastructure/project-knowledge/project/init/SqliteProjectInitializedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/migrations/001-create-project-views.sql +13 -0
- package/dist/infrastructure/project-knowledge/project/query/SqliteProjectContextReader.d.ts +13 -0
- package/dist/infrastructure/project-knowledge/project/query/SqliteProjectContextReader.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/query/SqliteProjectContextReader.js +30 -0
- package/dist/infrastructure/project-knowledge/project/query/SqliteProjectContextReader.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/update/FsProjectUpdatedEventStore.d.ts +9 -0
- package/dist/infrastructure/project-knowledge/project/update/FsProjectUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/update/FsProjectUpdatedEventStore.js +14 -0
- package/dist/infrastructure/project-knowledge/project/update/FsProjectUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/project/update/SqliteProjectUpdatedProjector.d.ts +16 -0
- package/dist/infrastructure/project-knowledge/project/update/SqliteProjectUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/project/update/SqliteProjectUpdatedProjector.js +51 -0
- package/dist/infrastructure/project-knowledge/project/update/SqliteProjectUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/add/FsValuePropositionAddedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/value-propositions/add/FsValuePropositionAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/add/FsValuePropositionAddedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/value-propositions/add/FsValuePropositionAddedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/add/SqliteValuePropositionAddedProjector.d.ts +15 -0
- package/dist/infrastructure/project-knowledge/value-propositions/add/SqliteValuePropositionAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/add/SqliteValuePropositionAddedProjector.js +25 -0
- package/dist/infrastructure/project-knowledge/value-propositions/add/SqliteValuePropositionAddedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/migrations/001-create-value-proposition-views.sql +19 -0
- package/dist/infrastructure/project-knowledge/value-propositions/remove/FsValuePropositionRemovedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/value-propositions/remove/FsValuePropositionRemovedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/remove/FsValuePropositionRemovedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/value-propositions/remove/FsValuePropositionRemovedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/remove/SqliteValuePropositionRemovedProjector.d.ts +19 -0
- package/dist/infrastructure/project-knowledge/value-propositions/remove/SqliteValuePropositionRemovedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/remove/SqliteValuePropositionRemovedProjector.js +40 -0
- package/dist/infrastructure/project-knowledge/value-propositions/remove/SqliteValuePropositionRemovedProjector.js.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/update/FsValuePropositionUpdatedEventStore.d.ts +12 -0
- package/dist/infrastructure/project-knowledge/value-propositions/update/FsValuePropositionUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/update/FsValuePropositionUpdatedEventStore.js +17 -0
- package/dist/infrastructure/project-knowledge/value-propositions/update/FsValuePropositionUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/update/SqliteValuePropositionUpdatedProjector.d.ts +19 -0
- package/dist/infrastructure/project-knowledge/value-propositions/update/SqliteValuePropositionUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/project-knowledge/value-propositions/update/SqliteValuePropositionUpdatedProjector.js +66 -0
- package/dist/infrastructure/project-knowledge/value-propositions/update/SqliteValuePropositionUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/relations/add/FsRelationAddedEventStore.d.ts +12 -0
- package/dist/infrastructure/relations/add/FsRelationAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/relations/add/FsRelationAddedEventStore.js +17 -0
- package/dist/infrastructure/relations/add/FsRelationAddedEventStore.js.map +1 -0
- package/dist/infrastructure/relations/add/SqliteRelationAddedProjector.d.ts +20 -0
- package/dist/infrastructure/relations/add/SqliteRelationAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/relations/add/SqliteRelationAddedProjector.js +52 -0
- package/dist/infrastructure/relations/add/SqliteRelationAddedProjector.js.map +1 -0
- package/dist/infrastructure/relations/migrations/001-create-relation-views.sql +28 -0
- package/dist/infrastructure/relations/remove/FsRelationRemovedEventStore.d.ts +14 -0
- package/dist/infrastructure/relations/remove/FsRelationRemovedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/relations/remove/FsRelationRemovedEventStore.js +18 -0
- package/dist/infrastructure/relations/remove/FsRelationRemovedEventStore.js.map +1 -0
- package/dist/infrastructure/relations/remove/SqliteRelationRemovedProjector.d.ts +23 -0
- package/dist/infrastructure/relations/remove/SqliteRelationRemovedProjector.d.ts.map +1 -0
- package/dist/infrastructure/relations/remove/SqliteRelationRemovedProjector.js +63 -0
- package/dist/infrastructure/relations/remove/SqliteRelationRemovedProjector.js.map +1 -0
- package/dist/infrastructure/shared/messaging/InProcessEventBus.d.ts +19 -0
- package/dist/infrastructure/shared/messaging/InProcessEventBus.d.ts.map +1 -0
- package/dist/infrastructure/shared/messaging/InProcessEventBus.js +39 -0
- package/dist/infrastructure/shared/messaging/InProcessEventBus.js.map +1 -0
- package/dist/infrastructure/shared/persistence/FsEventStore.d.ts +11 -0
- package/dist/infrastructure/shared/persistence/FsEventStore.d.ts.map +1 -0
- package/dist/infrastructure/shared/persistence/FsEventStore.js +60 -0
- package/dist/infrastructure/shared/persistence/FsEventStore.js.map +1 -0
- package/dist/infrastructure/shared/persistence/IDbConnectionManager.d.ts +79 -0
- package/dist/infrastructure/shared/persistence/IDbConnectionManager.d.ts.map +1 -0
- package/dist/infrastructure/shared/persistence/IDbConnectionManager.js +66 -0
- package/dist/infrastructure/shared/persistence/IDbConnectionManager.js.map +1 -0
- package/dist/infrastructure/shared/persistence/IDisposable.d.ts +35 -0
- package/dist/infrastructure/shared/persistence/IDisposable.d.ts.map +1 -0
- package/dist/infrastructure/shared/persistence/IDisposable.js +3 -0
- package/dist/infrastructure/shared/persistence/IDisposable.js.map +1 -0
- package/dist/infrastructure/shared/persistence/MigrationRunner.d.ts +55 -0
- package/dist/infrastructure/shared/persistence/MigrationRunner.d.ts.map +1 -0
- package/dist/infrastructure/shared/persistence/MigrationRunner.js +157 -0
- package/dist/infrastructure/shared/persistence/MigrationRunner.js.map +1 -0
- package/dist/infrastructure/shared/persistence/SqliteConnectionManager.d.ts +81 -0
- package/dist/infrastructure/shared/persistence/SqliteConnectionManager.d.ts.map +1 -0
- package/dist/infrastructure/shared/persistence/SqliteConnectionManager.js +112 -0
- package/dist/infrastructure/shared/persistence/SqliteConnectionManager.js.map +1 -0
- package/dist/infrastructure/shared/persistence/migrations.config.d.ts +21 -0
- package/dist/infrastructure/shared/persistence/migrations.config.d.ts.map +1 -0
- package/dist/infrastructure/shared/persistence/migrations.config.js +40 -0
- package/dist/infrastructure/shared/persistence/migrations.config.js.map +1 -0
- package/dist/infrastructure/shared/system/SystemClock.d.ts +16 -0
- package/dist/infrastructure/shared/system/SystemClock.d.ts.map +1 -0
- package/dist/infrastructure/shared/system/SystemClock.js +21 -0
- package/dist/infrastructure/shared/system/SystemClock.js.map +1 -0
- package/dist/infrastructure/solution/SqliteSolutionContextReader.d.ts +20 -0
- package/dist/infrastructure/solution/SqliteSolutionContextReader.d.ts.map +1 -0
- package/dist/infrastructure/solution/SqliteSolutionContextReader.js +138 -0
- package/dist/infrastructure/solution/SqliteSolutionContextReader.js.map +1 -0
- package/dist/infrastructure/solution/architecture/define/FsArchitectureDefinedEventStore.d.ts +9 -0
- package/dist/infrastructure/solution/architecture/define/FsArchitectureDefinedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/architecture/define/FsArchitectureDefinedEventStore.js +14 -0
- package/dist/infrastructure/solution/architecture/define/FsArchitectureDefinedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/architecture/define/SqliteArchitectureDefinedProjector.d.ts +16 -0
- package/dist/infrastructure/solution/architecture/define/SqliteArchitectureDefinedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/architecture/define/SqliteArchitectureDefinedProjector.js +40 -0
- package/dist/infrastructure/solution/architecture/define/SqliteArchitectureDefinedProjector.js.map +1 -0
- package/dist/infrastructure/solution/architecture/migrations/001-create-architecture-views.sql +16 -0
- package/dist/infrastructure/solution/architecture/migrations/002-drop-dataflow-column.sql +4 -0
- package/dist/infrastructure/solution/architecture/update/FsArchitectureUpdatedEventStore.d.ts +10 -0
- package/dist/infrastructure/solution/architecture/update/FsArchitectureUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/architecture/update/FsArchitectureUpdatedEventStore.js +14 -0
- package/dist/infrastructure/solution/architecture/update/FsArchitectureUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/architecture/update/SqliteArchitectureUpdatedProjector.d.ts +16 -0
- package/dist/infrastructure/solution/architecture/update/SqliteArchitectureUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/architecture/update/SqliteArchitectureUpdatedProjector.js +68 -0
- package/dist/infrastructure/solution/architecture/update/SqliteArchitectureUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/solution/components/add/FsComponentAddedEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/components/add/FsComponentAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/add/FsComponentAddedEventStore.js +17 -0
- package/dist/infrastructure/solution/components/add/FsComponentAddedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/components/add/SqliteComponentAddedProjector.d.ts +19 -0
- package/dist/infrastructure/solution/components/add/SqliteComponentAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/add/SqliteComponentAddedProjector.js +44 -0
- package/dist/infrastructure/solution/components/add/SqliteComponentAddedProjector.js.map +1 -0
- package/dist/infrastructure/solution/components/deprecate/FsComponentDeprecatedEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/components/deprecate/FsComponentDeprecatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/deprecate/FsComponentDeprecatedEventStore.js +17 -0
- package/dist/infrastructure/solution/components/deprecate/FsComponentDeprecatedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/components/deprecate/SqliteComponentDeprecatedProjector.d.ts +19 -0
- package/dist/infrastructure/solution/components/deprecate/SqliteComponentDeprecatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/deprecate/SqliteComponentDeprecatedProjector.js +46 -0
- package/dist/infrastructure/solution/components/deprecate/SqliteComponentDeprecatedProjector.js.map +1 -0
- package/dist/infrastructure/solution/components/get-context/SqliteComponentContextReader.d.ts +18 -0
- package/dist/infrastructure/solution/components/get-context/SqliteComponentContextReader.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/get-context/SqliteComponentContextReader.js +47 -0
- package/dist/infrastructure/solution/components/get-context/SqliteComponentContextReader.js.map +1 -0
- package/dist/infrastructure/solution/components/migrations/001-create-component-views.sql +21 -0
- package/dist/infrastructure/solution/components/remove/FsComponentRemovedEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/components/remove/FsComponentRemovedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/remove/FsComponentRemovedEventStore.js +17 -0
- package/dist/infrastructure/solution/components/remove/FsComponentRemovedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/components/remove/SqliteComponentRemovedProjector.d.ts +19 -0
- package/dist/infrastructure/solution/components/remove/SqliteComponentRemovedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/remove/SqliteComponentRemovedProjector.js +45 -0
- package/dist/infrastructure/solution/components/remove/SqliteComponentRemovedProjector.js.map +1 -0
- package/dist/infrastructure/solution/components/update/FsComponentUpdatedEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/components/update/FsComponentUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/update/FsComponentUpdatedEventStore.js +17 -0
- package/dist/infrastructure/solution/components/update/FsComponentUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/components/update/SqliteComponentUpdatedProjector.d.ts +19 -0
- package/dist/infrastructure/solution/components/update/SqliteComponentUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/components/update/SqliteComponentUpdatedProjector.js +66 -0
- package/dist/infrastructure/solution/components/update/SqliteComponentUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/solution/decisions/add/FsDecisionAddedEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/decisions/add/FsDecisionAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/add/FsDecisionAddedEventStore.js +17 -0
- package/dist/infrastructure/solution/decisions/add/FsDecisionAddedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/decisions/add/SqliteDecisionAddedProjector.d.ts +15 -0
- package/dist/infrastructure/solution/decisions/add/SqliteDecisionAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/add/SqliteDecisionAddedProjector.js +26 -0
- package/dist/infrastructure/solution/decisions/add/SqliteDecisionAddedProjector.js.map +1 -0
- package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionContextReader.d.ts +16 -0
- package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionContextReader.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionContextReader.js +37 -0
- package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionContextReader.js.map +1 -0
- package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionSessionReader.d.ts +16 -0
- package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionSessionReader.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionSessionReader.js +37 -0
- package/dist/infrastructure/solution/decisions/get-context/SqliteDecisionSessionReader.js.map +1 -0
- package/dist/infrastructure/solution/decisions/migrations/001-create-decision-views.sql +22 -0
- package/dist/infrastructure/solution/decisions/reverse/FsDecisionReversedEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/decisions/reverse/FsDecisionReversedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/reverse/FsDecisionReversedEventStore.js +17 -0
- package/dist/infrastructure/solution/decisions/reverse/FsDecisionReversedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/decisions/reverse/SqliteDecisionReversedProjector.d.ts +19 -0
- package/dist/infrastructure/solution/decisions/reverse/SqliteDecisionReversedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/reverse/SqliteDecisionReversedProjector.js +49 -0
- package/dist/infrastructure/solution/decisions/reverse/SqliteDecisionReversedProjector.js.map +1 -0
- package/dist/infrastructure/solution/decisions/supersede/FsDecisionSupersededEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/decisions/supersede/FsDecisionSupersededEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/supersede/FsDecisionSupersededEventStore.js +17 -0
- package/dist/infrastructure/solution/decisions/supersede/FsDecisionSupersededEventStore.js.map +1 -0
- package/dist/infrastructure/solution/decisions/supersede/SqliteDecisionSupersededProjector.d.ts +19 -0
- package/dist/infrastructure/solution/decisions/supersede/SqliteDecisionSupersededProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/supersede/SqliteDecisionSupersededProjector.js +48 -0
- package/dist/infrastructure/solution/decisions/supersede/SqliteDecisionSupersededProjector.js.map +1 -0
- package/dist/infrastructure/solution/decisions/update/FsDecisionUpdatedEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/decisions/update/FsDecisionUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/update/FsDecisionUpdatedEventStore.js +17 -0
- package/dist/infrastructure/solution/decisions/update/FsDecisionUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/decisions/update/SqliteDecisionUpdatedProjector.d.ts +19 -0
- package/dist/infrastructure/solution/decisions/update/SqliteDecisionUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/decisions/update/SqliteDecisionUpdatedProjector.js +52 -0
- package/dist/infrastructure/solution/decisions/update/SqliteDecisionUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/solution/dependencies/add/FsDependencyAddedEventStore.d.ts +12 -0
- package/dist/infrastructure/solution/dependencies/add/FsDependencyAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/dependencies/add/FsDependencyAddedEventStore.js +17 -0
- package/dist/infrastructure/solution/dependencies/add/FsDependencyAddedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/dependencies/add/SqliteDependencyAddedProjector.d.ts +21 -0
- package/dist/infrastructure/solution/dependencies/add/SqliteDependencyAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/dependencies/add/SqliteDependencyAddedProjector.js +56 -0
- package/dist/infrastructure/solution/dependencies/add/SqliteDependencyAddedProjector.js.map +1 -0
- package/dist/infrastructure/solution/dependencies/get-context/SqliteDependencyContextReader.d.ts +16 -0
- package/dist/infrastructure/solution/dependencies/get-context/SqliteDependencyContextReader.d.ts.map +1 -0
- package/dist/infrastructure/solution/dependencies/get-context/SqliteDependencyContextReader.js +35 -0
- package/dist/infrastructure/solution/dependencies/get-context/SqliteDependencyContextReader.js.map +1 -0
- package/dist/infrastructure/solution/dependencies/migrations/001-create-dependency-views.sql +21 -0
- package/dist/infrastructure/solution/dependencies/remove/FsDependencyRemovedEventStore.d.ts +14 -0
- package/dist/infrastructure/solution/dependencies/remove/FsDependencyRemovedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/dependencies/remove/FsDependencyRemovedEventStore.js +18 -0
- package/dist/infrastructure/solution/dependencies/remove/FsDependencyRemovedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/dependencies/remove/SqliteDependencyRemovedProjector.d.ts +19 -0
- package/dist/infrastructure/solution/dependencies/remove/SqliteDependencyRemovedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/dependencies/remove/SqliteDependencyRemovedProjector.js +47 -0
- package/dist/infrastructure/solution/dependencies/remove/SqliteDependencyRemovedProjector.js.map +1 -0
- package/dist/infrastructure/solution/dependencies/update/FsDependencyUpdatedEventStore.d.ts +14 -0
- package/dist/infrastructure/solution/dependencies/update/FsDependencyUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/dependencies/update/FsDependencyUpdatedEventStore.js +18 -0
- package/dist/infrastructure/solution/dependencies/update/FsDependencyUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/dependencies/update/SqliteDependencyUpdatedProjector.d.ts +19 -0
- package/dist/infrastructure/solution/dependencies/update/SqliteDependencyUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/dependencies/update/SqliteDependencyUpdatedProjector.js +62 -0
- package/dist/infrastructure/solution/dependencies/update/SqliteDependencyUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/solution/guidelines/add/FsGuidelineAddedEventStore.d.ts +9 -0
- package/dist/infrastructure/solution/guidelines/add/FsGuidelineAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/guidelines/add/FsGuidelineAddedEventStore.js +14 -0
- package/dist/infrastructure/solution/guidelines/add/FsGuidelineAddedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/guidelines/add/SqliteGuidelineAddedProjector.d.ts +15 -0
- package/dist/infrastructure/solution/guidelines/add/SqliteGuidelineAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/guidelines/add/SqliteGuidelineAddedProjector.js +45 -0
- package/dist/infrastructure/solution/guidelines/add/SqliteGuidelineAddedProjector.js.map +1 -0
- package/dist/infrastructure/solution/guidelines/get-context/SqliteGuidelineContextReader.d.ts +14 -0
- package/dist/infrastructure/solution/guidelines/get-context/SqliteGuidelineContextReader.d.ts.map +1 -0
- package/dist/infrastructure/solution/guidelines/get-context/SqliteGuidelineContextReader.js +42 -0
- package/dist/infrastructure/solution/guidelines/get-context/SqliteGuidelineContextReader.js.map +1 -0
- package/dist/infrastructure/solution/guidelines/migrations/001-create-guideline-views.sql +22 -0
- package/dist/infrastructure/solution/guidelines/remove/FsGuidelineRemovedEventStore.d.ts +10 -0
- package/dist/infrastructure/solution/guidelines/remove/FsGuidelineRemovedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/guidelines/remove/FsGuidelineRemovedEventStore.js +14 -0
- package/dist/infrastructure/solution/guidelines/remove/FsGuidelineRemovedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/guidelines/remove/SqliteGuidelineRemovedProjector.d.ts +17 -0
- package/dist/infrastructure/solution/guidelines/remove/SqliteGuidelineRemovedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/guidelines/remove/SqliteGuidelineRemovedProjector.js +49 -0
- package/dist/infrastructure/solution/guidelines/remove/SqliteGuidelineRemovedProjector.js.map +1 -0
- package/dist/infrastructure/solution/guidelines/update/FsGuidelineUpdatedEventStore.d.ts +10 -0
- package/dist/infrastructure/solution/guidelines/update/FsGuidelineUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/guidelines/update/FsGuidelineUpdatedEventStore.js +14 -0
- package/dist/infrastructure/solution/guidelines/update/FsGuidelineUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/guidelines/update/SqliteGuidelineUpdatedProjector.d.ts +17 -0
- package/dist/infrastructure/solution/guidelines/update/SqliteGuidelineUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/guidelines/update/SqliteGuidelineUpdatedProjector.js +76 -0
- package/dist/infrastructure/solution/guidelines/update/SqliteGuidelineUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/solution/invariants/add/FsInvariantAddedEventStore.d.ts +9 -0
- package/dist/infrastructure/solution/invariants/add/FsInvariantAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/invariants/add/FsInvariantAddedEventStore.js +14 -0
- package/dist/infrastructure/solution/invariants/add/FsInvariantAddedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/invariants/add/SqliteInvariantAddedProjector.d.ts +18 -0
- package/dist/infrastructure/solution/invariants/add/SqliteInvariantAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/invariants/add/SqliteInvariantAddedProjector.js +46 -0
- package/dist/infrastructure/solution/invariants/add/SqliteInvariantAddedProjector.js.map +1 -0
- package/dist/infrastructure/solution/invariants/get-context/SqliteInvariantContextReader.d.ts +13 -0
- package/dist/infrastructure/solution/invariants/get-context/SqliteInvariantContextReader.d.ts.map +1 -0
- package/dist/infrastructure/solution/invariants/get-context/SqliteInvariantContextReader.js +31 -0
- package/dist/infrastructure/solution/invariants/get-context/SqliteInvariantContextReader.js.map +1 -0
- package/dist/infrastructure/solution/invariants/migrations/001-create-invariant-views.sql +16 -0
- package/dist/infrastructure/solution/invariants/remove/FsInvariantRemovedEventStore.d.ts +10 -0
- package/dist/infrastructure/solution/invariants/remove/FsInvariantRemovedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/invariants/remove/FsInvariantRemovedEventStore.js +14 -0
- package/dist/infrastructure/solution/invariants/remove/FsInvariantRemovedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/invariants/remove/SqliteInvariantRemovedProjector.d.ts +17 -0
- package/dist/infrastructure/solution/invariants/remove/SqliteInvariantRemovedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/invariants/remove/SqliteInvariantRemovedProjector.js +37 -0
- package/dist/infrastructure/solution/invariants/remove/SqliteInvariantRemovedProjector.js.map +1 -0
- package/dist/infrastructure/solution/invariants/update/FsInvariantUpdatedEventStore.d.ts +10 -0
- package/dist/infrastructure/solution/invariants/update/FsInvariantUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/solution/invariants/update/FsInvariantUpdatedEventStore.js +14 -0
- package/dist/infrastructure/solution/invariants/update/FsInvariantUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/solution/invariants/update/SqliteInvariantUpdatedProjector.d.ts +17 -0
- package/dist/infrastructure/solution/invariants/update/SqliteInvariantUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/solution/invariants/update/SqliteInvariantUpdatedProjector.js +44 -0
- package/dist/infrastructure/solution/invariants/update/SqliteInvariantUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/work/goals/SqliteGoalStatusReader.d.ts +19 -0
- package/dist/infrastructure/work/goals/SqliteGoalStatusReader.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/SqliteGoalStatusReader.js +50 -0
- package/dist/infrastructure/work/goals/SqliteGoalStatusReader.js.map +1 -0
- package/dist/infrastructure/work/goals/add/FsGoalAddedEventStore.d.ts +12 -0
- package/dist/infrastructure/work/goals/add/FsGoalAddedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/add/FsGoalAddedEventStore.js +17 -0
- package/dist/infrastructure/work/goals/add/FsGoalAddedEventStore.js.map +1 -0
- package/dist/infrastructure/work/goals/add/SqliteGoalAddedProjector.d.ts +15 -0
- package/dist/infrastructure/work/goals/add/SqliteGoalAddedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/add/SqliteGoalAddedProjector.js +28 -0
- package/dist/infrastructure/work/goals/add/SqliteGoalAddedProjector.js.map +1 -0
- package/dist/infrastructure/work/goals/block/FsGoalBlockedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/goals/block/FsGoalBlockedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/block/FsGoalBlockedEventStore.js +18 -0
- package/dist/infrastructure/work/goals/block/FsGoalBlockedEventStore.js.map +1 -0
- package/dist/infrastructure/work/goals/block/SqliteGoalBlockedProjector.d.ts +15 -0
- package/dist/infrastructure/work/goals/block/SqliteGoalBlockedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/block/SqliteGoalBlockedProjector.js +27 -0
- package/dist/infrastructure/work/goals/block/SqliteGoalBlockedProjector.js.map +1 -0
- package/dist/infrastructure/work/goals/complete/FsGoalCompletedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/goals/complete/FsGoalCompletedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/complete/FsGoalCompletedEventStore.js +18 -0
- package/dist/infrastructure/work/goals/complete/FsGoalCompletedEventStore.js.map +1 -0
- package/dist/infrastructure/work/goals/complete/SqliteGoalCompletedProjector.d.ts +19 -0
- package/dist/infrastructure/work/goals/complete/SqliteGoalCompletedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/complete/SqliteGoalCompletedProjector.js +48 -0
- package/dist/infrastructure/work/goals/complete/SqliteGoalCompletedProjector.js.map +1 -0
- package/dist/infrastructure/work/goals/get-context/SqliteGoalContextReader.d.ts +16 -0
- package/dist/infrastructure/work/goals/get-context/SqliteGoalContextReader.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/get-context/SqliteGoalContextReader.js +46 -0
- package/dist/infrastructure/work/goals/get-context/SqliteGoalContextReader.js.map +1 -0
- package/dist/infrastructure/work/goals/migrations/001-create-goal-views.sql +20 -0
- package/dist/infrastructure/work/goals/migrations/002-add-embedded-context-columns.sql +11 -0
- package/dist/infrastructure/work/goals/migrations/003-add-next-goal-column.sql +4 -0
- package/dist/infrastructure/work/goals/remove/FsGoalRemovedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/goals/remove/FsGoalRemovedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/remove/FsGoalRemovedEventStore.js +18 -0
- package/dist/infrastructure/work/goals/remove/FsGoalRemovedEventStore.js.map +1 -0
- package/dist/infrastructure/work/goals/remove/SqliteGoalRemovedProjector.d.ts +19 -0
- package/dist/infrastructure/work/goals/remove/SqliteGoalRemovedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/remove/SqliteGoalRemovedProjector.js +45 -0
- package/dist/infrastructure/work/goals/remove/SqliteGoalRemovedProjector.js.map +1 -0
- package/dist/infrastructure/work/goals/reset/FsGoalResetEventStore.d.ts +14 -0
- package/dist/infrastructure/work/goals/reset/FsGoalResetEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/reset/FsGoalResetEventStore.js +18 -0
- package/dist/infrastructure/work/goals/reset/FsGoalResetEventStore.js.map +1 -0
- package/dist/infrastructure/work/goals/reset/SqliteGoalResetProjector.d.ts +19 -0
- package/dist/infrastructure/work/goals/reset/SqliteGoalResetProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/reset/SqliteGoalResetProjector.js +49 -0
- package/dist/infrastructure/work/goals/reset/SqliteGoalResetProjector.js.map +1 -0
- package/dist/infrastructure/work/goals/start/FsGoalStartedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/goals/start/FsGoalStartedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/start/FsGoalStartedEventStore.js +18 -0
- package/dist/infrastructure/work/goals/start/FsGoalStartedEventStore.js.map +1 -0
- package/dist/infrastructure/work/goals/start/SqliteGoalStartedProjector.d.ts +19 -0
- package/dist/infrastructure/work/goals/start/SqliteGoalStartedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/start/SqliteGoalStartedProjector.js +48 -0
- package/dist/infrastructure/work/goals/start/SqliteGoalStartedProjector.js.map +1 -0
- package/dist/infrastructure/work/goals/unblock/FsGoalUnblockedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/goals/unblock/FsGoalUnblockedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/unblock/FsGoalUnblockedEventStore.js +18 -0
- package/dist/infrastructure/work/goals/unblock/FsGoalUnblockedEventStore.js.map +1 -0
- package/dist/infrastructure/work/goals/unblock/SqliteGoalUnblockedProjector.d.ts +15 -0
- package/dist/infrastructure/work/goals/unblock/SqliteGoalUnblockedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/unblock/SqliteGoalUnblockedProjector.js +27 -0
- package/dist/infrastructure/work/goals/unblock/SqliteGoalUnblockedProjector.js.map +1 -0
- package/dist/infrastructure/work/goals/update/FsGoalUpdatedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/goals/update/FsGoalUpdatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/update/FsGoalUpdatedEventStore.js +18 -0
- package/dist/infrastructure/work/goals/update/FsGoalUpdatedEventStore.js.map +1 -0
- package/dist/infrastructure/work/goals/update/SqliteGoalUpdatedProjector.d.ts +19 -0
- package/dist/infrastructure/work/goals/update/SqliteGoalUpdatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/goals/update/SqliteGoalUpdatedProjector.js +115 -0
- package/dist/infrastructure/work/goals/update/SqliteGoalUpdatedProjector.js.map +1 -0
- package/dist/infrastructure/work/sessions/end/FsSessionEndedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/sessions/end/FsSessionEndedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/end/FsSessionEndedEventStore.js +18 -0
- package/dist/infrastructure/work/sessions/end/FsSessionEndedEventStore.js.map +1 -0
- package/dist/infrastructure/work/sessions/end/SqliteActiveSessionReader.d.ts +16 -0
- package/dist/infrastructure/work/sessions/end/SqliteActiveSessionReader.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/end/SqliteActiveSessionReader.js +35 -0
- package/dist/infrastructure/work/sessions/end/SqliteActiveSessionReader.js.map +1 -0
- package/dist/infrastructure/work/sessions/end/SqliteSessionEndedProjector.d.ts +15 -0
- package/dist/infrastructure/work/sessions/end/SqliteSessionEndedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/end/SqliteSessionEndedProjector.js +29 -0
- package/dist/infrastructure/work/sessions/end/SqliteSessionEndedProjector.js.map +1 -0
- package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryProjectionStore.d.ts +30 -0
- package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryProjectionStore.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryProjectionStore.js +164 -0
- package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryProjectionStore.js.map +1 -0
- package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryReader.d.ts +21 -0
- package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryReader.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryReader.js +46 -0
- package/dist/infrastructure/work/sessions/get-context/SqliteSessionSummaryReader.js.map +1 -0
- package/dist/infrastructure/work/sessions/migrations/001-create-session-views.sql +43 -0
- package/dist/infrastructure/work/sessions/pause/FsSessionPausedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/sessions/pause/FsSessionPausedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/pause/FsSessionPausedEventStore.js +18 -0
- package/dist/infrastructure/work/sessions/pause/FsSessionPausedEventStore.js.map +1 -0
- package/dist/infrastructure/work/sessions/pause/SqliteSessionPausedProjector.d.ts +15 -0
- package/dist/infrastructure/work/sessions/pause/SqliteSessionPausedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/pause/SqliteSessionPausedProjector.js +27 -0
- package/dist/infrastructure/work/sessions/pause/SqliteSessionPausedProjector.js.map +1 -0
- package/dist/infrastructure/work/sessions/resume/FsSessionResumedEventStore.d.ts +14 -0
- package/dist/infrastructure/work/sessions/resume/FsSessionResumedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/resume/FsSessionResumedEventStore.js +18 -0
- package/dist/infrastructure/work/sessions/resume/FsSessionResumedEventStore.js.map +1 -0
- package/dist/infrastructure/work/sessions/resume/SqliteSessionResumedProjector.d.ts +15 -0
- package/dist/infrastructure/work/sessions/resume/SqliteSessionResumedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/resume/SqliteSessionResumedProjector.js +27 -0
- package/dist/infrastructure/work/sessions/resume/SqliteSessionResumedProjector.js.map +1 -0
- package/dist/infrastructure/work/sessions/start/FsSessionStartedEventStore.d.ts +12 -0
- package/dist/infrastructure/work/sessions/start/FsSessionStartedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/start/FsSessionStartedEventStore.js +17 -0
- package/dist/infrastructure/work/sessions/start/FsSessionStartedEventStore.js.map +1 -0
- package/dist/infrastructure/work/sessions/start/SqliteSessionStartedProjector.d.ts +15 -0
- package/dist/infrastructure/work/sessions/start/SqliteSessionStartedProjector.d.ts.map +1 -0
- package/dist/infrastructure/work/sessions/start/SqliteSessionStartedProjector.js +27 -0
- package/dist/infrastructure/work/sessions/start/SqliteSessionStartedProjector.js.map +1 -0
- package/dist/presentation/cli/maintenance/db/rebuild/db.rebuild.d.ts +22 -0
- package/dist/presentation/cli/maintenance/db/rebuild/db.rebuild.d.ts.map +1 -0
- package/dist/presentation/cli/maintenance/db/rebuild/db.rebuild.js +95 -0
- package/dist/presentation/cli/maintenance/db/rebuild/db.rebuild.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/add/audiencePain.add.d.ts +20 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/add/audiencePain.add.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/add/audiencePain.add.js +74 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/add/audiencePain.add.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/resolve/audiencePain.resolve.d.ts +20 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/resolve/audiencePain.resolve.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/resolve/audiencePain.resolve.js +76 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/resolve/audiencePain.resolve.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/update/audiencePain.update.d.ts +21 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/update/audiencePain.update.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/update/audiencePain.update.js +90 -0
- package/dist/presentation/cli/project-knowledge/audience-pains/update/audiencePain.update.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/audiences/add/audience.add.d.ts +22 -0
- package/dist/presentation/cli/project-knowledge/audiences/add/audience.add.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/audiences/add/audience.add.js +75 -0
- package/dist/presentation/cli/project-knowledge/audiences/add/audience.add.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/audiences/remove/audience.remove.d.ts +20 -0
- package/dist/presentation/cli/project-knowledge/audiences/remove/audience.remove.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/audiences/remove/audience.remove.js +79 -0
- package/dist/presentation/cli/project-knowledge/audiences/remove/audience.remove.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/audiences/update/audience.update.d.ts +23 -0
- package/dist/presentation/cli/project-knowledge/audiences/update/audience.update.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/audiences/update/audience.update.js +85 -0
- package/dist/presentation/cli/project-knowledge/audiences/update/audience.update.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/project/init/project.init.d.ts +23 -0
- package/dist/presentation/cli/project-knowledge/project/init/project.init.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/project/init/project.init.js +162 -0
- package/dist/presentation/cli/project-knowledge/project/init/project.init.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/project/update/project.update.d.ts +20 -0
- package/dist/presentation/cli/project-knowledge/project/update/project.update.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/project/update/project.update.js +85 -0
- package/dist/presentation/cli/project-knowledge/project/update/project.update.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/add/value.add.d.ts +22 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/add/value.add.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/add/value.add.js +85 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/add/value.add.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/remove/value.remove.d.ts +19 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/remove/value.remove.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/remove/value.remove.js +58 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/remove/value.remove.js.map +1 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/update/value.update.d.ts +24 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/update/value.update.d.ts.map +1 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/update/value.update.js +107 -0
- package/dist/presentation/cli/project-knowledge/value-propositions/update/value.update.js.map +1 -0
- package/dist/presentation/cli/relations/add/relation.add.d.ts +25 -0
- package/dist/presentation/cli/relations/add/relation.add.d.ts.map +1 -0
- package/dist/presentation/cli/relations/add/relation.add.js +102 -0
- package/dist/presentation/cli/relations/add/relation.add.js.map +1 -0
- package/dist/presentation/cli/relations/remove/relation.remove.d.ts +20 -0
- package/dist/presentation/cli/relations/remove/relation.remove.d.ts.map +1 -0
- package/dist/presentation/cli/relations/remove/relation.remove.js +79 -0
- package/dist/presentation/cli/relations/remove/relation.remove.js.map +1 -0
- package/dist/presentation/cli/shared/animations/DotGridBackground.d.ts +68 -0
- package/dist/presentation/cli/shared/animations/DotGridBackground.d.ts.map +1 -0
- package/dist/presentation/cli/shared/animations/DotGridBackground.js +274 -0
- package/dist/presentation/cli/shared/animations/DotGridBackground.js.map +1 -0
- package/dist/presentation/cli/shared/animations/FrameAnimator.d.ts +53 -0
- package/dist/presentation/cli/shared/animations/FrameAnimator.d.ts.map +1 -0
- package/dist/presentation/cli/shared/animations/FrameAnimator.js +222 -0
- package/dist/presentation/cli/shared/animations/FrameAnimator.js.map +1 -0
- package/dist/presentation/cli/shared/animations/SingleStarPulse.d.ts +32 -0
- package/dist/presentation/cli/shared/animations/SingleStarPulse.d.ts.map +1 -0
- package/dist/presentation/cli/shared/animations/SingleStarPulse.js +91 -0
- package/dist/presentation/cli/shared/animations/SingleStarPulse.js.map +1 -0
- package/dist/presentation/cli/shared/banner/BannerOrchestrator.d.ts +18 -0
- package/dist/presentation/cli/shared/banner/BannerOrchestrator.d.ts.map +1 -0
- package/dist/presentation/cli/shared/banner/BannerOrchestrator.js +79 -0
- package/dist/presentation/cli/shared/banner/BannerOrchestrator.js.map +1 -0
- package/dist/presentation/cli/shared/components/AnimatedBanner.d.ts +27 -0
- package/dist/presentation/cli/shared/components/AnimatedBanner.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/AnimatedBanner.js +382 -0
- package/dist/presentation/cli/shared/components/AnimatedBanner.js.map +1 -0
- package/dist/presentation/cli/shared/components/AnimationFrames.d.ts +3 -0
- package/dist/presentation/cli/shared/components/AnimationFrames.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/AnimationFrames.js +2763 -0
- package/dist/presentation/cli/shared/components/AnimationFrames.js.map +1 -0
- package/dist/presentation/cli/shared/components/BannerContentGenerator.d.ts +24 -0
- package/dist/presentation/cli/shared/components/BannerContentGenerator.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/BannerContentGenerator.js +98 -0
- package/dist/presentation/cli/shared/components/BannerContentGenerator.js.map +1 -0
- package/dist/presentation/cli/shared/components/BannerContextGatherer.d.ts +56 -0
- package/dist/presentation/cli/shared/components/BannerContextGatherer.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/BannerContextGatherer.js +69 -0
- package/dist/presentation/cli/shared/components/BannerContextGatherer.js.map +1 -0
- package/dist/presentation/cli/shared/components/DotGrid.d.ts +18 -0
- package/dist/presentation/cli/shared/components/DotGrid.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/DotGrid.js +38 -0
- package/dist/presentation/cli/shared/components/DotGrid.js.map +1 -0
- package/dist/presentation/cli/shared/components/NeuralNetworkBackground.d.ts +20 -0
- package/dist/presentation/cli/shared/components/NeuralNetworkBackground.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/NeuralNetworkBackground.js +194 -0
- package/dist/presentation/cli/shared/components/NeuralNetworkBackground.js.map +1 -0
- package/dist/presentation/cli/shared/components/StarryBackground.d.ts +20 -0
- package/dist/presentation/cli/shared/components/StarryBackground.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/StarryBackground.js +133 -0
- package/dist/presentation/cli/shared/components/StarryBackground.js.map +1 -0
- package/dist/presentation/cli/shared/components/StaticBanner.d.ts +16 -0
- package/dist/presentation/cli/shared/components/StaticBanner.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/StaticBanner.js +188 -0
- package/dist/presentation/cli/shared/components/StaticBanner.js.map +1 -0
- package/dist/presentation/cli/shared/components/UserDetection.d.ts +27 -0
- package/dist/presentation/cli/shared/components/UserDetection.d.ts.map +1 -0
- package/dist/presentation/cli/shared/components/UserDetection.js +109 -0
- package/dist/presentation/cli/shared/components/UserDetection.js.map +1 -0
- package/dist/presentation/cli/shared/errors/ErrorFormatter.d.ts +28 -0
- package/dist/presentation/cli/shared/errors/ErrorFormatter.d.ts.map +1 -0
- package/dist/presentation/cli/shared/errors/ErrorFormatter.js +69 -0
- package/dist/presentation/cli/shared/errors/ErrorFormatter.js.map +1 -0
- package/dist/presentation/cli/shared/formatting/YamlFormatter.d.ts +25 -0
- package/dist/presentation/cli/shared/formatting/YamlFormatter.d.ts.map +1 -0
- package/dist/presentation/cli/shared/formatting/YamlFormatter.js +41 -0
- package/dist/presentation/cli/shared/formatting/YamlFormatter.js.map +1 -0
- package/dist/presentation/cli/shared/guards/ProjectGuard.d.ts +25 -0
- package/dist/presentation/cli/shared/guards/ProjectGuard.d.ts.map +1 -0
- package/dist/presentation/cli/shared/guards/ProjectGuard.js +85 -0
- package/dist/presentation/cli/shared/guards/ProjectGuard.js.map +1 -0
- package/dist/presentation/cli/shared/help/CategoryFormatter.d.ts +12 -0
- package/dist/presentation/cli/shared/help/CategoryFormatter.d.ts.map +1 -0
- package/dist/presentation/cli/shared/help/CategoryFormatter.js +94 -0
- package/dist/presentation/cli/shared/help/CategoryFormatter.js.map +1 -0
- package/dist/presentation/cli/shared/program/GlobalOptionsHandler.d.ts +20 -0
- package/dist/presentation/cli/shared/program/GlobalOptionsHandler.d.ts.map +1 -0
- package/dist/presentation/cli/shared/program/GlobalOptionsHandler.js +49 -0
- package/dist/presentation/cli/shared/program/GlobalOptionsHandler.js.map +1 -0
- package/dist/presentation/cli/shared/program/ProgramFactory.d.ts +17 -0
- package/dist/presentation/cli/shared/program/ProgramFactory.d.ts.map +1 -0
- package/dist/presentation/cli/shared/program/ProgramFactory.js +48 -0
- package/dist/presentation/cli/shared/program/ProgramFactory.js.map +1 -0
- package/dist/presentation/cli/shared/prompts/InteractivePromptService.d.ts +97 -0
- package/dist/presentation/cli/shared/prompts/InteractivePromptService.d.ts.map +1 -0
- package/dist/presentation/cli/shared/prompts/InteractivePromptService.js +150 -0
- package/dist/presentation/cli/shared/prompts/InteractivePromptService.js.map +1 -0
- package/dist/presentation/cli/shared/prompts/index.d.ts +7 -0
- package/dist/presentation/cli/shared/prompts/index.d.ts.map +1 -0
- package/dist/presentation/cli/shared/prompts/index.js +11 -0
- package/dist/presentation/cli/shared/prompts/index.js.map +1 -0
- package/dist/presentation/cli/shared/registry/CommandMetadata.d.ts +90 -0
- package/dist/presentation/cli/shared/registry/CommandMetadata.d.ts.map +1 -0
- package/dist/presentation/cli/shared/registry/CommandMetadata.js +39 -0
- package/dist/presentation/cli/shared/registry/CommandMetadata.js.map +1 -0
- package/dist/presentation/cli/shared/registry/CommanderApplicator.d.ts +29 -0
- package/dist/presentation/cli/shared/registry/CommanderApplicator.d.ts.map +1 -0
- package/dist/presentation/cli/shared/registry/CommanderApplicator.js +158 -0
- package/dist/presentation/cli/shared/registry/CommanderApplicator.js.map +1 -0
- package/dist/presentation/cli/shared/registry/PathNormalizer.d.ts +37 -0
- package/dist/presentation/cli/shared/registry/PathNormalizer.d.ts.map +1 -0
- package/dist/presentation/cli/shared/registry/PathNormalizer.js +65 -0
- package/dist/presentation/cli/shared/registry/PathNormalizer.js.map +1 -0
- package/dist/presentation/cli/shared/registry/generated-commands.d.ts +11 -0
- package/dist/presentation/cli/shared/registry/generated-commands.d.ts.map +1 -0
- package/dist/presentation/cli/shared/registry/generated-commands.js +302 -0
- package/dist/presentation/cli/shared/registry/generated-commands.js.map +1 -0
- package/dist/presentation/cli/shared/rendering/Renderer.d.ts +45 -0
- package/dist/presentation/cli/shared/rendering/Renderer.d.ts.map +1 -0
- package/dist/presentation/cli/shared/rendering/Renderer.js +109 -0
- package/dist/presentation/cli/shared/rendering/Renderer.js.map +1 -0
- package/dist/presentation/cli/shared/rendering/StyleConfig.d.ts +96 -0
- package/dist/presentation/cli/shared/rendering/StyleConfig.d.ts.map +1 -0
- package/dist/presentation/cli/shared/rendering/StyleConfig.js +152 -0
- package/dist/presentation/cli/shared/rendering/StyleConfig.js.map +1 -0
- package/dist/presentation/cli/shared/rendering/formats/JsonRenderer.d.ts +20 -0
- package/dist/presentation/cli/shared/rendering/formats/JsonRenderer.d.ts.map +1 -0
- package/dist/presentation/cli/shared/rendering/formats/JsonRenderer.js +57 -0
- package/dist/presentation/cli/shared/rendering/formats/JsonRenderer.js.map +1 -0
- package/dist/presentation/cli/shared/rendering/formats/NdjsonRenderer.d.ts +20 -0
- package/dist/presentation/cli/shared/rendering/formats/NdjsonRenderer.d.ts.map +1 -0
- package/dist/presentation/cli/shared/rendering/formats/NdjsonRenderer.js +59 -0
- package/dist/presentation/cli/shared/rendering/formats/NdjsonRenderer.js.map +1 -0
- package/dist/presentation/cli/shared/rendering/formats/TextRenderer.d.ts +30 -0
- package/dist/presentation/cli/shared/rendering/formats/TextRenderer.d.ts.map +1 -0
- package/dist/presentation/cli/shared/rendering/formats/TextRenderer.js +133 -0
- package/dist/presentation/cli/shared/rendering/formats/TextRenderer.js.map +1 -0
- package/dist/presentation/cli/shared/rendering/formats/YamlRenderer.d.ts +20 -0
- package/dist/presentation/cli/shared/rendering/formats/YamlRenderer.d.ts.map +1 -0
- package/dist/presentation/cli/shared/rendering/formats/YamlRenderer.js +61 -0
- package/dist/presentation/cli/shared/rendering/formats/YamlRenderer.js.map +1 -0
- package/dist/presentation/cli/shared/rendering/types.d.ts +55 -0
- package/dist/presentation/cli/shared/rendering/types.d.ts.map +1 -0
- package/dist/presentation/cli/shared/rendering/types.js +3 -0
- package/dist/presentation/cli/shared/rendering/types.js.map +1 -0
- package/dist/presentation/cli/shared/routing/CommandRouter.d.ts +13 -0
- package/dist/presentation/cli/shared/routing/CommandRouter.d.ts.map +1 -0
- package/dist/presentation/cli/shared/routing/CommandRouter.js +125 -0
- package/dist/presentation/cli/shared/routing/CommandRouter.js.map +1 -0
- package/dist/presentation/cli/shared/utils/BannerContentGenerator.d.ts +31 -0
- package/dist/presentation/cli/shared/utils/BannerContentGenerator.d.ts.map +1 -0
- package/dist/presentation/cli/shared/utils/BannerContentGenerator.js +139 -0
- package/dist/presentation/cli/shared/utils/BannerContentGenerator.js.map +1 -0
- package/dist/presentation/cli/shared/utils/BannerContextGatherer.d.ts +56 -0
- package/dist/presentation/cli/shared/utils/BannerContextGatherer.d.ts.map +1 -0
- package/dist/presentation/cli/shared/utils/BannerContextGatherer.js +69 -0
- package/dist/presentation/cli/shared/utils/BannerContextGatherer.js.map +1 -0
- package/dist/presentation/cli/shared/utils/UserDetection.d.ts +27 -0
- package/dist/presentation/cli/shared/utils/UserDetection.d.ts.map +1 -0
- package/dist/presentation/cli/shared/utils/UserDetection.js +109 -0
- package/dist/presentation/cli/shared/utils/UserDetection.js.map +1 -0
- package/dist/presentation/cli/shared/version.d.ts +8 -0
- package/dist/presentation/cli/shared/version.d.ts.map +1 -0
- package/dist/presentation/cli/shared/version.js +11 -0
- package/dist/presentation/cli/shared/version.js.map +1 -0
- package/dist/presentation/cli/solution/architecture/define/architecture.define.d.ts +24 -0
- package/dist/presentation/cli/solution/architecture/define/architecture.define.d.ts.map +1 -0
- package/dist/presentation/cli/solution/architecture/define/architecture.define.js +95 -0
- package/dist/presentation/cli/solution/architecture/define/architecture.define.js.map +1 -0
- package/dist/presentation/cli/solution/architecture/update/architecture.update.d.ts +24 -0
- package/dist/presentation/cli/solution/architecture/update/architecture.update.d.ts.map +1 -0
- package/dist/presentation/cli/solution/architecture/update/architecture.update.js +108 -0
- package/dist/presentation/cli/solution/architecture/update/architecture.update.js.map +1 -0
- package/dist/presentation/cli/solution/components/add/component.add.d.ts +24 -0
- package/dist/presentation/cli/solution/components/add/component.add.d.ts.map +1 -0
- package/dist/presentation/cli/solution/components/add/component.add.js +93 -0
- package/dist/presentation/cli/solution/components/add/component.add.js.map +1 -0
- package/dist/presentation/cli/solution/components/deprecate/component.deprecate.d.ts +20 -0
- package/dist/presentation/cli/solution/components/deprecate/component.deprecate.d.ts.map +1 -0
- package/dist/presentation/cli/solution/components/deprecate/component.deprecate.js +75 -0
- package/dist/presentation/cli/solution/components/deprecate/component.deprecate.js.map +1 -0
- package/dist/presentation/cli/solution/components/remove/component.remove.d.ts +20 -0
- package/dist/presentation/cli/solution/components/remove/component.remove.d.ts.map +1 -0
- package/dist/presentation/cli/solution/components/remove/component.remove.js +63 -0
- package/dist/presentation/cli/solution/components/remove/component.remove.js.map +1 -0
- package/dist/presentation/cli/solution/components/update/component.update.d.ts +24 -0
- package/dist/presentation/cli/solution/components/update/component.update.d.ts.map +1 -0
- package/dist/presentation/cli/solution/components/update/component.update.js +100 -0
- package/dist/presentation/cli/solution/components/update/component.update.js.map +1 -0
- package/dist/presentation/cli/solution/decisions/add/decision.add.d.ts +24 -0
- package/dist/presentation/cli/solution/decisions/add/decision.add.d.ts.map +1 -0
- package/dist/presentation/cli/solution/decisions/add/decision.add.js +88 -0
- package/dist/presentation/cli/solution/decisions/add/decision.add.js.map +1 -0
- package/dist/presentation/cli/solution/decisions/reverse/decision.reverse.d.ts +20 -0
- package/dist/presentation/cli/solution/decisions/reverse/decision.reverse.d.ts.map +1 -0
- package/dist/presentation/cli/solution/decisions/reverse/decision.reverse.js +61 -0
- package/dist/presentation/cli/solution/decisions/reverse/decision.reverse.js.map +1 -0
- package/dist/presentation/cli/solution/decisions/supersede/decision.supersede.d.ts +20 -0
- package/dist/presentation/cli/solution/decisions/supersede/decision.supersede.d.ts.map +1 -0
- package/dist/presentation/cli/solution/decisions/supersede/decision.supersede.js +60 -0
- package/dist/presentation/cli/solution/decisions/supersede/decision.supersede.js.map +1 -0
- package/dist/presentation/cli/solution/decisions/update/decision.update.d.ts +19 -0
- package/dist/presentation/cli/solution/decisions/update/decision.update.d.ts.map +1 -0
- package/dist/presentation/cli/solution/decisions/update/decision.update.js +93 -0
- package/dist/presentation/cli/solution/decisions/update/decision.update.js.map +1 -0
- package/dist/presentation/cli/solution/dependencies/add/dependency.add.d.ts +22 -0
- package/dist/presentation/cli/solution/dependencies/add/dependency.add.d.ts.map +1 -0
- package/dist/presentation/cli/solution/dependencies/add/dependency.add.js +85 -0
- package/dist/presentation/cli/solution/dependencies/add/dependency.add.js.map +1 -0
- package/dist/presentation/cli/solution/dependencies/remove/dependency.remove.d.ts +20 -0
- package/dist/presentation/cli/solution/dependencies/remove/dependency.remove.d.ts.map +1 -0
- package/dist/presentation/cli/solution/dependencies/remove/dependency.remove.js +76 -0
- package/dist/presentation/cli/solution/dependencies/remove/dependency.remove.js.map +1 -0
- package/dist/presentation/cli/solution/dependencies/update/dependency.update.d.ts +23 -0
- package/dist/presentation/cli/solution/dependencies/update/dependency.update.d.ts.map +1 -0
- package/dist/presentation/cli/solution/dependencies/update/dependency.update.js +94 -0
- package/dist/presentation/cli/solution/dependencies/update/dependency.update.js.map +1 -0
- package/dist/presentation/cli/solution/guidelines/add/guideline.add.d.ts +25 -0
- package/dist/presentation/cli/solution/guidelines/add/guideline.add.d.ts.map +1 -0
- package/dist/presentation/cli/solution/guidelines/add/guideline.add.js +108 -0
- package/dist/presentation/cli/solution/guidelines/add/guideline.add.js.map +1 -0
- package/dist/presentation/cli/solution/guidelines/remove/guideline.remove.d.ts +20 -0
- package/dist/presentation/cli/solution/guidelines/remove/guideline.remove.d.ts.map +1 -0
- package/dist/presentation/cli/solution/guidelines/remove/guideline.remove.js +74 -0
- package/dist/presentation/cli/solution/guidelines/remove/guideline.remove.js.map +1 -0
- package/dist/presentation/cli/solution/guidelines/update/guideline.update.d.ts +27 -0
- package/dist/presentation/cli/solution/guidelines/update/guideline.update.d.ts.map +1 -0
- package/dist/presentation/cli/solution/guidelines/update/guideline.update.js +121 -0
- package/dist/presentation/cli/solution/guidelines/update/guideline.update.js.map +1 -0
- package/dist/presentation/cli/solution/invariants/add/invariant.add.d.ts +22 -0
- package/dist/presentation/cli/solution/invariants/add/invariant.add.d.ts.map +1 -0
- package/dist/presentation/cli/solution/invariants/add/invariant.add.js +84 -0
- package/dist/presentation/cli/solution/invariants/add/invariant.add.js.map +1 -0
- package/dist/presentation/cli/solution/invariants/remove/invariant.remove.d.ts +19 -0
- package/dist/presentation/cli/solution/invariants/remove/invariant.remove.d.ts.map +1 -0
- package/dist/presentation/cli/solution/invariants/remove/invariant.remove.js +64 -0
- package/dist/presentation/cli/solution/invariants/remove/invariant.remove.js.map +1 -0
- package/dist/presentation/cli/solution/invariants/update/invariant.update.d.ts +23 -0
- package/dist/presentation/cli/solution/invariants/update/invariant.update.d.ts.map +1 -0
- package/dist/presentation/cli/solution/invariants/update/invariant.update.js +94 -0
- package/dist/presentation/cli/solution/invariants/update/invariant.update.js.map +1 -0
- package/dist/presentation/cli/work/goals/add/InteractiveGoalProtocol.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/add/InteractiveGoalProtocol.js.map +1 -0
- package/dist/presentation/cli/work/goals/add/goal.add.d.ts +33 -0
- package/dist/presentation/cli/work/goals/add/goal.add.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/add/goal.add.js +322 -0
- package/dist/presentation/cli/work/goals/add/goal.add.js.map +1 -0
- package/dist/presentation/cli/work/goals/block/goal.block.d.ts +16 -0
- package/dist/presentation/cli/work/goals/block/goal.block.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/block/goal.block.js +59 -0
- package/dist/presentation/cli/work/goals/block/goal.block.js.map +1 -0
- package/dist/presentation/cli/work/goals/complete/goal.complete.d.ts +19 -0
- package/dist/presentation/cli/work/goals/complete/goal.complete.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/complete/goal.complete.js +87 -0
- package/dist/presentation/cli/work/goals/complete/goal.complete.js.map +1 -0
- package/dist/presentation/cli/work/goals/list/goals.list.d.ts +22 -0
- package/dist/presentation/cli/work/goals/list/goals.list.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/list/goals.list.js +90 -0
- package/dist/presentation/cli/work/goals/list/goals.list.js.map +1 -0
- package/dist/presentation/cli/work/goals/remove/goal.remove.d.ts +19 -0
- package/dist/presentation/cli/work/goals/remove/goal.remove.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/remove/goal.remove.js +58 -0
- package/dist/presentation/cli/work/goals/remove/goal.remove.js.map +1 -0
- package/dist/presentation/cli/work/goals/reset/goal.reset.d.ts +20 -0
- package/dist/presentation/cli/work/goals/reset/goal.reset.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/reset/goal.reset.js +60 -0
- package/dist/presentation/cli/work/goals/reset/goal.reset.js.map +1 -0
- package/dist/presentation/cli/work/goals/resume/goal.resume.d.ts +21 -0
- package/dist/presentation/cli/work/goals/resume/goal.resume.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/resume/goal.resume.js +80 -0
- package/dist/presentation/cli/work/goals/resume/goal.resume.js.map +1 -0
- package/dist/presentation/cli/work/goals/show/goal.show.d.ts +20 -0
- package/dist/presentation/cli/work/goals/show/goal.show.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/show/goal.show.js +127 -0
- package/dist/presentation/cli/work/goals/show/goal.show.js.map +1 -0
- package/dist/presentation/cli/work/goals/start/GoalContextFormatter.d.ts +49 -0
- package/dist/presentation/cli/work/goals/start/GoalContextFormatter.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/start/GoalContextFormatter.js +179 -0
- package/dist/presentation/cli/work/goals/start/GoalContextFormatter.js.map +1 -0
- package/dist/presentation/cli/work/goals/start/goal.start.d.ts +19 -0
- package/dist/presentation/cli/work/goals/start/goal.start.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/start/goal.start.js +76 -0
- package/dist/presentation/cli/work/goals/start/goal.start.js.map +1 -0
- package/dist/presentation/cli/work/goals/unblock/goal.unblock.d.ts +16 -0
- package/dist/presentation/cli/work/goals/unblock/goal.unblock.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/unblock/goal.unblock.js +66 -0
- package/dist/presentation/cli/work/goals/unblock/goal.unblock.js.map +1 -0
- package/dist/presentation/cli/work/goals/update/goal.update.d.ts +44 -0
- package/dist/presentation/cli/work/goals/update/goal.update.d.ts.map +1 -0
- package/dist/presentation/cli/work/goals/update/goal.update.js +152 -0
- package/dist/presentation/cli/work/goals/update/goal.update.js.map +1 -0
- package/dist/presentation/cli/work/sessions/end/session.end.d.ts +20 -0
- package/dist/presentation/cli/work/sessions/end/session.end.d.ts.map +1 -0
- package/dist/presentation/cli/work/sessions/end/session.end.js +73 -0
- package/dist/presentation/cli/work/sessions/end/session.end.js.map +1 -0
- package/dist/presentation/cli/work/sessions/pause/session.pause.d.ts +17 -0
- package/dist/presentation/cli/work/sessions/pause/session.pause.d.ts.map +1 -0
- package/dist/presentation/cli/work/sessions/pause/session.pause.js +64 -0
- package/dist/presentation/cli/work/sessions/pause/session.pause.js.map +1 -0
- package/dist/presentation/cli/work/sessions/resume/session.resume.d.ts +17 -0
- package/dist/presentation/cli/work/sessions/resume/session.resume.d.ts.map +1 -0
- package/dist/presentation/cli/work/sessions/resume/session.resume.js +68 -0
- package/dist/presentation/cli/work/sessions/resume/session.resume.js.map +1 -0
- package/dist/presentation/cli/work/sessions/start/InProgressGoalsFormatter.d.ts +29 -0
- package/dist/presentation/cli/work/sessions/start/InProgressGoalsFormatter.d.ts.map +1 -0
- package/dist/presentation/cli/work/sessions/start/InProgressGoalsFormatter.js +56 -0
- package/dist/presentation/cli/work/sessions/start/InProgressGoalsFormatter.js.map +1 -0
- package/dist/presentation/cli/work/sessions/start/PlannedGoalsFormatter.d.ts +29 -0
- package/dist/presentation/cli/work/sessions/start/PlannedGoalsFormatter.d.ts.map +1 -0
- package/dist/presentation/cli/work/sessions/start/PlannedGoalsFormatter.js +56 -0
- package/dist/presentation/cli/work/sessions/start/PlannedGoalsFormatter.js.map +1 -0
- package/dist/presentation/cli/work/sessions/start/ProjectContextFormatter.d.ts +31 -0
- package/dist/presentation/cli/work/sessions/start/ProjectContextFormatter.d.ts.map +1 -0
- package/dist/presentation/cli/work/sessions/start/ProjectContextFormatter.js +60 -0
- package/dist/presentation/cli/work/sessions/start/ProjectContextFormatter.js.map +1 -0
- package/dist/presentation/cli/work/sessions/start/SessionSummaryFormatter.d.ts +35 -0
- package/dist/presentation/cli/work/sessions/start/SessionSummaryFormatter.d.ts.map +1 -0
- package/dist/presentation/cli/work/sessions/start/SessionSummaryFormatter.js +126 -0
- package/dist/presentation/cli/work/sessions/start/SessionSummaryFormatter.js.map +1 -0
- package/dist/presentation/cli/work/sessions/start/session.start.d.ts +24 -0
- package/dist/presentation/cli/work/sessions/start/session.start.d.ts.map +1 -0
- package/dist/presentation/cli/work/sessions/start/session.start.js +93 -0
- package/dist/presentation/cli/work/sessions/start/session.start.js.map +1 -0
- package/package.json +88 -0
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Single Star Pulse Animation
|
|
4
|
+
*
|
|
5
|
+
* Uses cursor positioning to update ONLY one character without redrawing the frame
|
|
6
|
+
*/
|
|
7
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
9
|
+
};
|
|
10
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
+
exports.playSingleStarPulse = playSingleStarPulse;
|
|
12
|
+
const chalk_1 = __importDefault(require("chalk"));
|
|
13
|
+
const DotGridBackground_js_1 = require("./DotGridBackground.js");
|
|
14
|
+
/**
|
|
15
|
+
* ANSI escape codes for cursor positioning
|
|
16
|
+
*/
|
|
17
|
+
const ANSI = {
|
|
18
|
+
hideCursor: "\x1b[?25l",
|
|
19
|
+
showCursor: "\x1b[?25h",
|
|
20
|
+
// Move cursor to specific position (1-indexed)
|
|
21
|
+
moveTo: (row, col) => `\x1b[${row};${col}H`,
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Sleep utility
|
|
25
|
+
*/
|
|
26
|
+
function sleep(ms) {
|
|
27
|
+
return new Promise(resolve => setTimeout(resolve, ms));
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Apply brightness multiplier to RGB color
|
|
31
|
+
*/
|
|
32
|
+
function brightenColor(color, brightness) {
|
|
33
|
+
const r = Math.min(255, Math.round(color[0] * brightness));
|
|
34
|
+
const g = Math.min(255, Math.round(color[1] * brightness));
|
|
35
|
+
const b = Math.min(255, Math.round(color[2] * brightness));
|
|
36
|
+
return [r, g, b];
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Play a single star pulse animation
|
|
40
|
+
*
|
|
41
|
+
* Displays static starfield, then updates only ONE character position
|
|
42
|
+
*
|
|
43
|
+
* Simple version: pulses a star at a specified position
|
|
44
|
+
*/
|
|
45
|
+
async function playSingleStarPulse(config) {
|
|
46
|
+
if (!process.stdout.isTTY) {
|
|
47
|
+
// Non-TTY: just show static starfield
|
|
48
|
+
const starfield = (0, DotGridBackground_js_1.getStaticStarrySky)(config);
|
|
49
|
+
console.log(starfield.join("\n"));
|
|
50
|
+
return;
|
|
51
|
+
}
|
|
52
|
+
const frameDelay = config.frameDelay ?? 200;
|
|
53
|
+
const frameCount = config.frameCount ?? 120;
|
|
54
|
+
const starChar = config.starChar ?? "·";
|
|
55
|
+
// Use provided position or default to middle of screen
|
|
56
|
+
const pulseRow = config.pulseRow ?? 10;
|
|
57
|
+
const pulseCol = config.pulseCol ?? 40;
|
|
58
|
+
const pulseColor = config.pulseColor ?? [70, 100, 140];
|
|
59
|
+
try {
|
|
60
|
+
// Hide cursor
|
|
61
|
+
process.stdout.write(ANSI.hideCursor);
|
|
62
|
+
// Clear screen and display static starfield ONCE
|
|
63
|
+
console.clear();
|
|
64
|
+
const starfield = (0, DotGridBackground_js_1.getStaticStarrySky)(config);
|
|
65
|
+
console.log(starfield.join("\n"));
|
|
66
|
+
// Animate ONLY the one star by updating its position
|
|
67
|
+
for (let i = 0; i < frameCount; i++) {
|
|
68
|
+
// Calculate pulse brightness
|
|
69
|
+
const time = (i / frameCount) * Math.PI * 2;
|
|
70
|
+
const wave = Math.sin(time);
|
|
71
|
+
const brightness = 0.95 + (wave + 1) * 0.05; // 95% to 105%
|
|
72
|
+
// Get pulsed color
|
|
73
|
+
const color = brightenColor(pulseColor, brightness);
|
|
74
|
+
const pulsedChar = chalk_1.default.rgb(color[0], color[1], color[2])(starChar);
|
|
75
|
+
// Move cursor to star position (add 3 to row to account for header text)
|
|
76
|
+
// and update ONLY that character
|
|
77
|
+
process.stdout.write(ANSI.moveTo(pulseRow + 3, pulseCol) + pulsedChar);
|
|
78
|
+
// Wait for next frame
|
|
79
|
+
await sleep(frameDelay);
|
|
80
|
+
}
|
|
81
|
+
// Move cursor to bottom and show it
|
|
82
|
+
const endRow = config.height + 5;
|
|
83
|
+
process.stdout.write(ANSI.moveTo(endRow, 1));
|
|
84
|
+
}
|
|
85
|
+
finally {
|
|
86
|
+
// Always show cursor again
|
|
87
|
+
process.stdout.write(ANSI.showCursor);
|
|
88
|
+
console.log("\n");
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
//# sourceMappingURL=SingleStarPulse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SingleStarPulse.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/animations/SingleStarPulse.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Banner Orchestrator
|
|
3
|
+
*
|
|
4
|
+
* Displays the animated banner for bare 'jumbo' command.
|
|
5
|
+
* Content varies based on whether a project is initialized.
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Checks if this is a bare 'jumbo' command (no subcommand or arguments).
|
|
9
|
+
*/
|
|
10
|
+
export declare function isBareCommand(argv: string[]): boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Shows the animated banner with context-appropriate content.
|
|
13
|
+
* Called when bare 'jumbo' command is detected.
|
|
14
|
+
*
|
|
15
|
+
* @param version - CLI version string for display
|
|
16
|
+
*/
|
|
17
|
+
export declare function showBanner(version: string): Promise<void>;
|
|
18
|
+
//# sourceMappingURL=BannerOrchestrator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerOrchestrator.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/banner/BannerOrchestrator.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAaH;;GAEG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAErD;AAuCD;;;;;GAKG;AACH,wBAAsB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAsB/D"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Banner Orchestrator
|
|
4
|
+
*
|
|
5
|
+
* Displays the animated banner for bare 'jumbo' command.
|
|
6
|
+
* Content varies based on whether a project is initialized.
|
|
7
|
+
*/
|
|
8
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.isBareCommand = isBareCommand;
|
|
13
|
+
exports.showBanner = showBanner;
|
|
14
|
+
const path_1 = __importDefault(require("path"));
|
|
15
|
+
const fs_extra_1 = __importDefault(require("fs-extra"));
|
|
16
|
+
const bootstrap_js_1 = require("../../../../infrastructure/composition/bootstrap.js");
|
|
17
|
+
const GetProjectSummaryQueryHandler_js_1 = require("../../../../application/project-knowledge/project/query/GetProjectSummaryQueryHandler.js");
|
|
18
|
+
const GetWorkSummaryQueryHandler_js_1 = require("../../../../application/work/query/GetWorkSummaryQueryHandler.js");
|
|
19
|
+
const BannerContentGenerator_js_1 = require("../components/BannerContentGenerator.js");
|
|
20
|
+
const AnimatedBanner_js_1 = require("../components/AnimatedBanner.js");
|
|
21
|
+
/**
|
|
22
|
+
* Checks if this is a bare 'jumbo' command (no subcommand or arguments).
|
|
23
|
+
*/
|
|
24
|
+
function isBareCommand(argv) {
|
|
25
|
+
return argv.length === 2;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Gathers display context for banner content generation.
|
|
29
|
+
* Uses application layer queries for clean separation.
|
|
30
|
+
*
|
|
31
|
+
* @param container - Application container (null if project not initialized)
|
|
32
|
+
* @returns Banner display context
|
|
33
|
+
*/
|
|
34
|
+
async function gatherDisplayContext(container) {
|
|
35
|
+
if (!container) {
|
|
36
|
+
return {
|
|
37
|
+
project: null,
|
|
38
|
+
work: {
|
|
39
|
+
session: null,
|
|
40
|
+
goals: { planned: 0, active: 0, blocked: 0, completed: 0 },
|
|
41
|
+
blockers: [],
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
const projectQuery = new GetProjectSummaryQueryHandler_js_1.GetProjectSummaryQueryHandler(container.projectContextReader);
|
|
46
|
+
const workQuery = new GetWorkSummaryQueryHandler_js_1.GetWorkSummaryQueryHandler(container.activeSessionReader, container.goalStatusReader);
|
|
47
|
+
const [project, work] = await Promise.all([
|
|
48
|
+
projectQuery.execute(),
|
|
49
|
+
workQuery.execute(),
|
|
50
|
+
]);
|
|
51
|
+
return { project, work };
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Shows the animated banner with context-appropriate content.
|
|
55
|
+
* Called when bare 'jumbo' command is detected.
|
|
56
|
+
*
|
|
57
|
+
* @param version - CLI version string for display
|
|
58
|
+
*/
|
|
59
|
+
async function showBanner(version) {
|
|
60
|
+
const jumboRoot = path_1.default.join(process.cwd(), ".jumbo");
|
|
61
|
+
const projectExists = await fs_extra_1.default.pathExists(jumboRoot);
|
|
62
|
+
let container = null;
|
|
63
|
+
if (projectExists) {
|
|
64
|
+
container = (0, bootstrap_js_1.bootstrap)(jumboRoot);
|
|
65
|
+
}
|
|
66
|
+
try {
|
|
67
|
+
const displayContext = await gatherDisplayContext(container);
|
|
68
|
+
const projectName = displayContext.project?.name ?? null;
|
|
69
|
+
const content = (0, BannerContentGenerator_js_1.generateBannerContent)(displayContext);
|
|
70
|
+
await (0, AnimatedBanner_js_1.showAnimatedBanner)(content, projectName, version);
|
|
71
|
+
}
|
|
72
|
+
finally {
|
|
73
|
+
if (container) {
|
|
74
|
+
await container.dbConnectionManager.dispose();
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
process.exit(0);
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=BannerOrchestrator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerOrchestrator.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/banner/BannerOrchestrator.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;;;AAgBH,sCAEC;AA6CD,gCAsBC;AAnFD,gDAAwB;AACxB,wDAA0B;AAC1B,sFAAsG;AACtG,+IAAyI;AACzI,oHAA8G;AAC9G,uFAGiD;AACjD,uEAAqE;AAErE;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAc;IAC1C,OAAO,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC;AAC3B,CAAC;AAED;;;;;;GAMG;AACH,KAAK,UAAU,oBAAoB,CACjC,SAAsC;IAEtC,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,OAAO;YACL,OAAO,EAAE,IAAI;YACb,IAAI,EAAE;gBACJ,OAAO,EAAE,IAAI;gBACb,KAAK,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE;gBAC1D,QAAQ,EAAE,EAAE;aACb;SACF,CAAC;IACJ,CAAC;IAED,MAAM,YAAY,GAAG,IAAI,gEAA6B,CACpD,SAAS,CAAC,oBAAoB,CAC/B,CAAC;IACF,MAAM,SAAS,GAAG,IAAI,0DAA0B,CAC9C,SAAS,CAAC,mBAAmB,EAC7B,SAAS,CAAC,gBAAgB,CAC3B,CAAC;IAEF,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC;QACxC,YAAY,CAAC,OAAO,EAAE;QACtB,SAAS,CAAC,OAAO,EAAE;KACpB,CAAC,CAAC;IAEH,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;AAC3B,CAAC;AAED;;;;;GAKG;AACI,KAAK,UAAU,UAAU,CAAC,OAAe;IAC9C,MAAM,SAAS,GAAG,cAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,QAAQ,CAAC,CAAC;IACrD,MAAM,aAAa,GAAG,MAAM,kBAAE,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IAErD,IAAI,SAAS,GAAgC,IAAI,CAAC;IAClD,IAAI,aAAa,EAAE,CAAC;QAClB,SAAS,GAAG,IAAA,wBAAS,EAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IAED,IAAI,CAAC;QACH,MAAM,cAAc,GAAG,MAAM,oBAAoB,CAAC,SAAS,CAAC,CAAC;QAC7D,MAAM,WAAW,GAAG,cAAc,CAAC,OAAO,EAAE,IAAI,IAAI,IAAI,CAAC;QACzD,MAAM,OAAO,GAAG,IAAA,iDAAqB,EAAC,cAAc,CAAC,CAAC;QAEtD,MAAM,IAAA,sCAAkB,EAAC,OAAO,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;YAAS,CAAC;QACT,IAAI,SAAS,EAAE,CAAC;YACd,MAAM,SAAS,CAAC,mBAAmB,CAAC,OAAO,EAAE,CAAC;QAChD,CAAC;IACH,CAAC;IAED,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Jumbo CLI Banner
|
|
3
|
+
*
|
|
4
|
+
* Generates banner lines for rendering by the Renderer.
|
|
5
|
+
* Centers ASCII art + taglines to the current terminal width.
|
|
6
|
+
* Supports both static and animated versions.
|
|
7
|
+
*/
|
|
8
|
+
export declare function getBannerLines(): string[];
|
|
9
|
+
/**
|
|
10
|
+
* Show animated banner (fade-in effect)
|
|
11
|
+
* Only plays in TTY mode, falls back to static in pipes/non-TTY
|
|
12
|
+
*
|
|
13
|
+
* @param content - Content lines to display after animation
|
|
14
|
+
* @param projectName - Optional project name to display in info box
|
|
15
|
+
* @param version - CLI version string
|
|
16
|
+
*/
|
|
17
|
+
export declare function showAnimatedBanner(content: string[], projectName?: string | null, version?: string): Promise<void>;
|
|
18
|
+
/**
|
|
19
|
+
* Show animated elephant walk banner using pre-defined frames
|
|
20
|
+
* Elephant walks from left to right and back, "painting" JUMBO on return
|
|
21
|
+
*
|
|
22
|
+
* @param content - Content lines to display after animation completes
|
|
23
|
+
* @param projectName - Optional project name to display in info box
|
|
24
|
+
* @param version - CLI version string
|
|
25
|
+
*/
|
|
26
|
+
export declare function showElephantWalkBanner(content: string[], projectName?: string | null, version?: string): Promise<void>;
|
|
27
|
+
//# sourceMappingURL=AnimatedBanner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedBanner.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/components/AnimatedBanner.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAiBH,wBAAgB,cAAc,IAAI,MAAM,EAAE,CAsCzC;AAED;;;;;;;GAOG;AACH,wBAAsB,kBAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,WAAW,GAAE,MAAM,GAAG,IAAW,EAAE,OAAO,GAAE,MAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CAGlI;AAmRD;;;;;;;GAOG;AACH,wBAAsB,sBAAsB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,WAAW,GAAE,MAAM,GAAG,IAAW,EAAE,OAAO,GAAE,MAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CAyEtI"}
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Jumbo CLI Banner
|
|
4
|
+
*
|
|
5
|
+
* Generates banner lines for rendering by the Renderer.
|
|
6
|
+
* Centers ASCII art + taglines to the current terminal width.
|
|
7
|
+
* Supports both static and animated versions.
|
|
8
|
+
*/
|
|
9
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.getBannerLines = getBannerLines;
|
|
14
|
+
exports.showAnimatedBanner = showAnimatedBanner;
|
|
15
|
+
exports.showElephantWalkBanner = showElephantWalkBanner;
|
|
16
|
+
const chalk_1 = __importDefault(require("chalk"));
|
|
17
|
+
const strip_ansi_1 = __importDefault(require("strip-ansi"));
|
|
18
|
+
const AnimationFrames_js_1 = require("./AnimationFrames.js");
|
|
19
|
+
function termWidth() {
|
|
20
|
+
return process.stdout.isTTY ? process.stdout.columns : 80;
|
|
21
|
+
}
|
|
22
|
+
function fullWidthLine(width, style) {
|
|
23
|
+
return style("_".repeat(width));
|
|
24
|
+
}
|
|
25
|
+
// AnchorColors: blue(0, 72, 182), green(1, 173, 97), light-green(124, 197, 62), yellow(255, 210, 61), orange(249, 124, 37), red (232, 44, 49)
|
|
26
|
+
function getBannerLines() {
|
|
27
|
+
const elephant = getElephantLines();
|
|
28
|
+
const jumboRaw = getJumboTextLines();
|
|
29
|
+
// Color the elephant blue (starting color)
|
|
30
|
+
const elephantColored = elephant.map(line => chalk_1.default.rgb(0, 72, 182).inverse(line));
|
|
31
|
+
// Color the JUMBO text gray
|
|
32
|
+
const jumboColored = jumboRaw.map(line => chalk_1.default.rgb(200, 200, 200)(line));
|
|
33
|
+
// Combine side by side with 5 spaces gap
|
|
34
|
+
const spacer = " ".repeat(5);
|
|
35
|
+
const combined = [];
|
|
36
|
+
for (let i = 0; i < elephantColored.length; i++) {
|
|
37
|
+
const elephantLine = elephantColored[i];
|
|
38
|
+
const jumboLine = i < jumboColored.length ? jumboColored[i] : "";
|
|
39
|
+
combined.push(elephantLine + spacer + jumboLine);
|
|
40
|
+
}
|
|
41
|
+
const taglines = [
|
|
42
|
+
chalk_1.default.gray("AI memory like an elephant."),
|
|
43
|
+
chalk_1.default.gray("Context engineering platform for LLM coding agents"),
|
|
44
|
+
];
|
|
45
|
+
const width = termWidth();
|
|
46
|
+
const hrTop = fullWidthLine(1, chalk_1.default.gray);
|
|
47
|
+
const hrBottom = fullWidthLine(width, chalk_1.default.gray);
|
|
48
|
+
// Static banner lines
|
|
49
|
+
const lines = [];
|
|
50
|
+
lines.push(hrTop);
|
|
51
|
+
lines.push(""); // spacer
|
|
52
|
+
lines.push(...combined);
|
|
53
|
+
lines.push(""); // spacer
|
|
54
|
+
lines.push(...taglines);
|
|
55
|
+
lines.push(hrBottom);
|
|
56
|
+
return lines;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Show animated banner (fade-in effect)
|
|
60
|
+
* Only plays in TTY mode, falls back to static in pipes/non-TTY
|
|
61
|
+
*
|
|
62
|
+
* @param content - Content lines to display after animation
|
|
63
|
+
* @param projectName - Optional project name to display in info box
|
|
64
|
+
* @param version - CLI version string
|
|
65
|
+
*/
|
|
66
|
+
async function showAnimatedBanner(content, projectName = null, version = "") {
|
|
67
|
+
// Use the elephant walk animation for the animated banner
|
|
68
|
+
await showElephantWalkBanner(content, projectName, version);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Get raw elephant ASCII lines (without color/centering)
|
|
72
|
+
*/
|
|
73
|
+
function getElephantLines() {
|
|
74
|
+
return [
|
|
75
|
+
"██████████▓▒▒▒▒▒▒▒▒▒▓█████████",
|
|
76
|
+
"██▓▒▒▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▒▒▓██",
|
|
77
|
+
"█▓▒▒▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▒▒▓█",
|
|
78
|
+
"█▓▒▒▒▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▒▒▒▓█",
|
|
79
|
+
"█▓▒▒▒▓▓▒▒▒█▒▒▒▒▒▒▒▒█▒▒▒▓▓▒▒▒▓█",
|
|
80
|
+
"███▓▒▒▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▒▒▓███",
|
|
81
|
+
"████▓▓▒▒▓▓▒▓▒▒▒▒▒▒▓▒▓▓▒▒▓▓████",
|
|
82
|
+
"████▓▒▒▒▒▒▒▓▓▒▒▒▒▓▓▒▒▒▒▒▒▓████",
|
|
83
|
+
"███▓▒▒▒▒▒▒▒▒▓▒▒▒▒▓▓▓▒▒▒▒▒▒▓███",
|
|
84
|
+
"███▓▒▒▒▒▒▒▒▒▒▓▓▒▒▒▒▒▓▒▒▒▒▒▓███",
|
|
85
|
+
"███▓▒▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▒▒▒▒▒▒▓███",
|
|
86
|
+
"████▓▒▒▒▒▒▒▒▓████▓▒▒▒▒▒▒▒▓████",
|
|
87
|
+
"█████▓▒▒▒▒▒▓███████▓▒▒▒▒▓█████",
|
|
88
|
+
"██████████████████████████████",
|
|
89
|
+
];
|
|
90
|
+
}
|
|
91
|
+
function getSmallElephantLines() {
|
|
92
|
+
return [
|
|
93
|
+
"███████▓▒▒▒▒▒▒▒▒▓██████",
|
|
94
|
+
"█▓▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▓█",
|
|
95
|
+
"▓▒▒▓▒▒▒█▒▒▒▒▒▒▒█▒▒▒▓▒▒▓",
|
|
96
|
+
"▓▒▒▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▒▒▓",
|
|
97
|
+
"██▓▓▒▓▓▒▓▒▒▒▒▒▓▒▓▓▒▓▓██",
|
|
98
|
+
"█▓▒▒▒▒▒▒▒▓▒▒▒▓▓▒▒▒▒▒▒▓█",
|
|
99
|
+
"█▓▒▒▒▒▒▒▒▒▓▓▒▒▒▓▒▒▒▒▒▓█",
|
|
100
|
+
"█▓▒▒▒▒▒▒▒▒▒▒▓▓▓▒▒▒▒▒▒▓█",
|
|
101
|
+
"██▓▒▒▒▒▒▒▓███▓▒▒▒▒▒▒▓██",
|
|
102
|
+
];
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Get raw JUMBO text ASCII lines (without color)
|
|
106
|
+
*/
|
|
107
|
+
function getJumboTextLines() {
|
|
108
|
+
return [
|
|
109
|
+
" ",
|
|
110
|
+
" ███ ███ ███ ████ ████ ████████ █████████ ",
|
|
111
|
+
" ███░███░ ███░█████ █████░███░░░███ ███░░░░░███ ",
|
|
112
|
+
" ███░███░ ███░███░██ ██░███░████████░░███░ ███░ ",
|
|
113
|
+
" ███ ███░███░ ███░███░ ████░░███░███░░░███ ███░ ███░ ",
|
|
114
|
+
" ██████░░ ████████░░███░ ██░░ ███░████████░░ █████████░░ ",
|
|
115
|
+
" ░░░░░░ ░░░░░░░░ ░░░ ░░ ░░░ ░░░░░░░░ ░░░░░░░░░ ",
|
|
116
|
+
" AI memory like an elephant ", // Colored grey via chalk.rgb(200,200,200)
|
|
117
|
+
" ",
|
|
118
|
+
];
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Get raw JUMBO text ASCII lines (without color)
|
|
122
|
+
*/
|
|
123
|
+
function getInfoLines(projectName, version) {
|
|
124
|
+
const statusText = projectName
|
|
125
|
+
? ` Context project: ${projectName}`
|
|
126
|
+
: ' Get started: jumbo project init';
|
|
127
|
+
const statusTextPlain = (0, strip_ansi_1.default)(statusText);
|
|
128
|
+
const statusTextPadding = (56 - statusTextPlain.length);
|
|
129
|
+
return [
|
|
130
|
+
" ███ ███ ███ ████ ████ ████████ █████████ ",
|
|
131
|
+
" ███░███░ ███░█████ █████░███░░░███ ███░░░░░███ ",
|
|
132
|
+
" ███░███░ ███░███░██ ██░███░████████░░███░ ███░ ",
|
|
133
|
+
" ███ ███░███░ ███░███░ ████░░███░███░░░███ ███░ ███░ ",
|
|
134
|
+
" ██████░░ ████████░░███░ ██░░ ███░████████░░ █████████░░ ",
|
|
135
|
+
" ░░░░░░ ░░░░░░░░ ░░░ ░░ ░░░ ░░░░░░░░ ░░░░░░░░░ ",
|
|
136
|
+
" AI memory like an elephant ", // Colored grey via chalk.rgb(200,200,200)
|
|
137
|
+
" ",
|
|
138
|
+
" ╭─ v." + version + " ──────────────────────────────────────╮ ",
|
|
139
|
+
" │ │ ",
|
|
140
|
+
" │" + chalk_1.default.rgb(255, 210, 61)(statusTextPlain) + " ".repeat(statusTextPadding) + "│", // Colored yellow via chalk.rgb(255, 210, 61)
|
|
141
|
+
" │ │ ",
|
|
142
|
+
" ╰────────────────────────────────────────────────────────╯ ",
|
|
143
|
+
];
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Combine elephant and JUMBO text side by side
|
|
147
|
+
* @param elephantLines - Colored elephant ASCII lines
|
|
148
|
+
* @param revealProgress - Progress of letter reveal from left to right (0-1)
|
|
149
|
+
* 0 = nothing visible, 1 = all visible
|
|
150
|
+
* @param spacing - Number of spaces between elephant and text
|
|
151
|
+
* @param projectName - Optional project name to display
|
|
152
|
+
* @param version - CLI version string
|
|
153
|
+
*/
|
|
154
|
+
function combineSideBySide(elephantLines, revealProgress = 1, spacing = 5, projectName = null, version = "") {
|
|
155
|
+
const elephant = elephantLines;
|
|
156
|
+
const jumboRaw = getInfoLines(projectName, version);
|
|
157
|
+
// Smooth left-to-right curtain reveal
|
|
158
|
+
const jumboText = jumboRaw.map((line, lineIndex) => {
|
|
159
|
+
// Line 7 contains the embedded tagline - color it darker grey
|
|
160
|
+
const isTagline = lineIndex === 7;
|
|
161
|
+
const colorFn = isTagline ? chalk_1.default.rgb(200, 200, 200) : chalk_1.default.rgb(200, 200, 200);
|
|
162
|
+
if (revealProgress >= 1) {
|
|
163
|
+
// Full reveal - show everything
|
|
164
|
+
return colorFn(line);
|
|
165
|
+
}
|
|
166
|
+
else if (revealProgress <= 0) {
|
|
167
|
+
// Nothing visible
|
|
168
|
+
return " ".repeat(line.length);
|
|
169
|
+
}
|
|
170
|
+
else {
|
|
171
|
+
// Partial reveal - curtain opening from left to right
|
|
172
|
+
const chars = line.split('');
|
|
173
|
+
const maxCol = chars.length;
|
|
174
|
+
const revealCol = Math.floor(maxCol * revealProgress);
|
|
175
|
+
const revealed = chars.map((char, idx) => {
|
|
176
|
+
// Show characters from left up to revealCol
|
|
177
|
+
return idx < revealCol ? char : ' ';
|
|
178
|
+
});
|
|
179
|
+
return colorFn(revealed.join(''));
|
|
180
|
+
}
|
|
181
|
+
});
|
|
182
|
+
const spacer = " ".repeat(spacing);
|
|
183
|
+
const combined = [];
|
|
184
|
+
// Elephant is 14 lines, JUMBO text is 8 lines
|
|
185
|
+
// Align tops - pad jumbo text on top if needed, or start at same line
|
|
186
|
+
for (let i = 0; i < elephant.length; i++) {
|
|
187
|
+
const elephantLine = elephant[i];
|
|
188
|
+
const jumboLine = i < jumboText.length ? jumboText[i] : "";
|
|
189
|
+
combined.push(elephantLine + spacer + jumboLine);
|
|
190
|
+
}
|
|
191
|
+
return combined;
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Generate meta content line with project/welcome text and version
|
|
195
|
+
*/
|
|
196
|
+
function getMetaContentLine(projectName, width, version) {
|
|
197
|
+
const leftText = projectName
|
|
198
|
+
? chalk_1.default.bold.white(`Context project: ${projectName}`)
|
|
199
|
+
: chalk_1.default.bold.white("Welcome to Jumbo!");
|
|
200
|
+
const rightText = chalk_1.default.gray("CLI version: " + version);
|
|
201
|
+
const leftLength = (0, strip_ansi_1.default)(leftText).length;
|
|
202
|
+
const rightLength = (0, strip_ansi_1.default)(rightText).length;
|
|
203
|
+
const padding = Math.max(1, width - leftLength - rightLength);
|
|
204
|
+
return leftText + " ".repeat(padding) + rightText;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Create a bordered welcome box with help text
|
|
208
|
+
*/
|
|
209
|
+
function createWelcomeBox(projectName, width) {
|
|
210
|
+
const welcomeContent = [];
|
|
211
|
+
const helpText = projectName
|
|
212
|
+
? "Type 'jumbo --help' for available commands"
|
|
213
|
+
: "Get started: jumbo project init";
|
|
214
|
+
const helpTextPlain = (0, strip_ansi_1.default)(helpText);
|
|
215
|
+
const boxWidth = width;
|
|
216
|
+
const innerWidth = boxWidth - 2; // Subtract the two border characters
|
|
217
|
+
const textPadding = " ".repeat(Math.max(0, innerWidth - helpTextPlain.length - 2)); // Right padding
|
|
218
|
+
welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("╭" + "─".repeat(innerWidth) + "╮"));
|
|
219
|
+
welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("│ ") + " ".repeat(innerWidth - 2) + chalk_1.default.rgb(155, 233, 248)(" │"));
|
|
220
|
+
welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("│ ") + chalk_1.default.gray(helpText) + textPadding + chalk_1.default.rgb(155, 233, 248)(" │"));
|
|
221
|
+
welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("│ ") + " ".repeat(innerWidth - 2) + chalk_1.default.rgb(155, 233, 248)(" │"));
|
|
222
|
+
welcomeContent.push(chalk_1.default.rgb(155, 233, 248)("╰" + "─".repeat(innerWidth) + "╯"));
|
|
223
|
+
return welcomeContent;
|
|
224
|
+
}
|
|
225
|
+
// Anchor colors for elephant gradient
|
|
226
|
+
const ANCHOR_COLORS = [
|
|
227
|
+
{ r: 0, g: 72, b: 182 }, // blue
|
|
228
|
+
{ r: 1, g: 173, b: 97 }, // green
|
|
229
|
+
{ r: 124, g: 197, b: 62 }, // light-green
|
|
230
|
+
{ r: 255, g: 210, b: 61 }, // yellow
|
|
231
|
+
{ r: 249, g: 124, b: 37 }, // orange
|
|
232
|
+
{ r: 232, g: 44, b: 49 }, // red
|
|
233
|
+
];
|
|
234
|
+
/**
|
|
235
|
+
* Get interpolated color from gradient based on progress (0-1)
|
|
236
|
+
*/
|
|
237
|
+
function getGradientColor(progress) {
|
|
238
|
+
const clampedProgress = Math.max(0, Math.min(1, progress));
|
|
239
|
+
const segmentCount = ANCHOR_COLORS.length - 1;
|
|
240
|
+
const segmentLength = 1 / segmentCount;
|
|
241
|
+
const segmentIndex = Math.min(Math.floor(clampedProgress / segmentLength), segmentCount - 1);
|
|
242
|
+
const segmentProgress = (clampedProgress - segmentIndex * segmentLength) / segmentLength;
|
|
243
|
+
const color1 = ANCHOR_COLORS[segmentIndex];
|
|
244
|
+
const color2 = ANCHOR_COLORS[segmentIndex + 1];
|
|
245
|
+
return {
|
|
246
|
+
r: Math.round(color1.r + (color2.r - color1.r) * segmentProgress),
|
|
247
|
+
g: Math.round(color1.g + (color2.g - color1.g) * segmentProgress),
|
|
248
|
+
b: Math.round(color1.b + (color2.b - color1.b) * segmentProgress),
|
|
249
|
+
};
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Apply colors to a frame from AnimationFrames
|
|
253
|
+
* - Elephant shading characters (▓▒) get the gradient color with inverse
|
|
254
|
+
* - JUMBO text (█░) gets gray coloring
|
|
255
|
+
* - Box drawing characters get light blue
|
|
256
|
+
*/
|
|
257
|
+
function colorizeFrame(frameLines, colorProgress) {
|
|
258
|
+
const elephantColor = getGradientColor(colorProgress);
|
|
259
|
+
const elephantChalk = chalk_1.default.rgb(elephantColor.r, elephantColor.g, elephantColor.b);
|
|
260
|
+
const textChalk = chalk_1.default.rgb(200, 200, 200);
|
|
261
|
+
const boxChalk = chalk_1.default.rgb(155, 233, 248);
|
|
262
|
+
const taglineChalk = chalk_1.default.gray;
|
|
263
|
+
return frameLines.map((line) => {
|
|
264
|
+
let result = '';
|
|
265
|
+
let i = 0;
|
|
266
|
+
while (i < line.length) {
|
|
267
|
+
const char = line[i];
|
|
268
|
+
// Elephant shading characters - apply gradient with inverse
|
|
269
|
+
if (char === '▓' || char === '▒') {
|
|
270
|
+
// Find contiguous elephant characters
|
|
271
|
+
let elephantSegment = '';
|
|
272
|
+
while (i < line.length && (line[i] === '▓' || line[i] === '▒' || line[i] === '█')) {
|
|
273
|
+
// Check if this is elephant (near other shading) or JUMBO text
|
|
274
|
+
const nearbyContext = line.slice(Math.max(0, i - 3), Math.min(line.length, i + 4));
|
|
275
|
+
const hasShading = nearbyContext.includes('▓') || nearbyContext.includes('▒');
|
|
276
|
+
if (line[i] === '█' && !hasShading) {
|
|
277
|
+
break; // This is JUMBO text, not elephant
|
|
278
|
+
}
|
|
279
|
+
elephantSegment += line[i];
|
|
280
|
+
i++;
|
|
281
|
+
}
|
|
282
|
+
result += elephantChalk.inverse(elephantSegment);
|
|
283
|
+
}
|
|
284
|
+
// JUMBO text block characters
|
|
285
|
+
else if (char === '█' || char === '░') {
|
|
286
|
+
let textSegment = '';
|
|
287
|
+
while (i < line.length && (line[i] === '█' || line[i] === '░')) {
|
|
288
|
+
textSegment += line[i];
|
|
289
|
+
i++;
|
|
290
|
+
}
|
|
291
|
+
result += textChalk(textSegment);
|
|
292
|
+
}
|
|
293
|
+
// Box drawing characters
|
|
294
|
+
else if ('╭╮╰╯│─'.includes(char)) {
|
|
295
|
+
result += boxChalk(char);
|
|
296
|
+
i++;
|
|
297
|
+
}
|
|
298
|
+
// Detect start of tagline text
|
|
299
|
+
else if (char === 'A' && line.slice(i).startsWith('AI memory like an elephant')) {
|
|
300
|
+
const tagline = 'AI memory like an elephant';
|
|
301
|
+
result += taglineChalk(tagline);
|
|
302
|
+
i += tagline.length;
|
|
303
|
+
}
|
|
304
|
+
// Other characters (spaces, text)
|
|
305
|
+
else {
|
|
306
|
+
result += char;
|
|
307
|
+
i++;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
return result;
|
|
311
|
+
});
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* Show animated elephant walk banner using pre-defined frames
|
|
315
|
+
* Elephant walks from left to right and back, "painting" JUMBO on return
|
|
316
|
+
*
|
|
317
|
+
* @param content - Content lines to display after animation completes
|
|
318
|
+
* @param projectName - Optional project name to display in info box
|
|
319
|
+
* @param version - CLI version string
|
|
320
|
+
*/
|
|
321
|
+
async function showElephantWalkBanner(content, projectName = null, version = "") {
|
|
322
|
+
if (!process.stdout.isTTY) {
|
|
323
|
+
// Fall back to static banner in non-TTY mode
|
|
324
|
+
console.error("This should not have been called by a non-TTY process.");
|
|
325
|
+
return;
|
|
326
|
+
}
|
|
327
|
+
const totalFrames = (0, AnimationFrames_js_1.getFrameCount)();
|
|
328
|
+
const midPoint = Math.floor(totalFrames / 2); // ~73, where elephant reaches far right
|
|
329
|
+
// Build all animation frames with colors
|
|
330
|
+
const coloredFrames = [];
|
|
331
|
+
for (let i = 0; i < totalFrames; i++) {
|
|
332
|
+
const rawFrame = (0, AnimationFrames_js_1.getAnimationFrame)(i, version, projectName);
|
|
333
|
+
// Calculate color progress:
|
|
334
|
+
// Forward (0 to midPoint): 0 -> 1 (blue to red)
|
|
335
|
+
// Return (midPoint to end): 1 -> 0 (red to blue)
|
|
336
|
+
let colorProgress;
|
|
337
|
+
if (i <= midPoint) {
|
|
338
|
+
colorProgress = i / midPoint;
|
|
339
|
+
}
|
|
340
|
+
else {
|
|
341
|
+
colorProgress = 1 - (i - midPoint) / (totalFrames - midPoint - 1);
|
|
342
|
+
}
|
|
343
|
+
const coloredFrame = colorizeFrame(rawFrame, colorProgress);
|
|
344
|
+
coloredFrames.push(coloredFrame);
|
|
345
|
+
}
|
|
346
|
+
// Build complete frames with spacing and content
|
|
347
|
+
const completeFrames = coloredFrames.map((frame, frameIndex) => {
|
|
348
|
+
const isLastFrame = frameIndex === coloredFrames.length - 1;
|
|
349
|
+
return [
|
|
350
|
+
"", // Spacer line
|
|
351
|
+
"", // Spacer line
|
|
352
|
+
...frame,
|
|
353
|
+
"", // Spacer line
|
|
354
|
+
...(isLastFrame ? content : []), // Only add content to the final frame
|
|
355
|
+
"", // Spacer line
|
|
356
|
+
"", // Spacer line
|
|
357
|
+
];
|
|
358
|
+
});
|
|
359
|
+
// Optimized animation playback
|
|
360
|
+
process.stdout.write('\x1b[?25l'); // Hide cursor
|
|
361
|
+
console.clear();
|
|
362
|
+
// Pre-compute all frame buffers as complete strings
|
|
363
|
+
const frameBuffers = completeFrames.map(frame => frame.join('\n'));
|
|
364
|
+
for (let i = 0; i < frameBuffers.length; i++) {
|
|
365
|
+
const buffer = frameBuffers[i];
|
|
366
|
+
process.stdout.write('\x1b[H'); // Move cursor to top
|
|
367
|
+
process.stdout.write(buffer);
|
|
368
|
+
// Sub-millisecond delay using busy-wait for smooth animation
|
|
369
|
+
const delayMicroseconds = 9000; // 8ms per frame
|
|
370
|
+
const start = performance.now();
|
|
371
|
+
while (performance.now() - start < delayMicroseconds / 1000) {
|
|
372
|
+
// busy wait
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
// Position cursor at end
|
|
376
|
+
const finalFrameHeight = completeFrames[completeFrames.length - 1].length;
|
|
377
|
+
process.stdout.write(`\x1b[${finalFrameHeight}H`); // Move to last line
|
|
378
|
+
console.log(''); // Add newline at the end
|
|
379
|
+
// Show cursor again
|
|
380
|
+
process.stdout.write('\x1b[?25h'); // Show cursor
|
|
381
|
+
}
|
|
382
|
+
//# sourceMappingURL=AnimatedBanner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnimatedBanner.js","sourceRoot":"","sources":["../../../../../src/presentation/cli/shared/components/AnimatedBanner.ts"],"names":[],"mappings":"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"}
|