@shipit-ai/cli 1.165.0 → 1.166.1
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/LICENSE +2 -1
- package/README.md +6 -0
- package/apis/json-schema/AgentSession.yaml +1 -1
- package/apis/json-schema/AgentType.yaml +2 -0
- package/dist/eslint.config.mjs +2 -0
- package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts +1 -1
- package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.js +1 -1
- package/dist/packages/core/src/application/use-cases/agents/delete-agent-run.use-case.js +1 -1
- package/dist/packages/core/src/domain/generated/output.d.ts +3 -1
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
- package/dist/packages/core/src/domain/generated/output.js +2 -0
- package/dist/packages/core/src/infrastructure/di/modules/agents.module.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/modules/agents.module.js +6 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.js +33 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.js +2 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-interactive-executor.service.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-interactive-executor.service.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/copilot-cli-executor.service.d.ts +34 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/copilot-cli-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/copilot-cli-executor.service.js +149 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.js +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.js +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/rovo-dev-executor.service.d.ts +37 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/rovo-dev-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/rovo-dev-executor.service.js +150 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +1 -1
- package/dist/packages/core/src/infrastructure/services/git/merge-strategy.service.js +1 -1
- package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.js +1 -1
- package/dist/packages/core/src/infrastructure/services/notifications/notification-bus.js +1 -1
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.js +3 -3
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/copilot-cli.json +31 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/rovo-dev.json +31 -0
- package/dist/src/presentation/web/app/actions/check-agent-auth.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/check-agent-auth.js +35 -0
- package/dist/src/presentation/web/app/actions/check-agent-tool.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/check-agent-tool.js +4 -0
- package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/get-all-agent-models.js +8 -2
- package/dist/src/presentation/web/components/assistant-ui/thread.js +2 -2
- package/dist/src/presentation/web/components/common/action-button/action-button.js +2 -2
- package/dist/src/presentation/web/components/common/action-button/action-button.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/action-button/action-button.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/add-repository-button/add-repository-button.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/add-repository-button/add-repository-button.js +3 -2
- package/dist/src/presentation/web/components/common/add-repository-button/add-repository-button.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/add-repository-button/add-repository-button.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/add-repository-button/add-repository-button.stories.js +1 -1
- package/dist/src/presentation/web/components/common/attachment-card/attachment-card.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/attachment-card/attachment-card.js +2 -2
- package/dist/src/presentation/web/components/common/attachment-card/attachment-card.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/attachment-card/attachment-card.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/attachment-card/attachment-card.stories.js +1 -1
- package/dist/src/presentation/web/components/common/attachment-chip/attachment-chip.js +2 -2
- package/dist/src/presentation/web/components/common/attachment-chip/attachment-chip.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/attachment-chip/attachment-chip.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/attachment-chip/attachment-chip.stories.js +1 -1
- package/dist/src/presentation/web/components/common/base-drawer/base-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/base-drawer/base-drawer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/ci-status-badge/ci-status-badge.js +4 -4
- package/dist/src/presentation/web/components/common/ci-status-badge/ci-status-badge.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/ci-status-badge/ci-status-badge.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.js +3 -3
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.js +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-drawer-client.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/adopt-drawer-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.js +3 -3
- package/dist/src/presentation/web/components/common/control-center-drawer/global-chat-drawer-client.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/global-chat-drawer-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.js +5 -5
- package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/delete-feature-dialog/delete-feature-dialog.js +2 -2
- package/dist/src/presentation/web/components/common/delete-feature-dialog/delete-feature-dialog.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/delete-feature-dialog/delete-feature-dialog.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/delete-feature-dialog/delete-feature-dialog.stories.js +1 -1
- package/dist/src/presentation/web/components/common/deployment-status-badge/deployment-status-badge.js +2 -2
- package/dist/src/presentation/web/components/common/deployment-status-badge/deployment-status-badge.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/deployment-status-badge/deployment-status-badge.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/drawer-action-bar/drawer-action-bar.js +2 -2
- package/dist/src/presentation/web/components/common/drawer-action-bar/drawer-action-bar.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/drawer-action-bar/drawer-action-bar.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/drawer-action-bar/drawer-action-bar.stories.js +1 -1
- package/dist/src/presentation/web/components/common/drawer-revision-input/drawer-revision-input.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/drawer-revision-input/drawer-revision-input.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/drawer-revision-input/drawer-revision-input.stories.js +1 -1
- package/dist/src/presentation/web/components/common/editor-type-icons.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/editor-type-icons.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.js +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/parent-feature-combobox.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/parent-feature-combobox.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/prompt-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/prompt-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/prompt-section.stories.js +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/repository-combobox.js +2 -2
- package/dist/src/presentation/web/components/common/feature-create-drawer/repository-combobox.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/repository-combobox.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/workflow-options-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/workflow-options-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/workflow-options-section.stories.js +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.js +7 -7
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/branch-sync-status.js +2 -2
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/branch-sync-status.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/branch-sync-status.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/branch-sync-status.stories.js +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/event-log-viewer.js +4 -6
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/event-log-viewer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/event-log-viewer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.js +2 -2
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/log-tab.js +2 -2
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/log-tab.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/log-tab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.js +4 -4
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.js +4 -4
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +3 -3
- package/dist/src/presentation/web/components/common/feature-node/feature-node.js +5 -11
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-status-config.js +2 -2
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/floating-action-button/floating-action-button.js +2 -2
- package/dist/src/presentation/web/components/common/floating-action-button/floating-action-button.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/floating-action-button/floating-action-button.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-import-dialog.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-import-dialog.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-import-dialog.stories.js +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-repo-browser.js +3 -3
- package/dist/src/presentation/web/components/common/github-import-dialog/github-repo-browser.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-repo-browser.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-repo-browser.stories.js +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-url-input.js +2 -2
- package/dist/src/presentation/web/components/common/github-import-dialog/github-url-input.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-url-input.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/github-import-dialog/github-url-input.stories.js +1 -1
- package/dist/src/presentation/web/components/common/inline-attachments/inline-attachments.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/inline-attachments/inline-attachments.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/merge-review/diff-view.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/merge-review/diff-view.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/merge-review/merge-review.js +3 -5
- package/dist/src/presentation/web/components/common/merge-review/merge-review.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/merge-review/merge-review.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/merge-review/merge-review.stories.js +1 -1
- package/dist/src/presentation/web/components/common/open-action-menu/open-action-menu.js +2 -2
- package/dist/src/presentation/web/components/common/open-action-menu/open-action-menu.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/open-action-menu/open-action-menu.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/open-action-menu/open-action-menu.stories.js +1 -1
- package/dist/src/presentation/web/components/common/page-header/page-header.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/page-header/page-header.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.stories.js +1 -1
- package/dist/src/presentation/web/components/common/product-decisions-summary/product-decisions-summary.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/product-decisions-summary/product-decisions-summary.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/react-file-manager-dialog/react-file-manager-dialog.js +2 -2
- package/dist/src/presentation/web/components/common/react-file-manager-dialog/react-file-manager-dialog.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/react-file-manager-dialog/react-file-manager-dialog.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/react-file-manager-dialog/react-file-manager-dialog.stories.js +1 -1
- package/dist/src/presentation/web/components/common/reject-feedback-dialog/reject-feedback-dialog.js +2 -2
- package/dist/src/presentation/web/components/common/reject-feedback-dialog/reject-feedback-dialog.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/reject-feedback-dialog/reject-feedback-dialog.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/reject-feedback-dialog/reject-feedback-dialog.stories.js +1 -1
- package/dist/src/presentation/web/components/common/repo-group/repo-group.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/repo-group/repo-group.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/repository-node/repository-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/repository-node/repository-drawer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/repository-node/repository-node.js +4 -7
- package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/server-log-viewer/server-log-viewer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/server-log-viewer/server-log-viewer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/sound-toggle/sound-toggle.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/sound-toggle/sound-toggle.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/task-progress-view/task-progress-view.js +4 -4
- package/dist/src/presentation/web/components/common/task-progress-view/task-progress-view.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/task-progress-view/task-progress-view.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/tech-decisions-review/tech-decisions-review.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/tech-decisions-review/tech-decisions-review.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/tech-decisions-review/tech-decisions-review.stories.js +1 -1
- package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/version-badge/version-badge.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/version-badge/version-badge.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/chat/AgentStatusBadge.js +7 -7
- package/dist/src/presentation/web/components/features/chat/AgentStatusBadge.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/chat/AgentStatusBadge.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatComposer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatComposer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatComposer.stories.js +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatDotIndicator.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatDotIndicator.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatInput.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatInput.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatMessageBubble.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatMessageBubble.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatMessageList.stories.d.ts +2 -2
- package/dist/src/presentation/web/components/features/chat/ChatMessageList.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatSheet.stories.d.ts +2 -2
- package/dist/src/presentation/web/components/features/chat/ChatSheet.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatTab.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/chat/ChatTab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +9 -13
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +3 -2
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.stories.d.ts +2 -2
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.js +3 -3
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.stories.js +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/canvas-toolbar.stories.d.ts +2 -2
- package/dist/src/presentation/web/components/features/features-canvas/canvas-toolbar.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/canvas-toolbar.stories.js +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/dependency-edge.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/dependency-edge.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +1 -4
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/AgentModelPicker.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/AgentModelPicker.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/AgentModelPicker/AgentModelPicker.stories.js +1 -1
- package/dist/src/presentation/web/components/features/settings/ModelPicker/ModelPicker.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/ModelPicker/ModelPicker.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/ModelPicker/ModelPicker.stories.js +1 -1
- package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/ci-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/ci-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/database-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/database-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/environment-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/environment-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/fab-layout-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/fab-layout-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/interactive-agent-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/interactive-agent-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/language-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/language-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/notification-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/notification-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-section-utils.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-section-utils.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-section-utils.stories.js +1 -1
- package/dist/src/presentation/web/components/features/settings/stage-timeouts-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/stage-timeouts-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/timeout-slider.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/timeout-slider.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/category-filter.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/skills/category-filter.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/skill-card.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/skills/skill-card.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/skill-card.stories.js +3 -3
- package/dist/src/presentation/web/components/features/skills/skill-detail-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/skills/skill-detail-drawer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/skill-detail-drawer.stories.js +3 -3
- package/dist/src/presentation/web/components/features/skills/skill-list.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/skills/skill-list.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/skill-list.stories.js +4 -4
- package/dist/src/presentation/web/components/features/skills/skills-page-client.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/skills/skills-page-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/skills-page-client.stories.js +8 -8
- package/dist/src/presentation/web/components/features/tools/tool-card.js +3 -5
- package/dist/src/presentation/web/components/features/tools/tool-card.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/tools/tool-card.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.js +3 -7
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/tools/tools-page-client.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/tools/tools-page-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/version/version-page-client.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/features/version/version-page-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/app-shell/app-shell.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/app-shell/app-shell.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/header/header.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/header/header.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/accordion.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/accordion.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/alert-dialog.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/alert-dialog.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/alert.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/alert.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/alert.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/badge.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/badge.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/button.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/button.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/card.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/card.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/checkbox-group-item.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/checkbox-group-item.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/checkbox-group.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/checkbox-group.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/checkbox.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/checkbox.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/command.stories.d.ts +2 -2
- package/dist/src/presentation/web/components/ui/command.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/dialog.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/dialog.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/drawer.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/drawer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/dropdown-menu.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/dropdown-menu.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/github-icon.d.ts +13 -0
- package/dist/src/presentation/web/components/ui/github-icon.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/github-icon.js +15 -0
- package/dist/src/presentation/web/components/ui/github-icon.stories.d.ts +10 -0
- package/dist/src/presentation/web/components/ui/github-icon.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/github-icon.stories.js +22 -0
- package/dist/src/presentation/web/components/ui/input.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/input.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/label.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/label.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/popover.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/popover.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/scroll-area.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/scroll-area.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/select.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/select.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/separator.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/separator.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/sheet.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/sheet.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/sidebar.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/sidebar.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/skeleton.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/skeleton.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/slider.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/slider.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/sonner.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/sonner.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/spinner.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/spinner.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/switch.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/switch.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/tabs.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/tabs.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/textarea.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/textarea.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/ui/tooltip.stories.d.ts +2 -2
- package/dist/src/presentation/web/components/ui/tooltip.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/hooks/use-notifications.stories.d.ts +1 -1
- package/dist/src/presentation/web/hooks/use-notifications.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/hooks/use-sound-action.stories.d.ts +1 -1
- package/dist/src/presentation/web/hooks/use-sound-action.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/hooks/use-sound.stories.d.ts +1 -1
- package/dist/src/presentation/web/hooks/use-sound.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/lib/session-scanner.js +2 -2
- package/dist/src/presentation/web/lib/skills.js +2 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +24 -25
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +5 -5
- package/web/.next/fallback-build-manifest.json +3 -3
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +2 -2
- package/web/.next/required-server-files.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/create/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/chat/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/create/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +37 -37
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +2 -2
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error/page/build-manifest.json +2 -2
- package/web/.next/server/app/_global-error.html +1 -1
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/build-manifest.json +2 -2
- package/web/.next/server/app/_not-found/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
- package/web/.next/server/app/api/dialog/pick-files/route.js.nft.json +1 -1
- package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
- package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
- package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
- package/web/.next/server/app/api/sessions/route.js +2 -2
- package/web/.next/server/app/settings/page/build-manifest.json +2 -2
- package/web/.next/server/app/settings/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/settings/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/build-manifest.json +2 -2
- package/web/.next/server/app/skills/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/skills/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/build-manifest.json +2 -2
- package/web/.next/server/app/tools/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/build-manifest.json +2 -2
- package/web/.next/server/app/version/page/react-loadable-manifest.json +3 -3
- package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/version/page.js.nft.json +1 -1
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/0n.o_server_app_api_interactive_chat_[featureId]_stop_route_actions_09da~zt.js +1 -1
- package/web/.next/server/chunks/11es_next_dist_esm_build_templates_app-route_067cwst.js +1 -1
- package/web/.next/server/chunks/11es_next_dist_esm_build_templates_app-route_067cwst.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__07suer1._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0tb~wwk._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js +1 -1
- package/web/.next/server/chunks/ssr/{0lyk_lucide-react_dist_esm_icons_0shxsmr._.js → 08qz_lucide-react_dist_esm_icons_0_gqlce._.js} +2 -2
- package/web/.next/server/chunks/ssr/08qz_lucide-react_dist_esm_icons_0_gqlce._.js.map +1 -0
- package/web/.next/server/chunks/ssr/08qz_lucide-react_dist_esm_icons_0zwb4s4._.js +3 -0
- package/web/.next/server/chunks/ssr/08qz_lucide-react_dist_esm_icons_0zwb4s4._.js.map +1 -0
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js.map +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js.map +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js.map +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js.map +1 -1
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js +3 -3
- package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js.map +1 -1
- package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js +1 -1
- package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js.map +1 -1
- package/web/.next/server/chunks/ssr/11es_next_dist_0e36~wi._.js +2 -2
- package/web/.next/server/chunks/ssr/11es_next_dist_client_components_058~c_t._.js +1 -1
- package/web/.next/server/chunks/ssr/11es_next_dist_esm_build_templates_app-page_0l-25e2.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js +1 -1
- package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__0uxn6-j._.js → [root-of-the-server]__045sv4b._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__0uxn6-j._.js.map → [root-of-the-server]__045sv4b._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0brje6_._.js +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__0np51e2._.js → [root-of-the-server]__0d_0_fp._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__0np51e2._.js.map → [root-of-the-server]__0d_0_fp._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__0~h382a._.js → [root-of-the-server]__0l4d7e.._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__0~h382a._.js.map → [root-of-the-server]__0l4d7e.._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__0_ag.8y._.js → [root-of-the-server]__0lslgap._.js} +3 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0lslgap._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0o3qggc._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0o3qggc._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__01~y8wi._.js → [root-of-the-server]__0r32z03._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__01~y8wi._.js.map → [root-of-the-server]__0r32z03._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__122xqm6._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_0d-pkk0._.js → _0-09vq7._.js} +2 -2
- package/web/.next/server/chunks/ssr/_0-09vq7._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0.rsra~._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_00k65h-._.js +3 -0
- package/web/.next/server/chunks/ssr/_00k65h-._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_01mq~sm._.js +2 -2
- package/web/.next/server/chunks/ssr/_01mq~sm._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_01sesw0._.js +3 -0
- package/web/.next/server/chunks/ssr/_01sesw0._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_04s_q5r._.js +1 -1
- package/web/.next/server/chunks/ssr/_04s_q5r._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_0xtds88._.js → _08i-c2n._.js} +2 -2
- package/web/.next/server/chunks/ssr/_08i-c2n._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0a-ddx-._.js +3 -0
- package/web/.next/server/chunks/ssr/_0a-ddx-._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_0jk5q_z._.js → _0e4npv~._.js} +2 -2
- package/web/.next/server/chunks/ssr/_0e4npv~._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0gdghcr._.js +3 -0
- package/web/.next/server/chunks/ssr/_0gdghcr._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0hwjfpu._.js +3 -0
- package/web/.next/server/chunks/ssr/_0hwjfpu._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0hw~zvl._.js +3 -0
- package/web/.next/server/chunks/ssr/_0hw~zvl._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0jpbsh_._.js +1 -1
- package/web/.next/server/chunks/ssr/_0jpbsh_._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_13bl-l1._.js → _0nvrqsj._.js} +2 -2
- package/web/.next/server/chunks/ssr/_0nvrqsj._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0phryzt._.js +3 -0
- package/web/.next/server/chunks/ssr/_0phryzt._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0vyfc4b._.js +3 -0
- package/web/.next/server/chunks/ssr/_0vyfc4b._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0w-_hww._.js +1 -1
- package/web/.next/server/chunks/ssr/_0w-_hww._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_0j9vx-1._.js → _0y8u4.e._.js} +3 -3
- package/web/.next/server/chunks/ssr/_0y8u4.e._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0~7lwu_._.js +3 -0
- package/web/.next/server/chunks/ssr/_0~7lwu_._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_0rvaoj4._.js → _109n-y4._.js} +2 -2
- package/web/.next/server/chunks/ssr/_109n-y4._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_09g41d0._.js → _12un22l._.js} +3 -3
- package/web/.next/server/chunks/ssr/_12un22l._.js.map +1 -0
- package/web/.next/server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js +3 -0
- package/web/.next/server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_05-w-~v._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_05-w-~v._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js +2 -2
- package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js +2 -2
- package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0y11iiz._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0y11iiz._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js +1 -1
- package/web/.next/server/middleware-build-manifest.js +5 -5
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +49 -49
- package/web/.next/static/chunks/0-lu0b1ewsb0_.js +1 -0
- package/web/.next/static/chunks/00dg6gti40.3i.js +1 -0
- package/web/.next/static/chunks/01~dudieyb7wl.js +5 -0
- package/web/.next/static/chunks/{0riti1bs-erm~.js → 02kpdawdtqcxm.js} +1 -1
- package/web/.next/static/chunks/{0~er~22zwvx0i.js → 09_oo_kc.j.df.js} +1 -1
- package/web/.next/static/chunks/09dqgshddfxff.js +1 -0
- package/web/.next/static/chunks/0_--5mgqukm__.js +1 -0
- package/web/.next/static/chunks/0_c5~n__lz4ks.js +1 -0
- package/web/.next/static/chunks/0awttldb-.7m..js +1 -0
- package/web/.next/static/chunks/0d-2jp.f._l2e.js +1 -0
- package/web/.next/static/chunks/0fg~vc93spa9c.js +1 -0
- package/web/.next/static/chunks/{0t_48qc0x7bhs.js → 0ist7260j__0m.js} +3 -3
- package/web/.next/static/chunks/0j_0i2qsrwh-c.js +1 -0
- package/web/.next/static/chunks/{07yqyvabetyrh.js → 0l.kymg3jmf7n.js} +2 -2
- package/web/.next/static/chunks/0m5~9kij3s~81.js +1 -0
- package/web/.next/static/chunks/0njrgvmyafrod.js +1 -0
- package/web/.next/static/chunks/0nk2r-18.7g6r.js +1 -0
- package/web/.next/static/chunks/0ntgq3d_.m5el.js +5 -0
- package/web/.next/static/chunks/{0wmckrtphfa12.js → 0odlgm-ixqorl.js} +1 -1
- package/web/.next/static/chunks/0q~uf2s33.48w.js +1 -0
- package/web/.next/static/chunks/0t.pzrmeoq6th.js +7 -0
- package/web/.next/static/chunks/0t8zwgaz.d1s5.js +1 -0
- package/web/.next/static/chunks/11bi612fz8agh.js +1 -0
- package/web/.next/static/chunks/{071_2_.sfp-im.js → 14g1l3~6i5251.js} +2 -2
- package/web/.next/static/chunks/164dnpi666fv_.js +5 -0
- package/web/.next/static/chunks/{turbopack-0ve8f54_veg.u.js → turbopack-0wsav6to5abtk.js} +1 -1
- package/web/package.json +5 -5
- package/web/.next/server/chunks/ssr/0lyk_lucide-react_dist_esm_icons_06zrfq4._.js +0 -3
- package/web/.next/server/chunks/ssr/0lyk_lucide-react_dist_esm_icons_06zrfq4._.js.map +0 -1
- package/web/.next/server/chunks/ssr/0lyk_lucide-react_dist_esm_icons_0shxsmr._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__0_ag.8y._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0.gy.n8._.js +0 -3
- package/web/.next/server/chunks/ssr/_0.gy.n8._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0.k7wl.._.js +0 -3
- package/web/.next/server/chunks/ssr/_0.k7wl.._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_09g41d0._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0aa~oer._.js +0 -3
- package/web/.next/server/chunks/ssr/_0aa~oer._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0d-pkk0._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0ez.1o4._.js +0 -3
- package/web/.next/server/chunks/ssr/_0ez.1o4._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0j9vx-1._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0jk5q_z._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0n.xy38._.js +0 -3
- package/web/.next/server/chunks/ssr/_0n.xy38._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0rvaoj4._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0v.yfmg._.js +0 -3
- package/web/.next/server/chunks/ssr/_0v.yfmg._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0vl.03w._.js +0 -3
- package/web/.next/server/chunks/ssr/_0vl.03w._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0xtds88._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_11kuznh._.js +0 -3
- package/web/.next/server/chunks/ssr/_11kuznh._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_13bl-l1._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_13euo-f._.js +0 -3
- package/web/.next/server/chunks/ssr/_13euo-f._.js.map +0 -1
- package/web/.next/server/chunks/ssr/node_modules__pnpm_0xyo1be._.js +0 -3
- package/web/.next/server/chunks/ssr/node_modules__pnpm_0xyo1be._.js.map +0 -1
- package/web/.next/static/chunks/00racug7sobut.js +0 -1
- package/web/.next/static/chunks/06sdx5zm71_u5.js +0 -1
- package/web/.next/static/chunks/08iq.j3rbmhbm.js +0 -1
- package/web/.next/static/chunks/08iuksm8rvb09.js +0 -1
- package/web/.next/static/chunks/08se-_opmk~.7.js +0 -1
- package/web/.next/static/chunks/09b2usag59_bi.js +0 -5
- package/web/.next/static/chunks/0icjwdqytqa_8.js +0 -5
- package/web/.next/static/chunks/0qjoc4x5q-aeg.js +0 -1
- package/web/.next/static/chunks/0rhzqh.-6e6k7.js +0 -1
- package/web/.next/static/chunks/0s-e-ekdbgoqa.js +0 -1
- package/web/.next/static/chunks/0u5.s.lv2bae5.js +0 -1
- package/web/.next/static/chunks/0vgbvqu82ac1x.js +0 -1
- package/web/.next/static/chunks/0w~84g7r9307~.js +0 -1
- package/web/.next/static/chunks/0y1nwnouroh6k.js +0 -1
- package/web/.next/static/chunks/0zz.xgsd83.3n.js +0 -1
- package/web/.next/static/chunks/0~wymq55b2bn3.js +0 -1
- package/web/.next/static/chunks/10wo3waalauct.js +0 -5
- package/web/.next/static/chunks/15lcx-697j_3z.js +0 -7
- package/web/.next/static/chunks/176x256xw_viv.js +0 -1
- /package/web/.next/static/{xP_-L4TLYvd3i_sEmljLs → ZpPnD_b687G9xVr2nzrds}/_buildManifest.js +0 -0
- /package/web/.next/static/{xP_-L4TLYvd3i_sEmljLs → ZpPnD_b687G9xVr2nzrds}/_clientMiddlewareManifest.js +0 -0
- /package/web/.next/static/{xP_-L4TLYvd3i_sEmljLs → ZpPnD_b687G9xVr2nzrds}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../node_modules/.pnpm/%40dagrejs%2Bdagre%402.0.4/node_modules/%40dagrejs/dagre/dist/dagre.esm.js","../../../../../../src/presentation/web/app/%28dashboard%29/get-graph-data.ts","../../../../../../src/presentation/web/app/api/graph-data/route.ts","../../../../../../node_modules/.pnpm/next%4016.2.2_%40babel%2Bcore%407.29.0_%40playwright%2Btest%401.59.1_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/dist/esm/build/templates/app-route.js","../../../../../../packages/core/src/infrastructure/platform.ts","../../../../../../packages/core/src/infrastructure/services/process/is-process-alive.ts","../../../../../../src/presentation/web/app/build-graph-nodes.ts","../../../../../../src/presentation/web/lib/language.ts","../../../../../../src/presentation/web/lib/layout-with-dagre.ts","../../../../../../src/presentation/web/components/common/feature-node/derive-feature-state.ts","../../../../../../packages/core/src/domain/generated/output.ts"],"sourcesContent":["var v=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var y=v((Fi,ee)=>{var Vt=Object.defineProperty,At=(e,t,r)=>t in e?Vt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,E=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),k=(e,t,r)=>At(e,typeof t!=\"symbol\"?t+\"\":t,r),R=E((e,t)=>{\"use strict\";var r=\"\\0\",n=\"\\0\",i=\"\u0001\",o=class{constructor(d){k(this,\"_isDirected\",!0),k(this,\"_isMultigraph\",!1),k(this,\"_isCompound\",!1),k(this,\"_label\"),k(this,\"_defaultNodeLabelFn\",()=>{}),k(this,\"_defaultEdgeLabelFn\",()=>{}),k(this,\"_nodes\",{}),k(this,\"_in\",{}),k(this,\"_preds\",{}),k(this,\"_out\",{}),k(this,\"_sucs\",{}),k(this,\"_edgeObjs\",{}),k(this,\"_edgeLabels\",{}),k(this,\"_nodeCount\",0),k(this,\"_edgeCount\",0),k(this,\"_parent\"),k(this,\"_children\"),d&&(this._isDirected=Object.hasOwn(d,\"directed\")?d.directed:!0,this._isMultigraph=Object.hasOwn(d,\"multigraph\")?d.multigraph:!1,this._isCompound=Object.hasOwn(d,\"compound\")?d.compound:!1),this._isCompound&&(this._parent={},this._children={},this._children[n]={})}isDirected(){return this._isDirected}isMultigraph(){return this._isMultigraph}isCompound(){return this._isCompound}setGraph(d){return this._label=d,this}graph(){return this._label}setDefaultNodeLabel(d){return this._defaultNodeLabelFn=d,typeof d!=\"function\"&&(this._defaultNodeLabelFn=()=>d),this}nodeCount(){return this._nodeCount}nodes(){return Object.keys(this._nodes)}sources(){var d=this;return this.nodes().filter(h=>Object.keys(d._in[h]).length===0)}sinks(){var d=this;return this.nodes().filter(h=>Object.keys(d._out[h]).length===0)}setNodes(d,h){var f=arguments,m=this;return d.forEach(function(p){f.length>1?m.setNode(p,h):m.setNode(p)}),this}setNode(d,h){return Object.hasOwn(this._nodes,d)?(arguments.length>1&&(this._nodes[d]=h),this):(this._nodes[d]=arguments.length>1?h:this._defaultNodeLabelFn(d),this._isCompound&&(this._parent[d]=n,this._children[d]={},this._children[n][d]=!0),this._in[d]={},this._preds[d]={},this._out[d]={},this._sucs[d]={},++this._nodeCount,this)}node(d){return this._nodes[d]}hasNode(d){return Object.hasOwn(this._nodes,d)}removeNode(d){var h=this;if(Object.hasOwn(this._nodes,d)){var f=m=>h.removeEdge(h._edgeObjs[m]);delete this._nodes[d],this._isCompound&&(this._removeFromParentsChildList(d),delete this._parent[d],this.children(d).forEach(function(m){h.setParent(m)}),delete this._children[d]),Object.keys(this._in[d]).forEach(f),delete this._in[d],delete this._preds[d],Object.keys(this._out[d]).forEach(f),delete this._out[d],delete this._sucs[d],--this._nodeCount}return this}setParent(d,h){if(!this._isCompound)throw new Error(\"Cannot set parent in a non-compound graph\");if(h===void 0)h=n;else{h+=\"\";for(var f=h;f!==void 0;f=this.parent(f))if(f===d)throw new Error(\"Setting \"+h+\" as parent of \"+d+\" would create a cycle\");this.setNode(h)}return this.setNode(d),this._removeFromParentsChildList(d),this._parent[d]=h,this._children[h][d]=!0,this}_removeFromParentsChildList(d){delete this._children[this._parent[d]][d]}parent(d){if(this._isCompound){var h=this._parent[d];if(h!==n)return h}}children(d=n){if(this._isCompound){var h=this._children[d];if(h)return Object.keys(h)}else{if(d===n)return this.nodes();if(this.hasNode(d))return[]}}predecessors(d){var h=this._preds[d];if(h)return Object.keys(h)}successors(d){var h=this._sucs[d];if(h)return Object.keys(h)}neighbors(d){var h=this.predecessors(d);if(h){let m=new Set(h);for(var f of this.successors(d))m.add(f);return Array.from(m.values())}}isLeaf(d){var h;return this.isDirected()?h=this.successors(d):h=this.neighbors(d),h.length===0}filterNodes(d){var h=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});h.setGraph(this.graph());var f=this;Object.entries(this._nodes).forEach(function([w,b]){d(w)&&h.setNode(w,b)}),Object.values(this._edgeObjs).forEach(function(w){h.hasNode(w.v)&&h.hasNode(w.w)&&h.setEdge(w,f.edge(w))});var m={};function p(w){var b=f.parent(w);return b===void 0||h.hasNode(b)?(m[w]=b,b):b in m?m[b]:p(b)}return this._isCompound&&h.nodes().forEach(w=>h.setParent(w,p(w))),h}setDefaultEdgeLabel(d){return this._defaultEdgeLabelFn=d,typeof d!=\"function\"&&(this._defaultEdgeLabelFn=()=>d),this}edgeCount(){return this._edgeCount}edges(){return Object.values(this._edgeObjs)}setPath(d,h){var f=this,m=arguments;return d.reduce(function(p,w){return m.length>1?f.setEdge(p,w,h):f.setEdge(p,w),w}),this}setEdge(){var d,h,f,m,p=!1,w=arguments[0];typeof w==\"object\"&&w!==null&&\"v\"in w?(d=w.v,h=w.w,f=w.name,arguments.length===2&&(m=arguments[1],p=!0)):(d=w,h=arguments[1],f=arguments[3],arguments.length>2&&(m=arguments[2],p=!0)),d=\"\"+d,h=\"\"+h,f!==void 0&&(f=\"\"+f);var b=l(this._isDirected,d,h,f);if(Object.hasOwn(this._edgeLabels,b))return p&&(this._edgeLabels[b]=m),this;if(f!==void 0&&!this._isMultigraph)throw new Error(\"Cannot set a named edge when isMultigraph = false\");this.setNode(d),this.setNode(h),this._edgeLabels[b]=p?m:this._defaultEdgeLabelFn(d,h,f);var g=u(this._isDirected,d,h,f);return d=g.v,h=g.w,Object.freeze(g),this._edgeObjs[b]=g,s(this._preds[h],d),s(this._sucs[d],h),this._in[h][b]=g,this._out[d][b]=g,this._edgeCount++,this}edge(d,h,f){var m=arguments.length===1?c(this._isDirected,arguments[0]):l(this._isDirected,d,h,f);return this._edgeLabels[m]}edgeAsObj(){let d=this.edge(...arguments);return typeof d!=\"object\"?{label:d}:d}hasEdge(d,h,f){var m=arguments.length===1?c(this._isDirected,arguments[0]):l(this._isDirected,d,h,f);return Object.hasOwn(this._edgeLabels,m)}removeEdge(d,h,f){var m=arguments.length===1?c(this._isDirected,arguments[0]):l(this._isDirected,d,h,f),p=this._edgeObjs[m];return p&&(d=p.v,h=p.w,delete this._edgeLabels[m],delete this._edgeObjs[m],a(this._preds[h],d),a(this._sucs[d],h),delete this._in[h][m],delete this._out[d][m],this._edgeCount--),this}inEdges(d,h){return this.isDirected()?this.filterEdges(this._in[d],d,h):this.nodeEdges(d,h)}outEdges(d,h){return this.isDirected()?this.filterEdges(this._out[d],d,h):this.nodeEdges(d,h)}nodeEdges(d,h){if(d in this._nodes)return this.filterEdges({...this._in[d],...this._out[d]},d,h)}filterEdges(d,h,f){if(d){var m=Object.values(d);return f?m.filter(function(p){return p.v===h&&p.w===f||p.v===f&&p.w===h}):m}}};function s(d,h){d[h]?d[h]++:d[h]=1}function a(d,h){--d[h]||delete d[h]}function l(d,h,f,m){var p=\"\"+h,w=\"\"+f;if(!d&&p>w){var b=p;p=w,w=b}return p+i+w+i+(m===void 0?r:m)}function u(d,h,f,m){var p=\"\"+h,w=\"\"+f;if(!d&&p>w){var b=p;p=w,w=b}var g={v:p,w};return m&&(g.name=m),g}function c(d,h){return l(d,h.v,h.w,h.name)}t.exports=o}),Yt=E((e,t)=>{t.exports=\"3.0.2\"}),Bt=E((e,t)=>{t.exports={Graph:R(),version:Yt()}}),Wt=E((e,t)=>{var r=R();t.exports={write:n,read:s};function n(a){var l={options:{directed:a.isDirected(),multigraph:a.isMultigraph(),compound:a.isCompound()},nodes:i(a),edges:o(a)};return a.graph()!==void 0&&(l.value=structuredClone(a.graph())),l}function i(a){return a.nodes().map(function(l){var u=a.node(l),c=a.parent(l),d={v:l};return u!==void 0&&(d.value=u),c!==void 0&&(d.parent=c),d})}function o(a){return a.edges().map(function(l){var u=a.edge(l),c={v:l.v,w:l.w};return l.name!==void 0&&(c.name=l.name),u!==void 0&&(c.value=u),c})}function s(a){var l=new r(a.options).setGraph(a.value);return a.nodes.forEach(function(u){l.setNode(u.v,u.value),u.parent&&l.setParent(u.v,u.parent)}),a.edges.forEach(function(u){l.setEdge({v:u.v,w:u.w,name:u.name},u.value)}),l}}),U=E((e,t)=>{t.exports=n;var r=()=>1;function n(o,s,a,l){return i(o,String(s),a||r,l||function(u){return o.outEdges(u)})}function i(o,s,a,l){var u={},c=!0,d=0,h=o.nodes(),f=function(b){var g=a(b);u[b.v].distance+g<u[b.w].distance&&(u[b.w]={distance:u[b.v].distance+g,predecessor:b.v},c=!0)},m=function(){h.forEach(function(b){l(b).forEach(function(g){var I=g.v===b?g.v:g.w,Gt=I===g.v?g.w:g.v;f({v:I,w:Gt})})})};h.forEach(function(b){var g=b===s?0:Number.POSITIVE_INFINITY;u[b]={distance:g}});for(var p=h.length,w=1;w<p&&(c=!1,d++,m(),!!c);w++);if(d===p-1&&(c=!1,m(),c))throw new Error(\"The graph contains a negative weight cycle\");return u}}),zt=E((e,t)=>{t.exports=r;function r(n){var i={},o=[],s;function a(l){Object.hasOwn(i,l)||(i[l]=!0,s.push(l),n.successors(l).forEach(a),n.predecessors(l).forEach(a))}return n.nodes().forEach(function(l){s=[],a(l),s.length&&o.push(s)}),o}}),K=E((e,t)=>{var r=class{constructor(){k(this,\"_arr\",[]),k(this,\"_keyIndices\",{})}size(){return this._arr.length}keys(){return this._arr.map(function(n){return n.key})}has(n){return Object.hasOwn(this._keyIndices,n)}priority(n){var i=this._keyIndices[n];if(i!==void 0)return this._arr[i].priority}min(){if(this.size()===0)throw new Error(\"Queue underflow\");return this._arr[0].key}add(n,i){var o=this._keyIndices;if(n=String(n),!Object.hasOwn(o,n)){var s=this._arr,a=s.length;return o[n]=a,s.push({key:n,priority:i}),this._decrease(a),!0}return!1}removeMin(){this._swap(0,this._arr.length-1);var n=this._arr.pop();return delete this._keyIndices[n.key],this._heapify(0),n.key}decrease(n,i){var o=this._keyIndices[n];if(i>this._arr[o].priority)throw new Error(\"New priority is greater than current priority. Key: \"+n+\" Old: \"+this._arr[o].priority+\" New: \"+i);this._arr[o].priority=i,this._decrease(o)}_heapify(n){var i=this._arr,o=2*n,s=o+1,a=n;o<i.length&&(a=i[o].priority<i[a].priority?o:a,s<i.length&&(a=i[s].priority<i[a].priority?s:a),a!==n&&(this._swap(n,a),this._heapify(a)))}_decrease(n){for(var i=this._arr,o=i[n].priority,s;n!==0&&(s=n>>1,!(i[s].priority<o));)this._swap(n,s),n=s}_swap(n,i){var o=this._arr,s=this._keyIndices,a=o[n],l=o[i];o[n]=l,o[i]=a,s[l.key]=n,s[a.key]=i}};t.exports=r}),T=E((e,t)=>{var r=K();t.exports=i;var n=()=>1;function i(s,a,l,u){var c=function(d){return s.outEdges(d)};return o(s,String(a),l||n,u||c)}function o(s,a,l,u){var c={},d=new r,h,f,m=function(p){var w=p.v!==h?p.v:p.w,b=c[w],g=l(p),I=f.distance+g;if(g<0)throw new Error(\"dijkstra does not allow negative edge weights. Bad edge: \"+p+\" Weight: \"+g);I<b.distance&&(b.distance=I,b.predecessor=h,d.decrease(w,I))};for(s.nodes().forEach(function(p){var w=p===a?0:Number.POSITIVE_INFINITY;c[p]={distance:w},d.add(p,w)});d.size()>0&&(h=d.removeMin(),f=c[h],f.distance!==Number.POSITIVE_INFINITY);)u(h).forEach(m);return c}}),Xt=E((e,t)=>{var r=T();t.exports=n;function n(i,o,s){return i.nodes().reduce(function(a,l){return a[l]=r(i,l,o,s),a},{})}}),Ht=E((e,t)=>{t.exports=r;function r(i,o,s){if(i[o].predecessor!==void 0)throw new Error(\"Invalid source vertex\");if(i[s].predecessor===void 0&&s!==o)throw new Error(\"Invalid destination vertex\");return{weight:i[s].distance,path:n(i,o,s)}}function n(i,o,s){for(var a=[],l=s;l!==o;)a.push(l),l=i[l].predecessor;return a.push(o),a.reverse()}}),Q=E((e,t)=>{t.exports=r;function r(n){var i=0,o=[],s={},a=[];function l(u){var c=s[u]={onStack:!0,lowlink:i,index:i++};if(o.push(u),n.successors(u).forEach(function(f){Object.hasOwn(s,f)?s[f].onStack&&(c.lowlink=Math.min(c.lowlink,s[f].index)):(l(f),c.lowlink=Math.min(c.lowlink,s[f].lowlink))}),c.lowlink===c.index){var d=[],h;do h=o.pop(),s[h].onStack=!1,d.push(h);while(u!==h);a.push(d)}}return n.nodes().forEach(function(u){Object.hasOwn(s,u)||l(u)}),a}}),Ut=E((e,t)=>{var r=Q();t.exports=n;function n(i){return r(i).filter(function(o){return o.length>1||o.length===1&&i.hasEdge(o[0],o[0])})}}),Kt=E((e,t)=>{t.exports=n;var r=()=>1;function n(o,s,a){return i(o,s||r,a||function(l){return o.outEdges(l)})}function i(o,s,a){var l={},u=o.nodes();return u.forEach(function(c){l[c]={},l[c][c]={distance:0},u.forEach(function(d){c!==d&&(l[c][d]={distance:Number.POSITIVE_INFINITY})}),a(c).forEach(function(d){var h=d.v===c?d.w:d.v,f=s(d);l[c][h]={distance:f,predecessor:c}})}),u.forEach(function(c){var d=l[c];u.forEach(function(h){var f=l[h];u.forEach(function(m){var p=f[c],w=d[m],b=f[m],g=p.distance+w.distance;g<b.distance&&(b.distance=g,b.predecessor=w.predecessor)})})}),l}}),J=E((e,t)=>{function r(i){var o={},s={},a=[];function l(u){if(Object.hasOwn(s,u))throw new n;Object.hasOwn(o,u)||(s[u]=!0,o[u]=!0,i.predecessors(u).forEach(l),delete s[u],a.push(u))}if(i.sinks().forEach(l),Object.keys(o).length!==i.nodeCount())throw new n;return a}var n=class extends Error{constructor(){super(...arguments)}};t.exports=r,r.CycleException=n}),Qt=E((e,t)=>{var r=J();t.exports=n;function n(i){try{r(i)}catch(o){if(o instanceof r.CycleException)return!1;throw o}return!0}}),Z=E((e,t)=>{t.exports=r;function r(i,o,s,a,l){Array.isArray(o)||(o=[o]);var u=(i.isDirected()?i.successors:i.neighbors).bind(i),c={};return o.forEach(function(d){if(!i.hasNode(d))throw new Error(\"Graph does not have node: \"+d);l=n(i,d,s===\"post\",c,u,a,l)}),l}function n(i,o,s,a,l,u,c){return Object.hasOwn(a,o)||(a[o]=!0,s||(c=u(c,o)),l(o).forEach(function(d){c=n(i,d,s,a,l,u,c)}),s&&(c=u(c,o))),c}}),$=E((e,t)=>{var r=Z();t.exports=n;function n(i,o,s){return r(i,o,s,function(a,l){return a.push(l),a},[])}}),Jt=E((e,t)=>{var r=$();t.exports=n;function n(i,o){return r(i,o,\"post\")}}),Zt=E((e,t)=>{var r=$();t.exports=n;function n(i,o){return r(i,o,\"pre\")}}),$t=E((e,t)=>{var r=R(),n=K();t.exports=i;function i(o,s){var a=new r,l={},u=new n,c;function d(f){var m=f.v===c?f.w:f.v,p=u.priority(m);if(p!==void 0){var w=s(f);w<p&&(l[m]=c,u.decrease(m,w))}}if(o.nodeCount()===0)return a;o.nodes().forEach(function(f){u.add(f,Number.POSITIVE_INFINITY),a.setNode(f)}),u.decrease(o.nodes()[0],0);for(var h=!1;u.size()>0;){if(c=u.removeMin(),Object.hasOwn(l,c))a.setEdge(c,l[c]);else{if(h)throw new Error(\"Input graph is not connected: \"+o);h=!0}o.nodeEdges(c).forEach(d)}return a}}),er=E((e,t)=>{var r=T(),n=U();t.exports=i;function i(s,a,l,u){return o(s,a,l,u||function(c){return s.outEdges(c)})}function o(s,a,l,u){if(l===void 0)return r(s,a,l,u);for(var c=!1,d=s.nodes(),h=0;h<d.length;h++){for(var f=u(d[h]),m=0;m<f.length;m++){var p=f[m],w=p.v===d[h]?p.v:p.w,b=w===p.v?p.w:p.v;l({v:w,w:b})<0&&(c=!0)}if(c)return n(s,a,l,u)}return r(s,a,l,u)}}),tr=E((e,t)=>{t.exports={bellmanFord:U(),components:zt(),dijkstra:T(),dijkstraAll:Xt(),extractPath:Ht(),findCycles:Ut(),floydWarshall:Kt(),isAcyclic:Qt(),postorder:Jt(),preorder:Zt(),prim:$t(),shortestPaths:er(),reduce:Z(),tarjan:Q(),topsort:J()}}),H=Bt();ee.exports={Graph:H.Graph,json:Wt(),alg:tr(),version:H.version}});var ne=v((Ai,re)=>{var S=class{constructor(){let t={};t._next=t._prev=t,this._sentinel=t}dequeue(){let t=this._sentinel,r=t._prev;if(r!==t)return te(r),r}enqueue(t){let r=this._sentinel;t._prev&&t._next&&te(t),t._next=r._next,r._next._prev=t,r._next=t,t._prev=r}toString(){let t=[],r=this._sentinel,n=r._prev;for(;n!==r;)t.push(JSON.stringify(n,rr)),n=n._prev;return\"[\"+t.join(\", \")+\"]\"}};function te(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function rr(e,t){if(e!==\"_next\"&&e!==\"_prev\")return t}re.exports=S});var oe=v((Yi,ie)=>{var nr=y().Graph,ir=ne();ie.exports=sr;var or=()=>1;function sr(e,t){if(e.nodeCount()<=1)return[];let r=dr(e,t||or);return ar(r.graph,r.buckets,r.zeroIdx).flatMap(i=>e.outEdges(i.v,i.w))}function ar(e,t,r){let n=[],i=t[t.length-1],o=t[0],s;for(;e.nodeCount();){for(;s=o.dequeue();)P(e,t,r,s);for(;s=i.dequeue();)P(e,t,r,s);if(e.nodeCount()){for(let a=t.length-2;a>0;--a)if(s=t[a].dequeue(),s){n=n.concat(P(e,t,r,s,!0));break}}}return n}function P(e,t,r,n,i){let o=i?[]:void 0;return e.inEdges(n.v).forEach(s=>{let a=e.edge(s),l=e.node(s.v);i&&o.push({v:s.v,w:s.w}),l.out-=a,F(t,r,l)}),e.outEdges(n.v).forEach(s=>{let a=e.edge(s),l=s.w,u=e.node(l);u.in-=a,F(t,r,u)}),e.removeNode(n.v),o}function dr(e,t){let r=new nr,n=0,i=0;e.nodes().forEach(a=>{r.setNode(a,{v:a,in:0,out:0})}),e.edges().forEach(a=>{let l=r.edge(a.v,a.w)||0,u=t(a),c=l+u;r.setEdge(a.v,a.w,c),i=Math.max(i,r.node(a.v).out+=u),n=Math.max(n,r.node(a.w).in+=u)});let o=lr(i+n+3).map(()=>new ir),s=n+1;return r.nodes().forEach(a=>{F(o,s,r.node(a))}),{graph:r,buckets:o,zeroIdx:s}}function F(e,t,r){r.out?r.in?e[r.out-r.in+t].enqueue(r):e[e.length-1].enqueue(r):e[0].enqueue(r)}function lr(e){let t=[];for(let r=0;r<e;r++)t.push(r);return t}});var _=v((Bi,ce)=>{\"use strict\";var se=y().Graph;ce.exports={addBorderNode:vr,addDummyNode:ae,applyWithChunking:C,asNonCompoundGraph:hr,buildLayerMatrix:mr,intersectRect:pr,mapValues:Or,maxRank:le,normalizeRanks:wr,notime:kr,partition:Er,pick:xr,predecessorWeights:fr,range:he,removeEmptyRanks:br,simplify:ur,successorWeights:cr,time:_r,uniqueId:ue,zipObject:D};function ae(e,t,r,n){for(var i=n;e.hasNode(i);)i=ue(n);return r.dummy=t,e.setNode(i,r),i}function ur(e){let t=new se().setGraph(e.graph());return e.nodes().forEach(r=>t.setNode(r,e.node(r))),e.edges().forEach(r=>{let n=t.edge(r.v,r.w)||{weight:0,minlen:1},i=e.edge(r);t.setEdge(r.v,r.w,{weight:n.weight+i.weight,minlen:Math.max(n.minlen,i.minlen)})}),t}function hr(e){let t=new se({multigraph:e.isMultigraph()}).setGraph(e.graph());return e.nodes().forEach(r=>{e.children(r).length||t.setNode(r,e.node(r))}),e.edges().forEach(r=>{t.setEdge(r,e.edge(r))}),t}function cr(e){let t=e.nodes().map(r=>{let n={};return e.outEdges(r).forEach(i=>{n[i.w]=(n[i.w]||0)+e.edge(i).weight}),n});return D(e.nodes(),t)}function fr(e){let t=e.nodes().map(r=>{let n={};return e.inEdges(r).forEach(i=>{n[i.v]=(n[i.v]||0)+e.edge(i).weight}),n});return D(e.nodes(),t)}function pr(e,t){let r=e.x,n=e.y,i=t.x-r,o=t.y-n,s=e.width/2,a=e.height/2;if(!i&&!o)throw new Error(\"Not possible to find intersection inside of the rectangle\");let l,u;return Math.abs(o)*s>Math.abs(i)*a?(o<0&&(a=-a),l=a*i/o,u=a):(i<0&&(s=-s),l=s,u=s*o/i),{x:r+l,y:n+u}}function mr(e){let t=he(le(e)+1).map(()=>[]);return e.nodes().forEach(r=>{let n=e.node(r),i=n.rank;i!==void 0&&(t[i][n.order]=r)}),t}function wr(e){let t=e.nodes().map(n=>{let i=e.node(n).rank;return i===void 0?Number.MAX_VALUE:i}),r=C(Math.min,t);e.nodes().forEach(n=>{let i=e.node(n);Object.hasOwn(i,\"rank\")&&(i.rank-=r)})}function br(e){let t=e.nodes().map(s=>e.node(s).rank).filter(s=>s!==void 0),r=C(Math.min,t),n=[];e.nodes().forEach(s=>{let a=e.node(s).rank-r;n[a]||(n[a]=[]),n[a].push(s)});let i=0,o=e.graph().nodeRankFactor;Array.from(n).forEach((s,a)=>{s===void 0&&a%o!==0?--i:s!==void 0&&i&&s.forEach(l=>e.node(l).rank+=i)})}function vr(e,t,r,n){let i={width:0,height:0};return arguments.length>=4&&(i.rank=r,i.order=n),ae(e,\"border\",i,t)}function gr(e,t=de){let r=[];for(let n=0;n<e.length;n+=t){let i=e.slice(n,n+t);r.push(i)}return r}var de=65535;function C(e,t){if(t.length>de){let r=gr(t);return e.apply(null,r.map(n=>e.apply(null,n)))}else return e.apply(null,t)}function le(e){let r=e.nodes().map(n=>{let i=e.node(n).rank;return i===void 0?Number.MIN_VALUE:i});return C(Math.max,r)}function Er(e,t){let r={lhs:[],rhs:[]};return e.forEach(n=>{t(n)?r.lhs.push(n):r.rhs.push(n)}),r}function _r(e,t){let r=Date.now();try{return t()}finally{console.log(e+\" time: \"+(Date.now()-r)+\"ms\")}}function kr(e,t){return t()}var yr=0;function ue(e){var t=++yr;return e+(\"\"+t)}function he(e,t,r=1){t==null&&(t=e,e=0);let n=o=>o<t;r<0&&(n=o=>t<o);let i=[];for(let o=e;n(o);o+=r)i.push(o);return i}function xr(e,t){let r={};for(let n of t)e[n]!==void 0&&(r[n]=e[n]);return r}function Or(e,t){let r=t;return typeof t==\"string\"&&(r=n=>n[t]),Object.entries(e).reduce((n,[i,o])=>(n[i]=r(o,i),n),{})}function D(e,t){return e.reduce((r,n,i)=>(r[n]=t[i],r),{})}});var pe=v((Wi,fe)=>{\"use strict\";var Nr=oe(),Ir=_().uniqueId;fe.exports={run:jr,undo:Lr};function jr(e){(e.graph().acyclicer===\"greedy\"?Nr(e,r(e)):Cr(e)).forEach(n=>{let i=e.edge(n);e.removeEdge(n),i.forwardName=n.name,i.reversed=!0,e.setEdge(n.w,n.v,i,Ir(\"rev\"))});function r(n){return i=>n.edge(i).weight}}function Cr(e){let t=[],r={},n={};function i(o){Object.hasOwn(n,o)||(n[o]=!0,r[o]=!0,e.outEdges(o).forEach(s=>{Object.hasOwn(r,s.w)?t.push(s):i(s.w)}),delete r[o])}return e.nodes().forEach(i),t}function Lr(e){e.edges().forEach(t=>{let r=e.edge(t);if(r.reversed){e.removeEdge(t);let n=r.forwardName;delete r.reversed,delete r.forwardName,e.setEdge(t.w,t.v,r,n)}})}});var we=v((zi,me)=>{\"use strict\";var qr=_();me.exports={run:Mr,undo:Tr};function Mr(e){e.graph().dummyChains=[],e.edges().forEach(t=>Rr(e,t))}function Rr(e,t){let r=t.v,n=e.node(r).rank,i=t.w,o=e.node(i).rank,s=t.name,a=e.edge(t),l=a.labelRank;if(o===n+1)return;e.removeEdge(t);let u,c,d;for(d=0,++n;n<o;++d,++n)a.points=[],c={width:0,height:0,edgeLabel:a,edgeObj:t,rank:n},u=qr.addDummyNode(e,\"edge\",c,\"_d\"),n===l&&(c.width=a.width,c.height=a.height,c.dummy=\"edge-label\",c.labelpos=a.labelpos),e.setEdge(r,u,{weight:a.weight},s),d===0&&e.graph().dummyChains.push(u),r=u;e.setEdge(r,i,{weight:a.weight},s)}function Tr(e){e.graph().dummyChains.forEach(t=>{let r=e.node(t),n=r.edgeLabel,i;for(e.setEdge(r.edgeObj,n);r.dummy;)i=e.successors(t)[0],e.removeNode(t),n.points.push({x:r.x,y:r.y}),r.dummy===\"edge-label\"&&(n.x=r.x,n.y=r.y,n.width=r.width,n.height=r.height),t=i,r=e.node(t)})}});var j=v((Xi,be)=>{\"use strict\";var{applyWithChunking:Sr}=_();be.exports={longestPath:Pr,slack:Fr};function Pr(e){var t={};function r(n){var i=e.node(n);if(Object.hasOwn(t,n))return i.rank;t[n]=!0;let o=e.outEdges(n).map(a=>a==null?Number.POSITIVE_INFINITY:r(a.w)-e.edge(a).minlen);var s=Sr(Math.min,o);return s===Number.POSITIVE_INFINITY&&(s=0),i.rank=s}e.sources().forEach(r)}function Fr(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}});var G=v((Hi,ve)=>{\"use strict\";var Dr=y().Graph,L=j().slack;ve.exports=Gr;function Gr(e){var t=new Dr({directed:!1}),r=e.nodes()[0],n=e.nodeCount();t.setNode(r,{});for(var i,o;Vr(t,e)<n;)i=Ar(t,e),o=t.hasNode(i.v)?L(e,i):-L(e,i),Yr(t,e,o);return t}function Vr(e,t){function r(n){t.nodeEdges(n).forEach(i=>{var o=i.v,s=n===o?i.w:o;!e.hasNode(s)&&!L(t,i)&&(e.setNode(s,{}),e.setEdge(n,s,{}),r(s))})}return e.nodes().forEach(r),e.nodeCount()}function Ar(e,t){return t.edges().reduce((n,i)=>{let o=Number.POSITIVE_INFINITY;return e.hasNode(i.v)!==e.hasNode(i.w)&&(o=L(t,i)),o<n[0]?[o,i]:n},[Number.POSITIVE_INFINITY,null])[1]}function Yr(e,t,r){e.nodes().forEach(n=>t.node(n).rank+=r)}});var Ie=v((Ui,Ne)=>{\"use strict\";var Br=G(),ge=j().slack,Wr=j().longestPath,zr=y().alg.preorder,Xr=y().alg.postorder,Hr=_().simplify;Ne.exports=N;N.initLowLimValues=A;N.initCutValues=V;N.calcCutValue=_e;N.leaveEdge=ye;N.enterEdge=xe;N.exchangeEdges=Oe;function N(e){e=Hr(e),Wr(e);var t=Br(e);A(t),V(t,e);for(var r,n;r=ye(t);)n=xe(t,e,r),Oe(t,e,r,n)}function V(e,t){var r=Xr(e,e.nodes());r=r.slice(0,r.length-1),r.forEach(n=>Ur(e,t,n))}function Ur(e,t,r){var n=e.node(r),i=n.parent;e.edge(r,i).cutvalue=_e(e,t,r)}function _e(e,t,r){var n=e.node(r),i=n.parent,o=!0,s=t.edge(r,i),a=0;return s||(o=!1,s=t.edge(i,r)),a=s.weight,t.nodeEdges(r).forEach(l=>{var u=l.v===r,c=u?l.w:l.v;if(c!==i){var d=u===o,h=t.edge(l).weight;if(a+=d?h:-h,Qr(e,r,c)){var f=e.edge(r,c).cutvalue;a+=d?-f:f}}}),a}function A(e,t){arguments.length<2&&(t=e.nodes()[0]),ke(e,{},1,t)}function ke(e,t,r,n,i){var o=r,s=e.node(n);return t[n]=!0,e.neighbors(n).forEach(a=>{Object.hasOwn(t,a)||(r=ke(e,t,r,a,n))}),s.low=o,s.lim=r++,i?s.parent=i:delete s.parent,r}function ye(e){return e.edges().find(t=>e.edge(t).cutvalue<0)}function xe(e,t,r){var n=r.v,i=r.w;t.hasEdge(n,i)||(n=r.w,i=r.v);var o=e.node(n),s=e.node(i),a=o,l=!1;o.lim>s.lim&&(a=s,l=!0);var u=t.edges().filter(c=>l===Ee(e,e.node(c.v),a)&&l!==Ee(e,e.node(c.w),a));return u.reduce((c,d)=>ge(t,d)<ge(t,c)?d:c)}function Oe(e,t,r,n){var i=r.v,o=r.w;e.removeEdge(i,o),e.setEdge(n.v,n.w,{}),A(e),V(e,t),Kr(e,t)}function Kr(e,t){var r=e.nodes().find(i=>!t.node(i).parent),n=zr(e,r);n=n.slice(1),n.forEach(i=>{var o=e.node(i).parent,s=t.edge(i,o),a=!1;s||(s=t.edge(o,i),a=!0),t.node(i).rank=t.node(o).rank+(a?s.minlen:-s.minlen)})}function Qr(e,t,r){return e.hasEdge(t,r)}function Ee(e,t,r){return r.low<=t.lim&&t.lim<=r.lim}});var qe=v((Ki,Le)=>{\"use strict\";var Jr=j(),Ce=Jr.longestPath,Zr=G(),$r=Ie();Le.exports=en;function en(e){var t=e.graph().ranker;if(t instanceof Function)return t(e);switch(e.graph().ranker){case\"network-simplex\":je(e);break;case\"tight-tree\":rn(e);break;case\"longest-path\":tn(e);break;case\"none\":break;default:je(e)}}var tn=Ce;function rn(e){Ce(e),Zr(e)}function je(e){$r(e)}});var Re=v((Qi,Me)=>{Me.exports=nn;function nn(e){let t=sn(e);e.graph().dummyChains.forEach(r=>{let n=e.node(r),i=n.edgeObj,o=on(e,t,i.v,i.w),s=o.path,a=o.lca,l=0,u=s[l],c=!0;for(;r!==i.w;){if(n=e.node(r),c){for(;(u=s[l])!==a&&e.node(u).maxRank<n.rank;)l++;u===a&&(c=!1)}if(!c){for(;l<s.length-1&&e.node(u=s[l+1]).minRank<=n.rank;)l++;u=s[l]}e.setParent(r,u),r=e.successors(r)[0]}})}function on(e,t,r,n){let i=[],o=[],s=Math.min(t[r].low,t[n].low),a=Math.max(t[r].lim,t[n].lim),l,u;l=r;do l=e.parent(l),i.push(l);while(l&&(t[l].low>s||a>t[l].lim));for(u=l,l=n;(l=e.parent(l))!==u;)o.push(l);return{path:i.concat(o.reverse()),lca:u}}function sn(e){let t={},r=0;function n(i){let o=r;e.children(i).forEach(n),t[i]={low:o,lim:r++}}return e.children().forEach(n),t}});var Pe=v((Ji,Se)=>{var q=_();Se.exports={run:an,cleanup:un};function an(e){let t=q.addDummyNode(e,\"root\",{},\"_root\"),r=dn(e),n=Object.values(r),i=q.applyWithChunking(Math.max,n)-1,o=2*i+1;e.graph().nestingRoot=t,e.edges().forEach(a=>e.edge(a).minlen*=o);let s=ln(e)+1;e.children().forEach(a=>Te(e,t,o,s,i,r,a)),e.graph().nodeRankFactor=o}function Te(e,t,r,n,i,o,s){let a=e.children(s);if(!a.length){s!==t&&e.setEdge(t,s,{weight:0,minlen:r});return}let l=q.addBorderNode(e,\"_bt\"),u=q.addBorderNode(e,\"_bb\"),c=e.node(s);e.setParent(l,s),c.borderTop=l,e.setParent(u,s),c.borderBottom=u,a.forEach(d=>{Te(e,t,r,n,i,o,d);let h=e.node(d),f=h.borderTop?h.borderTop:d,m=h.borderBottom?h.borderBottom:d,p=h.borderTop?n:2*n,w=f!==m?1:i-o[s]+1;e.setEdge(l,f,{weight:p,minlen:w,nestingEdge:!0}),e.setEdge(m,u,{weight:p,minlen:w,nestingEdge:!0})}),e.parent(s)||e.setEdge(t,l,{weight:0,minlen:i+o[s]})}function dn(e){var t={};function r(n,i){var o=e.children(n);o&&o.length&&o.forEach(s=>r(s,i+1)),t[n]=i}return e.children().forEach(n=>r(n,1)),t}function ln(e){return e.edges().reduce((t,r)=>t+e.edge(r).weight,0)}function un(e){var t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,e.edges().forEach(r=>{var n=e.edge(r);n.nestingEdge&&e.removeEdge(r)})}});var Ge=v((Zi,De)=>{var hn=_();De.exports=cn;function cn(e){function t(r){let n=e.children(r),i=e.node(r);if(n.length&&n.forEach(t),Object.hasOwn(i,\"minRank\")){i.borderLeft=[],i.borderRight=[];for(let o=i.minRank,s=i.maxRank+1;o<s;++o)Fe(e,\"borderLeft\",\"_bl\",r,i,o),Fe(e,\"borderRight\",\"_br\",r,i,o)}}e.children().forEach(t)}function Fe(e,t,r,n,i,o){let s={width:0,height:0,rank:o,borderType:t},a=i[t][o-1],l=hn.addDummyNode(e,\"border\",s,r);i[t][o]=l,e.setParent(l,n),a&&e.setEdge(a,l,{weight:1})}});var Be=v(($i,Ye)=>{\"use strict\";Ye.exports={adjust:fn,undo:pn};function fn(e){let t=e.graph().rankdir.toLowerCase();(t===\"lr\"||t===\"rl\")&&Ae(e)}function pn(e){let t=e.graph().rankdir.toLowerCase();(t===\"bt\"||t===\"rl\")&&mn(e),(t===\"lr\"||t===\"rl\")&&(wn(e),Ae(e))}function Ae(e){e.nodes().forEach(t=>Ve(e.node(t))),e.edges().forEach(t=>Ve(e.edge(t)))}function Ve(e){let t=e.width;e.width=e.height,e.height=t}function mn(e){e.nodes().forEach(t=>Y(e.node(t))),e.edges().forEach(t=>{let r=e.edge(t);r.points.forEach(Y),Object.hasOwn(r,\"y\")&&Y(r)})}function Y(e){e.y=-e.y}function wn(e){e.nodes().forEach(t=>B(e.node(t))),e.edges().forEach(t=>{let r=e.edge(t);r.points.forEach(B),Object.hasOwn(r,\"x\")&&B(r)})}function B(e){let t=e.x;e.x=e.y,e.y=t}});var Xe=v((eo,ze)=>{\"use strict\";var We=_();ze.exports=bn;function bn(e){let t={},r=e.nodes().filter(l=>!e.children(l).length),n=r.map(l=>e.node(l).rank),i=We.applyWithChunking(Math.max,n),o=We.range(i+1).map(()=>[]);function s(l){if(t[l])return;t[l]=!0;let u=e.node(l);o[u.rank].push(l),e.successors(l).forEach(s)}return r.sort((l,u)=>e.node(l).rank-e.node(u).rank).forEach(s),o}});var Ue=v((to,He)=>{\"use strict\";var vn=_().zipObject;He.exports=gn;function gn(e,t){let r=0;for(let n=1;n<t.length;++n)r+=En(e,t[n-1],t[n]);return r}function En(e,t,r){let n=vn(r,r.map((u,c)=>c)),i=t.flatMap(u=>e.outEdges(u).map(c=>({pos:n[c.w],weight:e.edge(c).weight})).sort((c,d)=>c.pos-d.pos)),o=1;for(;o<r.length;)o<<=1;let s=2*o-1;o-=1;let a=new Array(s).fill(0),l=0;return i.forEach(u=>{let c=u.pos+o;a[c]+=u.weight;let d=0;for(;c>0;)c%2&&(d+=a[c+1]),c=c-1>>1,a[c]+=u.weight;l+=u.weight*d}),l}});var Qe=v((ro,Ke)=>{Ke.exports=_n;function _n(e,t=[]){return t.map(r=>{let n=e.inEdges(r);if(n.length){let i=n.reduce((o,s)=>{let a=e.edge(s),l=e.node(s.v);return{sum:o.sum+a.weight*l.order,weight:o.weight+a.weight}},{sum:0,weight:0});return{v:r,barycenter:i.sum/i.weight,weight:i.weight}}else return{v:r}})}});var Ze=v((no,Je)=>{\"use strict\";var kn=_();Je.exports=yn;function yn(e,t){let r={};e.forEach((i,o)=>{let s=r[i.v]={indegree:0,in:[],out:[],vs:[i.v],i:o};i.barycenter!==void 0&&(s.barycenter=i.barycenter,s.weight=i.weight)}),t.edges().forEach(i=>{let o=r[i.v],s=r[i.w];o!==void 0&&s!==void 0&&(s.indegree++,o.out.push(r[i.w]))});let n=Object.values(r).filter(i=>!i.indegree);return xn(n)}function xn(e){let t=[];function r(i){return o=>{o.merged||(o.barycenter===void 0||i.barycenter===void 0||o.barycenter>=i.barycenter)&&On(i,o)}}function n(i){return o=>{o.in.push(i),--o.indegree===0&&e.push(o)}}for(;e.length;){let i=e.pop();t.push(i),i.in.reverse().forEach(r(i)),i.out.forEach(n(i))}return t.filter(i=>!i.merged).map(i=>kn.pick(i,[\"vs\",\"i\",\"barycenter\",\"weight\"]))}function On(e,t){let r=0,n=0;e.weight&&(r+=e.barycenter*e.weight,n+=e.weight),t.weight&&(r+=t.barycenter*t.weight,n+=t.weight),e.vs=t.vs.concat(e.vs),e.barycenter=r/n,e.weight=n,e.i=Math.min(t.i,e.i),t.merged=!0}});var tt=v((io,et)=>{var Nn=_();et.exports=In;function In(e,t){let r=Nn.partition(e,c=>Object.hasOwn(c,\"barycenter\")),n=r.lhs,i=r.rhs.sort((c,d)=>d.i-c.i),o=[],s=0,a=0,l=0;n.sort(jn(!!t)),l=$e(o,i,l),n.forEach(c=>{l+=c.vs.length,o.push(c.vs),s+=c.barycenter*c.weight,a+=c.weight,l=$e(o,i,l)});let u={vs:o.flat(!0)};return a&&(u.barycenter=s/a,u.weight=a),u}function $e(e,t,r){let n;for(;t.length&&(n=t[t.length-1]).i<=r;)t.pop(),e.push(n.vs),r++;return r}function jn(e){return(t,r)=>t.barycenter<r.barycenter?-1:t.barycenter>r.barycenter?1:e?r.i-t.i:t.i-r.i}});var it=v((oo,nt)=>{var Cn=Qe(),Ln=Ze(),qn=tt();nt.exports=rt;function rt(e,t,r,n){let i=e.children(t),o=e.node(t),s=o?o.borderLeft:void 0,a=o?o.borderRight:void 0,l={};s&&(i=i.filter(h=>h!==s&&h!==a));let u=Cn(e,i);u.forEach(h=>{if(e.children(h.v).length){let f=rt(e,h.v,r,n);l[h.v]=f,Object.hasOwn(f,\"barycenter\")&&Rn(h,f)}});let c=Ln(u,r);Mn(c,l);let d=qn(c,n);if(s&&(d.vs=[s,d.vs,a].flat(!0),e.predecessors(s).length)){let h=e.node(e.predecessors(s)[0]),f=e.node(e.predecessors(a)[0]);Object.hasOwn(d,\"barycenter\")||(d.barycenter=0,d.weight=0),d.barycenter=(d.barycenter*d.weight+h.order+f.order)/(d.weight+2),d.weight+=2}return d}function Mn(e,t){e.forEach(r=>{r.vs=r.vs.flatMap(n=>t[n]?t[n].vs:n)})}function Rn(e,t){e.barycenter!==void 0?(e.barycenter=(e.barycenter*e.weight+t.barycenter*t.weight)/(e.weight+t.weight),e.weight+=t.weight):(e.barycenter=t.barycenter,e.weight=t.weight)}});var st=v((so,ot)=>{var Tn=y().Graph,Sn=_();ot.exports=Pn;function Pn(e,t,r,n){n||(n=e.nodes());let i=Fn(e),o=new Tn({compound:!0}).setGraph({root:i}).setDefaultNodeLabel(s=>e.node(s));return n.forEach(s=>{let a=e.node(s),l=e.parent(s);(a.rank===t||a.minRank<=t&&t<=a.maxRank)&&(o.setNode(s),o.setParent(s,l||i),e[r](s).forEach(u=>{let c=u.v===s?u.w:u.v,d=o.edge(c,s),h=d!==void 0?d.weight:0;o.setEdge(c,s,{weight:e.edge(u).weight+h})}),Object.hasOwn(a,\"minRank\")&&o.setNode(s,{borderLeft:a.borderLeft[t],borderRight:a.borderRight[t]}))}),o}function Fn(e){for(var t;e.hasNode(t=Sn.uniqueId(\"_root\")););return t}});var dt=v((ao,at)=>{at.exports=Dn;function Dn(e,t,r){let n={},i;r.forEach(o=>{let s=e.parent(o),a,l;for(;s;){if(a=e.parent(s),a?(l=n[a],n[a]=s):(l=i,i=s),l&&l!==s){t.setEdge(l,s);return}s=a}})}});var ft=v((lo,ct)=>{\"use strict\";var Gn=Xe(),Vn=Ue(),An=it(),Yn=st(),Bn=dt(),Wn=y().Graph,M=_();ct.exports=ht;function ht(e,t={}){if(typeof t.customOrder==\"function\"){t.customOrder(e,ht);return}let r=M.maxRank(e),n=lt(e,M.range(1,r+1),\"inEdges\"),i=lt(e,M.range(r-1,-1,-1),\"outEdges\"),o=Gn(e);if(ut(e,o),t.disableOptimalOrderHeuristic)return;let s=Number.POSITIVE_INFINITY,a,l=t.constraints||[];for(let u=0,c=0;c<4;++u,++c){zn(u%2?n:i,u%4>=2,l),o=M.buildLayerMatrix(e);let d=Vn(e,o);d<s?(c=0,a=Object.assign({},o),s=d):d===s&&(a=structuredClone(o))}ut(e,a)}function lt(e,t,r){let n=new Map,i=(o,s)=>{n.has(o)||n.set(o,[]),n.get(o).push(s)};for(let o of e.nodes()){let s=e.node(o);if(typeof s.rank==\"number\"&&i(s.rank,o),typeof s.minRank==\"number\"&&typeof s.maxRank==\"number\")for(let a=s.minRank;a<=s.maxRank;a++)a!==s.rank&&i(a,o)}return t.map(function(o){return Yn(e,o,r,n.get(o)||[])})}function zn(e,t,r){let n=new Wn;e.forEach(function(i){r.forEach(a=>n.setEdge(a.left,a.right));let o=i.graph().root,s=An(i,o,n,t);s.vs.forEach((a,l)=>i.node(a).order=l),Bn(i,n,s.vs)})}function ut(e,t){Object.values(t).forEach(r=>r.forEach((n,i)=>e.node(n).order=i))}});var yt=v((uo,kt)=>{\"use strict\";var Xn=y().Graph,O=_();kt.exports={positionX:Kn,findType1Conflicts:pt,findType2Conflicts:mt,addConflict:W,hasConflict:wt,verticalAlignment:bt,horizontalCompaction:vt,alignCoordinates:Et,findSmallestWidthAlignment:gt,balance:_t};function pt(e,t){let r={};function n(i,o){let s=0,a=0,l=i.length,u=o[o.length-1];return o.forEach((c,d)=>{let h=Hn(e,c),f=h?e.node(h).order:l;(h||c===u)&&(o.slice(a,d+1).forEach(m=>{e.predecessors(m).forEach(p=>{let w=e.node(p),b=w.order;(b<s||f<b)&&!(w.dummy&&e.node(m).dummy)&&W(r,p,m)})}),a=d+1,s=f)}),o}return t.length&&t.reduce(n),r}function mt(e,t){let r={};function n(o,s,a,l,u){let c;O.range(s,a).forEach(d=>{c=o[d],e.node(c).dummy&&e.predecessors(c).forEach(h=>{let f=e.node(h);f.dummy&&(f.order<l||f.order>u)&&W(r,h,c)})})}function i(o,s){let a=-1,l,u=0;return s.forEach((c,d)=>{if(e.node(c).dummy===\"border\"){let h=e.predecessors(c);h.length&&(l=e.node(h[0]).order,n(s,u,d,a,l),u=d,a=l)}n(s,u,s.length,l,o.length)}),s}return t.length&&t.reduce(i),r}function Hn(e,t){if(e.node(t).dummy)return e.predecessors(t).find(r=>e.node(r).dummy)}function W(e,t,r){if(t>r){let i=t;t=r,r=i}let n=e[t];n||(e[t]=n={}),n[r]=!0}function wt(e,t,r){if(t>r){let n=t;t=r,r=n}return!!e[t]&&Object.hasOwn(e[t],r)}function bt(e,t,r,n){let i={},o={},s={};return t.forEach(a=>{a.forEach((l,u)=>{i[l]=l,o[l]=l,s[l]=u})}),t.forEach(a=>{let l=-1;a.forEach(u=>{let c=n(u);if(c.length){c=c.sort((h,f)=>s[h]-s[f]);let d=(c.length-1)/2;for(let h=Math.floor(d),f=Math.ceil(d);h<=f;++h){let m=c[h];o[u]===u&&l<s[m]&&!wt(r,u,m)&&(o[m]=u,o[u]=i[u]=i[m],l=s[m])}}})}),{root:i,align:o}}function vt(e,t,r,n,i){let o={},s=Un(e,t,r,i),a=i?\"borderLeft\":\"borderRight\";function l(d,h){let f=s.nodes().slice(),m={},p=f.pop();for(;p;){if(m[p])d(p);else{m[p]=!0,f.push(p);for(let w of h(p))f.push(w)}p=f.pop()}}function u(d){o[d]=s.inEdges(d).reduce((h,f)=>Math.max(h,o[f.v]+s.edge(f)),0)}function c(d){let h=s.outEdges(d).reduce((m,p)=>Math.min(m,o[p.w]-s.edge(p)),Number.POSITIVE_INFINITY),f=e.node(d);h!==Number.POSITIVE_INFINITY&&f.borderType!==a&&(o[d]=Math.max(o[d],h))}return l(u,s.predecessors.bind(s)),l(c,s.successors.bind(s)),Object.keys(n).forEach(d=>o[d]=o[r[d]]),o}function Un(e,t,r,n){let i=new Xn,o=e.graph(),s=Qn(o.nodesep,o.edgesep,n);return t.forEach(a=>{let l;a.forEach(u=>{let c=r[u];if(i.setNode(c),l){var d=r[l],h=i.edge(d,c);i.setEdge(d,c,Math.max(s(e,u,l),h||0))}l=u})}),i}function gt(e,t){return Object.values(t).reduce((r,n)=>{let i=Number.NEGATIVE_INFINITY,o=Number.POSITIVE_INFINITY;Object.entries(n).forEach(([a,l])=>{let u=Jn(e,a)/2;i=Math.max(l+u,i),o=Math.min(l-u,o)});let s=i-o;return s<r[0]&&(r=[s,n]),r},[Number.POSITIVE_INFINITY,null])[1]}function Et(e,t){let r=Object.values(t),n=O.applyWithChunking(Math.min,r),i=O.applyWithChunking(Math.max,r);[\"u\",\"d\"].forEach(o=>{[\"l\",\"r\"].forEach(s=>{let a=o+s,l=e[a];if(l===t)return;let u=Object.values(l),c=n-O.applyWithChunking(Math.min,u);s!==\"l\"&&(c=i-O.applyWithChunking(Math.max,u)),c&&(e[a]=O.mapValues(l,d=>d+c))})})}function _t(e,t){return O.mapValues(e.ul,(r,n)=>{if(t)return e[t.toLowerCase()][n];{let i=Object.values(e).map(o=>o[n]).sort((o,s)=>o-s);return(i[1]+i[2])/2}})}function Kn(e){let t=O.buildLayerMatrix(e),r=Object.assign(pt(e,t),mt(e,t)),n={},i;[\"u\",\"d\"].forEach(s=>{i=s===\"u\"?t:Object.values(t).reverse(),[\"l\",\"r\"].forEach(a=>{a===\"r\"&&(i=i.map(d=>Object.values(d).reverse()));let l=(s===\"u\"?e.predecessors:e.successors).bind(e),u=bt(e,i,r,l),c=vt(e,i,u.root,u.align,a===\"r\");a===\"r\"&&(c=O.mapValues(c,d=>-d)),n[s+a]=c})});let o=gt(e,n);return Et(n,o),_t(n,e.graph().align)}function Qn(e,t,r){return(n,i,o)=>{let s=n.node(i),a=n.node(o),l=0,u;if(l+=s.width/2,Object.hasOwn(s,\"labelpos\"))switch(s.labelpos.toLowerCase()){case\"l\":u=-s.width/2;break;case\"r\":u=s.width/2;break}if(u&&(l+=r?u:-u),u=0,l+=(s.dummy?t:e)/2,l+=(a.dummy?t:e)/2,l+=a.width/2,Object.hasOwn(a,\"labelpos\"))switch(a.labelpos.toLowerCase()){case\"l\":u=a.width/2;break;case\"r\":u=-a.width/2;break}return u&&(l+=r?u:-u),u=0,l}}function Jn(e,t){return e.node(t).width}});var Nt=v((ho,Ot)=>{\"use strict\";var xt=_(),Zn=yt().positionX;Ot.exports=$n;function $n(e){e=xt.asNonCompoundGraph(e),ei(e),Object.entries(Zn(e)).forEach(([t,r])=>e.node(t).x=r)}function ei(e){let t=xt.buildLayerMatrix(e),r=e.graph().ranksep,n=e.graph().rankalign,i=0;t.forEach(o=>{let s=o.reduce((a,l)=>{let u=e.node(l).height;return a>u?a:u},0);o.forEach(a=>{let l=e.node(a);n===\"top\"?l.y=i+l.height/2:n===\"bottom\"?l.y=i+s-l.height/2:l.y=i+s/2}),i+=s+r})}});var Rt=v((co,Mt)=>{\"use strict\";var It=pe(),jt=we(),ti=qe(),ri=_().normalizeRanks,ni=Re(),ii=_().removeEmptyRanks,Ct=Pe(),oi=Ge(),Lt=Be(),si=ft(),ai=Nt(),x=_(),di=y().Graph;Mt.exports=li;function li(e,t={}){let r=t.debugTiming?x.time:x.notime;return r(\"layout\",()=>{let n=r(\" buildLayoutGraph\",()=>gi(e));return r(\" runLayout\",()=>ui(n,r,t)),r(\" updateInputGraph\",()=>hi(e,n)),n})}function ui(e,t,r){t(\" makeSpaceForEdgeLabels\",()=>Ei(e)),t(\" removeSelfEdges\",()=>Ci(e)),t(\" acyclic\",()=>It.run(e)),t(\" nestingGraph.run\",()=>Ct.run(e)),t(\" rank\",()=>ti(x.asNonCompoundGraph(e))),t(\" injectEdgeLabelProxies\",()=>_i(e)),t(\" removeEmptyRanks\",()=>ii(e)),t(\" nestingGraph.cleanup\",()=>Ct.cleanup(e)),t(\" normalizeRanks\",()=>ri(e)),t(\" assignRankMinMax\",()=>ki(e)),t(\" removeEdgeLabelProxies\",()=>yi(e)),t(\" normalize.run\",()=>jt.run(e)),t(\" parentDummyChains\",()=>ni(e)),t(\" addBorderSegments\",()=>oi(e)),t(\" order\",()=>si(e,r)),t(\" insertSelfEdges\",()=>Li(e)),t(\" adjustCoordinateSystem\",()=>Lt.adjust(e)),t(\" position\",()=>ai(e)),t(\" positionSelfEdges\",()=>qi(e)),t(\" removeBorderNodes\",()=>ji(e)),t(\" normalize.undo\",()=>jt.undo(e)),t(\" fixupEdgeLabelCoords\",()=>Ni(e)),t(\" undoCoordinateSystem\",()=>Lt.undo(e)),t(\" translateGraph\",()=>xi(e)),t(\" assignNodeIntersects\",()=>Oi(e)),t(\" reversePoints\",()=>Ii(e)),t(\" acyclic.undo\",()=>It.undo(e))}function hi(e,t){e.nodes().forEach(r=>{let n=e.node(r),i=t.node(r);n&&(n.x=i.x,n.y=i.y,n.order=i.order,n.rank=i.rank,t.children(r).length&&(n.width=i.width,n.height=i.height))}),e.edges().forEach(r=>{let n=e.edge(r),i=t.edge(r);n.points=i.points,Object.hasOwn(i,\"x\")&&(n.x=i.x,n.y=i.y)}),e.graph().width=t.graph().width,e.graph().height=t.graph().height}var ci=[\"nodesep\",\"edgesep\",\"ranksep\",\"marginx\",\"marginy\"],fi={ranksep:50,edgesep:20,nodesep:50,rankdir:\"tb\",rankalign:\"center\"},pi=[\"acyclicer\",\"ranker\",\"rankdir\",\"align\",\"rankalign\"],mi=[\"width\",\"height\",\"rank\"],qt={width:0,height:0},wi=[\"minlen\",\"weight\",\"width\",\"height\",\"labeloffset\"],bi={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:\"r\"},vi=[\"labelpos\"];function gi(e){let t=new di({multigraph:!0,compound:!0}),r=X(e.graph());return t.setGraph(Object.assign({},fi,z(r,ci),x.pick(r,pi))),e.nodes().forEach(n=>{let i=X(e.node(n)),o=z(i,mi);Object.keys(qt).forEach(s=>{o[s]===void 0&&(o[s]=qt[s])}),t.setNode(n,o),t.setParent(n,e.parent(n))}),e.edges().forEach(n=>{let i=X(e.edge(n));t.setEdge(n,Object.assign({},bi,z(i,wi),x.pick(i,vi)))}),t}function Ei(e){let t=e.graph();t.ranksep/=2,e.edges().forEach(r=>{let n=e.edge(r);n.minlen*=2,n.labelpos.toLowerCase()!==\"c\"&&(t.rankdir===\"TB\"||t.rankdir===\"BT\"?n.width+=n.labeloffset:n.height+=n.labeloffset)})}function _i(e){e.edges().forEach(t=>{let r=e.edge(t);if(r.width&&r.height){let n=e.node(t.v),o={rank:(e.node(t.w).rank-n.rank)/2+n.rank,e:t};x.addDummyNode(e,\"edge-proxy\",o,\"_ep\")}})}function ki(e){let t=0;e.nodes().forEach(r=>{let n=e.node(r);n.borderTop&&(n.minRank=e.node(n.borderTop).rank,n.maxRank=e.node(n.borderBottom).rank,t=Math.max(t,n.maxRank))}),e.graph().maxRank=t}function yi(e){e.nodes().forEach(t=>{let r=e.node(t);r.dummy===\"edge-proxy\"&&(e.edge(r.e).labelRank=r.rank,e.removeNode(t))})}function xi(e){let t=Number.POSITIVE_INFINITY,r=0,n=Number.POSITIVE_INFINITY,i=0,o=e.graph(),s=o.marginx||0,a=o.marginy||0;function l(u){let c=u.x,d=u.y,h=u.width,f=u.height;t=Math.min(t,c-h/2),r=Math.max(r,c+h/2),n=Math.min(n,d-f/2),i=Math.max(i,d+f/2)}e.nodes().forEach(u=>l(e.node(u))),e.edges().forEach(u=>{let c=e.edge(u);Object.hasOwn(c,\"x\")&&l(c)}),t-=s,n-=a,e.nodes().forEach(u=>{let c=e.node(u);c.x-=t,c.y-=n}),e.edges().forEach(u=>{let c=e.edge(u);c.points.forEach(d=>{d.x-=t,d.y-=n}),Object.hasOwn(c,\"x\")&&(c.x-=t),Object.hasOwn(c,\"y\")&&(c.y-=n)}),o.width=r-t+s,o.height=i-n+a}function Oi(e){e.edges().forEach(t=>{let r=e.edge(t),n=e.node(t.v),i=e.node(t.w),o,s;r.points?(o=r.points[0],s=r.points[r.points.length-1]):(r.points=[],o=i,s=n),r.points.unshift(x.intersectRect(n,o)),r.points.push(x.intersectRect(i,s))})}function Ni(e){e.edges().forEach(t=>{let r=e.edge(t);if(Object.hasOwn(r,\"x\"))switch((r.labelpos===\"l\"||r.labelpos===\"r\")&&(r.width-=r.labeloffset),r.labelpos){case\"l\":r.x-=r.width/2+r.labeloffset;break;case\"r\":r.x+=r.width/2+r.labeloffset;break}})}function Ii(e){e.edges().forEach(t=>{let r=e.edge(t);r.reversed&&r.points.reverse()})}function ji(e){e.nodes().forEach(t=>{if(e.children(t).length){let r=e.node(t),n=e.node(r.borderTop),i=e.node(r.borderBottom),o=e.node(r.borderLeft[r.borderLeft.length-1]),s=e.node(r.borderRight[r.borderRight.length-1]);r.width=Math.abs(s.x-o.x),r.height=Math.abs(i.y-n.y),r.x=o.x+r.width/2,r.y=n.y+r.height/2}}),e.nodes().forEach(t=>{e.node(t).dummy===\"border\"&&e.removeNode(t)})}function Ci(e){e.edges().forEach(t=>{if(t.v===t.w){var r=e.node(t.v);r.selfEdges||(r.selfEdges=[]),r.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}})}function Li(e){var t=x.buildLayerMatrix(e);t.forEach(r=>{var n=0;r.forEach((i,o)=>{var s=e.node(i);s.order=o+n,(s.selfEdges||[]).forEach(a=>{x.addDummyNode(e,\"selfedge\",{width:a.label.width,height:a.label.height,rank:s.rank,order:o+ ++n,e:a.e,label:a.label},\"_se\")}),delete s.selfEdges})})}function qi(e){e.nodes().forEach(t=>{var r=e.node(t);if(r.dummy===\"selfedge\"){var n=e.node(r.e.v),i=n.x+n.width/2,o=n.y,s=r.x-i,a=n.height/2;e.setEdge(r.e,r.label),e.removeNode(t),r.label.points=[{x:i+2*s/3,y:o-a},{x:i+5*s/6,y:o-a},{x:i+s,y:o},{x:i+5*s/6,y:o+a},{x:i+2*s/3,y:o+a}],r.label.x=r.x,r.label.y=r.y}})}function z(e,t){return x.mapValues(x.pick(e,t),Number)}function X(e){var t={};return e&&Object.entries(e).forEach(([r,n])=>{typeof r==\"string\"&&(r=r.toLowerCase()),t[r]=n}),t}});var St=v((fo,Tt)=>{var Mi=_(),Ri=y().Graph;Tt.exports={debugOrdering:Ti};function Ti(e){let t=Mi.buildLayerMatrix(e),r=new Ri({compound:!0,multigraph:!0}).setGraph({});return e.nodes().forEach(n=>{r.setNode(n,{label:n}),r.setParent(n,\"layer\"+e.node(n).rank)}),e.edges().forEach(n=>r.setEdge(n.v,n.w,{},n.name)),t.forEach((n,i)=>{let o=\"layer\"+i;r.setNode(o,{rank:\"same\"}),n.reduce((s,a)=>(r.setEdge(s,a,{style:\"invis\"}),a))}),r}});var Ft=v((po,Pt)=>{Pt.exports=\"2.0.4\"});var Si=v((mo,Dt)=>{Dt.exports={graphlib:y(),layout:Rt(),debug:St(),util:{time:_().time,notime:_().notime},version:Ft()}});export default Si();\n/*! For license information please see dagre.esm.js.LEGAL.txt */\n//# sourceMappingURL=dagre.esm.js.map\n","import { execFile as execFileCb } from 'node:child_process';\nimport { promisify } from 'node:util';\nimport { IS_WINDOWS } from '@/lib/core-utils';\nimport { resolve } from '@/lib/server-container';\nimport type { ListFeaturesUseCase } from '@shipit-ai/core/application/use-cases/features/list-features.use-case';\nimport type { ListRepositoriesUseCase } from '@shipit-ai/core/application/use-cases/repositories/list-repositories.use-case';\nimport type { AutoResolveMergedBranchesUseCase } from '@shipit-ai/core/application/use-cases/features/auto-resolve-merged-branches.use-case';\nimport type { IAgentRunRepository } from '@shipit-ai/core/application/ports/output/agents/agent-run-repository.interface';\nimport type { IDeploymentService } from '@shipit-ai/core/application/ports/output/services/deployment-service.interface';\nimport type { Repository } from '@shipit-ai/core/domain/generated/output';\nimport type { LoadSettingsUseCase } from '@shipit-ai/core/application/use-cases/settings/load-settings.use-case';\nimport { layoutWithDagre, getCanvasLayoutDefaults } from '@/lib/layout-with-dagre';\nimport { getLanguagePreference } from '@/lib/language';\nimport { buildGraphNodes } from '@/app/build-graph-nodes';\nimport type { CanvasNodeType } from '@/components/features/features-canvas';\nimport type { FeatureNodeData } from '@/components/common/feature-node';\nimport type { Edge } from '@xyflow/react';\n\nconst execFileAsync = promisify(execFileCb);\n\nexport interface RepoGitInfo {\n branch: string;\n commitMessage: string;\n committer: string;\n behindCount: number | null;\n}\n\n// Cache git info per repo — refreshed every GIT_INFO_TTL_MS via background-style check.\n// getGraphData() always reads from cache (zero git calls), and only spawns git\n// processes when the cache entry is older than the TTL.\nconst GIT_INFO_TTL_MS = 30_000;\n\ntype GitCacheEntry =\n | { kind: 'repo'; sha: string; data: RepoGitInfo; checkedAt: number }\n | { kind: 'not-a-repo'; checkedAt: number };\n\nconst gitInfoCache = new Map<string, GitCacheEntry>();\n\nasync function gitCommand(cwd: string, args: string[]): Promise<string | null> {\n try {\n const opts = IS_WINDOWS ? { cwd, windowsHide: true } : { cwd };\n const { stdout } = await execFileAsync('git', args, opts);\n return stdout.trim();\n } catch {\n return null;\n }\n}\n\nconst FIELD_SEP = '\\x1f'; // ASCII Unit Separator — safe in git output and child_process\n\n/** Refresh git info for a single repo (spawns git processes). */\nasync function refreshRepoGitInfo(repo: Repository): Promise<void> {\n try {\n const headSha = await gitCommand(repo.path, ['rev-parse', 'HEAD']);\n if (!headSha) {\n // Not a git repo (or bare/broken) — cache this so the UI can show it\n gitInfoCache.set(repo.path, { kind: 'not-a-repo', checkedAt: Date.now() });\n return;\n }\n\n // Fetch branch + subject & author in parallel\n const [currentBranch, logLine] = await Promise.all([\n gitCommand(repo.path, ['symbolic-ref', '--short', 'HEAD']),\n gitCommand(repo.path, ['log', '-1', `--format=%s${FIELD_SEP}%an`]),\n ]);\n if (!currentBranch) return;\n\n const [commitMessage, committer] = (logLine ?? '').split(FIELD_SEP);\n\n // Behind count — always compute, even when on the default branch,\n // because local main can be behind origin/main.\n let behindCount: number | null = null;\n const defaultBranchRef = await gitCommand(repo.path, [\n 'symbolic-ref',\n '--short',\n 'refs/remotes/origin/HEAD',\n ]);\n const defaultBranch = defaultBranchRef?.replace('origin/', '') ?? null;\n\n if (defaultBranch) {\n // Compare current branch (or default branch itself) against origin\n const behind = await gitCommand(repo.path, [\n 'rev-list',\n '--count',\n `${currentBranch}..origin/${defaultBranch}`,\n ]);\n behindCount = behind !== null ? parseInt(behind, 10) : null;\n if (isNaN(behindCount!)) behindCount = null;\n }\n\n gitInfoCache.set(repo.path, {\n kind: 'repo',\n sha: headSha,\n checkedAt: Date.now(),\n data: {\n branch: currentBranch,\n commitMessage: commitMessage ?? 'unknown',\n committer: committer ?? 'unknown',\n behindCount,\n },\n });\n } catch {\n // ignore — stale cache is better than no data\n }\n}\n\nexport type GitInfoResult =\n | { status: 'loading' }\n | { status: 'ready'; data: RepoGitInfo }\n | { status: 'not-a-repo' };\n\n/**\n * Return cached git info for a repo. If the cache is stale (> TTL),\n * kick off a fire-and-forget refresh so the NEXT call gets fresh data.\n * Never blocks getGraphData() with git subprocess calls.\n */\nfunction getRepoGitInfo(repo: Repository): GitInfoResult {\n const cached = gitInfoCache.get(repo.path);\n const now = Date.now();\n\n if (!cached) {\n // First time — trigger async refresh, return loading for this call\n void refreshRepoGitInfo(repo);\n return { status: 'loading' };\n }\n\n if (now - cached.checkedAt >= GIT_INFO_TTL_MS) {\n // Stale — trigger async refresh, return current data immediately\n void refreshRepoGitInfo(repo);\n }\n\n if (cached.kind === 'not-a-repo') {\n return { status: 'not-a-repo' };\n }\n\n return { status: 'ready', data: cached.data };\n}\n\nexport async function getGraphData(): Promise<{ nodes: CanvasNodeType[]; edges: Edge[] }> {\n const listFeatures = resolve<ListFeaturesUseCase>('ListFeaturesUseCase');\n const listRepos = resolve<ListRepositoriesUseCase>('ListRepositoriesUseCase');\n const agentRunRepo = resolve<IAgentRunRepository>('IAgentRunRepository');\n\n // Always include archived features so the client has full data for instant\n // show/hide toggle without a server round-trip (NFR-3).\n const [features, repositories] = await Promise.all([\n listFeatures.execute({ includeArchived: true }),\n listRepos.execute(),\n ]);\n\n // Read git info from cache (zero git calls). Stale entries trigger\n // a fire-and-forget background refresh for the next poll cycle.\n const repoGitInfoMap = new Map<string, RepoGitInfo>();\n const repoGitStatusMap = new Map<string, 'loading' | 'ready' | 'not-a-repo'>();\n for (const repo of repositories) {\n const result = getRepoGitInfo(repo);\n repoGitStatusMap.set(repo.path, result.status);\n if (result.status === 'ready') {\n repoGitInfoMap.set(repo.path, result.data);\n }\n }\n\n // PR/CI status is kept fresh by PrSyncWatcher (30s background poll).\n // No live GitHub calls here — use cached DB values for fast response.\n\n // Fire-and-forget: resolve features whose branches have been merged.\n // This corrects stale \"action needed\" states without blocking page load.\n // Resolved features surface on the next SSE poll cycle (~500ms).\n try {\n const autoResolve = resolve<AutoResolveMergedBranchesUseCase>(\n 'AutoResolveMergedBranchesUseCase'\n );\n void autoResolve.execute(features);\n } catch {\n // Use case not registered — skip silently (e.g. test environments)\n }\n\n const featuresWithRuns = await Promise.all(\n features.map(async (feature) => {\n const run = feature.agentRunId ? await agentRunRepo.findById(feature.agentRunId) : null;\n return { feature, run };\n })\n );\n\n const loadSettings = resolve<LoadSettingsUseCase>('LoadSettingsUseCase');\n const { workflow } = await loadSettings.execute();\n const { nodes, edges } = buildGraphNodes(repositories, featuresWithRuns, {\n enableEvidence: workflow.enableEvidence,\n commitEvidence: workflow.commitEvidence,\n ciWatchEnabled: workflow.ciWatchEnabled,\n repoGitInfo: repoGitInfoMap,\n repoGitStatus: repoGitStatusMap,\n });\n\n // Enrich feature nodes with deployment status\n let deploymentService: IDeploymentService | null = null;\n try {\n deploymentService = resolve<IDeploymentService>('IDeploymentService');\n } catch {\n // Deployment service may not be registered — skip enrichment\n }\n\n if (deploymentService) {\n for (const node of nodes) {\n if (node.type !== 'featureNode') continue;\n const data = node.data as FeatureNodeData;\n const status = deploymentService.getStatus(data.featureId);\n if (status && status.state !== 'Stopped') {\n data.deployment = {\n status: status.state,\n ...(status.url && { url: status.url }),\n };\n }\n }\n }\n\n const { dir } = await getLanguagePreference();\n return layoutWithDagre(nodes, edges, getCanvasLayoutDefaults(dir));\n}\n","import { NextResponse } from 'next/server';\nimport { getGraphData } from '@/app/(dashboard)/get-graph-data';\n\n/** Prevent Next.js from statically prerendering this route at build time. */\nexport const dynamic = 'force-dynamic';\n\n/**\n * Returns fresh graph nodes and edges for the control-center canvas.\n *\n * Used by the client-side polling fallback instead of a server action\n * so that periodic syncs don't trigger the Next.js \"Rendering…\" indicator.\n */\nexport async function GET() {\n const data = await getGraphData();\n return NextResponse.json(data);\n}\n","import { AppRouteRouteModule } from \"next/dist/esm/server/route-modules/app-route/module.compiled\";\nimport { RouteKind } from \"next/dist/esm/server/route-kind\";\nimport { patchFetch as _patchFetch } from \"next/dist/esm/server/lib/patch-fetch\";\nimport { addRequestMeta, getRequestMeta, setRequestMeta } from \"next/dist/esm/server/request-meta\";\nimport { getTracer, SpanKind } from \"next/dist/esm/server/lib/trace/tracer\";\nimport { setManifestsSingleton } from \"next/dist/esm/server/app-render/manifests-singleton\";\nimport { normalizeAppPath } from \"next/dist/esm/shared/lib/router/utils/app-paths\";\nimport { NodeNextRequest, NodeNextResponse } from \"next/dist/esm/server/base-http/node\";\nimport { NextRequestAdapter, signalFromNodeResponse } from \"next/dist/esm/server/web/spec-extension/adapters/next-request\";\nimport { BaseServerSpan } from \"next/dist/esm/server/lib/trace/constants\";\nimport { getRevalidateReason } from \"next/dist/esm/server/instrumentation/utils\";\nimport { sendResponse } from \"next/dist/esm/server/send-response\";\nimport { fromNodeOutgoingHttpHeaders, toNodeOutgoingHttpHeaders } from \"next/dist/esm/server/web/utils\";\nimport { getCacheControlHeader } from \"next/dist/esm/server/lib/cache-control\";\nimport { INFINITE_CACHE, NEXT_CACHE_TAGS_HEADER } from \"next/dist/esm/lib/constants\";\nimport { NoFallbackError } from \"next/dist/esm/shared/lib/no-fallback-error.external\";\nimport { CachedRouteKind } from \"next/dist/esm/server/response-cache\";\nimport * as userland from \"INNER_APP_ROUTE\";\n// We inject the nextConfigOutput here so that we can use them in the route\n// module.\nconst nextConfigOutput = \"\"\nconst routeModule = new AppRouteRouteModule({\n definition: {\n kind: RouteKind.APP_ROUTE,\n page: \"/api/graph-data/route\",\n pathname: \"/api/graph-data\",\n filename: \"route\",\n bundlePath: \"\"\n },\n distDir: process.env.__NEXT_RELATIVE_DIST_DIR || '',\n relativeProjectDir: process.env.__NEXT_RELATIVE_PROJECT_DIR || '',\n resolvedPagePath: \"[project]/src/presentation/web/app/api/graph-data/route.ts\",\n nextConfigOutput,\n // The static import is used for initialization (methods, dynamic, etc.).\n userland: userland,\n // In Turbopack dev mode, also provide a getter that calls require() on every\n // request. This re-reads from devModuleCache so HMR updates are picked up,\n // and the async wrapper unwraps async-module Promises (ESM-only\n // serverExternalPackages) automatically.\n ...process.env.TURBOPACK && process.env.__NEXT_DEV_SERVER ? {\n getUserland: ()=>import(\"INNER_APP_ROUTE\")\n } : {}\n});\n// Pull out the exports that we need to expose from the module. This should\n// be eliminated when we've moved the other routes to the new format. These\n// are used to hook into the route.\nconst { workAsyncStorage, workUnitAsyncStorage, serverHooks } = routeModule;\nfunction patchFetch() {\n return _patchFetch({\n workAsyncStorage,\n workUnitAsyncStorage\n });\n}\nexport { routeModule, workAsyncStorage, workUnitAsyncStorage, serverHooks, patchFetch, };\nexport async function handler(req, res, ctx) {\n if (ctx.requestMeta) {\n setRequestMeta(req, ctx.requestMeta);\n }\n if (routeModule.isDev) {\n addRequestMeta(req, 'devRequestTimingInternalsEnd', process.hrtime.bigint());\n }\n let srcPage = \"/api/graph-data/route\";\n // turbopack doesn't normalize `/index` in the page name\n // so we need to to process dynamic routes properly\n // TODO: fix turbopack providing differing value from webpack\n if (process.env.TURBOPACK) {\n srcPage = srcPage.replace(/\\/index$/, '') || '/';\n } else if (srcPage === '/index') {\n // we always normalize /index specifically\n srcPage = '/';\n }\n const multiZoneDraftMode = process.env.__NEXT_MULTI_ZONE_DRAFT_MODE;\n const prepareResult = await routeModule.prepare(req, res, {\n srcPage,\n multiZoneDraftMode\n });\n if (!prepareResult) {\n res.statusCode = 400;\n res.end('Bad Request');\n ctx.waitUntil == null ? void 0 : ctx.waitUntil.call(ctx, Promise.resolve());\n return null;\n }\n const { buildId, params, nextConfig, parsedUrl, isDraftMode, prerenderManifest, routerServerContext, isOnDemandRevalidate, revalidateOnlyGenerated, resolvedPathname, clientReferenceManifest, serverActionsManifest } = prepareResult;\n const normalizedSrcPage = normalizeAppPath(srcPage);\n let isIsr = Boolean(prerenderManifest.dynamicRoutes[normalizedSrcPage] || prerenderManifest.routes[resolvedPathname]);\n const render404 = async ()=>{\n // TODO: should route-module itself handle rendering the 404\n if (routerServerContext == null ? void 0 : routerServerContext.render404) {\n await routerServerContext.render404(req, res, parsedUrl, false);\n } else {\n res.end('This page could not be found');\n }\n return null;\n };\n if (isIsr && !isDraftMode) {\n const isPrerendered = Boolean(prerenderManifest.routes[resolvedPathname]);\n const prerenderInfo = prerenderManifest.dynamicRoutes[normalizedSrcPage];\n if (prerenderInfo) {\n if (prerenderInfo.fallback === false && !isPrerendered) {\n if (nextConfig.adapterPath) {\n return await render404();\n }\n throw new NoFallbackError();\n }\n }\n }\n let cacheKey = null;\n if (isIsr && !routeModule.isDev && !isDraftMode) {\n cacheKey = resolvedPathname;\n // ensure /index and / is normalized to one key\n cacheKey = cacheKey === '/index' ? '/' : cacheKey;\n }\n const supportsDynamicResponse = // If we're in development, we always support dynamic HTML\n routeModule.isDev === true || // If this is not SSG or does not have static paths, then it supports\n // dynamic HTML.\n !isIsr;\n // This is a revalidation request if the request is for a static\n // page and it is not being resumed from a postponed render and\n // it is not a dynamic RSC request then it is a revalidation\n // request.\n const isStaticGeneration = isIsr && !supportsDynamicResponse;\n // Before rendering (which initializes component tree modules), we have to\n // set the reference manifests to our global store so Server Action's\n // encryption util can access to them at the top level of the page module.\n if (serverActionsManifest && clientReferenceManifest) {\n setManifestsSingleton({\n page: srcPage,\n clientReferenceManifest,\n serverActionsManifest\n });\n }\n const method = req.method || 'GET';\n const tracer = getTracer();\n const activeSpan = tracer.getActiveScopeSpan();\n const isWrappedByNextServer = Boolean(routerServerContext == null ? void 0 : routerServerContext.isWrappedByNextServer);\n const isMinimalMode = Boolean(getRequestMeta(req, 'minimalMode'));\n const incrementalCache = getRequestMeta(req, 'incrementalCache') || await routeModule.getIncrementalCache(req, nextConfig, prerenderManifest, isMinimalMode);\n incrementalCache == null ? void 0 : incrementalCache.resetRequestCache();\n globalThis.__incrementalCache = incrementalCache;\n const context = {\n params,\n previewProps: prerenderManifest.preview,\n renderOpts: {\n experimental: {\n authInterrupts: Boolean(nextConfig.experimental.authInterrupts)\n },\n cacheComponents: Boolean(nextConfig.cacheComponents),\n supportsDynamicResponse,\n incrementalCache,\n cacheLifeProfiles: nextConfig.cacheLife,\n waitUntil: ctx.waitUntil,\n onClose: (cb)=>{\n res.on('close', cb);\n },\n onAfterTaskError: undefined,\n onInstrumentationRequestError: (error, _request, errorContext, silenceLog)=>routeModule.onRequestError(req, error, errorContext, silenceLog, routerServerContext)\n },\n sharedContext: {\n buildId\n }\n };\n const nodeNextReq = new NodeNextRequest(req);\n const nodeNextRes = new NodeNextResponse(res);\n const nextReq = NextRequestAdapter.fromNodeNextRequest(nodeNextReq, signalFromNodeResponse(res));\n try {\n let parentSpan;\n const invokeRouteModule = async (span)=>{\n return routeModule.handle(nextReq, context).finally(()=>{\n if (!span) return;\n span.setAttributes({\n 'http.status_code': res.statusCode,\n 'next.rsc': false\n });\n const rootSpanAttributes = tracer.getRootSpanAttributes();\n // We were unable to get attributes, probably OTEL is not enabled\n if (!rootSpanAttributes) {\n return;\n }\n if (rootSpanAttributes.get('next.span_type') !== BaseServerSpan.handleRequest) {\n console.warn(`Unexpected root span type '${rootSpanAttributes.get('next.span_type')}'. Please report this Next.js issue https://github.com/vercel/next.js`);\n return;\n }\n const route = rootSpanAttributes.get('next.route');\n if (route) {\n const name = `${method} ${route}`;\n span.setAttributes({\n 'next.route': route,\n 'http.route': route,\n 'next.span_name': name\n });\n span.updateName(name);\n // Propagate http.route to the parent span if one exists (e.g.\n // a platform-created HTTP span in adapter deployments).\n if (parentSpan && parentSpan !== span) {\n parentSpan.setAttribute('http.route', route);\n parentSpan.updateName(name);\n }\n } else {\n span.updateName(`${method} ${srcPage}`);\n }\n });\n };\n const handleResponse = async (currentSpan)=>{\n var _cacheEntry_value;\n const responseGenerator = async ({ previousCacheEntry })=>{\n try {\n if (!isMinimalMode && isOnDemandRevalidate && revalidateOnlyGenerated && !previousCacheEntry) {\n res.statusCode = 404;\n // on-demand revalidate always sets this header\n res.setHeader('x-nextjs-cache', 'REVALIDATED');\n res.end('This page could not be found');\n return null;\n }\n const response = await invokeRouteModule(currentSpan);\n req.fetchMetrics = context.renderOpts.fetchMetrics;\n let pendingWaitUntil = context.renderOpts.pendingWaitUntil;\n // Attempt using provided waitUntil if available\n // if it's not we fallback to sendResponse's handling\n if (pendingWaitUntil) {\n if (ctx.waitUntil) {\n ctx.waitUntil(pendingWaitUntil);\n pendingWaitUntil = undefined;\n }\n }\n const cacheTags = context.renderOpts.collectedTags;\n // If the request is for a static response, we can cache it so long\n // as it's not edge.\n if (isIsr) {\n const blob = await response.blob();\n // Copy the headers from the response.\n const headers = toNodeOutgoingHttpHeaders(response.headers);\n if (cacheTags) {\n headers[NEXT_CACHE_TAGS_HEADER] = cacheTags;\n }\n if (!headers['content-type'] && blob.type) {\n headers['content-type'] = blob.type;\n }\n const revalidate = typeof context.renderOpts.collectedRevalidate === 'undefined' || context.renderOpts.collectedRevalidate >= INFINITE_CACHE ? false : context.renderOpts.collectedRevalidate;\n const expire = typeof context.renderOpts.collectedExpire === 'undefined' || context.renderOpts.collectedExpire >= INFINITE_CACHE ? undefined : context.renderOpts.collectedExpire;\n // Create the cache entry for the response.\n const cacheEntry = {\n value: {\n kind: CachedRouteKind.APP_ROUTE,\n status: response.status,\n body: Buffer.from(await blob.arrayBuffer()),\n headers\n },\n cacheControl: {\n revalidate,\n expire\n }\n };\n return cacheEntry;\n } else {\n // send response without caching if not ISR\n await sendResponse(nodeNextReq, nodeNextRes, response, context.renderOpts.pendingWaitUntil);\n return null;\n }\n } catch (err) {\n // if this is a background revalidate we need to report\n // the request error here as it won't be bubbled\n if (previousCacheEntry == null ? void 0 : previousCacheEntry.isStale) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: srcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n throw err;\n }\n };\n const cacheEntry = await routeModule.handleResponse({\n req,\n nextConfig,\n cacheKey,\n routeKind: RouteKind.APP_ROUTE,\n isFallback: false,\n prerenderManifest,\n isRoutePPREnabled: false,\n isOnDemandRevalidate,\n revalidateOnlyGenerated,\n responseGenerator,\n waitUntil: ctx.waitUntil,\n isMinimalMode\n });\n // we don't create a cacheEntry for ISR\n if (!isIsr) {\n return null;\n }\n if ((cacheEntry == null ? void 0 : (_cacheEntry_value = cacheEntry.value) == null ? void 0 : _cacheEntry_value.kind) !== CachedRouteKind.APP_ROUTE) {\n var _cacheEntry_value1;\n throw Object.defineProperty(new Error(`Invariant: app-route received invalid cache entry ${cacheEntry == null ? void 0 : (_cacheEntry_value1 = cacheEntry.value) == null ? void 0 : _cacheEntry_value1.kind}`), \"__NEXT_ERROR_CODE\", {\n value: \"E701\",\n enumerable: false,\n configurable: true\n });\n }\n if (!isMinimalMode) {\n res.setHeader('x-nextjs-cache', isOnDemandRevalidate ? 'REVALIDATED' : cacheEntry.isMiss ? 'MISS' : cacheEntry.isStale ? 'STALE' : 'HIT');\n }\n // Draft mode should never be cached\n if (isDraftMode) {\n res.setHeader('Cache-Control', 'private, no-cache, no-store, max-age=0, must-revalidate');\n }\n const headers = fromNodeOutgoingHttpHeaders(cacheEntry.value.headers);\n if (!(isMinimalMode && isIsr)) {\n headers.delete(NEXT_CACHE_TAGS_HEADER);\n }\n // If cache control is already set on the response we don't\n // override it to allow users to customize it via next.config\n if (cacheEntry.cacheControl && !res.getHeader('Cache-Control') && !headers.get('Cache-Control')) {\n headers.set('Cache-Control', getCacheControlHeader(cacheEntry.cacheControl));\n }\n await sendResponse(nodeNextReq, nodeNextRes, // @ts-expect-error - Argument of type 'Buffer<ArrayBufferLike>' is not assignable to parameter of type 'BodyInit | null | undefined'.\n new Response(cacheEntry.value.body, {\n headers,\n status: cacheEntry.value.status || 200\n }));\n return null;\n };\n // TODO: activeSpan code path is for when wrapped by\n // next-server can be removed when this is no longer used\n if (isWrappedByNextServer && activeSpan) {\n await handleResponse(activeSpan);\n } else {\n parentSpan = tracer.getActiveScopeSpan();\n await tracer.withPropagatedContext(req.headers, ()=>tracer.trace(BaseServerSpan.handleRequest, {\n spanName: `${method} ${srcPage}`,\n kind: SpanKind.SERVER,\n attributes: {\n 'http.method': method,\n 'http.target': req.url\n }\n }, handleResponse), undefined, !isWrappedByNextServer);\n }\n } catch (err) {\n if (!(err instanceof NoFallbackError)) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: normalizedSrcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n // rethrow so that we can handle serving error page\n // If this is during static generation, throw the error again.\n if (isIsr) throw err;\n // Otherwise, send a 500 response.\n await sendResponse(nodeNextReq, nodeNextRes, new Response(null, {\n status: 500\n }));\n return null;\n }\n}\n\n//# sourceMappingURL=app-route.js.map\n","/**\n * Platform detection constants.\n *\n * Evaluated once at module load — safe to use in hot paths.\n */\n\nexport const IS_WINDOWS = process.platform === 'win32';\n","/**\n * Check whether a process with the given PID is still running.\n *\n * Uses `process.kill(pid, 0)` which sends signal 0 (no-op) to test existence.\n * Returns false when the PID does not exist or belongs to a zombie.\n */\nexport function isProcessAlive(pid: number): boolean {\n try {\n process.kill(pid, 0);\n return true;\n } catch {\n return false;\n }\n}\n","import type { Feature, Repository, AgentRun } from '@shipit-ai/core/domain/generated/output';\nimport { AgentRunStatus } from '@shipit-ai/core/domain/generated/output';\nimport {\n deriveNodeState,\n deriveProgress,\n deriveLifecycle,\n} from '@/components/common/feature-node/derive-feature-state';\nimport { isProcessAlive, computeWorktreePath } from '@/lib/core-utils';\nimport type { CanvasNodeType } from '@/components/features/features-canvas';\nimport type { Edge } from '@xyflow/react';\nimport type { FeatureNodeData } from '@/components/common/feature-node';\n\nexport interface FeatureWithRun {\n feature: Feature;\n run: AgentRun | null;\n}\n\n/**\n * Builds React Flow nodes and edges from persisted repositories and features.\n *\n * Features whose repositoryPath is not covered by any real repository row are\n * grouped under a synthetic \"virtual\" repository node\n * (id: `virtual-repo-${repositoryPath}`). This ensures the dashboard never\n * renders empty when features exist but their repository rows are missing.\n */\nexport interface BuildGraphNodesOptions {\n /** Whether evidence collection is enabled (global workflow setting) */\n enableEvidence?: boolean;\n /** Whether evidence is committed to the PR body (global workflow setting) */\n commitEvidence?: boolean;\n /** Whether CI watch/fix loop is enabled (global workflow setting) */\n ciWatchEnabled?: boolean;\n /** Git info (branch, commit message, committer, behind count) keyed by repository path */\n repoGitInfo?: Map<\n string,\n { branch: string; commitMessage: string; committer: string; behindCount: number | null }\n >;\n /** Git info resolution status keyed by repository path */\n repoGitStatus?: Map<string, 'loading' | 'ready' | 'not-a-repo'>;\n}\n\nexport function buildGraphNodes(\n repositories: Repository[],\n featuresWithRuns: FeatureWithRun[],\n options?: BuildGraphNodesOptions\n): { nodes: CanvasNodeType[]; edges: Edge[] } {\n // Normalize path separators so Windows backslash paths match forward-slash paths\n const normalizePath = (p: string) => p.replace(/\\\\/g, '/');\n\n // Group features by normalized repository path\n const featuresByRepo: Record<string, FeatureWithRun[]> = {};\n featuresWithRuns.forEach((entry) => {\n const repoKey = normalizePath(entry.feature.repositoryPath);\n if (!featuresByRepo[repoKey]) {\n featuresByRepo[repoKey] = [];\n }\n featuresByRepo[repoKey].push(entry);\n });\n\n const nodes: CanvasNodeType[] = [];\n const edges: Edge[] = [];\n\n // Track which repository paths have been rendered (to avoid orphan duplicates)\n const coveredPaths = new Set<string>();\n\n // First, add nodes for all persisted repositories (including those without features)\n for (const repo of repositories) {\n const normalizedRepoPath = normalizePath(repo.path);\n coveredPaths.add(normalizedRepoPath);\n const repoNodeId = `repo-${repo.id}`;\n const gitInfo = options?.repoGitInfo?.get(repo.path);\n const gitInfoStatus = options?.repoGitStatus?.get(repo.path) ?? 'loading';\n nodes.push({\n id: repoNodeId,\n type: 'repositoryNode',\n position: { x: 0, y: 0 },\n data: {\n name: repo.name,\n repositoryPath: normalizedRepoPath,\n id: repo.id,\n createdAt:\n repo.createdAt instanceof Date ? repo.createdAt.getTime() : Number(repo.createdAt),\n gitInfoStatus,\n ...(gitInfo && {\n branch: gitInfo.branch,\n commitMessage: gitInfo.commitMessage,\n committer: gitInfo.committer,\n behindCount: gitInfo.behindCount,\n }),\n },\n });\n\n const repoFeatures = featuresByRepo[normalizedRepoPath] ?? [];\n appendFeatureNodes(\n repoFeatures,\n repoNodeId,\n featuresWithRuns,\n nodes,\n edges,\n repo.name,\n options\n );\n }\n\n // Second pass: group orphaned features under virtual repository nodes\n for (const [repoPath, orphanFeatures] of Object.entries(featuresByRepo)) {\n if (coveredPaths.has(repoPath)) continue;\n\n const virtualRepoNodeId = `virtual-repo-${repoPath}`;\n const repoName = repoPath.split('/').filter(Boolean).at(-1) ?? repoPath;\n nodes.push({\n id: virtualRepoNodeId,\n type: 'repositoryNode',\n position: { x: 0, y: 0 },\n data: { name: repoName, repositoryPath: repoPath },\n });\n\n appendFeatureNodes(\n orphanFeatures,\n virtualRepoNodeId,\n featuresWithRuns,\n nodes,\n edges,\n repoName,\n options\n );\n }\n\n // Add parent→child dependency edges\n for (const { feature } of featuresWithRuns) {\n if (feature.parentId) {\n const parentNodeId = `feat-${feature.parentId}`;\n const childNodeId = `feat-${feature.id}`;\n if (nodes.some((n) => n.id === parentNodeId) && nodes.some((n) => n.id === childNodeId)) {\n edges.push({\n id: `dep-${parentNodeId}-${childNodeId}`,\n source: parentNodeId,\n target: childNodeId,\n type: 'dependencyEdge',\n });\n }\n }\n }\n\n return { nodes, edges };\n}\n\nfunction appendFeatureNodes(\n repoFeatures: FeatureWithRun[],\n repoNodeId: string,\n allFeaturesWithRuns: FeatureWithRun[],\n nodes: CanvasNodeType[],\n edges: Edge[],\n repoName?: string,\n options?: BuildGraphNodesOptions\n): void {\n // Sort by createdAt so newest features appear last (bottom) in the layout\n const sorted = [...repoFeatures].sort((a, b) => {\n const aTime =\n a.feature.createdAt instanceof Date\n ? a.feature.createdAt.getTime()\n : Number(a.feature.createdAt);\n const bTime =\n b.feature.createdAt instanceof Date\n ? b.feature.createdAt.getTime()\n : Number(b.feature.createdAt);\n return aTime - bTime;\n });\n\n sorted.forEach(({ feature, run }) => {\n // Resolve blockedBy display name from parent feature\n let blockedBy: string | undefined;\n if (feature.parentId && feature.lifecycle === 'Blocked') {\n const parentEntry = allFeaturesWithRuns.find((e) => e.feature.id === feature.parentId);\n if (parentEntry) {\n blockedBy = parentEntry.feature.name;\n }\n }\n\n // Detect crashed agents: DB says running/pending but PID is dead\n const isActive =\n run?.status === AgentRunStatus.running || run?.status === AgentRunStatus.pending;\n const pidAlive = isActive && run?.pid ? isProcessAlive(run.pid) : undefined;\n\n const nodeData: FeatureNodeData = {\n name: feature.name,\n description: feature.description ?? feature.slug,\n featureId: feature.id,\n lifecycle: deriveLifecycle(feature, run),\n repositoryPath: feature.repositoryPath,\n branch: feature.branch,\n worktreePath:\n feature.worktreePath ?? computeWorktreePath(feature.repositoryPath, feature.branch),\n specPath: feature.specPath,\n state: deriveNodeState(\n feature,\n run,\n pidAlive !== undefined ? { isPidAlive: pidAlive } : undefined\n ),\n progress: deriveProgress(feature),\n summary: feature.description,\n userQuery: feature.userQuery,\n createdAt:\n feature.createdAt instanceof Date ? feature.createdAt.getTime() : feature.createdAt,\n ...(feature.fast && { fastMode: true }),\n approvalGates: feature.approvalGates,\n push: feature.push,\n openPr: feature.openPr,\n forkAndPr: feature.forkAndPr,\n commitSpecs: feature.commitSpecs,\n enableEvidence: feature.enableEvidence ?? options?.enableEvidence ?? false,\n commitEvidence: feature.commitEvidence ?? options?.commitEvidence ?? false,\n ciWatchEnabled: feature.ciWatchEnabled ?? options?.ciWatchEnabled ?? true,\n ...(repoName && { repositoryName: repoName }),\n ...(run?.agentType && { agentType: run.agentType as FeatureNodeData['agentType'] }),\n ...(run?.modelId && { modelId: run.modelId }),\n ...(run?.error && { errorMessage: run.error }),\n ...(blockedBy && { blockedBy }),\n ...(feature.agentRunId != null && { hasAgentRun: true }),\n ...(feature.plan != null && { hasPlan: true }),\n ...(feature.pr && {\n pr: {\n url: feature.pr.url,\n number: feature.pr.number,\n status: feature.pr.status,\n ciStatus: feature.pr.ciStatus,\n commitHash: feature.pr.commitHash,\n mergeable: feature.pr.mergeable,\n },\n }),\n };\n\n const featureNodeId = `feat-${feature.id}`;\n nodes.push({\n id: featureNodeId,\n type: 'featureNode',\n position: { x: 0, y: 0 },\n data: nodeData,\n });\n\n // Child features connect via parent→child dependency edge, not directly to repo\n if (!feature.parentId) {\n edges.push({\n id: `edge-${repoNodeId}-${featureNodeId}`,\n source: repoNodeId,\n target: featureNodeId,\n style: { strokeDasharray: '5 5' },\n });\n }\n });\n}\n","/**\n * Server-side language preference utilities for the Web UI.\n *\n * Reads the language preference from the Settings via DI\n * and determines the text direction (LTR/RTL).\n */\n\nimport { resolve } from '@/lib/server-container';\nimport type { LoadSettingsUseCase } from '@shipit-ai/core/application/use-cases/settings/load-settings.use-case';\nimport { Language } from '@shipit-ai/core/domain/generated/output';\n\nconst RTL_LANGUAGES: ReadonlySet<string> = new Set([Language.Arabic, Language.Hebrew]);\nconst DEFAULT_LANGUAGE = Language.English;\n\n/**\n * Check whether a language code requires right-to-left text direction.\n */\nexport function isRtlLanguage(language: string): boolean {\n return RTL_LANGUAGES.has(language);\n}\n\ninterface LanguagePreference {\n language: string;\n dir: 'ltr' | 'rtl';\n}\n\n/**\n * Get the user's language preference and computed text direction.\n *\n * Reads from Settings via DI (LoadSettingsUseCase).\n * Falls back to English if settings are not available (e.g. during build).\n */\nexport async function getLanguagePreference(): Promise<LanguagePreference> {\n let language = DEFAULT_LANGUAGE as string;\n\n try {\n const useCase = resolve<LoadSettingsUseCase>('LoadSettingsUseCase');\n const settings = await useCase.execute();\n language = settings.user.preferredLanguage ?? DEFAULT_LANGUAGE;\n } catch {\n // Settings not initialized (build, SSG, or first run)\n }\n\n return {\n language,\n dir: isRtlLanguage(language) ? 'rtl' : 'ltr',\n };\n}\n","import dagre from '@dagrejs/dagre';\nimport type { Edge, Node } from '@xyflow/react';\n\nexport type LayoutDirection = 'TB' | 'LR' | 'BT' | 'RL';\n\nexport interface LayoutOptions {\n /** Graph direction: top-bottom, left-right, etc. Default \"TB\" */\n direction?: LayoutDirection;\n /** Default node size when per-node size is unavailable */\n nodeSize?: { width: number; height: number };\n /** Vertical separation between ranks (default 80) */\n ranksep?: number;\n /** Horizontal separation between nodes in the same rank (default 30) */\n nodesep?: number;\n}\n\n/** Canonical layout defaults for the control-center canvas. */\nexport const CANVAS_LAYOUT_DEFAULTS: LayoutOptions = {\n direction: 'LR',\n ranksep: 200,\n nodesep: 30,\n};\n\n/** Returns canvas layout defaults with direction adjusted for text direction. */\nexport function getCanvasLayoutDefaults(dir: 'ltr' | 'rtl' = 'ltr'): LayoutOptions {\n return { ...CANVAS_LAYOUT_DEFAULTS, direction: dir === 'rtl' ? 'RL' : 'LR' };\n}\n\n/** Known node-type dimensions for the canvas node types */\nconst NODE_DIMENSIONS: Record<string, { width: number; height: number }> = {\n featureNode: { width: 388, height: 140 },\n repositoryNode: { width: 400, height: 140 },\n};\n\nfunction getNodeSize(\n node: Node,\n defaultSize: { width: number; height: number }\n): { width: number; height: number } {\n // Prefer per-node size from data, then type-based lookup, then default\n const data = node.data as Record<string, unknown> | undefined;\n if (data && typeof data.width === 'number' && typeof data.height === 'number') {\n return { width: data.width, height: data.height };\n }\n return NODE_DIMENSIONS[node.type ?? ''] ?? defaultSize;\n}\n\nfunction getHandlePositions(direction: LayoutDirection) {\n switch (direction) {\n case 'LR':\n return { targetPosition: 'left' as const, sourcePosition: 'right' as const };\n case 'RL':\n return { targetPosition: 'right' as const, sourcePosition: 'left' as const };\n case 'BT':\n return { targetPosition: 'bottom' as const, sourcePosition: 'top' as const };\n case 'TB':\n default:\n return { targetPosition: 'top' as const, sourcePosition: 'bottom' as const };\n }\n}\n\n/**\n * Compute an automatic hierarchical layout for React Flow nodes and edges\n * using Dagre. Returns new node/edge arrays — never mutates the originals.\n *\n * Disconnected nodes (no edges) are interleaved with connected root trees\n * in their original input order, preserving the caller's sort (e.g. createdAt).\n */\nexport function layoutWithDagre<N extends Node>(\n nodes: N[],\n edges: Edge[],\n opts: LayoutOptions = {}\n): { nodes: N[]; edges: Edge[] } {\n const {\n direction = 'TB',\n nodeSize = { width: 172, height: 36 },\n ranksep = 80,\n nodesep = 30,\n } = opts;\n\n if (nodes.length === 0) {\n return { nodes: [], edges: [] };\n }\n\n const g = new dagre.graphlib.Graph({ multigraph: true });\n g.setDefaultEdgeLabel(() => ({}));\n g.setGraph({ rankdir: direction, ranksep, nodesep });\n\n // Separate connected from disconnected nodes\n const connectedIds = new Set<string>();\n for (const edge of edges) {\n connectedIds.add(edge.source);\n connectedIds.add(edge.target);\n }\n\n const graphNodes = nodes.filter((n) => connectedIds.has(n.id));\n const disconnectedNodes = nodes.filter((n) => !connectedIds.has(n.id));\n\n // Add nodes to the dagre graph\n for (const node of graphNodes) {\n const size = getNodeSize(node, nodeSize);\n g.setNode(node.id, { width: size.width, height: size.height });\n }\n\n // Add edges — use edge.id as key to support multigraph (duplicate source→target)\n for (const edge of edges) {\n if (!g.hasNode(edge.source) || !g.hasNode(edge.target)) continue;\n g.setEdge(edge.source, edge.target, {}, edge.id);\n }\n\n dagre.layout(g);\n\n const { targetPosition, sourcePosition } = getHandlePositions(direction);\n const isHorizontal = direction === 'LR' || direction === 'RL';\n\n // Collect dagre center positions keyed by node id\n const centerMap = new Map<string, { cx: number; cy: number; w: number; h: number }>();\n for (const node of graphNodes) {\n const dagreNode = g.node(node.id);\n const size = getNodeSize(node, nodeSize);\n centerMap.set(node.id, { cx: dagreNode.x, cy: dagreNode.y, w: size.width, h: size.height });\n }\n\n // Add disconnected nodes to centerMap so they participate in root positioning.\n // Use the same primary-axis position as connected roots (rank 0) so they align\n // visually with repos that have features attached.\n let rootPrimaryAxis = 0;\n for (const c of centerMap.values()) {\n rootPrimaryAxis = isHorizontal ? c.cx : c.cy;\n break; // Use the first connected node's primary position\n }\n for (const node of disconnectedNodes) {\n const size = getNodeSize(node, nodeSize);\n centerMap.set(node.id, {\n cx: isHorizontal ? rootPrimaryAxis : 0,\n cy: isHorizontal ? 0 : rootPrimaryAxis,\n w: size.width,\n h: size.height,\n });\n }\n\n // ── Proper tree layout for the secondary axis ──\n // Dagre gives us correct primary-axis (rank/X) positions but its secondary-\n // axis (Y) positioning doesn't respect our tree structure well. Replace it\n // with a bottom-up tree layout:\n // 1. Compute subtree heights (leaves → roots)\n // 2. Position children centered on parent (roots → leaves)\n // This guarantees: no overlaps, parents centered on children, and straight\n // lines for 1-to-1 connections at every depth.\n\n // Build parent→children map from edges\n const childrenOf = new Map<string, string[]>();\n for (const edge of edges) {\n if (!centerMap.has(edge.source) || !centerMap.has(edge.target)) continue;\n if (!childrenOf.has(edge.source)) childrenOf.set(edge.source, []);\n childrenOf.get(edge.source)!.push(edge.target);\n }\n\n // Sort children by input order (preserves caller's ordering, e.g. createdAt)\n const inputIndex = new Map<string, number>();\n for (let i = 0; i < nodes.length; i++) {\n inputIndex.set(nodes[i].id, i);\n }\n for (const [, kids] of childrenOf) {\n kids.sort((a, b) => (inputIndex.get(a) ?? 0) - (inputIndex.get(b) ?? 0));\n }\n\n // Find tree roots: connected nodes that are not children of another node\n const childSet = new Set<string>();\n for (const ids of childrenOf.values()) {\n for (const id of ids) childSet.add(id);\n }\n const connectedRoots = [...connectedIds].filter((id) => centerMap.has(id) && !childSet.has(id));\n // Merge connected roots and disconnected nodes, sorted by input order\n // so repos maintain their original creation-time ordering regardless of\n // whether they have features attached.\n const allRoots = [...connectedRoots, ...disconnectedNodes.map((n) => n.id)];\n allRoots.sort((a, b) => (inputIndex.get(a) ?? 0) - (inputIndex.get(b) ?? 0));\n\n // Bottom-up: compute the total secondary-axis span each subtree needs\n const subtreeSpan = new Map<string, number>();\n function computeSpan(nodeId: string): number {\n if (subtreeSpan.has(nodeId)) return subtreeSpan.get(nodeId)!;\n const c = centerMap.get(nodeId)!;\n const nodeSpan = isHorizontal ? c.h : c.w;\n const kids = childrenOf.get(nodeId);\n if (!kids || kids.length === 0) {\n subtreeSpan.set(nodeId, nodeSpan);\n return nodeSpan;\n }\n let childrenTotalSpan = 0;\n for (const kid of kids) {\n childrenTotalSpan += computeSpan(kid);\n }\n childrenTotalSpan += (kids.length - 1) * nodesep;\n const span = Math.max(nodeSpan, childrenTotalSpan);\n subtreeSpan.set(nodeId, span);\n return span;\n }\n\n for (const root of allRoots) computeSpan(root);\n\n // Top-down: position each node on the secondary axis, centering parent\n // on its children block. For 1-to-1 edges the child gets the same\n // secondary-axis value as its parent (straight line).\n function positionTree(nodeId: string, centerPos: number): void {\n const c = centerMap.get(nodeId)!;\n if (isHorizontal) {\n c.cy = centerPos;\n } else {\n c.cx = centerPos;\n }\n const kids = childrenOf.get(nodeId);\n if (!kids || kids.length === 0) return;\n\n // Total span occupied by children\n let childrenTotalSpan = 0;\n for (const kid of kids) {\n childrenTotalSpan += subtreeSpan.get(kid) ?? 0;\n }\n childrenTotalSpan += (kids.length - 1) * nodesep;\n\n // Start from the top of the centered children block\n let cursor = centerPos - childrenTotalSpan / 2;\n for (const kid of kids) {\n const kidSpan = subtreeSpan.get(kid) ?? 0;\n positionTree(kid, cursor + kidSpan / 2);\n cursor += kidSpan + nodesep;\n }\n }\n\n // Position all root trees (connected and disconnected) in input order.\n let rootCursor = 0;\n for (const root of allRoots) {\n const span = subtreeSpan.get(root) ?? 0;\n positionTree(root, rootCursor + span / 2);\n rootCursor += span + nodesep;\n }\n\n // Build result array converting center-coords to React Flow top-left\n const result: N[] = [];\n for (const node of nodes) {\n const c = centerMap.get(node.id);\n if (!c) continue;\n result.push({\n ...node,\n targetPosition,\n sourcePosition,\n position: { x: c.cx - c.w / 2, y: c.cy - c.h / 2 },\n } as N);\n }\n\n return { nodes: result, edges: [...edges] };\n}\n","/**\n * Feature State Derivation\n *\n * Derives UI node state and progress from the Feature domain model\n * and its associated AgentRun status (mirrors CLI feat ls logic).\n */\n\nimport {\n SdlcLifecycle,\n AgentRunStatus,\n TaskState,\n NotificationEventType,\n} from '@shipit-ai/core/domain/generated';\nimport type { Feature, AgentRun } from '@shipit-ai/core/domain/generated';\nimport type { FeatureNodeState, FeatureLifecyclePhase } from './feature-node-state-config';\n\n/**\n * Derives the visual node state from a Feature and its optional AgentRun.\n *\n * Priority (mirrors CLI formatStatus):\n * 1. Agent waiting_approval → action-required\n * 2. Agent failed → error\n * 3. Agent interrupted/cancelled → error\n * 4. Agent completed + Maintain lifecycle → done\n * 5. Agent running/pending → running\n * 6. No agent run → fall back to plan tasks / lifecycle\n */\nexport function deriveNodeState(\n feature: Feature,\n agentRun?: AgentRun | null,\n options?: { isPidAlive?: boolean }\n): FeatureNodeState {\n // Deleting lifecycle takes top priority — feature is being removed\n if (feature.lifecycle === SdlcLifecycle.Deleting) {\n return 'deleting';\n }\n\n // Archived lifecycle — feature is hidden/dormant, takes priority over agent run\n if (feature.lifecycle === SdlcLifecycle.Archived) {\n return 'archived';\n }\n\n // Pending lifecycle — user-deferred, agent not yet spawned\n if (feature.lifecycle === SdlcLifecycle.Pending) {\n return 'pending';\n }\n\n // Blocked lifecycle takes priority — child waiting on parent regardless of agent run\n if (feature.lifecycle === SdlcLifecycle.Blocked) {\n return 'blocked';\n }\n\n if (agentRun) {\n switch (agentRun.status) {\n case AgentRunStatus.waitingApproval:\n return 'action-required';\n case AgentRunStatus.failed:\n return 'error';\n case AgentRunStatus.interrupted:\n case AgentRunStatus.cancelled:\n return 'error';\n case AgentRunStatus.completed:\n return 'done';\n case AgentRunStatus.running:\n case AgentRunStatus.pending:\n if (options?.isPidAlive === false) return 'error';\n return 'running';\n }\n }\n\n // No agent run — fall back to plan tasks\n if (feature.lifecycle === SdlcLifecycle.Maintain) {\n return 'done';\n }\n\n // Adopted branch with an open PR — needs user review/merge action\n if (feature.lifecycle === SdlcLifecycle.Review && !agentRun) {\n return 'action-required';\n }\n\n const tasks = feature.plan?.tasks;\n if (!tasks || tasks.length === 0) {\n return 'running';\n }\n\n if (tasks.some((t) => t.state === TaskState.Review)) {\n return 'action-required';\n }\n if (tasks.some((t) => t.state === TaskState.WIP)) {\n return 'running';\n }\n if (tasks.every((t) => t.state === TaskState.Done)) {\n return 'done';\n }\n\n return 'running';\n}\n\n/**\n * Derives progress percentage from Feature.plan.tasks.\n *\n * Returns the percentage of tasks in Done state.\n * Returns 100 for Maintain lifecycle, 0 if no plan.\n */\nexport function deriveProgress(feature: Feature): number {\n if (feature.lifecycle === SdlcLifecycle.Maintain) {\n return 100;\n }\n\n const tasks = feature.plan?.tasks;\n if (!tasks || tasks.length === 0) {\n return 0;\n }\n\n const doneCount = tasks.filter((t) => t.state === TaskState.Done).length;\n return Math.round((doneCount / tasks.length) * 100);\n}\n\n/** Maps a NotificationEventType to the corresponding FeatureNodeState for optimistic UI updates. */\nexport function mapEventTypeToState(eventType: NotificationEventType): FeatureNodeState {\n switch (eventType) {\n case NotificationEventType.AgentStarted:\n case NotificationEventType.PhaseCompleted:\n return 'running';\n case NotificationEventType.WaitingApproval:\n return 'action-required';\n case NotificationEventType.AgentCompleted:\n return 'done';\n case NotificationEventType.AgentFailed:\n case NotificationEventType.PrChecksFailed:\n return 'error';\n case NotificationEventType.PrMerged:\n case NotificationEventType.PrChecksPassed:\n return 'done';\n case NotificationEventType.PrClosed:\n return 'action-required';\n case NotificationEventType.PrBlocked:\n return 'blocked';\n case NotificationEventType.MergeReviewReady:\n return 'action-required';\n }\n}\n\n/** Map domain SdlcLifecycle enum values to UI FeatureLifecyclePhase. */\nexport const sdlcLifecycleMap: Record<string, FeatureLifecyclePhase> = {\n Requirements: 'requirements',\n Research: 'research',\n Implementation: 'implementation',\n Review: 'review',\n 'Deploy & QA': 'deploy',\n Maintain: 'maintain',\n Pending: 'pending',\n Archived: 'maintain',\n};\n\n/** Map agent graph node names (from agent_run.result or SSE phaseName) to UI lifecycle phases. */\nconst phaseNameToLifecycle: Record<string, FeatureLifecyclePhase> = {\n analyze: 'requirements',\n requirements: 'requirements',\n research: 'research',\n plan: 'implementation',\n implement: 'implementation',\n merge: 'review',\n maintain: 'maintain',\n blocked: 'requirements',\n pending: 'pending',\n archived: 'maintain',\n};\n\n/**\n * Derives the UI lifecycle phase from a Feature + AgentRun.\n * Shared by build-feature-node-data.ts and build-graph-nodes.ts.\n */\nexport function deriveLifecycle(feature: Feature, run: AgentRun | null): FeatureLifecyclePhase {\n if (run?.status === 'completed') return 'maintain';\n const agentNode = run?.result?.startsWith('node:') ? run.result.slice(5) : undefined;\n return (\n (agentNode ? phaseNameToLifecycle[agentNode] : undefined) ??\n sdlcLifecycleMap[feature.lifecycle] ??\n 'requirements'\n );\n}\n\nexport interface SseEventUpdate {\n featureId: string;\n state: FeatureNodeState | undefined;\n lifecycle: FeatureLifecyclePhase | undefined;\n eventType: NotificationEventType;\n phaseName?: string;\n}\n\n/**\n * Resolves state/lifecycle updates from a batch of SSE events, applying\n * the WaitingApproval batch-suppression rule: when WaitingApproval and\n * PhaseCompleted arrive in the same batch for a feature, PhaseCompleted\n * is fully suppressed to prevent lifecycle regression.\n */\nexport function resolveSseEventUpdates(\n events: readonly { featureId: string; eventType: NotificationEventType; phaseName?: string }[]\n): SseEventUpdate[] {\n const waitingApprovalFeatures = new Set(\n events\n .filter((e) => e.eventType === NotificationEventType.WaitingApproval)\n .map((e) => e.featureId)\n );\n\n return events.map((event) => {\n const isSuppressed =\n event.eventType === NotificationEventType.PhaseCompleted &&\n waitingApprovalFeatures.has(event.featureId);\n return {\n featureId: event.featureId,\n state: isSuppressed ? undefined : mapEventTypeToState(event.eventType),\n lifecycle: isSuppressed ? undefined : mapPhaseNameToLifecycle(event.phaseName),\n eventType: event.eventType,\n phaseName: event.phaseName,\n };\n });\n}\n\nexport function mapPhaseNameToLifecycle(\n phaseName: string | undefined\n): FeatureLifecyclePhase | undefined {\n if (!phaseName) return undefined;\n return phaseNameToLifecycle[phaseName];\n}\n","export type UUID = string;\n\n/**\n * Base model providing identity and timestamp fields for all domain entities\n */\nexport type BaseEntity = {\n /**\n * Unique identifier for this entity (UUID v4 format)\n */\n id: UUID;\n /**\n * Timestamp when this entity was created (read-only, set by system)\n */\n createdAt: Date;\n /**\n * Timestamp when this entity was last updated (read-only, set by system)\n */\n updatedAt: Date;\n};\n\n/**\n * Entity that supports soft deletion with a deletedAt timestamp\n */\nexport type SoftDeletableEntity = BaseEntity & {\n /**\n * Timestamp when this entity was soft-deleted (null if not deleted)\n */\n deletedAt?: Date;\n};\n\n/**\n * Entity with audit trail tracking who created and modified it\n */\nexport type AuditableEntity = BaseEntity & {\n /**\n * UUID of the user who created this entity (null for system-created)\n */\n createdBy?: UUID;\n /**\n * UUID of the user who last updated this entity (null for system-updated)\n */\n updatedBy?: UUID;\n};\n\n/**\n * Request model for conversational AI interactions\n */\nexport type AskRequest = {\n /**\n * The natural language query to be processed by the AI agent\n */\n query: string;\n};\n\n/**\n * Response model for conversational AI interactions\n */\nexport type AskResponse = {\n /**\n * The AI-generated response content (typically Markdown-formatted)\n */\n content: string;\n /**\n * Whether the operation completed successfully\n */\n success: boolean;\n};\n\n/**\n * Acceptance criterion for validating completion of an action item\n */\nexport type AcceptanceCriteria = BaseEntity & {\n /**\n * Description of what must be true for this criterion to be satisfied\n */\n description: string;\n /**\n * Whether this criterion has been verified as complete\n */\n verified: boolean;\n};\n\n/**\n * Granular, atomic step within a Task representing a single unit of work\n */\nexport type ActionItem = BaseEntity & {\n /**\n * Short name describing the action (verb-noun pattern recommended)\n */\n name: string;\n /**\n * Detailed description of the work to be performed\n */\n description: string;\n /**\n * Git branch name where this action item's work is performed\n */\n branch: string;\n /**\n * Action items that must complete before this one can start\n */\n dependsOn: ActionItem[];\n /**\n * Acceptance criteria for verifying completion of this action item\n */\n acceptanceCriteria: AcceptanceCriteria[];\n};\nexport enum ArtifactCategory {\n PRD = 'PRD',\n API = 'API',\n Design = 'Design',\n Other = 'Other',\n}\nexport enum ArtifactFormat {\n Markdown = 'md',\n Text = 'txt',\n Yaml = 'yaml',\n Other = 'Other',\n}\nexport enum ArtifactState {\n Todo = 'Todo',\n Elaborating = 'Elaborating',\n Done = 'Done',\n}\n\n/**\n * Generated document or file attached to a Feature\n */\nexport type Artifact = BaseEntity & {\n /**\n * Human-readable name identifying this artifact\n */\n name: string;\n /**\n * Type description providing additional context (e.g., 'documentation', 'api-spec')\n */\n type: string;\n /**\n * Category classification (PRD, API, Design, or Other)\n */\n category: ArtifactCategory;\n /**\n * File format for the artifact content\n */\n format: ArtifactFormat;\n /**\n * Brief summary of the artifact's content and purpose\n */\n summary: string;\n /**\n * Relative file path where the artifact is stored\n */\n path: string;\n /**\n * Current state in the artifact generation lifecycle\n */\n state: ArtifactState;\n};\nexport enum MessageRole {\n Assistant = 'assistant',\n User = 'user',\n}\n\n/**\n * A message in a conversation thread between user and AI assistant\n */\nexport type Message = BaseEntity & {\n /**\n * Role of the message sender (User or Assistant)\n */\n role: MessageRole;\n /**\n * The text content of the message\n */\n content: string;\n /**\n * Optional choices presented to the user for selection\n */\n options?: string[];\n /**\n * Optional user's freeform text answer\n */\n answer?: string;\n /**\n * Optional index of the selected option from the options array (0-based)\n */\n selectedOption?: number;\n};\nexport enum RequirementType {\n Functional = 'Functional',\n NonFunctional = 'NonFunctional',\n}\nexport enum ResearchState {\n NotStarted = 'NotStarted',\n Running = 'Running',\n Finished = 'Finished',\n}\n\n/**\n * A research topic exploration for gathering technical information\n */\nexport type Research = BaseEntity & {\n /**\n * The topic or subject being researched\n */\n topic: string;\n /**\n * Current state of the research activity (NotStarted, Running, Finished)\n */\n state: ResearchState;\n /**\n * Summary of research findings and recommendations\n */\n summary: string;\n /**\n * Artifacts produced during the research activity\n */\n artifacts: Artifact[];\n};\n\n/**\n * A user or inferred requirement attached to a feature\n */\nexport type Requirement = BaseEntity & {\n /**\n * URL-friendly short identifier for the requirement\n */\n slug: string;\n /**\n * The original user query that generated this requirement\n */\n userQuery: string;\n /**\n * Classification type of the requirement (Functional or NonFunctional)\n */\n type: RequirementType;\n /**\n * Research activities conducted to clarify or validate this requirement\n */\n researches: Research[];\n};\n\n/**\n * AI model configuration for the SDLC agent\n */\nexport type ModelConfiguration = {\n /**\n * Default model identifier for all agents\n */\n default: string;\n};\nexport enum Language {\n English = 'en',\n Russian = 'ru',\n Portuguese = 'pt',\n Spanish = 'es',\n Arabic = 'ar',\n Hebrew = 'he',\n French = 'fr',\n German = 'de',\n}\n\n/**\n * User profile information\n */\nexport type UserProfile = {\n /**\n * User's display name (optional)\n */\n name?: string;\n /**\n * User's email address (optional)\n */\n email?: string;\n /**\n * GitHub username (optional, for PR attribution)\n */\n githubUsername?: string;\n /**\n * Preferred UI language (default: English)\n */\n preferredLanguage?: Language;\n};\nexport enum EditorType {\n VsCode = 'vscode',\n Cursor = 'cursor',\n Windsurf = 'windsurf',\n Zed = 'zed',\n Antigravity = 'antigravity',\n}\nexport enum TerminalType {\n System = 'system',\n Warp = 'warp',\n ITerm2 = 'iterm2',\n Alacritty = 'alacritty',\n Kitty = 'kitty',\n}\n\n/**\n * Environment and tooling preferences\n */\nexport type EnvironmentConfig = {\n /**\n * Preferred code editor\n */\n defaultEditor: EditorType;\n /**\n * Preferred shell\n */\n shellPreference: string;\n /**\n * Preferred terminal emulator\n */\n terminalPreference: TerminalType;\n /**\n * Default directory for cloning GitHub repositories (e.g. ~/repos)\n */\n defaultCloneDirectory?: string;\n};\n\n/**\n * System configuration\n */\nexport type SystemConfig = {\n /**\n * CLI auto-update preference\n */\n autoUpdate: boolean;\n /**\n * Log level for CLI output\n */\n logLevel: string;\n};\n\n/**\n * Default approval gate settings for new features\n */\nexport type ApprovalGateDefaults = {\n /**\n * Auto-approve requirements phase (default: false)\n */\n allowPrd: boolean;\n /**\n * Auto-approve planning phase (default: false)\n */\n allowPlan: boolean;\n /**\n * Auto-approve merge phase (default: false)\n */\n allowMerge: boolean;\n /**\n * Push branch to remote on implementation complete (default: false)\n */\n pushOnImplementationComplete: boolean;\n};\n\n/**\n * Per-stage timeout overrides for the feature agent workflow (all values in milliseconds)\n */\nexport type StageTimeouts = {\n /**\n * Timeout for the analyze stage (default: 600000)\n */\n analyzeMs?: number;\n /**\n * Timeout for the requirements stage (default: 600000)\n */\n requirementsMs?: number;\n /**\n * Timeout for the research stage (default: 600000)\n */\n researchMs?: number;\n /**\n * Timeout for the plan stage (default: 600000)\n */\n planMs?: number;\n /**\n * Timeout for the implement stage (default: 600000)\n */\n implementMs?: number;\n /**\n * Timeout for the merge stage (default: 600000)\n */\n mergeMs?: number;\n};\n\n/**\n * Timeout overrides for the analyze-repository agent (all values in milliseconds)\n */\nexport type AnalyzeRepoTimeouts = {\n /**\n * Timeout for the repository analysis stage (default: 600000)\n */\n analyzeMs?: number;\n};\n\n/**\n * Global workflow configuration defaults\n */\nexport type WorkflowConfig = {\n /**\n * Create PR on implementation complete (default: false)\n */\n openPrOnImplementationComplete: boolean;\n /**\n * Default approval gate preferences for new features\n */\n approvalGateDefaults: ApprovalGateDefaults;\n /**\n * Enable CI watch/fix loop after push (default: true)\n */\n ciWatchEnabled: boolean;\n /**\n * Maximum number of CI fix/push/watch iterations before giving up (default: 3)\n */\n ciMaxFixAttempts?: number;\n /**\n * Timeout in milliseconds for watching a CI run (default: 600000 = 10 minutes)\n */\n ciWatchTimeoutMs?: number;\n /**\n * Maximum characters of CI failure logs to pass to the executor (default: 50000)\n */\n ciLogMaxChars?: number;\n /**\n * Poll interval in seconds for gh run watch (default: 30)\n */\n ciWatchPollIntervalSeconds?: number;\n /**\n * Per-stage timeout overrides for the feature agent (default: 600000 = 10 minutes per stage)\n */\n stageTimeouts?: StageTimeouts;\n /**\n * Timeout overrides for the analyze-repository agent (default: 600000 = 10 minutes)\n */\n analyzeRepoTimeouts?: AnalyzeRepoTimeouts;\n /**\n * Enable evidence collection after implementation (default: false)\n */\n enableEvidence: boolean;\n /**\n * Commit evidence to PR (default: false, requires enableEvidence)\n */\n commitEvidence: boolean;\n /**\n * Maximum number of evidence collection retry attempts when validation fails (default: 3)\n */\n evidenceRetries?: number;\n /**\n * Hide CI status badges from UI (default: true)\n */\n hideCiStatus?: boolean;\n /**\n * Default new features to fast mode (default: true)\n */\n defaultFastMode: boolean;\n /**\n * Minutes after completion before auto-archiving a feature (default: 10, 0 = disabled)\n */\n autoArchiveDelayMinutes?: number;\n};\nexport enum AgentType {\n ClaudeCode = 'claude-code',\n CodexCli = 'codex-cli',\n GeminiCli = 'gemini-cli',\n Aider = 'aider',\n Continue = 'continue',\n Cursor = 'cursor',\n Dev = 'dev',\n}\nexport enum AgentAuthMethod {\n Session = 'session',\n Token = 'token',\n}\n\n/**\n * AI coding agent configuration\n */\nexport type AgentConfig = {\n /**\n * Selected AI coding agent\n */\n type: AgentType;\n /**\n * Authentication method for the agent\n */\n authMethod: AgentAuthMethod;\n /**\n * API token for token-based auth (optional)\n */\n token?: string;\n};\n\n/**\n * Notification channel enable/disable configuration\n */\nexport type NotificationChannelConfig = {\n /**\n * Whether this notification channel is enabled\n */\n enabled: boolean;\n};\n\n/**\n * Notification event type filters\n */\nexport type NotificationEventConfig = {\n /**\n * Notify when agent starts running\n */\n agentStarted: boolean;\n /**\n * Notify when agent completes a workflow phase\n */\n phaseCompleted: boolean;\n /**\n * Notify when agent is waiting for human approval\n */\n waitingApproval: boolean;\n /**\n * Notify when agent completes successfully\n */\n agentCompleted: boolean;\n /**\n * Notify when agent execution fails\n */\n agentFailed: boolean;\n /**\n * Notify when a pull request is merged on GitHub\n */\n prMerged: boolean;\n /**\n * Notify when a pull request is closed without merging on GitHub\n */\n prClosed: boolean;\n /**\n * Notify when pull request CI checks pass\n */\n prChecksPassed: boolean;\n /**\n * Notify when pull request CI checks fail\n */\n prChecksFailed: boolean;\n /**\n * Notify when pull request has merge conflicts\n */\n prBlocked: boolean;\n /**\n * Notify when feature is ready for merge review\n */\n mergeReviewReady: boolean;\n};\n\n/**\n * Notification preferences for agent lifecycle events\n */\nexport type NotificationPreferences = {\n /**\n * In-app toast notification channel (Sonner)\n */\n inApp: NotificationChannelConfig;\n /**\n * Browser push notification channel (Web Notifications API)\n */\n browser: NotificationChannelConfig;\n /**\n * Desktop OS notification channel (node-notifier)\n */\n desktop: NotificationChannelConfig;\n /**\n * Which event types trigger notifications\n */\n events: NotificationEventConfig;\n};\n\n/**\n * Feature flag toggles for runtime feature control\n */\nexport type FeatureFlags = {\n /**\n * Enable Skills navigation and functionality in the web UI\n */\n skills: boolean;\n /**\n * Enable environment deployment features in the web UI\n */\n envDeploy: boolean;\n /**\n * Enable debug UI elements and verbose client-side logging\n */\n debug: boolean;\n /**\n * Enable GitHub repository import in the web UI\n */\n githubImport: boolean;\n /**\n * Enable adopt branch feature to import existing branches as tracked features\n */\n adoptBranch: boolean;\n /**\n * Enable git rebase-on-main and sync-main operations in the web UI\n */\n gitRebaseSync: boolean;\n /**\n * Use the built-in React file manager instead of the native OS folder picker\n */\n reactFileManager: boolean;\n};\n\n/**\n * Interactive agent chat tab configuration\n */\nexport type InteractiveAgentConfig = {\n /**\n * Whether the interactive agent Chat tab is enabled (default: true)\n */\n enabled: boolean;\n /**\n * Idle timeout in minutes before auto-stopping the agent (default: 15, range: 1-120)\n */\n autoTimeoutMinutes: number;\n /**\n * Maximum number of concurrent active interactive sessions (default: 3)\n */\n maxConcurrentSessions: number;\n};\n\n/**\n * FAB (floating action button) layout configuration\n */\nexport type FabLayoutConfig = {\n /**\n * Swap Create and Chat FAB positions (default: false)\n */\n swapPosition: boolean;\n};\n\n/**\n * Global Shipit AI platform settings (singleton)\n */\nexport type Settings = BaseEntity & {\n /**\n * AI model configuration for different agents\n */\n models: ModelConfiguration;\n /**\n * User profile information\n */\n user: UserProfile;\n /**\n * Environment and tooling preferences\n */\n environment: EnvironmentConfig;\n /**\n * System-level parameters\n */\n system: SystemConfig;\n /**\n * AI coding agent selection and authentication\n */\n agent: AgentConfig;\n /**\n * Notification preferences for agent lifecycle events\n */\n notifications: NotificationPreferences;\n /**\n * Global workflow configuration defaults\n */\n workflow: WorkflowConfig;\n /**\n * Feature flag toggles for runtime feature control\n */\n featureFlags?: FeatureFlags;\n /**\n * Whether first-run onboarding has been completed (default: false)\n */\n onboardingComplete: boolean;\n /**\n * Interactive agent chat configuration (optional, defaults applied at runtime)\n */\n interactiveAgent?: InteractiveAgentConfig;\n /**\n * FAB layout configuration (optional, defaults applied at runtime)\n */\n fabLayout?: FabLayoutConfig;\n};\nexport enum TaskState {\n Todo = 'Todo',\n WIP = 'Work in Progress',\n Done = 'Done',\n Review = 'Review',\n}\n\n/**\n * A discrete unit of work within an implementation plan\n */\nexport type Task = BaseEntity & {\n /**\n * Optional human-readable title for the task\n */\n title?: string;\n /**\n * Optional detailed description of what the task entails\n */\n description?: string;\n /**\n * Tasks that must be completed before this task can begin\n */\n dependsOn: Task[];\n /**\n * Granular action items that comprise this task\n */\n actionItems: ActionItem[];\n /**\n * The base branch from which this task's working branch was created\n */\n baseBranch: string;\n /**\n * Current state of task execution (Todo, WIP, Review, Done)\n */\n state: TaskState;\n /**\n * Git branch where work for this task is performed\n */\n branch: string;\n};\n\n/**\n * A significant event in the feature's timeline tracking user interactions and milestones\n */\nexport type TimelineEvent = BaseEntity & {\n /**\n * The user query or action that triggered this timeline event\n */\n userQuery: string;\n /**\n * Timestamp when this event occurred (read-only, set by system)\n */\n timestamp: Date;\n};\nexport enum PlanState {\n Requirements = 'Requirements',\n ClarificationRequired = 'ClarificationRequired',\n Ready = 'Ready',\n}\n\n/**\n * Individual task representation within a Gantt chart visualization\n */\nexport type GanttTask = {\n /**\n * Unique identifier for the Gantt task\n */\n id: UUID;\n /**\n * Display name of the task shown in the Gantt chart\n */\n name: string;\n /**\n * Scheduled start time for the task\n */\n start: Date;\n /**\n * Scheduled end time for the task\n */\n end: Date;\n /**\n * IDs of tasks that this task depends on (must complete before this task can start)\n */\n dependencies: UUID[];\n /**\n * Completion progress as a fraction (0.0 = not started, 1.0 = complete)\n */\n progress: number;\n};\n\n/**\n * Container for Gantt chart visualization data including tasks and time bounds\n */\nexport type GanttViewData = {\n /**\n * Collection of tasks to display in the Gantt chart\n */\n tasks: GanttTask[];\n /**\n * Start date of the overall work plan (left boundary of the chart)\n */\n startDate: Date;\n /**\n * End date of the overall work plan (right boundary of the chart)\n */\n endDate: Date;\n};\n\n/**\n * Implementation plan for a feature containing tasks, artifacts, and requirements\n */\nexport type Plan = BaseEntity & {\n /**\n * High-level overview describing the implementation approach\n */\n overview: string;\n /**\n * User and inferred requirements that this plan addresses\n */\n requirements: Requirement[];\n /**\n * Documents and artifacts to be produced as part of this plan\n */\n artifacts: Artifact[];\n /**\n * Work items (tasks) that comprise this implementation plan\n */\n tasks: Task[];\n /**\n * Current state of the plan execution lifecycle\n */\n state: PlanState;\n /**\n * Optional Gantt chart visualization data for work scheduling\n */\n workPlan?: GanttViewData;\n};\nexport enum SdlcLifecycle {\n Started = 'Started',\n Analyze = 'Analyze',\n Requirements = 'Requirements',\n Research = 'Research',\n Planning = 'Planning',\n Implementation = 'Implementation',\n Review = 'Review',\n Maintain = 'Maintain',\n Blocked = 'Blocked',\n Pending = 'Pending',\n Deleting = 'Deleting',\n AwaitingUpstream = 'AwaitingUpstream',\n Archived = 'Archived',\n}\n\n/**\n * Configuration for human-in-the-loop approval gates\n */\nexport type ApprovalGates = {\n /**\n * Skip human review after requirements phase\n */\n allowPrd: boolean;\n /**\n * Skip human review after plan phase\n */\n allowPlan: boolean;\n /**\n * Skip human review after merge phase\n */\n allowMerge: boolean;\n};\nexport enum PrStatus {\n Open = 'Open',\n Merged = 'Merged',\n Closed = 'Closed',\n}\nexport enum CiStatus {\n Pending = 'Pending',\n Success = 'Success',\n Failure = 'Failure',\n}\n\n/**\n * Record of one CI fix attempt in the watch/fix loop\n */\nexport type CiFixRecord = {\n /**\n * 1-based attempt number\n */\n attempt: number;\n /**\n * ISO timestamp when this attempt started\n */\n startedAt: string;\n /**\n * First 500 chars of failure logs for this attempt\n */\n failureSummary: string;\n /**\n * Outcome of this attempt: fixed, failed, or timeout\n */\n outcome: string;\n};\n\n/**\n * Pull request tracking data for a feature\n */\nexport type PullRequest = {\n /**\n * GitHub PR URL\n */\n url: string;\n /**\n * GitHub PR number\n */\n number: number;\n /**\n * Current PR status\n */\n status: PrStatus;\n /**\n * Final commit SHA after push\n */\n commitHash?: string;\n /**\n * CI pipeline status\n */\n ciStatus?: CiStatus;\n /**\n * Number of CI fix attempts made\n */\n ciFixAttempts?: number;\n /**\n * History of CI fix attempts\n */\n ciFixHistory?: CiFixRecord[];\n /**\n * Whether the PR can be merged (false = merge conflicts)\n */\n mergeable?: boolean;\n /**\n * URL of the PR created on the upstream repo (fork-and-PR flow only)\n */\n upstreamPrUrl?: string;\n /**\n * PR number on the upstream repo\n */\n upstreamPrNumber?: number;\n /**\n * Status of the upstream PR\n */\n upstreamPrStatus?: PrStatus;\n};\n\n/**\n * File attachment metadata for a feature (value object, embedded in Feature)\n */\nexport type Attachment = {\n /**\n * Unique identifier for this attachment (UUID v4)\n */\n id: UUID;\n /**\n * Original filename of the attached file\n */\n name: string;\n /**\n * File size in bytes\n */\n size: bigint;\n /**\n * MIME type of the file (e.g. image/png, application/pdf)\n */\n mimeType: string;\n /**\n * File path relative to the repository root\n */\n path: string;\n /**\n * Timestamp when the attachment was created\n */\n createdAt: Date;\n /**\n * Optional user notes or annotations for this attachment\n */\n notes?: string;\n};\n\n/**\n * Central entity tracking a piece of work through the SDLC lifecycle (Aggregate Root)\n */\nexport type Feature = SoftDeletableEntity & {\n /**\n * Human-readable name identifying this feature\n */\n name: string;\n /**\n * The exact user input that initiated this feature, preserved verbatim\n */\n userQuery: string;\n /**\n * URL-friendly identifier derived from name (unique within repository)\n */\n slug: string;\n /**\n * Detailed description explaining the feature's purpose and scope\n */\n description: string;\n /**\n * Absolute file system path to the repository\n */\n repositoryPath: string;\n /**\n * Git branch name where this feature's work is performed\n */\n branch: string;\n /**\n * Current stage in the SDLC lifecycle\n */\n lifecycle: SdlcLifecycle;\n /**\n * Conversation history with the AI assistant\n */\n messages: Message[];\n /**\n * Implementation plan containing tasks, artifacts, and requirements (optional)\n */\n plan?: Plan;\n /**\n * Generated documents and artifacts attached to this feature\n */\n relatedArtifacts: Artifact[];\n /**\n * Associated agent run ID for process tracking (optional)\n */\n agentRunId?: string;\n /**\n * Absolute path to the feature spec directory inside the worktree\n */\n specPath?: string;\n /**\n * ID of the Repository entity this feature belongs to\n */\n repositoryId?: UUID;\n /**\n * When true, SDLC phases were skipped and the feature was implemented directly from the prompt\n */\n fast: boolean;\n /**\n * Push branch to remote after implementation (default: false)\n */\n push: boolean;\n /**\n * Create PR after implementation (default: false)\n */\n openPr: boolean;\n /**\n * Fork repo and create PR to upstream at merge time (default: false)\n */\n forkAndPr: boolean;\n /**\n * Commit specs/evidences into the repo (defaults false when forkAndPr is enabled)\n */\n commitSpecs: boolean;\n /**\n * Enable CI watch/fix loop after push (default: true)\n */\n ciWatchEnabled: boolean;\n /**\n * Enable evidence collection after implementation (default: false)\n */\n enableEvidence: boolean;\n /**\n * Commit evidence to PR (default: false, requires enableEvidence)\n */\n commitEvidence: boolean;\n /**\n * Approval gates configuration (embedded value object)\n */\n approvalGates: ApprovalGates;\n /**\n * Absolute path to the git worktree for this feature\n */\n worktreePath?: string;\n /**\n * Pull request data (null until PR created)\n */\n pr?: PullRequest;\n /**\n * Parent feature ID for dependency tracking (optional)\n */\n parentId?: UUID;\n /**\n * Lifecycle state prior to archiving, used to restore on unarchive (only set when lifecycle is Archived)\n */\n previousLifecycle?: SdlcLifecycle;\n /**\n * Files attached by the user when creating or messaging this feature\n */\n attachments?: Attachment[];\n};\n\n/**\n * External link with title and URL\n */\nexport type RelatedLink = {\n /**\n * Human-readable title describing the linked resource\n */\n title: string;\n /**\n * URL to the external documentation, reference, or resource\n */\n url: string;\n};\n\n/**\n * Option for resolving an open question\n */\nexport type QuestionOption = {\n /**\n * The option text describing the potential approach or answer\n */\n option: string;\n /**\n * Description explaining this option's benefits and approach\n */\n description: string;\n /**\n * Whether this option was the one ultimately selected\n */\n selected: boolean;\n};\n\n/**\n * Open question with resolution via options or direct answer\n */\nexport type OpenQuestion = {\n /**\n * The question text that needs to be answered\n */\n question: string;\n /**\n * Whether this question has been resolved (false = blocking)\n */\n resolved: boolean;\n /**\n * Structured options for resolving this question (spec.yaml pattern)\n */\n options?: QuestionOption[];\n /**\n * Rationale explaining which option was selected and why\n */\n selectionRationale?: string;\n /**\n * Free-text answer or resolution (research.yaml pattern)\n */\n answer?: string;\n};\n\n/**\n * Base entity for spec artifacts with common metadata fields\n */\nexport type SpecArtifactBase = BaseEntity & {\n /**\n * Artifact title / feature name\n */\n name: string;\n /**\n * Short description of the artifact's purpose\n */\n summary: string;\n /**\n * Raw Markdown body containing the human-written spec content\n */\n content: string;\n /**\n * Key technologies mentioned or evaluated in this artifact\n */\n technologies: string[];\n /**\n * References to other spec IDs (e.g., '008-agent-configuration')\n */\n relatedFeatures: string[];\n /**\n * URLs to external documentation, references, or comparisons\n */\n relatedLinks: RelatedLink[];\n /**\n * Structured open questions for validation gate checks\n */\n openQuestions: OpenQuestion[];\n};\n\n/**\n * Technology or approach decision with rationale\n */\nexport type TechDecision = {\n /**\n * Title or name of the decision being made\n */\n title: string;\n /**\n * The chosen technology, library, or approach\n */\n chosen: string;\n /**\n * Alternative options that were considered but rejected\n */\n rejected: string[];\n /**\n * Rationale explaining why the chosen option was selected\n */\n rationale: string;\n};\n\n/**\n * Rejection feedback entry for iteration tracking\n */\nexport type RejectionFeedbackEntry = {\n /**\n * Iteration number (1-based)\n */\n iteration: number;\n /**\n * User's feedback message explaining what needs to change\n */\n message: string;\n /**\n * Which phase was rejected (e.g. 'requirements', 'plan')\n */\n phase?: string;\n /**\n * When the rejection occurred\n */\n timestamp: Date;\n /**\n * File attachment paths included with the rejection feedback\n */\n attachments?: string[];\n};\n\n/**\n * Implementation phase grouping related tasks\n */\nexport type PlanPhase = {\n /**\n * Unique identifier for this phase (e.g., 'phase-1')\n */\n id: string;\n /**\n * Display name of the phase\n */\n name: string;\n /**\n * Description of what this phase accomplishes and why it's ordered this way\n */\n description?: string;\n /**\n * Whether tasks in this phase can be executed in parallel\n */\n parallel: boolean;\n /**\n * Task IDs belonging to this phase (e.g., ['task-1', 'task-2']). Optional — not present in plan.yaml phases.\n */\n taskIds?: string[];\n};\n\n/**\n * Test-Driven Development cycle phases for a task\n */\nexport type TddCycle = {\n /**\n * RED phase: tests to write FIRST (before implementation)\n */\n red: string[];\n /**\n * GREEN phase: minimal implementation to pass tests\n */\n green: string[];\n /**\n * REFACTOR phase: code improvements while keeping tests green\n */\n refactor: string[];\n};\n\n/**\n * Task definition within a spec's task breakdown\n */\nexport type SpecTask = {\n /**\n * Unique identifier for this task (e.g., 'task-1')\n */\n id: string;\n /**\n * ID of the phase this task belongs to (e.g., 'phase-1')\n */\n phaseId: string;\n /**\n * Task title or name\n */\n title: string;\n /**\n * Detailed description of what this task accomplishes\n */\n description: string;\n /**\n * Current state of the task\n */\n state: TaskState;\n /**\n * IDs of other SpecTasks that must complete before this task starts\n */\n dependencies: string[];\n /**\n * List of acceptance criteria that define task completion\n */\n acceptanceCriteria: string[];\n /**\n * TDD cycle definition for this task (if applicable)\n */\n tdd?: TddCycle;\n /**\n * Estimated effort (e.g., '2 hours', '1 day')\n */\n estimatedEffort: string;\n};\n\n/**\n * Feature specification artifact (PRD) defining requirements and scope\n */\nexport type FeatureArtifact = SpecArtifactBase & {\n /**\n * Spec number (e.g., 11 for spec 011)\n */\n number: number;\n /**\n * Git branch name for this feature (e.g., 'feat/011-feature-name')\n */\n branch: string;\n /**\n * One-line description of the feature\n */\n oneLiner: string;\n /**\n * Current phase in the SDLC lifecycle\n */\n phase: SdlcLifecycle;\n /**\n * Size estimate: XS, S, M, L, or XL\n */\n sizeEstimate: string;\n /**\n * Rejection feedback history for PRD iterations (append-only)\n */\n rejectionFeedback?: RejectionFeedbackEntry[];\n};\n\n/**\n * Research artifact documenting technical analysis and decisions\n */\nexport type ResearchArtifact = SpecArtifactBase & {\n /**\n * Structured technology decisions with rationale\n */\n decisions: TechDecision[];\n};\n\n/**\n * Technical implementation plan artifact defining strategy and file changes\n */\nexport type TechnicalPlanArtifact = SpecArtifactBase & {\n /**\n * Structured implementation phases\n */\n phases: PlanPhase[];\n /**\n * New files planned to be created\n */\n filesToCreate: string[];\n /**\n * Existing files planned to be modified\n */\n filesToModify: string[];\n};\n\n/**\n * Task breakdown artifact defining implementation tasks grouped into phases\n */\nexport type TasksArtifact = SpecArtifactBase & {\n /**\n * Structured task list with acceptance criteria and TDD phases\n */\n tasks: SpecTask[];\n /**\n * Overall effort estimate for all tasks combined\n */\n totalEstimate: string;\n};\n\n/**\n * Feature identity metadata in feature.yaml\n */\nexport type FeatureIdentity = {\n /**\n * Feature ID slug (e.g., '012-autonomous-pr-review-loop')\n */\n id: string;\n /**\n * Human-readable feature name\n */\n name: string;\n /**\n * Feature number (e.g., 12)\n */\n number: number;\n /**\n * Git branch for this feature\n */\n branch: string;\n /**\n * Current lifecycle phase (e.g., 'research', 'implementation', 'complete')\n */\n lifecycle: string;\n /**\n * When the feature was created\n */\n createdAt: string;\n};\n\n/**\n * Task completion progress counters\n */\nexport type FeatureStatusProgress = {\n /**\n * Number of completed tasks\n */\n completed: number;\n /**\n * Total number of tasks\n */\n total: number;\n /**\n * Completion percentage (0-100)\n */\n percentage: number;\n};\n\n/**\n * Feature execution status\n */\nexport type FeatureStatusInfo = {\n /**\n * Current SDLC phase\n */\n phase: string;\n /**\n * Phases that have been completed\n */\n completedPhases?: string[];\n /**\n * Task completion progress\n */\n progress: FeatureStatusProgress;\n /**\n * ID of the task currently being executed (null if none)\n */\n currentTask?: string;\n /**\n * ISO timestamp of last status update\n */\n lastUpdated: string;\n /**\n * Agent or skill that last updated the status\n */\n lastUpdatedBy: string;\n};\n\n/**\n * Validation gate results\n */\nexport type FeatureValidation = {\n /**\n * ISO timestamp of last validation run (null if never run)\n */\n lastRun?: string;\n /**\n * Names of validation gates that passed\n */\n gatesPassed: string[];\n /**\n * Descriptions of auto-fixes that were applied\n */\n autoFixesApplied: string[];\n};\n\n/**\n * Task execution tracking state\n */\nexport type FeatureTaskTracking = {\n /**\n * ID of the task currently being worked on (null if none)\n */\n current?: string;\n /**\n * IDs of tasks blocked by unmet dependencies\n */\n blocked: string[];\n /**\n * IDs of tasks that failed execution\n */\n failed: string[];\n};\n\n/**\n * Milestone checkpoint for phase completion\n */\nexport type FeatureCheckpoint = {\n /**\n * Phase name (e.g., 'feature-created', 'research-complete')\n */\n phase: string;\n /**\n * ISO timestamp when this checkpoint was reached\n */\n completedAt: string;\n /**\n * Agent or skill that completed this phase\n */\n completedBy: string;\n};\n\n/**\n * Error tracking for feature execution\n */\nexport type FeatureErrors = {\n /**\n * Current error message (null if no active error)\n */\n current?: string;\n /**\n * History of past error messages\n */\n history: string[];\n};\n\n/**\n * Feature status tracking artifact (feature.yaml)\n */\nexport type FeatureStatus = BaseEntity & {\n /**\n * Feature identity metadata\n */\n feature: FeatureIdentity;\n /**\n * Current execution status and progress\n */\n status: FeatureStatusInfo;\n /**\n * PR URL if a pull request has been created\n */\n prUrl?: string;\n /**\n * ISO timestamp when the feature was merged\n */\n mergedAt?: string;\n /**\n * Validation gate results\n */\n validation: FeatureValidation;\n /**\n * Task execution tracking\n */\n tasks: FeatureTaskTracking;\n /**\n * Milestone checkpoints recording phase completions\n */\n checkpoints: FeatureCheckpoint[];\n /**\n * Error tracking state\n */\n errors: FeatureErrors;\n};\nexport enum ToolType {\n VsCode = 'vscode',\n Cursor = 'cursor',\n Windsurf = 'windsurf',\n Zed = 'zed',\n Antigravity = 'antigravity',\n CursorCli = 'cursor-cli',\n ClaudeCode = 'claude-code',\n}\n\n/**\n * IDE or CLI tool entity with installation tracking\n */\nexport type Tool = BaseEntity & {\n /**\n * Display name of the tool\n */\n toolName: string;\n /**\n * Tool type classification\n */\n type: ToolType;\n /**\n * Installed version number\n */\n installedVersion?: string;\n /**\n * Tool installation timestamp\n */\n installedAt?: Date;\n};\nexport enum NotificationEventType {\n AgentStarted = 'agent_started',\n PhaseCompleted = 'phase_completed',\n WaitingApproval = 'waiting_approval',\n AgentCompleted = 'agent_completed',\n AgentFailed = 'agent_failed',\n PrMerged = 'pr_merged',\n PrClosed = 'pr_closed',\n PrChecksPassed = 'pr_checks_passed',\n PrChecksFailed = 'pr_checks_failed',\n PrBlocked = 'pr_blocked',\n MergeReviewReady = 'merge_review_ready',\n}\nexport enum NotificationSeverity {\n Info = 'info',\n Warning = 'warning',\n Success = 'success',\n Error = 'error',\n}\n\n/**\n * Notification event emitted for agent lifecycle transitions\n */\nexport type NotificationEvent = {\n /**\n * Type of lifecycle event\n */\n eventType: NotificationEventType;\n /**\n * ID of the agent run that triggered this event\n */\n agentRunId: string;\n /**\n * ID of the feature that triggered this event\n */\n featureId: string;\n /**\n * Human-readable feature name\n */\n featureName: string;\n /**\n * Phase name (only for phaseCompleted events)\n */\n phaseName?: string;\n /**\n * Human-readable event description\n */\n message: string;\n /**\n * Display severity for notification rendering\n */\n severity: NotificationSeverity;\n /**\n * When the event occurred\n */\n timestamp: Date;\n};\n\n/**\n * A code repository tracked by the Shipit AI platform\n */\nexport type Repository = SoftDeletableEntity & {\n /**\n * Human-readable name for the repository (typically the directory name)\n */\n name: string;\n /**\n * Absolute file system path to the repository root (unique)\n */\n path: string;\n /**\n * Remote GitHub URL this repository was cloned from (normalized: lowercase, no .git suffix)\n */\n remoteUrl?: string;\n};\n\n/**\n * Single installation suggestion for a tool\n */\nexport type InstallationSuggestion = {\n /**\n * Package manager or installation method\n */\n packageManager: string;\n /**\n * Installation command\n */\n command: string;\n /**\n * Official documentation URL\n */\n documentationUrl: string;\n /**\n * Additional notes for installation\n */\n notes?: string;\n};\n\n/**\n * Installation status and suggestions for a tool\n */\nexport type ToolInstallationStatus = {\n /**\n * Current installation status\n */\n status: 'available' | 'missing' | 'error';\n /**\n * Tool name\n */\n toolName: string;\n /**\n * Error message if status is error\n */\n errorMessage?: string;\n /**\n * Installation suggestions\n */\n suggestions?: InstallationSuggestion[];\n};\n\n/**\n * Executable installation command for a tool\n */\nexport type ToolInstallCommand = {\n /**\n * Shell command string to execute\n */\n command: string;\n /**\n * Target platform identifier\n */\n platform: string;\n /**\n * Execution timeout in milliseconds\n */\n timeout: number;\n /**\n * Tool name\n */\n toolName: string;\n /**\n * Package manager identifier\n */\n packageManager: string;\n};\nexport enum EvidenceType {\n Screenshot = 'Screenshot',\n Video = 'Video',\n TestOutput = 'TestOutput',\n TerminalRecording = 'TerminalRecording',\n}\n\n/**\n * Record of evidence captured to prove task completion\n */\nexport type Evidence = {\n /**\n * Category of evidence captured\n */\n type: EvidenceType;\n /**\n * ISO 8601 timestamp when the evidence was captured\n */\n capturedAt: string;\n /**\n * Human-readable description of what this evidence proves\n */\n description: string;\n /**\n * Path relative to repo root for GitHub rendering\n */\n relativePath: string;\n /**\n * Optional reference to the task this evidence proves\n */\n taskRef?: string;\n};\nexport enum AgentStatus {\n Idle = 'Idle',\n Running = 'Running',\n Paused = 'Paused',\n Stopped = 'Stopped',\n}\n\n/**\n * A running agent instance that processes work and responds to queries\n */\nexport type AgentInstance = {\n /**\n * Unique identifier for this agent instance\n */\n id: UUID;\n /**\n * Git branch this agent is operating on for code changes\n */\n branch: string;\n /**\n * Current operational status of the agent (Idle, Running, Paused, or Stopped)\n */\n status: AgentStatus;\n /**\n * Timestamp when this agent instance was created\n */\n createdAt: Date;\n};\n\n/**\n * Deployment target wrapping a single ActionItem for granular deployments\n */\nexport type DeployTargetActionItem = {\n /**\n * Discriminator indicating this is an action item target\n */\n kind: 'actionItem';\n /**\n * The action item to deploy - represents an atomic unit of work\n */\n actionItem: ActionItem;\n};\n\n/**\n * Deployment target wrapping a single Task for task-level deployments\n */\nexport type DeployTargetTask = {\n /**\n * Discriminator indicating this is a task target\n */\n kind: 'task';\n /**\n * The task to deploy - includes all action items within the task\n */\n task: Task;\n};\n\n/**\n * Deployment target wrapping multiple Tasks for batch deployments\n */\nexport type DeployTargetTasks = {\n /**\n * Discriminator indicating this is a multi-task target\n */\n kind: 'tasks';\n /**\n * The tasks to deploy - enables batch deployment of related work\n */\n tasks: Task[];\n};\nexport enum FeatureAgentState {\n GatheringRequirements = 'GatheringRequirements',\n ClarificationsRequired = 'ClarificationsRequired',\n DoingResearch = 'DoingResearch',\n AwaitingReview = 'AwaitingReview',\n ExecutingWorkPlan = 'ExecutingWorkPlan',\n Ready = 'Ready',\n}\n\n/**\n * Main orchestrating agent - the 'brain' that manages the complete SDLC workflow for a feature\n */\nexport type FeatureAgent = {\n /**\n * Unique identifier for this feature agent instance\n */\n id: UUID;\n /**\n * The feature being managed by this agent throughout its lifecycle\n */\n feature: Feature;\n /**\n * Sub-agents spawned to handle specific tasks within the workflow\n */\n agents: AgentInstance[];\n /**\n * Current operational state determining what the agent is doing\n */\n state: FeatureAgentState;\n /**\n * Timestamp when this feature agent was created\n */\n createdAt: Date;\n};\n\n/**\n * Agent for handling local deployment of features, tasks, or action items\n */\nexport type LocalDeployAgent = {\n /**\n * Unique identifier for this deployment agent instance\n */\n id: UUID;\n /**\n * URL where the deployment is accessible once available (null before deployment)\n */\n url?: string;\n /**\n * Timestamp when this deployment agent was created\n */\n createdAt: Date;\n};\nexport enum PortProtocol {\n TCP = 'TCP',\n UDP = 'UDP',\n}\n\n/**\n * Port mapping configuration for exposing container services to the network\n */\nexport type PortMap = {\n /**\n * Service name identifier (e.g., 'web', 'api', 'db', 'redis')\n */\n name: string;\n /**\n * Port number to expose on the host or container network\n */\n port: number;\n /**\n * Network protocol for the port (defaults to TCP if not specified)\n */\n protocol?: PortProtocol;\n};\nexport enum DeployMethod {\n DockerCompose = 'DockerCompose',\n Docker = 'Docker',\n Kubernetes = 'Kubernetes',\n Script = 'Script',\n Manual = 'Manual',\n}\n\n/**\n * Configuration defining how to deploy an application with method and instructions\n */\nexport type DeploySkill = {\n /**\n * Unique identifier for the deployment skill configuration\n */\n id: UUID;\n /**\n * List of port mappings for services to expose when deployed\n */\n ports: PortMap[];\n /**\n * Method to use for deployment (DockerCompose, Docker, Kubernetes, Script, or Manual)\n */\n method: DeployMethod;\n /**\n * Deployment instructions or commands to execute for this deployment method\n */\n instructions: string;\n /**\n * Timestamp when the deployment skill was created\n */\n createdAt: Date;\n};\nexport enum DeploymentState {\n Booting = 'Booting',\n Ready = 'Ready',\n Stopped = 'Stopped',\n}\n\n/**\n * A running deployment instance with network configuration and lifecycle management\n */\nexport type Deployment = {\n /**\n * Unique identifier for the deployment instance\n */\n id: UUID;\n /**\n * Current state of the deployment (Booting, Ready, or Stopped)\n */\n state: DeploymentState;\n /**\n * URL where the deployment is accessible (e.g., 'http://localhost:30100/' or 'http://172.33.0.20:5173')\n */\n url: string;\n /**\n * List of port mappings for services exposed by this deployment\n */\n ports: PortMap[];\n /**\n * Timestamp when the deployment was created\n */\n createdAt: Date;\n /**\n * Timestamp when the deployment was stopped (only present when state is Stopped)\n */\n stoppedAt?: Date;\n};\nexport enum AgentRunStatus {\n pending = 'pending',\n running = 'running',\n completed = 'completed',\n failed = 'failed',\n interrupted = 'interrupted',\n cancelled = 'cancelled',\n waitingApproval = 'waiting_approval',\n}\n\n/**\n * Agent execution run record\n */\nexport type AgentRun = BaseEntity & {\n /**\n * Agent executor type used (claude-code, gemini-cli, etc.)\n */\n agentType: AgentType;\n /**\n * Agent workflow name (analyze-repository, requirements, etc.)\n */\n agentName: string;\n /**\n * Current execution status\n */\n status: AgentRunStatus;\n /**\n * Input prompt sent to agent executor\n */\n prompt: string;\n /**\n * Final result output (optional, populated on completion)\n */\n result?: string;\n /**\n * Executor session ID for resumption (optional)\n */\n sessionId?: string;\n /**\n * LangGraph thread_id for checkpoint lookup and crash resume\n */\n threadId: string;\n /**\n * Process ID for crash recovery (optional)\n */\n pid?: number;\n /**\n * Last heartbeat timestamp for crash detection (optional)\n */\n lastHeartbeat?: Date;\n /**\n * Execution start timestamp (optional)\n */\n startedAt?: Date;\n /**\n * Execution completion timestamp (optional)\n */\n completedAt?: Date;\n /**\n * Error message if execution failed (optional)\n */\n error?: string;\n /**\n * Associated feature ID for feature agent runs (optional)\n */\n featureId?: string;\n /**\n * Repository path for context scoping (optional)\n */\n repositoryPath?: string;\n /**\n * Approval gate configuration for human-in-the-loop review (optional)\n */\n approvalGates?: ApprovalGates;\n /**\n * LLM model identifier used for this run (optional, set at creation)\n */\n modelId?: string;\n};\n\n/**\n * Streaming event emitted during agent execution\n */\nexport type AgentRunEvent = {\n /**\n * Event type: progress, result, or error\n */\n type: 'progress' | 'result' | 'error';\n /**\n * Event content\n */\n content: string;\n /**\n * Event timestamp\n */\n timestamp: Date;\n};\n\n/**\n * Agent workflow registration metadata\n */\nexport type AgentDefinition = {\n /**\n * Unique agent workflow name (e.g., analyze-repository)\n */\n name: string;\n /**\n * Human-readable description of what this agent does\n */\n description: string;\n};\nexport type float = any;\nexport type float64 = float;\n\n/**\n * Execution record for a single agent graph node. Tracks timing, prompt, token usage, and outcome.\n */\nexport type PhaseTiming = BaseEntity & {\n /**\n * Agent run this timing belongs to\n */\n agentRunId: string;\n /**\n * Graph node name: analyze, requirements, research, plan, implement\n */\n phase: string;\n /**\n * When the phase started executing\n */\n startedAt: Date;\n /**\n * When the phase finished executing (null if still running)\n */\n completedAt?: Date;\n /**\n * Duration in milliseconds (computed on completion)\n */\n durationMs?: bigint;\n /**\n * When the phase started waiting for user approval (null if no approval needed)\n */\n waitingApprovalAt?: Date;\n /**\n * Duration in milliseconds the phase waited for user approval (null if no approval needed)\n */\n approvalWaitMs?: bigint;\n /**\n * The composed prompt sent to the agent for this phase\n */\n prompt?: string;\n /**\n * Model identifier used for this phase execution\n */\n modelId?: string;\n /**\n * Agent executor type: claude-code, cursor, gemini-cli\n */\n agentType?: string;\n /**\n * Number of input tokens consumed (prompt + context)\n */\n inputTokens?: bigint;\n /**\n * Number of output tokens generated by the agent\n */\n outputTokens?: bigint;\n /**\n * Tokens used to populate the prompt cache (cache misses)\n */\n cacheCreationInputTokens?: bigint;\n /**\n * Tokens served from the prompt cache (cache hits)\n */\n cacheReadInputTokens?: bigint;\n /**\n * Estimated cost in USD for this phase execution\n */\n costUsd?: float64;\n /**\n * Number of agentic turns (tool-call round-trips) in this phase\n */\n numTurns?: number;\n /**\n * Time spent waiting for the API (excludes tool execution)\n */\n durationApiMs?: bigint;\n /**\n * Execution outcome: success, error, timeout, interrupted\n */\n exitCode?: string;\n /**\n * Error details when exitCode is not success\n */\n errorMessage?: string;\n};\n\n/**\n * Change to a question's selected option during PRD review\n */\nexport type QuestionSelectionChange = {\n /**\n * ID of the open question being changed (the question text)\n */\n questionId: string;\n /**\n * The option text that the user selected\n */\n selectedOption: string;\n};\n\n/**\n * Payload sent when user approves a PRD with optional selection changes\n */\nexport type PrdApprovalPayload = {\n /**\n * Always true for approval payloads\n */\n approved: boolean;\n /**\n * List of selection changes the user made during review (empty if no changes)\n */\n changedSelections?: QuestionSelectionChange[];\n};\n\n/**\n * Payload sent when user rejects a PRD with feedback for iteration\n */\nexport type PrdRejectionPayload = {\n /**\n * Always true for rejection payloads\n */\n rejected: boolean;\n /**\n * User's feedback explaining what needs to change\n */\n feedback: string;\n /**\n * Iteration number (1-based, derived from PhaseTiming row count)\n */\n iteration: number;\n /**\n * File attachment paths included with the rejection feedback\n */\n attachments?: string[];\n};\n\n/**\n * A single question with its options as presented in the review TUI\n */\nexport type ReviewQuestion = {\n /**\n * The question text\n */\n question: string;\n /**\n * Available options with selection state\n */\n options: QuestionOption[];\n /**\n * The option text that was selected by the user\n */\n selectedOption: string;\n /**\n * Whether the user changed the selection from the AI default\n */\n changed: boolean;\n};\n\n/**\n * Result of the PRD review TUI interaction\n */\nexport type PrdReviewResult = {\n /**\n * All questions with their final selection state\n */\n questions: ReviewQuestion[];\n /**\n * User action: approve or reject\n */\n action: string;\n /**\n * Rejection feedback (only present when action is 'reject')\n */\n feedback?: string;\n};\n\n/**\n * A single message within an agent provider CLI session\n */\nexport type AgentSessionMessage = {\n /**\n * Provider-native message UUID\n */\n uuid: string;\n /**\n * Message role — user turn or assistant turn\n */\n role: 'user' | 'assistant';\n /**\n * Normalized message content as plain text (tool calls and thinking blocks excluded)\n */\n content: string;\n /**\n * Timestamp when the message was recorded\n */\n timestamp: Date;\n};\n\n/**\n * An agent provider CLI session (conversation record read from provider local storage)\n */\nexport type AgentSession = BaseEntity & {\n /**\n * Agent executor type that owns this session (e.g. claude-code)\n */\n agentType: AgentType;\n /**\n * Tilde-abbreviated working directory path for the session (e.g. ~/repos/my-project)\n */\n projectPath: string;\n /**\n * Total number of user and assistant messages in the session\n */\n messageCount: number;\n /**\n * Truncated first user message text used as a session summary preview (optional)\n */\n preview?: string;\n /**\n * Conversation messages — populated only in the detail view (shep session show)\n */\n messages?: AgentSessionMessage[];\n /**\n * Timestamp of the first message in the session (optional)\n */\n firstMessageAt?: Date;\n /**\n * Timestamp of the most recent message in the session (optional)\n */\n lastMessageAt?: Date;\n};\nexport enum InteractiveSessionStatus {\n booting = 'booting',\n ready = 'ready',\n stopped = 'stopped',\n error = 'error',\n}\n\n/**\n * Per-feature interactive agent session record\n */\nexport type InteractiveSession = BaseEntity & {\n /**\n * Polymorphic scope key: feature UUID, 'repo-<id>', or 'global'. Future: rename to scopeId + scopeType.\n */\n featureId: UUID;\n /**\n * Current lifecycle status of the interactive session\n */\n status: InteractiveSessionStatus;\n /**\n * Timestamp when the agent process was spawned\n */\n startedAt: Date;\n /**\n * Timestamp when the session ended (null if still active)\n */\n stoppedAt?: Date;\n /**\n * Timestamp of last user message or agent stdout activity\n */\n lastActivityAt: Date;\n};\nexport enum InteractiveMessageRole {\n user = 'user',\n assistant = 'assistant',\n}\n\n/**\n * A single chat message in a per-feature interactive agent session\n */\nexport type InteractiveMessage = BaseEntity & {\n /**\n * Polymorphic scope key: feature UUID, 'repo-<id>', or 'global'. Future: rename to scopeId + scopeType.\n */\n featureId: string;\n /**\n * Session ID during which this message was sent (optional)\n */\n sessionId?: string;\n /**\n * Author role: user or assistant\n */\n role: InteractiveMessageRole;\n /**\n * Full message content (finalised after streaming for assistant messages)\n */\n content: string;\n};\n\n/**\n * A selectable option within a PRD questionnaire question\n */\nexport type PrdOption = {\n /**\n * Unique identifier for this option\n */\n id: string;\n /**\n * Display label for this option\n */\n label: string;\n /**\n * Explanation of why this option is relevant\n */\n rationale: string;\n /**\n * Whether this option is recommended by AI analysis\n */\n recommended?: boolean;\n /**\n * Whether this option was newly added after refinement\n */\n isNew?: boolean;\n};\n\n/**\n * A single question in the PRD questionnaire with selectable options\n */\nexport type PrdQuestion = {\n /**\n * Unique identifier for this question\n */\n id: string;\n /**\n * The question text displayed to the user\n */\n question: string;\n /**\n * Question interaction type (currently only single-select)\n */\n type: 'select';\n /**\n * Available options for this question\n */\n options: PrdOption[];\n};\n\n/**\n * Configuration for the final action button in the questionnaire\n */\nexport type PrdFinalAction = {\n /**\n * Unique identifier for this action\n */\n id: string;\n /**\n * Button label text\n */\n label: string;\n /**\n * Description of what this action does\n */\n description: string;\n};\n\n/**\n * Complete data for rendering a PRD questionnaire\n */\nexport type PrdQuestionnaireData = {\n /**\n * Header title text for the questionnaire\n */\n question: string;\n /**\n * Header context/description text\n */\n context: string;\n /**\n * Array of questions to display\n */\n questions: PrdQuestion[];\n /**\n * Configuration for the finalize/approve action button\n */\n finalAction: PrdFinalAction;\n};\nexport enum AgentFeature {\n sessionResume = 'session-resume',\n streaming = 'streaming',\n toolScoping = 'tool-scoping',\n structuredOutput = 'structured-output',\n systemPrompt = 'system-prompt',\n sessionListing = 'session-listing',\n}\nexport type DeployTarget = DeployTargetActionItem | DeployTargetTask | DeployTargetTasks;\n\nexport type Askable = {\n Ask(request: AskRequest): AskResponse;\n};\n\nexport type FeatureAgentOperations = {\n NewFeatureWizard(): Feature;\n GatherRequirements(): Requirement[];\n DoResearch(): Research;\n CreatePlan(): Plan;\n BeginImplementation(): void;\n Ask(query: string): AskResponse;\n};\n\nexport type LocalDeployAgentOperations = {\n Deploy(target: DeployTarget, skill: DeploySkill): Deployment;\n Analyze(repositoryPath: string): DeploySkill;\n Ask(query: string): AskResponse;\n};\n"],"names":["IS_WINDOWS","process","platform"],"mappings":"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","ignoreList":[0,3]}
|
|
1
|
+
{"version":3,"sources":["../../../../../../node_modules/.pnpm/%40dagrejs%2Bdagre%403.0.0/node_modules/%40dagrejs/dagre/dist/dagre.esm.js","../../../../../../src/presentation/web/app/%28dashboard%29/get-graph-data.ts","../../../../../../src/presentation/web/app/api/graph-data/route.ts","../../../../../../node_modules/.pnpm/next%4016.2.2_%40babel%2Bcore%407.29.0_%40playwright%2Btest%401.59.1_react-dom%4019.2.4_react%4019.2.4__react%4019.2.4/node_modules/next/dist/esm/build/templates/app-route.js","../../../../../../packages/core/src/infrastructure/platform.ts","../../../../../../packages/core/src/infrastructure/services/process/is-process-alive.ts","../../../../../../src/presentation/web/app/build-graph-nodes.ts","../../../../../../src/presentation/web/lib/language.ts","../../../../../../src/presentation/web/lib/layout-with-dagre.ts","../../../../../../src/presentation/web/components/common/feature-node/derive-feature-state.ts","../../../../../../packages/core/src/domain/generated/output.ts"],"sourcesContent":["var ge=Object.defineProperty;var hn=(e,n,t)=>n in e?ge(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t;var fn=(e,n)=>{for(var t in n)ge(e,t,{get:n[t],enumerable:!0})};var pe=(e,n,t)=>hn(e,typeof n!=\"symbol\"?n+\"\":n,t);var z={};fn(z,{Graph:()=>p,alg:()=>R,json:()=>ye,version:()=>pn});var bn=Object.defineProperty,Le=(e,n)=>{for(var t in n)bn(e,t,{get:n[t],enumerable:!0})},p=class{constructor(e){this._isDirected=!0,this._isMultigraph=!1,this._isCompound=!1,this._nodes={},this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={},this._nodeCount=0,this._edgeCount=0,this._defaultNodeLabelFn=()=>{},this._defaultEdgeLabelFn=()=>{},e&&(this._isDirected=\"directed\"in e?e.directed:!0,this._isMultigraph=\"multigraph\"in e?e.multigraph:!1,this._isCompound=\"compound\"in e?e.compound:!1),this._isCompound&&(this._parent={},this._children={},this._children[\"\\0\"]={})}isDirected(){return this._isDirected}isMultigraph(){return this._isMultigraph}isCompound(){return this._isCompound}setGraph(e){return this._label=e,this}graph(){return this._label}setDefaultNodeLabel(e){return typeof e!=\"function\"?this._defaultNodeLabelFn=()=>e:this._defaultNodeLabelFn=e,this}nodeCount(){return this._nodeCount}nodes(){return Object.keys(this._nodes)}sources(){return this.nodes().filter(e=>Object.keys(this._in[e]).length===0)}sinks(){return this.nodes().filter(e=>Object.keys(this._out[e]).length===0)}setNodes(e,n){return e.forEach(t=>{n!==void 0?this.setNode(t,n):this.setNode(t)}),this}setNode(e,n){return e in this._nodes?(arguments.length>1&&(this._nodes[e]=n),this):(this._nodes[e]=arguments.length>1?n:this._defaultNodeLabelFn(e),this._isCompound&&(this._parent[e]=\"\\0\",this._children[e]={},this._children[\"\\0\"][e]=!0),this._in[e]={},this._preds[e]={},this._out[e]={},this._sucs[e]={},++this._nodeCount,this)}node(e){return this._nodes[e]}hasNode(e){return e in this._nodes}removeNode(e){if(e in this._nodes){let n=t=>this.removeEdge(this._edgeObjs[t]);delete this._nodes[e],this._isCompound&&(this._removeFromParentsChildList(e),delete this._parent[e],this.children(e).forEach(t=>{this.setParent(t)}),delete this._children[e]),Object.keys(this._in[e]).forEach(n),delete this._in[e],delete this._preds[e],Object.keys(this._out[e]).forEach(n),delete this._out[e],delete this._sucs[e],--this._nodeCount}return this}setParent(e,n){if(!this._isCompound)throw new Error(\"Cannot set parent in a non-compound graph\");if(n===void 0)n=\"\\0\";else{n+=\"\";for(let t=n;t!==void 0;t=this.parent(t))if(t===e)throw new Error(\"Setting \"+n+\" as parent of \"+e+\" would create a cycle\");this.setNode(n)}return this.setNode(e),this._removeFromParentsChildList(e),this._parent[e]=n,this._children[n][e]=!0,this}parent(e){if(this._isCompound){let n=this._parent[e];if(n!==\"\\0\")return n}}children(e=\"\\0\"){if(this._isCompound){let n=this._children[e];if(n)return Object.keys(n)}else{if(e===\"\\0\")return this.nodes();if(this.hasNode(e))return[]}return[]}predecessors(e){let n=this._preds[e];if(n)return Object.keys(n)}successors(e){let n=this._sucs[e];if(n)return Object.keys(n)}neighbors(e){let n=this.predecessors(e);if(n){let t=new Set(n);for(let r of this.successors(e))t.add(r);return Array.from(t.values())}}isLeaf(e){let n;return this.isDirected()?n=this.successors(e):n=this.neighbors(e),n.length===0}filterNodes(e){let n=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});n.setGraph(this.graph()),Object.entries(this._nodes).forEach(([o,i])=>{e(o)&&n.setNode(o,i)}),Object.values(this._edgeObjs).forEach(o=>{n.hasNode(o.v)&&n.hasNode(o.w)&&n.setEdge(o,this.edge(o))});let t={},r=o=>{let i=this.parent(o);return!i||n.hasNode(i)?(t[o]=i!=null?i:void 0,i!=null?i:void 0):i in t?t[i]:r(i)};return this._isCompound&&n.nodes().forEach(o=>n.setParent(o,r(o))),n}setDefaultEdgeLabel(e){return typeof e!=\"function\"?this._defaultEdgeLabelFn=()=>e:this._defaultEdgeLabelFn=e,this}edgeCount(){return this._edgeCount}edges(){return Object.values(this._edgeObjs)}setPath(e,n){return e.reduce((t,r)=>(n!==void 0?this.setEdge(t,r,n):this.setEdge(t,r),r)),this}setEdge(e,n,t,r){let o,i,s,a,d=!1;typeof e==\"object\"&&e!==null&&\"v\"in e?(o=e.v,i=e.w,s=e.name,arguments.length===2&&(a=n,d=!0)):(o=e,i=n,s=r,arguments.length>2&&(a=t,d=!0)),o=\"\"+o,i=\"\"+i,s!==void 0&&(s=\"\"+s);let l=C(this._isDirected,o,i,s);if(l in this._edgeLabels)return d&&(this._edgeLabels[l]=a),this;if(s!==void 0&&!this._isMultigraph)throw new Error(\"Cannot set a named edge when isMultigraph = false\");this.setNode(o),this.setNode(i),this._edgeLabels[l]=d?a:this._defaultEdgeLabelFn(o,i,s);let u=gn(this._isDirected,o,i,s);return o=u.v,i=u.w,Object.freeze(u),this._edgeObjs[l]=u,me(this._preds[i],o),me(this._sucs[o],i),this._in[i][l]=u,this._out[o][l]=u,this._edgeCount++,this}edge(e,n,t){let r=arguments.length===1?Y(this._isDirected,e):C(this._isDirected,e,n,t);return this._edgeLabels[r]}edgeAsObj(e,n,t){let r=arguments.length===1?this.edge(e):this.edge(e,n,t);return typeof r!=\"object\"?{label:r}:r}hasEdge(e,n,t){return(arguments.length===1?Y(this._isDirected,e):C(this._isDirected,e,n,t))in this._edgeLabels}removeEdge(e,n,t){let r=arguments.length===1?Y(this._isDirected,e):C(this._isDirected,e,n,t),o=this._edgeObjs[r];if(o){let i=o.v,s=o.w;delete this._edgeLabels[r],delete this._edgeObjs[r],Ee(this._preds[s],i),Ee(this._sucs[i],s),delete this._in[s][r],delete this._out[i][r],this._edgeCount--}return this}inEdges(e,n){return this.isDirected()?this.filterEdges(this._in[e],e,n):this.nodeEdges(e,n)}outEdges(e,n){return this.isDirected()?this.filterEdges(this._out[e],e,n):this.nodeEdges(e,n)}nodeEdges(e,n){if(e in this._nodes)return this.filterEdges({...this._in[e],...this._out[e]},e,n)}_removeFromParentsChildList(e){delete this._children[this._parent[e]][e]}filterEdges(e,n,t){if(!e)return;let r=Object.values(e);return t?r.filter(o=>o.v===n&&o.w===t||o.v===t&&o.w===n):r}};function me(e,n){e[n]?e[n]++:e[n]=1}function Ee(e,n){e[n]!==void 0&&!--e[n]&&delete e[n]}function C(e,n,t,r){let o=\"\"+n,i=\"\"+t;if(!e&&o>i){let s=o;o=i,i=s}return o+\"\u0001\"+i+\"\u0001\"+(r===void 0?\"\\0\":r)}function gn(e,n,t,r){let o=\"\"+n,i=\"\"+t;if(!e&&o>i){let a=o;o=i,i=a}let s={v:o,w:i};return r&&(s.name=r),s}function Y(e,n){return C(e,n.v,n.w,n.name)}var pn=\"4.0.1\",ye={};Le(ye,{read:()=>yn,write:()=>mn});function mn(e){let n={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:En(e),edges:Ln(e)},t=e.graph();return t!==void 0&&(n.value=structuredClone(t)),n}function En(e){return e.nodes().map(n=>{let t=e.node(n),r=e.parent(n),o={v:n};return t!==void 0&&(o.value=t),r!==void 0&&(o.parent=r),o})}function Ln(e){return e.edges().map(n=>{let t=e.edge(n),r={v:n.v,w:n.w};return n.name!==void 0&&(r.name=n.name),t!==void 0&&(r.value=t),r})}function yn(e){let n=new p(e.options);return e.value!==void 0&&n.setGraph(e.value),e.nodes.forEach(t=>{n.setNode(t.v,t.value),t.parent&&n.setParent(t.v,t.parent)}),e.edges.forEach(t=>{n.setEdge({v:t.v,w:t.w,name:t.name},t.value)}),n}var R={};Le(R,{CycleException:()=>D,bellmanFord:()=>we,components:()=>Gn,dijkstra:()=>F,dijkstraAll:()=>_n,findCycles:()=>xn,floydWarshall:()=>On,isAcyclic:()=>Cn,postorder:()=>Pn,preorder:()=>Mn,prim:()=>jn,shortestPaths:()=>Sn,tarjan:()=>Ge,topsort:()=>ke});var wn=()=>1;function we(e,n,t,r){return Nn(e,String(n),t||wn,r||function(o){return e.outEdges(o)})}function Nn(e,n,t,r){let o={},i,s=0,a=e.nodes(),d=function(c){let h=t(c);o[c.v].distance+h<o[c.w].distance&&(o[c.w]={distance:o[c.v].distance+h,predecessor:c.v},i=!0)},l=function(){a.forEach(function(c){r(c).forEach(function(h){let f=h.v===c?h.v:h.w,g=f===h.v?h.w:h.v;d({v:f,w:g})})})};a.forEach(function(c){let h=c===n?0:Number.POSITIVE_INFINITY;o[c]={distance:h,predecessor:\"\"}});let u=a.length;for(let c=1;c<u&&(i=!1,s++,l(),!!i);c++);if(s===u-1&&(i=!1,l(),i))throw new Error(\"The graph contains a negative weight cycle\");return o}function Gn(e){let n={},t=[],r;function o(i){i in n||(n[i]=!0,r.push(i),e.successors(i).forEach(o),e.predecessors(i).forEach(o))}return e.nodes().forEach(function(i){r=[],o(i),r.length&&t.push(r)}),t}var Ne=class{constructor(){this._arr=[],this._keyIndices={}}size(){return this._arr.length}keys(){return this._arr.map(e=>e.key)}has(e){return e in this._keyIndices}priority(e){let n=this._keyIndices[e];if(n!==void 0)return this._arr[n].priority}min(){if(this.size()===0)throw new Error(\"Queue underflow\");return this._arr[0].key}add(e,n){let t=this._keyIndices,r=String(e);if(!(r in t)){let o=this._arr,i=o.length;return t[r]=i,o.push({key:r,priority:n}),this._decrease(i),!0}return!1}removeMin(){this._swap(0,this._arr.length-1);let e=this._arr.pop();return delete this._keyIndices[e.key],this._heapify(0),e.key}decrease(e,n){let t=this._keyIndices[e];if(t===void 0)throw new Error(`Key not found: ${e}`);let r=this._arr[t].priority;if(n>r)throw new Error(`New priority is greater than current priority. Key: ${e} Old: ${r} New: ${n}`);this._arr[t].priority=n,this._decrease(t)}_heapify(e){let n=this._arr,t=2*e,r=t+1,o=e;t<n.length&&(o=n[t].priority<n[o].priority?t:o,r<n.length&&(o=n[r].priority<n[o].priority?r:o),o!==e&&(this._swap(e,o),this._heapify(o)))}_decrease(e){let n=this._arr,t=n[e].priority,r;for(;e!==0&&(r=e>>1,!(n[r].priority<t));)this._swap(e,r),e=r}_swap(e,n){let t=this._arr,r=this._keyIndices,o=t[e],i=t[n];t[e]=i,t[n]=o,r[i.key]=e,r[o.key]=n}},kn=()=>1;function F(e,n,t,r){let o=function(i){return e.outEdges(i)};return vn(e,String(n),t||kn,r||o)}function vn(e,n,t,r){let o={},i=new Ne,s,a,d=function(l){let u=l.v!==s?l.v:l.w,c=o[u],h=t(l),f=a.distance+h;if(h<0)throw new Error(\"dijkstra does not allow negative edge weights. Bad edge: \"+l+\" Weight: \"+h);f<c.distance&&(c.distance=f,c.predecessor=s,i.decrease(u,f))};for(e.nodes().forEach(function(l){let u=l===n?0:Number.POSITIVE_INFINITY;o[l]={distance:u,predecessor:\"\"},i.add(l,u)});i.size()>0&&(s=i.removeMin(),a=o[s],a.distance!==Number.POSITIVE_INFINITY);)r(s).forEach(d);return o}function _n(e,n,t){return e.nodes().reduce(function(r,o){return r[o]=F(e,o,n,t),r},{})}function Ge(e){let n=0,t=[],r={},o=[];function i(s){let a=r[s]={onStack:!0,lowlink:n,index:n++};if(t.push(s),e.successors(s).forEach(function(d){d in r?r[d].onStack&&(a.lowlink=Math.min(a.lowlink,r[d].index)):(i(d),a.lowlink=Math.min(a.lowlink,r[d].lowlink))}),a.lowlink===a.index){let d=[],l;do l=t.pop(),r[l].onStack=!1,d.push(l);while(s!==l);o.push(d)}}return e.nodes().forEach(function(s){s in r||i(s)}),o}function xn(e){return Ge(e).filter(function(n){return n.length>1||n.length===1&&e.hasEdge(n[0],n[0])})}var Tn=()=>1;function On(e,n,t){return In(e,n||Tn,t||function(r){return e.outEdges(r)})}function In(e,n,t){let r={},o=e.nodes();return o.forEach(function(i){r[i]={},r[i][i]={distance:0,predecessor:\"\"},o.forEach(function(s){i!==s&&(r[i][s]={distance:Number.POSITIVE_INFINITY,predecessor:\"\"})}),t(i).forEach(function(s){let a=s.v===i?s.w:s.v,d=n(s);r[i][a]={distance:d,predecessor:i}})}),o.forEach(function(i){let s=r[i];o.forEach(function(a){let d=r[a];o.forEach(function(l){let u=d[i],c=s[l],h=d[l],f=u.distance+c.distance;f<h.distance&&(h.distance=f,h.predecessor=c.predecessor)})})}),r}var D=class extends Error{constructor(...e){super(...e)}};function ke(e){let n={},t={},r=[];function o(i){if(i in t)throw new D;i in n||(t[i]=!0,n[i]=!0,e.predecessors(i).forEach(o),delete t[i],r.push(i))}if(e.sinks().forEach(o),Object.keys(n).length!==e.nodeCount())throw new D;return r}function Cn(e){try{ke(e)}catch(n){if(n instanceof D)return!1;throw n}return!0}function Rn(e,n,t,r,o){Array.isArray(n)||(n=[n]);let i=(a=>{var d;return(d=e.isDirected()?e.successors(a):e.neighbors(a))!=null?d:[]}),s={};return n.forEach(function(a){if(!e.hasNode(a))throw new Error(\"Graph does not have node: \"+a);o=ve(e,a,t===\"post\",s,i,r,o)}),o}function ve(e,n,t,r,o,i,s){return n in r||(r[n]=!0,t||(s=i(s,n)),o(n).forEach(function(a){s=ve(e,a,t,r,o,i,s)}),t&&(s=i(s,n))),s}function _e(e,n,t){return Rn(e,n,t,function(r,o){return r.push(o),r},[])}function Pn(e,n){return _e(e,n,\"post\")}function Mn(e,n){return _e(e,n,\"pre\")}function jn(e,n){let t=new p,r={},o=new Ne,i;function s(d){let l=d.v===i?d.w:d.v,u=o.priority(l);if(u!==void 0){let c=n(d);c<u&&(r[l]=i,o.decrease(l,c))}}if(e.nodeCount()===0)return t;e.nodes().forEach(function(d){o.add(d,Number.POSITIVE_INFINITY),t.setNode(d)}),o.decrease(e.nodes()[0],0);let a=!1;for(;o.size()>0;){if(i=o.removeMin(),i in r)t.setEdge(i,r[i]);else{if(a)throw new Error(\"Input graph is not connected: \"+e);a=!0}e.nodeEdges(i).forEach(s)}return t}function Sn(e,n,t,r){return Fn(e,n,t,r!=null?r:(o=>{let i=e.outEdges(o);return i!=null?i:[]}))}function Fn(e,n,t,r){if(t===void 0)return F(e,n,t,r);let o=!1,i=e.nodes();for(let s=0;s<i.length;s++){let a=r(i[s]);for(let d=0;d<a.length;d++){let l=a[d],u=l.v===i[s]?l.v:l.w,c=u===l.v?l.w:l.v;t({v:u,w:c})<0&&(o=!0)}if(o)return we(e,n,t,r)}return F(e,n,t,r)}function w(e,n,t,r){let o=r;for(;e.hasNode(o);)o=j(r);return t.dummy=n,e.setNode(o,t),o}function xe(e){let n=new p().setGraph(e.graph());return e.nodes().forEach(t=>n.setNode(t,e.node(t))),e.edges().forEach(t=>{let r=n.edge(t.v,t.w)||{weight:0,minlen:1},o=e.edge(t);n.setEdge(t.v,t.w,{weight:r.weight+o.weight,minlen:Math.max(r.minlen,o.minlen)})}),n}function A(e){let n=new p({multigraph:e.isMultigraph()}).setGraph(e.graph());return e.nodes().forEach(t=>{e.children(t).length||n.setNode(t,e.node(t))}),e.edges().forEach(t=>{n.setEdge(t,e.edge(t))}),n}function H(e,n){let t=e.x,r=e.y,o=n.x-t,i=n.y-r,s=e.width/2,a=e.height/2;if(!o&&!i)throw new Error(\"Not possible to find intersection inside of the rectangle\");let d,l;return Math.abs(i)*s>Math.abs(o)*a?(i<0&&(a=-a),d=a*o/i,l=a):(o<0&&(s=-s),d=s,l=s*i/o),{x:t+d,y:r+l}}function N(e){let n=k(X(e)+1).map(()=>[]);return e.nodes().forEach(t=>{let r=e.node(t),o=r.rank;o!==void 0&&(n[o]||(n[o]=[]),n[o][r.order]=t)}),n}function Te(e){let n=e.nodes().map(r=>{let o=e.node(r).rank;return o===void 0?Number.MAX_VALUE:o}),t=L(Math.min,n);e.nodes().forEach(r=>{let o=e.node(r);Object.hasOwn(o,\"rank\")&&(o.rank-=t)})}function Oe(e){let n=e.nodes().map(s=>e.node(s).rank).filter(s=>s!==void 0),t=L(Math.min,n),r=[];e.nodes().forEach(s=>{let a=e.node(s).rank-t;r[a]||(r[a]=[]),r[a].push(s)});let o=0,i=e.graph().nodeRankFactor;Array.from(r).forEach((s,a)=>{s===void 0&&a%i!==0?--o:s!==void 0&&o&&s.forEach(d=>e.node(d).rank+=o)})}function q(e,n,t,r){let o={width:0,height:0};return arguments.length>=4&&(o.rank=t,o.order=r),w(e,\"border\",o,n)}function Dn(e,n=Ie){let t=[];for(let r=0;r<e.length;r+=n){let o=e.slice(r,r+n);t.push(o)}return t}var Ie=65535;function L(e,n){if(n.length>Ie){let t=Dn(n);return e(...t.map(r=>e(...r)))}else return e(...n)}function X(e){let t=e.nodes().map(r=>{let o=e.node(r).rank;return o===void 0?Number.MIN_VALUE:o});return L(Math.max,t)}function Ce(e,n){let t={lhs:[],rhs:[]};return e.forEach(r=>{n(r)?t.lhs.push(r):t.rhs.push(r)}),t}function P(e,n){let t=Date.now();try{return n()}finally{console.log(e+\" time: \"+(Date.now()-t)+\"ms\")}}function M(e,n){return n()}var An=0;function j(e){let n=++An;return e+(\"\"+n)}function k(e,n,t=1){n==null&&(n=e,e=0);let r=i=>i<n;t<0&&(r=i=>n<i);let o=[];for(let i=e;r(i);i+=t)o.push(i);return o}function T(e,n){let t={};for(let r of n)e[r]!==void 0&&(t[r]=e[r]);return t}function O(e,n){let t;return typeof n==\"string\"?t=r=>r[n]:t=n,Object.entries(e).reduce((r,[o,i])=>(r[o]=t(i,o),r),{})}function Re(e,n){return e.reduce((t,r,o)=>(t[r]=n[o],t),{})}var _=\"\\0\";var U=\"3.0.0\";var K=class{constructor(){pe(this,\"_sentinel\");let n={};n._next=n._prev=n,this._sentinel=n}dequeue(){let n=this._sentinel,t=n._prev;if(t!==n)return Pe(t),t}enqueue(n){let t=this._sentinel;n._prev&&n._next&&Pe(n),n._next=t._next,t._next._prev=n,t._next=n,n._prev=t}toString(){let n=[],t=this._sentinel,r=t._prev;for(;r!==t;)n.push(JSON.stringify(r,Vn)),r=r._prev;return\"[\"+n.join(\", \")+\"]\"}};function Pe(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function Vn(e,n){if(e!==\"_next\"&&e!==\"_prev\")return n}var Me=K;var Wn=()=>1;function Q(e,n){if(e.nodeCount()<=1)return[];let t=Yn(e,n||Wn);return Bn(t.graph,t.buckets,t.zeroIdx).flatMap(o=>e.outEdges(o.v,o.w)||[])}function Bn(e,n,t){var a;let r=[],o=n[n.length-1],i=n[0],s;for(;e.nodeCount();){for(;s=i.dequeue();)$(e,n,t,s);for(;s=o.dequeue();)$(e,n,t,s);if(e.nodeCount()){for(let d=n.length-2;d>0;--d)if(s=(a=n[d])==null?void 0:a.dequeue(),s){r=r.concat($(e,n,t,s,!0)||[]);break}}}return r}function $(e,n,t,r,o){let i=[],s=o?i:void 0;return(e.inEdges(r.v)||[]).forEach(a=>{let d=e.edge(a),l=e.node(a.v);o&&i.push({v:a.v,w:a.w}),l.out-=d,J(n,t,l)}),(e.outEdges(r.v)||[]).forEach(a=>{let d=e.edge(a),l=a.w,u=e.node(l);u.in-=d,J(n,t,u)}),e.removeNode(r.v),s}function Yn(e,n){let t=new p,r=0,o=0;e.nodes().forEach(a=>{t.setNode(a,{v:a,in:0,out:0})}),e.edges().forEach(a=>{let d=t.edge(a.v,a.w)||0,l=n(a),u=d+l;t.setEdge(a.v,a.w,u);let c=t.node(a.v),h=t.node(a.w);o=Math.max(o,c.out+=l),r=Math.max(r,h.in+=l)});let i=zn(o+r+3).map(()=>new Me),s=r+1;return t.nodes().forEach(a=>{J(i,s,t.node(a))}),{graph:t,buckets:i,zeroIdx:s}}function J(e,n,t){var r,o,i;t.out?t.in?(i=e[t.out-t.in+n])==null||i.enqueue(t):(o=e[e.length-1])==null||o.enqueue(t):(r=e[0])==null||r.enqueue(t)}function zn(e){let n=[];for(let t=0;t<e;t++)n.push(t);return n}function je(e){(e.graph().acyclicer===\"greedy\"?Q(e,t(e)):Hn(e)).forEach(r=>{let o=e.edge(r);e.removeEdge(r),o.forwardName=r.name,o.reversed=!0,e.setEdge(r.w,r.v,o,j(\"rev\"))});function t(r){return o=>r.edge(o).weight}}function Hn(e){let n=[],t={},r={};function o(i){Object.hasOwn(r,i)||(r[i]=!0,t[i]=!0,e.outEdges(i).forEach(s=>{Object.hasOwn(t,s.w)?n.push(s):o(s.w)}),delete t[i])}return e.nodes().forEach(o),n}function Se(e){e.edges().forEach(n=>{let t=e.edge(n);if(t.reversed){e.removeEdge(n);let r=t.forwardName;delete t.reversed,delete t.forwardName,e.setEdge(n.w,n.v,t,r)}})}function Fe(e){e.graph().dummyChains=[],e.edges().forEach(n=>Xn(e,n))}function Xn(e,n){let t=n.v,r=e.node(t).rank,o=n.w,i=e.node(o).rank,s=n.name,a=e.edge(n),d=a.labelRank;if(i===r+1)return;e.removeEdge(n);let l,u,c;for(c=0,++r;r<i;++c,++r)a.points=[],u={width:0,height:0,edgeLabel:a,edgeObj:n,rank:r},l=w(e,\"edge\",u,\"_d\"),r===d&&(u.width=a.width,u.height=a.height,u.dummy=\"edge-label\",u.labelpos=a.labelpos),e.setEdge(t,l,{weight:a.weight},s),c===0&&e.graph().dummyChains.push(l),t=l;e.setEdge(t,o,{weight:a.weight},s)}function De(e){e.graph().dummyChains.forEach(n=>{let t=e.node(n),r=t.edgeLabel,o;for(e.setEdge(t.edgeObj,r);t.dummy;)o=e.successors(n)[0],e.removeNode(n),r.points.push({x:t.x,y:t.y}),t.dummy===\"edge-label\"&&(r.x=t.x,r.y=t.y,r.width=t.width,r.height=t.height),n=o,t=e.node(n)})}function S(e){let n={};function t(r){let o=e.node(r);if(Object.hasOwn(n,r))return o.rank;n[r]=!0;let i=e.outEdges(r),s=i?i.map(d=>d==null?Number.POSITIVE_INFINITY:t(d.w)-e.edge(d).minlen):[],a=L(Math.min,s);return a===Number.POSITIVE_INFINITY&&(a=0),o.rank=a}e.sources().forEach(t)}function v(e,n){return e.node(n.w).rank-e.node(n.v).rank-e.edge(n).minlen}var V=Kn;function Kn(e){let n=new p({directed:!1}),t=e.nodes();if(t.length===0)throw new Error(\"Graph must have at least one node\");let r=t[0],o=e.nodeCount();n.setNode(r,{});let i,s;for(;$n(n,e)<o&&(i=Jn(n,e),!!i);)s=n.hasNode(i.v)?v(e,i):-v(e,i),Qn(n,e,s);return n}function $n(e,n){function t(r){let o=n.nodeEdges(r);o&&o.forEach(i=>{let s=i.v,a=r===s?i.w:s;!e.hasNode(a)&&!v(n,i)&&(e.setNode(a,{}),e.setEdge(r,a,{}),t(a))})}return e.nodes().forEach(t),e.nodeCount()}function Jn(e,n){return n.edges().reduce((r,o)=>{let i=Number.POSITIVE_INFINITY;return e.hasNode(o.v)!==e.hasNode(o.w)&&(i=v(n,o)),i<r[0]?[i,o]:r},[Number.POSITIVE_INFINITY,null])[1]}function Qn(e,n,t){e.nodes().forEach(r=>n.node(r).rank+=t)}var{preorder:Zn,postorder:et}=R,Ve=x;x.initLowLimValues=ee;x.initCutValues=Z;x.calcCutValue=We;x.leaveEdge=Ye;x.enterEdge=ze;x.exchangeEdges=He;function x(e){e=xe(e),S(e);let n=V(e);ee(n),Z(n,e);let t,r;for(;t=Ye(n);)r=ze(n,e,t),He(n,e,t,r)}function Z(e,n){let t=et(e,e.nodes());t=t.slice(0,t.length-1),t.forEach(r=>nt(e,n,r))}function nt(e,n,t){let o=e.node(t).parent,i=e.edge(t,o);i.cutvalue=We(e,n,t)}function We(e,n,t){let o=e.node(t).parent,i=!0,s=n.edge(t,o),a=0;s||(i=!1,s=n.edge(o,t)),a=s.weight;let d=n.nodeEdges(t);return d&&d.forEach(l=>{let u=l.v===t,c=u?l.w:l.v;if(c!==o){let h=u===i,f=n.edge(l).weight;if(a+=h?f:-f,rt(e,t,c)){let b=e.edge(t,c).cutvalue;a+=h?-b:b}}}),a}function ee(e,n){arguments.length<2&&(n=e.nodes()[0]),Be(e,{},1,n)}function Be(e,n,t,r,o){let i=t,s=e.node(r);n[r]=!0;let a=e.neighbors(r);return a&&a.forEach(d=>{Object.hasOwn(n,d)||(t=Be(e,n,t,d,r))}),s.low=i,s.lim=t++,o?s.parent=o:delete s.parent,t}function Ye(e){return e.edges().find(n=>e.edge(n).cutvalue<0)}function ze(e,n,t){let r=t.v,o=t.w;n.hasEdge(r,o)||(r=t.w,o=t.v);let i=e.node(r),s=e.node(o),a=i,d=!1;return i.lim>s.lim&&(a=s,d=!0),n.edges().filter(u=>d===Ae(e,e.node(u.v),a)&&d!==Ae(e,e.node(u.w),a)).reduce((u,c)=>v(n,c)<v(n,u)?c:u)}function He(e,n,t,r){let o=t.v,i=t.w;e.removeEdge(o,i),e.setEdge(r.v,r.w,{}),ee(e),Z(e,n),tt(e,n)}function tt(e,n){let t=e.nodes().find(o=>!e.node(o).parent);if(!t)return;let r=Zn(e,[t]);r=r.slice(1),r.forEach(o=>{let s=e.node(o).parent,a=n.edge(o,s),d=!1;a||(a=n.edge(s,o),d=!0),n.node(o).rank=n.node(s).rank+(d?a.minlen:-a.minlen)})}function rt(e,n,t){return e.hasEdge(n,t)}function Ae(e,n,t){return t.low<=n.lim&&n.lim<=t.lim}var Xe=ot;function ot(e){let n=e.graph().ranker;if(typeof n==\"function\")return n(e);switch(n){case\"network-simplex\":qe(e);break;case\"tight-tree\":st(e);break;case\"longest-path\":it(e);break;case\"none\":break;default:qe(e)}}var it=S;function st(e){S(e),V(e)}function qe(e){Ve(e)}var Ue=at;function at(e){let n=lt(e);e.graph().dummyChains.forEach(t=>{let r=e.node(t),o=r.edgeObj,i=dt(e,n,o.v,o.w),s=i.path,a=i.lca,d=0,l=s[d],u=!0;for(;t!==o.w;){if(r=e.node(t),u){for(;(l=s[d])!==a&&e.node(l).maxRank<r.rank;)d++;l===a&&(u=!1)}if(!u){for(;d<s.length-1&&e.node(s[d+1]).minRank<=r.rank;)d++;l=s[d]}l!==void 0&&e.setParent(t,l),t=e.successors(t)[0]}})}function dt(e,n,t,r){let o=[],i=[],s=Math.min(n[t].low,n[r].low),a=Math.max(n[t].lim,n[r].lim),d;d=t;do d=e.parent(d),o.push(d);while(d&&(n[d].low>s||a>n[d].lim));let l=d,u=r;for(;(u=e.parent(u))!==l;)i.push(u);return{path:o.concat(i.reverse()),lca:l}}function lt(e){let n={},t=0;function r(o){let i=t;e.children(o).forEach(r),n[o]={low:i,lim:t++}}return e.children(_).forEach(r),n}function Ke(e){let n=w(e,\"root\",{},\"_root\"),t=ut(e),r=Object.values(t),o=L(Math.max,r)-1,i=2*o+1;e.graph().nestingRoot=n,e.edges().forEach(a=>e.edge(a).minlen*=i);let s=ct(e)+1;e.children(_).forEach(a=>$e(e,n,i,s,o,t,a)),e.graph().nodeRankFactor=i}function $e(e,n,t,r,o,i,s){var c;let a=e.children(s);if(!a.length){s!==n&&e.setEdge(n,s,{weight:0,minlen:t});return}let d=q(e,\"_bt\"),l=q(e,\"_bb\"),u=e.node(s);e.setParent(d,s),u.borderTop=d,e.setParent(l,s),u.borderBottom=l,a.forEach(h=>{var y;$e(e,n,t,r,o,i,h);let f=e.node(h),g=f.borderTop?f.borderTop:h,b=f.borderBottom?f.borderBottom:h,m=f.borderTop?r:2*r,E=g!==b?1:o-((y=i[s])!=null?y:0)+1;e.setEdge(d,g,{weight:m,minlen:E,nestingEdge:!0}),e.setEdge(b,l,{weight:m,minlen:E,nestingEdge:!0})}),e.parent(s)||e.setEdge(n,d,{weight:0,minlen:o+((c=i[s])!=null?c:0)})}function ut(e){let n={};function t(r,o){let i=e.children(r);i&&i.length&&i.forEach(s=>t(s,o+1)),n[r]=o}return e.children(_).forEach(r=>t(r,1)),n}function ct(e){return e.edges().reduce((n,t)=>n+e.edge(t).weight,0)}function Je(e){let n=e.graph();e.removeNode(n.nestingRoot),delete n.nestingRoot,e.edges().forEach(t=>{e.edge(t).nestingEdge&&e.removeEdge(t)})}var Ze=ft;function ft(e){function n(t){let r=e.children(t),o=e.node(t);if(r.length&&r.forEach(n),Object.hasOwn(o,\"minRank\")){o.borderLeft=[],o.borderRight=[];for(let i=o.minRank,s=o.maxRank+1;i<s;++i)Qe(e,\"borderLeft\",\"_bl\",t,o,i),Qe(e,\"borderRight\",\"_br\",t,o,i)}}e.children(_).forEach(n)}function Qe(e,n,t,r,o,i){let s={width:0,height:0,rank:i,borderType:n},a=o[n][i-1],d=w(e,\"border\",s,t);o[n][i]=d,e.setParent(d,r),a&&e.setEdge(a,d,{weight:1})}function nn(e){var t;let n=(t=e.graph().rankdir)==null?void 0:t.toLowerCase();(n===\"lr\"||n===\"rl\")&&rn(e)}function tn(e){var t;let n=(t=e.graph().rankdir)==null?void 0:t.toLowerCase();(n===\"bt\"||n===\"rl\")&&bt(e),(n===\"lr\"||n===\"rl\")&&(gt(e),rn(e))}function rn(e){e.nodes().forEach(n=>en(e.node(n))),e.edges().forEach(n=>en(e.edge(n)))}function en(e){let n=e.width;e.width=e.height,e.height=n}function bt(e){e.nodes().forEach(n=>ne(e.node(n))),e.edges().forEach(n=>{var r;let t=e.edge(n);(r=t.points)==null||r.forEach(ne),Object.hasOwn(t,\"y\")&&ne(t)})}function ne(e){e.y=-e.y}function gt(e){e.nodes().forEach(n=>te(e.node(n))),e.edges().forEach(n=>{var r;let t=e.edge(n);(r=t.points)==null||r.forEach(te),Object.hasOwn(t,\"x\")&&te(t)})}function te(e){let n=e.x;e.x=e.y,e.y=n}function re(e){let n={},t=e.nodes().filter(d=>!e.children(d).length),r=t.map(d=>e.node(d).rank),o=L(Math.max,r),i=k(o+1).map(()=>[]);function s(d){if(n[d])return;n[d]=!0;let l=e.node(d);i[l.rank].push(d);let u=e.successors(d);u&&u.forEach(s)}return t.sort((d,l)=>e.node(d).rank-e.node(l).rank).forEach(s),i}function oe(e,n){let t=0;for(let r=1;r<n.length;++r)t+=mt(e,n[r-1],n[r]);return t}function mt(e,n,t){let r=Re(t,t.map((l,u)=>u)),o=n.flatMap(l=>{let u=e.outEdges(l);return u?u.map(c=>({pos:r[c.w],weight:e.edge(c).weight})).sort((c,h)=>c.pos-h.pos):[]}),i=1;for(;i<t.length;)i<<=1;let s=2*i-1;i-=1;let a=new Array(s).fill(0),d=0;return o.forEach(l=>{let u=l.pos+i;a[u]+=l.weight;let c=0;for(;u>0;)u%2&&(c+=a[u+1]),u=u-1>>1,a[u]+=l.weight;d+=l.weight*c}),d}function ie(e,n=[]){return n.map(t=>{let r=e.inEdges(t);if(!r||!r.length)return{v:t};{let o=r.reduce((i,s)=>{let a=e.edge(s),d=e.node(s.v);return{sum:i.sum+a.weight*d.order,weight:i.weight+a.weight}},{sum:0,weight:0});return{v:t,barycenter:o.sum/o.weight,weight:o.weight}}})}function se(e,n){let t={};e.forEach((o,i)=>{let s={indegree:0,in:[],out:[],vs:[o.v],i};o.barycenter!==void 0&&(s.barycenter=o.barycenter,s.weight=o.weight),t[o.v]=s}),n.edges().forEach(o=>{let i=t[o.v],s=t[o.w];i!==void 0&&s!==void 0&&(s.indegree++,i.out.push(s))});let r=Object.values(t).filter(o=>!o.indegree);return Et(r)}function Et(e){let n=[];function t(o){return i=>{i.merged||(i.barycenter===void 0||o.barycenter===void 0||i.barycenter>=o.barycenter)&&Lt(o,i)}}function r(o){return i=>{i.in.push(o),--i.indegree===0&&e.push(i)}}for(;e.length;){let o=e.pop();n.push(o),o.in.reverse().forEach(t(o)),o.out.forEach(r(o))}return n.filter(o=>!o.merged).map(o=>T(o,[\"vs\",\"i\",\"barycenter\",\"weight\"]))}function Lt(e,n){let t=0,r=0;e.weight&&(t+=e.barycenter*e.weight,r+=e.weight),n.weight&&(t+=n.barycenter*n.weight,r+=n.weight),e.vs=n.vs.concat(e.vs),e.barycenter=t/r,e.weight=r,e.i=Math.min(n.i,e.i),n.merged=!0}function ae(e,n){let t=Ce(e,u=>Object.hasOwn(u,\"barycenter\")),r=t.lhs,o=t.rhs.sort((u,c)=>c.i-u.i),i=[],s=0,a=0,d=0;r.sort(yt(!!n)),d=on(i,o,d),r.forEach(u=>{d+=u.vs.length,i.push(u.vs),s+=u.barycenter*u.weight,a+=u.weight,d=on(i,o,d)});let l={vs:i.flat(1)};return a&&(l.barycenter=s/a,l.weight=a),l}function on(e,n,t){let r;for(;n.length&&(r=n[n.length-1]).i<=t;)n.pop(),e.push(r.vs),t++;return t}function yt(e){return(n,t)=>n.barycenter<t.barycenter?-1:n.barycenter>t.barycenter?1:e?t.i-n.i:n.i-t.i}function W(e,n,t,r){let o=e.children(n),i=e.node(n),s=i?i.borderLeft:void 0,a=i?i.borderRight:void 0,d={};s&&(o=o.filter(h=>h!==s&&h!==a));let l=ie(e,o);l.forEach(h=>{if(e.children(h.v).length){let f=W(e,h.v,t,r);d[h.v]=f,Object.hasOwn(f,\"barycenter\")&&Nt(h,f)}});let u=se(l,t);wt(u,d);let c=ae(u,r);if(s&&a){c.vs=[s,c.vs,a].flat(1);let h=e.predecessors(s);if(h&&h.length){let f=e.node(h[0]),g=e.predecessors(a),b=e.node(g[0]);Object.hasOwn(c,\"barycenter\")||(c.barycenter=0,c.weight=0),c.barycenter=(c.barycenter*c.weight+f.order+b.order)/(c.weight+2),c.weight+=2}}return c}function wt(e,n){e.forEach(t=>{t.vs=t.vs.flatMap(r=>n[r]?n[r].vs:r)})}function Nt(e,n){e.barycenter!==void 0?(e.barycenter=(e.barycenter*e.weight+n.barycenter*n.weight)/(e.weight+n.weight),e.weight+=n.weight):(e.barycenter=n.barycenter,e.weight=n.weight)}function de(e,n,t,r){r||(r=e.nodes());let o=Gt(e),i=new p({compound:!0}).setGraph({root:o}).setDefaultNodeLabel(s=>e.node(s));return r.forEach(s=>{let a=e.node(s),d=e.parent(s);if(a.rank===n||a.minRank<=n&&n<=a.maxRank){i.setNode(s),i.setParent(s,d||o);let l=e[t](s);l&&l.forEach(u=>{let c=u.v===s?u.w:u.v,h=i.edge(c,s),f=h!==void 0?h.weight:0;i.setEdge(c,s,{weight:e.edge(u).weight+f})}),Object.hasOwn(a,\"minRank\")&&i.setNode(s,{borderLeft:a.borderLeft[n],borderRight:a.borderRight[n]})}}),i}function Gt(e){let n;for(;e.hasNode(n=j(\"_root\")););return n}function le(e,n,t){let r={},o;t.forEach(i=>{let s=e.parent(i),a,d;for(;s;){if(a=e.parent(s),a?(d=r[a],r[a]=s):(d=o,o=s),d&&d!==s){n.setEdge(d,s);return}s=a}})}function B(e,n={}){if(typeof n.customOrder==\"function\"){n.customOrder(e,B);return}let t=X(e),r=sn(e,k(1,t+1),\"inEdges\"),o=sn(e,k(t-1,-1,-1),\"outEdges\"),i=re(e);if(an(e,i),n.disableOptimalOrderHeuristic)return;let s=Number.POSITIVE_INFINITY,a,d=n.constraints||[];for(let l=0,u=0;u<4;++l,++u){kt(l%2?r:o,l%4>=2,d),i=N(e);let c=oe(e,i);c<s?(u=0,a=Object.assign({},i),s=c):c===s&&(a=structuredClone(i))}an(e,a)}function sn(e,n,t){let r=new Map,o=(i,s)=>{r.has(i)||r.set(i,[]),r.get(i).push(s)};for(let i of e.nodes()){let s=e.node(i);if(typeof s.rank==\"number\"&&o(s.rank,i),typeof s.minRank==\"number\"&&typeof s.maxRank==\"number\")for(let a=s.minRank;a<=s.maxRank;a++)a!==s.rank&&o(a,i)}return n.map(function(i){return de(e,i,t,r.get(i)||[])})}function kt(e,n,t){let r=new p;e.forEach(function(o){t.forEach(a=>r.setEdge(a.left,a.right));let i=o.graph().root,s=W(o,i,r,n);s.vs.forEach((a,d)=>o.node(a).order=d),le(o,r,s.vs)})}function an(e,n){Object.values(n).forEach(t=>t.forEach((r,o)=>e.node(r).order=o))}function vt(e,n){let t={};function r(o,i){let s=0,a=0,d=o.length,l=i[i.length-1];return i.forEach((u,c)=>{let h=xt(e,u),f=h?e.node(h).order:d;(h||u===l)&&(i.slice(a,c+1).forEach(g=>{let b=e.predecessors(g);b&&b.forEach(m=>{let E=e.node(m),y=E.order;(y<s||f<y)&&!(E.dummy&&e.node(g).dummy)&&dn(t,m,g)})}),a=c+1,s=f)}),i}return n.length&&n.reduce(r),t}function _t(e,n){let t={};function r(i,s,a,d,l){k(s,a).forEach(u=>{let c=i[u];if(c!==void 0&&e.node(c).dummy){let h=e.predecessors(c);h&&h.forEach(f=>{if(f===void 0)return;let g=e.node(f);g.dummy&&(g.order<d||g.order>l)&&dn(t,f,c)})}})}function o(i,s){let a=-1,d=-1,l=0;return s.forEach((u,c)=>{if(e.node(u).dummy===\"border\"){let h=e.predecessors(u);if(h&&h.length){let f=h[0];if(f===void 0)return;d=e.node(f).order,r(s,l,c,a,d),l=c,a=d}}r(s,l,s.length,d,i.length)}),s}return n.length&&n.reduce(o),t}function xt(e,n){if(e.node(n).dummy){let t=e.predecessors(n);if(t)return t.find(r=>e.node(r).dummy)}}function dn(e,n,t){if(n>t){let o=n;n=t,t=o}let r=e[n];r||(e[n]=r={}),r[t]=!0}function Tt(e,n,t){if(n>t){let o=n;n=t,t=o}let r=e[n];return r!==void 0&&Object.hasOwn(r,t)}function Ot(e,n,t,r){let o={},i={},s={};return n.forEach(a=>{a.forEach((d,l)=>{o[d]=d,i[d]=d,s[d]=l})}),n.forEach(a=>{let d=-1;a.forEach(l=>{let u=r(l);if(u&&u.length){let c=u.sort((f,g)=>{let b=s[f],m=s[g];return(b!==void 0?b:0)-(m!==void 0?m:0)}),h=(c.length-1)/2;for(let f=Math.floor(h),g=Math.ceil(h);f<=g;++f){let b=c[f];if(b===void 0)continue;let m=s[b];if(m!==void 0&&i[l]===l&&d<m&&!Tt(t,l,b)){let E=o[b];E!==void 0&&(i[b]=l,i[l]=o[l]=E,d=m)}}}})}),{root:o,align:i}}function It(e,n,t,r,o=!1){let i={},s=Ct(e,n,t,o),a=o?\"borderLeft\":\"borderRight\";function d(f,g){let b=s.nodes().slice(),m={},E=b.pop();for(;E;){if(m[E])f(E);else{m[E]=!0,b.push(E);for(let y of g(E))b.push(y)}E=b.pop()}}function l(f){let g=s.inEdges(f);g?i[f]=g.reduce((b,m)=>{var I;let E=(I=i[m.v])!=null?I:0,y=s.edge(m);return Math.max(b,E+(y!==void 0?y:0))},0):i[f]=0}function u(f){let g=s.outEdges(f),b=Number.POSITIVE_INFINITY;g&&(b=g.reduce((E,y)=>{let I=i[y.w],be=s.edge(y);return Math.min(E,(I!==void 0?I:0)-(be!==void 0?be:0))},Number.POSITIVE_INFINITY));let m=e.node(f);b!==Number.POSITIVE_INFINITY&&m.borderType!==a&&(i[f]=Math.max(i[f]!==void 0?i[f]:0,b))}function c(f){return s.predecessors(f)||[]}function h(f){return s.successors(f)||[]}return d(l,c),d(u,h),Object.keys(r).forEach(f=>{var b;let g=t[f];g!==void 0&&(i[f]=(b=i[g])!=null?b:0)}),i}function Ct(e,n,t,r){let o=new p,i=e.graph(),s=jt(i.nodesep,i.edgesep,r);return n.forEach(a=>{let d;a.forEach(l=>{let u=t[l];if(u!==void 0){if(o.setNode(u),d!==void 0){let c=t[d];if(c!==void 0){let h=o.edge(c,u);o.setEdge(c,u,Math.max(s(e,l,d),h||0))}}d=l}})}),o}function Rt(e,n){return Object.values(n).reduce((t,r)=>{let o=Number.NEGATIVE_INFINITY,i=Number.POSITIVE_INFINITY;Object.entries(r).forEach(([a,d])=>{let l=St(e,a)/2;o=Math.max(d+l,o),i=Math.min(d-l,i)});let s=o-i;return s<t[0]&&(t=[s,r]),t},[Number.POSITIVE_INFINITY,null])[1]}function Pt(e,n){let t=Object.values(n),r=L(Math.min,t),o=L(Math.max,t);[\"u\",\"d\"].forEach(i=>{[\"l\",\"r\"].forEach(s=>{let a=i+s,d=e[a];if(!d||d===n)return;let l=Object.values(d),u=r-L(Math.min,l);s!==\"l\"&&(u=o-L(Math.max,l)),u&&(e[a]=O(d,c=>c+u))})})}function Mt(e,n=void 0){let t=e.ul;return t?O(t,(r,o)=>{var s,a;if(n){let d=n.toLowerCase(),l=e[d];if(l&&l[o]!==void 0)return l[o]}let i=Object.values(e).map(d=>{let l=d[o];return l!==void 0?l:0}).sort((d,l)=>d-l);return(((s=i[1])!=null?s:0)+((a=i[2])!=null?a:0))/2}):{}}function ln(e){let n=N(e),t=Object.assign(vt(e,n),_t(e,n)),r={},o;[\"u\",\"d\"].forEach(s=>{o=s===\"u\"?n:Object.values(n).reverse(),[\"l\",\"r\"].forEach(a=>{a===\"r\"&&(o=o.map(c=>Object.values(c).reverse()));let l=Ot(e,o,t,c=>(s===\"u\"?e.predecessors(c):e.successors(c))||[]),u=It(e,o,l.root,l.align,a===\"r\");a===\"r\"&&(u=O(u,c=>-c)),r[s+a]=u})});let i=Rt(e,r);return Pt(r,i),Mt(r,e.graph().align)}function jt(e,n,t){return(r,o,i)=>{let s=r.node(o),a=r.node(i),d=0,l;if(d+=s.width/2,Object.hasOwn(s,\"labelpos\"))switch(s.labelpos.toLowerCase()){case\"l\":l=-s.width/2;break;case\"r\":l=s.width/2;break}if(l&&(d+=t?l:-l),l=void 0,d+=(s.dummy?n:e)/2,d+=(a.dummy?n:e)/2,d+=a.width/2,Object.hasOwn(a,\"labelpos\"))switch(a.labelpos.toLowerCase()){case\"l\":l=a.width/2;break;case\"r\":l=-a.width/2;break}return l&&(d+=t?l:-l),d}}function St(e,n){return e.node(n).width}function un(e){e=A(e),Ft(e),Object.entries(ln(e)).forEach(([n,t])=>e.node(n).x=t)}function Ft(e){let n=N(e),t=e.graph(),r=t.ranksep,o=t.rankalign,i=0;n.forEach(s=>{let a=s.reduce((d,l)=>{var c;let u=(c=e.node(l).height)!=null?c:0;return d>u?d:u},0);s.forEach(d=>{let l=e.node(d);o===\"top\"?l.y=i+l.height/2:o===\"bottom\"?l.y=i+a-l.height/2:l.y=i+a/2}),i+=a+r})}function he(e,n={}){let t=n.debugTiming?P:M;return t(\"layout\",()=>{let r=t(\" buildLayoutGraph\",()=>Xt(e));return t(\" runLayout\",()=>Dt(r,t,n)),t(\" updateInputGraph\",()=>At(e,r)),r})}function Dt(e,n,t){n(\" makeSpaceForEdgeLabels\",()=>Ut(e)),n(\" removeSelfEdges\",()=>rr(e)),n(\" acyclic\",()=>je(e)),n(\" nestingGraph.run\",()=>Ke(e)),n(\" rank\",()=>Xe(A(e))),n(\" injectEdgeLabelProxies\",()=>Kt(e)),n(\" removeEmptyRanks\",()=>Oe(e)),n(\" nestingGraph.cleanup\",()=>Je(e)),n(\" normalizeRanks\",()=>Te(e)),n(\" assignRankMinMax\",()=>$t(e)),n(\" removeEdgeLabelProxies\",()=>Jt(e)),n(\" normalize.run\",()=>Fe(e)),n(\" parentDummyChains\",()=>Ue(e)),n(\" addBorderSegments\",()=>Ze(e)),n(\" order\",()=>B(e,t)),n(\" insertSelfEdges\",()=>or(e)),n(\" adjustCoordinateSystem\",()=>nn(e)),n(\" position\",()=>un(e)),n(\" positionSelfEdges\",()=>ir(e)),n(\" removeBorderNodes\",()=>tr(e)),n(\" normalize.undo\",()=>De(e)),n(\" fixupEdgeLabelCoords\",()=>er(e)),n(\" undoCoordinateSystem\",()=>tn(e)),n(\" translateGraph\",()=>Qt(e)),n(\" assignNodeIntersects\",()=>Zt(e)),n(\" reversePoints\",()=>nr(e)),n(\" acyclic.undo\",()=>Se(e))}function At(e,n){e.nodes().forEach(t=>{let r=e.node(t),o=n.node(t);r&&(r.x=o.x,r.y=o.y,r.order=o.order,r.rank=o.rank,n.children(t).length&&(r.width=o.width,r.height=o.height))}),e.edges().forEach(t=>{let r=e.edge(t),o=n.edge(t);r.points=o.points,Object.hasOwn(o,\"x\")&&(r.x=o.x,r.y=o.y)}),e.graph().width=n.graph().width,e.graph().height=n.graph().height}var Vt=[\"nodesep\",\"edgesep\",\"ranksep\",\"marginx\",\"marginy\"],Wt={ranksep:50,edgesep:20,nodesep:50,rankdir:\"TB\",rankalign:\"center\"},Bt=[\"acyclicer\",\"ranker\",\"rankdir\",\"align\",\"rankalign\"],Yt=[\"width\",\"height\",\"rank\"],cn={width:0,height:0},zt=[\"minlen\",\"weight\",\"width\",\"height\",\"labeloffset\"],Ht={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:\"r\"},qt=[\"labelpos\"];function Xt(e){let n=new p({multigraph:!0,compound:!0}),t=ce(e.graph());return n.setGraph(Object.assign({},Wt,ue(t,Vt),T(t,Bt))),e.nodes().forEach(r=>{let o=ce(e.node(r)),i=ue(o,Yt);Object.keys(cn).forEach(a=>{i[a]===void 0&&(i[a]=cn[a])}),n.setNode(r,i);let s=e.parent(r);s!==void 0&&n.setParent(r,s)}),e.edges().forEach(r=>{let o=ce(e.edge(r));n.setEdge(r,Object.assign({},Ht,ue(o,zt),T(o,qt)))}),n}function Ut(e){let n=e.graph();n.ranksep/=2,e.edges().forEach(t=>{let r=e.edge(t);r.minlen*=2,r.labelpos.toLowerCase()!==\"c\"&&(n.rankdir===\"TB\"||n.rankdir===\"BT\"?r.width+=r.labeloffset:r.height+=r.labeloffset)})}function Kt(e){e.edges().forEach(n=>{let t=e.edge(n);if(t.width&&t.height){let r=e.node(n.v),i={rank:(e.node(n.w).rank-r.rank)/2+r.rank,e:n};w(e,\"edge-proxy\",i,\"_ep\")}})}function $t(e){let n=0;e.nodes().forEach(t=>{let r=e.node(t);r.borderTop&&(r.minRank=e.node(r.borderTop).rank,r.maxRank=e.node(r.borderBottom).rank,n=Math.max(n,r.maxRank))}),e.graph().maxRank=n}function Jt(e){e.nodes().forEach(n=>{let t=e.node(n);if(t.dummy===\"edge-proxy\"){let r=t;e.edge(r.e).labelRank=t.rank,e.removeNode(n)}})}function Qt(e){let n=Number.POSITIVE_INFINITY,t=0,r=Number.POSITIVE_INFINITY,o=0,i=e.graph(),s=i.marginx||0,a=i.marginy||0;function d(l){let u=l.x,c=l.y,h=l.width,f=l.height;n=Math.min(n,u-h/2),t=Math.max(t,u+h/2),r=Math.min(r,c-f/2),o=Math.max(o,c+f/2)}e.nodes().forEach(l=>d(e.node(l))),e.edges().forEach(l=>{let u=e.edge(l);Object.hasOwn(u,\"x\")&&d(u)}),n-=s,r-=a,e.nodes().forEach(l=>{let u=e.node(l);u.x-=n,u.y-=r}),e.edges().forEach(l=>{let u=e.edge(l);u.points.forEach(c=>{c.x-=n,c.y-=r}),Object.hasOwn(u,\"x\")&&(u.x-=n),Object.hasOwn(u,\"y\")&&(u.y-=r)}),i.width=t-n+s,i.height=o-r+a}function Zt(e){e.edges().forEach(n=>{let t=e.edge(n),r=e.node(n.v),o=e.node(n.w),i,s;t.points?(i=t.points[0],s=t.points[t.points.length-1]):(t.points=[],i=o,s=r),t.points.unshift(H(r,i)),t.points.push(H(o,s))})}function er(e){e.edges().forEach(n=>{let t=e.edge(n);if(Object.hasOwn(t,\"x\"))switch((t.labelpos===\"l\"||t.labelpos===\"r\")&&(t.width-=t.labeloffset),t.labelpos){case\"l\":t.x-=t.width/2+t.labeloffset;break;case\"r\":t.x+=t.width/2+t.labeloffset;break}})}function nr(e){e.edges().forEach(n=>{let t=e.edge(n);t.reversed&&t.points.reverse()})}function tr(e){e.nodes().forEach(n=>{if(e.children(n).length){let t=e.node(n),r=e.node(t.borderTop),o=e.node(t.borderBottom),i=e.node(t.borderLeft[t.borderLeft.length-1]),s=e.node(t.borderRight[t.borderRight.length-1]);t.width=Math.abs(s.x-i.x),t.height=Math.abs(o.y-r.y),t.x=i.x+t.width/2,t.y=r.y+t.height/2}}),e.nodes().forEach(n=>{e.node(n).dummy===\"border\"&&e.removeNode(n)})}function rr(e){e.edges().forEach(n=>{if(n.v===n.w){let t=e.node(n.v);t.selfEdges||(t.selfEdges=[]),t.selfEdges.push({e:n,label:e.edge(n)}),e.removeEdge(n)}})}function or(e){N(e).forEach(t=>{let r=0;t.forEach((o,i)=>{let s=e.node(o);s.order=i+r,(s.selfEdges||[]).forEach(a=>{w(e,\"selfedge\",{width:a.label.width,height:a.label.height,rank:s.rank,order:i+ ++r,e:a.e,label:a.label},\"_se\")}),delete s.selfEdges})})}function ir(e){e.nodes().forEach(n=>{let t=e.node(n);if(t.dummy===\"selfedge\"){let r=t,o=e.node(r.e.v),i=o.x+o.width/2,s=o.y,a=t.x-i,d=o.height/2;e.setEdge(r.e,r.label),e.removeNode(n),r.label.points=[{x:i+2*a/3,y:s-d},{x:i+5*a/6,y:s-d},{x:i+a,y:s},{x:i+5*a/6,y:s+d},{x:i+2*a/3,y:s+d}],r.label.x=t.x,r.label.y=t.y}})}function ue(e,n){return O(T(e,n),Number)}function ce(e){let n={};return e&&Object.entries(e).forEach(([t,r])=>{typeof t==\"string\"&&(t=t.toLowerCase()),n[t]=r}),n}function fe(e){let n=N(e),t=new p({compound:!0,multigraph:!0}).setGraph({});return e.nodes().forEach(r=>{t.setNode(r,{label:r}),t.setParent(r,\"layer\"+e.node(r).rank)}),e.edges().forEach(r=>t.setEdge(r.v,r.w,{},r.name)),n.forEach((r,o)=>{let i=\"layer\"+o;t.setNode(i,{rank:\"same\"}),r.reduce((s,a)=>(t.setEdge(s,a,{style:\"invis\"}),a))}),t}var xo={time:P,notime:M},sr={graphlib:z,version:U,layout:he,debug:fe,util:{time:P,notime:M}},To=sr;export{p as Graph,fe as debug,To as default,z as graphlib,he as layout,xo as util,U as version};\n/*! For license information please see dagre.esm.js.LEGAL.txt */\n//# sourceMappingURL=dagre.esm.js.map\n","import { execFile as execFileCb } from 'node:child_process';\nimport { promisify } from 'node:util';\nimport { IS_WINDOWS } from '@/lib/core-utils';\nimport { resolve } from '@/lib/server-container';\nimport type { ListFeaturesUseCase } from '@shipit-ai/core/application/use-cases/features/list-features.use-case';\nimport type { ListRepositoriesUseCase } from '@shipit-ai/core/application/use-cases/repositories/list-repositories.use-case';\nimport type { AutoResolveMergedBranchesUseCase } from '@shipit-ai/core/application/use-cases/features/auto-resolve-merged-branches.use-case';\nimport type { IAgentRunRepository } from '@shipit-ai/core/application/ports/output/agents/agent-run-repository.interface';\nimport type { IDeploymentService } from '@shipit-ai/core/application/ports/output/services/deployment-service.interface';\nimport type { Repository } from '@shipit-ai/core/domain/generated/output';\nimport type { LoadSettingsUseCase } from '@shipit-ai/core/application/use-cases/settings/load-settings.use-case';\nimport { layoutWithDagre, getCanvasLayoutDefaults } from '@/lib/layout-with-dagre';\nimport { getLanguagePreference } from '@/lib/language';\nimport { buildGraphNodes } from '@/app/build-graph-nodes';\nimport type { CanvasNodeType } from '@/components/features/features-canvas';\nimport type { FeatureNodeData } from '@/components/common/feature-node';\nimport type { Edge } from '@xyflow/react';\n\nconst execFileAsync = promisify(execFileCb);\n\nexport interface RepoGitInfo {\n branch: string;\n commitMessage: string;\n committer: string;\n behindCount: number | null;\n}\n\n// Cache git info per repo — refreshed every GIT_INFO_TTL_MS via background-style check.\n// getGraphData() always reads from cache (zero git calls), and only spawns git\n// processes when the cache entry is older than the TTL.\nconst GIT_INFO_TTL_MS = 30_000;\n\ntype GitCacheEntry =\n | { kind: 'repo'; sha: string; data: RepoGitInfo; checkedAt: number }\n | { kind: 'not-a-repo'; checkedAt: number };\n\nconst gitInfoCache = new Map<string, GitCacheEntry>();\n\nasync function gitCommand(cwd: string, args: string[]): Promise<string | null> {\n try {\n const opts = IS_WINDOWS ? { cwd, windowsHide: true } : { cwd };\n const { stdout } = await execFileAsync('git', args, opts);\n return stdout.trim();\n } catch {\n return null;\n }\n}\n\nconst FIELD_SEP = '\\x1f'; // ASCII Unit Separator — safe in git output and child_process\n\n/** Refresh git info for a single repo (spawns git processes). */\nasync function refreshRepoGitInfo(repo: Repository): Promise<void> {\n try {\n const headSha = await gitCommand(repo.path, ['rev-parse', 'HEAD']);\n if (!headSha) {\n // Not a git repo (or bare/broken) — cache this so the UI can show it\n gitInfoCache.set(repo.path, { kind: 'not-a-repo', checkedAt: Date.now() });\n return;\n }\n\n // Fetch branch + subject & author in parallel\n const [currentBranch, logLine] = await Promise.all([\n gitCommand(repo.path, ['symbolic-ref', '--short', 'HEAD']),\n gitCommand(repo.path, ['log', '-1', `--format=%s${FIELD_SEP}%an`]),\n ]);\n if (!currentBranch) return;\n\n const [commitMessage, committer] = (logLine ?? '').split(FIELD_SEP);\n\n // Behind count — always compute, even when on the default branch,\n // because local main can be behind origin/main.\n let behindCount: number | null = null;\n const defaultBranchRef = await gitCommand(repo.path, [\n 'symbolic-ref',\n '--short',\n 'refs/remotes/origin/HEAD',\n ]);\n const defaultBranch = defaultBranchRef?.replace('origin/', '') ?? null;\n\n if (defaultBranch) {\n // Compare current branch (or default branch itself) against origin\n const behind = await gitCommand(repo.path, [\n 'rev-list',\n '--count',\n `${currentBranch}..origin/${defaultBranch}`,\n ]);\n behindCount = behind !== null ? parseInt(behind, 10) : null;\n if (isNaN(behindCount!)) behindCount = null;\n }\n\n gitInfoCache.set(repo.path, {\n kind: 'repo',\n sha: headSha,\n checkedAt: Date.now(),\n data: {\n branch: currentBranch,\n commitMessage: commitMessage ?? 'unknown',\n committer: committer ?? 'unknown',\n behindCount,\n },\n });\n } catch {\n // ignore — stale cache is better than no data\n }\n}\n\nexport type GitInfoResult =\n | { status: 'loading' }\n | { status: 'ready'; data: RepoGitInfo }\n | { status: 'not-a-repo' };\n\n/**\n * Return cached git info for a repo. If the cache is stale (> TTL),\n * kick off a fire-and-forget refresh so the NEXT call gets fresh data.\n * Never blocks getGraphData() with git subprocess calls.\n */\nfunction getRepoGitInfo(repo: Repository): GitInfoResult {\n const cached = gitInfoCache.get(repo.path);\n const now = Date.now();\n\n if (!cached) {\n // First time — trigger async refresh, return loading for this call\n void refreshRepoGitInfo(repo);\n return { status: 'loading' };\n }\n\n if (now - cached.checkedAt >= GIT_INFO_TTL_MS) {\n // Stale — trigger async refresh, return current data immediately\n void refreshRepoGitInfo(repo);\n }\n\n if (cached.kind === 'not-a-repo') {\n return { status: 'not-a-repo' };\n }\n\n return { status: 'ready', data: cached.data };\n}\n\nexport async function getGraphData(): Promise<{ nodes: CanvasNodeType[]; edges: Edge[] }> {\n const listFeatures = resolve<ListFeaturesUseCase>('ListFeaturesUseCase');\n const listRepos = resolve<ListRepositoriesUseCase>('ListRepositoriesUseCase');\n const agentRunRepo = resolve<IAgentRunRepository>('IAgentRunRepository');\n\n // Always include archived features so the client has full data for instant\n // show/hide toggle without a server round-trip (NFR-3).\n const [features, repositories] = await Promise.all([\n listFeatures.execute({ includeArchived: true }),\n listRepos.execute(),\n ]);\n\n // Read git info from cache (zero git calls). Stale entries trigger\n // a fire-and-forget background refresh for the next poll cycle.\n const repoGitInfoMap = new Map<string, RepoGitInfo>();\n const repoGitStatusMap = new Map<string, 'loading' | 'ready' | 'not-a-repo'>();\n for (const repo of repositories) {\n const result = getRepoGitInfo(repo);\n repoGitStatusMap.set(repo.path, result.status);\n if (result.status === 'ready') {\n repoGitInfoMap.set(repo.path, result.data);\n }\n }\n\n // PR/CI status is kept fresh by PrSyncWatcher (30s background poll).\n // No live GitHub calls here — use cached DB values for fast response.\n\n // Fire-and-forget: resolve features whose branches have been merged.\n // This corrects stale \"action needed\" states without blocking page load.\n // Resolved features surface on the next SSE poll cycle (~500ms).\n try {\n const autoResolve = resolve<AutoResolveMergedBranchesUseCase>(\n 'AutoResolveMergedBranchesUseCase'\n );\n void autoResolve.execute(features);\n } catch {\n // Use case not registered — skip silently (e.g. test environments)\n }\n\n const featuresWithRuns = await Promise.all(\n features.map(async (feature) => {\n const run = feature.agentRunId ? await agentRunRepo.findById(feature.agentRunId) : null;\n return { feature, run };\n })\n );\n\n const loadSettings = resolve<LoadSettingsUseCase>('LoadSettingsUseCase');\n const { workflow } = await loadSettings.execute();\n const { nodes, edges } = buildGraphNodes(repositories, featuresWithRuns, {\n enableEvidence: workflow.enableEvidence,\n commitEvidence: workflow.commitEvidence,\n ciWatchEnabled: workflow.ciWatchEnabled,\n repoGitInfo: repoGitInfoMap,\n repoGitStatus: repoGitStatusMap,\n });\n\n // Enrich feature nodes with deployment status\n let deploymentService: IDeploymentService | null = null;\n try {\n deploymentService = resolve<IDeploymentService>('IDeploymentService');\n } catch {\n // Deployment service may not be registered — skip enrichment\n }\n\n if (deploymentService) {\n for (const node of nodes) {\n if (node.type !== 'featureNode') continue;\n const data = node.data as FeatureNodeData;\n const status = deploymentService.getStatus(data.featureId);\n if (status && status.state !== 'Stopped') {\n data.deployment = {\n status: status.state,\n ...(status.url && { url: status.url }),\n };\n }\n }\n }\n\n const { dir } = await getLanguagePreference();\n return layoutWithDagre(nodes, edges, getCanvasLayoutDefaults(dir));\n}\n","import { NextResponse } from 'next/server';\nimport { getGraphData } from '@/app/(dashboard)/get-graph-data';\n\n/** Prevent Next.js from statically prerendering this route at build time. */\nexport const dynamic = 'force-dynamic';\n\n/**\n * Returns fresh graph nodes and edges for the control-center canvas.\n *\n * Used by the client-side polling fallback instead of a server action\n * so that periodic syncs don't trigger the Next.js \"Rendering…\" indicator.\n */\nexport async function GET() {\n const data = await getGraphData();\n return NextResponse.json(data);\n}\n","import { AppRouteRouteModule } from \"next/dist/esm/server/route-modules/app-route/module.compiled\";\nimport { RouteKind } from \"next/dist/esm/server/route-kind\";\nimport { patchFetch as _patchFetch } from \"next/dist/esm/server/lib/patch-fetch\";\nimport { addRequestMeta, getRequestMeta, setRequestMeta } from \"next/dist/esm/server/request-meta\";\nimport { getTracer, SpanKind } from \"next/dist/esm/server/lib/trace/tracer\";\nimport { setManifestsSingleton } from \"next/dist/esm/server/app-render/manifests-singleton\";\nimport { normalizeAppPath } from \"next/dist/esm/shared/lib/router/utils/app-paths\";\nimport { NodeNextRequest, NodeNextResponse } from \"next/dist/esm/server/base-http/node\";\nimport { NextRequestAdapter, signalFromNodeResponse } from \"next/dist/esm/server/web/spec-extension/adapters/next-request\";\nimport { BaseServerSpan } from \"next/dist/esm/server/lib/trace/constants\";\nimport { getRevalidateReason } from \"next/dist/esm/server/instrumentation/utils\";\nimport { sendResponse } from \"next/dist/esm/server/send-response\";\nimport { fromNodeOutgoingHttpHeaders, toNodeOutgoingHttpHeaders } from \"next/dist/esm/server/web/utils\";\nimport { getCacheControlHeader } from \"next/dist/esm/server/lib/cache-control\";\nimport { INFINITE_CACHE, NEXT_CACHE_TAGS_HEADER } from \"next/dist/esm/lib/constants\";\nimport { NoFallbackError } from \"next/dist/esm/shared/lib/no-fallback-error.external\";\nimport { CachedRouteKind } from \"next/dist/esm/server/response-cache\";\nimport * as userland from \"INNER_APP_ROUTE\";\n// We inject the nextConfigOutput here so that we can use them in the route\n// module.\nconst nextConfigOutput = \"\"\nconst routeModule = new AppRouteRouteModule({\n definition: {\n kind: RouteKind.APP_ROUTE,\n page: \"/api/graph-data/route\",\n pathname: \"/api/graph-data\",\n filename: \"route\",\n bundlePath: \"\"\n },\n distDir: process.env.__NEXT_RELATIVE_DIST_DIR || '',\n relativeProjectDir: process.env.__NEXT_RELATIVE_PROJECT_DIR || '',\n resolvedPagePath: \"[project]/src/presentation/web/app/api/graph-data/route.ts\",\n nextConfigOutput,\n // The static import is used for initialization (methods, dynamic, etc.).\n userland: userland,\n // In Turbopack dev mode, also provide a getter that calls require() on every\n // request. This re-reads from devModuleCache so HMR updates are picked up,\n // and the async wrapper unwraps async-module Promises (ESM-only\n // serverExternalPackages) automatically.\n ...process.env.TURBOPACK && process.env.__NEXT_DEV_SERVER ? {\n getUserland: ()=>import(\"INNER_APP_ROUTE\")\n } : {}\n});\n// Pull out the exports that we need to expose from the module. This should\n// be eliminated when we've moved the other routes to the new format. These\n// are used to hook into the route.\nconst { workAsyncStorage, workUnitAsyncStorage, serverHooks } = routeModule;\nfunction patchFetch() {\n return _patchFetch({\n workAsyncStorage,\n workUnitAsyncStorage\n });\n}\nexport { routeModule, workAsyncStorage, workUnitAsyncStorage, serverHooks, patchFetch, };\nexport async function handler(req, res, ctx) {\n if (ctx.requestMeta) {\n setRequestMeta(req, ctx.requestMeta);\n }\n if (routeModule.isDev) {\n addRequestMeta(req, 'devRequestTimingInternalsEnd', process.hrtime.bigint());\n }\n let srcPage = \"/api/graph-data/route\";\n // turbopack doesn't normalize `/index` in the page name\n // so we need to to process dynamic routes properly\n // TODO: fix turbopack providing differing value from webpack\n if (process.env.TURBOPACK) {\n srcPage = srcPage.replace(/\\/index$/, '') || '/';\n } else if (srcPage === '/index') {\n // we always normalize /index specifically\n srcPage = '/';\n }\n const multiZoneDraftMode = process.env.__NEXT_MULTI_ZONE_DRAFT_MODE;\n const prepareResult = await routeModule.prepare(req, res, {\n srcPage,\n multiZoneDraftMode\n });\n if (!prepareResult) {\n res.statusCode = 400;\n res.end('Bad Request');\n ctx.waitUntil == null ? void 0 : ctx.waitUntil.call(ctx, Promise.resolve());\n return null;\n }\n const { buildId, params, nextConfig, parsedUrl, isDraftMode, prerenderManifest, routerServerContext, isOnDemandRevalidate, revalidateOnlyGenerated, resolvedPathname, clientReferenceManifest, serverActionsManifest } = prepareResult;\n const normalizedSrcPage = normalizeAppPath(srcPage);\n let isIsr = Boolean(prerenderManifest.dynamicRoutes[normalizedSrcPage] || prerenderManifest.routes[resolvedPathname]);\n const render404 = async ()=>{\n // TODO: should route-module itself handle rendering the 404\n if (routerServerContext == null ? void 0 : routerServerContext.render404) {\n await routerServerContext.render404(req, res, parsedUrl, false);\n } else {\n res.end('This page could not be found');\n }\n return null;\n };\n if (isIsr && !isDraftMode) {\n const isPrerendered = Boolean(prerenderManifest.routes[resolvedPathname]);\n const prerenderInfo = prerenderManifest.dynamicRoutes[normalizedSrcPage];\n if (prerenderInfo) {\n if (prerenderInfo.fallback === false && !isPrerendered) {\n if (nextConfig.adapterPath) {\n return await render404();\n }\n throw new NoFallbackError();\n }\n }\n }\n let cacheKey = null;\n if (isIsr && !routeModule.isDev && !isDraftMode) {\n cacheKey = resolvedPathname;\n // ensure /index and / is normalized to one key\n cacheKey = cacheKey === '/index' ? '/' : cacheKey;\n }\n const supportsDynamicResponse = // If we're in development, we always support dynamic HTML\n routeModule.isDev === true || // If this is not SSG or does not have static paths, then it supports\n // dynamic HTML.\n !isIsr;\n // This is a revalidation request if the request is for a static\n // page and it is not being resumed from a postponed render and\n // it is not a dynamic RSC request then it is a revalidation\n // request.\n const isStaticGeneration = isIsr && !supportsDynamicResponse;\n // Before rendering (which initializes component tree modules), we have to\n // set the reference manifests to our global store so Server Action's\n // encryption util can access to them at the top level of the page module.\n if (serverActionsManifest && clientReferenceManifest) {\n setManifestsSingleton({\n page: srcPage,\n clientReferenceManifest,\n serverActionsManifest\n });\n }\n const method = req.method || 'GET';\n const tracer = getTracer();\n const activeSpan = tracer.getActiveScopeSpan();\n const isWrappedByNextServer = Boolean(routerServerContext == null ? void 0 : routerServerContext.isWrappedByNextServer);\n const isMinimalMode = Boolean(getRequestMeta(req, 'minimalMode'));\n const incrementalCache = getRequestMeta(req, 'incrementalCache') || await routeModule.getIncrementalCache(req, nextConfig, prerenderManifest, isMinimalMode);\n incrementalCache == null ? void 0 : incrementalCache.resetRequestCache();\n globalThis.__incrementalCache = incrementalCache;\n const context = {\n params,\n previewProps: prerenderManifest.preview,\n renderOpts: {\n experimental: {\n authInterrupts: Boolean(nextConfig.experimental.authInterrupts)\n },\n cacheComponents: Boolean(nextConfig.cacheComponents),\n supportsDynamicResponse,\n incrementalCache,\n cacheLifeProfiles: nextConfig.cacheLife,\n waitUntil: ctx.waitUntil,\n onClose: (cb)=>{\n res.on('close', cb);\n },\n onAfterTaskError: undefined,\n onInstrumentationRequestError: (error, _request, errorContext, silenceLog)=>routeModule.onRequestError(req, error, errorContext, silenceLog, routerServerContext)\n },\n sharedContext: {\n buildId\n }\n };\n const nodeNextReq = new NodeNextRequest(req);\n const nodeNextRes = new NodeNextResponse(res);\n const nextReq = NextRequestAdapter.fromNodeNextRequest(nodeNextReq, signalFromNodeResponse(res));\n try {\n let parentSpan;\n const invokeRouteModule = async (span)=>{\n return routeModule.handle(nextReq, context).finally(()=>{\n if (!span) return;\n span.setAttributes({\n 'http.status_code': res.statusCode,\n 'next.rsc': false\n });\n const rootSpanAttributes = tracer.getRootSpanAttributes();\n // We were unable to get attributes, probably OTEL is not enabled\n if (!rootSpanAttributes) {\n return;\n }\n if (rootSpanAttributes.get('next.span_type') !== BaseServerSpan.handleRequest) {\n console.warn(`Unexpected root span type '${rootSpanAttributes.get('next.span_type')}'. Please report this Next.js issue https://github.com/vercel/next.js`);\n return;\n }\n const route = rootSpanAttributes.get('next.route');\n if (route) {\n const name = `${method} ${route}`;\n span.setAttributes({\n 'next.route': route,\n 'http.route': route,\n 'next.span_name': name\n });\n span.updateName(name);\n // Propagate http.route to the parent span if one exists (e.g.\n // a platform-created HTTP span in adapter deployments).\n if (parentSpan && parentSpan !== span) {\n parentSpan.setAttribute('http.route', route);\n parentSpan.updateName(name);\n }\n } else {\n span.updateName(`${method} ${srcPage}`);\n }\n });\n };\n const handleResponse = async (currentSpan)=>{\n var _cacheEntry_value;\n const responseGenerator = async ({ previousCacheEntry })=>{\n try {\n if (!isMinimalMode && isOnDemandRevalidate && revalidateOnlyGenerated && !previousCacheEntry) {\n res.statusCode = 404;\n // on-demand revalidate always sets this header\n res.setHeader('x-nextjs-cache', 'REVALIDATED');\n res.end('This page could not be found');\n return null;\n }\n const response = await invokeRouteModule(currentSpan);\n req.fetchMetrics = context.renderOpts.fetchMetrics;\n let pendingWaitUntil = context.renderOpts.pendingWaitUntil;\n // Attempt using provided waitUntil if available\n // if it's not we fallback to sendResponse's handling\n if (pendingWaitUntil) {\n if (ctx.waitUntil) {\n ctx.waitUntil(pendingWaitUntil);\n pendingWaitUntil = undefined;\n }\n }\n const cacheTags = context.renderOpts.collectedTags;\n // If the request is for a static response, we can cache it so long\n // as it's not edge.\n if (isIsr) {\n const blob = await response.blob();\n // Copy the headers from the response.\n const headers = toNodeOutgoingHttpHeaders(response.headers);\n if (cacheTags) {\n headers[NEXT_CACHE_TAGS_HEADER] = cacheTags;\n }\n if (!headers['content-type'] && blob.type) {\n headers['content-type'] = blob.type;\n }\n const revalidate = typeof context.renderOpts.collectedRevalidate === 'undefined' || context.renderOpts.collectedRevalidate >= INFINITE_CACHE ? false : context.renderOpts.collectedRevalidate;\n const expire = typeof context.renderOpts.collectedExpire === 'undefined' || context.renderOpts.collectedExpire >= INFINITE_CACHE ? undefined : context.renderOpts.collectedExpire;\n // Create the cache entry for the response.\n const cacheEntry = {\n value: {\n kind: CachedRouteKind.APP_ROUTE,\n status: response.status,\n body: Buffer.from(await blob.arrayBuffer()),\n headers\n },\n cacheControl: {\n revalidate,\n expire\n }\n };\n return cacheEntry;\n } else {\n // send response without caching if not ISR\n await sendResponse(nodeNextReq, nodeNextRes, response, context.renderOpts.pendingWaitUntil);\n return null;\n }\n } catch (err) {\n // if this is a background revalidate we need to report\n // the request error here as it won't be bubbled\n if (previousCacheEntry == null ? void 0 : previousCacheEntry.isStale) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: srcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n throw err;\n }\n };\n const cacheEntry = await routeModule.handleResponse({\n req,\n nextConfig,\n cacheKey,\n routeKind: RouteKind.APP_ROUTE,\n isFallback: false,\n prerenderManifest,\n isRoutePPREnabled: false,\n isOnDemandRevalidate,\n revalidateOnlyGenerated,\n responseGenerator,\n waitUntil: ctx.waitUntil,\n isMinimalMode\n });\n // we don't create a cacheEntry for ISR\n if (!isIsr) {\n return null;\n }\n if ((cacheEntry == null ? void 0 : (_cacheEntry_value = cacheEntry.value) == null ? void 0 : _cacheEntry_value.kind) !== CachedRouteKind.APP_ROUTE) {\n var _cacheEntry_value1;\n throw Object.defineProperty(new Error(`Invariant: app-route received invalid cache entry ${cacheEntry == null ? void 0 : (_cacheEntry_value1 = cacheEntry.value) == null ? void 0 : _cacheEntry_value1.kind}`), \"__NEXT_ERROR_CODE\", {\n value: \"E701\",\n enumerable: false,\n configurable: true\n });\n }\n if (!isMinimalMode) {\n res.setHeader('x-nextjs-cache', isOnDemandRevalidate ? 'REVALIDATED' : cacheEntry.isMiss ? 'MISS' : cacheEntry.isStale ? 'STALE' : 'HIT');\n }\n // Draft mode should never be cached\n if (isDraftMode) {\n res.setHeader('Cache-Control', 'private, no-cache, no-store, max-age=0, must-revalidate');\n }\n const headers = fromNodeOutgoingHttpHeaders(cacheEntry.value.headers);\n if (!(isMinimalMode && isIsr)) {\n headers.delete(NEXT_CACHE_TAGS_HEADER);\n }\n // If cache control is already set on the response we don't\n // override it to allow users to customize it via next.config\n if (cacheEntry.cacheControl && !res.getHeader('Cache-Control') && !headers.get('Cache-Control')) {\n headers.set('Cache-Control', getCacheControlHeader(cacheEntry.cacheControl));\n }\n await sendResponse(nodeNextReq, nodeNextRes, // @ts-expect-error - Argument of type 'Buffer<ArrayBufferLike>' is not assignable to parameter of type 'BodyInit | null | undefined'.\n new Response(cacheEntry.value.body, {\n headers,\n status: cacheEntry.value.status || 200\n }));\n return null;\n };\n // TODO: activeSpan code path is for when wrapped by\n // next-server can be removed when this is no longer used\n if (isWrappedByNextServer && activeSpan) {\n await handleResponse(activeSpan);\n } else {\n parentSpan = tracer.getActiveScopeSpan();\n await tracer.withPropagatedContext(req.headers, ()=>tracer.trace(BaseServerSpan.handleRequest, {\n spanName: `${method} ${srcPage}`,\n kind: SpanKind.SERVER,\n attributes: {\n 'http.method': method,\n 'http.target': req.url\n }\n }, handleResponse), undefined, !isWrappedByNextServer);\n }\n } catch (err) {\n if (!(err instanceof NoFallbackError)) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: normalizedSrcPage,\n routeType: 'route',\n revalidateReason: getRevalidateReason({\n isStaticGeneration,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n // rethrow so that we can handle serving error page\n // If this is during static generation, throw the error again.\n if (isIsr) throw err;\n // Otherwise, send a 500 response.\n await sendResponse(nodeNextReq, nodeNextRes, new Response(null, {\n status: 500\n }));\n return null;\n }\n}\n\n//# sourceMappingURL=app-route.js.map\n","/**\n * Platform detection constants.\n *\n * Evaluated once at module load — safe to use in hot paths.\n */\n\nexport const IS_WINDOWS = process.platform === 'win32';\n","/**\n * Check whether a process with the given PID is still running.\n *\n * Uses `process.kill(pid, 0)` which sends signal 0 (no-op) to test existence.\n * Returns false when the PID does not exist or belongs to a zombie.\n */\nexport function isProcessAlive(pid: number): boolean {\n try {\n process.kill(pid, 0);\n return true;\n } catch {\n return false;\n }\n}\n","import type { Feature, Repository, AgentRun } from '@shipit-ai/core/domain/generated/output';\nimport { AgentRunStatus } from '@shipit-ai/core/domain/generated/output';\nimport {\n deriveNodeState,\n deriveProgress,\n deriveLifecycle,\n} from '@/components/common/feature-node/derive-feature-state';\nimport { isProcessAlive, computeWorktreePath } from '@/lib/core-utils';\nimport type { CanvasNodeType } from '@/components/features/features-canvas';\nimport type { Edge } from '@xyflow/react';\nimport type { FeatureNodeData } from '@/components/common/feature-node';\n\nexport interface FeatureWithRun {\n feature: Feature;\n run: AgentRun | null;\n}\n\n/**\n * Builds React Flow nodes and edges from persisted repositories and features.\n *\n * Features whose repositoryPath is not covered by any real repository row are\n * grouped under a synthetic \"virtual\" repository node\n * (id: `virtual-repo-${repositoryPath}`). This ensures the dashboard never\n * renders empty when features exist but their repository rows are missing.\n */\nexport interface BuildGraphNodesOptions {\n /** Whether evidence collection is enabled (global workflow setting) */\n enableEvidence?: boolean;\n /** Whether evidence is committed to the PR body (global workflow setting) */\n commitEvidence?: boolean;\n /** Whether CI watch/fix loop is enabled (global workflow setting) */\n ciWatchEnabled?: boolean;\n /** Git info (branch, commit message, committer, behind count) keyed by repository path */\n repoGitInfo?: Map<\n string,\n { branch: string; commitMessage: string; committer: string; behindCount: number | null }\n >;\n /** Git info resolution status keyed by repository path */\n repoGitStatus?: Map<string, 'loading' | 'ready' | 'not-a-repo'>;\n}\n\nexport function buildGraphNodes(\n repositories: Repository[],\n featuresWithRuns: FeatureWithRun[],\n options?: BuildGraphNodesOptions\n): { nodes: CanvasNodeType[]; edges: Edge[] } {\n // Normalize path separators so Windows backslash paths match forward-slash paths\n const normalizePath = (p: string) => p.replace(/\\\\/g, '/');\n\n // Group features by normalized repository path\n const featuresByRepo: Record<string, FeatureWithRun[]> = {};\n featuresWithRuns.forEach((entry) => {\n const repoKey = normalizePath(entry.feature.repositoryPath);\n if (!featuresByRepo[repoKey]) {\n featuresByRepo[repoKey] = [];\n }\n featuresByRepo[repoKey].push(entry);\n });\n\n const nodes: CanvasNodeType[] = [];\n const edges: Edge[] = [];\n\n // Track which repository paths have been rendered (to avoid orphan duplicates)\n const coveredPaths = new Set<string>();\n\n // First, add nodes for all persisted repositories (including those without features)\n for (const repo of repositories) {\n const normalizedRepoPath = normalizePath(repo.path);\n coveredPaths.add(normalizedRepoPath);\n const repoNodeId = `repo-${repo.id}`;\n const gitInfo = options?.repoGitInfo?.get(repo.path);\n const gitInfoStatus = options?.repoGitStatus?.get(repo.path) ?? 'loading';\n nodes.push({\n id: repoNodeId,\n type: 'repositoryNode',\n position: { x: 0, y: 0 },\n data: {\n name: repo.name,\n repositoryPath: normalizedRepoPath,\n id: repo.id,\n createdAt:\n repo.createdAt instanceof Date ? repo.createdAt.getTime() : Number(repo.createdAt),\n gitInfoStatus,\n ...(gitInfo && {\n branch: gitInfo.branch,\n commitMessage: gitInfo.commitMessage,\n committer: gitInfo.committer,\n behindCount: gitInfo.behindCount,\n }),\n },\n });\n\n const repoFeatures = featuresByRepo[normalizedRepoPath] ?? [];\n appendFeatureNodes(\n repoFeatures,\n repoNodeId,\n featuresWithRuns,\n nodes,\n edges,\n repo.name,\n options\n );\n }\n\n // Second pass: group orphaned features under virtual repository nodes\n for (const [repoPath, orphanFeatures] of Object.entries(featuresByRepo)) {\n if (coveredPaths.has(repoPath)) continue;\n\n const virtualRepoNodeId = `virtual-repo-${repoPath}`;\n const repoName = repoPath.split('/').filter(Boolean).at(-1) ?? repoPath;\n nodes.push({\n id: virtualRepoNodeId,\n type: 'repositoryNode',\n position: { x: 0, y: 0 },\n data: { name: repoName, repositoryPath: repoPath },\n });\n\n appendFeatureNodes(\n orphanFeatures,\n virtualRepoNodeId,\n featuresWithRuns,\n nodes,\n edges,\n repoName,\n options\n );\n }\n\n // Add parent→child dependency edges\n for (const { feature } of featuresWithRuns) {\n if (feature.parentId) {\n const parentNodeId = `feat-${feature.parentId}`;\n const childNodeId = `feat-${feature.id}`;\n if (nodes.some((n) => n.id === parentNodeId) && nodes.some((n) => n.id === childNodeId)) {\n edges.push({\n id: `dep-${parentNodeId}-${childNodeId}`,\n source: parentNodeId,\n target: childNodeId,\n type: 'dependencyEdge',\n });\n }\n }\n }\n\n return { nodes, edges };\n}\n\nfunction appendFeatureNodes(\n repoFeatures: FeatureWithRun[],\n repoNodeId: string,\n allFeaturesWithRuns: FeatureWithRun[],\n nodes: CanvasNodeType[],\n edges: Edge[],\n repoName?: string,\n options?: BuildGraphNodesOptions\n): void {\n // Sort by createdAt so newest features appear last (bottom) in the layout\n const sorted = [...repoFeatures].sort((a, b) => {\n const aTime =\n a.feature.createdAt instanceof Date\n ? a.feature.createdAt.getTime()\n : Number(a.feature.createdAt);\n const bTime =\n b.feature.createdAt instanceof Date\n ? b.feature.createdAt.getTime()\n : Number(b.feature.createdAt);\n return aTime - bTime;\n });\n\n sorted.forEach(({ feature, run }) => {\n // Resolve blockedBy display name from parent feature\n let blockedBy: string | undefined;\n if (feature.parentId && feature.lifecycle === 'Blocked') {\n const parentEntry = allFeaturesWithRuns.find((e) => e.feature.id === feature.parentId);\n if (parentEntry) {\n blockedBy = parentEntry.feature.name;\n }\n }\n\n // Detect crashed agents: DB says running/pending but PID is dead\n const isActive =\n run?.status === AgentRunStatus.running || run?.status === AgentRunStatus.pending;\n const pidAlive = isActive && run?.pid ? isProcessAlive(run.pid) : undefined;\n\n const nodeData: FeatureNodeData = {\n name: feature.name,\n description: feature.description ?? feature.slug,\n featureId: feature.id,\n lifecycle: deriveLifecycle(feature, run),\n repositoryPath: feature.repositoryPath,\n branch: feature.branch,\n worktreePath:\n feature.worktreePath ?? computeWorktreePath(feature.repositoryPath, feature.branch),\n specPath: feature.specPath,\n state: deriveNodeState(\n feature,\n run,\n pidAlive !== undefined ? { isPidAlive: pidAlive } : undefined\n ),\n progress: deriveProgress(feature),\n summary: feature.description,\n userQuery: feature.userQuery,\n createdAt:\n feature.createdAt instanceof Date ? feature.createdAt.getTime() : feature.createdAt,\n ...(feature.fast && { fastMode: true }),\n approvalGates: feature.approvalGates,\n push: feature.push,\n openPr: feature.openPr,\n forkAndPr: feature.forkAndPr,\n commitSpecs: feature.commitSpecs,\n enableEvidence: feature.enableEvidence ?? options?.enableEvidence ?? false,\n commitEvidence: feature.commitEvidence ?? options?.commitEvidence ?? false,\n ciWatchEnabled: feature.ciWatchEnabled ?? options?.ciWatchEnabled ?? true,\n ...(repoName && { repositoryName: repoName }),\n ...(run?.agentType && { agentType: run.agentType as FeatureNodeData['agentType'] }),\n ...(run?.modelId && { modelId: run.modelId }),\n ...(run?.error && { errorMessage: run.error }),\n ...(blockedBy && { blockedBy }),\n ...(feature.agentRunId != null && { hasAgentRun: true }),\n ...(feature.plan != null && { hasPlan: true }),\n ...(feature.pr && {\n pr: {\n url: feature.pr.url,\n number: feature.pr.number,\n status: feature.pr.status,\n ciStatus: feature.pr.ciStatus,\n commitHash: feature.pr.commitHash,\n mergeable: feature.pr.mergeable,\n },\n }),\n };\n\n const featureNodeId = `feat-${feature.id}`;\n nodes.push({\n id: featureNodeId,\n type: 'featureNode',\n position: { x: 0, y: 0 },\n data: nodeData,\n });\n\n // Child features connect via parent→child dependency edge, not directly to repo\n if (!feature.parentId) {\n edges.push({\n id: `edge-${repoNodeId}-${featureNodeId}`,\n source: repoNodeId,\n target: featureNodeId,\n style: { strokeDasharray: '5 5' },\n });\n }\n });\n}\n","/**\n * Server-side language preference utilities for the Web UI.\n *\n * Reads the language preference from the Settings via DI\n * and determines the text direction (LTR/RTL).\n */\n\nimport { resolve } from '@/lib/server-container';\nimport type { LoadSettingsUseCase } from '@shipit-ai/core/application/use-cases/settings/load-settings.use-case';\nimport { Language } from '@shipit-ai/core/domain/generated/output';\n\nconst RTL_LANGUAGES: ReadonlySet<string> = new Set([Language.Arabic, Language.Hebrew]);\nconst DEFAULT_LANGUAGE = Language.English;\n\n/**\n * Check whether a language code requires right-to-left text direction.\n */\nexport function isRtlLanguage(language: string): boolean {\n return RTL_LANGUAGES.has(language);\n}\n\ninterface LanguagePreference {\n language: string;\n dir: 'ltr' | 'rtl';\n}\n\n/**\n * Get the user's language preference and computed text direction.\n *\n * Reads from Settings via DI (LoadSettingsUseCase).\n * Falls back to English if settings are not available (e.g. during build).\n */\nexport async function getLanguagePreference(): Promise<LanguagePreference> {\n let language = DEFAULT_LANGUAGE as string;\n\n try {\n const useCase = resolve<LoadSettingsUseCase>('LoadSettingsUseCase');\n const settings = await useCase.execute();\n language = settings.user.preferredLanguage ?? DEFAULT_LANGUAGE;\n } catch {\n // Settings not initialized (build, SSG, or first run)\n }\n\n return {\n language,\n dir: isRtlLanguage(language) ? 'rtl' : 'ltr',\n };\n}\n","import dagre from '@dagrejs/dagre';\nimport type { Edge, Node } from '@xyflow/react';\n\nexport type LayoutDirection = 'TB' | 'LR' | 'BT' | 'RL';\n\nexport interface LayoutOptions {\n /** Graph direction: top-bottom, left-right, etc. Default \"TB\" */\n direction?: LayoutDirection;\n /** Default node size when per-node size is unavailable */\n nodeSize?: { width: number; height: number };\n /** Vertical separation between ranks (default 80) */\n ranksep?: number;\n /** Horizontal separation between nodes in the same rank (default 30) */\n nodesep?: number;\n}\n\n/** Canonical layout defaults for the control-center canvas. */\nexport const CANVAS_LAYOUT_DEFAULTS: LayoutOptions = {\n direction: 'LR',\n ranksep: 200,\n nodesep: 30,\n};\n\n/** Returns canvas layout defaults with direction adjusted for text direction. */\nexport function getCanvasLayoutDefaults(dir: 'ltr' | 'rtl' = 'ltr'): LayoutOptions {\n return { ...CANVAS_LAYOUT_DEFAULTS, direction: dir === 'rtl' ? 'RL' : 'LR' };\n}\n\n/** Known node-type dimensions for the canvas node types */\nconst NODE_DIMENSIONS: Record<string, { width: number; height: number }> = {\n featureNode: { width: 388, height: 140 },\n repositoryNode: { width: 400, height: 140 },\n};\n\nfunction getNodeSize(\n node: Node,\n defaultSize: { width: number; height: number }\n): { width: number; height: number } {\n // Prefer per-node size from data, then type-based lookup, then default\n const data = node.data as Record<string, unknown> | undefined;\n if (data && typeof data.width === 'number' && typeof data.height === 'number') {\n return { width: data.width, height: data.height };\n }\n return NODE_DIMENSIONS[node.type ?? ''] ?? defaultSize;\n}\n\nfunction getHandlePositions(direction: LayoutDirection) {\n switch (direction) {\n case 'LR':\n return { targetPosition: 'left' as const, sourcePosition: 'right' as const };\n case 'RL':\n return { targetPosition: 'right' as const, sourcePosition: 'left' as const };\n case 'BT':\n return { targetPosition: 'bottom' as const, sourcePosition: 'top' as const };\n case 'TB':\n default:\n return { targetPosition: 'top' as const, sourcePosition: 'bottom' as const };\n }\n}\n\n/**\n * Compute an automatic hierarchical layout for React Flow nodes and edges\n * using Dagre. Returns new node/edge arrays — never mutates the originals.\n *\n * Disconnected nodes (no edges) are interleaved with connected root trees\n * in their original input order, preserving the caller's sort (e.g. createdAt).\n */\nexport function layoutWithDagre<N extends Node>(\n nodes: N[],\n edges: Edge[],\n opts: LayoutOptions = {}\n): { nodes: N[]; edges: Edge[] } {\n const {\n direction = 'TB',\n nodeSize = { width: 172, height: 36 },\n ranksep = 80,\n nodesep = 30,\n } = opts;\n\n if (nodes.length === 0) {\n return { nodes: [], edges: [] };\n }\n\n const g = new dagre.graphlib.Graph({ multigraph: true });\n g.setDefaultEdgeLabel(() => ({}));\n g.setGraph({ rankdir: direction, ranksep, nodesep });\n\n // Separate connected from disconnected nodes\n const connectedIds = new Set<string>();\n for (const edge of edges) {\n connectedIds.add(edge.source);\n connectedIds.add(edge.target);\n }\n\n const graphNodes = nodes.filter((n) => connectedIds.has(n.id));\n const disconnectedNodes = nodes.filter((n) => !connectedIds.has(n.id));\n\n // Add nodes to the dagre graph\n for (const node of graphNodes) {\n const size = getNodeSize(node, nodeSize);\n g.setNode(node.id, { width: size.width, height: size.height });\n }\n\n // Add edges — use edge.id as key to support multigraph (duplicate source→target)\n for (const edge of edges) {\n if (!g.hasNode(edge.source) || !g.hasNode(edge.target)) continue;\n g.setEdge(edge.source, edge.target, {}, edge.id);\n }\n\n dagre.layout(g);\n\n const { targetPosition, sourcePosition } = getHandlePositions(direction);\n const isHorizontal = direction === 'LR' || direction === 'RL';\n\n // Collect dagre center positions keyed by node id\n const centerMap = new Map<string, { cx: number; cy: number; w: number; h: number }>();\n for (const node of graphNodes) {\n const dagreNode = g.node(node.id);\n const size = getNodeSize(node, nodeSize);\n centerMap.set(node.id, { cx: dagreNode.x, cy: dagreNode.y, w: size.width, h: size.height });\n }\n\n // Add disconnected nodes to centerMap so they participate in root positioning.\n // Use the same primary-axis position as connected roots (rank 0) so they align\n // visually with repos that have features attached.\n let rootPrimaryAxis = 0;\n for (const c of centerMap.values()) {\n rootPrimaryAxis = isHorizontal ? c.cx : c.cy;\n break; // Use the first connected node's primary position\n }\n for (const node of disconnectedNodes) {\n const size = getNodeSize(node, nodeSize);\n centerMap.set(node.id, {\n cx: isHorizontal ? rootPrimaryAxis : 0,\n cy: isHorizontal ? 0 : rootPrimaryAxis,\n w: size.width,\n h: size.height,\n });\n }\n\n // ── Proper tree layout for the secondary axis ──\n // Dagre gives us correct primary-axis (rank/X) positions but its secondary-\n // axis (Y) positioning doesn't respect our tree structure well. Replace it\n // with a bottom-up tree layout:\n // 1. Compute subtree heights (leaves → roots)\n // 2. Position children centered on parent (roots → leaves)\n // This guarantees: no overlaps, parents centered on children, and straight\n // lines for 1-to-1 connections at every depth.\n\n // Build parent→children map from edges\n const childrenOf = new Map<string, string[]>();\n for (const edge of edges) {\n if (!centerMap.has(edge.source) || !centerMap.has(edge.target)) continue;\n if (!childrenOf.has(edge.source)) childrenOf.set(edge.source, []);\n childrenOf.get(edge.source)!.push(edge.target);\n }\n\n // Sort children by input order (preserves caller's ordering, e.g. createdAt)\n const inputIndex = new Map<string, number>();\n for (let i = 0; i < nodes.length; i++) {\n inputIndex.set(nodes[i].id, i);\n }\n for (const [, kids] of childrenOf) {\n kids.sort((a, b) => (inputIndex.get(a) ?? 0) - (inputIndex.get(b) ?? 0));\n }\n\n // Find tree roots: connected nodes that are not children of another node\n const childSet = new Set<string>();\n for (const ids of childrenOf.values()) {\n for (const id of ids) childSet.add(id);\n }\n const connectedRoots = [...connectedIds].filter((id) => centerMap.has(id) && !childSet.has(id));\n // Merge connected roots and disconnected nodes, sorted by input order\n // so repos maintain their original creation-time ordering regardless of\n // whether they have features attached.\n const allRoots = [...connectedRoots, ...disconnectedNodes.map((n) => n.id)];\n allRoots.sort((a, b) => (inputIndex.get(a) ?? 0) - (inputIndex.get(b) ?? 0));\n\n // Bottom-up: compute the total secondary-axis span each subtree needs\n const subtreeSpan = new Map<string, number>();\n function computeSpan(nodeId: string): number {\n if (subtreeSpan.has(nodeId)) return subtreeSpan.get(nodeId)!;\n const c = centerMap.get(nodeId)!;\n const nodeSpan = isHorizontal ? c.h : c.w;\n const kids = childrenOf.get(nodeId);\n if (!kids || kids.length === 0) {\n subtreeSpan.set(nodeId, nodeSpan);\n return nodeSpan;\n }\n let childrenTotalSpan = 0;\n for (const kid of kids) {\n childrenTotalSpan += computeSpan(kid);\n }\n childrenTotalSpan += (kids.length - 1) * nodesep;\n const span = Math.max(nodeSpan, childrenTotalSpan);\n subtreeSpan.set(nodeId, span);\n return span;\n }\n\n for (const root of allRoots) computeSpan(root);\n\n // Top-down: position each node on the secondary axis, centering parent\n // on its children block. For 1-to-1 edges the child gets the same\n // secondary-axis value as its parent (straight line).\n function positionTree(nodeId: string, centerPos: number): void {\n const c = centerMap.get(nodeId)!;\n if (isHorizontal) {\n c.cy = centerPos;\n } else {\n c.cx = centerPos;\n }\n const kids = childrenOf.get(nodeId);\n if (!kids || kids.length === 0) return;\n\n // Total span occupied by children\n let childrenTotalSpan = 0;\n for (const kid of kids) {\n childrenTotalSpan += subtreeSpan.get(kid) ?? 0;\n }\n childrenTotalSpan += (kids.length - 1) * nodesep;\n\n // Start from the top of the centered children block\n let cursor = centerPos - childrenTotalSpan / 2;\n for (const kid of kids) {\n const kidSpan = subtreeSpan.get(kid) ?? 0;\n positionTree(kid, cursor + kidSpan / 2);\n cursor += kidSpan + nodesep;\n }\n }\n\n // Position all root trees (connected and disconnected) in input order.\n let rootCursor = 0;\n for (const root of allRoots) {\n const span = subtreeSpan.get(root) ?? 0;\n positionTree(root, rootCursor + span / 2);\n rootCursor += span + nodesep;\n }\n\n // Build result array converting center-coords to React Flow top-left\n const result: N[] = [];\n for (const node of nodes) {\n const c = centerMap.get(node.id);\n if (!c) continue;\n result.push({\n ...node,\n targetPosition,\n sourcePosition,\n position: { x: c.cx - c.w / 2, y: c.cy - c.h / 2 },\n } as N);\n }\n\n return { nodes: result, edges: [...edges] };\n}\n","/**\n * Feature State Derivation\n *\n * Derives UI node state and progress from the Feature domain model\n * and its associated AgentRun status (mirrors CLI feat ls logic).\n */\n\nimport {\n SdlcLifecycle,\n AgentRunStatus,\n TaskState,\n NotificationEventType,\n} from '@shipit-ai/core/domain/generated';\nimport type { Feature, AgentRun } from '@shipit-ai/core/domain/generated';\nimport type { FeatureNodeState, FeatureLifecyclePhase } from './feature-node-state-config';\n\n/**\n * Derives the visual node state from a Feature and its optional AgentRun.\n *\n * Priority (mirrors CLI formatStatus):\n * 1. Agent waiting_approval → action-required\n * 2. Agent failed → error\n * 3. Agent interrupted/cancelled → error\n * 4. Agent completed + Maintain lifecycle → done\n * 5. Agent running/pending → running\n * 6. No agent run → fall back to plan tasks / lifecycle\n */\nexport function deriveNodeState(\n feature: Feature,\n agentRun?: AgentRun | null,\n options?: { isPidAlive?: boolean }\n): FeatureNodeState {\n // Deleting lifecycle takes top priority — feature is being removed\n if (feature.lifecycle === SdlcLifecycle.Deleting) {\n return 'deleting';\n }\n\n // Archived lifecycle — feature is hidden/dormant, takes priority over agent run\n if (feature.lifecycle === SdlcLifecycle.Archived) {\n return 'archived';\n }\n\n // Pending lifecycle — user-deferred, agent not yet spawned\n if (feature.lifecycle === SdlcLifecycle.Pending) {\n return 'pending';\n }\n\n // Blocked lifecycle takes priority — child waiting on parent regardless of agent run\n if (feature.lifecycle === SdlcLifecycle.Blocked) {\n return 'blocked';\n }\n\n if (agentRun) {\n switch (agentRun.status) {\n case AgentRunStatus.waitingApproval:\n return 'action-required';\n case AgentRunStatus.failed:\n return 'error';\n case AgentRunStatus.interrupted:\n case AgentRunStatus.cancelled:\n return 'error';\n case AgentRunStatus.completed:\n return 'done';\n case AgentRunStatus.running:\n case AgentRunStatus.pending:\n if (options?.isPidAlive === false) return 'error';\n return 'running';\n }\n }\n\n // No agent run — fall back to plan tasks\n if (feature.lifecycle === SdlcLifecycle.Maintain) {\n return 'done';\n }\n\n // Adopted branch with an open PR — needs user review/merge action\n if (feature.lifecycle === SdlcLifecycle.Review && !agentRun) {\n return 'action-required';\n }\n\n const tasks = feature.plan?.tasks;\n if (!tasks || tasks.length === 0) {\n return 'running';\n }\n\n if (tasks.some((t) => t.state === TaskState.Review)) {\n return 'action-required';\n }\n if (tasks.some((t) => t.state === TaskState.WIP)) {\n return 'running';\n }\n if (tasks.every((t) => t.state === TaskState.Done)) {\n return 'done';\n }\n\n return 'running';\n}\n\n/**\n * Derives progress percentage from Feature.plan.tasks.\n *\n * Returns the percentage of tasks in Done state.\n * Returns 100 for Maintain lifecycle, 0 if no plan.\n */\nexport function deriveProgress(feature: Feature): number {\n if (feature.lifecycle === SdlcLifecycle.Maintain) {\n return 100;\n }\n\n const tasks = feature.plan?.tasks;\n if (!tasks || tasks.length === 0) {\n return 0;\n }\n\n const doneCount = tasks.filter((t) => t.state === TaskState.Done).length;\n return Math.round((doneCount / tasks.length) * 100);\n}\n\n/** Maps a NotificationEventType to the corresponding FeatureNodeState for optimistic UI updates. */\nexport function mapEventTypeToState(eventType: NotificationEventType): FeatureNodeState {\n switch (eventType) {\n case NotificationEventType.AgentStarted:\n case NotificationEventType.PhaseCompleted:\n return 'running';\n case NotificationEventType.WaitingApproval:\n return 'action-required';\n case NotificationEventType.AgentCompleted:\n return 'done';\n case NotificationEventType.AgentFailed:\n case NotificationEventType.PrChecksFailed:\n return 'error';\n case NotificationEventType.PrMerged:\n case NotificationEventType.PrChecksPassed:\n return 'done';\n case NotificationEventType.PrClosed:\n return 'action-required';\n case NotificationEventType.PrBlocked:\n return 'blocked';\n case NotificationEventType.MergeReviewReady:\n return 'action-required';\n }\n}\n\n/** Map domain SdlcLifecycle enum values to UI FeatureLifecyclePhase. */\nexport const sdlcLifecycleMap: Record<string, FeatureLifecyclePhase> = {\n Requirements: 'requirements',\n Research: 'research',\n Implementation: 'implementation',\n Review: 'review',\n 'Deploy & QA': 'deploy',\n Maintain: 'maintain',\n Pending: 'pending',\n Archived: 'maintain',\n};\n\n/** Map agent graph node names (from agent_run.result or SSE phaseName) to UI lifecycle phases. */\nconst phaseNameToLifecycle: Record<string, FeatureLifecyclePhase> = {\n analyze: 'requirements',\n requirements: 'requirements',\n research: 'research',\n plan: 'implementation',\n implement: 'implementation',\n merge: 'review',\n maintain: 'maintain',\n blocked: 'requirements',\n pending: 'pending',\n archived: 'maintain',\n};\n\n/**\n * Derives the UI lifecycle phase from a Feature + AgentRun.\n * Shared by build-feature-node-data.ts and build-graph-nodes.ts.\n */\nexport function deriveLifecycle(feature: Feature, run: AgentRun | null): FeatureLifecyclePhase {\n if (run?.status === 'completed') return 'maintain';\n const agentNode = run?.result?.startsWith('node:') ? run.result.slice(5) : undefined;\n return (\n (agentNode ? phaseNameToLifecycle[agentNode] : undefined) ??\n sdlcLifecycleMap[feature.lifecycle] ??\n 'requirements'\n );\n}\n\nexport interface SseEventUpdate {\n featureId: string;\n state: FeatureNodeState | undefined;\n lifecycle: FeatureLifecyclePhase | undefined;\n eventType: NotificationEventType;\n phaseName?: string;\n}\n\n/**\n * Resolves state/lifecycle updates from a batch of SSE events, applying\n * the WaitingApproval batch-suppression rule: when WaitingApproval and\n * PhaseCompleted arrive in the same batch for a feature, PhaseCompleted\n * is fully suppressed to prevent lifecycle regression.\n */\nexport function resolveSseEventUpdates(\n events: readonly { featureId: string; eventType: NotificationEventType; phaseName?: string }[]\n): SseEventUpdate[] {\n const waitingApprovalFeatures = new Set(\n events\n .filter((e) => e.eventType === NotificationEventType.WaitingApproval)\n .map((e) => e.featureId)\n );\n\n return events.map((event) => {\n const isSuppressed =\n event.eventType === NotificationEventType.PhaseCompleted &&\n waitingApprovalFeatures.has(event.featureId);\n return {\n featureId: event.featureId,\n state: isSuppressed ? undefined : mapEventTypeToState(event.eventType),\n lifecycle: isSuppressed ? undefined : mapPhaseNameToLifecycle(event.phaseName),\n eventType: event.eventType,\n phaseName: event.phaseName,\n };\n });\n}\n\nexport function mapPhaseNameToLifecycle(\n phaseName: string | undefined\n): FeatureLifecyclePhase | undefined {\n if (!phaseName) return undefined;\n return phaseNameToLifecycle[phaseName];\n}\n","export type UUID = string;\n\n/**\n * Base model providing identity and timestamp fields for all domain entities\n */\nexport type BaseEntity = {\n /**\n * Unique identifier for this entity (UUID v4 format)\n */\n id: UUID;\n /**\n * Timestamp when this entity was created (read-only, set by system)\n */\n createdAt: Date;\n /**\n * Timestamp when this entity was last updated (read-only, set by system)\n */\n updatedAt: Date;\n};\n\n/**\n * Entity that supports soft deletion with a deletedAt timestamp\n */\nexport type SoftDeletableEntity = BaseEntity & {\n /**\n * Timestamp when this entity was soft-deleted (null if not deleted)\n */\n deletedAt?: Date;\n};\n\n/**\n * Entity with audit trail tracking who created and modified it\n */\nexport type AuditableEntity = BaseEntity & {\n /**\n * UUID of the user who created this entity (null for system-created)\n */\n createdBy?: UUID;\n /**\n * UUID of the user who last updated this entity (null for system-updated)\n */\n updatedBy?: UUID;\n};\n\n/**\n * Request model for conversational AI interactions\n */\nexport type AskRequest = {\n /**\n * The natural language query to be processed by the AI agent\n */\n query: string;\n};\n\n/**\n * Response model for conversational AI interactions\n */\nexport type AskResponse = {\n /**\n * The AI-generated response content (typically Markdown-formatted)\n */\n content: string;\n /**\n * Whether the operation completed successfully\n */\n success: boolean;\n};\n\n/**\n * Acceptance criterion for validating completion of an action item\n */\nexport type AcceptanceCriteria = BaseEntity & {\n /**\n * Description of what must be true for this criterion to be satisfied\n */\n description: string;\n /**\n * Whether this criterion has been verified as complete\n */\n verified: boolean;\n};\n\n/**\n * Granular, atomic step within a Task representing a single unit of work\n */\nexport type ActionItem = BaseEntity & {\n /**\n * Short name describing the action (verb-noun pattern recommended)\n */\n name: string;\n /**\n * Detailed description of the work to be performed\n */\n description: string;\n /**\n * Git branch name where this action item's work is performed\n */\n branch: string;\n /**\n * Action items that must complete before this one can start\n */\n dependsOn: ActionItem[];\n /**\n * Acceptance criteria for verifying completion of this action item\n */\n acceptanceCriteria: AcceptanceCriteria[];\n};\nexport enum ArtifactCategory {\n PRD = 'PRD',\n API = 'API',\n Design = 'Design',\n Other = 'Other',\n}\nexport enum ArtifactFormat {\n Markdown = 'md',\n Text = 'txt',\n Yaml = 'yaml',\n Other = 'Other',\n}\nexport enum ArtifactState {\n Todo = 'Todo',\n Elaborating = 'Elaborating',\n Done = 'Done',\n}\n\n/**\n * Generated document or file attached to a Feature\n */\nexport type Artifact = BaseEntity & {\n /**\n * Human-readable name identifying this artifact\n */\n name: string;\n /**\n * Type description providing additional context (e.g., 'documentation', 'api-spec')\n */\n type: string;\n /**\n * Category classification (PRD, API, Design, or Other)\n */\n category: ArtifactCategory;\n /**\n * File format for the artifact content\n */\n format: ArtifactFormat;\n /**\n * Brief summary of the artifact's content and purpose\n */\n summary: string;\n /**\n * Relative file path where the artifact is stored\n */\n path: string;\n /**\n * Current state in the artifact generation lifecycle\n */\n state: ArtifactState;\n};\nexport enum MessageRole {\n Assistant = 'assistant',\n User = 'user',\n}\n\n/**\n * A message in a conversation thread between user and AI assistant\n */\nexport type Message = BaseEntity & {\n /**\n * Role of the message sender (User or Assistant)\n */\n role: MessageRole;\n /**\n * The text content of the message\n */\n content: string;\n /**\n * Optional choices presented to the user for selection\n */\n options?: string[];\n /**\n * Optional user's freeform text answer\n */\n answer?: string;\n /**\n * Optional index of the selected option from the options array (0-based)\n */\n selectedOption?: number;\n};\nexport enum RequirementType {\n Functional = 'Functional',\n NonFunctional = 'NonFunctional',\n}\nexport enum ResearchState {\n NotStarted = 'NotStarted',\n Running = 'Running',\n Finished = 'Finished',\n}\n\n/**\n * A research topic exploration for gathering technical information\n */\nexport type Research = BaseEntity & {\n /**\n * The topic or subject being researched\n */\n topic: string;\n /**\n * Current state of the research activity (NotStarted, Running, Finished)\n */\n state: ResearchState;\n /**\n * Summary of research findings and recommendations\n */\n summary: string;\n /**\n * Artifacts produced during the research activity\n */\n artifacts: Artifact[];\n};\n\n/**\n * A user or inferred requirement attached to a feature\n */\nexport type Requirement = BaseEntity & {\n /**\n * URL-friendly short identifier for the requirement\n */\n slug: string;\n /**\n * The original user query that generated this requirement\n */\n userQuery: string;\n /**\n * Classification type of the requirement (Functional or NonFunctional)\n */\n type: RequirementType;\n /**\n * Research activities conducted to clarify or validate this requirement\n */\n researches: Research[];\n};\n\n/**\n * AI model configuration for the SDLC agent\n */\nexport type ModelConfiguration = {\n /**\n * Default model identifier for all agents\n */\n default: string;\n};\nexport enum Language {\n English = 'en',\n Russian = 'ru',\n Portuguese = 'pt',\n Spanish = 'es',\n Arabic = 'ar',\n Hebrew = 'he',\n French = 'fr',\n German = 'de',\n}\n\n/**\n * User profile information\n */\nexport type UserProfile = {\n /**\n * User's display name (optional)\n */\n name?: string;\n /**\n * User's email address (optional)\n */\n email?: string;\n /**\n * GitHub username (optional, for PR attribution)\n */\n githubUsername?: string;\n /**\n * Preferred UI language (default: English)\n */\n preferredLanguage?: Language;\n};\nexport enum EditorType {\n VsCode = 'vscode',\n Cursor = 'cursor',\n Windsurf = 'windsurf',\n Zed = 'zed',\n Antigravity = 'antigravity',\n}\nexport enum TerminalType {\n System = 'system',\n Warp = 'warp',\n ITerm2 = 'iterm2',\n Alacritty = 'alacritty',\n Kitty = 'kitty',\n}\n\n/**\n * Environment and tooling preferences\n */\nexport type EnvironmentConfig = {\n /**\n * Preferred code editor\n */\n defaultEditor: EditorType;\n /**\n * Preferred shell\n */\n shellPreference: string;\n /**\n * Preferred terminal emulator\n */\n terminalPreference: TerminalType;\n /**\n * Default directory for cloning GitHub repositories (e.g. ~/repos)\n */\n defaultCloneDirectory?: string;\n};\n\n/**\n * System configuration\n */\nexport type SystemConfig = {\n /**\n * CLI auto-update preference\n */\n autoUpdate: boolean;\n /**\n * Log level for CLI output\n */\n logLevel: string;\n};\n\n/**\n * Default approval gate settings for new features\n */\nexport type ApprovalGateDefaults = {\n /**\n * Auto-approve requirements phase (default: false)\n */\n allowPrd: boolean;\n /**\n * Auto-approve planning phase (default: false)\n */\n allowPlan: boolean;\n /**\n * Auto-approve merge phase (default: false)\n */\n allowMerge: boolean;\n /**\n * Push branch to remote on implementation complete (default: false)\n */\n pushOnImplementationComplete: boolean;\n};\n\n/**\n * Per-stage timeout overrides for the feature agent workflow (all values in milliseconds)\n */\nexport type StageTimeouts = {\n /**\n * Timeout for the analyze stage (default: 600000)\n */\n analyzeMs?: number;\n /**\n * Timeout for the requirements stage (default: 600000)\n */\n requirementsMs?: number;\n /**\n * Timeout for the research stage (default: 600000)\n */\n researchMs?: number;\n /**\n * Timeout for the plan stage (default: 600000)\n */\n planMs?: number;\n /**\n * Timeout for the implement stage (default: 600000)\n */\n implementMs?: number;\n /**\n * Timeout for the merge stage (default: 600000)\n */\n mergeMs?: number;\n};\n\n/**\n * Timeout overrides for the analyze-repository agent (all values in milliseconds)\n */\nexport type AnalyzeRepoTimeouts = {\n /**\n * Timeout for the repository analysis stage (default: 600000)\n */\n analyzeMs?: number;\n};\n\n/**\n * Global workflow configuration defaults\n */\nexport type WorkflowConfig = {\n /**\n * Create PR on implementation complete (default: false)\n */\n openPrOnImplementationComplete: boolean;\n /**\n * Default approval gate preferences for new features\n */\n approvalGateDefaults: ApprovalGateDefaults;\n /**\n * Enable CI watch/fix loop after push (default: true)\n */\n ciWatchEnabled: boolean;\n /**\n * Maximum number of CI fix/push/watch iterations before giving up (default: 3)\n */\n ciMaxFixAttempts?: number;\n /**\n * Timeout in milliseconds for watching a CI run (default: 600000 = 10 minutes)\n */\n ciWatchTimeoutMs?: number;\n /**\n * Maximum characters of CI failure logs to pass to the executor (default: 50000)\n */\n ciLogMaxChars?: number;\n /**\n * Poll interval in seconds for gh run watch (default: 30)\n */\n ciWatchPollIntervalSeconds?: number;\n /**\n * Per-stage timeout overrides for the feature agent (default: 600000 = 10 minutes per stage)\n */\n stageTimeouts?: StageTimeouts;\n /**\n * Timeout overrides for the analyze-repository agent (default: 600000 = 10 minutes)\n */\n analyzeRepoTimeouts?: AnalyzeRepoTimeouts;\n /**\n * Enable evidence collection after implementation (default: false)\n */\n enableEvidence: boolean;\n /**\n * Commit evidence to PR (default: false, requires enableEvidence)\n */\n commitEvidence: boolean;\n /**\n * Maximum number of evidence collection retry attempts when validation fails (default: 3)\n */\n evidenceRetries?: number;\n /**\n * Hide CI status badges from UI (default: true)\n */\n hideCiStatus?: boolean;\n /**\n * Default new features to fast mode (default: true)\n */\n defaultFastMode: boolean;\n /**\n * Minutes after completion before auto-archiving a feature (default: 10, 0 = disabled)\n */\n autoArchiveDelayMinutes?: number;\n};\nexport enum AgentType {\n ClaudeCode = 'claude-code',\n CodexCli = 'codex-cli',\n GeminiCli = 'gemini-cli',\n Aider = 'aider',\n Continue = 'continue',\n CopilotCli = 'copilot-cli',\n RovoDev = 'rovo-dev',\n Cursor = 'cursor',\n Dev = 'dev',\n}\nexport enum AgentAuthMethod {\n Session = 'session',\n Token = 'token',\n}\n\n/**\n * AI coding agent configuration\n */\nexport type AgentConfig = {\n /**\n * Selected AI coding agent\n */\n type: AgentType;\n /**\n * Authentication method for the agent\n */\n authMethod: AgentAuthMethod;\n /**\n * API token for token-based auth (optional)\n */\n token?: string;\n};\n\n/**\n * Notification channel enable/disable configuration\n */\nexport type NotificationChannelConfig = {\n /**\n * Whether this notification channel is enabled\n */\n enabled: boolean;\n};\n\n/**\n * Notification event type filters\n */\nexport type NotificationEventConfig = {\n /**\n * Notify when agent starts running\n */\n agentStarted: boolean;\n /**\n * Notify when agent completes a workflow phase\n */\n phaseCompleted: boolean;\n /**\n * Notify when agent is waiting for human approval\n */\n waitingApproval: boolean;\n /**\n * Notify when agent completes successfully\n */\n agentCompleted: boolean;\n /**\n * Notify when agent execution fails\n */\n agentFailed: boolean;\n /**\n * Notify when a pull request is merged on GitHub\n */\n prMerged: boolean;\n /**\n * Notify when a pull request is closed without merging on GitHub\n */\n prClosed: boolean;\n /**\n * Notify when pull request CI checks pass\n */\n prChecksPassed: boolean;\n /**\n * Notify when pull request CI checks fail\n */\n prChecksFailed: boolean;\n /**\n * Notify when pull request has merge conflicts\n */\n prBlocked: boolean;\n /**\n * Notify when feature is ready for merge review\n */\n mergeReviewReady: boolean;\n};\n\n/**\n * Notification preferences for agent lifecycle events\n */\nexport type NotificationPreferences = {\n /**\n * In-app toast notification channel (Sonner)\n */\n inApp: NotificationChannelConfig;\n /**\n * Browser push notification channel (Web Notifications API)\n */\n browser: NotificationChannelConfig;\n /**\n * Desktop OS notification channel (node-notifier)\n */\n desktop: NotificationChannelConfig;\n /**\n * Which event types trigger notifications\n */\n events: NotificationEventConfig;\n};\n\n/**\n * Feature flag toggles for runtime feature control\n */\nexport type FeatureFlags = {\n /**\n * Enable Skills navigation and functionality in the web UI\n */\n skills: boolean;\n /**\n * Enable environment deployment features in the web UI\n */\n envDeploy: boolean;\n /**\n * Enable debug UI elements and verbose client-side logging\n */\n debug: boolean;\n /**\n * Enable GitHub repository import in the web UI\n */\n githubImport: boolean;\n /**\n * Enable adopt branch feature to import existing branches as tracked features\n */\n adoptBranch: boolean;\n /**\n * Enable git rebase-on-main and sync-main operations in the web UI\n */\n gitRebaseSync: boolean;\n /**\n * Use the built-in React file manager instead of the native OS folder picker\n */\n reactFileManager: boolean;\n};\n\n/**\n * Interactive agent chat tab configuration\n */\nexport type InteractiveAgentConfig = {\n /**\n * Whether the interactive agent Chat tab is enabled (default: true)\n */\n enabled: boolean;\n /**\n * Idle timeout in minutes before auto-stopping the agent (default: 15, range: 1-120)\n */\n autoTimeoutMinutes: number;\n /**\n * Maximum number of concurrent active interactive sessions (default: 3)\n */\n maxConcurrentSessions: number;\n};\n\n/**\n * FAB (floating action button) layout configuration\n */\nexport type FabLayoutConfig = {\n /**\n * Swap Create and Chat FAB positions (default: false)\n */\n swapPosition: boolean;\n};\n\n/**\n * Global Shipit AI platform settings (singleton)\n */\nexport type Settings = BaseEntity & {\n /**\n * AI model configuration for different agents\n */\n models: ModelConfiguration;\n /**\n * User profile information\n */\n user: UserProfile;\n /**\n * Environment and tooling preferences\n */\n environment: EnvironmentConfig;\n /**\n * System-level parameters\n */\n system: SystemConfig;\n /**\n * AI coding agent selection and authentication\n */\n agent: AgentConfig;\n /**\n * Notification preferences for agent lifecycle events\n */\n notifications: NotificationPreferences;\n /**\n * Global workflow configuration defaults\n */\n workflow: WorkflowConfig;\n /**\n * Feature flag toggles for runtime feature control\n */\n featureFlags?: FeatureFlags;\n /**\n * Whether first-run onboarding has been completed (default: false)\n */\n onboardingComplete: boolean;\n /**\n * Interactive agent chat configuration (optional, defaults applied at runtime)\n */\n interactiveAgent?: InteractiveAgentConfig;\n /**\n * FAB layout configuration (optional, defaults applied at runtime)\n */\n fabLayout?: FabLayoutConfig;\n};\nexport enum TaskState {\n Todo = 'Todo',\n WIP = 'Work in Progress',\n Done = 'Done',\n Review = 'Review',\n}\n\n/**\n * A discrete unit of work within an implementation plan\n */\nexport type Task = BaseEntity & {\n /**\n * Optional human-readable title for the task\n */\n title?: string;\n /**\n * Optional detailed description of what the task entails\n */\n description?: string;\n /**\n * Tasks that must be completed before this task can begin\n */\n dependsOn: Task[];\n /**\n * Granular action items that comprise this task\n */\n actionItems: ActionItem[];\n /**\n * The base branch from which this task's working branch was created\n */\n baseBranch: string;\n /**\n * Current state of task execution (Todo, WIP, Review, Done)\n */\n state: TaskState;\n /**\n * Git branch where work for this task is performed\n */\n branch: string;\n};\n\n/**\n * A significant event in the feature's timeline tracking user interactions and milestones\n */\nexport type TimelineEvent = BaseEntity & {\n /**\n * The user query or action that triggered this timeline event\n */\n userQuery: string;\n /**\n * Timestamp when this event occurred (read-only, set by system)\n */\n timestamp: Date;\n};\nexport enum PlanState {\n Requirements = 'Requirements',\n ClarificationRequired = 'ClarificationRequired',\n Ready = 'Ready',\n}\n\n/**\n * Individual task representation within a Gantt chart visualization\n */\nexport type GanttTask = {\n /**\n * Unique identifier for the Gantt task\n */\n id: UUID;\n /**\n * Display name of the task shown in the Gantt chart\n */\n name: string;\n /**\n * Scheduled start time for the task\n */\n start: Date;\n /**\n * Scheduled end time for the task\n */\n end: Date;\n /**\n * IDs of tasks that this task depends on (must complete before this task can start)\n */\n dependencies: UUID[];\n /**\n * Completion progress as a fraction (0.0 = not started, 1.0 = complete)\n */\n progress: number;\n};\n\n/**\n * Container for Gantt chart visualization data including tasks and time bounds\n */\nexport type GanttViewData = {\n /**\n * Collection of tasks to display in the Gantt chart\n */\n tasks: GanttTask[];\n /**\n * Start date of the overall work plan (left boundary of the chart)\n */\n startDate: Date;\n /**\n * End date of the overall work plan (right boundary of the chart)\n */\n endDate: Date;\n};\n\n/**\n * Implementation plan for a feature containing tasks, artifacts, and requirements\n */\nexport type Plan = BaseEntity & {\n /**\n * High-level overview describing the implementation approach\n */\n overview: string;\n /**\n * User and inferred requirements that this plan addresses\n */\n requirements: Requirement[];\n /**\n * Documents and artifacts to be produced as part of this plan\n */\n artifacts: Artifact[];\n /**\n * Work items (tasks) that comprise this implementation plan\n */\n tasks: Task[];\n /**\n * Current state of the plan execution lifecycle\n */\n state: PlanState;\n /**\n * Optional Gantt chart visualization data for work scheduling\n */\n workPlan?: GanttViewData;\n};\nexport enum SdlcLifecycle {\n Started = 'Started',\n Analyze = 'Analyze',\n Requirements = 'Requirements',\n Research = 'Research',\n Planning = 'Planning',\n Implementation = 'Implementation',\n Review = 'Review',\n Maintain = 'Maintain',\n Blocked = 'Blocked',\n Pending = 'Pending',\n Deleting = 'Deleting',\n AwaitingUpstream = 'AwaitingUpstream',\n Archived = 'Archived',\n}\n\n/**\n * Configuration for human-in-the-loop approval gates\n */\nexport type ApprovalGates = {\n /**\n * Skip human review after requirements phase\n */\n allowPrd: boolean;\n /**\n * Skip human review after plan phase\n */\n allowPlan: boolean;\n /**\n * Skip human review after merge phase\n */\n allowMerge: boolean;\n};\nexport enum PrStatus {\n Open = 'Open',\n Merged = 'Merged',\n Closed = 'Closed',\n}\nexport enum CiStatus {\n Pending = 'Pending',\n Success = 'Success',\n Failure = 'Failure',\n}\n\n/**\n * Record of one CI fix attempt in the watch/fix loop\n */\nexport type CiFixRecord = {\n /**\n * 1-based attempt number\n */\n attempt: number;\n /**\n * ISO timestamp when this attempt started\n */\n startedAt: string;\n /**\n * First 500 chars of failure logs for this attempt\n */\n failureSummary: string;\n /**\n * Outcome of this attempt: fixed, failed, or timeout\n */\n outcome: string;\n};\n\n/**\n * Pull request tracking data for a feature\n */\nexport type PullRequest = {\n /**\n * GitHub PR URL\n */\n url: string;\n /**\n * GitHub PR number\n */\n number: number;\n /**\n * Current PR status\n */\n status: PrStatus;\n /**\n * Final commit SHA after push\n */\n commitHash?: string;\n /**\n * CI pipeline status\n */\n ciStatus?: CiStatus;\n /**\n * Number of CI fix attempts made\n */\n ciFixAttempts?: number;\n /**\n * History of CI fix attempts\n */\n ciFixHistory?: CiFixRecord[];\n /**\n * Whether the PR can be merged (false = merge conflicts)\n */\n mergeable?: boolean;\n /**\n * URL of the PR created on the upstream repo (fork-and-PR flow only)\n */\n upstreamPrUrl?: string;\n /**\n * PR number on the upstream repo\n */\n upstreamPrNumber?: number;\n /**\n * Status of the upstream PR\n */\n upstreamPrStatus?: PrStatus;\n};\n\n/**\n * File attachment metadata for a feature (value object, embedded in Feature)\n */\nexport type Attachment = {\n /**\n * Unique identifier for this attachment (UUID v4)\n */\n id: UUID;\n /**\n * Original filename of the attached file\n */\n name: string;\n /**\n * File size in bytes\n */\n size: bigint;\n /**\n * MIME type of the file (e.g. image/png, application/pdf)\n */\n mimeType: string;\n /**\n * File path relative to the repository root\n */\n path: string;\n /**\n * Timestamp when the attachment was created\n */\n createdAt: Date;\n /**\n * Optional user notes or annotations for this attachment\n */\n notes?: string;\n};\n\n/**\n * Central entity tracking a piece of work through the SDLC lifecycle (Aggregate Root)\n */\nexport type Feature = SoftDeletableEntity & {\n /**\n * Human-readable name identifying this feature\n */\n name: string;\n /**\n * The exact user input that initiated this feature, preserved verbatim\n */\n userQuery: string;\n /**\n * URL-friendly identifier derived from name (unique within repository)\n */\n slug: string;\n /**\n * Detailed description explaining the feature's purpose and scope\n */\n description: string;\n /**\n * Absolute file system path to the repository\n */\n repositoryPath: string;\n /**\n * Git branch name where this feature's work is performed\n */\n branch: string;\n /**\n * Current stage in the SDLC lifecycle\n */\n lifecycle: SdlcLifecycle;\n /**\n * Conversation history with the AI assistant\n */\n messages: Message[];\n /**\n * Implementation plan containing tasks, artifacts, and requirements (optional)\n */\n plan?: Plan;\n /**\n * Generated documents and artifacts attached to this feature\n */\n relatedArtifacts: Artifact[];\n /**\n * Associated agent run ID for process tracking (optional)\n */\n agentRunId?: string;\n /**\n * Absolute path to the feature spec directory inside the worktree\n */\n specPath?: string;\n /**\n * ID of the Repository entity this feature belongs to\n */\n repositoryId?: UUID;\n /**\n * When true, SDLC phases were skipped and the feature was implemented directly from the prompt\n */\n fast: boolean;\n /**\n * Push branch to remote after implementation (default: false)\n */\n push: boolean;\n /**\n * Create PR after implementation (default: false)\n */\n openPr: boolean;\n /**\n * Fork repo and create PR to upstream at merge time (default: false)\n */\n forkAndPr: boolean;\n /**\n * Commit specs/evidences into the repo (defaults false when forkAndPr is enabled)\n */\n commitSpecs: boolean;\n /**\n * Enable CI watch/fix loop after push (default: true)\n */\n ciWatchEnabled: boolean;\n /**\n * Enable evidence collection after implementation (default: false)\n */\n enableEvidence: boolean;\n /**\n * Commit evidence to PR (default: false, requires enableEvidence)\n */\n commitEvidence: boolean;\n /**\n * Approval gates configuration (embedded value object)\n */\n approvalGates: ApprovalGates;\n /**\n * Absolute path to the git worktree for this feature\n */\n worktreePath?: string;\n /**\n * Pull request data (null until PR created)\n */\n pr?: PullRequest;\n /**\n * Parent feature ID for dependency tracking (optional)\n */\n parentId?: UUID;\n /**\n * Lifecycle state prior to archiving, used to restore on unarchive (only set when lifecycle is Archived)\n */\n previousLifecycle?: SdlcLifecycle;\n /**\n * Files attached by the user when creating or messaging this feature\n */\n attachments?: Attachment[];\n};\n\n/**\n * External link with title and URL\n */\nexport type RelatedLink = {\n /**\n * Human-readable title describing the linked resource\n */\n title: string;\n /**\n * URL to the external documentation, reference, or resource\n */\n url: string;\n};\n\n/**\n * Option for resolving an open question\n */\nexport type QuestionOption = {\n /**\n * The option text describing the potential approach or answer\n */\n option: string;\n /**\n * Description explaining this option's benefits and approach\n */\n description: string;\n /**\n * Whether this option was the one ultimately selected\n */\n selected: boolean;\n};\n\n/**\n * Open question with resolution via options or direct answer\n */\nexport type OpenQuestion = {\n /**\n * The question text that needs to be answered\n */\n question: string;\n /**\n * Whether this question has been resolved (false = blocking)\n */\n resolved: boolean;\n /**\n * Structured options for resolving this question (spec.yaml pattern)\n */\n options?: QuestionOption[];\n /**\n * Rationale explaining which option was selected and why\n */\n selectionRationale?: string;\n /**\n * Free-text answer or resolution (research.yaml pattern)\n */\n answer?: string;\n};\n\n/**\n * Base entity for spec artifacts with common metadata fields\n */\nexport type SpecArtifactBase = BaseEntity & {\n /**\n * Artifact title / feature name\n */\n name: string;\n /**\n * Short description of the artifact's purpose\n */\n summary: string;\n /**\n * Raw Markdown body containing the human-written spec content\n */\n content: string;\n /**\n * Key technologies mentioned or evaluated in this artifact\n */\n technologies: string[];\n /**\n * References to other spec IDs (e.g., '008-agent-configuration')\n */\n relatedFeatures: string[];\n /**\n * URLs to external documentation, references, or comparisons\n */\n relatedLinks: RelatedLink[];\n /**\n * Structured open questions for validation gate checks\n */\n openQuestions: OpenQuestion[];\n};\n\n/**\n * Technology or approach decision with rationale\n */\nexport type TechDecision = {\n /**\n * Title or name of the decision being made\n */\n title: string;\n /**\n * The chosen technology, library, or approach\n */\n chosen: string;\n /**\n * Alternative options that were considered but rejected\n */\n rejected: string[];\n /**\n * Rationale explaining why the chosen option was selected\n */\n rationale: string;\n};\n\n/**\n * Rejection feedback entry for iteration tracking\n */\nexport type RejectionFeedbackEntry = {\n /**\n * Iteration number (1-based)\n */\n iteration: number;\n /**\n * User's feedback message explaining what needs to change\n */\n message: string;\n /**\n * Which phase was rejected (e.g. 'requirements', 'plan')\n */\n phase?: string;\n /**\n * When the rejection occurred\n */\n timestamp: Date;\n /**\n * File attachment paths included with the rejection feedback\n */\n attachments?: string[];\n};\n\n/**\n * Implementation phase grouping related tasks\n */\nexport type PlanPhase = {\n /**\n * Unique identifier for this phase (e.g., 'phase-1')\n */\n id: string;\n /**\n * Display name of the phase\n */\n name: string;\n /**\n * Description of what this phase accomplishes and why it's ordered this way\n */\n description?: string;\n /**\n * Whether tasks in this phase can be executed in parallel\n */\n parallel: boolean;\n /**\n * Task IDs belonging to this phase (e.g., ['task-1', 'task-2']). Optional — not present in plan.yaml phases.\n */\n taskIds?: string[];\n};\n\n/**\n * Test-Driven Development cycle phases for a task\n */\nexport type TddCycle = {\n /**\n * RED phase: tests to write FIRST (before implementation)\n */\n red: string[];\n /**\n * GREEN phase: minimal implementation to pass tests\n */\n green: string[];\n /**\n * REFACTOR phase: code improvements while keeping tests green\n */\n refactor: string[];\n};\n\n/**\n * Task definition within a spec's task breakdown\n */\nexport type SpecTask = {\n /**\n * Unique identifier for this task (e.g., 'task-1')\n */\n id: string;\n /**\n * ID of the phase this task belongs to (e.g., 'phase-1')\n */\n phaseId: string;\n /**\n * Task title or name\n */\n title: string;\n /**\n * Detailed description of what this task accomplishes\n */\n description: string;\n /**\n * Current state of the task\n */\n state: TaskState;\n /**\n * IDs of other SpecTasks that must complete before this task starts\n */\n dependencies: string[];\n /**\n * List of acceptance criteria that define task completion\n */\n acceptanceCriteria: string[];\n /**\n * TDD cycle definition for this task (if applicable)\n */\n tdd?: TddCycle;\n /**\n * Estimated effort (e.g., '2 hours', '1 day')\n */\n estimatedEffort: string;\n};\n\n/**\n * Feature specification artifact (PRD) defining requirements and scope\n */\nexport type FeatureArtifact = SpecArtifactBase & {\n /**\n * Spec number (e.g., 11 for spec 011)\n */\n number: number;\n /**\n * Git branch name for this feature (e.g., 'feat/011-feature-name')\n */\n branch: string;\n /**\n * One-line description of the feature\n */\n oneLiner: string;\n /**\n * Current phase in the SDLC lifecycle\n */\n phase: SdlcLifecycle;\n /**\n * Size estimate: XS, S, M, L, or XL\n */\n sizeEstimate: string;\n /**\n * Rejection feedback history for PRD iterations (append-only)\n */\n rejectionFeedback?: RejectionFeedbackEntry[];\n};\n\n/**\n * Research artifact documenting technical analysis and decisions\n */\nexport type ResearchArtifact = SpecArtifactBase & {\n /**\n * Structured technology decisions with rationale\n */\n decisions: TechDecision[];\n};\n\n/**\n * Technical implementation plan artifact defining strategy and file changes\n */\nexport type TechnicalPlanArtifact = SpecArtifactBase & {\n /**\n * Structured implementation phases\n */\n phases: PlanPhase[];\n /**\n * New files planned to be created\n */\n filesToCreate: string[];\n /**\n * Existing files planned to be modified\n */\n filesToModify: string[];\n};\n\n/**\n * Task breakdown artifact defining implementation tasks grouped into phases\n */\nexport type TasksArtifact = SpecArtifactBase & {\n /**\n * Structured task list with acceptance criteria and TDD phases\n */\n tasks: SpecTask[];\n /**\n * Overall effort estimate for all tasks combined\n */\n totalEstimate: string;\n};\n\n/**\n * Feature identity metadata in feature.yaml\n */\nexport type FeatureIdentity = {\n /**\n * Feature ID slug (e.g., '012-autonomous-pr-review-loop')\n */\n id: string;\n /**\n * Human-readable feature name\n */\n name: string;\n /**\n * Feature number (e.g., 12)\n */\n number: number;\n /**\n * Git branch for this feature\n */\n branch: string;\n /**\n * Current lifecycle phase (e.g., 'research', 'implementation', 'complete')\n */\n lifecycle: string;\n /**\n * When the feature was created\n */\n createdAt: string;\n};\n\n/**\n * Task completion progress counters\n */\nexport type FeatureStatusProgress = {\n /**\n * Number of completed tasks\n */\n completed: number;\n /**\n * Total number of tasks\n */\n total: number;\n /**\n * Completion percentage (0-100)\n */\n percentage: number;\n};\n\n/**\n * Feature execution status\n */\nexport type FeatureStatusInfo = {\n /**\n * Current SDLC phase\n */\n phase: string;\n /**\n * Phases that have been completed\n */\n completedPhases?: string[];\n /**\n * Task completion progress\n */\n progress: FeatureStatusProgress;\n /**\n * ID of the task currently being executed (null if none)\n */\n currentTask?: string;\n /**\n * ISO timestamp of last status update\n */\n lastUpdated: string;\n /**\n * Agent or skill that last updated the status\n */\n lastUpdatedBy: string;\n};\n\n/**\n * Validation gate results\n */\nexport type FeatureValidation = {\n /**\n * ISO timestamp of last validation run (null if never run)\n */\n lastRun?: string;\n /**\n * Names of validation gates that passed\n */\n gatesPassed: string[];\n /**\n * Descriptions of auto-fixes that were applied\n */\n autoFixesApplied: string[];\n};\n\n/**\n * Task execution tracking state\n */\nexport type FeatureTaskTracking = {\n /**\n * ID of the task currently being worked on (null if none)\n */\n current?: string;\n /**\n * IDs of tasks blocked by unmet dependencies\n */\n blocked: string[];\n /**\n * IDs of tasks that failed execution\n */\n failed: string[];\n};\n\n/**\n * Milestone checkpoint for phase completion\n */\nexport type FeatureCheckpoint = {\n /**\n * Phase name (e.g., 'feature-created', 'research-complete')\n */\n phase: string;\n /**\n * ISO timestamp when this checkpoint was reached\n */\n completedAt: string;\n /**\n * Agent or skill that completed this phase\n */\n completedBy: string;\n};\n\n/**\n * Error tracking for feature execution\n */\nexport type FeatureErrors = {\n /**\n * Current error message (null if no active error)\n */\n current?: string;\n /**\n * History of past error messages\n */\n history: string[];\n};\n\n/**\n * Feature status tracking artifact (feature.yaml)\n */\nexport type FeatureStatus = BaseEntity & {\n /**\n * Feature identity metadata\n */\n feature: FeatureIdentity;\n /**\n * Current execution status and progress\n */\n status: FeatureStatusInfo;\n /**\n * PR URL if a pull request has been created\n */\n prUrl?: string;\n /**\n * ISO timestamp when the feature was merged\n */\n mergedAt?: string;\n /**\n * Validation gate results\n */\n validation: FeatureValidation;\n /**\n * Task execution tracking\n */\n tasks: FeatureTaskTracking;\n /**\n * Milestone checkpoints recording phase completions\n */\n checkpoints: FeatureCheckpoint[];\n /**\n * Error tracking state\n */\n errors: FeatureErrors;\n};\nexport enum ToolType {\n VsCode = 'vscode',\n Cursor = 'cursor',\n Windsurf = 'windsurf',\n Zed = 'zed',\n Antigravity = 'antigravity',\n CursorCli = 'cursor-cli',\n ClaudeCode = 'claude-code',\n}\n\n/**\n * IDE or CLI tool entity with installation tracking\n */\nexport type Tool = BaseEntity & {\n /**\n * Display name of the tool\n */\n toolName: string;\n /**\n * Tool type classification\n */\n type: ToolType;\n /**\n * Installed version number\n */\n installedVersion?: string;\n /**\n * Tool installation timestamp\n */\n installedAt?: Date;\n};\nexport enum NotificationEventType {\n AgentStarted = 'agent_started',\n PhaseCompleted = 'phase_completed',\n WaitingApproval = 'waiting_approval',\n AgentCompleted = 'agent_completed',\n AgentFailed = 'agent_failed',\n PrMerged = 'pr_merged',\n PrClosed = 'pr_closed',\n PrChecksPassed = 'pr_checks_passed',\n PrChecksFailed = 'pr_checks_failed',\n PrBlocked = 'pr_blocked',\n MergeReviewReady = 'merge_review_ready',\n}\nexport enum NotificationSeverity {\n Info = 'info',\n Warning = 'warning',\n Success = 'success',\n Error = 'error',\n}\n\n/**\n * Notification event emitted for agent lifecycle transitions\n */\nexport type NotificationEvent = {\n /**\n * Type of lifecycle event\n */\n eventType: NotificationEventType;\n /**\n * ID of the agent run that triggered this event\n */\n agentRunId: string;\n /**\n * ID of the feature that triggered this event\n */\n featureId: string;\n /**\n * Human-readable feature name\n */\n featureName: string;\n /**\n * Phase name (only for phaseCompleted events)\n */\n phaseName?: string;\n /**\n * Human-readable event description\n */\n message: string;\n /**\n * Display severity for notification rendering\n */\n severity: NotificationSeverity;\n /**\n * When the event occurred\n */\n timestamp: Date;\n};\n\n/**\n * A code repository tracked by the Shipit AI platform\n */\nexport type Repository = SoftDeletableEntity & {\n /**\n * Human-readable name for the repository (typically the directory name)\n */\n name: string;\n /**\n * Absolute file system path to the repository root (unique)\n */\n path: string;\n /**\n * Remote GitHub URL this repository was cloned from (normalized: lowercase, no .git suffix)\n */\n remoteUrl?: string;\n};\n\n/**\n * Single installation suggestion for a tool\n */\nexport type InstallationSuggestion = {\n /**\n * Package manager or installation method\n */\n packageManager: string;\n /**\n * Installation command\n */\n command: string;\n /**\n * Official documentation URL\n */\n documentationUrl: string;\n /**\n * Additional notes for installation\n */\n notes?: string;\n};\n\n/**\n * Installation status and suggestions for a tool\n */\nexport type ToolInstallationStatus = {\n /**\n * Current installation status\n */\n status: 'available' | 'missing' | 'error';\n /**\n * Tool name\n */\n toolName: string;\n /**\n * Error message if status is error\n */\n errorMessage?: string;\n /**\n * Installation suggestions\n */\n suggestions?: InstallationSuggestion[];\n};\n\n/**\n * Executable installation command for a tool\n */\nexport type ToolInstallCommand = {\n /**\n * Shell command string to execute\n */\n command: string;\n /**\n * Target platform identifier\n */\n platform: string;\n /**\n * Execution timeout in milliseconds\n */\n timeout: number;\n /**\n * Tool name\n */\n toolName: string;\n /**\n * Package manager identifier\n */\n packageManager: string;\n};\nexport enum EvidenceType {\n Screenshot = 'Screenshot',\n Video = 'Video',\n TestOutput = 'TestOutput',\n TerminalRecording = 'TerminalRecording',\n}\n\n/**\n * Record of evidence captured to prove task completion\n */\nexport type Evidence = {\n /**\n * Category of evidence captured\n */\n type: EvidenceType;\n /**\n * ISO 8601 timestamp when the evidence was captured\n */\n capturedAt: string;\n /**\n * Human-readable description of what this evidence proves\n */\n description: string;\n /**\n * Path relative to repo root for GitHub rendering\n */\n relativePath: string;\n /**\n * Optional reference to the task this evidence proves\n */\n taskRef?: string;\n};\nexport enum AgentStatus {\n Idle = 'Idle',\n Running = 'Running',\n Paused = 'Paused',\n Stopped = 'Stopped',\n}\n\n/**\n * A running agent instance that processes work and responds to queries\n */\nexport type AgentInstance = {\n /**\n * Unique identifier for this agent instance\n */\n id: UUID;\n /**\n * Git branch this agent is operating on for code changes\n */\n branch: string;\n /**\n * Current operational status of the agent (Idle, Running, Paused, or Stopped)\n */\n status: AgentStatus;\n /**\n * Timestamp when this agent instance was created\n */\n createdAt: Date;\n};\n\n/**\n * Deployment target wrapping a single ActionItem for granular deployments\n */\nexport type DeployTargetActionItem = {\n /**\n * Discriminator indicating this is an action item target\n */\n kind: 'actionItem';\n /**\n * The action item to deploy - represents an atomic unit of work\n */\n actionItem: ActionItem;\n};\n\n/**\n * Deployment target wrapping a single Task for task-level deployments\n */\nexport type DeployTargetTask = {\n /**\n * Discriminator indicating this is a task target\n */\n kind: 'task';\n /**\n * The task to deploy - includes all action items within the task\n */\n task: Task;\n};\n\n/**\n * Deployment target wrapping multiple Tasks for batch deployments\n */\nexport type DeployTargetTasks = {\n /**\n * Discriminator indicating this is a multi-task target\n */\n kind: 'tasks';\n /**\n * The tasks to deploy - enables batch deployment of related work\n */\n tasks: Task[];\n};\nexport enum FeatureAgentState {\n GatheringRequirements = 'GatheringRequirements',\n ClarificationsRequired = 'ClarificationsRequired',\n DoingResearch = 'DoingResearch',\n AwaitingReview = 'AwaitingReview',\n ExecutingWorkPlan = 'ExecutingWorkPlan',\n Ready = 'Ready',\n}\n\n/**\n * Main orchestrating agent - the 'brain' that manages the complete SDLC workflow for a feature\n */\nexport type FeatureAgent = {\n /**\n * Unique identifier for this feature agent instance\n */\n id: UUID;\n /**\n * The feature being managed by this agent throughout its lifecycle\n */\n feature: Feature;\n /**\n * Sub-agents spawned to handle specific tasks within the workflow\n */\n agents: AgentInstance[];\n /**\n * Current operational state determining what the agent is doing\n */\n state: FeatureAgentState;\n /**\n * Timestamp when this feature agent was created\n */\n createdAt: Date;\n};\n\n/**\n * Agent for handling local deployment of features, tasks, or action items\n */\nexport type LocalDeployAgent = {\n /**\n * Unique identifier for this deployment agent instance\n */\n id: UUID;\n /**\n * URL where the deployment is accessible once available (null before deployment)\n */\n url?: string;\n /**\n * Timestamp when this deployment agent was created\n */\n createdAt: Date;\n};\nexport enum PortProtocol {\n TCP = 'TCP',\n UDP = 'UDP',\n}\n\n/**\n * Port mapping configuration for exposing container services to the network\n */\nexport type PortMap = {\n /**\n * Service name identifier (e.g., 'web', 'api', 'db', 'redis')\n */\n name: string;\n /**\n * Port number to expose on the host or container network\n */\n port: number;\n /**\n * Network protocol for the port (defaults to TCP if not specified)\n */\n protocol?: PortProtocol;\n};\nexport enum DeployMethod {\n DockerCompose = 'DockerCompose',\n Docker = 'Docker',\n Kubernetes = 'Kubernetes',\n Script = 'Script',\n Manual = 'Manual',\n}\n\n/**\n * Configuration defining how to deploy an application with method and instructions\n */\nexport type DeploySkill = {\n /**\n * Unique identifier for the deployment skill configuration\n */\n id: UUID;\n /**\n * List of port mappings for services to expose when deployed\n */\n ports: PortMap[];\n /**\n * Method to use for deployment (DockerCompose, Docker, Kubernetes, Script, or Manual)\n */\n method: DeployMethod;\n /**\n * Deployment instructions or commands to execute for this deployment method\n */\n instructions: string;\n /**\n * Timestamp when the deployment skill was created\n */\n createdAt: Date;\n};\nexport enum DeploymentState {\n Booting = 'Booting',\n Ready = 'Ready',\n Stopped = 'Stopped',\n}\n\n/**\n * A running deployment instance with network configuration and lifecycle management\n */\nexport type Deployment = {\n /**\n * Unique identifier for the deployment instance\n */\n id: UUID;\n /**\n * Current state of the deployment (Booting, Ready, or Stopped)\n */\n state: DeploymentState;\n /**\n * URL where the deployment is accessible (e.g., 'http://localhost:30100/' or 'http://172.33.0.20:5173')\n */\n url: string;\n /**\n * List of port mappings for services exposed by this deployment\n */\n ports: PortMap[];\n /**\n * Timestamp when the deployment was created\n */\n createdAt: Date;\n /**\n * Timestamp when the deployment was stopped (only present when state is Stopped)\n */\n stoppedAt?: Date;\n};\nexport enum AgentRunStatus {\n pending = 'pending',\n running = 'running',\n completed = 'completed',\n failed = 'failed',\n interrupted = 'interrupted',\n cancelled = 'cancelled',\n waitingApproval = 'waiting_approval',\n}\n\n/**\n * Agent execution run record\n */\nexport type AgentRun = BaseEntity & {\n /**\n * Agent executor type used (claude-code, gemini-cli, etc.)\n */\n agentType: AgentType;\n /**\n * Agent workflow name (analyze-repository, requirements, etc.)\n */\n agentName: string;\n /**\n * Current execution status\n */\n status: AgentRunStatus;\n /**\n * Input prompt sent to agent executor\n */\n prompt: string;\n /**\n * Final result output (optional, populated on completion)\n */\n result?: string;\n /**\n * Executor session ID for resumption (optional)\n */\n sessionId?: string;\n /**\n * LangGraph thread_id for checkpoint lookup and crash resume\n */\n threadId: string;\n /**\n * Process ID for crash recovery (optional)\n */\n pid?: number;\n /**\n * Last heartbeat timestamp for crash detection (optional)\n */\n lastHeartbeat?: Date;\n /**\n * Execution start timestamp (optional)\n */\n startedAt?: Date;\n /**\n * Execution completion timestamp (optional)\n */\n completedAt?: Date;\n /**\n * Error message if execution failed (optional)\n */\n error?: string;\n /**\n * Associated feature ID for feature agent runs (optional)\n */\n featureId?: string;\n /**\n * Repository path for context scoping (optional)\n */\n repositoryPath?: string;\n /**\n * Approval gate configuration for human-in-the-loop review (optional)\n */\n approvalGates?: ApprovalGates;\n /**\n * LLM model identifier used for this run (optional, set at creation)\n */\n modelId?: string;\n};\n\n/**\n * Streaming event emitted during agent execution\n */\nexport type AgentRunEvent = {\n /**\n * Event type: progress, result, or error\n */\n type: 'progress' | 'result' | 'error';\n /**\n * Event content\n */\n content: string;\n /**\n * Event timestamp\n */\n timestamp: Date;\n};\n\n/**\n * Agent workflow registration metadata\n */\nexport type AgentDefinition = {\n /**\n * Unique agent workflow name (e.g., analyze-repository)\n */\n name: string;\n /**\n * Human-readable description of what this agent does\n */\n description: string;\n};\nexport type float = any;\nexport type float64 = float;\n\n/**\n * Execution record for a single agent graph node. Tracks timing, prompt, token usage, and outcome.\n */\nexport type PhaseTiming = BaseEntity & {\n /**\n * Agent run this timing belongs to\n */\n agentRunId: string;\n /**\n * Graph node name: analyze, requirements, research, plan, implement\n */\n phase: string;\n /**\n * When the phase started executing\n */\n startedAt: Date;\n /**\n * When the phase finished executing (null if still running)\n */\n completedAt?: Date;\n /**\n * Duration in milliseconds (computed on completion)\n */\n durationMs?: bigint;\n /**\n * When the phase started waiting for user approval (null if no approval needed)\n */\n waitingApprovalAt?: Date;\n /**\n * Duration in milliseconds the phase waited for user approval (null if no approval needed)\n */\n approvalWaitMs?: bigint;\n /**\n * The composed prompt sent to the agent for this phase\n */\n prompt?: string;\n /**\n * Model identifier used for this phase execution\n */\n modelId?: string;\n /**\n * Agent executor type: claude-code, cursor, gemini-cli\n */\n agentType?: string;\n /**\n * Number of input tokens consumed (prompt + context)\n */\n inputTokens?: bigint;\n /**\n * Number of output tokens generated by the agent\n */\n outputTokens?: bigint;\n /**\n * Tokens used to populate the prompt cache (cache misses)\n */\n cacheCreationInputTokens?: bigint;\n /**\n * Tokens served from the prompt cache (cache hits)\n */\n cacheReadInputTokens?: bigint;\n /**\n * Estimated cost in USD for this phase execution\n */\n costUsd?: float64;\n /**\n * Number of agentic turns (tool-call round-trips) in this phase\n */\n numTurns?: number;\n /**\n * Time spent waiting for the API (excludes tool execution)\n */\n durationApiMs?: bigint;\n /**\n * Execution outcome: success, error, timeout, interrupted\n */\n exitCode?: string;\n /**\n * Error details when exitCode is not success\n */\n errorMessage?: string;\n};\n\n/**\n * Change to a question's selected option during PRD review\n */\nexport type QuestionSelectionChange = {\n /**\n * ID of the open question being changed (the question text)\n */\n questionId: string;\n /**\n * The option text that the user selected\n */\n selectedOption: string;\n};\n\n/**\n * Payload sent when user approves a PRD with optional selection changes\n */\nexport type PrdApprovalPayload = {\n /**\n * Always true for approval payloads\n */\n approved: boolean;\n /**\n * List of selection changes the user made during review (empty if no changes)\n */\n changedSelections?: QuestionSelectionChange[];\n};\n\n/**\n * Payload sent when user rejects a PRD with feedback for iteration\n */\nexport type PrdRejectionPayload = {\n /**\n * Always true for rejection payloads\n */\n rejected: boolean;\n /**\n * User's feedback explaining what needs to change\n */\n feedback: string;\n /**\n * Iteration number (1-based, derived from PhaseTiming row count)\n */\n iteration: number;\n /**\n * File attachment paths included with the rejection feedback\n */\n attachments?: string[];\n};\n\n/**\n * A single question with its options as presented in the review TUI\n */\nexport type ReviewQuestion = {\n /**\n * The question text\n */\n question: string;\n /**\n * Available options with selection state\n */\n options: QuestionOption[];\n /**\n * The option text that was selected by the user\n */\n selectedOption: string;\n /**\n * Whether the user changed the selection from the AI default\n */\n changed: boolean;\n};\n\n/**\n * Result of the PRD review TUI interaction\n */\nexport type PrdReviewResult = {\n /**\n * All questions with their final selection state\n */\n questions: ReviewQuestion[];\n /**\n * User action: approve or reject\n */\n action: string;\n /**\n * Rejection feedback (only present when action is 'reject')\n */\n feedback?: string;\n};\n\n/**\n * A single message within an agent provider CLI session\n */\nexport type AgentSessionMessage = {\n /**\n * Provider-native message UUID\n */\n uuid: string;\n /**\n * Message role — user turn or assistant turn\n */\n role: 'user' | 'assistant';\n /**\n * Normalized message content as plain text (tool calls and thinking blocks excluded)\n */\n content: string;\n /**\n * Timestamp when the message was recorded\n */\n timestamp: Date;\n};\n\n/**\n * An agent provider CLI session (conversation record read from provider local storage)\n */\nexport type AgentSession = BaseEntity & {\n /**\n * Agent executor type that owns this session (e.g. claude-code)\n */\n agentType: AgentType;\n /**\n * Tilde-abbreviated working directory path for the session (e.g. ~/repos/my-project)\n */\n projectPath: string;\n /**\n * Total number of user and assistant messages in the session\n */\n messageCount: number;\n /**\n * Truncated first user message text used as a session summary preview (optional)\n */\n preview?: string;\n /**\n * Conversation messages — populated only in the detail view (shipit-ai session show)\n */\n messages?: AgentSessionMessage[];\n /**\n * Timestamp of the first message in the session (optional)\n */\n firstMessageAt?: Date;\n /**\n * Timestamp of the most recent message in the session (optional)\n */\n lastMessageAt?: Date;\n};\nexport enum InteractiveSessionStatus {\n booting = 'booting',\n ready = 'ready',\n stopped = 'stopped',\n error = 'error',\n}\n\n/**\n * Per-feature interactive agent session record\n */\nexport type InteractiveSession = BaseEntity & {\n /**\n * Polymorphic scope key: feature UUID, 'repo-<id>', or 'global'. Future: rename to scopeId + scopeType.\n */\n featureId: UUID;\n /**\n * Current lifecycle status of the interactive session\n */\n status: InteractiveSessionStatus;\n /**\n * Timestamp when the agent process was spawned\n */\n startedAt: Date;\n /**\n * Timestamp when the session ended (null if still active)\n */\n stoppedAt?: Date;\n /**\n * Timestamp of last user message or agent stdout activity\n */\n lastActivityAt: Date;\n};\nexport enum InteractiveMessageRole {\n user = 'user',\n assistant = 'assistant',\n}\n\n/**\n * A single chat message in a per-feature interactive agent session\n */\nexport type InteractiveMessage = BaseEntity & {\n /**\n * Polymorphic scope key: feature UUID, 'repo-<id>', or 'global'. Future: rename to scopeId + scopeType.\n */\n featureId: string;\n /**\n * Session ID during which this message was sent (optional)\n */\n sessionId?: string;\n /**\n * Author role: user or assistant\n */\n role: InteractiveMessageRole;\n /**\n * Full message content (finalised after streaming for assistant messages)\n */\n content: string;\n};\n\n/**\n * A selectable option within a PRD questionnaire question\n */\nexport type PrdOption = {\n /**\n * Unique identifier for this option\n */\n id: string;\n /**\n * Display label for this option\n */\n label: string;\n /**\n * Explanation of why this option is relevant\n */\n rationale: string;\n /**\n * Whether this option is recommended by AI analysis\n */\n recommended?: boolean;\n /**\n * Whether this option was newly added after refinement\n */\n isNew?: boolean;\n};\n\n/**\n * A single question in the PRD questionnaire with selectable options\n */\nexport type PrdQuestion = {\n /**\n * Unique identifier for this question\n */\n id: string;\n /**\n * The question text displayed to the user\n */\n question: string;\n /**\n * Question interaction type (currently only single-select)\n */\n type: 'select';\n /**\n * Available options for this question\n */\n options: PrdOption[];\n};\n\n/**\n * Configuration for the final action button in the questionnaire\n */\nexport type PrdFinalAction = {\n /**\n * Unique identifier for this action\n */\n id: string;\n /**\n * Button label text\n */\n label: string;\n /**\n * Description of what this action does\n */\n description: string;\n};\n\n/**\n * Complete data for rendering a PRD questionnaire\n */\nexport type PrdQuestionnaireData = {\n /**\n * Header title text for the questionnaire\n */\n question: string;\n /**\n * Header context/description text\n */\n context: string;\n /**\n * Array of questions to display\n */\n questions: PrdQuestion[];\n /**\n * Configuration for the finalize/approve action button\n */\n finalAction: PrdFinalAction;\n};\nexport enum AgentFeature {\n sessionResume = 'session-resume',\n streaming = 'streaming',\n toolScoping = 'tool-scoping',\n structuredOutput = 'structured-output',\n systemPrompt = 'system-prompt',\n sessionListing = 'session-listing',\n}\nexport type DeployTarget = DeployTargetActionItem | DeployTargetTask | DeployTargetTasks;\n\nexport type Askable = {\n Ask(request: AskRequest): AskResponse;\n};\n\nexport type FeatureAgentOperations = {\n NewFeatureWizard(): Feature;\n GatherRequirements(): Requirement[];\n DoResearch(): Research;\n CreatePlan(): Plan;\n BeginImplementation(): void;\n Ask(query: string): AskResponse;\n};\n\nexport type LocalDeployAgentOperations = {\n Deploy(target: DeployTarget, skill: DeploySkill): Deployment;\n Analyze(repositoryPath: string): DeploySkill;\n Ask(query: string): AskResponse;\n};\n"],"names":["process","platform","IS_WINDOWS"],"mappings":"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","ignoreList":[0,3]}
|