jumbo-cli 3.2.1 → 3.3.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 +2 -2
- 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/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/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/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/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/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/TuiSubprocessManager.d.ts.map +1 -1
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessManager.js +84 -42
- package/dist/presentation/tui/daemon-subprocesses/TuiSubprocessManager.js.map +1 -1
- 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/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
|
@@ -6,20 +6,21 @@ import { CockpitGreeterView } from "./CockpitGreeterView.js";
|
|
|
6
6
|
import { CockpitUnprimedView } from "./CockpitUnprimedView.js";
|
|
7
7
|
import { CockpitPrimedEmptyView } from "./CockpitPrimedEmptyView.js";
|
|
8
8
|
import { CockpitLaunchpadView } from "./CockpitLaunchpadView.js";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const
|
|
13
|
-
export function CockpitScreen({ state = PLACEHOLDER_COCKPIT_STATE, shortcutsEnabled = true, terminalWidth =
|
|
9
|
+
import { ProjectLifecycle } from "../../../domain/project/Constants.js";
|
|
10
|
+
import { CockpitScreenCopy } from "./CockpitScreenCopy.js";
|
|
11
|
+
import { CockpitScreenDefaults } from "./CockpitScreenDefaults.js";
|
|
12
|
+
const PLACEHOLDER_COCKPIT_STATE = ProjectLifecycle.UNINITIALIZED;
|
|
13
|
+
export function CockpitScreen({ state = PLACEHOLDER_COCKPIT_STATE, shortcutsEnabled = true, terminalWidth = CockpitScreenDefaults.terminalWidth, terminalHeight = CockpitScreenDefaults.bodyHeight, launchAnimationEnabled = true, bannerAnimationComplete, billboardAnimationComplete = false, onBannerAnimationComplete, onBillboardAnimationComplete, launchAnimationRenderer, settingsReader, } = {}) {
|
|
14
14
|
const [localBannerComplete, setLocalBannerComplete] = useState(!launchAnimationEnabled);
|
|
15
15
|
const bannerComplete = !launchAnimationEnabled ||
|
|
16
16
|
bannerAnimationComplete === true ||
|
|
17
17
|
localBannerComplete;
|
|
18
18
|
const bannerAnimationActive = launchAnimationEnabled && !bannerComplete;
|
|
19
19
|
const billboardAnimationActive = launchAnimationEnabled && !billboardAnimationComplete;
|
|
20
|
-
const bannerPersists = state ===
|
|
21
|
-
|
|
22
|
-
const
|
|
20
|
+
const bannerPersists = state === ProjectLifecycle.UNINITIALIZED ||
|
|
21
|
+
state === ProjectLifecycle.UNPRIMED;
|
|
22
|
+
const shouldRenderBanner = state !== ProjectLifecycle.PRIMED && (bannerAnimationActive || bannerPersists);
|
|
23
|
+
const shouldRenderContent = state === ProjectLifecycle.PRIMED || bannerComplete;
|
|
23
24
|
const launchAnimationSize = useMemo(() => ({
|
|
24
25
|
height: Math.max(1, Math.floor(terminalHeight)),
|
|
25
26
|
width: Math.max(1, Math.floor(terminalWidth)),
|
|
@@ -29,27 +30,30 @@ export function CockpitScreen({ state = PLACEHOLDER_COCKPIT_STATE, shortcutsEnab
|
|
|
29
30
|
onBannerAnimationComplete?.();
|
|
30
31
|
}, [onBannerAnimationComplete]);
|
|
31
32
|
const infoBoxLines = useMemo(() => {
|
|
32
|
-
if (state ===
|
|
33
|
+
if (state === ProjectLifecycle.UNINITIALIZED) {
|
|
33
34
|
return generateCustomInfoBoxLines([
|
|
34
|
-
{ label:
|
|
35
|
-
{
|
|
35
|
+
{ label: CockpitScreenCopy.directoryLabel, value: process.cwd() },
|
|
36
|
+
{
|
|
37
|
+
label: CockpitScreenCopy.statusLabel,
|
|
38
|
+
value: CockpitScreenCopy.uninitializedStatus,
|
|
39
|
+
},
|
|
36
40
|
]);
|
|
37
41
|
}
|
|
38
|
-
if (state ===
|
|
42
|
+
if (state === ProjectLifecycle.UNPRIMED) {
|
|
39
43
|
return generateCustomInfoBoxLines([
|
|
40
|
-
{ label:
|
|
41
|
-
{ label:
|
|
44
|
+
{ label: CockpitScreenCopy.directoryLabel, value: process.cwd() },
|
|
45
|
+
{ label: CockpitScreenCopy.statusLabel, value: CockpitScreenCopy.readyStatus },
|
|
42
46
|
]);
|
|
43
47
|
}
|
|
44
48
|
return undefined;
|
|
45
49
|
}, [state]);
|
|
46
50
|
return (React.createElement(Box, { flexDirection: "column", flexGrow: 1, width: "100%" },
|
|
47
51
|
shouldRenderBanner && (React.createElement(Box, { alignSelf: "center", marginTop: 1, flexShrink: 0 },
|
|
48
|
-
React.createElement(AnimatedBanner, { onComplete: handleBannerComplete, persist: bannerPersists, version:
|
|
52
|
+
React.createElement(AnimatedBanner, { onComplete: handleBannerComplete, persist: bannerPersists, version: CockpitScreenDefaults.placeholderVersion, infoBoxLines: infoBoxLines, animated: bannerAnimationActive }))),
|
|
49
53
|
shouldRenderContent && (React.createElement(Box, { flexDirection: "column", flexGrow: 1, width: "100%" },
|
|
50
|
-
state ===
|
|
51
|
-
state ===
|
|
52
|
-
state ===
|
|
53
|
-
state ===
|
|
54
|
+
state === ProjectLifecycle.UNINITIALIZED && React.createElement(CockpitGreeterView, null),
|
|
55
|
+
state === ProjectLifecycle.UNPRIMED && React.createElement(CockpitUnprimedView, null),
|
|
56
|
+
state === ProjectLifecycle.PRIMED_EMPTY && React.createElement(CockpitPrimedEmptyView, null),
|
|
57
|
+
state === ProjectLifecycle.PRIMED && (React.createElement(CockpitLaunchpadView, { shortcutsEnabled: shortcutsEnabled, launchAnimationSize: billboardAnimationActive ? launchAnimationSize : undefined, onLaunchAnimationDone: onBillboardAnimationComplete, launchAnimationRenderer: launchAnimationRenderer, settingsReader: settingsReader }))))));
|
|
54
58
|
}
|
|
55
59
|
//# sourceMappingURL=CockpitScreen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CockpitScreen.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitScreen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"CockpitScreen.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitScreen.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CockpitScreenCopy.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitScreenCopy.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;CAKpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CockpitScreenCopy.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitScreenCopy.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,cAAc,EAAE,WAAW;IAC3B,WAAW,EAAE,QAAQ;IACrB,mBAAmB,EAAE,eAAe;IACpC,WAAW,EAAE,OAAO;CACZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CockpitScreenDefaults.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitScreenDefaults.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;CAIxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CockpitScreenDefaults.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitScreenDefaults.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,kBAAkB,EAAE,OAAO;IAC3B,aAAa,EAAE,EAAE;IACjB,UAAU,EAAE,EAAE;CACN,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const CockpitUnprimedCopy: {
|
|
2
|
+
readonly intro: "This looks like an existing project.\nStart by giving Jumbo some project context before adding your first goal.";
|
|
3
|
+
readonly nextStepsHeading: "NEXT STEPS";
|
|
4
|
+
readonly nextSteps: readonly ["1. Open another shell in this directory", "2. Start AI coding agent (e.g. claude, codex, etc.)", "3. Let the agent explore the project and save insights to Jumbo's memory when it asks"];
|
|
5
|
+
readonly agentNudgeNote: "Note: You'll need to nudge your agent by prompting 'follow instructions'.";
|
|
6
|
+
readonly skipPrompt: {
|
|
7
|
+
readonly keyChar: "s";
|
|
8
|
+
readonly prefix: "Press ";
|
|
9
|
+
readonly suffix: " to skip this screen for now";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=CockpitUnprimedCopy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CockpitUnprimedCopy.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitUnprimedCopy.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;CActB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const CockpitUnprimedCopy = {
|
|
2
|
+
intro: "This looks like an existing project.\nStart by giving Jumbo some project context before adding your first goal.",
|
|
3
|
+
nextStepsHeading: "NEXT STEPS",
|
|
4
|
+
nextSteps: [
|
|
5
|
+
"1. Open another shell in this directory",
|
|
6
|
+
"2. Start AI coding agent (e.g. claude, codex, etc.)",
|
|
7
|
+
"3. Let the agent explore the project and save insights to Jumbo's memory when it asks",
|
|
8
|
+
],
|
|
9
|
+
agentNudgeNote: "Note: You'll need to nudge your agent by prompting 'follow instructions'.",
|
|
10
|
+
skipPrompt: {
|
|
11
|
+
keyChar: "s",
|
|
12
|
+
prefix: "Press ",
|
|
13
|
+
suffix: " to skip this screen for now",
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=CockpitUnprimedCopy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CockpitUnprimedCopy.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitUnprimedCopy.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,KAAK,EAAE,iHAAiH;IACxH,gBAAgB,EAAE,YAAY;IAC9B,SAAS,EAAE;QACT,yCAAyC;QACzC,qDAAqD;QACrD,uFAAuF;KACxF;IACD,cAAc,EAAE,2EAA2E;IAC3F,UAAU,EAAE;QACV,OAAO,EAAE,GAAG;QACZ,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE,8BAA8B;KACvC;CACO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CockpitUnprimedView.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitUnprimedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CockpitUnprimedView.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitUnprimedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,wBAAgB,mBAAmB,IAAI,KAAK,CAAC,YAAY,CA4CxD"}
|
|
@@ -3,25 +3,26 @@ import { Box, Text } from "ink";
|
|
|
3
3
|
import { BaseColors, SemanticColors, TuiLayout } from "../../shared/DesignTokens.js";
|
|
4
4
|
import { CenteredPrompt } from "./CenteredPrompt.js";
|
|
5
5
|
import { SectionHeading } from "../ui-primitives/SectionHeading.js";
|
|
6
|
+
import { CockpitUnprimedCopy } from "./CockpitUnprimedCopy.js";
|
|
6
7
|
export function CockpitUnprimedView() {
|
|
7
8
|
return (React.createElement(Box, { flexDirection: "column", flexGrow: 1, width: "100%", paddingY: 1, alignItems: "center" },
|
|
8
9
|
React.createElement(Box, { flexDirection: "column", width: TuiLayout.bannerWidth, paddingX: 2 },
|
|
9
10
|
React.createElement(Box, { flexDirection: "row" },
|
|
10
11
|
React.createElement(Box, { flexBasis: "3%" }),
|
|
11
12
|
React.createElement(Box, { flexDirection: "column", flexBasis: "94%" },
|
|
12
|
-
React.createElement(Text, { color: SemanticColors.primary, wrap: "wrap" },
|
|
13
|
+
React.createElement(Text, { color: SemanticColors.primary, wrap: "wrap" }, CockpitUnprimedCopy.intro)),
|
|
13
14
|
React.createElement(Box, { flexBasis: "3%" })),
|
|
14
15
|
React.createElement(Box, { flexDirection: "row" },
|
|
15
16
|
React.createElement(Box, { flexBasis: "10%" }),
|
|
16
17
|
React.createElement(Box, { flexDirection: "column", flexBasis: "80%", marginTop: 1 },
|
|
17
|
-
React.createElement(SectionHeading, { title:
|
|
18
|
+
React.createElement(SectionHeading, { title: CockpitUnprimedCopy.nextStepsHeading }),
|
|
18
19
|
React.createElement(Box, { flexDirection: "column", marginTop: 1 },
|
|
19
|
-
React.createElement(Text, { color: SemanticColors.primary, wrap: "wrap" },
|
|
20
|
-
React.createElement(Text, { color: SemanticColors.primary, wrap: "wrap" },
|
|
21
|
-
React.createElement(Text, { color: BaseColors.brandYellow, dimColor: true, wrap: "wrap" },
|
|
22
|
-
React.createElement(Text, { color: SemanticColors.primary, wrap: "wrap" },
|
|
20
|
+
React.createElement(Text, { color: SemanticColors.primary, wrap: "wrap" }, CockpitUnprimedCopy.nextSteps[0]),
|
|
21
|
+
React.createElement(Text, { color: SemanticColors.primary, wrap: "wrap" }, CockpitUnprimedCopy.nextSteps[1]),
|
|
22
|
+
React.createElement(Text, { color: BaseColors.brandYellow, dimColor: true, wrap: "wrap" }, CockpitUnprimedCopy.agentNudgeNote),
|
|
23
|
+
React.createElement(Text, { color: SemanticColors.primary, wrap: "wrap" }, CockpitUnprimedCopy.nextSteps[2]))),
|
|
23
24
|
React.createElement(Box, { flexBasis: "10%" })),
|
|
24
25
|
React.createElement(Box, { marginTop: 2 },
|
|
25
|
-
React.createElement(CenteredPrompt, { keyChar:
|
|
26
|
+
React.createElement(CenteredPrompt, { keyChar: CockpitUnprimedCopy.skipPrompt.keyChar, prefix: CockpitUnprimedCopy.skipPrompt.prefix, suffix: CockpitUnprimedCopy.skipPrompt.suffix })))));
|
|
26
27
|
}
|
|
27
28
|
//# sourceMappingURL=CockpitUnprimedView.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CockpitUnprimedView.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitUnprimedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"CockpitUnprimedView.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/CockpitUnprimedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D,MAAM,UAAU,mBAAmB;IACjC,OAAO,CACL,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAC,MAAM,EAAC,QAAQ,EAAE,CAAC,EAAE,UAAU,EAAC,QAAQ;QACpF,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,KAAK,EAAE,SAAS,CAAC,WAAW,EAAE,QAAQ,EAAE,CAAC;YACnE,oBAAC,GAAG,IAAC,aAAa,EAAC,KAAK;gBACtB,oBAAC,GAAG,IAAC,SAAS,EAAC,IAAI,GAAG;gBACtB,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,SAAS,EAAC,KAAK;oBACzC,oBAAC,IAAI,IAAC,KAAK,EAAE,cAAc,CAAC,OAAO,EAAE,IAAI,EAAC,MAAM,IAC7C,mBAAmB,CAAC,KAAK,CACrB,CACH;gBACN,oBAAC,GAAG,IAAC,SAAS,EAAC,IAAI,GAAG,CAClB;YACN,oBAAC,GAAG,IAAC,aAAa,EAAC,KAAK;gBACtB,oBAAC,GAAG,IAAC,SAAS,EAAC,KAAK,GAAG;gBACvB,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,SAAS,EAAC,KAAK,EAAC,SAAS,EAAE,CAAC;oBACtD,oBAAC,cAAc,IAAC,KAAK,EAAE,mBAAmB,CAAC,gBAAgB,GAAI;oBAC/D,oBAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,SAAS,EAAE,CAAC;wBACtC,oBAAC,IAAI,IAAC,KAAK,EAAE,cAAc,CAAC,OAAO,EAAE,IAAI,EAAC,MAAM,IAC7C,mBAAmB,CAAC,SAAS,CAAC,CAAC,CAAC,CAC5B;wBACP,oBAAC,IAAI,IAAC,KAAK,EAAE,cAAc,CAAC,OAAO,EAAE,IAAI,EAAC,MAAM,IAC7C,mBAAmB,CAAC,SAAS,CAAC,CAAC,CAAC,CAC5B;wBACP,oBAAC,IAAI,IAAC,KAAK,EAAE,UAAU,CAAC,WAAW,EAAE,QAAQ,QAAC,IAAI,EAAC,MAAM,IACtD,mBAAmB,CAAC,cAAc,CAC9B;wBACP,oBAAC,IAAI,IAAC,KAAK,EAAE,cAAc,CAAC,OAAO,EAAE,IAAI,EAAC,MAAM,IAC7C,mBAAmB,CAAC,SAAS,CAAC,CAAC,CAAC,CAC5B,CACH,CACF;gBACN,oBAAC,GAAG,IAAC,SAAS,EAAC,KAAK,GAAG,CACnB;YACN,oBAAC,GAAG,IAAC,SAAS,EAAE,CAAC;gBACf,oBAAC,cAAc,IACb,OAAO,EAAE,mBAAmB,CAAC,UAAU,CAAC,OAAO,EAC/C,MAAM,EAAE,mBAAmB,CAAC,UAAU,CAAC,MAAM,EAC7C,MAAM,EAAE,mBAAmB,CAAC,UAAU,CAAC,MAAM,GAC7C,CACE,CACF,CACF,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { CockpitDaemonSnapshot } from "./CockpitDaemonSnapshot.js";
|
|
3
|
+
import { type GlyphCell, type GlyphColorMap } from "./CockpitDaemonFrames.js";
|
|
4
|
+
export declare function GlyphCellDaemonFrame({ frame, frameIndex, snapshot, statusLabel, }: {
|
|
5
|
+
readonly frame: readonly (readonly GlyphCell[])[];
|
|
6
|
+
readonly frameIndex: number;
|
|
7
|
+
readonly snapshot: CockpitDaemonSnapshot;
|
|
8
|
+
readonly statusLabel: string;
|
|
9
|
+
}): React.ReactElement;
|
|
10
|
+
export declare function CodifierDaemonFrame({ frame, frameIndex, glyphColors, snapshot, statusLabel, }: {
|
|
11
|
+
readonly frame: readonly string[];
|
|
12
|
+
readonly frameIndex: number;
|
|
13
|
+
readonly glyphColors: GlyphColorMap;
|
|
14
|
+
readonly snapshot: CockpitDaemonSnapshot;
|
|
15
|
+
readonly statusLabel: string;
|
|
16
|
+
}): React.ReactElement;
|
|
17
|
+
//# sourceMappingURL=DaemonFrameViews.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DaemonFrameViews.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/DaemonFrameViews.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,EAUL,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,0BAA0B,CAAC;AAElC,wBAAgB,oBAAoB,CAAC,EACnC,KAAK,EACL,UAAU,EACV,QAAQ,EACR,WAAW,GACZ,EAAE;IACD,QAAQ,CAAC,KAAK,EAAE,SAAS,CAAC,SAAS,SAAS,EAAE,CAAC,EAAE,CAAC;IAClD,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC;IACzC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B,GAAG,KAAK,CAAC,YAAY,CAoCrB;AAED,wBAAgB,mBAAmB,CAAC,EAClC,KAAK,EACL,UAAU,EACV,WAAW,EACX,QAAQ,EACR,WAAW,GACZ,EAAE;IACD,QAAQ,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,WAAW,EAAE,aAAa,CAAC;IACpC,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC;IACzC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;CAC9B,GAAG,KAAK,CAAC,YAAY,CAwCrB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Box, Text } from "ink";
|
|
3
|
+
import { BaseColors } from "../../shared/DesignTokens.js";
|
|
4
|
+
import { DAEMON_PANEL_CONTENT_WIDTH, getGlyphCellLinePrefix, getGlyphCellLineSuffix, getGlyphCellSegments, getGlyphLinePrefix, getGlyphLineSuffix, getRenderedDaemonFrame, getStyledGlyphSegments, isDaemonStatusLine, } from "./CockpitDaemonFrames.js";
|
|
5
|
+
export function GlyphCellDaemonFrame({ frame, frameIndex, snapshot, statusLabel, }) {
|
|
6
|
+
return (React.createElement(Box, { flexDirection: "column", flexWrap: "nowrap", width: DAEMON_PANEL_CONTENT_WIDTH }, getRenderedDaemonFrame(frame).map((line, lineIndex) => (React.createElement(Text, { key: `${frameIndex}-${lineIndex}` },
|
|
7
|
+
getGlyphCellSegments(getGlyphCellLinePrefix(line, statusLabel, lineIndex), snapshot).map((segment, segmentIndex) => (React.createElement(Text, { key: `${frameIndex}-${lineIndex}-prefix-${segmentIndex}`, color: segment.color }, segment.text))),
|
|
8
|
+
isDaemonStatusLine(lineIndex) && (React.createElement(Text, { color: getDaemonStatusColor(), bold: true }, statusLabel)),
|
|
9
|
+
getGlyphCellSegments(getGlyphCellLineSuffix(line, statusLabel, lineIndex), snapshot).map((segment, segmentIndex) => (React.createElement(Text, { key: `${frameIndex}-${lineIndex}-suffix-${segmentIndex}`, color: segment.color }, segment.text))))))));
|
|
10
|
+
}
|
|
11
|
+
export function CodifierDaemonFrame({ frame, frameIndex, glyphColors, snapshot, statusLabel, }) {
|
|
12
|
+
return (React.createElement(Box, { flexDirection: "column", flexWrap: "nowrap", width: DAEMON_PANEL_CONTENT_WIDTH }, getRenderedDaemonFrame(frame).map((line, lineIndex) => (React.createElement(Text, { key: `${frameIndex}-${lineIndex}` },
|
|
13
|
+
getStyledGlyphSegments(getGlyphLinePrefix(line, statusLabel, lineIndex), glyphColors, snapshot).map((segment, segmentIndex) => (React.createElement(Text, { key: `${frameIndex}-${lineIndex}-prefix-${segmentIndex}`, color: segment.color, dimColor: segment.dimColor }, segment.text))),
|
|
14
|
+
isDaemonStatusLine(lineIndex) && (React.createElement(Text, { color: getDaemonStatusColor(), bold: true }, statusLabel)),
|
|
15
|
+
getStyledGlyphSegments(getGlyphLineSuffix(line, statusLabel, lineIndex), glyphColors, snapshot).map((segment, segmentIndex) => (React.createElement(Text, { key: `${frameIndex}-${lineIndex}-suffix-${segmentIndex}`, color: segment.color, dimColor: segment.dimColor }, segment.text))))))));
|
|
16
|
+
}
|
|
17
|
+
function getDaemonStatusColor() {
|
|
18
|
+
return BaseColors.shade3;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=DaemonFrameViews.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DaemonFrameViews.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/DaemonFrameViews.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { CockpitDaemonSnapshot } from "./CockpitDaemonSnapshot.js";
|
|
2
|
+
import type { IDaemonConstants } from "./daemons/IDaemonConstants.js";
|
|
3
|
+
export declare function getDaemonPanelStatusLabel(snapshot: CockpitDaemonSnapshot, daemonConstants: IDaemonConstants): string;
|
|
4
|
+
//# sourceMappingURL=DaemonPanelStatusLabel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DaemonPanelStatusLabel.d.ts","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/DaemonPanelStatusLabel.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEtE,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,qBAAqB,EAC/B,eAAe,EAAE,gBAAgB,GAChC,MAAM,CAeR"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TuiDaemonEventStatus, } from "../daemon-subprocesses/TuiDaemonEventStatus.js";
|
|
2
|
+
import { TuiSubprocessStatus, } from "../daemon-subprocesses/TuiSubprocessStatus.js";
|
|
3
|
+
export function getDaemonPanelStatusLabel(snapshot, daemonConstants) {
|
|
4
|
+
const latestEvent = snapshot.events[snapshot.events.length - 1];
|
|
5
|
+
if (snapshot.status === TuiSubprocessStatus.RUNNING &&
|
|
6
|
+
latestEvent?.status === TuiDaemonEventStatus.IDLE) {
|
|
7
|
+
return `[ ${daemonConstants.idleVerb} ]`;
|
|
8
|
+
}
|
|
9
|
+
const status = snapshot.status === TuiSubprocessStatus.RUNNING
|
|
10
|
+
? daemonConstants.activeVerb
|
|
11
|
+
: snapshot.status;
|
|
12
|
+
return `[ ${status} ]`;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=DaemonPanelStatusLabel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DaemonPanelStatusLabel.js","sourceRoot":"","sources":["../../../../src/presentation/tui/cockpit/DaemonPanelStatusLabel.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,GACrB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,mBAAmB,GACpB,MAAM,+CAA+C,CAAC;AAIvD,MAAM,UAAU,yBAAyB,CACvC,QAA+B,EAC/B,eAAiC;IAEjC,MAAM,WAAW,GAAG,QAAQ,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;IAChE,IACE,QAAQ,CAAC,MAAM,KAAK,mBAAmB,CAAC,OAAO;QAC/C,WAAW,EAAE,MAAM,KAAK,oBAAoB,CAAC,IAAI,EACjD,CAAC;QACD,OAAO,KAAK,eAAe,CAAC,QAAQ,IAAI,CAAC;IAC3C,CAAC;IAED,MAAM,MAAM,GACV,QAAQ,CAAC,MAAM,KAAK,mBAAmB,CAAC,OAAO;QAC7C,CAAC,CAAC,eAAe,CAAC,UAAU;QAC5B,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC;IAEtB,OAAO,KAAK,MAAM,IAAI,CAAC;AACzB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const CodifierDaemonConstants: {
|
|
2
|
+
readonly name: "codifier";
|
|
3
|
+
readonly title: "CODIFIER//";
|
|
4
|
+
readonly activeVerb: "codifying";
|
|
5
|
+
readonly idleVerb: "awaiting approvals";
|
|
6
|
+
readonly info: {
|
|
7
|
+
readonly title: "CODIFIER//";
|
|
8
|
+
readonly lines: readonly ["Codify implementation results automatically as soon as goals are approved.", "", "Missing decisions, components and documentation will be updated before goals are finally closed."];
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=CodifierDaemonConstants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodifierDaemonConstants.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/CodifierDaemonConstants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB;;;;;;;;;CAaC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const CodifierDaemonConstants = {
|
|
2
|
+
name: "codifier",
|
|
3
|
+
title: "CODIFIER//",
|
|
4
|
+
activeVerb: "codifying",
|
|
5
|
+
idleVerb: "awaiting approvals",
|
|
6
|
+
info: {
|
|
7
|
+
title: "CODIFIER//",
|
|
8
|
+
lines: [
|
|
9
|
+
"Codify implementation results automatically as soon as goals are approved.",
|
|
10
|
+
"",
|
|
11
|
+
"Missing decisions, components and documentation will be updated before goals are finally closed.",
|
|
12
|
+
],
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=CodifierDaemonConstants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodifierDaemonConstants.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/CodifierDaemonConstants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,YAAY;IACnB,UAAU,EAAE,WAAW;IACvB,QAAQ,EAAE,oBAAoB;IAC9B,IAAI,EAAE;QACJ,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE;YACL,4EAA4E;YAC5E,EAAE;YACF,kGAAkG;SACnG;KACF;CACkC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { IDaemonFrame } from "./IDaemonFrame.js";
|
|
3
|
+
export declare function CodifierDaemonFrame({ frameIndex, snapshot, statusLabel, codifierGlyphColors, }: IDaemonFrame): React.ReactElement;
|
|
4
|
+
//# sourceMappingURL=CodifierDaemonFrame.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodifierDaemonFrame.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/CodifierDaemonFrame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,wBAAgB,mBAAmB,CAAC,EAClC,UAAU,EACV,QAAQ,EACR,WAAW,EACX,mBAAmB,GACpB,EAAE,YAAY,GAAG,KAAK,CAAC,YAAY,CAUnC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { CodifierDaemonFrame as CodifierDaemonFrameView } from "../DaemonFrameViews.js";
|
|
3
|
+
import { getCodifierFrame } from "../CockpitDaemonFrames.js";
|
|
4
|
+
export function CodifierDaemonFrame({ frameIndex, snapshot, statusLabel, codifierGlyphColors, }) {
|
|
5
|
+
return (React.createElement(CodifierDaemonFrameView, { frame: getCodifierFrame(frameIndex), frameIndex: frameIndex, glyphColors: codifierGlyphColors, snapshot: snapshot, statusLabel: statusLabel }));
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=CodifierDaemonFrame.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodifierDaemonFrame.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/CodifierDaemonFrame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,mBAAmB,IAAI,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACxF,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAG7D,MAAM,UAAU,mBAAmB,CAAC,EAClC,UAAU,EACV,QAAQ,EACR,WAAW,EACX,mBAAmB,GACN;IACb,OAAO,CACL,oBAAC,uBAAuB,IACtB,KAAK,EAAE,gBAAgB,CAAC,UAAU,CAAC,EACnC,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,mBAAmB,EAChC,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,WAAW,GACxB,CACH,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface IDaemonConstants {
|
|
2
|
+
readonly name: string;
|
|
3
|
+
readonly title: string;
|
|
4
|
+
readonly activeVerb: string;
|
|
5
|
+
readonly idleVerb: string;
|
|
6
|
+
readonly info: {
|
|
7
|
+
readonly title: string;
|
|
8
|
+
readonly lines: readonly string[];
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=IDaemonConstants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDaemonConstants.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/IDaemonConstants.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,IAAI,EAAE;QACb,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,CAAC;KACnC,CAAC;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDaemonConstants.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/IDaemonConstants.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { CockpitDaemonSnapshot } from "../CockpitDaemonSnapshot.js";
|
|
2
|
+
import type { GlyphColorMap, GlyphPalette } from "../CockpitDaemonFrames.js";
|
|
3
|
+
export interface IDaemonFrame {
|
|
4
|
+
readonly frameIndex: number;
|
|
5
|
+
readonly snapshot: CockpitDaemonSnapshot;
|
|
6
|
+
readonly statusLabel: string;
|
|
7
|
+
readonly refinerGlyphPalette: GlyphPalette;
|
|
8
|
+
readonly reviewerGlyphPalette: GlyphPalette;
|
|
9
|
+
readonly codifierGlyphColors: GlyphColorMap;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=IDaemonFrame.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDaemonFrame.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/IDaemonFrame.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAE7E,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,QAAQ,EAAE,qBAAqB,CAAC;IACzC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,mBAAmB,EAAE,YAAY,CAAC;IAC3C,QAAQ,CAAC,oBAAoB,EAAE,YAAY,CAAC;IAC5C,QAAQ,CAAC,mBAAmB,EAAE,aAAa,CAAC;CAC7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDaemonFrame.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/IDaemonFrame.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IDaemonFrame } from "./IDaemonFrame.js";
|
|
2
|
+
import type { IDaemonConstants } from "./IDaemonConstants.js";
|
|
3
|
+
export interface IDaemonUiDefinition {
|
|
4
|
+
readonly constants: IDaemonConstants;
|
|
5
|
+
readonly Frame: (frame: IDaemonFrame) => React.ReactElement;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=IDaemonUiDefinition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDaemonUiDefinition.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/IDaemonUiDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,SAAS,EAAE,gBAAgB,CAAC;IACrC,QAAQ,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,KAAK,CAAC,YAAY,CAAC;CAC7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IDaemonUiDefinition.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/IDaemonUiDefinition.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const RefinerDaemonConstants: {
|
|
2
|
+
readonly name: "refiner";
|
|
3
|
+
readonly title: "REFINER//";
|
|
4
|
+
readonly activeVerb: "refining";
|
|
5
|
+
readonly idleVerb: "foraging";
|
|
6
|
+
readonly info: {
|
|
7
|
+
readonly title: "REFINER//";
|
|
8
|
+
readonly lines: readonly ["Automatically apply relevant memories to build goal context for the implementing agent.", "", "Goals are submitted when finished and ready for implementation."];
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=RefinerDaemonConstants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefinerDaemonConstants.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/RefinerDaemonConstants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;;;;;;;;;CAaE,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const RefinerDaemonConstants = {
|
|
2
|
+
name: "refiner",
|
|
3
|
+
title: "REFINER//",
|
|
4
|
+
activeVerb: "refining",
|
|
5
|
+
idleVerb: "foraging",
|
|
6
|
+
info: {
|
|
7
|
+
title: "REFINER//",
|
|
8
|
+
lines: [
|
|
9
|
+
"Automatically apply relevant memories to build goal context for the implementing agent.",
|
|
10
|
+
"",
|
|
11
|
+
"Goals are submitted when finished and ready for implementation.",
|
|
12
|
+
],
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=RefinerDaemonConstants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefinerDaemonConstants.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/RefinerDaemonConstants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,WAAW;IAClB,UAAU,EAAE,UAAU;IACtB,QAAQ,EAAE,UAAU;IACpB,IAAI,EAAE;QACJ,KAAK,EAAE,WAAW;QAClB,KAAK,EAAE;YACL,yFAAyF;YACzF,EAAE;YACF,iEAAiE;SAClE;KACF;CACkC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { IDaemonFrame } from "./IDaemonFrame.js";
|
|
3
|
+
export declare function RefinerDaemonFrame({ frameIndex, snapshot, statusLabel, refinerGlyphPalette, }: IDaemonFrame): React.ReactElement;
|
|
4
|
+
//# sourceMappingURL=RefinerDaemonFrame.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefinerDaemonFrame.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/RefinerDaemonFrame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,wBAAgB,kBAAkB,CAAC,EACjC,UAAU,EACV,QAAQ,EACR,WAAW,EACX,mBAAmB,GACpB,EAAE,YAAY,GAAG,KAAK,CAAC,YAAY,CASnC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { GlyphCellDaemonFrame } from "../DaemonFrameViews.js";
|
|
3
|
+
import { getRefinerFrame } from "../CockpitDaemonFrames.js";
|
|
4
|
+
export function RefinerDaemonFrame({ frameIndex, snapshot, statusLabel, refinerGlyphPalette, }) {
|
|
5
|
+
return (React.createElement(GlyphCellDaemonFrame, { frame: getRefinerFrame(frameIndex, refinerGlyphPalette), frameIndex: frameIndex, snapshot: snapshot, statusLabel: statusLabel }));
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=RefinerDaemonFrame.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefinerDaemonFrame.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/RefinerDaemonFrame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,MAAM,UAAU,kBAAkB,CAAC,EACjC,UAAU,EACV,QAAQ,EACR,WAAW,EACX,mBAAmB,GACN;IACb,OAAO,CACL,oBAAC,oBAAoB,IACnB,KAAK,EAAE,eAAe,CAAC,UAAU,EAAE,mBAAmB,CAAC,EACvD,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,WAAW,GACxB,CACH,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const ReviewerDaemonConstants: {
|
|
2
|
+
readonly name: "reviewer";
|
|
3
|
+
readonly title: "REVIEWER//";
|
|
4
|
+
readonly activeVerb: "reviewing";
|
|
5
|
+
readonly idleVerb: "awaiting submissions";
|
|
6
|
+
readonly info: {
|
|
7
|
+
readonly title: "REVIEWER//";
|
|
8
|
+
readonly lines: readonly ["Orchestrate background agents to automatically review goal implementations as soon as they submitted.", "", "Approved goals will get picked up by the codifier (if running).", "Rejected goals will get requeued with documented issues to be resolved."];
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=ReviewerDaemonConstants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewerDaemonConstants.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/ReviewerDaemonConstants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB;;;;;;;;;CAcC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const ReviewerDaemonConstants = {
|
|
2
|
+
name: "reviewer",
|
|
3
|
+
title: "REVIEWER//",
|
|
4
|
+
activeVerb: "reviewing",
|
|
5
|
+
idleVerb: "awaiting submissions",
|
|
6
|
+
info: {
|
|
7
|
+
title: "REVIEWER//",
|
|
8
|
+
lines: [
|
|
9
|
+
"Orchestrate background agents to automatically review goal implementations as soon as they submitted.",
|
|
10
|
+
"",
|
|
11
|
+
"Approved goals will get picked up by the codifier (if running).",
|
|
12
|
+
"Rejected goals will get requeued with documented issues to be resolved.",
|
|
13
|
+
],
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ReviewerDaemonConstants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewerDaemonConstants.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/ReviewerDaemonConstants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,IAAI,EAAE,UAAU;IAChB,KAAK,EAAE,YAAY;IACnB,UAAU,EAAE,WAAW;IACvB,QAAQ,EAAE,sBAAsB;IAChC,IAAI,EAAE;QACJ,KAAK,EAAE,YAAY;QACnB,KAAK,EAAE;YACL,uGAAuG;YACvG,EAAE;YACF,iEAAiE;YACjE,yEAAyE;SAC1E;KACF;CACkC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { IDaemonFrame } from "./IDaemonFrame.js";
|
|
3
|
+
export declare function ReviewerDaemonFrame({ frameIndex, snapshot, statusLabel, reviewerGlyphPalette, }: IDaemonFrame): React.ReactElement;
|
|
4
|
+
//# sourceMappingURL=ReviewerDaemonFrame.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewerDaemonFrame.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/ReviewerDaemonFrame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,wBAAgB,mBAAmB,CAAC,EAClC,UAAU,EACV,QAAQ,EACR,WAAW,EACX,oBAAoB,GACrB,EAAE,YAAY,GAAG,KAAK,CAAC,YAAY,CASnC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { GlyphCellDaemonFrame } from "../DaemonFrameViews.js";
|
|
3
|
+
import { getReviewerFrame } from "../CockpitDaemonFrames.js";
|
|
4
|
+
export function ReviewerDaemonFrame({ frameIndex, snapshot, statusLabel, reviewerGlyphPalette, }) {
|
|
5
|
+
return (React.createElement(GlyphCellDaemonFrame, { frame: getReviewerFrame(frameIndex, reviewerGlyphPalette), frameIndex: frameIndex, snapshot: snapshot, statusLabel: statusLabel }));
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=ReviewerDaemonFrame.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewerDaemonFrame.js","sourceRoot":"","sources":["../../../../../src/presentation/tui/cockpit/daemons/ReviewerDaemonFrame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAG7D,MAAM,UAAU,mBAAmB,CAAC,EAClC,UAAU,EACV,QAAQ,EACR,WAAW,EACX,oBAAoB,GACP;IACb,OAAO,CACL,oBAAC,oBAAoB,IACnB,KAAK,EAAE,gBAAgB,CAAC,UAAU,EAAE,oBAAoB,CAAC,EACzD,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,WAAW,GACxB,CACH,CAAC;AACJ,CAAC"}
|