jumbo-cli 3.2.1 → 3.4.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/README.md +3 -3
- package/dist/application/context/goals/codify/CodifierProcessManager.d.ts.map +1 -1
- package/dist/application/context/goals/codify/CodifierProcessManager.js +9 -3
- package/dist/application/context/goals/codify/CodifierProcessManager.js.map +1 -1
- package/dist/application/context/goals/query/GoalBacklogPreviewItem.d.ts +8 -0
- package/dist/application/context/goals/query/GoalBacklogPreviewItem.d.ts.map +1 -0
- package/dist/application/context/goals/query/GoalBacklogPreviewItem.js +2 -0
- package/dist/application/context/goals/query/GoalBacklogPreviewItem.js.map +1 -0
- package/dist/application/context/goals/query/GoalBacklogPreviewQueryHandler.d.ts +9 -0
- package/dist/application/context/goals/query/GoalBacklogPreviewQueryHandler.d.ts.map +1 -0
- package/dist/application/context/goals/query/GoalBacklogPreviewQueryHandler.js +42 -0
- package/dist/application/context/goals/query/GoalBacklogPreviewQueryHandler.js.map +1 -0
- package/dist/application/context/goals/refine/RefinerProcessManager.d.ts.map +1 -1
- package/dist/application/context/goals/refine/RefinerProcessManager.js +19 -3
- package/dist/application/context/goals/refine/RefinerProcessManager.js.map +1 -1
- package/dist/application/context/goals/review/ReviewerProcessManager.d.ts.map +1 -1
- package/dist/application/context/goals/review/ReviewerProcessManager.js +16 -3
- package/dist/application/context/goals/review/ReviewerProcessManager.js.map +1 -1
- package/dist/application/context/sessions/start/LocalStartSessionGateway.d.ts +5 -1
- package/dist/application/context/sessions/start/LocalStartSessionGateway.d.ts.map +1 -1
- package/dist/application/context/sessions/start/LocalStartSessionGateway.js +11 -2
- package/dist/application/context/sessions/start/LocalStartSessionGateway.js.map +1 -1
- package/dist/application/context/sessions/start/SessionStartResponse.d.ts +2 -0
- package/dist/application/context/sessions/start/SessionStartResponse.d.ts.map +1 -1
- package/dist/application/host/IApplicationContainer.d.ts +2 -0
- package/dist/application/host/IApplicationContainer.d.ts.map +1 -1
- package/dist/application/settings/Settings.d.ts +15 -0
- package/dist/application/settings/Settings.d.ts.map +1 -1
- package/dist/application/settings/Settings.js +4 -0
- package/dist/application/settings/Settings.js.map +1 -1
- package/dist/domain/architecture/define/ArchitectureDefinedEvent.d.ts +2 -1
- package/dist/domain/architecture/define/ArchitectureDefinedEvent.d.ts.map +1 -1
- package/dist/domain/architecture/update/ArchitectureUpdatedEvent.d.ts +2 -1
- package/dist/domain/architecture/update/ArchitectureUpdatedEvent.d.ts.map +1 -1
- package/dist/domain/audience-pains/add/AudiencePainAddedEvent.d.ts +2 -1
- package/dist/domain/audience-pains/add/AudiencePainAddedEvent.d.ts.map +1 -1
- package/dist/domain/audience-pains/update/AudiencePainUpdatedEvent.d.ts +2 -1
- package/dist/domain/audience-pains/update/AudiencePainUpdatedEvent.d.ts.map +1 -1
- package/dist/domain/audiences/add/AudienceAddedEvent.d.ts +2 -2
- package/dist/domain/audiences/add/AudienceAddedEvent.d.ts.map +1 -1
- package/dist/domain/audiences/remove/AudienceRemovedEvent.d.ts +2 -1
- package/dist/domain/audiences/remove/AudienceRemovedEvent.d.ts.map +1 -1
- package/dist/domain/audiences/update/AudienceUpdatedEvent.d.ts +2 -2
- package/dist/domain/audiences/update/AudienceUpdatedEvent.d.ts.map +1 -1
- package/dist/domain/components/add/ComponentAddedEvent.d.ts +2 -2
- package/dist/domain/components/add/ComponentAddedEvent.d.ts.map +1 -1
- package/dist/domain/components/deprecate/ComponentDeprecatedEvent.d.ts +2 -2
- package/dist/domain/components/deprecate/ComponentDeprecatedEvent.d.ts.map +1 -1
- package/dist/domain/components/remove/ComponentRemovedEvent.d.ts +2 -2
- package/dist/domain/components/remove/ComponentRemovedEvent.d.ts.map +1 -1
- package/dist/domain/components/update/ComponentUpdatedEvent.d.ts +2 -2
- package/dist/domain/components/update/ComponentUpdatedEvent.d.ts.map +1 -1
- package/dist/domain/goals/unblock/GoalUnblockedEvent.d.ts +2 -2
- package/dist/domain/goals/unblock/GoalUnblockedEvent.d.ts.map +1 -1
- package/dist/domain/guidelines/add/GuidelineAddedEvent.d.ts +2 -2
- package/dist/domain/guidelines/add/GuidelineAddedEvent.d.ts.map +1 -1
- package/dist/domain/guidelines/remove/GuidelineRemovedEvent.d.ts +2 -1
- package/dist/domain/guidelines/remove/GuidelineRemovedEvent.d.ts.map +1 -1
- package/dist/domain/guidelines/update/GuidelineUpdatedEvent.d.ts +2 -2
- package/dist/domain/guidelines/update/GuidelineUpdatedEvent.d.ts.map +1 -1
- package/dist/domain/invariants/add/InvariantAddedEvent.d.ts +2 -1
- package/dist/domain/invariants/add/InvariantAddedEvent.d.ts.map +1 -1
- package/dist/domain/invariants/remove/InvariantRemovedEvent.d.ts +2 -1
- package/dist/domain/invariants/remove/InvariantRemovedEvent.d.ts.map +1 -1
- package/dist/domain/invariants/update/InvariantUpdatedEvent.d.ts +2 -1
- package/dist/domain/invariants/update/InvariantUpdatedEvent.d.ts.map +1 -1
- package/dist/domain/project/Constants.d.ts +7 -0
- package/dist/domain/project/Constants.d.ts.map +1 -1
- package/dist/domain/project/Constants.js +7 -0
- package/dist/domain/project/Constants.js.map +1 -1
- package/dist/domain/project/ProjectLifecyle.d.ts +7 -0
- package/dist/domain/project/ProjectLifecyle.d.ts.map +1 -0
- package/dist/domain/project/ProjectLifecyle.js +8 -0
- package/dist/domain/project/ProjectLifecyle.js.map +1 -0
- package/dist/domain/relations/Constants.d.ts +6 -0
- package/dist/domain/relations/Constants.d.ts.map +1 -1
- package/dist/domain/relations/Constants.js +6 -0
- package/dist/domain/relations/Constants.js.map +1 -1
- package/dist/domain/relations/Relation.d.ts +2 -2
- package/dist/domain/relations/Relation.d.ts.map +1 -1
- package/dist/domain/relations/Relation.js +10 -10
- package/dist/domain/relations/Relation.js.map +1 -1
- package/dist/domain/relations/add/RelationAddedEvent.d.ts +2 -2
- package/dist/domain/relations/add/RelationAddedEvent.d.ts.map +1 -1
- package/dist/domain/relations/remove/RelationRemovedEvent.d.ts +2 -2
- package/dist/domain/relations/remove/RelationRemovedEvent.d.ts.map +1 -1
- package/dist/domain/value-propositions/add/ValuePropositionAddedEvent.d.ts +2 -1
- package/dist/domain/value-propositions/add/ValuePropositionAddedEvent.d.ts.map +1 -1
- package/dist/domain/value-propositions/remove/ValuePropositionRemovedEvent.d.ts +2 -1
- package/dist/domain/value-propositions/remove/ValuePropositionRemovedEvent.d.ts.map +1 -1
- package/dist/domain/value-propositions/update/ValuePropositionUpdatedEvent.d.ts +2 -1
- package/dist/domain/value-propositions/update/ValuePropositionUpdatedEvent.d.ts.map +1 -1
- package/dist/infrastructure/agents/AgentCliGateway.d.ts.map +1 -1
- package/dist/infrastructure/agents/AgentCliGateway.js +30 -10
- package/dist/infrastructure/agents/AgentCliGateway.js.map +1 -1
- package/dist/infrastructure/context/project/init/CodexConfigurer.d.ts +19 -6
- package/dist/infrastructure/context/project/init/CodexConfigurer.d.ts.map +1 -1
- package/dist/infrastructure/context/project/init/CodexConfigurer.js +177 -9
- package/dist/infrastructure/context/project/init/CodexConfigurer.js.map +1 -1
- package/dist/infrastructure/host/HostBuilder.d.ts.map +1 -1
- package/dist/infrastructure/host/HostBuilder.js +4 -1
- package/dist/infrastructure/host/HostBuilder.js.map +1 -1
- package/dist/infrastructure/settings/DefaultSettings.d.ts.map +1 -1
- package/dist/infrastructure/settings/DefaultSettings.js +4 -1
- package/dist/infrastructure/settings/DefaultSettings.js.map +1 -1
- package/dist/infrastructure/settings/FsSettingsInitializer.d.ts.map +1 -1
- package/dist/infrastructure/settings/FsSettingsInitializer.js +6 -0
- package/dist/infrastructure/settings/FsSettingsInitializer.js.map +1 -1
- package/dist/infrastructure/settings/FsSettingsReader.d.ts.map +1 -1
- package/dist/infrastructure/settings/FsSettingsReader.js +10 -0
- package/dist/infrastructure/settings/FsSettingsReader.js.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionStartOutputBuilder.d.ts +2 -0
- package/dist/presentation/cli/commands/sessions/start/SessionStartOutputBuilder.d.ts.map +1 -1
- package/dist/presentation/cli/commands/sessions/start/SessionStartOutputBuilder.js +9 -1
- package/dist/presentation/cli/commands/sessions/start/SessionStartOutputBuilder.js.map +1 -1
- package/dist/presentation/tui/Constants.d.ts +18 -0
- package/dist/presentation/tui/Constants.d.ts.map +1 -0
- package/dist/presentation/tui/Constants.js +28 -0
- package/dist/presentation/tui/Constants.js.map +1 -0
- package/dist/presentation/tui/action-dispatch/TuiActionDispatcher.d.ts +4 -10
- package/dist/presentation/tui/action-dispatch/TuiActionDispatcher.d.ts.map +1 -1
- package/dist/presentation/tui/action-dispatch/TuiActionDispatcher.js +17 -20
- package/dist/presentation/tui/action-dispatch/TuiActionDispatcher.js.map +1 -1
- package/dist/presentation/tui/action-dispatch/TuiActionErrorNormalizer.d.ts +4 -0
- package/dist/presentation/tui/action-dispatch/TuiActionErrorNormalizer.d.ts.map +1 -0
- package/dist/presentation/tui/action-dispatch/TuiActionErrorNormalizer.js +9 -0
- package/dist/presentation/tui/action-dispatch/TuiActionErrorNormalizer.js.map +1 -0
- package/dist/presentation/tui/action-dispatch/TuiActionResult.d.ts +8 -0
- package/dist/presentation/tui/action-dispatch/TuiActionResult.d.ts.map +1 -0
- package/dist/presentation/tui/action-dispatch/TuiActionResult.js +2 -0
- package/dist/presentation/tui/action-dispatch/TuiActionResult.js.map +1 -0
- package/dist/presentation/tui/action-dispatch/TuiRequestController.d.ts +4 -0
- package/dist/presentation/tui/action-dispatch/TuiRequestController.d.ts.map +1 -0
- package/dist/presentation/tui/action-dispatch/TuiRequestController.js +2 -0
- package/dist/presentation/tui/action-dispatch/TuiRequestController.js.map +1 -0
- package/dist/presentation/tui/application-shell/Footer.d.ts +2 -6
- package/dist/presentation/tui/application-shell/Footer.d.ts.map +1 -1
- package/dist/presentation/tui/application-shell/Footer.js +16 -12
- package/dist/presentation/tui/application-shell/Footer.js.map +1 -1
- package/dist/presentation/tui/application-shell/FooterShortcutDescriptor.d.ts +16 -0
- package/dist/presentation/tui/application-shell/FooterShortcutDescriptor.d.ts.map +1 -0
- package/dist/presentation/tui/application-shell/FooterShortcutDescriptor.js +10 -0
- package/dist/presentation/tui/application-shell/FooterShortcutDescriptor.js.map +1 -0
- package/dist/presentation/tui/application-shell/FooterUnreadNotificationCounter.d.ts +3 -0
- package/dist/presentation/tui/application-shell/FooterUnreadNotificationCounter.d.ts.map +1 -0
- package/dist/presentation/tui/application-shell/FooterUnreadNotificationCounter.js +4 -0
- package/dist/presentation/tui/application-shell/FooterUnreadNotificationCounter.js.map +1 -0
- package/dist/presentation/tui/application-shell/Header.d.ts.map +1 -1
- package/dist/presentation/tui/application-shell/Header.js +4 -3
- package/dist/presentation/tui/application-shell/Header.js.map +1 -1
- package/dist/presentation/tui/application-shell/HeaderConstants.d.ts +6 -0
- package/dist/presentation/tui/application-shell/HeaderConstants.d.ts.map +1 -0
- package/dist/presentation/tui/application-shell/HeaderConstants.js +6 -0
- package/dist/presentation/tui/application-shell/HeaderConstants.js.map +1 -0
- package/dist/presentation/tui/application-shell/TuiApp.d.ts +1 -1
- package/dist/presentation/tui/application-shell/TuiApp.d.ts.map +1 -1
- package/dist/presentation/tui/application-shell/TuiApp.js +26 -23
- package/dist/presentation/tui/application-shell/TuiApp.js.map +1 -1
- package/dist/presentation/tui/application-shell/TuiAppConstants.d.ts +18 -0
- package/dist/presentation/tui/application-shell/TuiAppConstants.d.ts.map +1 -0
- package/dist/presentation/tui/application-shell/TuiAppConstants.js +18 -0
- package/dist/presentation/tui/application-shell/TuiAppConstants.js.map +1 -0
- package/dist/presentation/tui/application-shell/useFooterNotificationDismissal.d.ts +6 -0
- package/dist/presentation/tui/application-shell/useFooterNotificationDismissal.d.ts.map +1 -0
- package/dist/presentation/tui/application-shell/useFooterNotificationDismissal.js +9 -0
- package/dist/presentation/tui/application-shell/useFooterNotificationDismissal.js.map +1 -0
- package/dist/presentation/tui/billboard/AnimatedBillboard.d.ts.map +1 -1
- package/dist/presentation/tui/billboard/AnimatedBillboard.js +26 -100
- package/dist/presentation/tui/billboard/AnimatedBillboard.js.map +1 -1
- package/dist/presentation/tui/billboard/AnimatedBillboardPalette.d.ts +31 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardPalette.d.ts.map +1 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardPalette.js +54 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardPalette.js.map +1 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardPhase.d.ts +8 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardPhase.d.ts.map +1 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardPhase.js +7 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardPhase.js.map +1 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardStickerArt.d.ts +2 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardStickerArt.d.ts.map +1 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardStickerArt.js +17 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardStickerArt.js.map +1 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardWordmarkArt.d.ts +2 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardWordmarkArt.d.ts.map +1 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardWordmarkArt.js +10 -0
- package/dist/presentation/tui/billboard/AnimatedBillboardWordmarkArt.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitDaemonConfiguration.d.ts +1 -2
- package/dist/presentation/tui/cockpit/CockpitDaemonConfiguration.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitDaemonConfiguration.js +4 -5
- package/dist/presentation/tui/cockpit/CockpitDaemonConfiguration.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitDaemonEvents.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitDaemonEvents.js +23 -15
- package/dist/presentation/tui/cockpit/CockpitDaemonEvents.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitDaemonFrames.d.ts +4 -4
- package/dist/presentation/tui/cockpit/CockpitDaemonFrames.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitDaemonFrames.js +5 -2
- package/dist/presentation/tui/cockpit/CockpitDaemonFrames.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitDaemonPanel.d.ts +6 -17
- package/dist/presentation/tui/cockpit/CockpitDaemonPanel.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitDaemonPanel.js +20 -75
- package/dist/presentation/tui/cockpit/CockpitDaemonPanel.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitDaemonPanelCopy.d.ts +12 -0
- package/dist/presentation/tui/cockpit/CockpitDaemonPanelCopy.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitDaemonPanelCopy.js +12 -0
- package/dist/presentation/tui/cockpit/CockpitDaemonPanelCopy.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitDaemonSnapshot.d.ts +10 -0
- package/dist/presentation/tui/cockpit/CockpitDaemonSnapshot.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitDaemonSnapshot.js +2 -0
- package/dist/presentation/tui/cockpit/CockpitDaemonSnapshot.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitGreeterCopy.d.ts +10 -0
- package/dist/presentation/tui/cockpit/CockpitGreeterCopy.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitGreeterCopy.js +14 -0
- package/dist/presentation/tui/cockpit/CockpitGreeterCopy.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitGreeterView.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitGreeterView.js +3 -2
- package/dist/presentation/tui/cockpit/CockpitGreeterView.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitLaunchpadCopy.d.ts +4 -0
- package/dist/presentation/tui/cockpit/CockpitLaunchpadCopy.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitLaunchpadCopy.js +4 -0
- package/dist/presentation/tui/cockpit/CockpitLaunchpadCopy.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitLaunchpadView.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitLaunchpadView.js +45 -31
- package/dist/presentation/tui/cockpit/CockpitLaunchpadView.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitLaunchpadWelcome.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitLaunchpadWelcome.js +5 -4
- package/dist/presentation/tui/cockpit/CockpitLaunchpadWelcome.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitLaunchpadWelcomeCopy.d.ts +9 -0
- package/dist/presentation/tui/cockpit/CockpitLaunchpadWelcomeCopy.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitLaunchpadWelcomeCopy.js +12 -0
- package/dist/presentation/tui/cockpit/CockpitLaunchpadWelcomeCopy.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitPrimedEmptyCopy.d.ts +12 -0
- package/dist/presentation/tui/cockpit/CockpitPrimedEmptyCopy.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitPrimedEmptyCopy.js +16 -0
- package/dist/presentation/tui/cockpit/CockpitPrimedEmptyCopy.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitPrimedEmptyView.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitPrimedEmptyView.js +7 -6
- package/dist/presentation/tui/cockpit/CockpitPrimedEmptyView.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitScreen.d.ts +2 -1
- package/dist/presentation/tui/cockpit/CockpitScreen.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitScreen.js +23 -19
- package/dist/presentation/tui/cockpit/CockpitScreen.js.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitScreenCopy.d.ts +7 -0
- package/dist/presentation/tui/cockpit/CockpitScreenCopy.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitScreenCopy.js +7 -0
- package/dist/presentation/tui/cockpit/CockpitScreenCopy.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitScreenDefaults.d.ts +6 -0
- package/dist/presentation/tui/cockpit/CockpitScreenDefaults.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitScreenDefaults.js +6 -0
- package/dist/presentation/tui/cockpit/CockpitScreenDefaults.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitUnprimedCopy.d.ts +12 -0
- package/dist/presentation/tui/cockpit/CockpitUnprimedCopy.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitUnprimedCopy.js +16 -0
- package/dist/presentation/tui/cockpit/CockpitUnprimedCopy.js.map +1 -0
- package/dist/presentation/tui/cockpit/CockpitUnprimedView.d.ts.map +1 -1
- package/dist/presentation/tui/cockpit/CockpitUnprimedView.js +8 -7
- package/dist/presentation/tui/cockpit/CockpitUnprimedView.js.map +1 -1
- package/dist/presentation/tui/cockpit/DaemonFrameViews.d.ts +17 -0
- package/dist/presentation/tui/cockpit/DaemonFrameViews.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/DaemonFrameViews.js +20 -0
- package/dist/presentation/tui/cockpit/DaemonFrameViews.js.map +1 -0
- package/dist/presentation/tui/cockpit/DaemonPanelStatusLabel.d.ts +4 -0
- package/dist/presentation/tui/cockpit/DaemonPanelStatusLabel.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/DaemonPanelStatusLabel.js +14 -0
- package/dist/presentation/tui/cockpit/DaemonPanelStatusLabel.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/CodifierDaemonConstants.d.ts +11 -0
- package/dist/presentation/tui/cockpit/daemons/CodifierDaemonConstants.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/CodifierDaemonConstants.js +15 -0
- package/dist/presentation/tui/cockpit/daemons/CodifierDaemonConstants.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/CodifierDaemonFrame.d.ts +4 -0
- package/dist/presentation/tui/cockpit/daemons/CodifierDaemonFrame.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/CodifierDaemonFrame.js +7 -0
- package/dist/presentation/tui/cockpit/daemons/CodifierDaemonFrame.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonConstants.d.ts +11 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonConstants.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonConstants.js +2 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonConstants.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonFrame.d.ts +11 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonFrame.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonFrame.js +2 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonFrame.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonUiDefinition.d.ts +7 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonUiDefinition.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonUiDefinition.js +2 -0
- package/dist/presentation/tui/cockpit/daemons/IDaemonUiDefinition.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/RefinerDaemonConstants.d.ts +11 -0
- package/dist/presentation/tui/cockpit/daemons/RefinerDaemonConstants.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/RefinerDaemonConstants.js +15 -0
- package/dist/presentation/tui/cockpit/daemons/RefinerDaemonConstants.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/RefinerDaemonFrame.d.ts +4 -0
- package/dist/presentation/tui/cockpit/daemons/RefinerDaemonFrame.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/RefinerDaemonFrame.js +7 -0
- package/dist/presentation/tui/cockpit/daemons/RefinerDaemonFrame.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/ReviewerDaemonConstants.d.ts +11 -0
- package/dist/presentation/tui/cockpit/daemons/ReviewerDaemonConstants.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/ReviewerDaemonConstants.js +16 -0
- package/dist/presentation/tui/cockpit/daemons/ReviewerDaemonConstants.js.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/ReviewerDaemonFrame.d.ts +4 -0
- package/dist/presentation/tui/cockpit/daemons/ReviewerDaemonFrame.d.ts.map +1 -0
- package/dist/presentation/tui/cockpit/daemons/ReviewerDaemonFrame.js +7 -0
- package/dist/presentation/tui/cockpit/daemons/ReviewerDaemonFrame.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/ISubprocessManager.d.ts +10 -34
- package/dist/presentation/tui/daemon-subprocesses/ISubprocessManager.d.ts.map +1 -1
- package/dist/presentation/tui/daemon-subprocesses/ManagedSubprocess.d.ts +18 -0
- package/dist/presentation/tui/daemon-subprocesses/ManagedSubprocess.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/ManagedSubprocess.js +2 -0
- package/dist/presentation/tui/daemon-subprocesses/ManagedSubprocess.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/NoOpSubprocessManager.d.ts.map +1 -1
- package/dist/presentation/tui/daemon-subprocesses/NoOpSubprocessManager.js +2 -1
- package/dist/presentation/tui/daemon-subprocesses/NoOpSubprocessManager.js.map +1 -1
- package/dist/presentation/tui/daemon-subprocesses/SubprocessManagerContext.d.ts +2 -7
- package/dist/presentation/tui/daemon-subprocesses/SubprocessManagerContext.d.ts.map +1 -1
- package/dist/presentation/tui/daemon-subprocesses/SubprocessManagerContext.js +2 -8
- package/dist/presentation/tui/daemon-subprocesses/SubprocessManagerContext.js.map +1 -1
- package/dist/presentation/tui/daemon-subprocesses/SubprocessManagerProvider.d.ts +8 -0
- package/dist/presentation/tui/daemon-subprocesses/SubprocessManagerProvider.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/SubprocessManagerProvider.js +6 -0
- package/dist/presentation/tui/daemon-subprocesses/SubprocessManagerProvider.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonConfig.d.ts +2 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonConfig.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonConfig.js +2 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonConfig.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonCounts.d.ts +6 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonCounts.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonCounts.js +2 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonCounts.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventCategory.d.ts +7 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventCategory.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventCategory.js +8 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventCategory.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventSnapshot.d.ts +15 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventSnapshot.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventSnapshot.js +2 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventSnapshot.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventStatus.d.ts +14 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventStatus.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventStatus.js +13 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonEventStatus.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonName.d.ts +2 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonName.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonName.js +2 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonName.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonOutputEventParser.d.ts +11 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonOutputEventParser.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonOutputEventParser.js +58 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiDaemonOutputEventParser.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessConfigResolver.d.ts +5 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessConfigResolver.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessConfigResolver.js +11 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessConfigResolver.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessCopy.d.ts +16 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessCopy.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessCopy.js +16 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessCopy.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessLifecycleEventRecorder.d.ts +17 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessLifecycleEventRecorder.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessLifecycleEventRecorder.js +86 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessLifecycleEventRecorder.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessManager.d.ts +9 -7
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessManager.d.ts.map +1 -1
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessManager.js +55 -164
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessManager.js.map +1 -1
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessNoOpLogger.d.ts +3 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessNoOpLogger.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessNoOpLogger.js +7 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessNoOpLogger.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessOutputRingBuffer.d.ts +7 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessOutputRingBuffer.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessOutputRingBuffer.js +25 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessOutputRingBuffer.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessSnapshot.d.ts +17 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessSnapshot.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessSnapshot.js +2 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessSnapshot.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessSnapshotMapper.d.ts +8 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessSnapshotMapper.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessSnapshotMapper.js +29 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessSnapshotMapper.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessStatus.d.ts +7 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessStatus.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessStatus.js +6 -0
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessStatus.js.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/useSubprocessManager.d.ts +3 -0
- package/dist/presentation/tui/daemon-subprocesses/useSubprocessManager.d.ts.map +1 -0
- package/dist/presentation/tui/daemon-subprocesses/useSubprocessManager.js +6 -0
- package/dist/presentation/tui/daemon-subprocesses/useSubprocessManager.js.map +1 -0
- package/dist/presentation/tui/goals/Constants.d.ts +2 -0
- package/dist/presentation/tui/goals/Constants.d.ts.map +1 -0
- package/dist/presentation/tui/goals/Constants.js +2 -0
- package/dist/presentation/tui/goals/Constants.js.map +1 -0
- package/dist/presentation/tui/goals/GoalAuthoringFlow.d.ts.map +1 -1
- package/dist/presentation/tui/goals/GoalAuthoringFlow.js +80 -88
- package/dist/presentation/tui/goals/GoalAuthoringFlow.js.map +1 -1
- package/dist/presentation/tui/goals/GoalAuthoringFlowConstants.d.ts +79 -0
- package/dist/presentation/tui/goals/GoalAuthoringFlowConstants.d.ts.map +1 -0
- package/dist/presentation/tui/goals/GoalAuthoringFlowConstants.js +84 -0
- package/dist/presentation/tui/goals/GoalAuthoringFlowConstants.js.map +1 -0
- package/dist/presentation/tui/goals/GoalsScreen.d.ts.map +1 -1
- package/dist/presentation/tui/goals/GoalsScreen.js +49 -57
- package/dist/presentation/tui/goals/GoalsScreen.js.map +1 -1
- package/dist/presentation/tui/goals/GoalsScreenConstants.d.ts +33 -0
- package/dist/presentation/tui/goals/GoalsScreenConstants.d.ts.map +1 -0
- package/dist/presentation/tui/goals/GoalsScreenConstants.js +41 -0
- package/dist/presentation/tui/goals/GoalsScreenConstants.js.map +1 -0
- package/dist/presentation/tui/index.d.ts +4 -2
- package/dist/presentation/tui/index.d.ts.map +1 -1
- package/dist/presentation/tui/index.js +2 -1
- package/dist/presentation/tui/index.js.map +1 -1
- package/dist/presentation/tui/memory/MemoryScreen.d.ts.map +1 -1
- package/dist/presentation/tui/memory/MemoryScreen.js +10 -4
- package/dist/presentation/tui/memory/MemoryScreen.js.map +1 -1
- package/dist/presentation/tui/memory/components/ComponentsScreen.d.ts.map +1 -1
- package/dist/presentation/tui/memory/components/ComponentsScreen.js +5 -1
- package/dist/presentation/tui/memory/components/ComponentsScreen.js.map +1 -1
- package/dist/presentation/tui/memory/decisions/DecisionsScreen.d.ts.map +1 -1
- package/dist/presentation/tui/memory/decisions/DecisionsScreen.js +5 -1
- package/dist/presentation/tui/memory/decisions/DecisionsScreen.js.map +1 -1
- package/dist/presentation/tui/memory/dependencies/DependenciesScreen.d.ts.map +1 -1
- package/dist/presentation/tui/memory/dependencies/DependenciesScreen.js +5 -1
- package/dist/presentation/tui/memory/dependencies/DependenciesScreen.js.map +1 -1
- package/dist/presentation/tui/memory/entity-browser/EntityColumn.d.ts.map +1 -1
- package/dist/presentation/tui/memory/entity-browser/EntityColumn.js +4 -1
- package/dist/presentation/tui/memory/entity-browser/EntityColumn.js.map +1 -1
- package/dist/presentation/tui/memory/entity-browser/EntityDetailView.d.ts.map +1 -1
- package/dist/presentation/tui/memory/entity-browser/EntityDetailView.js +96 -40
- package/dist/presentation/tui/memory/entity-browser/EntityDetailView.js.map +1 -1
- package/dist/presentation/tui/memory/entity-browser/MemoryEntityScreen.d.ts.map +1 -1
- package/dist/presentation/tui/memory/entity-browser/MemoryEntityScreen.js +39 -12
- package/dist/presentation/tui/memory/entity-browser/MemoryEntityScreen.js.map +1 -1
- package/dist/presentation/tui/memory/guidelines/GuidelinesScreen.d.ts.map +1 -1
- package/dist/presentation/tui/memory/guidelines/GuidelinesScreen.js +5 -1
- package/dist/presentation/tui/memory/guidelines/GuidelinesScreen.js.map +1 -1
- package/dist/presentation/tui/memory/invariants/InvariantsScreen.d.ts.map +1 -1
- package/dist/presentation/tui/memory/invariants/InvariantsScreen.js +5 -1
- package/dist/presentation/tui/memory/invariants/InvariantsScreen.js.map +1 -1
- package/dist/presentation/tui/navigation/MegaMenu.d.ts.map +1 -1
- package/dist/presentation/tui/navigation/MegaMenu.js +19 -4
- package/dist/presentation/tui/navigation/MegaMenu.js.map +1 -1
- package/dist/presentation/tui/navigation/MegaMenuDefinitions.d.ts.map +1 -1
- package/dist/presentation/tui/navigation/MegaMenuDefinitions.js +101 -56
- package/dist/presentation/tui/navigation/MegaMenuDefinitions.js.map +1 -1
- package/dist/presentation/tui/navigation/ScreenRouter.d.ts.map +1 -1
- package/dist/presentation/tui/navigation/ScreenRouter.js +3 -2
- package/dist/presentation/tui/navigation/ScreenRouter.js.map +1 -1
- package/dist/presentation/tui/project-initialization/Constants.d.ts +140 -0
- package/dist/presentation/tui/project-initialization/Constants.d.ts.map +1 -0
- package/dist/presentation/tui/project-initialization/Constants.js +140 -0
- package/dist/presentation/tui/project-initialization/Constants.js.map +1 -0
- package/dist/presentation/tui/project-initialization/InitFlow.d.ts +1 -1
- package/dist/presentation/tui/project-initialization/InitFlow.d.ts.map +1 -1
- package/dist/presentation/tui/project-initialization/InitFlow.js +212 -191
- package/dist/presentation/tui/project-initialization/InitFlow.js.map +1 -1
- package/dist/presentation/tui/sessions/SessionScreen.d.ts.map +1 -1
- package/dist/presentation/tui/sessions/SessionScreen.js +53 -12
- package/dist/presentation/tui/sessions/SessionScreen.js.map +1 -1
- package/dist/presentation/tui/state-reading/TuiStateReader.d.ts.map +1 -1
- package/dist/presentation/tui/state-reading/TuiStateReader.js +4 -2
- package/dist/presentation/tui/state-reading/TuiStateReader.js.map +1 -1
- package/dist/presentation/tui/ui-primitives/ListPanel.d.ts.map +1 -1
- package/dist/presentation/tui/ui-primitives/ListPanel.js +2 -1
- package/dist/presentation/tui/ui-primitives/ListPanel.js.map +1 -1
- package/dist/presentation/tui/ui-primitives/ListPanelConstants.d.ts +4 -0
- package/dist/presentation/tui/ui-primitives/ListPanelConstants.d.ts.map +1 -0
- package/dist/presentation/tui/ui-primitives/ListPanelConstants.js +4 -0
- package/dist/presentation/tui/ui-primitives/ListPanelConstants.js.map +1 -0
- package/dist/presentation/tui/ui-primitives/Tumbler.d.ts.map +1 -1
- package/dist/presentation/tui/ui-primitives/Tumbler.js +2 -1
- package/dist/presentation/tui/ui-primitives/Tumbler.js.map +1 -1
- package/dist/presentation/tui/ui-primitives/TumblerConstants.d.ts +4 -0
- package/dist/presentation/tui/ui-primitives/TumblerConstants.d.ts.map +1 -0
- package/dist/presentation/tui/ui-primitives/TumblerConstants.js +4 -0
- package/dist/presentation/tui/ui-primitives/TumblerConstants.js.map +1 -0
- package/dist/presentation/tui/wizard/Wizard.d.ts +2 -1
- package/dist/presentation/tui/wizard/Wizard.d.ts.map +1 -1
- package/dist/presentation/tui/wizard/Wizard.js +47 -20
- package/dist/presentation/tui/wizard/Wizard.js.map +1 -1
- package/dist/presentation/tui/wizard/WizardConstants.d.ts +27 -0
- package/dist/presentation/tui/wizard/WizardConstants.d.ts.map +1 -0
- package/dist/presentation/tui/wizard/WizardConstants.js +26 -0
- package/dist/presentation/tui/wizard/WizardConstants.js.map +1 -0
- package/dist/presentation/work/codifier.daemon.d.ts.map +1 -1
- package/dist/presentation/work/codifier.daemon.js +20 -1
- package/dist/presentation/work/codifier.daemon.js.map +1 -1
- package/dist/presentation/work/refiner.daemon.d.ts.map +1 -1
- package/dist/presentation/work/refiner.daemon.js +20 -1
- package/dist/presentation/work/refiner.daemon.js.map +1 -1
- package/dist/presentation/work/reviewer.daemon.d.ts.map +1 -1
- package/dist/presentation/work/reviewer.daemon.js +20 -1
- package/dist/presentation/work/reviewer.daemon.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,38 +1,40 @@
|
|
|
1
1
|
import React, { useMemo, useState } from "react";
|
|
2
2
|
import { Wizard } from "../wizard/Wizard.js";
|
|
3
|
+
import { WizardFieldKind } from "../wizard/WizardConstants.js";
|
|
4
|
+
import { AUTHORING_PROGRESS_LABELS, GoalAuthoringCopy, GoalAuthoringCriterionValue, GoalAuthoringFieldKey, GoalAuthoringStage, } from "./GoalAuthoringFlowConstants.js";
|
|
3
5
|
const DETAILS_STEPS = [
|
|
4
6
|
{
|
|
5
|
-
title:
|
|
6
|
-
description:
|
|
7
|
+
title: GoalAuthoringCopy.details.title,
|
|
8
|
+
description: GoalAuthoringCopy.details.description,
|
|
7
9
|
fields: [
|
|
8
10
|
{
|
|
9
|
-
key:
|
|
10
|
-
label:
|
|
11
|
-
placeholder:
|
|
11
|
+
key: GoalAuthoringFieldKey.TITLE,
|
|
12
|
+
label: GoalAuthoringCopy.details.fields.title,
|
|
13
|
+
placeholder: GoalAuthoringCopy.details.fields.titlePlaceholder,
|
|
12
14
|
},
|
|
13
15
|
{
|
|
14
|
-
key:
|
|
15
|
-
label:
|
|
16
|
-
placeholder:
|
|
16
|
+
key: GoalAuthoringFieldKey.OBJECTIVE,
|
|
17
|
+
label: GoalAuthoringCopy.details.fields.objective,
|
|
18
|
+
placeholder: GoalAuthoringCopy.details.fields.objectivePlaceholder,
|
|
17
19
|
},
|
|
18
20
|
],
|
|
19
21
|
},
|
|
20
22
|
];
|
|
21
23
|
const SCOPE_STEPS = [
|
|
22
24
|
{
|
|
23
|
-
title:
|
|
24
|
-
description:
|
|
25
|
+
title: GoalAuthoringCopy.scope.title,
|
|
26
|
+
description: GoalAuthoringCopy.scope.description,
|
|
25
27
|
fields: [
|
|
26
28
|
{
|
|
27
|
-
key:
|
|
28
|
-
label:
|
|
29
|
-
placeholder:
|
|
29
|
+
key: GoalAuthoringFieldKey.SCOPE_IN,
|
|
30
|
+
label: GoalAuthoringCopy.scope.fields.scopeIn,
|
|
31
|
+
placeholder: GoalAuthoringCopy.scope.fields.scopeInPlaceholder,
|
|
30
32
|
required: false,
|
|
31
33
|
},
|
|
32
34
|
{
|
|
33
|
-
key:
|
|
34
|
-
label:
|
|
35
|
-
placeholder:
|
|
35
|
+
key: GoalAuthoringFieldKey.SCOPE_OUT,
|
|
36
|
+
label: GoalAuthoringCopy.scope.fields.scopeOut,
|
|
37
|
+
placeholder: GoalAuthoringCopy.scope.fields.scopeOutPlaceholder,
|
|
36
38
|
required: false,
|
|
37
39
|
},
|
|
38
40
|
],
|
|
@@ -40,25 +42,25 @@ const SCOPE_STEPS = [
|
|
|
40
42
|
];
|
|
41
43
|
const SEQUENCING_STEPS = [
|
|
42
44
|
{
|
|
43
|
-
title:
|
|
44
|
-
description:
|
|
45
|
+
title: GoalAuthoringCopy.sequencing.title,
|
|
46
|
+
description: GoalAuthoringCopy.sequencing.description,
|
|
45
47
|
fields: [
|
|
46
48
|
{
|
|
47
|
-
key:
|
|
48
|
-
label:
|
|
49
|
-
placeholder:
|
|
49
|
+
key: GoalAuthoringFieldKey.PREVIOUS_GOAL,
|
|
50
|
+
label: GoalAuthoringCopy.sequencing.fields.previousGoal,
|
|
51
|
+
placeholder: GoalAuthoringCopy.sequencing.fields.previousGoalPlaceholder,
|
|
50
52
|
required: false,
|
|
51
53
|
},
|
|
52
54
|
{
|
|
53
|
-
key:
|
|
54
|
-
label:
|
|
55
|
-
placeholder:
|
|
55
|
+
key: GoalAuthoringFieldKey.NEXT_GOAL,
|
|
56
|
+
label: GoalAuthoringCopy.sequencing.fields.nextGoal,
|
|
57
|
+
placeholder: GoalAuthoringCopy.sequencing.fields.nextGoalPlaceholder,
|
|
56
58
|
required: false,
|
|
57
59
|
},
|
|
58
60
|
{
|
|
59
|
-
key:
|
|
60
|
-
label:
|
|
61
|
-
placeholder:
|
|
61
|
+
key: GoalAuthoringFieldKey.PREREQUISITE_GOALS,
|
|
62
|
+
label: GoalAuthoringCopy.sequencing.fields.prerequisiteGoals,
|
|
63
|
+
placeholder: GoalAuthoringCopy.sequencing.fields.prerequisiteGoalsPlaceholder,
|
|
62
64
|
required: false,
|
|
63
65
|
},
|
|
64
66
|
],
|
|
@@ -66,37 +68,26 @@ const SEQUENCING_STEPS = [
|
|
|
66
68
|
];
|
|
67
69
|
const WORKSPACE_STEPS = [
|
|
68
70
|
{
|
|
69
|
-
title:
|
|
70
|
-
description:
|
|
71
|
+
title: GoalAuthoringCopy.workspace.title,
|
|
72
|
+
description: GoalAuthoringCopy.workspace.description,
|
|
71
73
|
fields: [
|
|
72
74
|
{
|
|
73
|
-
key:
|
|
74
|
-
label:
|
|
75
|
-
placeholder:
|
|
75
|
+
key: GoalAuthoringFieldKey.BRANCH,
|
|
76
|
+
label: GoalAuthoringCopy.workspace.fields.branch,
|
|
77
|
+
placeholder: GoalAuthoringCopy.workspace.fields.branchPlaceholder,
|
|
76
78
|
required: false,
|
|
77
79
|
},
|
|
78
80
|
{
|
|
79
|
-
key:
|
|
80
|
-
label:
|
|
81
|
-
placeholder:
|
|
81
|
+
key: GoalAuthoringFieldKey.WORKTREE,
|
|
82
|
+
label: GoalAuthoringCopy.workspace.fields.worktree,
|
|
83
|
+
placeholder: GoalAuthoringCopy.workspace.fields.worktreePlaceholder,
|
|
82
84
|
required: false,
|
|
83
85
|
},
|
|
84
86
|
],
|
|
85
87
|
},
|
|
86
88
|
];
|
|
87
|
-
const CRITERION_VALUES = {
|
|
88
|
-
yes: "yes",
|
|
89
|
-
no: "no",
|
|
90
|
-
};
|
|
91
|
-
const AUTHORING_PROGRESS_LABELS = {
|
|
92
|
-
details: "1/5",
|
|
93
|
-
criteria: "2/5",
|
|
94
|
-
scope: "3/5",
|
|
95
|
-
sequencing: "4/5",
|
|
96
|
-
workspace: "5/5",
|
|
97
|
-
};
|
|
98
89
|
export function GoalAuthoringFlow({ onComplete, onCancel, dispatchError = null, disabled = false, }) {
|
|
99
|
-
const [stage, setStage] = useState(
|
|
90
|
+
const [stage, setStage] = useState(GoalAuthoringStage.DETAILS);
|
|
100
91
|
const [title, setTitle] = useState("");
|
|
101
92
|
const [objective, setObjective] = useState("");
|
|
102
93
|
const [successCriteria, setSuccessCriteria] = useState([]);
|
|
@@ -118,42 +109,43 @@ export function GoalAuthoringFlow({ onComplete, onCancel, dispatchError = null,
|
|
|
118
109
|
const criterionNumber = criteriaEditIndex + 1;
|
|
119
110
|
const criteriaSteps = useMemo(() => buildCriteriaSteps(criterionNumber), [criterionNumber]);
|
|
120
111
|
const handleDetailsConfirm = (values) => {
|
|
121
|
-
setTitle(values.
|
|
122
|
-
setObjective(values.
|
|
112
|
+
setTitle(values[GoalAuthoringFieldKey.TITLE] ?? "");
|
|
113
|
+
setObjective(values[GoalAuthoringFieldKey.OBJECTIVE] ?? "");
|
|
123
114
|
setCriteriaEditIndex(0);
|
|
124
|
-
setStage(
|
|
115
|
+
setStage(GoalAuthoringStage.CRITERIA);
|
|
125
116
|
};
|
|
126
117
|
const handleCriteriaConfirm = (values) => {
|
|
127
|
-
const criterion = values.
|
|
118
|
+
const criterion = values[GoalAuthoringFieldKey.CRITERION] ?? "";
|
|
128
119
|
const nextSuccessCriteria = [...successCriteria];
|
|
129
120
|
nextSuccessCriteria[criteriaEditIndex] = criterion;
|
|
130
121
|
setSuccessCriteria(nextSuccessCriteria);
|
|
131
|
-
if (values.
|
|
122
|
+
if (values[GoalAuthoringFieldKey.ADD_ANOTHER_CRITERION] ===
|
|
123
|
+
GoalAuthoringCriterionValue.YES) {
|
|
132
124
|
setCriteriaEditIndex(criteriaEditIndex + 1);
|
|
133
125
|
setWizardKey((current) => current + 1);
|
|
134
126
|
return;
|
|
135
127
|
}
|
|
136
|
-
setStage(
|
|
128
|
+
setStage(GoalAuthoringStage.SCOPE);
|
|
137
129
|
};
|
|
138
130
|
const handleScopeConfirm = (values) => {
|
|
139
131
|
setScopeValues({
|
|
140
|
-
scopeIn: values.
|
|
141
|
-
scopeOut: values.
|
|
132
|
+
scopeIn: values[GoalAuthoringFieldKey.SCOPE_IN] ?? "",
|
|
133
|
+
scopeOut: values[GoalAuthoringFieldKey.SCOPE_OUT] ?? "",
|
|
142
134
|
});
|
|
143
|
-
setStage(
|
|
135
|
+
setStage(GoalAuthoringStage.SEQUENCING);
|
|
144
136
|
};
|
|
145
137
|
const handleSequencingConfirm = (values) => {
|
|
146
138
|
setSequencingValues({
|
|
147
|
-
previousGoal: values.
|
|
148
|
-
nextGoal: values.
|
|
149
|
-
prerequisiteGoals: values.
|
|
139
|
+
previousGoal: values[GoalAuthoringFieldKey.PREVIOUS_GOAL] ?? "",
|
|
140
|
+
nextGoal: values[GoalAuthoringFieldKey.NEXT_GOAL] ?? "",
|
|
141
|
+
prerequisiteGoals: values[GoalAuthoringFieldKey.PREREQUISITE_GOALS] ?? "",
|
|
150
142
|
});
|
|
151
|
-
setStage(
|
|
143
|
+
setStage(GoalAuthoringStage.WORKSPACE);
|
|
152
144
|
};
|
|
153
145
|
const handleWorkspaceConfirm = (values) => {
|
|
154
146
|
const nextWorkspaceValues = {
|
|
155
|
-
branch: values.
|
|
156
|
-
worktree: values.
|
|
147
|
+
branch: values[GoalAuthoringFieldKey.BRANCH] ?? "",
|
|
148
|
+
worktree: values[GoalAuthoringFieldKey.WORKTREE] ?? "",
|
|
157
149
|
};
|
|
158
150
|
setWorkspaceValues(nextWorkspaceValues);
|
|
159
151
|
onComplete({
|
|
@@ -175,50 +167,50 @@ export function GoalAuthoringFlow({ onComplete, onCancel, dispatchError = null,
|
|
|
175
167
|
setWizardKey((current) => current + 1);
|
|
176
168
|
return;
|
|
177
169
|
}
|
|
178
|
-
setStage(
|
|
170
|
+
setStage(GoalAuthoringStage.DETAILS);
|
|
179
171
|
};
|
|
180
172
|
const handleScopeBack = () => {
|
|
181
173
|
setCriteriaEditIndex(Math.max(successCriteria.length - 1, 0));
|
|
182
|
-
setStage(
|
|
174
|
+
setStage(GoalAuthoringStage.CRITERIA);
|
|
183
175
|
};
|
|
184
176
|
const handleSequencingBack = () => {
|
|
185
|
-
setStage(
|
|
177
|
+
setStage(GoalAuthoringStage.SCOPE);
|
|
186
178
|
};
|
|
187
|
-
if (stage ===
|
|
188
|
-
return (React.createElement(Wizard, { key:
|
|
179
|
+
if (stage === GoalAuthoringStage.DETAILS) {
|
|
180
|
+
return (React.createElement(Wizard, { key: GoalAuthoringStage.DETAILS, title: GoalAuthoringCopy.title, steps: DETAILS_STEPS, onConfirm: handleDetailsConfirm, onCancel: onCancel, initialValues: { title, objective }, dispatchError: dispatchError, disabled: disabled, progressLabel: AUTHORING_PROGRESS_LABELS[GoalAuthoringStage.DETAILS] }));
|
|
189
181
|
}
|
|
190
|
-
if (stage ===
|
|
191
|
-
return (React.createElement(Wizard, { key: `criteria-${wizardKey}`, title:
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
?
|
|
195
|
-
:
|
|
196
|
-
}, dispatchError: dispatchError, disabled: disabled, progressLabel: AUTHORING_PROGRESS_LABELS.
|
|
182
|
+
if (stage === GoalAuthoringStage.CRITERIA) {
|
|
183
|
+
return (React.createElement(Wizard, { key: `criteria-${wizardKey}`, title: GoalAuthoringCopy.title, steps: criteriaSteps, onConfirm: handleCriteriaConfirm, onCancel: onCancel, onBack: handleCriteriaBack, initialValues: {
|
|
184
|
+
[GoalAuthoringFieldKey.CRITERION]: successCriteria[criteriaEditIndex] ?? "",
|
|
185
|
+
[GoalAuthoringFieldKey.ADD_ANOTHER_CRITERION]: criteriaEditIndex < successCriteria.length - 1
|
|
186
|
+
? GoalAuthoringCriterionValue.YES
|
|
187
|
+
: GoalAuthoringCriterionValue.NO,
|
|
188
|
+
}, dispatchError: dispatchError, disabled: disabled, progressLabel: AUTHORING_PROGRESS_LABELS[GoalAuthoringStage.CRITERIA] }));
|
|
197
189
|
}
|
|
198
|
-
if (stage ===
|
|
199
|
-
return (React.createElement(Wizard, { key:
|
|
190
|
+
if (stage === GoalAuthoringStage.SCOPE) {
|
|
191
|
+
return (React.createElement(Wizard, { key: GoalAuthoringStage.SCOPE, title: GoalAuthoringCopy.title, steps: SCOPE_STEPS, onConfirm: handleScopeConfirm, onCancel: onCancel, onBack: handleScopeBack, initialValues: scopeValues, dispatchError: dispatchError, disabled: disabled, progressLabel: AUTHORING_PROGRESS_LABELS[GoalAuthoringStage.SCOPE] }));
|
|
200
192
|
}
|
|
201
|
-
if (stage ===
|
|
202
|
-
return (React.createElement(Wizard, { key:
|
|
193
|
+
if (stage === GoalAuthoringStage.SEQUENCING) {
|
|
194
|
+
return (React.createElement(Wizard, { key: GoalAuthoringStage.SEQUENCING, title: GoalAuthoringCopy.title, steps: SEQUENCING_STEPS, onConfirm: handleSequencingConfirm, onCancel: onCancel, onBack: handleSequencingBack, initialValues: sequencingValues, dispatchError: dispatchError, disabled: disabled, progressLabel: AUTHORING_PROGRESS_LABELS[GoalAuthoringStage.SEQUENCING] }));
|
|
203
195
|
}
|
|
204
|
-
return (React.createElement(Wizard, { key:
|
|
196
|
+
return (React.createElement(Wizard, { key: GoalAuthoringStage.WORKSPACE, title: GoalAuthoringCopy.title, steps: WORKSPACE_STEPS, onConfirm: handleWorkspaceConfirm, onCancel: onCancel, onBack: () => setStage(GoalAuthoringStage.SEQUENCING), initialValues: workspaceValues, dispatchError: dispatchError, disabled: disabled, progressLabel: AUTHORING_PROGRESS_LABELS[GoalAuthoringStage.WORKSPACE] }));
|
|
205
197
|
}
|
|
206
198
|
function buildCriteriaSteps(criterionNumber) {
|
|
207
199
|
return [
|
|
208
200
|
{
|
|
209
|
-
title:
|
|
210
|
-
description:
|
|
201
|
+
title: `${GoalAuthoringCopy.criteria.titlePrefix} ${criterionNumber}`,
|
|
202
|
+
description: GoalAuthoringCopy.criteria.description,
|
|
211
203
|
fields: [
|
|
212
204
|
{
|
|
213
|
-
key:
|
|
214
|
-
label:
|
|
215
|
-
placeholder:
|
|
205
|
+
key: GoalAuthoringFieldKey.CRITERION,
|
|
206
|
+
label: GoalAuthoringCopy.criteria.successCriterion,
|
|
207
|
+
placeholder: GoalAuthoringCopy.criteria.successCriterionPlaceholder,
|
|
216
208
|
},
|
|
217
209
|
{
|
|
218
|
-
key:
|
|
219
|
-
label:
|
|
220
|
-
kind:
|
|
221
|
-
defaultValue:
|
|
210
|
+
key: GoalAuthoringFieldKey.ADD_ANOTHER_CRITERION,
|
|
211
|
+
label: GoalAuthoringCopy.criteria.addAnotherCriterion,
|
|
212
|
+
kind: WizardFieldKind.YES_NO,
|
|
213
|
+
defaultValue: GoalAuthoringCriterionValue.NO,
|
|
222
214
|
},
|
|
223
215
|
],
|
|
224
216
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalAuthoringFlow.js","sourceRoot":"","sources":["../../../../src/presentation/tui/goals/GoalAuthoringFlow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"GoalAuthoringFlow.js","sourceRoot":"","sources":["../../../../src/presentation/tui/goals/GoalAuthoringFlow.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
export declare const GoalAuthoringStage: {
|
|
2
|
+
readonly DETAILS: "details";
|
|
3
|
+
readonly CRITERIA: "criteria";
|
|
4
|
+
readonly SCOPE: "scope";
|
|
5
|
+
readonly SEQUENCING: "sequencing";
|
|
6
|
+
readonly WORKSPACE: "workspace";
|
|
7
|
+
};
|
|
8
|
+
export type GoalAuthoringStageValue = (typeof GoalAuthoringStage)[keyof typeof GoalAuthoringStage];
|
|
9
|
+
export declare const GoalAuthoringFieldKey: {
|
|
10
|
+
readonly TITLE: "title";
|
|
11
|
+
readonly OBJECTIVE: "objective";
|
|
12
|
+
readonly SCOPE_IN: "scopeIn";
|
|
13
|
+
readonly SCOPE_OUT: "scopeOut";
|
|
14
|
+
readonly PREVIOUS_GOAL: "previousGoal";
|
|
15
|
+
readonly NEXT_GOAL: "nextGoal";
|
|
16
|
+
readonly PREREQUISITE_GOALS: "prerequisiteGoals";
|
|
17
|
+
readonly BRANCH: "branch";
|
|
18
|
+
readonly WORKTREE: "worktree";
|
|
19
|
+
readonly CRITERION: "criterion";
|
|
20
|
+
readonly ADD_ANOTHER_CRITERION: "addAnotherCriterion";
|
|
21
|
+
};
|
|
22
|
+
export declare const GoalAuthoringCopy: {
|
|
23
|
+
readonly title: "Author Goal";
|
|
24
|
+
readonly details: {
|
|
25
|
+
readonly title: "Goal Details";
|
|
26
|
+
readonly description: "Name the goal and state the single outcome it should accomplish.";
|
|
27
|
+
readonly fields: {
|
|
28
|
+
readonly title: "Title";
|
|
29
|
+
readonly objective: "Objective";
|
|
30
|
+
readonly titlePlaceholder: "e.g. Wire Cockpit goal authoring";
|
|
31
|
+
readonly objectivePlaceholder: "e.g. Prototype the Goals screen";
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
readonly scope: {
|
|
35
|
+
readonly title: "Scope";
|
|
36
|
+
readonly description: "Identify the work area and boundaries that keep the goal focused.";
|
|
37
|
+
readonly fields: {
|
|
38
|
+
readonly scopeIn: "Scope in (optional)";
|
|
39
|
+
readonly scopeOut: "Scope out (optional)";
|
|
40
|
+
readonly scopeInPlaceholder: "e.g. src/presentation/tui/goals";
|
|
41
|
+
readonly scopeOutPlaceholder: "e.g. src/application";
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
readonly sequencing: {
|
|
45
|
+
readonly title: "Goal Sequence";
|
|
46
|
+
readonly description: "Optionally chain this goal to other goals or define prerequisites.";
|
|
47
|
+
readonly fields: {
|
|
48
|
+
readonly previousGoal: "Previous goal (optional)";
|
|
49
|
+
readonly nextGoal: "Next goal (optional)";
|
|
50
|
+
readonly prerequisiteGoals: "Prerequisite goals (optional)";
|
|
51
|
+
readonly previousGoalPlaceholder: "e.g. goal_123";
|
|
52
|
+
readonly nextGoalPlaceholder: "e.g. goal_456";
|
|
53
|
+
readonly prerequisiteGoalsPlaceholder: "e.g. goal_a goal_b";
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
readonly workspace: {
|
|
57
|
+
readonly title: "Workspace";
|
|
58
|
+
readonly description: "Optionally reserve a branch or worktree for multi-agent collaboration.";
|
|
59
|
+
readonly fields: {
|
|
60
|
+
readonly branch: "Branch (optional)";
|
|
61
|
+
readonly worktree: "Worktree (optional)";
|
|
62
|
+
readonly branchPlaceholder: "e.g. feature/cockpit-goal-authoring";
|
|
63
|
+
readonly worktreePlaceholder: "e.g. ../jumbo-cockpit-goal-authoring";
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
readonly criteria: {
|
|
67
|
+
readonly titlePrefix: "Criterion";
|
|
68
|
+
readonly description: "Define one measurable success criterion so review can determine completion.";
|
|
69
|
+
readonly successCriterion: "Success criterion";
|
|
70
|
+
readonly successCriterionPlaceholder: "e.g. List renders status, detail, and action hints";
|
|
71
|
+
readonly addAnotherCriterion: "Add another criterion?";
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
export declare const GoalAuthoringCriterionValue: {
|
|
75
|
+
readonly YES: "yes";
|
|
76
|
+
readonly NO: "no";
|
|
77
|
+
};
|
|
78
|
+
export declare const AUTHORING_PROGRESS_LABELS: Readonly<Record<GoalAuthoringStageValue, string>>;
|
|
79
|
+
//# sourceMappingURL=GoalAuthoringFlowConstants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoalAuthoringFlowConstants.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/goals/GoalAuthoringFlowConstants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;CAMrB,CAAC;AAEX,MAAM,MAAM,uBAAuB,GACjC,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;CAYxB,CAAC;AAEX,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDpB,CAAC;AAEX,eAAO,MAAM,2BAA2B;;;CAG9B,CAAC;AAEX,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAC9C,MAAM,CAAC,uBAAuB,EAAE,MAAM,CAAC,CAOxC,CAAC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export const GoalAuthoringStage = {
|
|
2
|
+
DETAILS: "details",
|
|
3
|
+
CRITERIA: "criteria",
|
|
4
|
+
SCOPE: "scope",
|
|
5
|
+
SEQUENCING: "sequencing",
|
|
6
|
+
WORKSPACE: "workspace",
|
|
7
|
+
};
|
|
8
|
+
export const GoalAuthoringFieldKey = {
|
|
9
|
+
TITLE: "title",
|
|
10
|
+
OBJECTIVE: "objective",
|
|
11
|
+
SCOPE_IN: "scopeIn",
|
|
12
|
+
SCOPE_OUT: "scopeOut",
|
|
13
|
+
PREVIOUS_GOAL: "previousGoal",
|
|
14
|
+
NEXT_GOAL: "nextGoal",
|
|
15
|
+
PREREQUISITE_GOALS: "prerequisiteGoals",
|
|
16
|
+
BRANCH: "branch",
|
|
17
|
+
WORKTREE: "worktree",
|
|
18
|
+
CRITERION: "criterion",
|
|
19
|
+
ADD_ANOTHER_CRITERION: "addAnotherCriterion",
|
|
20
|
+
};
|
|
21
|
+
export const GoalAuthoringCopy = {
|
|
22
|
+
title: "Author Goal",
|
|
23
|
+
details: {
|
|
24
|
+
title: "Goal Details",
|
|
25
|
+
description: "Name the goal and state the single outcome it should accomplish.",
|
|
26
|
+
fields: {
|
|
27
|
+
title: "Title",
|
|
28
|
+
objective: "Objective",
|
|
29
|
+
titlePlaceholder: "e.g. Wire Cockpit goal authoring",
|
|
30
|
+
objectivePlaceholder: "e.g. Prototype the Goals screen",
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
scope: {
|
|
34
|
+
title: "Scope",
|
|
35
|
+
description: "Identify the work area and boundaries that keep the goal focused.",
|
|
36
|
+
fields: {
|
|
37
|
+
scopeIn: "Scope in (optional)",
|
|
38
|
+
scopeOut: "Scope out (optional)",
|
|
39
|
+
scopeInPlaceholder: "e.g. src/presentation/tui/goals",
|
|
40
|
+
scopeOutPlaceholder: "e.g. src/application",
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
sequencing: {
|
|
44
|
+
title: "Goal Sequence",
|
|
45
|
+
description: "Optionally chain this goal to other goals or define prerequisites.",
|
|
46
|
+
fields: {
|
|
47
|
+
previousGoal: "Previous goal (optional)",
|
|
48
|
+
nextGoal: "Next goal (optional)",
|
|
49
|
+
prerequisiteGoals: "Prerequisite goals (optional)",
|
|
50
|
+
previousGoalPlaceholder: "e.g. goal_123",
|
|
51
|
+
nextGoalPlaceholder: "e.g. goal_456",
|
|
52
|
+
prerequisiteGoalsPlaceholder: "e.g. goal_a goal_b",
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
workspace: {
|
|
56
|
+
title: "Workspace",
|
|
57
|
+
description: "Optionally reserve a branch or worktree for multi-agent collaboration.",
|
|
58
|
+
fields: {
|
|
59
|
+
branch: "Branch (optional)",
|
|
60
|
+
worktree: "Worktree (optional)",
|
|
61
|
+
branchPlaceholder: "e.g. feature/cockpit-goal-authoring",
|
|
62
|
+
worktreePlaceholder: "e.g. ../jumbo-cockpit-goal-authoring",
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
criteria: {
|
|
66
|
+
titlePrefix: "Criterion",
|
|
67
|
+
description: "Define one measurable success criterion so review can determine completion.",
|
|
68
|
+
successCriterion: "Success criterion",
|
|
69
|
+
successCriterionPlaceholder: "e.g. List renders status, detail, and action hints",
|
|
70
|
+
addAnotherCriterion: "Add another criterion?",
|
|
71
|
+
},
|
|
72
|
+
};
|
|
73
|
+
export const GoalAuthoringCriterionValue = {
|
|
74
|
+
YES: "yes",
|
|
75
|
+
NO: "no",
|
|
76
|
+
};
|
|
77
|
+
export const AUTHORING_PROGRESS_LABELS = {
|
|
78
|
+
[GoalAuthoringStage.DETAILS]: "1/5",
|
|
79
|
+
[GoalAuthoringStage.CRITERIA]: "2/5",
|
|
80
|
+
[GoalAuthoringStage.SCOPE]: "3/5",
|
|
81
|
+
[GoalAuthoringStage.SEQUENCING]: "4/5",
|
|
82
|
+
[GoalAuthoringStage.WORKSPACE]: "5/5",
|
|
83
|
+
};
|
|
84
|
+
//# sourceMappingURL=GoalAuthoringFlowConstants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoalAuthoringFlowConstants.js","sourceRoot":"","sources":["../../../../src/presentation/tui/goals/GoalAuthoringFlowConstants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;CACd,CAAC;AAKX,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,SAAS;IACnB,SAAS,EAAE,UAAU;IACrB,aAAa,EAAE,cAAc;IAC7B,SAAS,EAAE,UAAU;IACrB,kBAAkB,EAAE,mBAAmB;IACvC,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,qBAAqB,EAAE,qBAAqB;CACpC,CAAC;AAEX,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,KAAK,EAAE,aAAa;IACpB,OAAO,EAAE;QACP,KAAK,EAAE,cAAc;QACrB,WAAW,EACT,kEAAkE;QACpE,MAAM,EAAE;YACN,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;YACtB,gBAAgB,EAAE,kCAAkC;YACpD,oBAAoB,EAAE,iCAAiC;SACxD;KACF;IACD,KAAK,EAAE;QACL,KAAK,EAAE,OAAO;QACd,WAAW,EACT,mEAAmE;QACrE,MAAM,EAAE;YACN,OAAO,EAAE,qBAAqB;YAC9B,QAAQ,EAAE,sBAAsB;YAChC,kBAAkB,EAAE,iCAAiC;YACrD,mBAAmB,EAAE,sBAAsB;SAC5C;KACF;IACD,UAAU,EAAE;QACV,KAAK,EAAE,eAAe;QACtB,WAAW,EACT,oEAAoE;QACtE,MAAM,EAAE;YACN,YAAY,EAAE,0BAA0B;YACxC,QAAQ,EAAE,sBAAsB;YAChC,iBAAiB,EAAE,+BAA+B;YAClD,uBAAuB,EAAE,eAAe;YACxC,mBAAmB,EAAE,eAAe;YACpC,4BAA4B,EAAE,oBAAoB;SACnD;KACF;IACD,SAAS,EAAE;QACT,KAAK,EAAE,WAAW;QAClB,WAAW,EACT,wEAAwE;QAC1E,MAAM,EAAE;YACN,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,qBAAqB;YAC/B,iBAAiB,EAAE,qCAAqC;YACxD,mBAAmB,EAAE,sCAAsC;SAC5D;KACF;IACD,QAAQ,EAAE;QACR,WAAW,EAAE,WAAW;QACxB,WAAW,EACT,6EAA6E;QAC/E,gBAAgB,EAAE,mBAAmB;QACrC,2BAA2B,EACzB,oDAAoD;QACtD,mBAAmB,EAAE,wBAAwB;KAC9C;CACO,CAAC;AAEX,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,GAAG,EAAE,KAAK;IACV,EAAE,EAAE,IAAI;CACA,CAAC;AAEX,MAAM,CAAC,MAAM,yBAAyB,GAElC;IACF,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAAE,KAAK;IACnC,CAAC,kBAAkB,CAAC,QAAQ,CAAC,EAAE,KAAK;IACpC,CAAC,kBAAkB,CAAC,KAAK,CAAC,EAAE,KAAK;IACjC,CAAC,kBAAkB,CAAC,UAAU,CAAC,EAAE,KAAK;IACtC,CAAC,kBAAkB,CAAC,SAAS,CAAC,EAAE,KAAK;CACtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GoalsScreen.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/goals/GoalsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"GoalsScreen.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/goals/GoalsScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAuDjD,wBAAgB,WAAW,IAAI,KAAK,CAAC,YAAY,CAwKhD"}
|