@shepai/cli 1.170.0-pr513.cff27cb → 1.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apis/json-schema/Feature.yaml +5 -17
- package/apis/json-schema/SdlcLifecycle.yaml +0 -1
- package/apis/json-schema/WorkflowConfig.yaml +5 -10
- package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts +2 -2
- package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts +3 -4
- package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.js +2 -2
- package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.js +2 -2
- package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.js +2 -3
- package/dist/packages/core/src/application/use-cases/features/check-and-unblock-features.use-case.js +2 -2
- package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.js +7 -18
- package/dist/packages/core/src/application/use-cases/features/create/types.d.ts +2 -3
- package/dist/packages/core/src/application/use-cases/features/create/types.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.js +0 -13
- package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.js +2 -2
- package/dist/packages/core/src/application/use-cases/features/start-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/start-feature.use-case.js +3 -5
- package/dist/packages/core/src/application/use-cases/upgrade/upgrade-cli.use-case.d.ts +1 -0
- package/dist/packages/core/src/application/use-cases/upgrade/upgrade-cli.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/upgrade/upgrade-cli.use-case.js +59 -2
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -1
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.js +1 -2
- package/dist/packages/core/src/domain/generated/output.d.ts +4 -22
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
- package/dist/packages/core/src/domain/generated/output.js +0 -7
- package/dist/packages/core/src/domain/lifecycle-gates.d.ts +6 -21
- package/dist/packages/core/src/domain/lifecycle-gates.d.ts.map +1 -1
- package/dist/packages/core/src/domain/lifecycle-gates.js +6 -25
- package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/container.js +0 -5
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +1 -3
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.js +4 -10
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +1 -2
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.js +2 -7
- package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.js +3 -5
- package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.js +3 -3
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/fast-feature-agent-graph.d.ts +0 -20
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/fast-feature-agent-graph.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +0 -68
- package/dist/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 +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +3 -3
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.js +8 -19
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/lifecycle-context.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/lifecycle-context.js +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts +0 -4
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.js +0 -17
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.js +4 -7
- package/dist/src/presentation/cli/commands/feat/index.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/index.js +1 -5
- package/dist/src/presentation/cli/commands/feat/new.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/new.command.js +5 -18
- package/dist/src/presentation/cli/commands/upgrade.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/upgrade.command.js +68 -3
- package/dist/src/presentation/web/app/actions/create-feature.d.ts +2 -3
- package/dist/src/presentation/web/app/actions/create-feature.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/create-feature.js +3 -3
- package/dist/src/presentation/web/app/actions/get-workflow-defaults.d.ts +1 -2
- package/dist/src/presentation/web/app/actions/get-workflow-defaults.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/get-workflow-defaults.js +1 -2
- package/dist/src/presentation/web/app/api/agent-events/route.d.ts.map +1 -1
- package/dist/src/presentation/web/app/api/agent-events/route.js +0 -1
- package/dist/src/presentation/web/app/build-feature-node-data.d.ts.map +1 -1
- package/dist/src/presentation/web/app/build-feature-node-data.js +2 -4
- package/dist/src/presentation/web/app/build-graph-nodes.js +2 -4
- package/dist/src/presentation/web/components/common/control-center-drawer/drawer-view.d.ts +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/drawer-view.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/drawer-view.js +0 -3
- package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.js +1 -65
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.d.ts +2 -3
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.js +11 -15
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.js +1 -2
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts +1 -6
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.js +4 -16
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +0 -2
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +2 -6
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +0 -12
- package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node.js +2 -7
- package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.js +6 -6
- package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.js +3 -3
- package/dist/translations/ar/cli.json +2 -24
- package/dist/translations/ar/web.json +2 -6
- package/dist/translations/de/cli.json +2 -24
- package/dist/translations/de/web.json +2 -6
- package/dist/translations/en/cli.json +2 -24
- package/dist/translations/en/web.json +2 -6
- package/dist/translations/es/cli.json +2 -24
- package/dist/translations/es/web.json +2 -6
- package/dist/translations/fr/cli.json +2 -24
- package/dist/translations/fr/web.json +2 -6
- package/dist/translations/he/cli.json +2 -24
- package/dist/translations/he/web.json +2 -6
- package/dist/translations/pt/cli.json +2 -24
- package/dist/translations/pt/web.json +2 -6
- package/dist/translations/ru/cli.json +2 -24
- package/dist/translations/ru/web.json +2 -6
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +2 -2
- package/web/.next/required-server-files.json +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +76 -121
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +76 -121
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +76 -121
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +76 -121
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +1 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.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/server-reference-manifest.json +6 -6
- package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
- package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
- package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
- package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
- package/web/.next/server/app/features/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/features/page.js.nft.json +1 -1
- package/web/.next/server/app/features/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/settings/page/server-reference-manifest.json +9 -9
- package/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/server-reference-manifest.json +13 -13
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/version/page.js.nft.json +1 -1
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js.map +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__c78383b1._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__c78383b1._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js +3 -3
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1cd4327c._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1cd4327c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1f389e5d._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1f389e5d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4ed9b909._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4fb81977._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4fb81977._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__684a868c._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__684a868c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__69dd3217._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__69dd3217._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6c7d3936._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6c7d3936._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7dcd0917._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7dcd0917._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__92ffd5ee._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__92ffd5ee._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b020c17d._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b020c17d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b7b96453._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b7b96453._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ba7f5873._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ba7f5873._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c1262d08._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c16bf5de._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c16bf5de._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c5e09f6f._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c5e09f6f._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fa525872._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fa525872._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_02e01240._.js +1 -1
- package/web/.next/server/chunks/ssr/_02e01240._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_05c23ad9._.js +1 -1
- package/web/.next/server/chunks/ssr/_05c23ad9._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_16eb4fec._.js +1 -1
- package/web/.next/server/chunks/ssr/_16eb4fec._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_18886033._.js +1 -1
- package/web/.next/server/chunks/ssr/_18886033._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_22e00a14._.js +1 -1
- package/web/.next/server/chunks/ssr/_22e00a14._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_45496654._.js +1 -1
- package/web/.next/server/chunks/ssr/_45496654._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_cac4abe6._.js → _49447b3c._.js} +2 -2
- package/web/.next/server/chunks/ssr/_49447b3c._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_4cbb7f95._.js +1 -1
- package/web/.next/server/chunks/ssr/_4cbb7f95._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_5119a3df._.js +1 -1
- package/web/.next/server/chunks/ssr/_5119a3df._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js +1 -1
- package/web/.next/server/chunks/ssr/_56b9d60f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_a5a5901d._.js +1 -1
- package/web/.next/server/chunks/ssr/_a5a5901d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_a963dd3c._.js +3 -0
- package/web/.next/server/chunks/ssr/_a963dd3c._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_ad09f271._.js +1 -1
- package/web/.next/server/chunks/ssr/_ad09f271._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_c3f595c6._.js +1 -1
- package/web/.next/server/chunks/ssr/_c3f595c6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_0fd635d7._.js → _d50cde79._.js} +2 -2
- package/web/.next/server/chunks/ssr/_d50cde79._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_df737cce._.js +1 -1
- package/web/.next/server/chunks/ssr/_e3f14907._.js +9 -0
- package/web/.next/server/chunks/ssr/_e3f14907._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_ea9e1556._.js +1 -1
- package/web/.next/server/chunks/ssr/_ea9e1556._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f1ba9be6._.js +2 -2
- package/web/.next/server/chunks/ssr/_f1ba9be6._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_f33cd07e._.js +2 -2
- package/web/.next/server/chunks/ssr/_f33cd07e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_34d897da._.js → _f778f3ef._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_34d897da._.js.map → _f778f3ef._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_f8b45233._.js +1 -1
- package/web/.next/server/chunks/ssr/_f8b45233._.js.map +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
- package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_db9fa0c2._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_db9fa0c2._.js.map +1 -1
- package/web/.next/server/chunks/ssr/translations_23dd5e7e._.js +1 -1
- package/web/.next/server/chunks/ssr/translations_23dd5e7e._.js.map +1 -1
- 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 +202 -310
- package/web/.next/static/chunks/{9a78b4c5dcd28196.js → 02fe1303471793b9.js} +2 -2
- package/web/.next/static/chunks/0ce50b34df07306b.js +1 -0
- package/web/.next/static/chunks/18d4601f068c700d.js +1 -0
- package/web/.next/static/chunks/{52681a7f14138e48.js → 24dd6b3021c2d849.js} +1 -1
- package/web/.next/static/chunks/3d182168cdc4c15c.js +1 -0
- package/web/.next/static/chunks/{0769c695d6b663c7.js → 4383bcae769740e7.js} +1 -1
- package/web/.next/static/chunks/{5e20f692bbfcfb94.js → 4559a403ee40dd19.js} +1 -1
- package/web/.next/static/chunks/{e93ae5725b0babeb.js → 5983ef48d50d2d2a.js} +1 -1
- package/web/.next/static/chunks/{4219ddfde68a6d0b.js → 67a430796dea42a7.js} +1 -1
- package/web/.next/static/chunks/6ee5d45de67d3547.js +5 -0
- package/web/.next/static/chunks/{0f30a983f3467cd5.js → 9705f2a5695a4995.js} +1 -1
- package/web/.next/static/chunks/{d5bf9c963b5346e1.js → a80bbfca8ee3d79b.js} +1 -1
- package/web/.next/static/chunks/{37f9543560c58ea6.js → aa077ab14015a8fd.js} +1 -1
- package/web/.next/static/chunks/b14085e99b88e7f7.css +1 -0
- package/web/.next/static/chunks/b65e555419a0c664.js +1 -0
- package/web/.next/static/chunks/{478adf5d5156f002.js → b93a918712cd4987.js} +1 -1
- package/web/.next/static/chunks/{fc595d95626ac9bb.js → bb962a996814718a.js} +1 -1
- package/web/.next/static/chunks/{2a9af061f4fbe7f5.js → d5366257d6b9f855.js} +1 -1
- package/web/.next/static/chunks/{09a25231e5fc1ab8.js → eff45ffddd85918c.js} +1 -1
- package/apis/json-schema/FeatureMode.yaml +0 -8
- package/dist/packages/core/src/application/use-cases/features/promote/promote-exploration.use-case.d.ts +0 -40
- package/dist/packages/core/src/application/use-cases/features/promote/promote-exploration.use-case.d.ts.map +0 -1
- package/dist/packages/core/src/application/use-cases/features/promote/promote-exploration.use-case.js +0 -125
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/051-replace-fast-with-mode.d.ts +0 -19
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/051-replace-fast-with-mode.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/051-replace-fast-with-mode.js +0 -46
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/052-replace-default-fast-mode-with-default-mode.d.ts +0 -17
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/052-replace-default-fast-mode-with-default-mode.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/052-replace-default-fast-mode-with-default-mode.js +0 -37
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-exploration-max-iterations.d.ts +0 -12
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-exploration-max-iterations.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-exploration-max-iterations.js +0 -17
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/exploration-agent-graph.d.ts +0 -362
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/exploration-agent-graph.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/exploration-agent-graph.js +0 -72
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/apply-feedback.node.d.ts +0 -18
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/apply-feedback.node.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/apply-feedback.node.js +0 -52
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/apply-feedback.prompt.d.ts +0 -24
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/apply-feedback.prompt.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/apply-feedback.prompt.js +0 -38
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/prototype-generate.prompt.d.ts +0 -31
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/prototype-generate.prompt.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/prototype-generate.prompt.js +0 -240
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prototype-generate.node.d.ts +0 -21
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prototype-generate.node.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prototype-generate.node.js +0 -134
- package/dist/src/presentation/cli/commands/feat/feedback.command.d.ts +0 -12
- package/dist/src/presentation/cli/commands/feat/feedback.command.d.ts.map +0 -1
- package/dist/src/presentation/cli/commands/feat/feedback.command.js +0 -64
- package/dist/src/presentation/cli/commands/feat/promote.command.d.ts +0 -13
- package/dist/src/presentation/cli/commands/feat/promote.command.d.ts.map +0 -1
- package/dist/src/presentation/cli/commands/feat/promote.command.js +0 -41
- package/dist/src/presentation/web/app/actions/discard-exploration.d.ts +0 -9
- package/dist/src/presentation/web/app/actions/discard-exploration.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/discard-exploration.js +0 -29
- package/dist/src/presentation/web/app/actions/promote-exploration.d.ts +0 -11
- package/dist/src/presentation/web/app/actions/promote-exploration.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/promote-exploration.js +0 -21
- package/dist/src/presentation/web/app/actions/submit-exploration-feedback.d.ts +0 -12
- package/dist/src/presentation/web/app/actions/submit-exploration-feedback.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/submit-exploration-feedback.js +0 -40
- package/dist/src/presentation/web/components/common/feature-create-drawer/mode-selector.d.ts +0 -8
- package/dist/src/presentation/web/components/common/feature-create-drawer/mode-selector.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/mode-selector.js +0 -33
- package/dist/src/presentation/web/components/common/feature-create-drawer/mode-selector.stories.d.ts +0 -10
- package/dist/src/presentation/web/components/common/feature-create-drawer/mode-selector.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/feature-create-drawer/mode-selector.stories.js +0 -33
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/prototype-tab.d.ts +0 -11
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/prototype-tab.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/prototype-tab.js +0 -34
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/prototype-tab.stories.d.ts +0 -16
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/prototype-tab.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/prototype-tab.stories.js +0 -70
- package/dist/src/presentation/web/components/ui/toggle-group.d.ts +0 -10
- package/dist/src/presentation/web/components/ui/toggle-group.d.ts.map +0 -1
- package/dist/src/presentation/web/components/ui/toggle-group.js +0 -22
- package/dist/src/presentation/web/components/ui/toggle.d.ts +0 -10
- package/dist/src/presentation/web/components/ui/toggle.d.ts.map +0 -1
- package/dist/src/presentation/web/components/ui/toggle.js +0 -26
- package/web/.next/server/chunks/ssr/[root-of-the-server]__03c66352._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__03c66352._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__403afc23._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__403afc23._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__df550e85._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__df550e85._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__df5602bf._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__df5602bf._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e9f4767a._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e9f4767a._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0fd635d7._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_30ddea9d._.js +0 -9
- package/web/.next/server/chunks/ssr/_30ddea9d._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_6e79a2cc._.js +0 -3
- package/web/.next/server/chunks/ssr/_6e79a2cc._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_cac4abe6._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_approve-feature_ts_9453ce8b._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_approve-feature_ts_9453ce8b._.js.map +0 -1
- package/web/.next/static/chunks/2ceebcc839ee0d4b.js +0 -1
- package/web/.next/static/chunks/5743a9c1c63e5261.js +0 -5
- package/web/.next/static/chunks/5cf9745e2ef3837c.js +0 -1
- package/web/.next/static/chunks/c80e8e3d0cf5baa6.css +0 -1
- package/web/.next/static/chunks/d60cee2e7318f425.js +0 -1
- package/web/.next/static/chunks/da565c85277c2461.js +0 -1
- package/web/.next/static/chunks/fb89cf91c10b2e8b.js +0 -1
- /package/web/.next/static/{G895CgnbZl4YvWN_DaRC- → akDn2qFk1krSwrjt4345P}/_buildManifest.js +0 -0
- /package/web/.next/static/{G895CgnbZl4YvWN_DaRC- → akDn2qFk1krSwrjt4345P}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{G895CgnbZl4YvWN_DaRC- → akDn2qFk1krSwrjt4345P}/_ssgManifest.js +0 -0
package/package.json
CHANGED
package/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
akDn2qFk1krSwrjt4345P
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/akDn2qFk1krSwrjt4345P/_ssgManifest.js",
|
|
11
|
+
"static/akDn2qFk1krSwrjt4345P/_buildManifest.js"
|
|
12
12
|
],
|
|
13
13
|
"rootMainFiles": [
|
|
14
14
|
"static/chunks/74729cbad964be13.js",
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"polyfillFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/akDn2qFk1krSwrjt4345P/_ssgManifest.js",
|
|
9
|
+
"static/akDn2qFk1krSwrjt4345P/_buildManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": []
|
|
12
12
|
}
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"dynamicRoutes": {},
|
|
30
30
|
"notFoundRoutes": [],
|
|
31
31
|
"preview": {
|
|
32
|
-
"previewModeId": "
|
|
33
|
-
"previewModeSigningKey": "
|
|
34
|
-
"previewModeEncryptionKey": "
|
|
32
|
+
"previewModeId": "939c8f93cc1a82cf5a9401914b71cc80",
|
|
33
|
+
"previewModeSigningKey": "c63bed0380f54b2129788a9e57bac2fd66fec713d94c9910c5025b7d7dc56150",
|
|
34
|
+
"previewModeEncryptionKey": "a03cd4024f5742d3860f95fa66d03ea18bddb12fa7436ea8594cc3c7f24ecac3"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -5,8 +5,8 @@ self.__SERVER_FILES_MANIFEST={
|
|
|
5
5
|
"NEXT_PUBLIC_SHEP_VERSION": "1.170.0",
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
8
|
-
"NEXT_PUBLIC_SHEP_BRANCH": "
|
|
9
|
-
"NEXT_PUBLIC_SHEP_COMMIT": "
|
|
8
|
+
"NEXT_PUBLIC_SHEP_BRANCH": "main",
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "4124dfbef0e445aa3269dfaa30a7c99a260f5813",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/shep/shep/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"NEXT_PUBLIC_SHEP_VERSION": "1.170.0",
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
8
|
-
"NEXT_PUBLIC_SHEP_BRANCH": "
|
|
9
|
-
"NEXT_PUBLIC_SHEP_COMMIT": "
|
|
8
|
+
"NEXT_PUBLIC_SHEP_BRANCH": "main",
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "4124dfbef0e445aa3269dfaa30a7c99a260f5813",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/shep/shep/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"000cfa2292370a995d482ed1fa810074d629b447dc": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
6
6
|
"moduleId": 11372,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"exportedName": "getAllAgentModels",
|
|
16
16
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"6056d1dfcbf6e1b065f0d6a3edf49fb2aadc614847": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
21
21
|
"moduleId": 11372,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"exportedName": "updateAgentAndModel",
|
|
31
31
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"00c7684a5615def2c411b99b7c0edff3bc14660bb7": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
36
36
|
"moduleId": 11372,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"exportedName": "pickFolder",
|
|
46
46
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"4061fb17a8382d5e7715f739b490c1c5f4ea5a5e8f": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
51
51
|
"moduleId": 11372,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "listGitHubRepositories",
|
|
61
61
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"003e3e27c0e2f28ed64f17050983a1f3ca023bc252": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
66
66
|
"moduleId": 11372,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"exportedName": "listGitHubOrganizations",
|
|
76
76
|
"filename": "src/presentation/web/app/actions/list-github-organizations.ts"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"402a5557ddd93fb36232fbed52f19f254f8c7911e0": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
81
81
|
"moduleId": 11372,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"exportedName": "importGitHubRepository",
|
|
91
91
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"40d860247fc91a81b4f9a21faa0543aea7d646e0db": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
96
96
|
"moduleId": 11372,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"exportedName": "deployFeature",
|
|
106
106
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"4053c30de9f68a028a0663d432e4cacf3e32d66472": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
111
111
|
"moduleId": 11372,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "deployRepository",
|
|
121
121
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"40ffc09f3c608661b6c739ae2c2d79ccd06293c5e9": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
126
126
|
"moduleId": 11372,
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"exportedName": "stopDeployment",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"4061a2f88b8eeaa5f6e3281948ce7a21fd75af0e65": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
141
141
|
"moduleId": 11372,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"exportedName": "getDeploymentStatus",
|
|
151
151
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"40949ed411836624a3705ef2e5911b1c9f51ec20de": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
156
156
|
"moduleId": 11372,
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"exportedName": "openIde",
|
|
166
166
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
167
167
|
},
|
|
168
|
-
"
|
|
168
|
+
"4069529dbc93d3c95b6f76418ae3f4e130888f139e": {
|
|
169
169
|
"workers": {
|
|
170
170
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
171
171
|
"moduleId": 11372,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "openShell",
|
|
181
181
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"40d8de2c094bcbd2ce5f669094121ade76ae90bc67": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
186
186
|
"moduleId": 11372,
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"exportedName": "openFolder",
|
|
196
196
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
197
197
|
},
|
|
198
|
-
"
|
|
198
|
+
"406fa2a5343bdb0c3e14d93cedf9ded26593104bf2": {
|
|
199
199
|
"workers": {
|
|
200
200
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
201
201
|
"moduleId": 11372,
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"exportedName": "syncRepository",
|
|
211
211
|
"filename": "src/presentation/web/app/actions/sync-repository.ts"
|
|
212
212
|
},
|
|
213
|
-
"
|
|
213
|
+
"40bd7d1a54d477f9ac2b1257a554f7579809c6092a": {
|
|
214
214
|
"workers": {
|
|
215
215
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
216
216
|
"moduleId": 11372,
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"exportedName": "getDeploymentLogs",
|
|
226
226
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
227
227
|
},
|
|
228
|
-
"
|
|
228
|
+
"005a1427aa1ddc290278dc4009099f5fde0b0f5d94": {
|
|
229
229
|
"workers": {
|
|
230
230
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
231
231
|
"moduleId": 11372,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"exportedName": "isAgentSetupComplete",
|
|
241
241
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"000f43c86d5142a3015e7a76d2187594c843726b30": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
246
246
|
"moduleId": 11372,
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"exportedName": "checkAgentAuth",
|
|
256
256
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts"
|
|
257
257
|
},
|
|
258
|
-
"
|
|
258
|
+
"003f1737cf1b20d555a8cb47bf71eb9dca142dc8cc": {
|
|
259
259
|
"workers": {
|
|
260
260
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
261
261
|
"moduleId": 11372,
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"exportedName": "checkToolStatus",
|
|
271
271
|
"filename": "src/presentation/web/app/actions/check-tool-status.ts"
|
|
272
272
|
},
|
|
273
|
-
"
|
|
273
|
+
"40ab84a2f128bfee511b1fe0f8622b93631cfa3a4e": {
|
|
274
274
|
"workers": {
|
|
275
275
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
276
276
|
"moduleId": 11372,
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"exportedName": "archiveFeature",
|
|
286
286
|
"filename": "src/presentation/web/app/actions/archive-feature.ts"
|
|
287
287
|
},
|
|
288
|
-
"
|
|
288
|
+
"78ffbdb116587c39b1fb95396d9fe4788b30d6e960": {
|
|
289
289
|
"workers": {
|
|
290
290
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
291
291
|
"moduleId": 11372,
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"exportedName": "deleteFeature",
|
|
301
301
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
302
302
|
},
|
|
303
|
-
"
|
|
303
|
+
"403f18af62da3a2e4d11640c0238125e700233d0f8": {
|
|
304
304
|
"workers": {
|
|
305
305
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
306
306
|
"moduleId": 11372,
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"exportedName": "resumeFeature",
|
|
316
316
|
"filename": "src/presentation/web/app/actions/resume-feature.ts"
|
|
317
317
|
},
|
|
318
|
-
"
|
|
318
|
+
"400152ebed1012d8cbf6ab79ef74757420ebee70b2": {
|
|
319
319
|
"workers": {
|
|
320
320
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
321
321
|
"moduleId": 11372,
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"exportedName": "startFeature",
|
|
331
331
|
"filename": "src/presentation/web/app/actions/start-feature.ts"
|
|
332
332
|
},
|
|
333
|
-
"
|
|
333
|
+
"4028b8108206ccf13fa0094273c636aa3925698116": {
|
|
334
334
|
"workers": {
|
|
335
335
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
336
336
|
"moduleId": 11372,
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"exportedName": "stopFeature",
|
|
346
346
|
"filename": "src/presentation/web/app/actions/stop-feature.ts"
|
|
347
347
|
},
|
|
348
|
-
"
|
|
348
|
+
"4024d3e71cc43717b0da19bc359a9895bd671abc38": {
|
|
349
349
|
"workers": {
|
|
350
350
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
351
351
|
"moduleId": 11372,
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"exportedName": "unarchiveFeature",
|
|
361
361
|
"filename": "src/presentation/web/app/actions/unarchive-feature.ts"
|
|
362
362
|
},
|
|
363
|
-
"
|
|
363
|
+
"4027d006cbe75ce17ea90a045949f5c0b3edf01e48": {
|
|
364
364
|
"workers": {
|
|
365
365
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
366
366
|
"moduleId": 11372,
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"exportedName": "addRepository",
|
|
376
376
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
377
377
|
},
|
|
378
|
-
"
|
|
378
|
+
"40eb6e9251a56eeeacec1db25587b0e2943b6d484f": {
|
|
379
379
|
"workers": {
|
|
380
380
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
381
381
|
"moduleId": 11372,
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"exportedName": "deleteRepository",
|
|
391
391
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
392
392
|
},
|
|
393
|
-
"
|
|
393
|
+
"400b427a400a52da13e0b74f36c3e9d01b4e7d89b7": {
|
|
394
394
|
"workers": {
|
|
395
395
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
396
396
|
"moduleId": 11372,
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"exportedName": "getFeatureMetadata",
|
|
406
406
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
407
407
|
},
|
|
408
|
-
"
|
|
408
|
+
"40c5b63ca4f4b049ace7c5d73c24d375a8346bd721": {
|
|
409
409
|
"workers": {
|
|
410
410
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
411
411
|
"moduleId": 11372,
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"exportedName": "adoptBranch",
|
|
421
421
|
"filename": "src/presentation/web/app/actions/adopt-branch.ts"
|
|
422
422
|
},
|
|
423
|
-
"
|
|
423
|
+
"4030a418b02ab66d30c425a5a441c4a45fbc81f664": {
|
|
424
424
|
"workers": {
|
|
425
425
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
426
426
|
"moduleId": 11372,
|