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.GoalRejectOutputBuilder = 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.reject command output.
|
|
7
9
|
* Encapsulates all output rendering for the reject goal command.
|
|
@@ -19,32 +21,30 @@ class GoalRejectOutputBuilder {
|
|
|
19
21
|
*/
|
|
20
22
|
buildSuccess(response, continueFlag = false) {
|
|
21
23
|
this.builder.reset();
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
const lines = [];
|
|
25
|
+
lines.push("");
|
|
26
|
+
lines.push((0, OutputLayout_js_1.heading)("Goal Rejected"));
|
|
27
|
+
lines.push((0, OutputLayout_js_1.contentLine)(`${StyleConfig_js_1.Symbols.cross} ${StyleConfig_js_1.Colors.error("QA review failed — returned for rework")}`));
|
|
28
|
+
lines.push("");
|
|
29
|
+
lines.push((0, OutputLayout_js_1.metaField)("Id", StyleConfig_js_1.Colors.muted(response.goalId), 11));
|
|
30
|
+
lines.push((0, OutputLayout_js_1.metaField)("Objective", StyleConfig_js_1.Colors.primary(response.objective), 11));
|
|
31
|
+
lines.push((0, OutputLayout_js_1.metaField)("Status", StyleConfig_js_1.Colors.primary(response.status), 11));
|
|
32
|
+
if (response.nextGoalId) {
|
|
33
|
+
lines.push((0, OutputLayout_js_1.metaField)("Next Goal", StyleConfig_js_1.Colors.muted(response.nextGoalId), 11));
|
|
34
|
+
}
|
|
35
|
+
lines.push("");
|
|
36
|
+
lines.push((0, OutputLayout_js_1.divider)());
|
|
37
|
+
lines.push("");
|
|
38
|
+
lines.push((0, OutputLayout_js_1.heading)("Review Issues"));
|
|
39
|
+
lines.push(...(0, OutputLayout_js_1.wrapContent)(response.reviewIssues));
|
|
40
|
+
this.builder.addPrompt(lines.join("\n"));
|
|
32
41
|
if (continueFlag) {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
` Run: jumbo goal start --id ${response.goalId}`;
|
|
42
|
+
this.builder.addPrompt("\n@LLM: Address the review issues and restart the goal:\n" +
|
|
43
|
+
`Run: jumbo goal start --id ${response.goalId}`);
|
|
36
44
|
}
|
|
37
45
|
else {
|
|
38
|
-
|
|
39
|
-
"The implementing agent should address the review issues.\n" +
|
|
40
|
-
`To restart the goal: jumbo goal start --id ${response.goalId}`;
|
|
41
|
-
}
|
|
42
|
-
if (response.nextGoalId) {
|
|
43
|
-
nextSteps += "\n\nThe next goal in the queue is:\n" +
|
|
44
|
-
` Goal ID: ${response.nextGoalId}`;
|
|
46
|
+
this.builder.addPrompt("\n" + `${OutputLayout_js_1.EDGE}${StyleConfig_js_1.Colors.primary("➤")} ${StyleConfig_js_1.Colors.primary(`To restart: jumbo goal start --id ${response.goalId}`)}`);
|
|
45
47
|
}
|
|
46
|
-
nextSteps += "\n---\n";
|
|
47
|
-
this.builder.addPrompt(nextSteps);
|
|
48
48
|
return this.builder.build();
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
@@ -53,7 +53,7 @@ class GoalRejectOutputBuilder {
|
|
|
53
53
|
*/
|
|
54
54
|
buildFailureError(error) {
|
|
55
55
|
this.builder.reset();
|
|
56
|
-
this.builder.addPrompt("
|
|
56
|
+
this.builder.addPrompt(`${StyleConfig_js_1.Symbols.cross} ${StyleConfig_js_1.Colors.error("Failed to reject goal")}`);
|
|
57
57
|
this.builder.addData({
|
|
58
58
|
message: error instanceof Error ? error.message : error
|
|
59
59
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalRejectOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.ts"],"names":[],"mappings":";;;AAAA,uFAAiF;
|
|
1
|
+
{"version":3,"file":"GoalRejectOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reject/GoalRejectOutputBuilder.ts"],"names":[],"mappings":"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"}
|
|
@@ -31,7 +31,7 @@ exports.metadata = {
|
|
|
31
31
|
options: [CommandMetadata_js_1.CONTINUE_OPTION],
|
|
32
32
|
examples: [
|
|
33
33
|
{
|
|
34
|
-
command: 'jumbo goal reject --id
|
|
34
|
+
command: 'jumbo goal reject --id abc123 --review-issues "Missing error handling in API endpoint"',
|
|
35
35
|
description: "Reject a goal with review issues"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goal.reject.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reject/goal.reject.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAqCH,gCAuBC;AA1DD,0EAAqF;AAErF,gEAA0D;AAC1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,sCAAsC;IACnD,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;QACD;YACE,KAAK,EAAE,8BAA8B;YACrC,WAAW,EAAE,yDAAyD;SACvE;KACF;IACD,OAAO,EAAE,CAAC,oCAAe,CAAC;IAC1B,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"goal.reject.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reject/goal.reject.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAqCH,gCAuBC;AA1DD,0EAAqF;AAErF,gEAA0D;AAC1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,sCAAsC;IACnD,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;QACD;YACE,KAAK,EAAE,8BAA8B;YACrC,WAAW,EAAE,yDAAyD;SACvE;KACF;IACD,OAAO,EAAE,CAAC,oCAAe,CAAC;IAC1B,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,wFAAwF;YACjG,WAAW,EAAE,kCAAkC;SAChD;KACF;IACD,OAAO,EAAE,CAAC,aAAa,EAAE,cAAc,EAAE,YAAY,CAAC;CACvD,CAAC;AAEF;;;GAGG;AACI,KAAK,UAAU,UAAU,CAC9B,OAAiE,EACjE,SAAgC;IAEhC,MAAM,QAAQ,GAAG,sBAAQ,CAAC,WAAW,EAAE,CAAC;IACxC,MAAM,aAAa,GAAG,IAAI,oDAAuB,EAAE,CAAC;IAEpD,IAAI,CAAC;QACH,4BAA4B;QAC5B,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,oBAAoB,CAAC,MAAM,CAAC;YAC3D,MAAM,EAAE,OAAO,CAAC,EAAE;YAClB,YAAY,EAAE,OAAO,CAAC,YAAY;SACnC,CAAC,CAAC;QAEH,mDAAmD;QACnD,MAAM,MAAM,GAAG,aAAa,CAAC,YAAY,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,KAAK,IAAI,CAAC,CAAC;QAC/E,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;IAE1C,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,MAAM,WAAW,GAAG,aAAa,CAAC,iBAAiB,CAAC,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QACpG,QAAQ,CAAC,KAAK,CAAC,WAAW,CAAC,eAAe,EAAE,CAAC,CAAC;QAC9C,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalRemoveOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"GoalRemoveOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAInE;;;;;;GAMG;AACH,qBAAa,uBAAuB;IAClC,OAAO,CAAC,OAAO,CAAwB;;IAMvC;;;OAGG;IACH,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,cAAc;IAc/D;;;OAGG;IACH,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,GAAG,cAAc;CAQzD"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GoalRemoveOutputBuilder = 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.remove command output.
|
|
7
9
|
* Encapsulates all output rendering for the remove goal command.
|
|
@@ -19,11 +21,15 @@ class GoalRemoveOutputBuilder {
|
|
|
19
21
|
*/
|
|
20
22
|
buildSuccess(goalId, objective) {
|
|
21
23
|
this.builder.reset();
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
const lines = [];
|
|
25
|
+
lines.push("");
|
|
26
|
+
lines.push((0, OutputLayout_js_1.heading)("Goal Removed"));
|
|
27
|
+
lines.push((0, OutputLayout_js_1.contentLine)(`${StyleConfig_js_1.Symbols.check} ${StyleConfig_js_1.Colors.success("Goal has been removed")}`));
|
|
28
|
+
lines.push("");
|
|
29
|
+
lines.push((0, OutputLayout_js_1.metaField)("Id", StyleConfig_js_1.Colors.muted(goalId)));
|
|
30
|
+
lines.push((0, OutputLayout_js_1.metaField)("Objective", StyleConfig_js_1.Colors.primary(objective)));
|
|
31
|
+
this.builder.addPrompt(lines.join("\n"));
|
|
32
|
+
this.builder.addData({ goalId, objective });
|
|
27
33
|
return this.builder.build();
|
|
28
34
|
}
|
|
29
35
|
/**
|
|
@@ -32,7 +38,7 @@ class GoalRemoveOutputBuilder {
|
|
|
32
38
|
*/
|
|
33
39
|
buildFailureError(error) {
|
|
34
40
|
this.builder.reset();
|
|
35
|
-
this.builder.addPrompt("
|
|
41
|
+
this.builder.addPrompt(`${StyleConfig_js_1.Symbols.cross} ${StyleConfig_js_1.Colors.error("Failed to remove goal")}`);
|
|
36
42
|
this.builder.addData({
|
|
37
43
|
message: error instanceof Error ? error.message : error
|
|
38
44
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalRemoveOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.ts"],"names":[],"mappings":";;;AAAA,uFAAiF;
|
|
1
|
+
{"version":3,"file":"GoalRemoveOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/remove/GoalRemoveOutputBuilder.ts"],"names":[],"mappings":";;;AAAA,uFAAiF;AAEjF,sEAAoE;AACpE,wEAAqF;AAErF;;;;;;GAMG;AACH,MAAa,uBAAuB;IAGlC;QACE,IAAI,CAAC,OAAO,GAAG,IAAI,gDAAqB,EAAE,CAAC;IAC7C,CAAC;IAED;;;OAGG;IACH,YAAY,CAAC,MAAc,EAAE,SAAiB;QAC5C,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QACrB,MAAM,KAAK,GAAa,EAAE,CAAC;QAC3B,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACf,KAAK,CAAC,IAAI,CAAC,IAAA,yBAAO,EAAC,cAAc,CAAC,CAAC,CAAC;QACpC,KAAK,CAAC,IAAI,CAAC,IAAA,6BAAW,EAAC,GAAG,wBAAO,CAAC,KAAK,IAAI,uBAAM,CAAC,OAAO,CAAC,uBAAuB,CAAC,EAAE,CAAC,CAAC,CAAC;QACvF,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACf,KAAK,CAAC,IAAI,CAAC,IAAA,2BAAS,EAAC,IAAI,EAAE,uBAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;QAClD,KAAK,CAAC,IAAI,CAAC,IAAA,2BAAS,EAAC,WAAW,EAAE,uBAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;QACzC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAC9B,CAAC;IAED;;;OAGG;IACH,iBAAiB,CAAC,KAAqB;QACrC,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QACrB,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,wBAAO,CAAC,KAAK,IAAI,uBAAM,CAAC,KAAK,CAAC,uBAAuB,CAAC,EAAE,CAAC,CAAC;QACpF,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;YACnB,OAAO,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK;SACxD,CAAC,CAAC;QACH,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAC9B,CAAC;CACF;AArCD,0DAqCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goal.remove.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/remove/goal.remove.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAgCH,gCAiBC;AA7CD,gEAA0D;AAC1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,6BAA6B;IAC1C,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"goal.remove.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/remove/goal.remove.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAgCH,gCAiBC;AA7CD,gEAA0D;AAC1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,6BAA6B;IAC1C,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,+BAA+B;YACxC,WAAW,EAAE,eAAe;SAC7B;KACF;IACD,OAAO,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC;CACvC,CAAC;AAEF;;;GAGG;AACI,KAAK,UAAU,UAAU,CAAC,OAAuB,EAAE,SAAgC;IACxF,MAAM,QAAQ,GAAG,sBAAQ,CAAC,WAAW,EAAE,CAAC;IACxC,MAAM,aAAa,GAAG,IAAI,oDAAuB,EAAE,CAAC;IAEpD,IAAI,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,oBAAoB,CAAC,MAAM,CAAC;YAC3D,MAAM,EAAE,OAAO,CAAC,EAAE;SACnB,CAAC,CAAC;QAEH,MAAM,MAAM,GAAG,aAAa,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC/E,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;IAC1C,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,MAAM,MAAM,GAAG,aAAa,CAAC,iBAAiB,CAAC,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QAC/F,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;QACxC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,8CAA8C;AAChD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalResetOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"GoalResetOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAInE;;;;;;GAMG;AACH,qBAAa,sBAAsB;IACjC,OAAO,CAAC,OAAO,CAAwB;;IAMvC;;;OAGG;IACH,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,cAAc;IAe/E;;;OAGG;IACH,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,GAAG,cAAc;CAQzD"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GoalResetOutputBuilder = 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.reset command output.
|
|
7
9
|
* Encapsulates all output rendering for the reset goal command.
|
|
@@ -19,12 +21,16 @@ class GoalResetOutputBuilder {
|
|
|
19
21
|
*/
|
|
20
22
|
buildSuccess(goalId, objective, status) {
|
|
21
23
|
this.builder.reset();
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
const lines = [];
|
|
25
|
+
lines.push("");
|
|
26
|
+
lines.push((0, OutputLayout_js_1.heading)("Goal Reset"));
|
|
27
|
+
lines.push((0, OutputLayout_js_1.contentLine)(`${StyleConfig_js_1.Symbols.check} ${StyleConfig_js_1.Colors.success(`Goal reset to ${status}`)}`));
|
|
28
|
+
lines.push("");
|
|
29
|
+
lines.push((0, OutputLayout_js_1.metaField)("Id", StyleConfig_js_1.Colors.muted(goalId)));
|
|
30
|
+
lines.push((0, OutputLayout_js_1.metaField)("Objective", StyleConfig_js_1.Colors.primary(objective)));
|
|
31
|
+
lines.push((0, OutputLayout_js_1.metaField)("Status", StyleConfig_js_1.Colors.primary(status)));
|
|
32
|
+
this.builder.addPrompt(lines.join("\n"));
|
|
33
|
+
this.builder.addData({ goalId, objective, status });
|
|
28
34
|
return this.builder.build();
|
|
29
35
|
}
|
|
30
36
|
/**
|
|
@@ -33,7 +39,7 @@ class GoalResetOutputBuilder {
|
|
|
33
39
|
*/
|
|
34
40
|
buildFailureError(error) {
|
|
35
41
|
this.builder.reset();
|
|
36
|
-
this.builder.addPrompt("
|
|
42
|
+
this.builder.addPrompt(`${StyleConfig_js_1.Symbols.cross} ${StyleConfig_js_1.Colors.error("Failed to reset goal")}`);
|
|
37
43
|
this.builder.addData({
|
|
38
44
|
message: error instanceof Error ? error.message : error
|
|
39
45
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalResetOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.ts"],"names":[],"mappings":";;;AAAA,uFAAiF;
|
|
1
|
+
{"version":3,"file":"GoalResetOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reset/GoalResetOutputBuilder.ts"],"names":[],"mappings":";;;AAAA,uFAAiF;AAEjF,sEAAoE;AACpE,wEAAqF;AAErF;;;;;;GAMG;AACH,MAAa,sBAAsB;IAGjC;QACE,IAAI,CAAC,OAAO,GAAG,IAAI,gDAAqB,EAAE,CAAC;IAC7C,CAAC;IAED;;;OAGG;IACH,YAAY,CAAC,MAAc,EAAE,SAAiB,EAAE,MAAc;QAC5D,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QACrB,MAAM,KAAK,GAAa,EAAE,CAAC;QAC3B,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACf,KAAK,CAAC,IAAI,CAAC,IAAA,yBAAO,EAAC,YAAY,CAAC,CAAC,CAAC;QAClC,KAAK,CAAC,IAAI,CAAC,IAAA,6BAAW,EAAC,GAAG,wBAAO,CAAC,KAAK,IAAI,uBAAM,CAAC,OAAO,CAAC,iBAAiB,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;QACzF,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;QACf,KAAK,CAAC,IAAI,CAAC,IAAA,2BAAS,EAAC,IAAI,EAAE,uBAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;QAClD,KAAK,CAAC,IAAI,CAAC,IAAA,2BAAS,EAAC,WAAW,EAAE,uBAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;QAC9D,KAAK,CAAC,IAAI,CAAC,IAAA,2BAAS,EAAC,QAAQ,EAAE,uBAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;QACzC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,CAAC;QACpD,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAC9B,CAAC;IAED;;;OAGG;IACH,iBAAiB,CAAC,KAAqB;QACrC,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;QACrB,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,wBAAO,CAAC,KAAK,IAAI,uBAAM,CAAC,KAAK,CAAC,sBAAsB,CAAC,EAAE,CAAC,CAAC;QACnF,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;YACnB,OAAO,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK;SACxD,CAAC,CAAC;QACH,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAC9B,CAAC;CACF;AAtCD,wDAsCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goal.reset.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reset/goal.reset.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAgCH,8BAsBC;AAlDD,gEAA0D;AAC1D,2EAAqE;AAErE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,6CAA6C;IAC1D,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,yBAAyB;SACvC;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"goal.reset.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/reset/goal.reset.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAgCH,8BAsBC;AAlDD,gEAA0D;AAC1D,2EAAqE;AAErE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,6CAA6C;IAC1D,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,yBAAyB;SACvC;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,8BAA8B;YACvC,WAAW,EAAE,wCAAwC;SACtD;KACF;IACD,OAAO,EAAE,CAAC,YAAY,EAAE,cAAc,CAAC;CACxC,CAAC;AAEF;;;GAGG;AACI,KAAK,UAAU,SAAS,CAAC,OAAuB,EAAE,SAAgC;IACvF,MAAM,QAAQ,GAAG,sBAAQ,CAAC,WAAW,EAAE,CAAC;IACxC,MAAM,aAAa,GAAG,IAAI,kDAAsB,EAAE,CAAC;IAEnD,IAAI,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,mBAAmB,CAAC,MAAM,CAAC;YAC1D,MAAM,EAAE,OAAO,CAAC,EAAE;SACnB,CAAC,CAAC;QAEH,kCAAkC;QAClC,MAAM,MAAM,GAAG,aAAa,CAAC,YAAY,CACvC,QAAQ,CAAC,MAAM,EACf,QAAQ,CAAC,SAAS,EAClB,QAAQ,CAAC,MAAM,CAChB,CAAC;QACF,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;IAC1C,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,MAAM,MAAM,GAAG,aAAa,CAAC,iBAAiB,CAAC,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QAC/F,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;QACxC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,8CAA8C;AAChD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalResumeOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;
|
|
1
|
+
{"version":3,"file":"GoalResumeOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;AAIxG;;;;;GAKG;AACH,qBAAa,uBAAuB;IAClC,OAAO,CAAC,OAAO,CAAwB;;IAMvC;;;;;;OAMG;IACH,KAAK,CAAC,cAAc,EAAE,kBAAkB,EAAE,sBAAsB,GAAE,OAAe,GAAG,cAAc;IAgJlG,OAAO,CAAC,QAAQ;CAMjB"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GoalResumeOutputBuilder = void 0;
|
|
4
4
|
const TerminalOutputBuilder_js_1 = require("../../../output/TerminalOutputBuilder.js");
|
|
5
|
+
const OutputLayout_js_1 = require("../../../rendering/OutputLayout.js");
|
|
5
6
|
/**
|
|
6
7
|
* Specialized builder for goal.resume command output.
|
|
7
8
|
* Preserves the existing effective prompt structure that guides LLM implementation.
|
|
@@ -23,118 +24,103 @@ class GoalResumeOutputBuilder {
|
|
|
23
24
|
const goal = contextualView.goal;
|
|
24
25
|
const context = contextualView.context;
|
|
25
26
|
// Opening prompt: Goal Implementation Instructions
|
|
26
|
-
this.builder.addPrompt("
|
|
27
|
-
"You are the developer tasked with implementing the goal outlined below. DO NOT DEVIATE from the instructions
|
|
28
|
-
"You (the developer) are the perfect software engineer - the amalgamation of Robert C. Martin, Martin Fowler, and Eric Evans
|
|
29
|
-
"You write perfect, efficient, secure, and well-documented code.");
|
|
27
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Goal Implementation Instructions") + "\n\n" +
|
|
28
|
+
(0, OutputLayout_js_1.wrapContent)("You are the developer tasked with implementing the goal outlined below. DO NOT DEVIATE from the instructions.").join('\n') + "\n" +
|
|
29
|
+
(0, OutputLayout_js_1.wrapContent)("You (the developer) are the perfect software engineer - the amalgamation of Robert C. Martin, Martin Fowler, and Eric Evans.").join('\n') + "\n" +
|
|
30
|
+
(0, OutputLayout_js_1.wrapContent)("You write perfect, efficient, secure, and well-documented code.").join('\n'));
|
|
30
31
|
// Objective section
|
|
31
|
-
this.builder.addPrompt(
|
|
32
|
-
|
|
32
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Objective") + "\n" +
|
|
33
|
+
(0, OutputLayout_js_1.contentLine)(`'${goal.objective}'`) + "\n\n" +
|
|
34
|
+
(0, OutputLayout_js_1.contentLine)("INSTRUCTION: Your (the developer's) purpose for this goal is to fulfill this objective."));
|
|
33
35
|
// Success Criteria section
|
|
34
|
-
const
|
|
35
|
-
this.builder.addPrompt(
|
|
36
|
-
|
|
36
|
+
const successCriteriaLines = goal.successCriteria.flatMap(c => (0, OutputLayout_js_1.wrapBulletContinuation)(c));
|
|
37
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Success Criteria") + "\n" +
|
|
38
|
+
successCriteriaLines.join('\n') + "\n\n" +
|
|
39
|
+
(0, OutputLayout_js_1.contentLine)("INSTRUCTION: Your (the developer's) success in fulfilling the objective is measured by these specific criteria and adherence to the instructions below."));
|
|
37
40
|
// Progress section (if exists)
|
|
38
41
|
if (goal.progress && goal.progress.length > 0) {
|
|
39
|
-
const
|
|
40
|
-
this.builder.addPrompt(
|
|
41
|
-
|
|
42
|
-
"
|
|
42
|
+
const progressLines = goal.progress.flatMap(p => (0, OutputLayout_js_1.wrapBulletContinuation)(p));
|
|
43
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Current Progress") + "\n" +
|
|
44
|
+
progressLines.join('\n') + "\n\n" +
|
|
45
|
+
(0, OutputLayout_js_1.contentLine)("INSTRUCTION: Implementation of this goal has previously been started.") + "\n" +
|
|
46
|
+
(0, OutputLayout_js_1.contentLine)("Review the current progress to understand what has already been accomplished and continue from there."));
|
|
43
47
|
}
|
|
44
48
|
// Scope section (if scoped)
|
|
45
49
|
if (this.isScoped(contextualView)) {
|
|
46
50
|
if (goal.scopeIn && goal.scopeIn.length > 0) {
|
|
47
|
-
const
|
|
48
|
-
this.builder.addPrompt(
|
|
49
|
-
|
|
51
|
+
const scopeInLines = goal.scopeIn.flatMap(s => (0, OutputLayout_js_1.wrapBulletContinuation)(s));
|
|
52
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Scope: In") + "\n" +
|
|
53
|
+
scopeInLines.join('\n') + "\n\n" +
|
|
54
|
+
(0, OutputLayout_js_1.contentLine)("INSTRUCTION: You (the developer) MUST work within the defined scope."));
|
|
50
55
|
}
|
|
51
56
|
if (goal.scopeOut && goal.scopeOut.length > 0) {
|
|
52
|
-
const
|
|
53
|
-
this.builder.addPrompt(
|
|
54
|
-
|
|
57
|
+
const scopeOutLines = goal.scopeOut.flatMap(s => (0, OutputLayout_js_1.wrapBulletContinuation)(s));
|
|
58
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Scope: Out") + "\n" +
|
|
59
|
+
scopeOutLines.join('\n') + "\n\n" +
|
|
60
|
+
(0, OutputLayout_js_1.contentLine)("INSTRUCTION: Your (the developer) work MUST NOT overlap these items."));
|
|
55
61
|
}
|
|
56
62
|
}
|
|
57
|
-
// Architecture section
|
|
58
|
-
if (context.architecture) {
|
|
59
|
-
const arch = context.architecture;
|
|
60
|
-
let archText = `### Solution Architecture:\nHigh-level Description: ${arch.description}\n` +
|
|
61
|
-
`Organization Style: ${arch.organization}\n\n` +
|
|
62
|
-
"INSTRUCTION: Namespaces (directory structures) and file names introduced by you (the developer) MUST maintain the solution's architectural organization style.";
|
|
63
|
-
if (arch.patterns && arch.patterns.length > 0) {
|
|
64
|
-
const patternsText = arch.patterns.map(p => `- ${p}`).join('\n');
|
|
65
|
-
archText += `\n\n#### Design Patterns:\n${patternsText}\n\n` +
|
|
66
|
-
"INSTRUCTION: You (the developer) MUST must leverage these architectural patterns where applicable.\n" +
|
|
67
|
-
"If the goal does not fit a prescribed pattern, then you MUST register the new architecture pattern with jumbo. Run 'jumbo architecture update --help' for further instructions.\n" +
|
|
68
|
-
"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.";
|
|
69
|
-
}
|
|
70
|
-
if (arch.principles && arch.principles.length > 0) {
|
|
71
|
-
const principlesText = arch.principles.map(p => `- ${p}`).join('\n');
|
|
72
|
-
archText += `\n\n#### Principles:\n${principlesText}\n\n` +
|
|
73
|
-
"INSTRUCTION: Artifacts created by you (the developer) MUST directly reflect these principles.";
|
|
74
|
-
}
|
|
75
|
-
this.builder.addPrompt(archText);
|
|
76
|
-
}
|
|
77
63
|
// Components section
|
|
78
64
|
if (context.components.length > 0) {
|
|
79
|
-
const
|
|
80
|
-
.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
'INSTRUCTION: You (the developer) MUST consider these components while implementing this goal.');
|
|
65
|
+
const componentsLines = context.components
|
|
66
|
+
.flatMap(c => (0, OutputLayout_js_1.wrapBulletContinuation)(`${c.entity.name}: ${c.entity.description}`));
|
|
67
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Relevant Components") + "\n" +
|
|
68
|
+
componentsLines.join('\n') + "\n\n" +
|
|
69
|
+
(0, OutputLayout_js_1.contentLine)('INSTRUCTION: You (the developer) MUST consider these components while implementing this goal.'));
|
|
84
70
|
}
|
|
85
71
|
// Dependencies section
|
|
86
72
|
if (context.dependencies.length > 0) {
|
|
87
|
-
const
|
|
88
|
-
.
|
|
73
|
+
const dependenciesLines = context.dependencies
|
|
74
|
+
.flatMap(d => {
|
|
89
75
|
const version = d.entity.versionConstraint ? `@${d.entity.versionConstraint}` : "";
|
|
90
76
|
const purpose = d.entity.contract || d.entity.endpoint || "External dependency";
|
|
91
|
-
return
|
|
92
|
-
})
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
'INSTRUCTION: You (the developer) MUST consider the following dependencies while implementing this goal.');
|
|
77
|
+
return (0, OutputLayout_js_1.wrapBulletContinuation)(`${d.entity.ecosystem}:${d.entity.packageName}${version} (${d.entity.name}): ${purpose}`);
|
|
78
|
+
});
|
|
79
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Relevant Dependencies") + "\n" +
|
|
80
|
+
dependenciesLines.join('\n') + "\n\n" +
|
|
81
|
+
(0, OutputLayout_js_1.contentLine)('INSTRUCTION: You (the developer) MUST consider the following dependencies while implementing this goal.'));
|
|
96
82
|
}
|
|
97
83
|
// Decisions section
|
|
98
84
|
if (context.decisions.length > 0) {
|
|
99
|
-
const
|
|
100
|
-
.
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
'INSTRUCTION: The solution may contain artifacts that reflect previous design decisions
|
|
104
|
-
'Therefore, you MUST consider these design decisions while implementing this goal to ensure the trajectory of the solution remains consistent.');
|
|
85
|
+
const decisionsLines = context.decisions
|
|
86
|
+
.flatMap(d => (0, OutputLayout_js_1.wrapBulletContinuation)(`${d.entity.title}: ${d.entity.rationale}`));
|
|
87
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Relevant Decisions") + "\n" +
|
|
88
|
+
decisionsLines.join('\n') + "\n\n" +
|
|
89
|
+
(0, OutputLayout_js_1.contentLine)('INSTRUCTION: The solution may contain artifacts that reflect previous design decisions.') + "\n" +
|
|
90
|
+
(0, OutputLayout_js_1.contentLine)('Therefore, you MUST consider these design decisions while implementing this goal to ensure the trajectory of the solution remains consistent.'));
|
|
105
91
|
}
|
|
106
92
|
// Invariants section (CRITICAL - emphasized)
|
|
107
93
|
if (context.invariants.length > 0) {
|
|
108
|
-
const
|
|
109
|
-
.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
'INSTRUCTION: You (the developer) MUST adhere to ALL of these invariants while implementing this goal.');
|
|
94
|
+
const invariantsLines = context.invariants
|
|
95
|
+
.flatMap(inv => (0, OutputLayout_js_1.wrapBulletContinuation)(`${inv.entity.title}: ${inv.entity.description}`));
|
|
96
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Invariants") + "\n" +
|
|
97
|
+
invariantsLines.join('\n') + "\n\n" +
|
|
98
|
+
(0, OutputLayout_js_1.contentLine)('INSTRUCTION: You (the developer) MUST adhere to ALL of these invariants while implementing this goal.'));
|
|
113
99
|
}
|
|
114
100
|
// Guidelines section
|
|
115
101
|
if (context.guidelines.length > 0) {
|
|
116
|
-
const
|
|
117
|
-
.
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
'INSTRUCTION: You (the developer) SHOULD follow these guidelines while implementing this goal.');
|
|
102
|
+
const guidelinesLines = context.guidelines
|
|
103
|
+
.flatMap(g => (0, OutputLayout_js_1.wrapBulletContinuation)(`${g.entity.category}: ${g.entity.description}`));
|
|
104
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Guidelines") + "\n" +
|
|
105
|
+
guidelinesLines.join('\n') + "\n\n" +
|
|
106
|
+
(0, OutputLayout_js_1.contentLine)('INSTRUCTION: You (the developer) SHOULD follow these guidelines while implementing this goal.'));
|
|
121
107
|
}
|
|
122
108
|
// Closing prompt with additional instructions
|
|
123
|
-
this.builder.addPrompt("
|
|
109
|
+
this.builder.addPrompt((0, OutputLayout_js_1.divider)() + "\n");
|
|
124
110
|
// LLM Guidance - different messages depending on transition state
|
|
125
111
|
if (transitionedFromPaused) {
|
|
126
|
-
this.builder.addPrompt("@LLM: Goal context loaded. Work within scope
|
|
127
|
-
"YOUR ROLE: Proactively run jumbo commands to capture project memories as they surface
|
|
128
|
-
"Run 'jumbo --help' to see what can be tracked, if you haven't already.");
|
|
112
|
+
this.builder.addPrompt((0, OutputLayout_js_1.contentLine)("@LLM: Goal context loaded. Work within scope.") + "\n" +
|
|
113
|
+
(0, OutputLayout_js_1.contentLine)("YOUR ROLE: Proactively run jumbo commands to capture project memories as they surface.") + "\n" +
|
|
114
|
+
(0, OutputLayout_js_1.contentLine)("Run 'jumbo --help' to see what can be tracked, if you haven't already."));
|
|
129
115
|
}
|
|
130
116
|
else {
|
|
131
|
-
this.builder.addPrompt("@LLM: Goal context loaded. Work within scope.");
|
|
117
|
+
this.builder.addPrompt((0, OutputLayout_js_1.contentLine)("@LLM: Goal context loaded. Work within scope."));
|
|
132
118
|
}
|
|
133
119
|
// Review instructions (prominent)
|
|
134
|
-
this.builder.addPrompt(
|
|
135
|
-
"
|
|
136
|
-
`Run: jumbo goal submit --id ${goal.goalId}\n
|
|
137
|
-
|
|
120
|
+
this.builder.addPrompt((0, OutputLayout_js_1.divider)() + "\n" +
|
|
121
|
+
(0, OutputLayout_js_1.contentLine)("IMPORTANT NEXT STEP") + "\n" +
|
|
122
|
+
(0, OutputLayout_js_1.contentLine)(`Run: jumbo goal submit --id ${goal.goalId}`) + "\n" +
|
|
123
|
+
(0, OutputLayout_js_1.divider)());
|
|
138
124
|
return this.builder.build();
|
|
139
125
|
}
|
|
140
126
|
isScoped(contextualView) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalResumeOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.ts"],"names":[],"mappings":";;;AAAA,uFAAiF;
|
|
1
|
+
{"version":3,"file":"GoalResumeOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/resume/GoalResumeOutputBuilder.ts"],"names":[],"mappings":"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"}
|
|
@@ -31,11 +31,11 @@ exports.metadata = {
|
|
|
31
31
|
],
|
|
32
32
|
examples: [
|
|
33
33
|
{
|
|
34
|
-
command: "jumbo goal resume --id
|
|
34
|
+
command: "jumbo goal resume --id abc123",
|
|
35
35
|
description: "Resume working on a paused or in-progress goal"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
command: "jumbo goal resume --id
|
|
38
|
+
command: "jumbo goal resume --id abc123 --note \"Ready to continue\"",
|
|
39
39
|
description: "Resume a paused goal with a note"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goal.resume.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/resume/goal.resume.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AA0CH,gCAmBC;AAzDD,gEAA0D;AAC1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,gGAAgG;IAC7G,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;KACF;IACD,OAAO,EAAE;QACP;YACE,KAAK,EAAE,mBAAmB;YAC1B,WAAW,EAAE,6EAA6E;SAC3F;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"goal.resume.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/resume/goal.resume.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AA0CH,gCAmBC;AAzDD,gEAA0D;AAC1D,6EAAuE;AAEvE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,gGAAgG;IAC7G,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,0BAA0B;SACxC;KACF;IACD,OAAO,EAAE;QACP;YACE,KAAK,EAAE,mBAAmB;YAC1B,WAAW,EAAE,6EAA6E;SAC3F;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,+BAA+B;YACxC,WAAW,EAAE,gDAAgD;SAC9D;QACD;YACE,OAAO,EAAE,4DAA4D;YACrE,WAAW,EAAE,kCAAkC;SAChD;KACF;IACD,OAAO,EAAE,CAAC,YAAY,EAAE,YAAY,EAAE,eAAe,CAAC;CACvD,CAAC;AAEF;;;GAGG;AACI,KAAK,UAAU,UAAU,CAAC,OAAsC,EAAE,SAAgC;IACvG,MAAM,QAAQ,GAAG,sBAAQ,CAAC,WAAW,EAAE,CAAC;IAExC,IAAI,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,oBAAoB,CAAC,MAAM,CAAC;YAC3D,MAAM,EAAE,OAAO,CAAC,EAAE;YAClB,IAAI,EAAE,OAAO,CAAC,IAAI;SACnB,CAAC,CAAC;QAEH,gDAAgD;QAChD,MAAM,aAAa,GAAG,IAAI,oDAAuB,EAAE,CAAC;QACpD,MAAM,MAAM,GAAG,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,kBAAkB,CAAC,CAAC;QAEhE,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;IAE1C,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,QAAQ,CAAC,KAAK,CAAC,uBAAuB,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QACxF,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalReviewOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,uEAAuE,CAAC;
|
|
1
|
+
{"version":3,"file":"GoalReviewOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/review/GoalReviewOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,uEAAuE,CAAC;AAI3G;;;;;;GAMG;AACH,qBAAa,uBAAuB;IAClC,OAAO,CAAC,OAAO,CAAwB;;IAMvC;;;OAGG;IACH,YAAY,CAAC,QAAQ,EAAE,kBAAkB,GAAG,cAAc;IAoI1D;;;OAGG;IACH,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,GAAG,cAAc;IASxD;;OAEG;IACH,OAAO,CAAC,QAAQ;CAOjB"}
|