jumbo-cli 2.11.1 → 2.13.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/assets/skills/decompose-architecture-aggregate/SKILL.md +67 -0
- package/dist/application/context/architecture/ArchitectureDeprecationConstants.d.ts +30 -0
- package/dist/application/context/architecture/ArchitectureDeprecationConstants.d.ts.map +1 -0
- package/dist/application/context/architecture/ArchitectureDeprecationConstants.js +29 -0
- package/dist/application/context/architecture/ArchitectureDeprecationConstants.js.map +1 -0
- package/dist/application/context/architecture/ArchitectureView.d.ts +1 -0
- package/dist/application/context/architecture/ArchitectureView.d.ts.map +1 -1
- package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.d.ts.map +1 -1
- package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.js +3 -0
- package/dist/application/context/architecture/define/LocalDefineArchitectureGateway.js.map +1 -1
- package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.d.ts +15 -0
- package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.d.ts.map +1 -0
- package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js +20 -0
- package/dist/application/context/architecture/deprecate/ArchitectureDeprecatedEventHandler.js.map +1 -0
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.d.ts +9 -0
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.d.ts.map +1 -0
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.js +3 -0
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedEventWriter.js.map +1 -0
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.d.ts +9 -0
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.d.ts.map +1 -0
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.js +3 -0
- package/dist/application/context/architecture/deprecate/IArchitectureDeprecatedProjector.js.map +1 -0
- package/dist/application/context/goals/IGoalTitleReader.d.ts +9 -0
- package/dist/application/context/goals/IGoalTitleReader.d.ts.map +1 -0
- package/dist/application/context/goals/IGoalTitleReader.js +3 -0
- package/dist/application/context/goals/IGoalTitleReader.js.map +1 -0
- package/dist/application/context/goals/get/GoalContext.d.ts +1 -3
- package/dist/application/context/goals/get/GoalContext.d.ts.map +1 -1
- package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.d.ts +10 -0
- package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.d.ts.map +1 -0
- package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.js +3 -0
- package/dist/application/context/relations/discover/IRelationDiscoveryGoalRegistrar.js.map +1 -0
- package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.d.ts +9 -0
- package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.d.ts.map +1 -0
- package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.js +14 -0
- package/dist/application/context/relations/discover/NoOpRelationDiscoveryGoalRegistrar.js.map +1 -0
- package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.d.ts +14 -0
- package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.d.ts.map +1 -0
- package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.js +35 -0
- package/dist/application/context/relations/discover/RelationDiscoveryEventHandler.js.map +1 -0
- package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.d.ts +20 -0
- package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.d.ts.map +1 -0
- package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.js +48 -0
- package/dist/application/context/relations/discover/RelationDiscoveryGoalRegistrar.js.map +1 -0
- package/dist/application/context/sessions/SessionInstructionSignal.d.ts +1 -0
- package/dist/application/context/sessions/SessionInstructionSignal.d.ts.map +1 -1
- package/dist/application/context/sessions/SessionInstructionSignal.js +1 -0
- package/dist/application/context/sessions/SessionInstructionSignal.js.map +1 -1
- package/dist/application/context/sessions/start/LocalStartSessionGateway.d.ts +3 -1
- package/dist/application/context/sessions/start/LocalStartSessionGateway.d.ts.map +1 -1
- package/dist/application/context/sessions/start/LocalStartSessionGateway.js +14 -6
- package/dist/application/context/sessions/start/LocalStartSessionGateway.js.map +1 -1
- package/dist/application/host/IApplicationContainer.d.ts +4 -0
- package/dist/application/host/IApplicationContainer.d.ts.map +1 -1
- package/dist/domain/architecture/Architecture.d.ts +7 -1
- package/dist/domain/architecture/Architecture.d.ts.map +1 -1
- package/dist/domain/architecture/Architecture.js +24 -0
- package/dist/domain/architecture/Architecture.js.map +1 -1
- package/dist/domain/architecture/Constants.d.ts +3 -0
- package/dist/domain/architecture/Constants.d.ts.map +1 -1
- package/dist/domain/architecture/Constants.js +4 -1
- package/dist/domain/architecture/Constants.js.map +1 -1
- package/dist/domain/architecture/EventIndex.d.ts +3 -1
- package/dist/domain/architecture/EventIndex.d.ts.map +1 -1
- package/dist/domain/architecture/EventIndex.js +1 -0
- package/dist/domain/architecture/EventIndex.js.map +1 -1
- package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.d.ts +15 -0
- package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.d.ts.map +1 -0
- package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.js +9 -0
- package/dist/domain/architecture/deprecate/ArchitectureDeprecatedEvent.js.map +1 -0
- package/dist/infrastructure/context/SqliteGoalContextAssembler.d.ts +2 -4
- package/dist/infrastructure/context/SqliteGoalContextAssembler.d.ts.map +1 -1
- package/dist/infrastructure/context/SqliteGoalContextAssembler.js +5 -9
- package/dist/infrastructure/context/SqliteGoalContextAssembler.js.map +1 -1
- package/dist/infrastructure/context/architecture/SqliteArchitectureReader.d.ts.map +1 -1
- package/dist/infrastructure/context/architecture/SqliteArchitectureReader.js +1 -0
- package/dist/infrastructure/context/architecture/SqliteArchitectureReader.js.map +1 -1
- package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.d.ts.map +1 -1
- package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.js +1 -0
- package/dist/infrastructure/context/architecture/define/SqliteArchitectureDefinedProjector.js.map +1 -1
- package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.d.ts +10 -0
- package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.d.ts.map +1 -0
- package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js +14 -0
- package/dist/infrastructure/context/architecture/deprecate/FsArchitectureDeprecatedEventStore.js.map +1 -0
- package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.d.ts +12 -0
- package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.d.ts.map +1 -0
- package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js +21 -0
- package/dist/infrastructure/context/architecture/deprecate/SqliteArchitectureDeprecatedProjector.js.map +1 -0
- package/dist/infrastructure/context/architecture/migrations/003-add-deprecated-column.sql +4 -0
- package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.d.ts.map +1 -1
- package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.js +1 -0
- package/dist/infrastructure/context/architecture/update/SqliteArchitectureUpdatedProjector.js.map +1 -1
- package/dist/infrastructure/context/goals/SqliteGoalStatusReader.d.ts +3 -1
- package/dist/infrastructure/context/goals/SqliteGoalStatusReader.d.ts.map +1 -1
- package/dist/infrastructure/context/goals/SqliteGoalStatusReader.js +6 -0
- package/dist/infrastructure/context/goals/SqliteGoalStatusReader.js.map +1 -1
- package/dist/infrastructure/host/HostBuilder.d.ts.map +1 -1
- package/dist/infrastructure/host/HostBuilder.js +21 -2
- package/dist/infrastructure/host/HostBuilder.js.map +1 -1
- package/dist/infrastructure/messaging/ProjectionBusFactory.d.ts.map +1 -1
- package/dist/infrastructure/messaging/ProjectionBusFactory.js +3 -0
- package/dist/infrastructure/messaging/ProjectionBusFactory.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/define/architecture.define.d.ts +4 -3
- package/dist/presentation/cli/commands/architecture/define/architecture.define.d.ts.map +1 -1
- package/dist/presentation/cli/commands/architecture/define/architecture.define.js +15 -24
- package/dist/presentation/cli/commands/architecture/define/architecture.define.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/update/architecture.update.d.ts +4 -3
- package/dist/presentation/cli/commands/architecture/update/architecture.update.d.ts.map +1 -1
- package/dist/presentation/cli/commands/architecture/update/architecture.update.js +17 -30
- package/dist/presentation/cli/commands/architecture/update/architecture.update.js.map +1 -1
- package/dist/presentation/cli/commands/architecture/view/architecture.view.d.ts +1 -1
- package/dist/presentation/cli/commands/architecture/view/architecture.view.d.ts.map +1 -1
- package/dist/presentation/cli/commands/architecture/view/architecture.view.js +32 -17
- package/dist/presentation/cli/commands/architecture/view/architecture.view.js.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.js +52 -0
- package/dist/presentation/cli/commands/audience-pains/list/AudiencePainListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.js +9 -33
- package/dist/presentation/cli/commands/audience-pains/list/audiencePains.list.js.map +1 -1
- package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.js +53 -0
- package/dist/presentation/cli/commands/audiences/list/AudienceListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/audiences/list/audiences.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/audiences/list/audiences.list.js +9 -33
- package/dist/presentation/cli/commands/audiences/list/audiences.list.js.map +1 -1
- package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.js +62 -0
- package/dist/presentation/cli/commands/components/list/ComponentListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/components/list/components.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/components/list/components.list.js +9 -48
- package/dist/presentation/cli/commands/components/list/components.list.js.map +1 -1
- package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.js +16 -11
- package/dist/presentation/cli/commands/components/search/ComponentSearchOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/search/components.search.js +1 -1
- package/dist/presentation/cli/commands/components/search/components.search.js.map +1 -1
- package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.js +42 -21
- package/dist/presentation/cli/commands/components/show/ComponentShowOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.js +12 -2
- package/dist/presentation/cli/commands/components/undeprecate/ComponentUndeprecateOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.js +73 -0
- package/dist/presentation/cli/commands/decisions/list/DecisionListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/decisions/list/decisions.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/decisions/list/decisions.list.js +9 -55
- package/dist/presentation/cli/commands/decisions/list/decisions.list.js.map +1 -1
- package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.js +11 -2
- package/dist/presentation/cli/commands/decisions/restore/DecisionRestoreOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.js +67 -0
- package/dist/presentation/cli/commands/dependencies/list/DependencyListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/dependencies/list/dependencies.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/dependencies/list/dependencies.list.js +21 -71
- package/dist/presentation/cli/commands/dependencies/list/dependencies.list.js.map +1 -1
- package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.js +25 -4
- package/dist/presentation/cli/commands/evolve/EvolveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.js +15 -4
- package/dist/presentation/cli/commands/goals/add/GoalAddOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.js +18 -21
- package/dist/presentation/cli/commands/goals/approve/GoalApproveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/approve/goal.approve.js +1 -1
- package/dist/presentation/cli/commands/goals/approve/goal.approve.js.map +1 -1
- package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.js +12 -6
- package/dist/presentation/cli/commands/goals/block/GoalBlockOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/block/goal.block.js +1 -1
- package/dist/presentation/cli/commands/goals/block/goal.block.js.map +1 -1
- package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.js +25 -11
- package/dist/presentation/cli/commands/goals/close/GoalCloseOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/close/goal.close.js +1 -1
- package/dist/presentation/cli/commands/goals/close/goal.close.js.map +1 -1
- package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.js +78 -63
- package/dist/presentation/cli/commands/goals/codify/GoalCodifyOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/codify/goal.codify.js +1 -1
- package/dist/presentation/cli/commands/goals/codify/goal.codify.js.map +1 -1
- package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.js +13 -5
- package/dist/presentation/cli/commands/goals/commit/GoalCommitOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/commit/goal.commit.js +1 -1
- package/dist/presentation/cli/commands/goals/commit/goal.commit.js.map +1 -1
- package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.js +20 -10
- package/dist/presentation/cli/commands/goals/list/GoalListOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.js +14 -8
- package/dist/presentation/cli/commands/goals/pause/GoalPauseOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/pause/goal.pause.js +2 -2
- package/dist/presentation/cli/commands/goals/pause/goal.pause.js.map +1 -1
- package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.js +19 -20
- package/dist/presentation/cli/commands/goals/qualify/GoalQualifyOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/qualify/goal.qualify.js +1 -1
- package/dist/presentation/cli/commands/goals/qualify/goal.qualify.js.map +1 -1
- package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.js +25 -23
- package/dist/presentation/cli/commands/goals/refine/GoalRefineOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/refine/goal.refine.js +6 -5
- package/dist/presentation/cli/commands/goals/refine/goal.refine.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.js +23 -23
- package/dist/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reject/goal.reject.js +1 -1
- package/dist/presentation/cli/commands/goals/reject/goal.reject.js.map +1 -1
- package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.js +12 -6
- package/dist/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/remove/goal.remove.js +1 -1
- package/dist/presentation/cli/commands/goals/remove/goal.remove.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.js +13 -7
- package/dist/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/reset/goal.reset.js +1 -1
- package/dist/presentation/cli/commands/goals/reset/goal.reset.js.map +1 -1
- package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.js +62 -76
- package/dist/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/resume/goal.resume.js +2 -2
- package/dist/presentation/cli/commands/goals/resume/goal.resume.js.map +1 -1
- package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.js +73 -78
- package/dist/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/review/goal.review.js +1 -1
- package/dist/presentation/cli/commands/goals/review/goal.review.js.map +1 -1
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.d.ts +1 -9
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js +57 -132
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/show/goal.show.js +1 -1
- package/dist/presentation/cli/commands/goals/show/goal.show.js.map +1 -1
- package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.js +58 -71
- package/dist/presentation/cli/commands/goals/start/GoalStartOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/start/goal.start.js +2 -2
- package/dist/presentation/cli/commands/goals/start/goal.start.js.map +1 -1
- package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.js +15 -14
- package/dist/presentation/cli/commands/goals/submit/GoalSubmitOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/submit/goal.submit.js +1 -1
- package/dist/presentation/cli/commands/goals/submit/goal.submit.js.map +1 -1
- package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.js +14 -2
- package/dist/presentation/cli/commands/goals/unblock/GoalUnblockOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/unblock/goal.unblock.js +2 -2
- package/dist/presentation/cli/commands/goals/unblock/goal.unblock.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.js +10 -2
- package/dist/presentation/cli/commands/goals/update/GoalUpdateOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update/goal.update.js +4 -4
- package/dist/presentation/cli/commands/goals/update/goal.update.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.js +16 -8
- package/dist/presentation/cli/commands/goals/update-progress/GoalUpdateProgressOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/goals/update-progress/goal.update-progress.js +1 -1
- package/dist/presentation/cli/commands/goals/update-progress/goal.update-progress.js.map +1 -1
- package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.js +57 -0
- package/dist/presentation/cli/commands/guidelines/list/GuidelineListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/guidelines/list/guidelines.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/guidelines/list/guidelines.list.js +9 -27
- package/dist/presentation/cli/commands/guidelines/list/guidelines.list.js.map +1 -1
- package/dist/presentation/cli/commands/heal/HealOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/heal/HealOutputBuilder.js +18 -6
- package/dist/presentation/cli/commands/heal/HealOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/host/workers/worker.view.d.ts.map +1 -1
- package/dist/presentation/cli/commands/host/workers/worker.view.js +10 -4
- package/dist/presentation/cli/commands/host/workers/worker.view.js.map +1 -1
- package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.js +53 -0
- package/dist/presentation/cli/commands/invariants/list/InvariantListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/invariants/list/invariants.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/invariants/list/invariants.list.js +9 -23
- package/dist/presentation/cli/commands/invariants/list/invariants.list.js.map +1 -1
- package/dist/presentation/cli/commands/project/init/project.init.js +8 -8
- package/dist/presentation/cli/commands/project/init/project.init.js.map +1 -1
- package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.d.ts +13 -0
- package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.js +64 -0
- package/dist/presentation/cli/commands/relations/list/RelationListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/relations/list/relations.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/relations/list/relations.list.js +15 -37
- package/dist/presentation/cli/commands/relations/list/relations.list.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.js +61 -0
- package/dist/presentation/cli/commands/sessions/list/SessionListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/sessions/list/sessions.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/sessions/list/sessions.list.js +9 -47
- package/dist/presentation/cli/commands/sessions/list/sessions.list.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.d.ts +1 -0
- package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.js +13 -1
- package/dist/presentation/cli/commands/sessions/start/SessionContextOutputBuilder.js.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.d.ts +9 -0
- package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.d.ts.map +1 -0
- package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.js +59 -0
- package/dist/presentation/cli/commands/value-propositions/list/ValueListOutputBuilder.js.map +1 -0
- package/dist/presentation/cli/commands/value-propositions/list/values.list.d.ts.map +1 -1
- package/dist/presentation/cli/commands/value-propositions/list/values.list.js +9 -32
- package/dist/presentation/cli/commands/value-propositions/list/values.list.js.map +1 -1
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.d.ts.map +1 -1
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js +12 -15
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js.map +1 -1
- package/dist/presentation/cli/rendering/OutputLayout.d.ts +39 -0
- package/dist/presentation/cli/rendering/OutputLayout.d.ts.map +1 -0
- package/dist/presentation/cli/rendering/OutputLayout.js +81 -0
- package/dist/presentation/cli/rendering/OutputLayout.js.map +1 -0
- package/package.json +1 -1
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GoalReviewOutputBuilder = void 0;
|
|
4
4
|
const TerminalOutputBuilder_js_1 = require("../../../output/TerminalOutputBuilder.js");
|
|
5
|
+
const StyleConfig_js_1 = require("../../../rendering/StyleConfig.js");
|
|
6
|
+
const OutputLayout_js_1 = require("../../../rendering/OutputLayout.js");
|
|
5
7
|
/**
|
|
6
8
|
* Specialized builder for goal.review command output.
|
|
7
9
|
* Encapsulates all output rendering for the review goal command.
|
|
@@ -21,125 +23,118 @@ class GoalReviewOutputBuilder {
|
|
|
21
23
|
this.builder.reset();
|
|
22
24
|
const goal = response.criteria.goal;
|
|
23
25
|
const context = response.criteria.context;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
const lines = [];
|
|
27
|
+
// Header
|
|
28
|
+
lines.push('');
|
|
29
|
+
lines.push((0, OutputLayout_js_1.heading)("Goal Review Instructions"));
|
|
30
|
+
lines.push(...(0, OutputLayout_js_1.wrapContent)("You are the quality assurance specialist tasked with reviewing the goal (outlined below) implementation. The implementation MUST NOT HAVE DEVIATED from the instructions."));
|
|
31
|
+
lines.push(...(0, OutputLayout_js_1.wrapContent)("Your (the specialist's) skills are that of the perfect software engineer - the amalgamation of Robert C. Martin, Martin Fowler, and Eric Evans."));
|
|
32
|
+
lines.push(...(0, OutputLayout_js_1.wrapContent)("You expect perfect, efficient, secure, and well-documented code."));
|
|
33
|
+
lines.push(...(0, OutputLayout_js_1.wrapContent)("You are now in QA mode. Verify the implementation against the details below."));
|
|
34
|
+
lines.push(...(0, OutputLayout_js_1.wrapContent)("Report and fix any failures."));
|
|
35
|
+
lines.push((0, OutputLayout_js_1.divider)());
|
|
36
|
+
lines.push('');
|
|
32
37
|
// Objective and Success Criteria
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
lines.push((0, OutputLayout_js_1.heading)("Objective"));
|
|
39
|
+
lines.push((0, OutputLayout_js_1.contentLine)(`'${goal.objective}'`));
|
|
40
|
+
lines.push((0, OutputLayout_js_1.heading)("Success Criteria"));
|
|
35
41
|
goal.successCriteria.forEach((c) => {
|
|
36
|
-
|
|
42
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(c));
|
|
37
43
|
});
|
|
38
|
-
|
|
39
|
-
|
|
44
|
+
lines.push('');
|
|
45
|
+
lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: Does the implementation succeed in fulfilling the objective and these specific criteria and adhere to the instructions below?"));
|
|
46
|
+
lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If ANY criteria are NOT met, then note the issues for goal rejection."));
|
|
40
47
|
// Scope (if scoped)
|
|
41
48
|
if (this.isScoped(response)) {
|
|
42
|
-
|
|
49
|
+
lines.push('');
|
|
43
50
|
if (goal.scopeIn && goal.scopeIn.length > 0) {
|
|
44
|
-
|
|
51
|
+
lines.push((0, OutputLayout_js_1.heading)("Scope: In"));
|
|
45
52
|
goal.scopeIn.forEach((item) => {
|
|
46
|
-
|
|
53
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(item));
|
|
47
54
|
});
|
|
48
|
-
|
|
49
|
-
|
|
55
|
+
lines.push('');
|
|
56
|
+
lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: The implementation stayed within the defined scope."));
|
|
57
|
+
lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any work was done outside the defined scope, then note the issues for goal rejection."));
|
|
50
58
|
}
|
|
51
59
|
if (goal.scopeOut && goal.scopeOut.length > 0) {
|
|
52
|
-
|
|
60
|
+
lines.push((0, OutputLayout_js_1.heading)("Scope: Out"));
|
|
53
61
|
goal.scopeOut.forEach((item) => {
|
|
54
|
-
|
|
62
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(item));
|
|
55
63
|
});
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
// Architecture
|
|
61
|
-
if (context.architecture) {
|
|
62
|
-
output += "\n\n### Solution Architecture:\n" +
|
|
63
|
-
`High-level Description: ${context.architecture.description}\n\n` +
|
|
64
|
-
`Organization Style: ${context.architecture.organization}\n\n` +
|
|
65
|
-
"\nVERIFY: Namespaces (directory structures) and file names introduced by you (the developer) maintain the solution's architectural organization style.\n" +
|
|
66
|
-
`INSTRUCTION: If any namespaces or file names do not maintain the solution's architectural organization style, then note the issues for goal rejection.`;
|
|
67
|
-
if (context.architecture.patterns && context.architecture.patterns.length > 0) {
|
|
68
|
-
output += "\n\n#### Design Patterns:\n";
|
|
69
|
-
context.architecture.patterns.forEach((pattern) => {
|
|
70
|
-
output += `- ${pattern}\n`;
|
|
71
|
-
});
|
|
72
|
-
output += "\nVERIFY: You (the developer) leveraged these architectural patterns where applicable.\n" +
|
|
73
|
-
"If the goal does not fit a prescribed pattern, then did you register the new architecture pattern with jumbo. Run 'jumbo architecture update --help' for further instructions.\n" +
|
|
74
|
-
"New patterns MUST not conflict with existing patterns. For example, if the solution uses a layered architecture pattern, then you MUST NOT introduce a microservices pattern.\n" +
|
|
75
|
-
`INSTRUCTION: If any architectural patterns were not leveraged or new patterns conflict with existing ones, then note the issues for goal rejection.`;
|
|
76
|
-
}
|
|
77
|
-
if (context.architecture.principles && context.architecture.principles.length > 0) {
|
|
78
|
-
output += "\n\n#### Principles:\n";
|
|
79
|
-
context.architecture.principles.forEach((principle) => {
|
|
80
|
-
output += `- ${principle}\n`;
|
|
81
|
-
});
|
|
82
|
-
output += "\nVERIFY: Artifacts created by you (the developer) directly reflect these principles.\n" +
|
|
83
|
-
`INSTRUCTION: If any artifacts do not reflect these principles, then note the issues for goal rejection.`;
|
|
64
|
+
lines.push('');
|
|
65
|
+
lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: The implementation did not overlap these items."));
|
|
66
|
+
lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any work overlapped these items, then note the issues for goal rejection."));
|
|
84
67
|
}
|
|
85
68
|
}
|
|
86
69
|
// Components
|
|
87
70
|
if (context.components.length > 0) {
|
|
88
|
-
|
|
71
|
+
lines.push('');
|
|
72
|
+
lines.push((0, OutputLayout_js_1.heading)("Relevant Components"));
|
|
89
73
|
context.components.forEach((c) => {
|
|
90
|
-
|
|
74
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${c.entity.name}: ${c.entity.description}`));
|
|
91
75
|
});
|
|
92
|
-
|
|
93
|
-
|
|
76
|
+
lines.push('');
|
|
77
|
+
lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: These components were considered in the implementation."));
|
|
78
|
+
lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any components were not considered, then note the issues for goal rejection."));
|
|
94
79
|
}
|
|
95
80
|
// Dependencies
|
|
96
81
|
if (context.dependencies.length > 0) {
|
|
97
|
-
|
|
82
|
+
lines.push('');
|
|
83
|
+
lines.push((0, OutputLayout_js_1.heading)("Relevant Dependencies"));
|
|
98
84
|
context.dependencies.forEach((d) => {
|
|
99
85
|
const version = d.entity.versionConstraint ? `@${d.entity.versionConstraint}` : "";
|
|
100
86
|
const purpose = d.entity.contract || d.entity.endpoint || "External dependency";
|
|
101
|
-
|
|
87
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${d.entity.ecosystem}:${d.entity.packageName}${version} (${d.entity.name}): ${purpose}`));
|
|
102
88
|
});
|
|
103
|
-
|
|
104
|
-
|
|
89
|
+
lines.push('');
|
|
90
|
+
lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: These dependencies are considered in the implementation."));
|
|
91
|
+
lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any dependencies were not considered, then note the issues for goal rejection."));
|
|
105
92
|
}
|
|
106
93
|
// Decisions
|
|
107
94
|
if (context.decisions.length > 0) {
|
|
108
|
-
|
|
95
|
+
lines.push('');
|
|
96
|
+
lines.push((0, OutputLayout_js_1.heading)("Relevant Decisions"));
|
|
109
97
|
context.decisions.forEach((d) => {
|
|
110
|
-
|
|
98
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${d.entity.title}: ${d.entity.rationale}`));
|
|
111
99
|
});
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
100
|
+
lines.push('');
|
|
101
|
+
lines.push((0, OutputLayout_js_1.contentLine)("NOTE: The solution may contain artifacts that reflect previous design decisions."));
|
|
102
|
+
lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: These design decisions are reflected in the implementation and ensure the trajectory of the solution is consistent."));
|
|
103
|
+
lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If any design decisions are not reflected or the trajectory is inconsistent, then note the issues for goal rejection."));
|
|
115
104
|
}
|
|
116
105
|
// Invariants
|
|
117
106
|
if (context.invariants.length > 0) {
|
|
118
|
-
|
|
107
|
+
lines.push('');
|
|
108
|
+
lines.push((0, OutputLayout_js_1.heading)("Invariants"));
|
|
119
109
|
context.invariants.forEach((inv) => {
|
|
120
|
-
|
|
110
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${inv.entity.title}: ${inv.entity.description}`));
|
|
121
111
|
});
|
|
122
|
-
|
|
123
|
-
|
|
112
|
+
lines.push('');
|
|
113
|
+
lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: The implementation adheres to ALL of these invariants."));
|
|
114
|
+
lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If the implementation does not adhere to any of these invariants, then note the issues for goal rejection."));
|
|
124
115
|
}
|
|
125
116
|
// Guidelines
|
|
126
117
|
if (context.guidelines.length > 0) {
|
|
127
|
-
|
|
118
|
+
lines.push('');
|
|
119
|
+
lines.push((0, OutputLayout_js_1.heading)("Guidelines"));
|
|
128
120
|
context.guidelines.forEach((g) => {
|
|
129
|
-
|
|
121
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(`${g.entity.category}: ${g.entity.description}`));
|
|
130
122
|
});
|
|
131
|
-
|
|
132
|
-
|
|
123
|
+
lines.push('');
|
|
124
|
+
lines.push((0, OutputLayout_js_1.contentLine)("VERIFY: The implementation follows these guidelines."));
|
|
125
|
+
lines.push((0, OutputLayout_js_1.contentLine)("INSTRUCTION: If the implementation does not follow any of these guidelines, then note the issues for goal rejection."));
|
|
133
126
|
}
|
|
134
127
|
// Final instructions
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
128
|
+
lines.push('');
|
|
129
|
+
lines.push((0, OutputLayout_js_1.divider)());
|
|
130
|
+
lines.push((0, OutputLayout_js_1.heading)("Next Steps"));
|
|
131
|
+
lines.push((0, OutputLayout_js_1.contentLine)("If ALL criteria are met:"));
|
|
132
|
+
lines.push((0, OutputLayout_js_1.contentLine)(` Run: jumbo goal approve --id ${response.goalId}`));
|
|
133
|
+
lines.push('');
|
|
134
|
+
lines.push((0, OutputLayout_js_1.contentLine)("If ANY criteria are NOT met:"));
|
|
135
|
+
lines.push((0, OutputLayout_js_1.contentLine)(` Note the issues and reject the goal: jumbo goal reject --id ${response.goalId} --audit-findings <findings>`));
|
|
136
|
+
lines.push((0, OutputLayout_js_1.divider)());
|
|
137
|
+
this.builder.addPrompt(lines.join('\n'));
|
|
143
138
|
return this.builder.build();
|
|
144
139
|
}
|
|
145
140
|
/**
|
|
@@ -148,7 +143,7 @@ class GoalReviewOutputBuilder {
|
|
|
148
143
|
*/
|
|
149
144
|
buildFailureError(error) {
|
|
150
145
|
this.builder.reset();
|
|
151
|
-
this.builder.addPrompt("
|
|
146
|
+
this.builder.addPrompt(`${StyleConfig_js_1.Symbols.cross} ${StyleConfig_js_1.Colors.error("Failed to submit goal for review")}`);
|
|
152
147
|
this.builder.addData({
|
|
153
148
|
message: error instanceof Error ? error.message : error
|
|
154
149
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalReviewOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.ts"],"names":[],"mappings":";;;AAAA,uFAAiF;
|
|
1
|
+
{"version":3,"file":"GoalReviewOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goal.review.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/goal.review.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAkCH,gCA6BC;AA3DD,gEAA0D;AAE1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,qCAAqC;IAClD,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;KACF;IACD,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE;QACR;YACE,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"goal.review.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/goal.review.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAkCH,gCA6BC;AA3DD,gEAA0D;AAE1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,qCAAqC;IAClD,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;KACF;IACD,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,+BAA+B;YACxC,WAAW,EAAE,qCAAqC;SACnD;KACF;IACD,OAAO,EAAE,CAAC,aAAa,EAAE,cAAc,EAAE,aAAa,CAAC;CACxD,CAAC;AAEF;;;GAGG;AACI,KAAK,UAAU,UAAU,CAC9B,OAAuB,EACvB,SAAgC;IAEhC,MAAM,QAAQ,GAAG,sBAAQ,CAAC,WAAW,EAAE,CAAC;IAExC,IAAI,CAAC;QACH,mCAAmC;QACnC,MAAM,UAAU,GAAG,SAAS,CAAC,oBAAoB,CAAC;QAElD,oBAAoB;QACpB,MAAM,OAAO,GAAsB;YACjC,MAAM,EAAE,OAAO,CAAC,EAAE;SACnB,CAAC;QAEF,oBAAoB;QACpB,MAAM,QAAQ,GAAG,MAAM,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAElD,mDAAmD;QACnD,MAAM,aAAa,GAAG,IAAI,oDAAuB,EAAE,CAAC;QACpD,MAAM,MAAM,GAAG,aAAa,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC;QAEpD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;QACxC,QAAQ,CAAC,OAAO,EAAE,CAAC;IAErB,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,QAAQ,CAAC,KAAK,CAAC,kCAAkC,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QACnG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC"}
|
|
@@ -7,7 +7,7 @@ import { ContextualGoalView } from '../../../../../application/context/goals/get
|
|
|
7
7
|
* Visual language follows the Jumbo design system (mockups/design-system.svg):
|
|
8
8
|
* - BrandColors.jumboBlue accent bar (|) as structural element at x=24
|
|
9
9
|
* - Section headings at x=38, content at x=42, indented at x=54
|
|
10
|
-
* - Only two dividers: after metadata block, before
|
|
10
|
+
* - Only two dividers: after metadata block, before related context band
|
|
11
11
|
* - BrandColors.accentCyan for entity names in Band 2
|
|
12
12
|
* - Static footer with ➤ arrow
|
|
13
13
|
*
|
|
@@ -17,16 +17,8 @@ import { ContextualGoalView } from '../../../../../application/context/goals/get
|
|
|
17
17
|
export declare class GoalShowOutputBuilder {
|
|
18
18
|
private builder;
|
|
19
19
|
constructor();
|
|
20
|
-
private bar;
|
|
21
|
-
private divider;
|
|
22
|
-
private heading;
|
|
23
|
-
private metaField;
|
|
24
|
-
private contentLine;
|
|
25
|
-
private indentLine;
|
|
26
20
|
private formatStatus;
|
|
27
|
-
private wrapContent;
|
|
28
21
|
private wrapContentWithPrefix;
|
|
29
|
-
private wrapBulletContinuation;
|
|
30
22
|
/**
|
|
31
23
|
* Build output for TTY (human-readable formatted text).
|
|
32
24
|
* Renders complete goal details with all fields.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalShowOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/show/GoalShowOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;
|
|
1
|
+
{"version":3,"file":"GoalShowOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/show/GoalShowOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;AAsBxG;;;;;;;;;;;;;GAaG;AACH,qBAAa,qBAAqB;IAChC,OAAO,CAAC,OAAO,CAAwB;;IAMvC,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,qBAAqB;IAmC7B;;;OAGG;IACH,KAAK,CAAC,cAAc,EAAE,kBAAkB,GAAG,cAAc;IAyLzD;;;OAGG;IACH,qBAAqB,CAAC,cAAc,EAAE,kBAAkB,GAAG,cAAc;IAoCzE;;;OAGG;IACH,sBAAsB,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc;IAOtD;;;OAGG;IACH,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,GAAG,cAAc;CAQzD"}
|