jumbo-cli 2.12.0 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/application/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/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/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 +10 -0
- package/dist/infrastructure/host/HostBuilder.js.map +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 +27 -16
- 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 -60
- 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 -22
- 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 -56
- 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 -52
- 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 +0 -8
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/goals/show/GoalShowOutputBuilder.js +53 -105
- 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 -51
- 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/registry/generated-commands.d.ts.map +1 -1
- package/dist/presentation/cli/commands/registry/generated-commands.js +6 -0
- package/dist/presentation/cli/commands/registry/generated-commands.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/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 +5 -39
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.d.ts.map +1 -1
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js +12 -89
- package/dist/presentation/cli/commands/work/refine/RefineryDisplay.js.map +1 -1
- package/dist/presentation/cli/commands/work/refine/work.refine.d.ts.map +1 -1
- package/dist/presentation/cli/commands/work/refine/work.refine.js +25 -106
- package/dist/presentation/cli/commands/work/refine/work.refine.js.map +1 -1
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.d.ts +17 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.js +41 -0
- package/dist/presentation/cli/commands/work/review/ReviewerDisplay.js.map +1 -0
- package/dist/presentation/cli/commands/work/review/work.review.d.ts +23 -0
- package/dist/presentation/cli/commands/work/review/work.review.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/review/work.review.js +109 -0
- package/dist/presentation/cli/commands/work/review/work.review.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.d.ts +18 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.js +38 -0
- package/dist/presentation/cli/commands/work/shared/AgentSpawner.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.d.ts +56 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.js +93 -0
- package/dist/presentation/cli/commands/work/shared/DaemonDisplay.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.d.ts +40 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.js +82 -0
- package/dist/presentation/cli/commands/work/shared/DaemonLoop.js.map +1 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.d.ts +13 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.d.ts.map +1 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.js +29 -0
- package/dist/presentation/cli/commands/work/shared/GoalStatusQuery.js.map +1 -0
- 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
|
@@ -3,23 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GoalShowOutputBuilder = void 0;
|
|
4
4
|
const TerminalOutputBuilder_js_1 = require("../../../output/TerminalOutputBuilder.js");
|
|
5
5
|
const StyleConfig_js_1 = require("../../../rendering/StyleConfig.js");
|
|
6
|
-
|
|
7
|
-
* Layout constants matching the design system grid.
|
|
8
|
-
*
|
|
9
|
-
* x=24 accent bar, dividers (2 leading spaces)
|
|
10
|
-
* x=38 section headings (bar + space)
|
|
11
|
-
* x=42 content: fields, body text, bullet markers
|
|
12
|
-
* x=54 indented: bullet text, scope items
|
|
13
|
-
*
|
|
14
|
-
* Max content width: 72 monospace characters from x=24.
|
|
15
|
-
*/
|
|
16
|
-
const EDGE = " "; // 2 spaces → x=24
|
|
17
|
-
const HEADING_PAD = " "; // bar(1) + space(1) + 1 extra = heading at x=38
|
|
18
|
-
const CONTENT_PAD = " "; // 5 spaces from x=24 → x=42 (content column)
|
|
19
|
-
const INDENT_PAD = " "; // 9 spaces from x=24 → x=54 (indented column)
|
|
20
|
-
const DIVIDER_WIDTH = 90;
|
|
21
|
-
const WRAP_CONTENT = 83; // max chars at x=42 (90 - 7 leading)
|
|
22
|
-
const WRAP_INDENT = 81; // max chars at x=54 (90 - 9 leading)
|
|
6
|
+
const OutputLayout_js_1 = require("../../../rendering/OutputLayout.js");
|
|
23
7
|
const STATUS_DISPLAY = {
|
|
24
8
|
doing: { symbol: StyleConfig_js_1.Symbols.filledCircle, color: StyleConfig_js_1.Colors.success, label: "In Progress" },
|
|
25
9
|
blocked: { symbol: StyleConfig_js_1.Symbols.cross, color: StyleConfig_js_1.Colors.error, label: "Blocked" },
|
|
@@ -51,43 +35,21 @@ class GoalShowOutputBuilder {
|
|
|
51
35
|
constructor() {
|
|
52
36
|
this.builder = new TerminalOutputBuilder_js_1.TerminalOutputBuilder();
|
|
53
37
|
}
|
|
54
|
-
bar() {
|
|
55
|
-
return StyleConfig_js_1.BrandColors.jumboBlue(StyleConfig_js_1.Symbols.accentBar);
|
|
56
|
-
}
|
|
57
|
-
divider() {
|
|
58
|
-
return `${EDGE}${StyleConfig_js_1.Colors.dim("─".repeat(DIVIDER_WIDTH))}`;
|
|
59
|
-
}
|
|
60
|
-
heading(title) {
|
|
61
|
-
return `${EDGE}${this.bar()} ${StyleConfig_js_1.Colors.bold(StyleConfig_js_1.BrandColors.jumboBlue(title))}`;
|
|
62
|
-
}
|
|
63
|
-
metaField(label, value, labelWidth = 9) {
|
|
64
|
-
const padded = (label + ":").padEnd(labelWidth);
|
|
65
|
-
return `${EDGE}${CONTENT_PAD}${StyleConfig_js_1.Colors.muted(padded)}${value}`;
|
|
66
|
-
}
|
|
67
|
-
contentLine(text) {
|
|
68
|
-
return `${EDGE}${CONTENT_PAD}${text}`;
|
|
69
|
-
}
|
|
70
|
-
indentLine(text) {
|
|
71
|
-
return `${EDGE}${INDENT_PAD}${text}`;
|
|
72
|
-
}
|
|
73
38
|
formatStatus(status) {
|
|
74
39
|
const entry = STATUS_DISPLAY[status];
|
|
75
40
|
if (!entry)
|
|
76
41
|
return StyleConfig_js_1.Colors.primary(status);
|
|
77
42
|
return `${entry.color(entry.symbol)} ${StyleConfig_js_1.Colors.bold(StyleConfig_js_1.Colors.primary(status))}`;
|
|
78
43
|
}
|
|
79
|
-
wrapContent(text) {
|
|
80
|
-
return (0, StyleConfig_js_1.wordWrap)(text, WRAP_CONTENT, 0).map(line => `${EDGE}${CONTENT_PAD}${StyleConfig_js_1.Colors.primary(line.trimStart())}`);
|
|
81
|
-
}
|
|
82
44
|
wrapContentWithPrefix(prefix, text) {
|
|
83
45
|
const prefixLen = prefix.length + 1; // prefix + space
|
|
84
|
-
const firstLineMax = WRAP_CONTENT - prefixLen;
|
|
46
|
+
const firstLineMax = OutputLayout_js_1.WRAP_CONTENT - prefixLen;
|
|
85
47
|
const words = text.split(/\s+/);
|
|
86
48
|
const resultLines = [];
|
|
87
49
|
let current = "";
|
|
88
50
|
let isFirst = true;
|
|
89
51
|
for (const word of words) {
|
|
90
|
-
const max = isFirst ? firstLineMax : WRAP_CONTENT;
|
|
52
|
+
const max = isFirst ? firstLineMax : OutputLayout_js_1.WRAP_CONTENT;
|
|
91
53
|
if (current.length === 0) {
|
|
92
54
|
current = word;
|
|
93
55
|
}
|
|
@@ -96,39 +58,25 @@ class GoalShowOutputBuilder {
|
|
|
96
58
|
}
|
|
97
59
|
else {
|
|
98
60
|
if (isFirst) {
|
|
99
|
-
resultLines.push(`${EDGE}${CONTENT_PAD}${StyleConfig_js_1.BrandColors.accentCyan(prefix)} ${StyleConfig_js_1.Colors.primary(current)}`);
|
|
61
|
+
resultLines.push(`${OutputLayout_js_1.EDGE}${OutputLayout_js_1.CONTENT_PAD}${StyleConfig_js_1.BrandColors.accentCyan(prefix)} ${StyleConfig_js_1.Colors.primary(current)}`);
|
|
100
62
|
isFirst = false;
|
|
101
63
|
}
|
|
102
64
|
else {
|
|
103
|
-
resultLines.push(`${EDGE}${CONTENT_PAD}${StyleConfig_js_1.Colors.primary(current)}`);
|
|
65
|
+
resultLines.push(`${OutputLayout_js_1.EDGE}${OutputLayout_js_1.CONTENT_PAD}${StyleConfig_js_1.Colors.primary(current)}`);
|
|
104
66
|
}
|
|
105
67
|
current = word;
|
|
106
68
|
}
|
|
107
69
|
}
|
|
108
70
|
if (current.length > 0) {
|
|
109
71
|
if (isFirst) {
|
|
110
|
-
resultLines.push(`${EDGE}${CONTENT_PAD}${StyleConfig_js_1.BrandColors.accentCyan(prefix)} ${StyleConfig_js_1.Colors.primary(current)}`);
|
|
72
|
+
resultLines.push(`${OutputLayout_js_1.EDGE}${OutputLayout_js_1.CONTENT_PAD}${StyleConfig_js_1.BrandColors.accentCyan(prefix)} ${StyleConfig_js_1.Colors.primary(current)}`);
|
|
111
73
|
}
|
|
112
74
|
else {
|
|
113
|
-
resultLines.push(`${EDGE}${CONTENT_PAD}${StyleConfig_js_1.Colors.primary(current)}`);
|
|
75
|
+
resultLines.push(`${OutputLayout_js_1.EDGE}${OutputLayout_js_1.CONTENT_PAD}${StyleConfig_js_1.Colors.primary(current)}`);
|
|
114
76
|
}
|
|
115
77
|
}
|
|
116
78
|
return resultLines;
|
|
117
79
|
}
|
|
118
|
-
wrapBulletContinuation(text) {
|
|
119
|
-
const lines = (0, StyleConfig_js_1.wordWrap)(text, WRAP_INDENT, 0);
|
|
120
|
-
const result = [];
|
|
121
|
-
for (let i = 0; i < lines.length; i++) {
|
|
122
|
-
const trimmed = lines[i].trimStart();
|
|
123
|
-
if (i === 0) {
|
|
124
|
-
result.push(`${EDGE}${CONTENT_PAD}${StyleConfig_js_1.Colors.dim("·")} ${StyleConfig_js_1.Colors.primary(trimmed)}`);
|
|
125
|
-
}
|
|
126
|
-
else {
|
|
127
|
-
result.push(`${EDGE}${INDENT_PAD}${StyleConfig_js_1.Colors.primary(trimmed)}`);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
return result;
|
|
131
|
-
}
|
|
132
80
|
/**
|
|
133
81
|
* Build output for TTY (human-readable formatted text).
|
|
134
82
|
* Renders complete goal details with all fields.
|
|
@@ -141,85 +89,85 @@ class GoalShowOutputBuilder {
|
|
|
141
89
|
// ── Band 1: Goal Identity + Details ──
|
|
142
90
|
// Header: "| Goal" heading with title as content below
|
|
143
91
|
lines.push("");
|
|
144
|
-
lines.push(
|
|
145
|
-
lines.push(
|
|
92
|
+
lines.push((0, OutputLayout_js_1.heading)("Goal"));
|
|
93
|
+
lines.push((0, OutputLayout_js_1.contentLine)(StyleConfig_js_1.Colors.primary(goal.title || "Untitled Goal")));
|
|
146
94
|
// Metadata block
|
|
147
95
|
lines.push("");
|
|
148
|
-
lines.push(
|
|
149
|
-
lines.push(
|
|
150
|
-
lines.push(
|
|
151
|
-
lines.push(
|
|
152
|
-
lines.push(
|
|
96
|
+
lines.push((0, OutputLayout_js_1.metaField)("Id", StyleConfig_js_1.Colors.muted(goal.goalId)));
|
|
97
|
+
lines.push((0, OutputLayout_js_1.metaField)("Status", this.formatStatus(goal.status)));
|
|
98
|
+
lines.push((0, OutputLayout_js_1.metaField)("Version", StyleConfig_js_1.Colors.muted(String(goal.version))));
|
|
99
|
+
lines.push((0, OutputLayout_js_1.metaField)("Created", StyleConfig_js_1.Colors.muted(goal.createdAt)));
|
|
100
|
+
lines.push((0, OutputLayout_js_1.metaField)("Updated", StyleConfig_js_1.Colors.muted(goal.updatedAt)));
|
|
153
101
|
if (goal.nextGoalId) {
|
|
154
|
-
lines.push(
|
|
102
|
+
lines.push((0, OutputLayout_js_1.metaField)("Next", StyleConfig_js_1.Colors.muted(goal.nextGoalId)));
|
|
155
103
|
}
|
|
156
104
|
if (goal.prerequisiteGoals && goal.prerequisiteGoals.length > 0) {
|
|
157
105
|
for (const prereqId of goal.prerequisiteGoals) {
|
|
158
|
-
lines.push(
|
|
106
|
+
lines.push((0, OutputLayout_js_1.metaField)("Prereq", StyleConfig_js_1.Colors.muted(prereqId)));
|
|
159
107
|
}
|
|
160
108
|
}
|
|
161
109
|
// Divider 1: metadata → objective
|
|
162
110
|
lines.push("");
|
|
163
|
-
lines.push(
|
|
111
|
+
lines.push((0, OutputLayout_js_1.divider)());
|
|
164
112
|
lines.push("");
|
|
165
113
|
// Objective — wrapped at ~66 chars
|
|
166
|
-
lines.push(
|
|
167
|
-
lines.push(...
|
|
114
|
+
lines.push((0, OutputLayout_js_1.heading)("Objective"));
|
|
115
|
+
lines.push(...(0, OutputLayout_js_1.wrapContent)(goal.objective));
|
|
168
116
|
// Note
|
|
169
117
|
if (goal.note) {
|
|
170
118
|
lines.push("");
|
|
171
|
-
lines.push(
|
|
172
|
-
lines.push(...
|
|
119
|
+
lines.push((0, OutputLayout_js_1.heading)("Note"));
|
|
120
|
+
lines.push(...(0, OutputLayout_js_1.wrapContent)(goal.note));
|
|
173
121
|
}
|
|
174
122
|
// Review Issues
|
|
175
123
|
if (goal.reviewIssues) {
|
|
176
124
|
lines.push("");
|
|
177
|
-
lines.push(
|
|
178
|
-
lines.push(
|
|
125
|
+
lines.push((0, OutputLayout_js_1.heading)("Review Issues"));
|
|
126
|
+
lines.push((0, OutputLayout_js_1.contentLine)(StyleConfig_js_1.Colors.warning(goal.reviewIssues)));
|
|
179
127
|
}
|
|
180
128
|
// Success Criteria — bullet at x=42, text/continuation at x=54
|
|
181
129
|
if (goal.successCriteria.length > 0) {
|
|
182
130
|
lines.push("");
|
|
183
|
-
lines.push(
|
|
131
|
+
lines.push((0, OutputLayout_js_1.heading)("Success Criteria"));
|
|
184
132
|
for (const criterion of goal.successCriteria) {
|
|
185
|
-
lines.push(...
|
|
133
|
+
lines.push(...(0, OutputLayout_js_1.wrapBulletContinuation)(criterion));
|
|
186
134
|
}
|
|
187
135
|
}
|
|
188
136
|
// Scope
|
|
189
137
|
if (goal.scopeIn.length > 0 || goal.scopeOut.length > 0) {
|
|
190
138
|
lines.push("");
|
|
191
|
-
lines.push(
|
|
139
|
+
lines.push((0, OutputLayout_js_1.heading)("Scope"));
|
|
192
140
|
if (goal.scopeIn.length > 0) {
|
|
193
|
-
lines.push(
|
|
141
|
+
lines.push((0, OutputLayout_js_1.contentLine)(StyleConfig_js_1.Colors.bold("In:")));
|
|
194
142
|
for (const item of goal.scopeIn) {
|
|
195
|
-
lines.push(
|
|
143
|
+
lines.push((0, OutputLayout_js_1.indentLine)(`${StyleConfig_js_1.Colors.success(StyleConfig_js_1.Symbols.check)} ${StyleConfig_js_1.Colors.primary(item)}`));
|
|
196
144
|
}
|
|
197
145
|
}
|
|
198
146
|
if (goal.scopeOut.length > 0) {
|
|
199
|
-
lines.push(
|
|
147
|
+
lines.push((0, OutputLayout_js_1.contentLine)(StyleConfig_js_1.Colors.bold("Out:")));
|
|
200
148
|
for (const item of goal.scopeOut) {
|
|
201
|
-
lines.push(
|
|
149
|
+
lines.push((0, OutputLayout_js_1.indentLine)(`${StyleConfig_js_1.Colors.error(StyleConfig_js_1.Symbols.cross)} ${StyleConfig_js_1.Colors.dim(item)}`));
|
|
202
150
|
}
|
|
203
151
|
}
|
|
204
152
|
}
|
|
205
153
|
// Workspace
|
|
206
154
|
if (goal.branch || goal.worktree) {
|
|
207
155
|
lines.push("");
|
|
208
|
-
lines.push(
|
|
156
|
+
lines.push((0, OutputLayout_js_1.heading)("Workspace"));
|
|
209
157
|
if (goal.branch) {
|
|
210
|
-
lines.push(
|
|
158
|
+
lines.push((0, OutputLayout_js_1.metaField)("Branch", StyleConfig_js_1.Colors.primary(goal.branch)));
|
|
211
159
|
}
|
|
212
160
|
if (goal.worktree) {
|
|
213
|
-
lines.push(
|
|
161
|
+
lines.push((0, OutputLayout_js_1.metaField)("Worktree", StyleConfig_js_1.Colors.primary(goal.worktree)));
|
|
214
162
|
}
|
|
215
163
|
}
|
|
216
164
|
// Claim
|
|
217
165
|
if (goal.claimedBy) {
|
|
218
166
|
lines.push("");
|
|
219
|
-
lines.push(
|
|
220
|
-
lines.push(
|
|
221
|
-
lines.push(
|
|
222
|
-
lines.push(
|
|
167
|
+
lines.push((0, OutputLayout_js_1.heading)("Claim"));
|
|
168
|
+
lines.push((0, OutputLayout_js_1.metaField)("Claimed By", StyleConfig_js_1.Colors.primary(goal.claimedBy)));
|
|
169
|
+
lines.push((0, OutputLayout_js_1.metaField)("Claimed At", StyleConfig_js_1.Colors.muted(goal.claimedAt)));
|
|
170
|
+
lines.push((0, OutputLayout_js_1.metaField)("Expires At", StyleConfig_js_1.Colors.muted(goal.claimExpiresAt)));
|
|
223
171
|
}
|
|
224
172
|
this.builder.addPrompt(lines.join("\n"));
|
|
225
173
|
// ── Band 2: Related Context ──
|
|
@@ -231,53 +179,53 @@ class GoalShowOutputBuilder {
|
|
|
231
179
|
if (hasArchContext) {
|
|
232
180
|
const band2 = [];
|
|
233
181
|
// Divider 2: goal details → related context
|
|
234
|
-
band2.push(
|
|
182
|
+
band2.push((0, OutputLayout_js_1.divider)());
|
|
235
183
|
if (context.components.length > 0) {
|
|
236
184
|
band2.push("");
|
|
237
|
-
band2.push(
|
|
185
|
+
band2.push((0, OutputLayout_js_1.heading)("Related Components"));
|
|
238
186
|
for (let i = 0; i < context.components.length; i++) {
|
|
239
187
|
if (i > 0)
|
|
240
188
|
band2.push("");
|
|
241
|
-
band2.push(
|
|
242
|
-
band2.push(...
|
|
189
|
+
band2.push((0, OutputLayout_js_1.contentLine)(StyleConfig_js_1.BrandColors.accentCyan(context.components[i].entity.name)));
|
|
190
|
+
band2.push(...(0, OutputLayout_js_1.wrapContent)(context.components[i].entity.description));
|
|
243
191
|
}
|
|
244
192
|
}
|
|
245
193
|
if (context.dependencies.length > 0) {
|
|
246
194
|
band2.push("");
|
|
247
|
-
band2.push(
|
|
195
|
+
band2.push((0, OutputLayout_js_1.heading)("Related Dependencies"));
|
|
248
196
|
for (let i = 0; i < context.dependencies.length; i++) {
|
|
249
197
|
if (i > 0)
|
|
250
198
|
band2.push("");
|
|
251
199
|
const dependency = context.dependencies[i];
|
|
252
200
|
const version = dependency.entity.versionConstraint ? `@${dependency.entity.versionConstraint}` : "";
|
|
253
201
|
const purpose = dependency.entity.contract || dependency.entity.endpoint || "External dependency";
|
|
254
|
-
band2.push(
|
|
255
|
-
band2.push(...
|
|
202
|
+
band2.push((0, OutputLayout_js_1.contentLine)(StyleConfig_js_1.BrandColors.accentCyan(`${dependency.entity.ecosystem}:${dependency.entity.packageName}${version}`)));
|
|
203
|
+
band2.push(...(0, OutputLayout_js_1.wrapContent)(purpose));
|
|
256
204
|
}
|
|
257
205
|
}
|
|
258
206
|
if (context.decisions.length > 0) {
|
|
259
207
|
band2.push("");
|
|
260
|
-
band2.push(
|
|
208
|
+
band2.push((0, OutputLayout_js_1.heading)("Related Decisions"));
|
|
261
209
|
for (let i = 0; i < context.decisions.length; i++) {
|
|
262
210
|
if (i > 0)
|
|
263
211
|
band2.push("");
|
|
264
|
-
band2.push(
|
|
265
|
-
band2.push(...
|
|
212
|
+
band2.push((0, OutputLayout_js_1.contentLine)(StyleConfig_js_1.BrandColors.accentCyan(context.decisions[i].entity.title)));
|
|
213
|
+
band2.push(...(0, OutputLayout_js_1.wrapContent)(context.decisions[i].entity.rationale ?? ""));
|
|
266
214
|
}
|
|
267
215
|
}
|
|
268
216
|
if (context.invariants.length > 0) {
|
|
269
217
|
band2.push("");
|
|
270
|
-
band2.push(
|
|
218
|
+
band2.push((0, OutputLayout_js_1.heading)("Invariants"));
|
|
271
219
|
for (let i = 0; i < context.invariants.length; i++) {
|
|
272
220
|
if (i > 0)
|
|
273
221
|
band2.push("");
|
|
274
|
-
band2.push(
|
|
275
|
-
band2.push(...
|
|
222
|
+
band2.push((0, OutputLayout_js_1.contentLine)(StyleConfig_js_1.BrandColors.accentCyan(context.invariants[i].entity.title)));
|
|
223
|
+
band2.push(...(0, OutputLayout_js_1.wrapContent)(context.invariants[i].entity.description));
|
|
276
224
|
}
|
|
277
225
|
}
|
|
278
226
|
if (context.guidelines.length > 0) {
|
|
279
227
|
band2.push("");
|
|
280
|
-
band2.push(
|
|
228
|
+
band2.push((0, OutputLayout_js_1.heading)("Guidelines"));
|
|
281
229
|
for (let i = 0; i < context.guidelines.length; i++) {
|
|
282
230
|
if (i > 0)
|
|
283
231
|
band2.push("");
|
|
@@ -287,8 +235,8 @@ class GoalShowOutputBuilder {
|
|
|
287
235
|
this.builder.addPrompt("\n\n" + band2.join("\n"));
|
|
288
236
|
}
|
|
289
237
|
// Footer — divider + directive
|
|
290
|
-
this.builder.addPrompt("\n" +
|
|
291
|
-
`${EDGE}${StyleConfig_js_1.Colors.primary("➤")} ${StyleConfig_js_1.Colors.primary(`To start: jumbo goal start --id ${goal.goalId}`)}\n`);
|
|
238
|
+
this.builder.addPrompt("\n" + (0, OutputLayout_js_1.divider)() + "\n\n" +
|
|
239
|
+
`${OutputLayout_js_1.EDGE}${StyleConfig_js_1.Colors.primary("➤")} ${StyleConfig_js_1.Colors.primary(`To start: jumbo goal start --id ${goal.goalId}`)}\n`);
|
|
292
240
|
return this.builder.build();
|
|
293
241
|
}
|
|
294
242
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalShowOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/show/GoalShowOutputBuilder.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"GoalShowOutputBuilder.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/show/GoalShowOutputBuilder.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goal.show.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/show/goal.show.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAgCH,4BA4CC;AAxED,gEAA0D;AAC1D,yEAAmE;AAEnE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,2BAA2B;IACxC,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,wBAAwB;SACtC;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"goal.show.js","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/show/goal.show.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAgCH,4BA4CC;AAxED,gEAA0D;AAC1D,yEAAmE;AAEnE;;GAEG;AACU,QAAA,QAAQ,GAAoB;IACvC,WAAW,EAAE,2BAA2B;IACxC,QAAQ,EAAE,MAAM;IAChB,eAAe,EAAE;QACf;YACE,KAAK,EAAE,eAAe;YACtB,WAAW,EAAE,wBAAwB;SACtC;KACF;IACD,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,6BAA6B;YACtC,WAAW,EAAE,4BAA4B;SAC1C;KACF;IACD,OAAO,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,aAAa,EAAE,eAAe,CAAC;CACpE,CAAC;AAEF;;;GAGG;AACI,KAAK,UAAU,QAAQ,CAC5B,OAAuB,EACvB,SAAgC;IAEhC,MAAM,QAAQ,GAAG,sBAAQ,CAAC,WAAW,EAAE,CAAC;IAExC,IAAI,CAAC;QACH,qDAAqD;QACrD,MAAM,EAAE,kBAAkB,EAAE,GAAG,MAAM,SAAS,CAAC,kBAAkB,CAAC,MAAM,CAAC;YACvE,MAAM,EAAE,OAAO,CAAC,EAAE;SACnB,CAAC,CAAC;QAEH,mDAAmD;QACnD,8EAA8E;QAC9E,MAAM,aAAa,GAAG,IAAI,gDAAqB,EAAE,CAAC;QAClD,IAAI,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;YACzB,MAAM,MAAM,GAAG,aAAa,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;YACvD,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;QAC1C,CAAC;aAAM,CAAC;YACN,MAAM,MAAM,GAAG,aAAa,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;YACvE,iEAAiE;YACjE,MAAM,QAAQ,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;YACtC,MAAM,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC;YAC1D,IAAI,WAAW,EAAE,CAAC;gBAChB,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,OAAkC,CAAC,CAAC;YAChE,CAAC;QACH,CAAC;IAEH,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,MAAM,aAAa,GAAG,IAAI,gDAAqB,EAAE,CAAC;QAElD,6BAA6B;QAC7B,IAAI,KAAK,YAAY,KAAK,IAAI,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAC,EAAE,CAAC;YACvE,MAAM,MAAM,GAAG,aAAa,CAAC,sBAAsB,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;YAChE,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE,CAAC,CAAC;YACxC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAClB,CAAC;QAED,sBAAsB;QACtB,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":"GoalStartOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/start/GoalStartOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;
|
|
1
|
+
{"version":3,"file":"GoalStartOutputBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/goals/start/GoalStartOutputBuilder.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oEAAoE,CAAC;AAIxG;;;;;GAKG;AACH,qBAAa,sBAAsB;IACjC,OAAO,CAAC,OAAO,CAAwB;;IAMvC;;;OAGG;IACH,KAAK,CAAC,cAAc,EAAE,kBAAkB,GAAG,cAAc;IA6JzD,OAAO,CAAC,QAAQ;CAMjB"}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GoalStartOutputBuilder = void 0;
|
|
4
4
|
const TerminalOutputBuilder_js_1 = require("../../../output/TerminalOutputBuilder.js");
|
|
5
|
+
const OutputLayout_js_1 = require("../../../rendering/OutputLayout.js");
|
|
6
|
+
const StyleConfig_js_1 = require("../../../rendering/StyleConfig.js");
|
|
5
7
|
/**
|
|
6
8
|
* Specialized builder for goal.start command output.
|
|
7
9
|
* Preserves the existing effective prompt structure that guides LLM implementation.
|
|
@@ -20,110 +22,115 @@ class GoalStartOutputBuilder {
|
|
|
20
22
|
const goal = contextualView.goal;
|
|
21
23
|
const context = contextualView.context;
|
|
22
24
|
// Opening prompt: Goal Implementation Instructions
|
|
23
|
-
this.builder.addPrompt("
|
|
24
|
-
"You are the developer tasked with implementing the goal outlined below. DO NOT DEVIATE from the instructions
|
|
25
|
-
"You (the developer) are the perfect software engineer - the amalgamation of Robert C. Martin, Martin Fowler, and Eric Evans
|
|
26
|
-
"You write perfect, efficient, secure, and well-documented code.");
|
|
25
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Goal Implementation Instructions") + "\n\n" +
|
|
26
|
+
(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" +
|
|
27
|
+
(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" +
|
|
28
|
+
(0, OutputLayout_js_1.wrapContent)("You write perfect, efficient, secure, and well-documented code.").join("\n"));
|
|
27
29
|
// Objective section
|
|
28
|
-
this.builder.addPrompt(
|
|
30
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Objective") + "\n" +
|
|
31
|
+
(0, OutputLayout_js_1.contentLine)(`'${goal.objective}'`) + "\n\n" +
|
|
29
32
|
"INSTRUCTION: Your (the developer's) purpose for this goal is to fulfill this objective.");
|
|
30
33
|
// Success Criteria section
|
|
31
|
-
const
|
|
32
|
-
this.builder.addPrompt(
|
|
34
|
+
const successCriteriaLines = goal.successCriteria.flatMap(c => (0, OutputLayout_js_1.wrapBulletContinuation)(c));
|
|
35
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Success Criteria") + "\n" +
|
|
36
|
+
successCriteriaLines.join('\n') + "\n\n" +
|
|
33
37
|
"INSTRUCTION: Your (the developer's) success in fulfilling the objective is measured by these specific criteria and adherence to the instructions below.");
|
|
34
38
|
// Progress section (if exists)
|
|
35
39
|
if (goal.progress && goal.progress.length > 0) {
|
|
36
|
-
const
|
|
37
|
-
this.builder.addPrompt(
|
|
40
|
+
const progressLines = goal.progress.flatMap(p => (0, OutputLayout_js_1.wrapBulletContinuation)(p));
|
|
41
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Current Progress") + "\n" +
|
|
42
|
+
progressLines.join('\n') + "\n\n" +
|
|
38
43
|
"INSTRUCTION: Implementation of this goal has previously been started.\n" +
|
|
39
44
|
"Review the current progress to understand what has already been accomplished and continue from there.");
|
|
40
45
|
}
|
|
41
46
|
// Branch/Worktree section (if defined)
|
|
42
47
|
if (goal.branch || goal.worktree) {
|
|
43
|
-
let
|
|
48
|
+
let workspaceLines = (0, OutputLayout_js_1.heading)("Workspace") + "\n";
|
|
44
49
|
if (goal.branch) {
|
|
45
|
-
|
|
50
|
+
workspaceLines += (0, OutputLayout_js_1.metaField)("Branch", StyleConfig_js_1.Colors.primary(goal.branch)) + "\n";
|
|
46
51
|
}
|
|
47
52
|
if (goal.worktree) {
|
|
48
|
-
|
|
53
|
+
workspaceLines += (0, OutputLayout_js_1.metaField)("Worktree", StyleConfig_js_1.Colors.primary(goal.worktree)) + "\n";
|
|
49
54
|
}
|
|
50
|
-
|
|
55
|
+
workspaceLines += "\nINSTRUCTION: You (the developer) MUST isolate your work in the identified " +
|
|
51
56
|
(goal.branch && goal.worktree ? "branch and worktree" : goal.branch ? "branch" : "worktree") + ".";
|
|
52
|
-
this.builder.addPrompt(
|
|
57
|
+
this.builder.addPrompt(workspaceLines);
|
|
53
58
|
}
|
|
54
59
|
// Scope section (if scoped)
|
|
55
60
|
if (this.isScoped(contextualView)) {
|
|
56
61
|
if (goal.scopeIn && goal.scopeIn.length > 0) {
|
|
57
|
-
const
|
|
58
|
-
this.builder.addPrompt(
|
|
62
|
+
const scopeInLines = goal.scopeIn.flatMap(s => (0, OutputLayout_js_1.wrapBulletContinuation)(s));
|
|
63
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Scope: In") + "\n" +
|
|
64
|
+
scopeInLines.join('\n') + "\n\n" +
|
|
59
65
|
"INSTRUCTION: You (the developer) MUST work within the defined scope.");
|
|
60
66
|
}
|
|
61
67
|
if (goal.scopeOut && goal.scopeOut.length > 0) {
|
|
62
|
-
const
|
|
63
|
-
this.builder.addPrompt(
|
|
68
|
+
const scopeOutLines = goal.scopeOut.flatMap(s => (0, OutputLayout_js_1.wrapBulletContinuation)(s));
|
|
69
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Scope: Out") + "\n" +
|
|
70
|
+
scopeOutLines.join('\n') + "\n\n" +
|
|
64
71
|
"INSTRUCTION: Your (the developer) work MUST NOT overlap these items.");
|
|
65
72
|
}
|
|
66
73
|
}
|
|
67
74
|
// Components section
|
|
68
75
|
if (context.components.length > 0) {
|
|
69
|
-
const
|
|
70
|
-
.
|
|
71
|
-
|
|
72
|
-
|
|
76
|
+
const componentsLines = context.components
|
|
77
|
+
.flatMap(c => (0, OutputLayout_js_1.wrapBulletContinuation)(`${c.entity.name}: ${c.entity.description}`));
|
|
78
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Relevant Components") + "\n" +
|
|
79
|
+
componentsLines.join('\n') + "\n\n" +
|
|
73
80
|
'INSTRUCTION: You (the developer) MUST consider these components while implementing this goal.');
|
|
74
81
|
}
|
|
75
82
|
// Dependencies section
|
|
76
83
|
if (context.dependencies.length > 0) {
|
|
77
|
-
const
|
|
78
|
-
.
|
|
84
|
+
const dependenciesLines = context.dependencies
|
|
85
|
+
.flatMap(d => {
|
|
79
86
|
const version = d.entity.versionConstraint ? `@${d.entity.versionConstraint}` : "";
|
|
80
87
|
const purpose = d.entity.contract || d.entity.endpoint || "External dependency";
|
|
81
|
-
return
|
|
82
|
-
})
|
|
83
|
-
|
|
84
|
-
|
|
88
|
+
return (0, OutputLayout_js_1.wrapBulletContinuation)(`${d.entity.ecosystem}:${d.entity.packageName}${version} (${d.entity.name}): ${purpose}`);
|
|
89
|
+
});
|
|
90
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Relevant Dependencies") + "\n" +
|
|
91
|
+
dependenciesLines.join('\n') + "\n\n" +
|
|
85
92
|
'INSTRUCTION: You (the developer) MUST consider the following dependencies while implementing this goal.');
|
|
86
93
|
}
|
|
87
94
|
// Decisions section
|
|
88
95
|
if (context.decisions.length > 0) {
|
|
89
|
-
const
|
|
90
|
-
.
|
|
91
|
-
|
|
92
|
-
|
|
96
|
+
const decisionsLines = context.decisions
|
|
97
|
+
.flatMap(d => (0, OutputLayout_js_1.wrapBulletContinuation)(`${d.entity.title}: ${d.entity.rationale}`));
|
|
98
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Relevant Decisions") + "\n" +
|
|
99
|
+
decisionsLines.join('\n') + "\n\n" +
|
|
93
100
|
'INSTRUCTION: The solution may contain artifacts that reflect previous design decisions.\n' +
|
|
94
101
|
'Therefore, you MUST consider these design decisions while implementing this goal to ensure the trajectory of the solution remains consistent.');
|
|
95
102
|
}
|
|
96
103
|
// Invariants section (CRITICAL - emphasized)
|
|
97
104
|
if (context.invariants.length > 0) {
|
|
98
|
-
const
|
|
99
|
-
.
|
|
100
|
-
|
|
101
|
-
|
|
105
|
+
const invariantsLines = context.invariants
|
|
106
|
+
.flatMap(inv => (0, OutputLayout_js_1.wrapBulletContinuation)(`${inv.entity.title}: ${inv.entity.description}`));
|
|
107
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Invariants") + "\n" +
|
|
108
|
+
invariantsLines.join('\n') + "\n\n" +
|
|
102
109
|
'INSTRUCTION: You (the developer) MUST adhere to ALL of these invariants while implementing this goal.');
|
|
103
110
|
}
|
|
104
111
|
// Guidelines section
|
|
105
112
|
if (context.guidelines.length > 0) {
|
|
106
|
-
const
|
|
107
|
-
.
|
|
108
|
-
|
|
109
|
-
|
|
113
|
+
const guidelinesLines = context.guidelines
|
|
114
|
+
.flatMap(g => (0, OutputLayout_js_1.wrapBulletContinuation)(`${g.entity.category}: ${g.entity.description}`));
|
|
115
|
+
this.builder.addPrompt((0, OutputLayout_js_1.heading)("Guidelines") + "\n" +
|
|
116
|
+
guidelinesLines.join('\n') + "\n\n" +
|
|
110
117
|
'INSTRUCTION: You (the developer) SHOULD follow these guidelines while implementing this goal.');
|
|
111
118
|
}
|
|
112
119
|
// Closing prompt with additional instructions
|
|
113
|
-
this.builder.addPrompt("
|
|
120
|
+
this.builder.addPrompt((0, OutputLayout_js_1.divider)() + "\n\n" +
|
|
114
121
|
"@LLM: Goal context loaded. Work within scope.\n" +
|
|
115
|
-
`Track your progress by documenting completed sub-tasks with 'jumbo goal update-progress --id ${goal.goalId} --task-description <description>'
|
|
122
|
+
(0, OutputLayout_js_1.contentLine)(`Track your progress by documenting completed sub-tasks with 'jumbo goal update-progress --id ${goal.goalId} --task-description <description>'.`) + "\n\n" +
|
|
116
123
|
"CONTEXT MAINTENANCE: As you implement, register decisions, components, and relations in real-time — not as a cleanup step at the end, but as they happen:\n" +
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"Unregistered context is lost at session end. Capture it as it happens.");
|
|
124
|
+
(0, OutputLayout_js_1.wrapBulletContinuation)("When you make an architectural choice: jumbo decision add --title \"Chose X over Y\" --rationale \"Because Z\" --context \"Background\"").join("\n") + "\n" +
|
|
125
|
+
(0, OutputLayout_js_1.wrapBulletContinuation)("When you create a new component: jumbo component add --name \"Name\" --description \"What it does\"").join("\n") + "\n" +
|
|
126
|
+
(0, OutputLayout_js_1.wrapBulletContinuation)("When you discover a new relation: jumbo relation add --from-type goal --from-id " + goal.goalId + " --to-type <type> --to-id <id> --type involves --description \"Why\"").join("\n") + "\n" +
|
|
127
|
+
(0, OutputLayout_js_1.wrapBulletContinuation)("When the user corrects your approach: jumbo invariant add --category \"architecture\" --description \"The constraint\" or jumbo guideline add --category \"codingStyle\" --description \"The practice\"").join("\n") + "\n" +
|
|
128
|
+
(0, OutputLayout_js_1.contentLine)("Unregistered context is lost at session end. Capture it as it happens."));
|
|
122
129
|
// Review instructions (prominent)
|
|
123
|
-
this.builder.addPrompt(
|
|
124
|
-
"
|
|
125
|
-
`Run: jumbo goal submit --id ${goal.goalId}\n
|
|
126
|
-
|
|
130
|
+
this.builder.addPrompt((0, OutputLayout_js_1.divider)() + "\n" +
|
|
131
|
+
(0, OutputLayout_js_1.contentLine)("WHEN YOU'RE FINISHED IMPLEMENTING THEN THE NEXT STEP IS:") + "\n" +
|
|
132
|
+
(0, OutputLayout_js_1.contentLine)(`Run: jumbo goal submit --id ${goal.goalId}`) + "\n" +
|
|
133
|
+
(0, OutputLayout_js_1.divider)());
|
|
127
134
|
return this.builder.build();
|
|
128
135
|
}
|
|
129
136
|
isScoped(contextualView) {
|