@shepai/cli 1.169.1-pr509.3238903 → 1.169.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/apis/json-schema/Feature.yaml +0 -10
- package/apis/json-schema/WorkflowConfig.yaml +0 -3
- package/dist/packages/core/src/application/ports/output/services/index.d.ts +0 -1
- package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -1
- 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 +0 -1
- package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts +1 -3
- 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 +3 -22
- package/dist/packages/core/src/application/use-cases/features/create/types.d.ts +0 -2
- package/dist/packages/core/src/application/use-cases/features/create/types.d.ts.map +1 -1
- 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 -55
- package/dist/packages/core/src/domain/generated/output.d.ts +0 -50
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
- package/dist/packages/core/src/domain/generated/output.js +0 -5
- package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/container.js +0 -2
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +0 -2
- 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 +0 -6
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -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 +0 -27
- 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 +4 -8
- package/dist/src/presentation/cli/commands/feat/new.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/new.command.js +0 -3
- package/dist/src/presentation/web/app/actions/create-feature.d.ts +0 -2
- package/dist/src/presentation/web/app/actions/create-feature.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/create-feature.js +1 -3
- package/dist/src/presentation/web/app/actions/get-workflow-defaults.d.ts +0 -1
- 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 +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 +0 -2
- package/dist/src/presentation/web/app/skills/page.d.ts.map +1 -1
- package/dist/src/presentation/web/app/skills/page.js +1 -6
- package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.d.ts +0 -2
- 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 +2 -6
- 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 +0 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.js +4 -10
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts +0 -2
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +0 -12
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +0 -4
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/skills-page-client.d.ts +1 -3
- package/dist/src/presentation/web/components/features/skills/skills-page-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/skills-page-client.js +3 -5
- package/dist/src/presentation/web/components/features/skills/skills-page-client.stories.d.ts +0 -1
- package/dist/src/presentation/web/components/features/skills/skills-page-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/skills/skills-page-client.stories.js +0 -27
- package/dist/translations/ar/cli.json +0 -2
- package/dist/translations/ar/web.json +11 -15
- package/dist/translations/de/cli.json +0 -2
- package/dist/translations/de/web.json +17 -35
- package/dist/translations/en/cli.json +0 -2
- package/dist/translations/en/web.json +0 -4
- package/dist/translations/es/cli.json +0 -2
- package/dist/translations/es/web.json +12 -16
- package/dist/translations/fr/cli.json +0 -2
- package/dist/translations/fr/web.json +12 -16
- package/dist/translations/he/cli.json +0 -2
- package/dist/translations/he/web.json +12 -16
- package/dist/translations/pt/cli.json +0 -2
- package/dist/translations/pt/web.json +12 -16
- package/dist/translations/ru/cli.json +0 -2
- package/dist/translations/ru/web.json +12 -16
- 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 +5 -5
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +3 -3
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +29 -29
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +38 -38
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +38 -38
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/chat/page.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +30 -30
- package/web/.next/server/app/(dashboard)/create/page.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +38 -38
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +38 -38
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +27 -27
- package/web/.next/server/app/(dashboard)/page.js +1 -1
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
- 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/server-reference-manifest.json +6 -6
- package/web/.next/server/app/_not-found/page.js +1 -1
- 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/build-manifest.json +3 -3
- package/web/.next/server/app/features/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/features/page.js +1 -1
- 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/build-manifest.json +3 -3
- package/web/.next/server/app/settings/page/server-reference-manifest.json +9 -9
- package/web/.next/server/app/settings/page.js +3 -3
- package/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/build-manifest.json +3 -3
- package/web/.next/server/app/skills/page/server-reference-manifest.json +22 -52
- package/web/.next/server/app/skills/page.js +2 -3
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/build-manifest.json +3 -3
- package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
- package/web/.next/server/app/tools/page.js +1 -1
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/build-manifest.json +3 -3
- package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/version/page.js +1 -1
- 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/[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]__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]__20a36a42._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__20a36a42._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4fb81977._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4fb81977._.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 +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7dcd0917._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__92ffd5ee._.js → [root-of-the-server]__7ffd3598._.js} +3 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7ffd3598._.js.map +1 -0
- 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 +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ba7f5873._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c5e09f6f._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c5e09f6f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__1cd4327c._.js → [root-of-the-server]__e88da4ee._.js} +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e88da4ee._.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/{403f9_next_8a33ddee._.js → _0727935d._.js} +2 -2
- package/web/.next/server/chunks/ssr/_0727935d._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0dc06d07._.js +3 -0
- package/web/.next/server/chunks/ssr/_0dc06d07._.js.map +1 -0
- 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/_4cbb7f95._.js +1 -1
- package/web/.next/server/chunks/ssr/_4cbb7f95._.js.map +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/_682fc996._.js +9 -0
- package/web/.next/server/chunks/ssr/_682fc996._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_6892e3b9._.js +3 -0
- package/web/.next/server/chunks/ssr/_6892e3b9._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_9b964adc._.js +3 -0
- package/web/.next/server/chunks/ssr/{_10a571b8._.js.map → _9b964adc._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_a1068852._.js +3 -0
- package/web/.next/server/chunks/ssr/_a1068852._.js.map +1 -0
- 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/{_d55b34d1._.js → _a8b338ec._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_d55b34d1._.js.map → _a8b338ec._.js.map} +1 -1
- 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/_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/_f8b45233._.js +1 -1
- package/web/.next/server/chunks/ssr/_f8b45233._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_11cbed18._.js → _fe058119._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_11cbed18._.js.map → _fe058119._.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/node_modules__pnpm_12a7ede0._.js +3 -0
- package/web/.next/server/chunks/ssr/node_modules__pnpm_12a7ede0._.js.map +1 -0
- 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_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_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/middleware-build-manifest.js +3 -3
- 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 +59 -89
- package/web/.next/static/chunks/{f1a5cda6353fe321.js → 021c9b0effb6d688.js} +1 -1
- package/web/.next/static/chunks/{cb638c28c942e3ca.js → 04c874f52a7cd435.js} +1 -1
- package/web/.next/static/chunks/20f7cc98a013b11c.js +1 -0
- package/web/.next/static/chunks/4cec255f2754e5ec.js +1 -0
- package/web/.next/static/chunks/{d52622eb492eadb1.js → 562c70303d910295.js} +1 -1
- package/web/.next/static/chunks/5b7275374d2696b3.css +1 -0
- package/web/.next/static/chunks/647140fe96a7c88a.js +1 -0
- package/web/.next/static/chunks/6d6f70ff5151b8cb.js +7 -0
- package/web/.next/static/chunks/84792d40edc4b027.js +5 -0
- package/web/.next/static/chunks/8800875bb3d56192.js +3 -0
- package/web/.next/static/chunks/8d581adafe8d1dd0.js +1 -0
- package/web/.next/static/chunks/982aef195c118996.js +1 -0
- package/web/.next/static/chunks/{f844d62e4159c965.js → a052c19c18e9eced.js} +1 -1
- package/web/.next/static/chunks/a6b5e739d2f89c6b.js +1 -0
- package/web/.next/static/chunks/b0e2fb3d4eb42f3d.js +1 -0
- package/web/.next/static/chunks/c3ef3b892f7794ec.js +1 -0
- package/web/.next/static/chunks/{783b3ac450c8199b.js → c5d89c12a73e0461.js} +2 -2
- package/web/.next/static/chunks/{9ba70e315d9b5dd6.js → caf7d7e1b439b29e.js} +1 -1
- package/web/.next/static/chunks/{853459c5497533d4.js → d6c39780c2f75ecd.js} +1 -1
- package/web/.next/static/chunks/dc134f3f58cdf850.js +5 -0
- package/web/.next/static/chunks/{205b4659bdfc9b72.js → ff9e33615f5c856c.js} +1 -1
- package/web/.next/static/chunks/{turbopack-b38a68b1b1c41a87.js → turbopack-57bb0674e2cd1d31.js} +1 -1
- package/apis/json-schema/SkillInjectionConfig.yaml +0 -17
- package/apis/json-schema/SkillSource.yaml +0 -21
- package/apis/json-schema/SkillSourceType.yaml +0 -7
- package/dist/packages/core/src/application/ports/output/services/skill-injector.interface.d.ts +0 -39
- package/dist/packages/core/src/application/ports/output/services/skill-injector.interface.d.ts.map +0 -1
- package/dist/packages/core/src/application/ports/output/services/skill-injector.interface.js +0 -8
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-skill-injection-config.d.ts +0 -15
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-skill-injection-config.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/053-add-skill-injection-config.js +0 -23
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/054-add-injected-skills-to-features.d.ts +0 -11
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/054-add-injected-skills-to-features.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/054-add-injected-skills-to-features.js +0 -19
- package/dist/packages/core/src/infrastructure/services/skill-injector.service.d.ts +0 -26
- package/dist/packages/core/src/infrastructure/services/skill-injector.service.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/skill-injector.service.js +0 -201
- package/dist/src/presentation/web/app/actions/add-injected-skill.d.ts +0 -7
- package/dist/src/presentation/web/app/actions/add-injected-skill.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/add-injected-skill.js +0 -34
- package/dist/src/presentation/web/app/actions/remove-injected-skill.d.ts +0 -6
- package/dist/src/presentation/web/app/actions/remove-injected-skill.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/remove-injected-skill.js +0 -35
- package/dist/src/presentation/web/components/features/skills/add-skill-dialog.d.ts +0 -10
- package/dist/src/presentation/web/components/features/skills/add-skill-dialog.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/skills/add-skill-dialog.js +0 -56
- package/dist/src/presentation/web/components/features/skills/add-skill-dialog.stories.d.ts +0 -16
- package/dist/src/presentation/web/components/features/skills/add-skill-dialog.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/skills/add-skill-dialog.stories.js +0 -66
- package/dist/src/presentation/web/components/features/skills/auto-injected-skills-section.d.ts +0 -8
- package/dist/src/presentation/web/components/features/skills/auto-injected-skills-section.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/skills/auto-injected-skills-section.js +0 -42
- package/dist/src/presentation/web/components/features/skills/auto-injected-skills-section.stories.d.ts +0 -16
- package/dist/src/presentation/web/components/features/skills/auto-injected-skills-section.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/skills/auto-injected-skills-section.stories.js +0 -69
- package/web/.next/server/chunks/ssr/403f9_next_8a33ddee._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__1cd4327c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__92ffd5ee._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fa525872._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fa525872._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_10a571b8._.js +0 -3
- package/web/.next/server/chunks/ssr/_45496654._.js +0 -3
- package/web/.next/server/chunks/ssr/_45496654._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_6f35fb9a._.js +0 -3
- package/web/.next/server/chunks/ssr/_6f35fb9a._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_a963dd3c._.js +0 -3
- package/web/.next/server/chunks/ssr/_a963dd3c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_df737cce._.js +0 -3
- package/web/.next/server/chunks/ssr/_df737cce._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_e3f14907._.js +0 -9
- package/web/.next/server/chunks/ssr/_e3f14907._.js.map +0 -1
- package/web/.next/server/chunks/ssr/node_modules__pnpm_1300ae39._.js +0 -3
- package/web/.next/server/chunks/ssr/node_modules__pnpm_1300ae39._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js.map +0 -1
- package/web/.next/static/chunks/008a238e3827134a.js +0 -1
- package/web/.next/static/chunks/185e4f36cb6efb24.js +0 -1
- package/web/.next/static/chunks/24ef0e36f68901cd.js +0 -1
- package/web/.next/static/chunks/74729cbad964be13.js +0 -1
- package/web/.next/static/chunks/86b3891618d9e165.js +0 -1
- package/web/.next/static/chunks/8cedbf904e6bca33.js +0 -3
- package/web/.next/static/chunks/a4668ef7bb93c465.js +0 -1
- package/web/.next/static/chunks/b0ed1ec320a0e51a.js +0 -1
- package/web/.next/static/chunks/b14085e99b88e7f7.css +0 -1
- package/web/.next/static/chunks/b65e555419a0c664.js +0 -1
- package/web/.next/static/chunks/c669da1a499f4683.js +0 -7
- package/web/.next/static/chunks/cc5fe8d1d9e1e519.js +0 -5
- package/web/.next/static/chunks/cf1c386f350d1f1b.js +0 -5
- /package/web/.next/static/{w_8Pssf6--RSvCF6kGM86 → lFiCv3l4nIAIpZmj6eehh}/_buildManifest.js +0 -0
- /package/web/.next/static/{w_8Pssf6--RSvCF6kGM86 → lFiCv3l4nIAIpZmj6eehh}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{w_8Pssf6--RSvCF6kGM86 → lFiCv3l4nIAIpZmj6eehh}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"0088e28f38dd9dbd149ac04ebdd04307edaaa4d208": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
6
6
|
"moduleId": 11372,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
106
106
|
},
|
|
107
107
|
"app/skills/page": {
|
|
108
|
-
"moduleId":
|
|
108
|
+
"moduleId": 14937,
|
|
109
109
|
"async": false,
|
|
110
110
|
"exportedName": "getAllAgentModels",
|
|
111
111
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts",
|
|
149
149
|
"exportedName": "getAllAgentModels"
|
|
150
150
|
},
|
|
151
|
-
"
|
|
151
|
+
"60816866dcea84f6878dbb443b6306df5af5e886df": {
|
|
152
152
|
"workers": {
|
|
153
153
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
154
154
|
"moduleId": 11372,
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
254
254
|
},
|
|
255
255
|
"app/skills/page": {
|
|
256
|
-
"moduleId":
|
|
256
|
+
"moduleId": 14937,
|
|
257
257
|
"async": false,
|
|
258
258
|
"exportedName": "updateAgentAndModel",
|
|
259
259
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts",
|
|
297
297
|
"exportedName": "updateAgentAndModel"
|
|
298
298
|
},
|
|
299
|
-
"
|
|
299
|
+
"006bc12855149abdbe0d18ac00506e6d10a48bd8d9": {
|
|
300
300
|
"workers": {
|
|
301
301
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
302
302
|
"moduleId": 11372,
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
402
402
|
},
|
|
403
403
|
"app/skills/page": {
|
|
404
|
-
"moduleId":
|
|
404
|
+
"moduleId": 14937,
|
|
405
405
|
"async": false,
|
|
406
406
|
"exportedName": "pickFolder",
|
|
407
407
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"filename": "src/presentation/web/app/actions/pick-folder.ts",
|
|
445
445
|
"exportedName": "pickFolder"
|
|
446
446
|
},
|
|
447
|
-
"
|
|
447
|
+
"40449c42633d1a8f0cc0a03da67e2fa47cad488e97": {
|
|
448
448
|
"workers": {
|
|
449
449
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
450
450
|
"moduleId": 11372,
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts"
|
|
550
550
|
},
|
|
551
551
|
"app/skills/page": {
|
|
552
|
-
"moduleId":
|
|
552
|
+
"moduleId": 14937,
|
|
553
553
|
"async": false,
|
|
554
554
|
"exportedName": "listGitHubRepositories",
|
|
555
555
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts"
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"filename": "src/presentation/web/app/actions/list-github-repositories.ts",
|
|
593
593
|
"exportedName": "listGitHubRepositories"
|
|
594
594
|
},
|
|
595
|
-
"
|
|
595
|
+
"00c2b66e0fd2b67c798bb1c4171ff7f9e61231d09a": {
|
|
596
596
|
"workers": {
|
|
597
597
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
598
598
|
"moduleId": 11372,
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"filename": "src/presentation/web/app/actions/list-github-organizations.ts"
|
|
698
698
|
},
|
|
699
699
|
"app/skills/page": {
|
|
700
|
-
"moduleId":
|
|
700
|
+
"moduleId": 14937,
|
|
701
701
|
"async": false,
|
|
702
702
|
"exportedName": "listGitHubOrganizations",
|
|
703
703
|
"filename": "src/presentation/web/app/actions/list-github-organizations.ts"
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
"filename": "src/presentation/web/app/actions/list-github-organizations.ts",
|
|
741
741
|
"exportedName": "listGitHubOrganizations"
|
|
742
742
|
},
|
|
743
|
-
"
|
|
743
|
+
"407a1e1a5059eb5674c6af4f0a49d0f7a7f666d617": {
|
|
744
744
|
"workers": {
|
|
745
745
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
746
746
|
"moduleId": 11372,
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts"
|
|
846
846
|
},
|
|
847
847
|
"app/skills/page": {
|
|
848
|
-
"moduleId":
|
|
848
|
+
"moduleId": 14937,
|
|
849
849
|
"async": false,
|
|
850
850
|
"exportedName": "importGitHubRepository",
|
|
851
851
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts"
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
"filename": "src/presentation/web/app/actions/import-github-repository.ts",
|
|
889
889
|
"exportedName": "importGitHubRepository"
|
|
890
890
|
},
|
|
891
|
-
"
|
|
891
|
+
"404c40b8793f380bc527ac604f072a7db56a941f56": {
|
|
892
892
|
"workers": {
|
|
893
893
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
894
894
|
"moduleId": 11372,
|
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
976
976
|
},
|
|
977
977
|
"app/skills/page": {
|
|
978
|
-
"moduleId":
|
|
978
|
+
"moduleId": 14937,
|
|
979
979
|
"async": false,
|
|
980
980
|
"exportedName": "deployFeature",
|
|
981
981
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts",
|
|
1009
1009
|
"exportedName": "deployFeature"
|
|
1010
1010
|
},
|
|
1011
|
-
"
|
|
1011
|
+
"4064d47faee7b43660f627e24f61119cb39f057fee": {
|
|
1012
1012
|
"workers": {
|
|
1013
1013
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1014
1014
|
"moduleId": 11372,
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
1096
1096
|
},
|
|
1097
1097
|
"app/skills/page": {
|
|
1098
|
-
"moduleId":
|
|
1098
|
+
"moduleId": 14937,
|
|
1099
1099
|
"async": false,
|
|
1100
1100
|
"exportedName": "deployRepository",
|
|
1101
1101
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts",
|
|
1129
1129
|
"exportedName": "deployRepository"
|
|
1130
1130
|
},
|
|
1131
|
-
"
|
|
1131
|
+
"409a10e0c1b2c4e06a2eea74d3f042e0617bee5021": {
|
|
1132
1132
|
"workers": {
|
|
1133
1133
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1134
1134
|
"moduleId": 11372,
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
1216
1216
|
},
|
|
1217
1217
|
"app/skills/page": {
|
|
1218
|
-
"moduleId":
|
|
1218
|
+
"moduleId": 14937,
|
|
1219
1219
|
"async": false,
|
|
1220
1220
|
"exportedName": "stopDeployment",
|
|
1221
1221
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts",
|
|
1249
1249
|
"exportedName": "stopDeployment"
|
|
1250
1250
|
},
|
|
1251
|
-
"
|
|
1251
|
+
"40cedaf43ab2b5b00578ffa1ca5863fb0659cce79c": {
|
|
1252
1252
|
"workers": {
|
|
1253
1253
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1254
1254
|
"moduleId": 11372,
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
1336
1336
|
},
|
|
1337
1337
|
"app/skills/page": {
|
|
1338
|
-
"moduleId":
|
|
1338
|
+
"moduleId": 14937,
|
|
1339
1339
|
"async": false,
|
|
1340
1340
|
"exportedName": "getDeploymentStatus",
|
|
1341
1341
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts",
|
|
1369
1369
|
"exportedName": "getDeploymentStatus"
|
|
1370
1370
|
},
|
|
1371
|
-
"
|
|
1371
|
+
"40e4b623fac38a10c5dd7c5a48ee53bac4d516bf2a": {
|
|
1372
1372
|
"workers": {
|
|
1373
1373
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1374
1374
|
"moduleId": 11372,
|
|
@@ -1474,7 +1474,7 @@
|
|
|
1474
1474
|
"filename": "src/presentation/web/app/actions/open-ide.ts",
|
|
1475
1475
|
"exportedName": "openIde"
|
|
1476
1476
|
},
|
|
1477
|
-
"
|
|
1477
|
+
"40b672ab71bfc96d3c594fc84489fb5dcfa1bf6cef": {
|
|
1478
1478
|
"workers": {
|
|
1479
1479
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1480
1480
|
"moduleId": 11372,
|
|
@@ -1580,7 +1580,7 @@
|
|
|
1580
1580
|
"filename": "src/presentation/web/app/actions/open-shell.ts",
|
|
1581
1581
|
"exportedName": "openShell"
|
|
1582
1582
|
},
|
|
1583
|
-
"
|
|
1583
|
+
"40e6d2a550ba54ad66856dd19b02a44ad64dfce63b": {
|
|
1584
1584
|
"workers": {
|
|
1585
1585
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1586
1586
|
"moduleId": 11372,
|
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
"filename": "src/presentation/web/app/actions/open-folder.ts",
|
|
1687
1687
|
"exportedName": "openFolder"
|
|
1688
1688
|
},
|
|
1689
|
-
"
|
|
1689
|
+
"400132cb098db4895556c2e9f59e672a3508267eb7": {
|
|
1690
1690
|
"workers": {
|
|
1691
1691
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1692
1692
|
"moduleId": 11372,
|
|
@@ -1792,7 +1792,7 @@
|
|
|
1792
1792
|
"filename": "src/presentation/web/app/actions/sync-repository.ts",
|
|
1793
1793
|
"exportedName": "syncRepository"
|
|
1794
1794
|
},
|
|
1795
|
-
"
|
|
1795
|
+
"4066fa53517a4353737e47dc33bd585d3e211c4e9a": {
|
|
1796
1796
|
"workers": {
|
|
1797
1797
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1798
1798
|
"moduleId": 11372,
|
|
@@ -1879,7 +1879,7 @@
|
|
|
1879
1879
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
1880
1880
|
},
|
|
1881
1881
|
"app/skills/page": {
|
|
1882
|
-
"moduleId":
|
|
1882
|
+
"moduleId": 14937,
|
|
1883
1883
|
"async": false,
|
|
1884
1884
|
"exportedName": "getDeploymentLogs",
|
|
1885
1885
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
@@ -1912,7 +1912,7 @@
|
|
|
1912
1912
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts",
|
|
1913
1913
|
"exportedName": "getDeploymentLogs"
|
|
1914
1914
|
},
|
|
1915
|
-
"
|
|
1915
|
+
"0000e11ebed07c5650014e5b629a1e42a3a078e7eb": {
|
|
1916
1916
|
"workers": {
|
|
1917
1917
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
1918
1918
|
"moduleId": 11372,
|
|
@@ -2018,7 +2018,7 @@
|
|
|
2018
2018
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts",
|
|
2019
2019
|
"exportedName": "isAgentSetupComplete"
|
|
2020
2020
|
},
|
|
2021
|
-
"
|
|
2021
|
+
"00a7fd63cde615ef24865601177e92430e461ca45d": {
|
|
2022
2022
|
"workers": {
|
|
2023
2023
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2024
2024
|
"moduleId": 11372,
|
|
@@ -2124,7 +2124,7 @@
|
|
|
2124
2124
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts",
|
|
2125
2125
|
"exportedName": "checkAgentAuth"
|
|
2126
2126
|
},
|
|
2127
|
-
"
|
|
2127
|
+
"008d75d617d98b98af7f5678595ca7d20a9bd1efea": {
|
|
2128
2128
|
"workers": {
|
|
2129
2129
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2130
2130
|
"moduleId": 11372,
|
|
@@ -2230,7 +2230,7 @@
|
|
|
2230
2230
|
"filename": "src/presentation/web/app/actions/check-tool-status.ts",
|
|
2231
2231
|
"exportedName": "checkToolStatus"
|
|
2232
2232
|
},
|
|
2233
|
-
"
|
|
2233
|
+
"40bda4200b16bb0f4d17109dc5269a2ed28c79c8b5": {
|
|
2234
2234
|
"workers": {
|
|
2235
2235
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2236
2236
|
"moduleId": 11372,
|
|
@@ -2336,7 +2336,7 @@
|
|
|
2336
2336
|
"filename": "src/presentation/web/app/actions/archive-feature.ts",
|
|
2337
2337
|
"exportedName": "archiveFeature"
|
|
2338
2338
|
},
|
|
2339
|
-
"
|
|
2339
|
+
"780efa9082466fba1846c2a75f1e83718e69482828": {
|
|
2340
2340
|
"workers": {
|
|
2341
2341
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2342
2342
|
"moduleId": 11372,
|
|
@@ -2442,7 +2442,7 @@
|
|
|
2442
2442
|
"filename": "src/presentation/web/app/actions/delete-feature.ts",
|
|
2443
2443
|
"exportedName": "deleteFeature"
|
|
2444
2444
|
},
|
|
2445
|
-
"
|
|
2445
|
+
"404e46dfe2f6d52ac08037a6fd7ab0c539df9e9041": {
|
|
2446
2446
|
"workers": {
|
|
2447
2447
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2448
2448
|
"moduleId": 11372,
|
|
@@ -2548,7 +2548,7 @@
|
|
|
2548
2548
|
"filename": "src/presentation/web/app/actions/resume-feature.ts",
|
|
2549
2549
|
"exportedName": "resumeFeature"
|
|
2550
2550
|
},
|
|
2551
|
-
"
|
|
2551
|
+
"40bd458bcf22654159a554ed035cac6b6224da32df": {
|
|
2552
2552
|
"workers": {
|
|
2553
2553
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2554
2554
|
"moduleId": 11372,
|
|
@@ -2654,7 +2654,7 @@
|
|
|
2654
2654
|
"filename": "src/presentation/web/app/actions/start-feature.ts",
|
|
2655
2655
|
"exportedName": "startFeature"
|
|
2656
2656
|
},
|
|
2657
|
-
"
|
|
2657
|
+
"401d7acb82e6123bcc9975c92c03686b4acbfc7bb4": {
|
|
2658
2658
|
"workers": {
|
|
2659
2659
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2660
2660
|
"moduleId": 11372,
|
|
@@ -2760,7 +2760,7 @@
|
|
|
2760
2760
|
"filename": "src/presentation/web/app/actions/stop-feature.ts",
|
|
2761
2761
|
"exportedName": "stopFeature"
|
|
2762
2762
|
},
|
|
2763
|
-
"
|
|
2763
|
+
"40b1c9753344d3f86fd3692f6bbace520452154611": {
|
|
2764
2764
|
"workers": {
|
|
2765
2765
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2766
2766
|
"moduleId": 11372,
|
|
@@ -2866,7 +2866,7 @@
|
|
|
2866
2866
|
"filename": "src/presentation/web/app/actions/unarchive-feature.ts",
|
|
2867
2867
|
"exportedName": "unarchiveFeature"
|
|
2868
2868
|
},
|
|
2869
|
-
"
|
|
2869
|
+
"40966e0a77f65622f6b846d7d99baec58be1d8bf24": {
|
|
2870
2870
|
"workers": {
|
|
2871
2871
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2872
2872
|
"moduleId": 11372,
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
"filename": "src/presentation/web/app/actions/add-repository.ts",
|
|
2973
2973
|
"exportedName": "addRepository"
|
|
2974
2974
|
},
|
|
2975
|
-
"
|
|
2975
|
+
"403f12a0037f6b170f5f5ad602150a1a4676710248": {
|
|
2976
2976
|
"workers": {
|
|
2977
2977
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
2978
2978
|
"moduleId": 11372,
|
|
@@ -3078,7 +3078,7 @@
|
|
|
3078
3078
|
"filename": "src/presentation/web/app/actions/delete-repository.ts",
|
|
3079
3079
|
"exportedName": "deleteRepository"
|
|
3080
3080
|
},
|
|
3081
|
-
"
|
|
3081
|
+
"4085f0448f731d784f8b8e9f96fc1d0b2ba25823e5": {
|
|
3082
3082
|
"workers": {
|
|
3083
3083
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
3084
3084
|
"moduleId": 11372,
|
|
@@ -3184,7 +3184,7 @@
|
|
|
3184
3184
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts",
|
|
3185
3185
|
"exportedName": "getFeatureMetadata"
|
|
3186
3186
|
},
|
|
3187
|
-
"
|
|
3187
|
+
"4043573be56a5cfef076b71572231bc0b9bf20aa30": {
|
|
3188
3188
|
"workers": {
|
|
3189
3189
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
3190
3190
|
"moduleId": 11372,
|
|
@@ -3199,7 +3199,7 @@
|
|
|
3199
3199
|
"filename": "src/presentation/web/app/actions/adopt-branch.ts",
|
|
3200
3200
|
"exportedName": "adoptBranch"
|
|
3201
3201
|
},
|
|
3202
|
-
"
|
|
3202
|
+
"40c68f6151ae9d3c816a673f36cfc07c3eb4b6d4a4": {
|
|
3203
3203
|
"workers": {
|
|
3204
3204
|
"app/(dashboard)/@drawer/adopt/page": {
|
|
3205
3205
|
"moduleId": 11372,
|
|
@@ -3214,7 +3214,7 @@
|
|
|
3214
3214
|
"filename": "src/presentation/web/app/actions/list-branches.ts",
|
|
3215
3215
|
"exportedName": "listBranches"
|
|
3216
3216
|
},
|
|
3217
|
-
"
|
|
3217
|
+
"00f4c80202243fa5ab3b8c59d779e76f4ccff3ff6e": {
|
|
3218
3218
|
"workers": {
|
|
3219
3219
|
"app/(dashboard)/@drawer/create/page": {
|
|
3220
3220
|
"moduleId": 88099,
|
|
@@ -3236,7 +3236,7 @@
|
|
|
3236
3236
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts",
|
|
3237
3237
|
"exportedName": "getWorkflowDefaults"
|
|
3238
3238
|
},
|
|
3239
|
-
"
|
|
3239
|
+
"40a24143f4b03afaa6249a2eeb71c5c8d707747ec8": {
|
|
3240
3240
|
"workers": {
|
|
3241
3241
|
"app/(dashboard)/@drawer/create/page": {
|
|
3242
3242
|
"moduleId": 88099,
|
|
@@ -3258,7 +3258,7 @@
|
|
|
3258
3258
|
"filename": "src/presentation/web/app/actions/get-viewer-permission.ts",
|
|
3259
3259
|
"exportedName": "getViewerPermission"
|
|
3260
3260
|
},
|
|
3261
|
-
"
|
|
3261
|
+
"404acb35c714e852e5ccc5d806e1bf2c3aee13cf1a": {
|
|
3262
3262
|
"workers": {
|
|
3263
3263
|
"app/(dashboard)/@drawer/create/page": {
|
|
3264
3264
|
"moduleId": 88099,
|
|
@@ -3280,7 +3280,7 @@
|
|
|
3280
3280
|
"filename": "src/presentation/web/app/actions/create-feature.ts",
|
|
3281
3281
|
"exportedName": "createFeature"
|
|
3282
3282
|
},
|
|
3283
|
-
"
|
|
3283
|
+
"601f8149b6a3cefafdb6a0fdf663945834e45c13b8": {
|
|
3284
3284
|
"workers": {
|
|
3285
3285
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3286
3286
|
"moduleId": 67370,
|
|
@@ -3316,7 +3316,7 @@
|
|
|
3316
3316
|
"filename": "src/presentation/web/app/actions/approve-feature.ts",
|
|
3317
3317
|
"exportedName": "approveFeature"
|
|
3318
3318
|
},
|
|
3319
|
-
"
|
|
3319
|
+
"705373258ab7ae5454cf4d012ed380b8f03e633e13": {
|
|
3320
3320
|
"workers": {
|
|
3321
3321
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3322
3322
|
"moduleId": 67370,
|
|
@@ -3352,7 +3352,7 @@
|
|
|
3352
3352
|
"filename": "src/presentation/web/app/actions/reject-feature.ts",
|
|
3353
3353
|
"exportedName": "rejectFeature"
|
|
3354
3354
|
},
|
|
3355
|
-
"
|
|
3355
|
+
"40cfd7a9e9835cdc067f1ef6a9ebabad4dd1474036": {
|
|
3356
3356
|
"workers": {
|
|
3357
3357
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3358
3358
|
"moduleId": 67370,
|
|
@@ -3388,7 +3388,7 @@
|
|
|
3388
3388
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
|
|
3389
3389
|
"exportedName": "getFeatureArtifact"
|
|
3390
3390
|
},
|
|
3391
|
-
"
|
|
3391
|
+
"40c1f2bc40f47326bf6026e4e06aef2f3fcae9d1f2": {
|
|
3392
3392
|
"workers": {
|
|
3393
3393
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3394
3394
|
"moduleId": 67370,
|
|
@@ -3424,7 +3424,7 @@
|
|
|
3424
3424
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts",
|
|
3425
3425
|
"exportedName": "getResearchArtifact"
|
|
3426
3426
|
},
|
|
3427
|
-
"
|
|
3427
|
+
"400043307add700a310caa62c59d8aa6d5711f1f1d": {
|
|
3428
3428
|
"workers": {
|
|
3429
3429
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3430
3430
|
"moduleId": 67370,
|
|
@@ -3460,7 +3460,7 @@
|
|
|
3460
3460
|
"filename": "src/presentation/web/app/actions/get-merge-review-data.ts",
|
|
3461
3461
|
"exportedName": "getMergeReviewData"
|
|
3462
3462
|
},
|
|
3463
|
-
"
|
|
3463
|
+
"408b12f5789c9143769c5c6eaeb9a0b828d63414cf": {
|
|
3464
3464
|
"workers": {
|
|
3465
3465
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3466
3466
|
"moduleId": 67370,
|
|
@@ -3496,7 +3496,7 @@
|
|
|
3496
3496
|
"filename": "src/presentation/web/app/actions/get-feature-phase-timings.ts",
|
|
3497
3497
|
"exportedName": "getFeaturePhaseTimings"
|
|
3498
3498
|
},
|
|
3499
|
-
"
|
|
3499
|
+
"40df7933f40495cf8b904fe5f04bd66e0e9924848d": {
|
|
3500
3500
|
"workers": {
|
|
3501
3501
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3502
3502
|
"moduleId": 67370,
|
|
@@ -3532,7 +3532,7 @@
|
|
|
3532
3532
|
"filename": "src/presentation/web/app/actions/get-feature-plan.ts",
|
|
3533
3533
|
"exportedName": "getFeaturePlan"
|
|
3534
3534
|
},
|
|
3535
|
-
"
|
|
3535
|
+
"4024f9637082272fb41877340eb6607d3fc5c35876": {
|
|
3536
3536
|
"workers": {
|
|
3537
3537
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3538
3538
|
"moduleId": 67370,
|
|
@@ -3568,7 +3568,7 @@
|
|
|
3568
3568
|
"filename": "src/presentation/web/app/actions/rebase-feature.ts",
|
|
3569
3569
|
"exportedName": "rebaseFeature"
|
|
3570
3570
|
},
|
|
3571
|
-
"
|
|
3571
|
+
"40a4cfb781c486394a32c1d994816c0edf86487572": {
|
|
3572
3572
|
"workers": {
|
|
3573
3573
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3574
3574
|
"moduleId": 67370,
|
|
@@ -3604,7 +3604,7 @@
|
|
|
3604
3604
|
"filename": "src/presentation/web/app/actions/get-feature-drawer-data.ts",
|
|
3605
3605
|
"exportedName": "getFeatureDrawerData"
|
|
3606
3606
|
},
|
|
3607
|
-
"
|
|
3607
|
+
"4046ea64b007ae860c3800c3105495a3b6103b5457": {
|
|
3608
3608
|
"workers": {
|
|
3609
3609
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3610
3610
|
"moduleId": 67370,
|
|
@@ -3640,7 +3640,7 @@
|
|
|
3640
3640
|
"filename": "src/presentation/web/app/actions/get-branch-sync-status.ts",
|
|
3641
3641
|
"exportedName": "getBranchSyncStatus"
|
|
3642
3642
|
},
|
|
3643
|
-
"
|
|
3643
|
+
"70d37f0b66e42689b068eb85914f9a3de8f5e5bad8": {
|
|
3644
3644
|
"workers": {
|
|
3645
3645
|
"app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
|
|
3646
3646
|
"moduleId": 67370,
|
|
@@ -3676,7 +3676,7 @@
|
|
|
3676
3676
|
"filename": "src/presentation/web/app/actions/update-feature-pinned-config.ts",
|
|
3677
3677
|
"exportedName": "updateFeaturePinnedConfig"
|
|
3678
3678
|
},
|
|
3679
|
-
"
|
|
3679
|
+
"602879e83352c9923f92e82a2224823660748dc4fd": {
|
|
3680
3680
|
"workers": {
|
|
3681
3681
|
"app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page": {
|
|
3682
3682
|
"moduleId": 3531,
|
|
@@ -3712,7 +3712,7 @@
|
|
|
3712
3712
|
"filename": "src/presentation/web/app/actions/get-git-log.ts",
|
|
3713
3713
|
"exportedName": "getGitRepoInfo"
|
|
3714
3714
|
},
|
|
3715
|
-
"
|
|
3715
|
+
"0082ae35f2b2984b143f1f7b0e65089ea6a0fef7cd": {
|
|
3716
3716
|
"workers": {
|
|
3717
3717
|
"app/settings/page": {
|
|
3718
3718
|
"moduleId": 97423,
|
|
@@ -3727,7 +3727,7 @@
|
|
|
3727
3727
|
"filename": "src/presentation/web/app/actions/load-settings.ts",
|
|
3728
3728
|
"exportedName": "loadSettings"
|
|
3729
3729
|
},
|
|
3730
|
-
"
|
|
3730
|
+
"0075b7e19154a3df03251171a1d26295d7132f7863": {
|
|
3731
3731
|
"workers": {
|
|
3732
3732
|
"app/settings/page": {
|
|
3733
3733
|
"moduleId": 97423,
|
|
@@ -3742,7 +3742,7 @@
|
|
|
3742
3742
|
"filename": "src/presentation/web/app/actions/get-available-terminals.ts",
|
|
3743
3743
|
"exportedName": "getAvailableTerminals"
|
|
3744
3744
|
},
|
|
3745
|
-
"
|
|
3745
|
+
"40aa2fb119cfa13ca24df952c93abb49b432e01c14": {
|
|
3746
3746
|
"workers": {
|
|
3747
3747
|
"app/settings/page": {
|
|
3748
3748
|
"moduleId": 97423,
|
|
@@ -3756,38 +3756,8 @@
|
|
|
3756
3756
|
},
|
|
3757
3757
|
"filename": "src/presentation/web/app/actions/update-settings.ts",
|
|
3758
3758
|
"exportedName": "updateSettingsAction"
|
|
3759
|
-
},
|
|
3760
|
-
"4073db0b4bef40089c46e4f48f8120a5962b685503": {
|
|
3761
|
-
"workers": {
|
|
3762
|
-
"app/skills/page": {
|
|
3763
|
-
"moduleId": 98222,
|
|
3764
|
-
"async": false,
|
|
3765
|
-
"exportedName": "removeInjectedSkill",
|
|
3766
|
-
"filename": "src/presentation/web/app/actions/remove-injected-skill.ts"
|
|
3767
|
-
}
|
|
3768
|
-
},
|
|
3769
|
-
"layer": {
|
|
3770
|
-
"app/skills/page": "action-browser"
|
|
3771
|
-
},
|
|
3772
|
-
"filename": "src/presentation/web/app/actions/remove-injected-skill.ts",
|
|
3773
|
-
"exportedName": "removeInjectedSkill"
|
|
3774
|
-
},
|
|
3775
|
-
"40a1c8fe5c55d898770460e6b25d2297c7687e4967": {
|
|
3776
|
-
"workers": {
|
|
3777
|
-
"app/skills/page": {
|
|
3778
|
-
"moduleId": 98222,
|
|
3779
|
-
"async": false,
|
|
3780
|
-
"exportedName": "addInjectedSkill",
|
|
3781
|
-
"filename": "src/presentation/web/app/actions/add-injected-skill.ts"
|
|
3782
|
-
}
|
|
3783
|
-
},
|
|
3784
|
-
"layer": {
|
|
3785
|
-
"app/skills/page": "action-browser"
|
|
3786
|
-
},
|
|
3787
|
-
"filename": "src/presentation/web/app/actions/add-injected-skill.ts",
|
|
3788
|
-
"exportedName": "addInjectedSkill"
|
|
3789
3759
|
}
|
|
3790
3760
|
},
|
|
3791
3761
|
"edge": {},
|
|
3792
|
-
"encryptionKey": "
|
|
3762
|
+
"encryptionKey": "VJEwbTyqGWcoPMCFvAVNIsJxVHYqmV+1OWF+jtil4wI="
|
|
3793
3763
|
}
|