@shepai/cli 1.21.0 → 1.22.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/dist/eslint.config.mjs +1 -0
- package/dist/packages/core/src/application/index.d.ts +26 -0
- package/dist/packages/core/src/application/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/index.js +27 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-registry.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-runner.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-validator.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/repositories/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/application/ports/output/services/index.d.ts +1 -1
- package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/tool-installer.service.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/version-service.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/web-server-service.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/run-agent.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/create/metadata-generator.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/create/types.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/list-features.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/show-feature.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/load-settings.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/update-settings.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/tools/install-tool.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/domain/factories/index.d.ts.map +1 -0
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -0
- package/dist/packages/core/src/domain/generated/index.d.ts +2 -0
- package/dist/packages/core/src/domain/generated/index.d.ts.map +1 -0
- package/dist/packages/core/src/domain/generated/index.js +2 -0
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -0
- package/dist/packages/core/src/domain/index.d.ts +10 -0
- package/dist/packages/core/src/domain/index.d.ts.map +1 -0
- package/dist/packages/core/src/domain/index.js +10 -0
- package/dist/packages/core/src/domain/value-objects/index.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/domain/value-objects/tool-installation-status.d.ts +1 -1
- package/dist/packages/core/src/domain/value-objects/tool-installation-status.d.ts.map +1 -0
- package/dist/packages/core/src/domain/value-objects/version-info.d.ts.map +1 -0
- package/dist/packages/core/src/index.d.ts +6 -0
- package/dist/packages/core/src/index.d.ts.map +1 -0
- package/dist/packages/core/src/index.js +6 -0
- package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/index.d.ts +8 -0
- package/dist/packages/core/src/infrastructure/index.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/index.js +9 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/connection.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/repositories/agent-run.repository.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/checkpointer.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/types.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +17 -17
- package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.js +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/streaming/index.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/external/github-issue.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/external/jira-ticket.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts +20 -0
- package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/folder-dialog.service.js +50 -0
- package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/settings.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-installer.service.js +16 -2
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +16 -0
- package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/cursor.json +5 -5
- package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/vscode.json +2 -2
- package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/windsurf.json +1 -1
- package/dist/packages/core/src/infrastructure/services/version.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/version.service.js +18 -4
- package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.d.ts +4 -4
- package/dist/packages/core/src/infrastructure/services/web-server.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.js +8 -7
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.js +1 -1
- package/dist/src/presentation/cli/commands/agent/approve.command.js +2 -2
- package/dist/src/presentation/cli/commands/agent/delete.command.js +3 -3
- package/dist/src/presentation/cli/commands/agent/ls.command.js +2 -2
- package/dist/src/presentation/cli/commands/agent/reject.command.js +2 -2
- package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/resolve-run.js +3 -3
- package/dist/src/presentation/cli/commands/agent/show.command.js +2 -2
- package/dist/src/presentation/cli/commands/agent/stop.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/approve.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/del.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/ls.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/new.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/reject.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.js +1 -1
- package/dist/src/presentation/cli/commands/feat/resume.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.js +3 -3
- package/dist/src/presentation/cli/commands/ide-open.command.js +6 -6
- package/dist/src/presentation/cli/commands/install.command.js +4 -4
- package/dist/src/presentation/cli/commands/run.command.js +2 -2
- package/dist/src/presentation/cli/commands/settings/agent.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/agent.command.js +3 -3
- package/dist/src/presentation/cli/commands/settings/ide.command.js +5 -5
- package/dist/src/presentation/cli/commands/settings/init.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/init.command.js +2 -2
- package/dist/src/presentation/cli/commands/settings/show.command.js +2 -2
- package/dist/src/presentation/cli/commands/ui.command.js +4 -4
- package/dist/src/presentation/cli/commands/version.command.js +1 -1
- package/dist/src/presentation/cli/index.js +11 -3
- package/dist/src/presentation/cli/ui/colors.d.ts +1 -1
- package/dist/src/presentation/cli/ui/colors.js +1 -1
- package/dist/src/presentation/cli/ui/formatters.d.ts +1 -1
- package/dist/src/presentation/cli/ui/formatters.js +1 -1
- package/dist/src/presentation/cli/ui/index.d.ts +1 -1
- package/dist/src/presentation/cli/ui/index.js +1 -1
- package/dist/src/presentation/cli/ui/messages.d.ts +1 -1
- package/dist/src/presentation/cli/ui/messages.js +1 -1
- package/dist/src/presentation/cli/ui/spinner.d.ts +1 -1
- package/dist/src/presentation/cli/ui/spinner.js +1 -1
- package/dist/src/presentation/cli/ui/symbols.d.ts +1 -1
- package/dist/src/presentation/cli/ui/symbols.js +1 -1
- package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts +1 -1
- package/dist/src/presentation/tui/prompts/agent-select.prompt.js +1 -1
- package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts +1 -1
- package/dist/src/presentation/tui/prompts/auth-method.prompt.js +1 -1
- package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts +1 -1
- package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts.map +1 -1
- package/dist/src/presentation/tui/prompts/ide-select.prompt.js +1 -1
- package/dist/src/presentation/tui/wizards/agent-config.wizard.d.ts +1 -1
- package/dist/src/presentation/tui/wizards/agent-config.wizard.js +1 -1
- package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts +11 -0
- package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts.map +1 -0
- package/dist/src/presentation/web/app/api/dialog/pick-folder/route.js +16 -0
- package/dist/src/presentation/web/app/layout.js +1 -1
- package/dist/src/presentation/web/app/page.d.ts +1 -1
- package/dist/src/presentation/web/app/page.d.ts.map +1 -1
- package/dist/src/presentation/web/app/page.js +72 -5
- package/dist/src/presentation/web/app/version/page.js +2 -2
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts +7 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.js +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts +6 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.js +23 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts +8 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.js +27 -0
- package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts +3 -0
- package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/index.js +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts +6 -0
- package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.js +13 -0
- 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.js +1 -1
- package/dist/src/presentation/web/components/common/elapsed-time/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/elapsed-time/index.js +1 -1
- package/dist/src/presentation/web/components/common/empty-state/empty-state.js +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.js +2 -2
- package/dist/src/presentation/web/components/common/empty-state/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/empty-state/index.js +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.js +3 -3
- 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.js +2 -2
- package/dist/src/presentation/web/components/common/feature-list-item/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/feature-list-item/index.js +1 -1
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts +12 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.js +29 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts +8 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.js +30 -0
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts +28 -0
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +71 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +42 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +71 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts +7 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.js +37 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts +16 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +228 -0
- package/dist/src/presentation/web/components/common/feature-node/index.d.ts +5 -0
- package/dist/src/presentation/web/components/common/feature-node/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/index.js +4 -0
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.js +3 -3
- 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.js +2 -2
- package/dist/src/presentation/web/components/common/feature-status-badges/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/feature-status-badges/index.js +1 -1
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.js +1 -1
- 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.js +3 -3
- package/dist/src/presentation/web/components/common/feature-status-group/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/feature-status-group/index.js +1 -1
- package/dist/src/presentation/web/components/common/index.d.ts +16 -0
- package/dist/src/presentation/web/components/common/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/index.js +15 -0
- package/dist/src/presentation/web/components/common/loading-skeleton/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/loading-skeleton/index.js +1 -1
- package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.js +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.js +1 -1
- package/dist/src/presentation/web/components/common/page-header/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/page-header/index.js +1 -1
- package/dist/src/presentation/web/components/common/page-header/page-header.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.js +2 -2
- package/dist/src/presentation/web/components/common/repository-node/index.d.ts +3 -0
- package/dist/src/presentation/web/components/common/repository-node/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/repository-node/index.js +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts +11 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node-config.js +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts +6 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.js +13 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts +12 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.js +76 -0
- package/dist/src/presentation/web/components/common/shep-logo/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/shep-logo/index.js +1 -1
- package/dist/src/presentation/web/components/common/shep-logo/shep-logo.js +1 -1
- package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.js +3 -3
- 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.js +2 -2
- package/dist/src/presentation/web/components/common/sidebar-nav-item/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/sidebar-nav-item/index.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.js +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.js +2 -2
- package/dist/src/presentation/web/components/common/sidebar-section-header/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/sidebar-section-header/index.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.js +4 -4
- 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.js +2 -2
- package/dist/src/presentation/web/components/common/theme-toggle/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/theme-toggle/index.js +1 -1
- package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.js +2 -2
- 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.js +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts +6 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +31 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts +8 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.js +25 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts +9 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +9 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.d.ts +8 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.js +7 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts +29 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.stories.js +249 -0
- package/dist/src/presentation/web/components/features/control-center/index.d.ts +3 -0
- package/dist/src/presentation/web/components/features/control-center/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/index.js +2 -0
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts +20 -0
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +219 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts +22 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +52 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts +17 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +520 -0
- package/dist/src/presentation/web/components/features/features-canvas/index.d.ts +2 -0
- package/dist/src/presentation/web/components/features/features-canvas/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/features-canvas/index.js +1 -0
- package/dist/src/presentation/web/components/features/index.d.ts +2 -0
- package/dist/src/presentation/web/components/features/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/index.js +1 -0
- package/dist/src/presentation/web/components/features/version/version-page-client.d.ts +1 -1
- package/dist/src/presentation/web/components/features/version/version-page-client.js +4 -4
- package/dist/src/presentation/web/components/layouts/app-shell/app-shell.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/app-shell/app-shell.js +4 -5
- package/dist/src/presentation/web/components/layouts/app-shell/index.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/app-shell/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +10 -10
- 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.js +2 -2
- package/dist/src/presentation/web/components/layouts/app-sidebar/index.d.ts +2 -2
- package/dist/src/presentation/web/components/layouts/app-sidebar/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.js +3 -3
- 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.js +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/index.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/header/header.js +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.js +1 -1
- package/dist/src/presentation/web/components/layouts/header/index.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/header/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/index.d.ts +6 -0
- package/dist/src/presentation/web/components/layouts/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/layouts/index.js +5 -0
- package/dist/src/presentation/web/components/layouts/sidebar/index.d.ts +2 -2
- package/dist/src/presentation/web/components/layouts/sidebar/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/sidebar/sidebar.js +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.js +1 -1
- package/dist/src/presentation/web/components/ui/accordion.js +1 -1
- package/dist/src/presentation/web/components/ui/accordion.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/accordion.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/alert.js +1 -1
- package/dist/src/presentation/web/components/ui/alert.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/alert.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/badge.js +1 -1
- package/dist/src/presentation/web/components/ui/badge.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/badge.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/button.js +1 -1
- package/dist/src/presentation/web/components/ui/button.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/button.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/card.js +1 -1
- package/dist/src/presentation/web/components/ui/card.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/card.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/comet-spinner.d.ts +12 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.js +32 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts +13 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.stories.js +50 -0
- package/dist/src/presentation/web/components/ui/dialog.js +1 -1
- package/dist/src/presentation/web/components/ui/dialog.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/dialog.stories.js +4 -4
- package/dist/src/presentation/web/components/ui/input.js +1 -1
- package/dist/src/presentation/web/components/ui/input.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/input.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/label.js +1 -1
- package/dist/src/presentation/web/components/ui/label.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/label.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/popover.js +1 -1
- package/dist/src/presentation/web/components/ui/popover.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/popover.stories.js +4 -4
- package/dist/src/presentation/web/components/ui/scroll-area.js +1 -1
- package/dist/src/presentation/web/components/ui/select.js +1 -1
- package/dist/src/presentation/web/components/ui/select.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/select.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/separator.js +1 -1
- package/dist/src/presentation/web/components/ui/sheet.js +1 -1
- package/dist/src/presentation/web/components/ui/sidebar.d.ts +4 -4
- package/dist/src/presentation/web/components/ui/sidebar.js +8 -8
- package/dist/src/presentation/web/components/ui/skeleton.js +1 -1
- package/dist/src/presentation/web/components/ui/sonner.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/sonner.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/spinner.d.ts +10 -0
- package/dist/src/presentation/web/components/ui/spinner.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/spinner.js +28 -0
- package/dist/src/presentation/web/components/ui/spinner.stories.d.ts +11 -0
- package/dist/src/presentation/web/components/ui/spinner.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/spinner.stories.js +38 -0
- package/dist/src/presentation/web/components/ui/tabs.js +1 -1
- package/dist/src/presentation/web/components/ui/tabs.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/tabs.stories.js +4 -4
- package/dist/src/presentation/web/components/ui/tooltip.js +1 -1
- package/dist/src/presentation/web/dev-server.d.ts +11 -0
- package/dist/src/presentation/web/dev-server.d.ts.map +1 -0
- package/dist/src/presentation/web/dev-server.js +68 -0
- package/dist/src/presentation/web/hooks/useTheme.d.ts +1 -1
- package/dist/src/presentation/web/hooks/useTheme.js +1 -1
- package/dist/src/presentation/web/lib/layout-with-dagre.d.ts +27 -0
- package/dist/src/presentation/web/lib/layout-with-dagre.d.ts.map +1 -0
- package/dist/src/presentation/web/lib/layout-with-dagre.js +98 -0
- package/dist/src/presentation/web/lib/use-cases.d.ts +29 -0
- package/dist/src/presentation/web/lib/use-cases.d.ts.map +1 -0
- package/dist/src/presentation/web/lib/use-cases.js +46 -0
- package/dist/src/presentation/web/next.config.d.ts.map +1 -1
- package/dist/src/presentation/web/next.config.js +2 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +5 -3
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-path-routes-manifest.json +1 -0
- package/web/.next/build-manifest.json +5 -5
- package/web/.next/cache/.previewinfo +1 -1
- package/web/.next/cache/.rscinfo +1 -1
- package/web/.next/cache/.tsbuildinfo +1 -1
- package/web/.next/cache/config.json +3 -3
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +4 -1
- package/web/.next/required-server-files.json +4 -1
- package/web/.next/routes-manifest.json +6 -0
- package/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
- package/web/.next/server/app/_global-error/page.js +4 -4
- package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +2 -2
- 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 +3 -3
- package/web/.next/server/app/_not-found/page.js +4 -4
- 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/_not-found.html +2 -2
- package/web/.next/server/app/_not-found.rsc +9 -9
- package/web/.next/server/app/_not-found.segments/_full.segment.rsc +9 -9
- package/web/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
- package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/api/dialog/pick-folder/route/app-paths-manifest.json +3 -0
- package/web/.next/server/app/api/dialog/pick-folder/route/build-manifest.json +11 -0
- package/web/.next/server/app/api/dialog/pick-folder/route/server-reference-manifest.json +4 -0
- package/web/.next/server/app/api/dialog/pick-folder/route.js +6 -0
- package/web/.next/server/app/api/dialog/pick-folder/route.js.map +5 -0
- package/web/.next/server/app/api/dialog/pick-folder/route.js.nft.json +1 -0
- package/web/.next/server/app/api/dialog/pick-folder/route_client-reference-manifest.js +2 -0
- package/web/.next/server/app/index.html +2 -2
- package/web/.next/server/app/index.rsc +5 -4
- package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/index.segments/_full.segment.rsc +5 -4
- package/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/page/build-manifest.json +3 -3
- package/web/.next/server/app/page.js +5 -5
- package/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/build-manifest.json +3 -3
- package/web/.next/server/app/version/page.js +4 -4
- 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/app/version.html +2 -2
- package/web/.next/server/app/version.rsc +4 -4
- package/web/.next/server/app/version.segments/_full.segment.rsc +4 -4
- package/web/.next/server/app/version.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/version.segments/_index.segment.rsc +3 -3
- package/web/.next/server/app/version.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/version.segments/version/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/version.segments/version.segment.rsc +1 -1
- package/web/.next/server/app-paths-manifest.json +1 -0
- package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js +3 -0
- package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js +3 -0
- package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js +21 -0
- package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js.map +1 -0
- package/web/.next/server/chunks/[turbopack]_runtime.js +795 -0
- package/web/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
- package/web/.next/server/chunks/ssr/403f9_next_dist_1f3516d7._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__01b8cb62._.js.map → 403f9_next_dist_1f3516d7._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/403f9_next_dist_d738ab66._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__7b98fb96._.js.map → 403f9_next_dist_d738ab66._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__2127336f._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__659cf841._.js.map → [root-of-the-server]__2127336f._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__18ff2ebf._.js → [root-of-the-server]__6b3c1f2b._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__ccf8a903._.js.map → [root-of-the-server]__6b3c1f2b._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c37779e6._.js +4 -0
- package/web/.next/server/chunks/ssr/{node_modules__pnpm_03635e2b._.js.map → [root-of-the-server]__c37779e6._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e55e9c7f._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__479da921._.js.map → [root-of-the-server]__e55e9c7f._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +3 -0
- package/web/.next/server/chunks/ssr/{_19be0743._.js.map → [root-of-the-server]__f12b60be._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fa87595c._.js +3 -0
- package/web/.next/server/chunks/ssr/{_c536147b._.js.map → [root-of-the-server]__fa87595c._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_09afa42a._.js +4 -0
- package/web/.next/server/chunks/ssr/_09afa42a._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_4582f3c3._.js → _3d152196._.js} +2 -2
- package/web/.next/server/chunks/ssr/_3d152196._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_884ddade._.js +1 -1
- package/web/.next/server/chunks/ssr/_a0c04017._.js +2 -2
- package/web/.next/server/chunks/ssr/_a0c04017._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_c5d377cc._.js +1 -1
- package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js +3 -0
- package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_a836bb2a.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js.map +1 -0
- package/web/.next/server/middleware-build-manifest.js +3 -3
- package/web/.next/server/pages/404.html +2 -2
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/static/chunks/3701b9d5749e6143.css +1 -0
- package/web/.next/static/chunks/a8030d19b4d73c95.js +1 -0
- package/web/.next/static/chunks/b0d13220be9ac29c.js +1 -0
- package/web/.next/static/chunks/b29c0572633eb9e4.js +2 -0
- package/web/.next/static/chunks/be34161188b4e0a0.js +2 -0
- package/web/.next/static/chunks/c87445f8cbe36c74.js +1 -0
- package/web/.next/static/chunks/f220dad9d38bff95.js +5 -0
- package/web/.next/static/chunks/{turbopack-a5a88a85e7ac8e8d.js → turbopack-e0a0178ee911c212.js} +1 -1
- package/web/.next/trace +1 -1
- package/web/.next/trace-build +1 -1
- package/web/.next/types/link.d.ts +1 -0
- package/web/.next/types/routes.d.ts +18 -2
- package/web/.next/types/validator.ts +20 -2
- package/web/package.json +5 -1
- package/dist/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-executor.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-registry.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-runner.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-validator.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/index.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/index.d.ts.map +0 -1
- package/dist/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/repositories/index.d.ts.map +0 -1
- package/dist/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/index.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/spec-initializer.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/tool-installer.service.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/version-service.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/web-server-service.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/worktree-service.interface.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/run-agent.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/create/metadata-generator.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/create/slug-resolver.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/create/types.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/delete-feature.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/list-features.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/resume-feature.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/show-feature.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/settings/index.d.ts.map +0 -1
- package/dist/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/settings/load-settings.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/settings/update-settings.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/tools/install-tool.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +0 -1
- package/dist/src/domain/factories/index.d.ts.map +0 -1
- package/dist/src/domain/factories/settings-defaults.factory.d.ts.map +0 -1
- package/dist/src/domain/generated/output.d.ts.map +0 -1
- package/dist/src/domain/value-objects/index.d.ts.map +0 -1
- package/dist/src/domain/value-objects/tool-installation-status.d.ts.map +0 -1
- package/dist/src/domain/value-objects/version-info.d.ts.map +0 -1
- package/dist/src/infrastructure/di/container.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/connection.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/migrations.d.ts.map +0 -1
- package/dist/src/infrastructure/repositories/agent-run.repository.d.ts.map +0 -1
- package/dist/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +0 -1
- package/dist/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +0 -1
- package/dist/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/checkpointer.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/types.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/state.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/streaming/index.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +0 -1
- package/dist/src/infrastructure/services/external/github-issue.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/external/jira-ticket.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/git/worktree.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/port.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/settings.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +0 -1
- package/dist/src/infrastructure/services/tool-installer/tools/cursor-cli.json +0 -16
- package/dist/src/infrastructure/services/version.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/web-server.service.d.ts.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__01b8cb62._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__18ff2ebf._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__479da921._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__659cf841._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7b98fb96._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ccf8a903._.js +0 -3
- package/web/.next/server/chunks/ssr/_0f02ab66._.js +0 -3
- package/web/.next/server/chunks/ssr/_0f02ab66._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_19be0743._.js +0 -3
- package/web/.next/server/chunks/ssr/_4582f3c3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_90bc0c33._.js +0 -3
- package/web/.next/server/chunks/ssr/_c536147b._.js +0 -3
- package/web/.next/server/chunks/ssr/node_modules__pnpm_03635e2b._.js +0 -4
- package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js +0 -3
- package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js.map +0 -1
- package/web/.next/static/chunks/26d260496abf3ed8.js +0 -5
- package/web/.next/static/chunks/33854795ae473cf1.css +0 -1
- package/web/.next/static/chunks/4d6504b9f2ca7e4d.js +0 -1
- package/web/.next/static/chunks/70993ebedee7eab0.js +0 -2
- package/web/.next/static/chunks/8353f5690707d9a5.js +0 -1
- package/web/.next/static/chunks/df7d29673e0ac11d.js +0 -1
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/tool-installer.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/tool-installer.service.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/tools/install-tool.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/tools/install-tool.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/tools/validate-tool-availability.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/tools/validate-tool-availability.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/domain/factories/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/factories/index.js +0 -0
- /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.js +0 -0
- /package/dist/{src → packages/core/src}/domain/generated/output.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/generated/output.js +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/index.js +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/tool-installation-status.js +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/version-info.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/version-info.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/di/container.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/di/container.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/port.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/port.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-installer.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-metadata.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-metadata.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/antigravity.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/claude-code.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/zed.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/version.service.d.ts +0 -0
- /package/web/.next/server/chunks/{ssr/_90bc0c33._.js.map → 744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js.map} +0 -0
- /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → Ox87EvwGC4i-5d3Y6mR8W}/_buildManifest.js +0 -0
- /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → Ox87EvwGC4i-5d3Y6mR8W}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → Ox87EvwGC4i-5d3Y6mR8W}/_ssgManifest.js +0 -0
package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/vscode.json
RENAMED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
"binary": "code",
|
|
7
7
|
"packageManager": "apt",
|
|
8
8
|
"commands": {
|
|
9
|
-
"linux": "sudo apt update && sudo apt install -y code",
|
|
9
|
+
"linux": "curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor -o /usr/share/keyrings/packages.microsoft.gpg && echo \"deb [arch=amd64 signed-by=/usr/share/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main\" | sudo tee /etc/apt/sources.list.d/vscode.list > /dev/null && sudo apt-get update && sudo apt-get install -y code",
|
|
10
10
|
"darwin": "brew install visual-studio-code"
|
|
11
11
|
},
|
|
12
12
|
"timeout": 300000,
|
|
13
13
|
"documentationUrl": "https://code.visualstudio.com/docs/setup/linux",
|
|
14
|
-
"verifyCommand": "code --version",
|
|
14
|
+
"verifyCommand": "code --version --no-sandbox --user-data-dir=/tmp/vscode-test",
|
|
15
15
|
"autoInstall": true,
|
|
16
16
|
"openDirectory": "code ."
|
|
17
17
|
}
|
package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/windsurf.json
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"timeout": 300000,
|
|
13
13
|
"documentationUrl": "https://docs.windsurf.com/windsurf/getting-started",
|
|
14
|
-
"verifyCommand": "windsurf --version",
|
|
14
|
+
"verifyCommand": "windsurf --version --no-sandbox --user-data-dir=/tmp/windsurf-test",
|
|
15
15
|
"autoInstall": true,
|
|
16
16
|
"openDirectory": "windsurf ."
|
|
17
17
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.service.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/services/version.service.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AASH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAG9E,YAAY,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAC;AAsC9E;;GAEG;AACH,qBACa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAc;;IAM1C,OAAO,CAAC,eAAe;IAqCvB;;OAEG;IACH,UAAU,IAAI,WAAW;CAG1B;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI,CAIzD"}
|
|
@@ -19,16 +19,30 @@ import { fileURLToPath } from 'node:url';
|
|
|
19
19
|
import { injectable } from 'tsyringe';
|
|
20
20
|
import { DEFAULT_VERSION_INFO } from '../../domain/value-objects/version-info.js';
|
|
21
21
|
/**
|
|
22
|
-
* Find package.json by traversing up from a starting directory.
|
|
22
|
+
* Find the root package.json by traversing up from a starting directory.
|
|
23
|
+
* Skips workspace sub-packages (e.g. packages/core/package.json) that lack
|
|
24
|
+
* the required version/name/description fields.
|
|
23
25
|
* Works in both development (src/) and production (dist/) environments.
|
|
24
26
|
*/
|
|
25
27
|
function findPackageJson(startDir) {
|
|
26
28
|
let currentDir = startDir;
|
|
27
|
-
// Traverse up to find package.json (max
|
|
28
|
-
for (let i = 0; i <
|
|
29
|
+
// Traverse up to find package.json (max 10 levels for packages/core depth)
|
|
30
|
+
for (let i = 0; i < 10; i++) {
|
|
29
31
|
const pkgPath = join(currentDir, 'package.json');
|
|
30
32
|
if (existsSync(pkgPath)) {
|
|
31
|
-
|
|
33
|
+
try {
|
|
34
|
+
const content = readFileSync(pkgPath, 'utf-8');
|
|
35
|
+
const parsed = JSON.parse(content);
|
|
36
|
+
// Only accept package.json with all required fields (skip workspace sub-packages)
|
|
37
|
+
if (typeof parsed.version === 'string' &&
|
|
38
|
+
typeof parsed.name === 'string' &&
|
|
39
|
+
typeof parsed.description === 'string') {
|
|
40
|
+
return pkgPath;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
catch {
|
|
44
|
+
// Malformed JSON, continue traversing
|
|
45
|
+
}
|
|
32
46
|
}
|
|
33
47
|
const parentDir = dirname(currentDir);
|
|
34
48
|
if (parentDir === currentDir)
|
|
@@ -19,11 +19,11 @@ export interface WebServerDeps {
|
|
|
19
19
|
* Resolve the web UI directory path.
|
|
20
20
|
* Works in both development (src/) and production (dist/) contexts.
|
|
21
21
|
*
|
|
22
|
-
* Development: import.meta.dirname = <root>/src/infrastructure/services/
|
|
23
|
-
* →
|
|
22
|
+
* Development: import.meta.dirname = <root>/packages/core/src/infrastructure/services/
|
|
23
|
+
* → 5 levels up → <root>/src/presentation/web/
|
|
24
24
|
*
|
|
25
|
-
* Production (npm install): import.meta.dirname = <root>/dist/src/infrastructure/services/
|
|
26
|
-
* →
|
|
25
|
+
* Production (npm install): import.meta.dirname = <root>/dist/packages/core/src/infrastructure/services/
|
|
26
|
+
* → 6 levels up → <root>/web/
|
|
27
27
|
*/
|
|
28
28
|
export declare function resolveWebDir(): {
|
|
29
29
|
dir: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"web-server.service.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/services/web-server.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAGH,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,IAAI,MAAM,WAAW,CAAC;AAG7B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yEAAyE,CAAC;AAIjH,MAAM,WAAW,aAAa;IAC5B,aAAa,EAAE,OAAO,IAAI,CAAC;IAC3B,gBAAgB,EAAE,OAAO,IAAI,CAAC,YAAY,CAAC;CAC5C;AAOD;;;;;;;;;GASG;AACH,wBAAgB,aAAa,IAAI;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,OAAO,CAAA;CAAE,CAsB7D;AAED,qBACa,gBAAiB,YAAW,iBAAiB;IACxD,OAAO,CAAC,GAAG,CAAwB;IACnC,OAAO,CAAC,MAAM,CAA4B;IAC1C,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAgB;gBAEzB,IAAI,GAAE,OAAO,CAAC,aAAa,CAAM;IAI7C;;;;;OAKG;IACG,KAAK,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,UAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IA2BjE;;OAEG;IACG,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAoB5B"}
|
|
@@ -30,21 +30,22 @@ const defaultDeps = {
|
|
|
30
30
|
* Resolve the web UI directory path.
|
|
31
31
|
* Works in both development (src/) and production (dist/) contexts.
|
|
32
32
|
*
|
|
33
|
-
* Development: import.meta.dirname = <root>/src/infrastructure/services/
|
|
34
|
-
* →
|
|
33
|
+
* Development: import.meta.dirname = <root>/packages/core/src/infrastructure/services/
|
|
34
|
+
* → 5 levels up → <root>/src/presentation/web/
|
|
35
35
|
*
|
|
36
|
-
* Production (npm install): import.meta.dirname = <root>/dist/src/infrastructure/services/
|
|
37
|
-
* →
|
|
36
|
+
* Production (npm install): import.meta.dirname = <root>/dist/packages/core/src/infrastructure/services/
|
|
37
|
+
* → 6 levels up → <root>/web/
|
|
38
38
|
*/
|
|
39
39
|
export function resolveWebDir() {
|
|
40
40
|
// Check for development source directory first
|
|
41
|
-
|
|
41
|
+
// From packages/core/src/infrastructure/services/ → 5 levels up to root, then src/presentation/web
|
|
42
|
+
const devDir = path.resolve(import.meta.dirname, '../../../../../src/presentation/web');
|
|
42
43
|
if (fs.existsSync(path.join(devDir, 'next.config.ts'))) {
|
|
43
44
|
return { dir: devDir, dev: true };
|
|
44
45
|
}
|
|
45
46
|
// Production: web UI is shipped alongside dist/ in the package
|
|
46
|
-
// From dist/src/infrastructure/services/
|
|
47
|
-
const prodDir = path.resolve(import.meta.dirname, '
|
|
47
|
+
// From dist/packages/core/src/infrastructure/services/ → 6 levels up to package root
|
|
48
|
+
const prodDir = path.resolve(import.meta.dirname, '../../../../../../web');
|
|
48
49
|
if (fs.existsSync(path.join(prodDir, '.next'))) {
|
|
49
50
|
return { dir: prodDir, dev: false };
|
|
50
51
|
}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Automate the development cycle from idea to deploy.
|
|
5
5
|
*/
|
|
6
|
-
export type { VersionInfo } from '
|
|
7
|
-
export { DEFAULT_VERSION_INFO } from '
|
|
6
|
+
export type { VersionInfo } from '../packages/core/src/domain/value-objects/version-info.js';
|
|
7
|
+
export { DEFAULT_VERSION_INFO } from '../packages/core/src/domain/value-objects/version-info.js';
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.js
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* shep agent approve <id>
|
|
8
8
|
*/
|
|
9
9
|
import { Command } from 'commander';
|
|
10
|
-
import { container } from '
|
|
11
|
-
import { ApproveAgentRunUseCase } from '
|
|
10
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
11
|
+
import { ApproveAgentRunUseCase } from '../../../../../packages/core/src/application/use-cases/agents/approve-agent-run.use-case.js';
|
|
12
12
|
import { colors, messages } from '../../ui/index.js';
|
|
13
13
|
import { resolveAgentRun } from './resolve-run.js';
|
|
14
14
|
export function createApproveCommand() {
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* shep agent delete <id>
|
|
8
8
|
*/
|
|
9
9
|
import { Command } from 'commander';
|
|
10
|
-
import { container } from '
|
|
11
|
-
import { DeleteAgentRunUseCase } from '
|
|
10
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
11
|
+
import { DeleteAgentRunUseCase } from '../../../../../packages/core/src/application/use-cases/agents/delete-agent-run.use-case.js';
|
|
12
12
|
import { colors, messages } from '../../ui/index.js';
|
|
13
13
|
import { resolveAgentRun } from './resolve-run.js';
|
|
14
14
|
export function createDeleteCommand() {
|
|
@@ -26,7 +26,7 @@ export function createDeleteCommand() {
|
|
|
26
26
|
}
|
|
27
27
|
if (opts.force && resolved.run.status === 'running') {
|
|
28
28
|
// Force delete: stop first, then delete
|
|
29
|
-
const { StopAgentRunUseCase } = await import('
|
|
29
|
+
const { StopAgentRunUseCase } = await import('../../../../../packages/core/src/application/use-cases/agents/stop-agent-run.use-case.js');
|
|
30
30
|
const stopUseCase = container.resolve(StopAgentRunUseCase);
|
|
31
31
|
await stopUseCase.execute(resolved.run.id);
|
|
32
32
|
}
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* shep agent ls
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
|
-
import { container } from '
|
|
12
|
-
import { ListAgentRunsUseCase } from '
|
|
11
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
12
|
+
import { ListAgentRunsUseCase } from '../../../../../packages/core/src/application/use-cases/agents/list-agent-runs.use-case.js';
|
|
13
13
|
import { colors, symbols, messages, renderListView } from '../../ui/index.js';
|
|
14
14
|
function isProcessAlive(pid) {
|
|
15
15
|
try {
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* shep agent reject <id> [--reason <text>]
|
|
8
8
|
*/
|
|
9
9
|
import { Command } from 'commander';
|
|
10
|
-
import { container } from '
|
|
11
|
-
import { RejectAgentRunUseCase } from '
|
|
10
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
11
|
+
import { RejectAgentRunUseCase } from '../../../../../packages/core/src/application/use-cases/agents/reject-agent-run.use-case.js';
|
|
12
12
|
import { colors, messages } from '../../ui/index.js';
|
|
13
13
|
import { resolveAgentRun } from './resolve-run.js';
|
|
14
14
|
export function createRejectCommand() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Shared helper: resolve an agent run by exact or prefix ID.
|
|
3
3
|
*/
|
|
4
|
-
import type { AgentRun } from '
|
|
4
|
+
import type { AgentRun } from '../../../../../packages/core/src/domain/generated/output.js';
|
|
5
5
|
export declare function resolveAgentRun(id: string): Promise<{
|
|
6
6
|
run: AgentRun;
|
|
7
7
|
} | {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-run.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/agent/resolve-run.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"resolve-run.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/agent/resolve-run.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAE7D,wBAAsB,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC;IAAE,GAAG,EAAE,QAAQ,CAAA;CAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,CAsBhG"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Shared helper: resolve an agent run by exact or prefix ID.
|
|
3
3
|
*/
|
|
4
|
-
import { container } from '
|
|
5
|
-
import { GetAgentRunUseCase } from '
|
|
6
|
-
import { ListAgentRunsUseCase } from '
|
|
4
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
5
|
+
import { GetAgentRunUseCase } from '../../../../../packages/core/src/application/use-cases/agents/get-agent-run.use-case.js';
|
|
6
|
+
import { ListAgentRunsUseCase } from '../../../../../packages/core/src/application/use-cases/agents/list-agent-runs.use-case.js';
|
|
7
7
|
export async function resolveAgentRun(id) {
|
|
8
8
|
const getUseCase = container.resolve(GetAgentRunUseCase);
|
|
9
9
|
// Try exact match first
|
|
@@ -12,8 +12,8 @@ import { createHash } from 'node:crypto';
|
|
|
12
12
|
import { join } from 'node:path';
|
|
13
13
|
import { colors, messages, symbols, renderDetailView } from '../../ui/index.js';
|
|
14
14
|
import { resolveAgentRun } from './resolve-run.js';
|
|
15
|
-
import { container } from '
|
|
16
|
-
import { SHEP_HOME_DIR } from '
|
|
15
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
16
|
+
import { SHEP_HOME_DIR } from '../../../../../packages/core/src/infrastructure/services/filesystem/shep-directory.service.js';
|
|
17
17
|
function computeWorktreePath(repoPath, branch) {
|
|
18
18
|
const repoHash = createHash('sha256').update(repoPath).digest('hex').slice(0, 16);
|
|
19
19
|
const slug = branch.replace(/\//g, '-');
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* shep agent stop <id>
|
|
8
8
|
*/
|
|
9
9
|
import { Command } from 'commander';
|
|
10
|
-
import { container } from '
|
|
11
|
-
import { StopAgentRunUseCase } from '
|
|
10
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
11
|
+
import { StopAgentRunUseCase } from '../../../../../packages/core/src/application/use-cases/agents/stop-agent-run.use-case.js';
|
|
12
12
|
import { colors, messages } from '../../ui/index.js';
|
|
13
13
|
import { resolveAgentRun } from './resolve-run.js';
|
|
14
14
|
export function createStopCommand() {
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* shep feat approve [id]
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
|
-
import { container } from '
|
|
12
|
-
import { ApproveAgentRunUseCase } from '
|
|
11
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
12
|
+
import { ApproveAgentRunUseCase } from '../../../../../packages/core/src/application/use-cases/agents/approve-agent-run.use-case.js';
|
|
13
13
|
import { resolveWaitingFeature } from './resolve-waiting-feature.js';
|
|
14
14
|
import { colors, messages } from '../../ui/index.js';
|
|
15
15
|
export function createApproveCommand() {
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
* $ shep feat del feat-123 --force
|
|
11
11
|
*/
|
|
12
12
|
import { Command } from 'commander';
|
|
13
|
-
import { container } from '
|
|
14
|
-
import { DeleteFeatureUseCase } from '
|
|
15
|
-
import { ShowFeatureUseCase } from '
|
|
13
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
14
|
+
import { DeleteFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/delete-feature.use-case.js';
|
|
15
|
+
import { ShowFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/show-feature.use-case.js';
|
|
16
16
|
import { colors, messages } from '../../ui/index.js';
|
|
17
17
|
import { confirm } from '@inquirer/prompts';
|
|
18
18
|
/**
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import path from 'node:path';
|
|
14
14
|
import { Command } from 'commander';
|
|
15
|
-
import { container } from '
|
|
16
|
-
import { ListFeaturesUseCase } from '
|
|
15
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
16
|
+
import { ListFeaturesUseCase } from '../../../../../packages/core/src/application/use-cases/features/list-features.use-case.js';
|
|
17
17
|
import { colors, symbols, messages, renderListView } from '../../ui/index.js';
|
|
18
18
|
/** Map graph node names to human-readable phase labels (active). */
|
|
19
19
|
const NODE_TO_PHASE = {
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
import { Command } from 'commander';
|
|
13
13
|
import { createHash } from 'node:crypto';
|
|
14
14
|
import { join } from 'node:path';
|
|
15
|
-
import { container } from '
|
|
16
|
-
import { CreateFeatureUseCase } from '
|
|
15
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
16
|
+
import { CreateFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/create/create-feature.use-case.js';
|
|
17
17
|
import { colors, messages, spinner } from '../../ui/index.js';
|
|
18
|
-
import { SHEP_HOME_DIR } from '
|
|
18
|
+
import { SHEP_HOME_DIR } from '../../../../../packages/core/src/infrastructure/services/filesystem/shep-directory.service.js';
|
|
19
19
|
/**
|
|
20
20
|
* Create the feat new command
|
|
21
21
|
*/
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* shep feat reject [id] [--reason <text>]
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
|
-
import { container } from '
|
|
12
|
-
import { RejectAgentRunUseCase } from '
|
|
11
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
12
|
+
import { RejectAgentRunUseCase } from '../../../../../packages/core/src/application/use-cases/agents/reject-agent-run.use-case.js';
|
|
13
13
|
import { resolveWaitingFeature } from './resolve-waiting-feature.js';
|
|
14
14
|
import { colors, messages } from '../../ui/index.js';
|
|
15
15
|
export function createRejectCommand() {
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Given an optional feature ID and repo path, resolves the target
|
|
6
6
|
* feature that is currently waiting for human approval.
|
|
7
7
|
*/
|
|
8
|
-
import type { Feature, AgentRun } from '
|
|
9
|
-
import type { IFeatureRepository } from '
|
|
10
|
-
import type { IAgentRunRepository } from '
|
|
8
|
+
import type { Feature, AgentRun } from '../../../../../packages/core/src/domain/generated/output.js';
|
|
9
|
+
import type { IFeatureRepository } from '../../../../../packages/core/src/application/ports/output/repositories/feature-repository.interface.js';
|
|
10
|
+
import type { IAgentRunRepository } from '../../../../../packages/core/src/application/ports/output/agents/agent-run-repository.interface.js';
|
|
11
11
|
export interface ResolveWaitingFeatureOptions {
|
|
12
12
|
featureId?: string;
|
|
13
13
|
repoPath: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-waiting-feature.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/feat/resolve-waiting-feature.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"resolve-waiting-feature.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/feat/resolve-waiting-feature.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAEtE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yEAAyE,CAAC;AAClH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qEAAqE,CAAC;AAE/G,MAAM,WAAW,4BAA4B;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,kBAAkB,CAAC;IAChC,OAAO,EAAE,mBAAmB,CAAC;CAC9B;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,GAAG,EAAE,QAAQ,CAAC;CACf;AAED;;;;;;;GAOG;AACH,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,4BAA4B,GACpC,OAAO,CAAC,sBAAsB,CAAC,CAOjC"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Given an optional feature ID and repo path, resolves the target
|
|
6
6
|
* feature that is currently waiting for human approval.
|
|
7
7
|
*/
|
|
8
|
-
import { AgentRunStatus } from '
|
|
8
|
+
import { AgentRunStatus } from '../../../../../packages/core/src/domain/generated/output.js';
|
|
9
9
|
/**
|
|
10
10
|
* Resolve the target feature waiting for approval.
|
|
11
11
|
*
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* shep feat resume <id>
|
|
8
8
|
*/
|
|
9
9
|
import { Command } from 'commander';
|
|
10
|
-
import { container } from '
|
|
11
|
-
import { ResumeFeatureUseCase } from '
|
|
10
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
11
|
+
import { ResumeFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/resume-feature.use-case.js';
|
|
12
12
|
import { colors, messages } from '../../ui/index.js';
|
|
13
13
|
export function createResumeCommand() {
|
|
14
14
|
return new Command('resume')
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* shep feat review [id]
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
|
-
import { container } from '
|
|
11
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
12
12
|
import { resolveWaitingFeature } from './resolve-waiting-feature.js';
|
|
13
13
|
import { colors, messages } from '../../ui/index.js';
|
|
14
14
|
export function createReviewCommand() {
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
import { Command } from 'commander';
|
|
10
10
|
import { createHash } from 'node:crypto';
|
|
11
11
|
import { join } from 'node:path';
|
|
12
|
-
import { container } from '
|
|
13
|
-
import { ShowFeatureUseCase } from '
|
|
12
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
13
|
+
import { ShowFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/show-feature.use-case.js';
|
|
14
14
|
import { colors, symbols, messages, renderDetailView } from '../../ui/index.js';
|
|
15
|
-
import { SHEP_HOME_DIR } from '
|
|
15
|
+
import { SHEP_HOME_DIR } from '../../../../../packages/core/src/infrastructure/services/filesystem/shep-directory.service.js';
|
|
16
16
|
function computeWorktreePath(repoPath, branch) {
|
|
17
17
|
const repoHash = createHash('sha256').update(repoPath).digest('hex').slice(0, 16);
|
|
18
18
|
const slug = branch.replace(/\//g, '-');
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
import { Command } from 'commander';
|
|
9
9
|
import { createHash } from 'node:crypto';
|
|
10
10
|
import { join } from 'node:path';
|
|
11
|
-
import { EditorType } from '
|
|
12
|
-
import { container } from '
|
|
13
|
-
import { ShowFeatureUseCase } from '
|
|
14
|
-
import { getSettings } from '
|
|
15
|
-
import { createLauncherRegistry } from '
|
|
16
|
-
import { SHEP_HOME_DIR } from '
|
|
11
|
+
import { EditorType } from '../../../../packages/core/src/domain/generated/output.js';
|
|
12
|
+
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
13
|
+
import { ShowFeatureUseCase } from '../../../../packages/core/src/application/use-cases/features/show-feature.use-case.js';
|
|
14
|
+
import { getSettings } from '../../../../packages/core/src/infrastructure/services/settings.service.js';
|
|
15
|
+
import { createLauncherRegistry } from '../../../../packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.js';
|
|
16
|
+
import { SHEP_HOME_DIR } from '../../../../packages/core/src/infrastructure/services/filesystem/shep-directory.service.js';
|
|
17
17
|
import { messages } from '../ui/index.js';
|
|
18
18
|
function computeWorktreePath(repoPath, branch) {
|
|
19
19
|
const repoHash = createHash('sha256').update(repoPath).digest('hex').slice(0, 16);
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
* Available tools are loaded dynamically from JSON files in the tools/ directory.
|
|
11
11
|
*/
|
|
12
12
|
import { Command } from 'commander';
|
|
13
|
-
import { container } from '
|
|
14
|
-
import { ValidateToolAvailabilityUseCase } from '
|
|
15
|
-
import { InstallToolUseCase } from '
|
|
16
|
-
import { TOOL_METADATA } from '
|
|
13
|
+
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
14
|
+
import { ValidateToolAvailabilityUseCase } from '../../../../packages/core/src/application/use-cases/tools/validate-tool-availability.use-case.js';
|
|
15
|
+
import { InstallToolUseCase } from '../../../../packages/core/src/application/use-cases/tools/install-tool.use-case.js';
|
|
16
|
+
import { TOOL_METADATA } from '../../../../packages/core/src/infrastructure/services/tool-installer/tool-metadata.js';
|
|
17
17
|
import { messages, fmt, colors } from '../ui/index.js';
|
|
18
18
|
function printToolsList() {
|
|
19
19
|
const tools = Object.entries(TOOL_METADATA);
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
* $ shep run analyze-repository --stream
|
|
13
13
|
*/
|
|
14
14
|
import { Command } from 'commander';
|
|
15
|
-
import { container } from '
|
|
16
|
-
import { RunAgentUseCase } from '
|
|
15
|
+
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
16
|
+
import { RunAgentUseCase } from '../../../../packages/core/src/application/use-cases/agents/run-agent.use-case.js';
|
|
17
17
|
import { colors, symbols, fmt, messages } from '../ui/index.js';
|
|
18
18
|
/**
|
|
19
19
|
* Creates a terminal spinner that shows progress while awaiting an async operation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/settings/agent.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"agent.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/settings/agent.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAUpC;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,OAAO,CAgE5C"}
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
* shep settings agent --agent claude-code --auth token --token sk-xxx # Token auth
|
|
10
10
|
*/
|
|
11
11
|
import { Command } from 'commander';
|
|
12
|
-
import { container } from '
|
|
13
|
-
import { ConfigureAgentUseCase, } from '
|
|
12
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
13
|
+
import { ConfigureAgentUseCase, } from '../../../../../packages/core/src/application/use-cases/agents/configure-agent.use-case.js';
|
|
14
14
|
import { agentConfigWizard } from '../../../tui/wizards/agent-config.wizard.js';
|
|
15
|
-
import { resetSettings, initializeSettings
|
|
15
|
+
import { resetSettings, initializeSettings } from '../../../../../packages/core/src/infrastructure/services/settings.service.js';
|
|
16
16
|
import { messages } from '../../ui/index.js';
|
|
17
17
|
/**
|
|
18
18
|
* Create the agent configuration command
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
11
|
import { select } from '@inquirer/prompts';
|
|
12
|
-
import { EditorType } from '
|
|
13
|
-
import { container } from '
|
|
14
|
-
import { UpdateSettingsUseCase } from '
|
|
12
|
+
import { EditorType } from '../../../../../packages/core/src/domain/generated/output.js';
|
|
13
|
+
import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
|
|
14
|
+
import { UpdateSettingsUseCase } from '../../../../../packages/core/src/application/use-cases/settings/update-settings.use-case.js';
|
|
15
15
|
import { createIdeSelectConfig } from '../../../tui/prompts/ide-select.prompt.js';
|
|
16
|
-
import { getSettings, resetSettings, initializeSettings, } from '
|
|
17
|
-
import { createLauncherRegistry } from '
|
|
16
|
+
import { getSettings, resetSettings, initializeSettings, } from '../../../../../packages/core/src/infrastructure/services/settings.service.js';
|
|
17
|
+
import { createLauncherRegistry } from '../../../../../packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.js';
|
|
18
18
|
import { messages } from '../../ui/index.js';
|
|
19
19
|
/** Valid EditorType values for input validation. */
|
|
20
20
|
const VALID_EDITORS = new Set(Object.values(EditorType));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/settings/init.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"init.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/settings/init.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAiCpC;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,OAAO,CAoC3C"}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { Command } from 'commander';
|
|
11
11
|
import { createInterface } from 'node:readline';
|
|
12
|
-
import { createDefaultSettings } from '
|
|
13
|
-
import { resetSettings, initializeSettings
|
|
12
|
+
import { createDefaultSettings } from '../../../../../packages/core/src/domain/factories/settings-defaults.factory.js';
|
|
13
|
+
import { resetSettings, initializeSettings } from '../../../../../packages/core/src/infrastructure/services/settings.service.js';
|
|
14
14
|
import { messages } from '../../ui/index.js';
|
|
15
15
|
/**
|
|
16
16
|
* Prompt user for yes/no confirmation.
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import { Command, Option } from 'commander';
|
|
12
12
|
import { OutputFormatter } from '../../ui/output.js';
|
|
13
|
-
import { getShepDbPath } from '
|
|
14
|
-
import { getSettings } from '
|
|
13
|
+
import { getShepDbPath } from '../../../../../packages/core/src/infrastructure/services/filesystem/shep-directory.service.js';
|
|
14
|
+
import { getSettings } from '../../../../../packages/core/src/infrastructure/services/settings.service.js';
|
|
15
15
|
import { statSync } from 'node:fs';
|
|
16
16
|
import { messages } from '../../ui/index.js';
|
|
17
17
|
/**
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
* ℹ Press Ctrl+C to stop
|
|
16
16
|
*/
|
|
17
17
|
import { Command, InvalidArgumentError } from 'commander';
|
|
18
|
-
import { findAvailablePort, DEFAULT_PORT } from '
|
|
19
|
-
import { container } from '
|
|
20
|
-
import { setVersionEnvVars } from '
|
|
21
|
-
import { resolveWebDir } from '
|
|
18
|
+
import { findAvailablePort, DEFAULT_PORT } from '../../../../packages/core/src/infrastructure/services/port.service.js';
|
|
19
|
+
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
20
|
+
import { setVersionEnvVars } from '../../../../packages/core/src/infrastructure/services/version.service.js';
|
|
21
|
+
import { resolveWebDir } from '../../../../packages/core/src/infrastructure/services/web-server.service.js';
|
|
22
22
|
import { colors, fmt, messages } from '../ui/index.js';
|
|
23
23
|
function parsePort(value) {
|
|
24
24
|
const port = parseInt(value, 10);
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* Platform: linux x64
|
|
16
16
|
*/
|
|
17
17
|
import { Command } from 'commander';
|
|
18
|
-
import { container } from '
|
|
18
|
+
import { container } from '../../../../packages/core/src/infrastructure/di/container.js';
|
|
19
19
|
import { colors, fmt, messages } from '../ui/index.js';
|
|
20
20
|
/**
|
|
21
21
|
* Create the version command
|
|
@@ -34,9 +34,10 @@ import { createIdeOpenCommand } from './commands/ide-open.command.js';
|
|
|
34
34
|
import { createInstallCommand } from './commands/install.command.js';
|
|
35
35
|
import { messages } from './ui/index.js';
|
|
36
36
|
// DI container and settings
|
|
37
|
-
import { initializeContainer, container } from '
|
|
38
|
-
import { InitializeSettingsUseCase } from '
|
|
39
|
-
import {
|
|
37
|
+
import { initializeContainer, container } from '../../../packages/core/src/infrastructure/di/container.js';
|
|
38
|
+
import { InitializeSettingsUseCase } from '../../../packages/core/src/application/use-cases/settings/initialize-settings.use-case.js';
|
|
39
|
+
import { ListFeaturesUseCase } from '../../../packages/core/src/application/use-cases/features/list-features.use-case.js';
|
|
40
|
+
import { initializeSettings } from '../../../packages/core/src/infrastructure/services/settings.service.js';
|
|
40
41
|
/**
|
|
41
42
|
* Bootstrap function - initializes all dependencies before CLI starts.
|
|
42
43
|
* Performs async initialization (database, settings) before parsing commands.
|
|
@@ -63,6 +64,13 @@ async function bootstrap() {
|
|
|
63
64
|
messages.error('Failed to initialize settings', err);
|
|
64
65
|
throw error;
|
|
65
66
|
}
|
|
67
|
+
// Step 2b: Expose resolved use cases for the web layer via globalThis bridge
|
|
68
|
+
// The Next.js web server runs in the same process, so globalThis is shared.
|
|
69
|
+
// Web layer reads from this instead of importing CLI source (Turbopack incompatibility).
|
|
70
|
+
globalThis.__shepUseCases = {
|
|
71
|
+
listFeatures: container.resolve(ListFeaturesUseCase),
|
|
72
|
+
agentRunRepo: container.resolve('IAgentRunRepository'),
|
|
73
|
+
};
|
|
66
74
|
// Step 3: Set up Commander CLI
|
|
67
75
|
const versionService = container.resolve('IVersionService');
|
|
68
76
|
const { version, description } = versionService.getVersion();
|