@shepai/cli 1.72.7 → 1.72.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts +3 -0
- package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.js +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.js +9 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +6 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.js +5 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/alacritty.json +5 -2
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/antigravity.json +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/claude-code.json +4 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor.json +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/gemini-cli.json +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/gh.json +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/git.json +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/iterm2.json +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/kitty.json +5 -2
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/tmux.json +4 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/vscode.json +4 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/warp.json +3 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/windsurf.json +4 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zed.json +3 -0
- package/dist/src/presentation/web/app/api/tools/[id]/install/route.d.ts.map +1 -1
- package/dist/src/presentation/web/app/api/tools/[id]/install/route.js +9 -4
- package/dist/src/presentation/web/app/api/tools/[id]/install/stream/route.d.ts +7 -0
- package/dist/src/presentation/web/app/api/tools/[id]/install/stream/route.d.ts.map +1 -0
- package/dist/src/presentation/web/app/api/tools/[id]/install/stream/route.js +32 -0
- package/dist/src/presentation/web/components/common/base-drawer/base-drawer.d.ts +2 -1
- package/dist/src/presentation/web/components/common/base-drawer/base-drawer.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/base-drawer/base-drawer.js +3 -3
- package/dist/src/presentation/web/components/features/index.d.ts +1 -1
- package/dist/src/presentation/web/components/features/index.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/index.js +1 -1
- package/dist/src/presentation/web/components/features/tools/index.d.ts +1 -1
- package/dist/src/presentation/web/components/features/tools/index.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/tools/index.js +1 -1
- package/dist/src/presentation/web/components/features/tools/tool-card.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/tools/tool-card.js +18 -14
- package/dist/src/presentation/web/components/features/tools/tool-card.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/tools/tool-card.stories.js +18 -0
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.d.ts +10 -0
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.js +95 -0
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.stories.d.ts +12 -0
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.stories.js +119 -0
- package/dist/src/presentation/web/components/features/tools/tools-page-client.js +3 -3
- package/dist/src/presentation/web/components/features/tools/tools-page-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/tools/tools-page-client.stories.js +15 -0
- package/dist/src/presentation/web/hooks/use-tool-install-stream.d.ts +10 -0
- package/dist/src/presentation/web/hooks/use-tool-install-stream.d.ts.map +1 -0
- package/dist/src/presentation/web/hooks/use-tool-install-stream.js +38 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-path-routes-manifest.json +1 -0
- package/web/.next/build-manifest.json +7 -7
- package/web/.next/cache/.previewinfo +1 -1
- package/web/.next/cache/.rscinfo +1 -1
- package/web/.next/cache/.tsbuildinfo +1 -1
- package/web/.next/cache/config.json +3 -3
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +1 -1
- package/web/.next/required-server-files.json +1 -1
- package/web/.next/routes-manifest.json +8 -0
- package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +5 -5
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +14 -14
- 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]/page/build-manifest.json +5 -5
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +17 -17
- 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]/page/build-manifest.json +5 -5
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +12 -12
- 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)/create/page/build-manifest.json +5 -5
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +14 -14
- 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]/page/build-manifest.json +5 -5
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +17 -17
- 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 +5 -5
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +12 -12
- 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]/page/build-manifest.json +5 -5
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +12 -12
- 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 +5 -5
- 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 +5 -5
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +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/tools/[id]/install/route.js +1 -1
- package/web/.next/server/app/api/tools/[id]/install/route.js.nft.json +1 -1
- package/web/.next/server/app/api/tools/[id]/install/stream/route/app-paths-manifest.json +3 -0
- package/web/.next/server/app/api/tools/[id]/install/stream/route/build-manifest.json +11 -0
- package/web/.next/server/app/api/tools/[id]/install/stream/route/server-reference-manifest.json +4 -0
- package/web/.next/server/app/api/tools/[id]/install/stream/route.js +6 -0
- package/web/.next/server/app/api/tools/[id]/install/stream/route.js.map +5 -0
- package/web/.next/server/app/api/tools/[id]/install/stream/route.js.nft.json +1 -0
- package/web/.next/server/app/api/tools/[id]/install/stream/route_client-reference-manifest.js +2 -0
- package/web/.next/server/app/skills/page/build-manifest.json +5 -5
- package/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/skills/page.js +1 -1
- 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 +5 -5
- package/web/.next/server/app/tools/page/server-reference-manifest.json +77 -2
- package/web/.next/server/app/tools/page.js +2 -2
- 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 +5 -5
- package/web/.next/server/app/version/page/server-reference-manifest.json +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/app-paths-manifest.json +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__0866d2b5._.js +3 -0
- package/web/.next/server/chunks/[root-of-the-server]__0866d2b5._.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__e247a485._.js +11 -0
- package/web/.next/server/chunks/[root-of-the-server]__e247a485._.js.map +1 -0
- package/web/.next/server/chunks/f3a1f__next-internal_server_app_api_tools_[id]_install_stream_route_actions_1fe5bd5d.js +3 -0
- package/web/.next/server/chunks/f3a1f__next-internal_server_app_api_tools_[id]_install_stream_route_actions_1fe5bd5d.js.map +1 -0
- 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/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js.map +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.js +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
- package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__07385073._.js → server/chunks/ssr/[root-of-the-server]__45dbf93d._.js} +3 -3
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__07385073._.js.map → [root-of-the-server]__45dbf93d._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js.map +1 -1
- package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__8fcb9132._.js → server/chunks/ssr/[root-of-the-server]__6cbc1149._.js} +3 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c18f84a4._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c18f84a4._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__cbae9863._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__cbae9863._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e5e09f72._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e5e09f72._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0e9d6bf7._.js +3 -0
- package/web/.next/server/chunks/ssr/_0e9d6bf7._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_1978f325._.js +7 -0
- package/web/.next/server/chunks/ssr/_1978f325._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_3197d5cb._.js +3 -0
- package/web/.next/server/chunks/ssr/_3197d5cb._.js.map +1 -0
- package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/_7215bb0f._.js → server/chunks/ssr/_47ef589d._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_7215bb0f._.js.map → _47ef589d._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_61351ed3._.js +3 -0
- package/web/.next/server/chunks/ssr/_61351ed3._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_8400c8bb._.js +3 -0
- package/web/.next/server/chunks/ssr/_8400c8bb._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_9f940437._.js +3 -0
- package/web/.next/server/chunks/ssr/_9f940437._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_a29296f0._.js +3 -0
- package/web/.next/server/chunks/ssr/_a29296f0._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_e806976d._.js +3 -0
- package/web/.next/server/chunks/ssr/_e806976d._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_1a32dbcb._.js +2 -2
- package/web/.next/server/chunks/ssr/src_presentation_web_1a32dbcb._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_398553b0._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_398553b0._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_5c87e8e4._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_5c87e8e4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_c1bc6240._.js +2 -2
- package/web/.next/server/chunks/ssr/src_presentation_web_c1bc6240._.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_tools_tools-page-client_tsx_3d0aa70c._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js.map +1 -0
- package/web/.next/server/middleware-build-manifest.js +5 -5
- 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 +61 -26
- package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/src/presentation/web/.next/app-path-routes-manifest.json +1 -0
- package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +7 -7
- package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/routes-manifest.json +8 -0
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +14 -14
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +17 -17
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +12 -12
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +14 -14
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +17 -17
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +12 -12
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +12 -12
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/route.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/route.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route/build-manifest.json +11 -0
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route.js +6 -0
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route.js.map +5 -0
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route.js.nft.json +1 -0
- package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
- package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/server-reference-manifest.json +77 -2
- package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/build-manifest.json +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/version/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app-paths-manifest.json +1 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__0866d2b5._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__e247a485._.js +11 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/f3a1f__next-internal_server_app_api_tools_[id]_install_stream_route_actions_1fe5bd5d.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js +4 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
- package/web/.next/{server/chunks/ssr/[root-of-the-server]__07385073._.js → standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__45dbf93d._.js} +3 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
- package/web/.next/{server/chunks/ssr/[root-of-the-server]__8fcb9132._.js → standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js} +3 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__c18f84a4._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__cbae9863._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__e5e09f72._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_0e9d6bf7._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_1978f325._.js +7 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_3197d5cb._.js +3 -0
- package/web/.next/{server/chunks/ssr/_7215bb0f._.js → standalone/src/presentation/web/.next/server/chunks/ssr/_47ef589d._.js} +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_61351ed3._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_8400c8bb._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_9f940437._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_a29296f0._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_e806976d._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_1a32dbcb._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_398553b0._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_5c87e8e4._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_c1bc6240._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/middleware-build-manifest.js +5 -5
- package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +61 -26
- package/web/.next/standalone/src/presentation/web/app/api/tools/[id]/install/route.ts +14 -6
- package/web/.next/standalone/src/presentation/web/app/api/tools/[id]/install/stream/route.ts +42 -0
- package/web/.next/standalone/src/presentation/web/components/common/base-drawer/base-drawer.tsx +13 -1
- package/web/.next/standalone/src/presentation/web/components/features/index.ts +1 -1
- package/web/.next/standalone/src/presentation/web/components/features/tools/index.ts +1 -1
- package/web/.next/standalone/src/presentation/web/components/features/tools/tool-card.stories.tsx +18 -0
- package/web/.next/standalone/src/presentation/web/components/features/tools/tool-card.tsx +75 -67
- package/web/.next/standalone/src/presentation/web/components/features/tools/tool-detail-drawer.stories.tsx +132 -0
- package/web/.next/standalone/src/presentation/web/components/features/tools/tool-detail-drawer.tsx +313 -0
- package/web/.next/standalone/src/presentation/web/components/features/tools/tools-page-client.stories.tsx +15 -0
- package/web/.next/standalone/src/presentation/web/components/features/tools/tools-page-client.tsx +3 -3
- package/web/.next/standalone/src/presentation/web/hooks/use-tool-install-stream.ts +58 -0
- package/web/.next/standalone/src/presentation/web/server.js +1 -1
- package/web/.next/static/chunks/{585ae19c520e8b72.js → 1c07b21eb8b32f25.js} +1 -1
- package/web/.next/static/chunks/4a3b3cfcc85e7254.js +1 -0
- package/web/.next/static/chunks/{fe83a799663fd3cc.js → 5cd24ca47061a21d.js} +1 -1
- package/web/.next/static/chunks/5d0a6417c4e4e545.js +1 -0
- package/web/.next/static/chunks/67f2a7a5e8dc358a.css +2 -0
- package/web/.next/static/chunks/71cf72022f08a8c9.js +1 -0
- package/web/.next/static/chunks/84a181ff3270fd9f.js +1 -0
- package/web/.next/static/chunks/8682dcb376de62de.js +1 -0
- package/web/.next/static/chunks/9215b6fb973482c5.js +1 -0
- package/web/.next/static/chunks/{b45344579a43cbb8.js → 991d4490d7a338d8.js} +1 -1
- package/web/.next/static/chunks/c71589df79020ecb.js +1 -0
- package/web/.next/static/chunks/c92e1360ada8ca94.js +5 -0
- package/web/.next/static/chunks/ebf172a84c9596ed.js +1 -0
- package/web/.next/static/chunks/edbd674102e897b4.js +1 -0
- package/web/.next/static/chunks/fabfa54940973cc7.js +1 -0
- package/web/.next/static/chunks/fcafb841e3860687.js +1 -0
- package/web/.next/static/chunks/{turbopack-3a8fe0e18e69b0ab.js → turbopack-05820f781f3ffc22.js} +1 -1
- package/web/.next/trace +1 -1
- package/web/.next/trace-build +1 -1
- package/web/.next/types/link.d.ts +1 -0
- package/web/.next/types/routes.d.ts +2 -1
- package/web/.next/types/validator.ts +9 -0
- package/dist/src/presentation/web/components/features/tools/install-instructions.d.ts +0 -9
- package/dist/src/presentation/web/components/features/tools/install-instructions.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/tools/install-instructions.js +0 -19
- package/dist/src/presentation/web/components/features/tools/install-instructions.stories.d.ts +0 -12
- package/dist/src/presentation/web/components/features/tools/install-instructions.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/tools/install-instructions.stories.js +0 -77
- package/web/.next/server/chunks/[root-of-the-server]__b1f03347._.js +0 -3
- package/web/.next/server/chunks/[root-of-the-server]__b1f03347._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6db85a66._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6db85a66._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8c1a3d66._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8c1a3d66._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8fcb9132._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9d14479b._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9d14479b._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__d4e51258._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__d4e51258._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fe2a7deb._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fe2a7deb._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_00e6c698._.js +0 -3
- package/web/.next/server/chunks/ssr/_00e6c698._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_13566ff3._.js +0 -3
- package/web/.next/server/chunks/ssr/_13566ff3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_26129e04._.js +0 -3
- package/web/.next/server/chunks/ssr/_26129e04._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_34a58db8._.js +0 -3
- package/web/.next/server/chunks/ssr/_34a58db8._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_37259405._.js +0 -3
- package/web/.next/server/chunks/ssr/_37259405._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_63bfa7dd._.js +0 -3
- package/web/.next/server/chunks/ssr/_63bfa7dd._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_cb5b3951._.js +0 -3
- package/web/.next/server/chunks/ssr/_cb5b3951._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_fc3a6895._.js +0 -3
- package/web/.next/server/chunks/ssr/_fc3a6895._.js.map +0 -1
- package/web/.next/server/chunks/ssr/node_modules__pnpm_3288606c._.js +0 -7
- package/web/.next/server/chunks/ssr/node_modules__pnpm_3288606c._.js.map +0 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__b1f03347._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js +0 -4
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6db85a66._.js +0 -4
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__8c1a3d66._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__9d14479b._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__d4e51258._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__fe2a7deb._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_00e6c698._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_13566ff3._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_26129e04._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_34a58db8._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_37259405._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_63bfa7dd._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_cb5b3951._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_fc3a6895._.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/node_modules__pnpm_3288606c._.js +0 -7
- package/web/.next/standalone/src/presentation/web/components/features/tools/install-instructions.stories.tsx +0 -89
- package/web/.next/standalone/src/presentation/web/components/features/tools/install-instructions.tsx +0 -109
- package/web/.next/static/chunks/07fcc6d17357e905.js +0 -1
- package/web/.next/static/chunks/304c8593d0a6525d.js +0 -1
- package/web/.next/static/chunks/3e1227e02ef8bcc6.js +0 -5
- package/web/.next/static/chunks/4558d1663c6f4d2c.js +0 -1
- package/web/.next/static/chunks/4df07e765b233622.js +0 -1
- package/web/.next/static/chunks/64d73952a0291431.js +0 -1
- package/web/.next/static/chunks/6e14d8bd5c005e6e.js +0 -1
- package/web/.next/static/chunks/8a1eb93510e54db0.js +0 -1
- package/web/.next/static/chunks/938c21b0cefb2b1d.js +0 -1
- package/web/.next/static/chunks/b143c7d78a6888e9.js +0 -1
- package/web/.next/static/chunks/c7e793951b20a67f.js +0 -1
- package/web/.next/static/chunks/dec13bccb136ef7c.css +0 -2
- package/web/.next/static/chunks/e4522f7d3134eefe.js +0 -1
- /package/web/.next/static/{9bO_bJBssG0NRxEG03iM5 → IKuYPxAuMvc4BtwKHlj30}/_buildManifest.js +0 -0
- /package/web/.next/static/{9bO_bJBssG0NRxEG03iM5 → IKuYPxAuMvc4BtwKHlj30}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{9bO_bJBssG0NRxEG03iM5 → IKuYPxAuMvc4BtwKHlj30}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"00a8fdb8cb1de3d31a3d3e7707208656242c9c97fc": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/create/page": {
|
|
6
6
|
"moduleId": 42016,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
58
58
|
},
|
|
59
59
|
"app/tools/page": {
|
|
60
|
-
"moduleId":
|
|
60
|
+
"moduleId": 90322,
|
|
61
61
|
"async": false,
|
|
62
62
|
"exportedName": "pickFolder",
|
|
63
63
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"filename": "src/presentation/web/app/actions/pick-folder.ts",
|
|
86
86
|
"exportedName": "pickFolder"
|
|
87
87
|
},
|
|
88
|
-
"
|
|
88
|
+
"40adee815cfc876d8e6a2bd8b1a7570991f50a8c96": {
|
|
89
89
|
"workers": {
|
|
90
90
|
"app/(dashboard)/@drawer/create/page": {
|
|
91
91
|
"moduleId": 42016,
|
|
@@ -134,6 +134,12 @@
|
|
|
134
134
|
"async": false,
|
|
135
135
|
"exportedName": "getDeploymentLogs",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
137
|
+
},
|
|
138
|
+
"app/tools/page": {
|
|
139
|
+
"moduleId": 90322,
|
|
140
|
+
"async": false,
|
|
141
|
+
"exportedName": "getDeploymentLogs",
|
|
142
|
+
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
137
143
|
}
|
|
138
144
|
},
|
|
139
145
|
"layer": {
|
|
@@ -144,12 +150,13 @@
|
|
|
144
150
|
"app/(dashboard)/feature/[featureId]/page": "action-browser",
|
|
145
151
|
"app/(dashboard)/page": "action-browser",
|
|
146
152
|
"app/(dashboard)/repository/[repositoryId]/page": "action-browser",
|
|
147
|
-
"app/skills/page": "action-browser"
|
|
153
|
+
"app/skills/page": "action-browser",
|
|
154
|
+
"app/tools/page": "action-browser"
|
|
148
155
|
},
|
|
149
156
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts",
|
|
150
157
|
"exportedName": "getDeploymentLogs"
|
|
151
158
|
},
|
|
152
|
-
"
|
|
159
|
+
"401253a87fdf3f293e34e7653bb3f4e1b471a84378": {
|
|
153
160
|
"workers": {
|
|
154
161
|
"app/(dashboard)/@drawer/create/page": {
|
|
155
162
|
"moduleId": 42016,
|
|
@@ -198,6 +205,12 @@
|
|
|
198
205
|
"async": false,
|
|
199
206
|
"exportedName": "deployFeature",
|
|
200
207
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
208
|
+
},
|
|
209
|
+
"app/tools/page": {
|
|
210
|
+
"moduleId": 90322,
|
|
211
|
+
"async": false,
|
|
212
|
+
"exportedName": "deployFeature",
|
|
213
|
+
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
201
214
|
}
|
|
202
215
|
},
|
|
203
216
|
"layer": {
|
|
@@ -208,12 +221,13 @@
|
|
|
208
221
|
"app/(dashboard)/feature/[featureId]/page": "action-browser",
|
|
209
222
|
"app/(dashboard)/page": "action-browser",
|
|
210
223
|
"app/(dashboard)/repository/[repositoryId]/page": "action-browser",
|
|
211
|
-
"app/skills/page": "action-browser"
|
|
224
|
+
"app/skills/page": "action-browser",
|
|
225
|
+
"app/tools/page": "action-browser"
|
|
212
226
|
},
|
|
213
227
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts",
|
|
214
228
|
"exportedName": "deployFeature"
|
|
215
229
|
},
|
|
216
|
-
"
|
|
230
|
+
"40002741a23e5c45f351e6e1374905e6d95cae8c3f": {
|
|
217
231
|
"workers": {
|
|
218
232
|
"app/(dashboard)/@drawer/create/page": {
|
|
219
233
|
"moduleId": 42016,
|
|
@@ -262,6 +276,12 @@
|
|
|
262
276
|
"async": false,
|
|
263
277
|
"exportedName": "deployRepository",
|
|
264
278
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
279
|
+
},
|
|
280
|
+
"app/tools/page": {
|
|
281
|
+
"moduleId": 90322,
|
|
282
|
+
"async": false,
|
|
283
|
+
"exportedName": "deployRepository",
|
|
284
|
+
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
265
285
|
}
|
|
266
286
|
},
|
|
267
287
|
"layer": {
|
|
@@ -272,12 +292,13 @@
|
|
|
272
292
|
"app/(dashboard)/feature/[featureId]/page": "action-browser",
|
|
273
293
|
"app/(dashboard)/page": "action-browser",
|
|
274
294
|
"app/(dashboard)/repository/[repositoryId]/page": "action-browser",
|
|
275
|
-
"app/skills/page": "action-browser"
|
|
295
|
+
"app/skills/page": "action-browser",
|
|
296
|
+
"app/tools/page": "action-browser"
|
|
276
297
|
},
|
|
277
298
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts",
|
|
278
299
|
"exportedName": "deployRepository"
|
|
279
300
|
},
|
|
280
|
-
"
|
|
301
|
+
"4011a70ee2d6620e60f4401dc1c8dc99759a1d17fb": {
|
|
281
302
|
"workers": {
|
|
282
303
|
"app/(dashboard)/@drawer/create/page": {
|
|
283
304
|
"moduleId": 42016,
|
|
@@ -326,6 +347,12 @@
|
|
|
326
347
|
"async": false,
|
|
327
348
|
"exportedName": "stopDeployment",
|
|
328
349
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
350
|
+
},
|
|
351
|
+
"app/tools/page": {
|
|
352
|
+
"moduleId": 90322,
|
|
353
|
+
"async": false,
|
|
354
|
+
"exportedName": "stopDeployment",
|
|
355
|
+
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
329
356
|
}
|
|
330
357
|
},
|
|
331
358
|
"layer": {
|
|
@@ -336,12 +363,13 @@
|
|
|
336
363
|
"app/(dashboard)/feature/[featureId]/page": "action-browser",
|
|
337
364
|
"app/(dashboard)/page": "action-browser",
|
|
338
365
|
"app/(dashboard)/repository/[repositoryId]/page": "action-browser",
|
|
339
|
-
"app/skills/page": "action-browser"
|
|
366
|
+
"app/skills/page": "action-browser",
|
|
367
|
+
"app/tools/page": "action-browser"
|
|
340
368
|
},
|
|
341
369
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts",
|
|
342
370
|
"exportedName": "stopDeployment"
|
|
343
371
|
},
|
|
344
|
-
"
|
|
372
|
+
"40d2a352c4d7295ef068429c398513dcfa4487e53b": {
|
|
345
373
|
"workers": {
|
|
346
374
|
"app/(dashboard)/@drawer/create/page": {
|
|
347
375
|
"moduleId": 42016,
|
|
@@ -390,6 +418,12 @@
|
|
|
390
418
|
"async": false,
|
|
391
419
|
"exportedName": "getDeploymentStatus",
|
|
392
420
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
421
|
+
},
|
|
422
|
+
"app/tools/page": {
|
|
423
|
+
"moduleId": 90322,
|
|
424
|
+
"async": false,
|
|
425
|
+
"exportedName": "getDeploymentStatus",
|
|
426
|
+
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
393
427
|
}
|
|
394
428
|
},
|
|
395
429
|
"layer": {
|
|
@@ -400,12 +434,13 @@
|
|
|
400
434
|
"app/(dashboard)/feature/[featureId]/page": "action-browser",
|
|
401
435
|
"app/(dashboard)/page": "action-browser",
|
|
402
436
|
"app/(dashboard)/repository/[repositoryId]/page": "action-browser",
|
|
403
|
-
"app/skills/page": "action-browser"
|
|
437
|
+
"app/skills/page": "action-browser",
|
|
438
|
+
"app/tools/page": "action-browser"
|
|
404
439
|
},
|
|
405
440
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts",
|
|
406
441
|
"exportedName": "getDeploymentStatus"
|
|
407
442
|
},
|
|
408
|
-
"
|
|
443
|
+
"4037014fa5f937432bde709dfe7aaa45bdfa8d3f7b": {
|
|
409
444
|
"workers": {
|
|
410
445
|
"app/(dashboard)/@drawer/create/page": {
|
|
411
446
|
"moduleId": 42016,
|
|
@@ -462,7 +497,7 @@
|
|
|
462
497
|
"filename": "src/presentation/web/app/actions/open-ide.ts",
|
|
463
498
|
"exportedName": "openIde"
|
|
464
499
|
},
|
|
465
|
-
"
|
|
500
|
+
"40bcd44b03b17f68cfcbbf3a225c8241a02b924cc5": {
|
|
466
501
|
"workers": {
|
|
467
502
|
"app/(dashboard)/@drawer/create/page": {
|
|
468
503
|
"moduleId": 42016,
|
|
@@ -519,7 +554,7 @@
|
|
|
519
554
|
"filename": "src/presentation/web/app/actions/open-shell.ts",
|
|
520
555
|
"exportedName": "openShell"
|
|
521
556
|
},
|
|
522
|
-
"
|
|
557
|
+
"40d62e97704edba84d5dd3a77038bafd906ced71e2": {
|
|
523
558
|
"workers": {
|
|
524
559
|
"app/(dashboard)/@drawer/create/page": {
|
|
525
560
|
"moduleId": 42016,
|
|
@@ -576,7 +611,7 @@
|
|
|
576
611
|
"filename": "src/presentation/web/app/actions/open-folder.ts",
|
|
577
612
|
"exportedName": "openFolder"
|
|
578
613
|
},
|
|
579
|
-
"
|
|
614
|
+
"409e5f10f8309eeb2f56fb6670691a54b591e6f8b2": {
|
|
580
615
|
"workers": {
|
|
581
616
|
"app/(dashboard)/@drawer/create/page": {
|
|
582
617
|
"moduleId": 42016,
|
|
@@ -633,7 +668,7 @@
|
|
|
633
668
|
"filename": "src/presentation/web/app/actions/delete-feature.ts",
|
|
634
669
|
"exportedName": "deleteFeature"
|
|
635
670
|
},
|
|
636
|
-
"
|
|
671
|
+
"40eeba94d31644b2cd9ba1d188e3c54b833ae00831": {
|
|
637
672
|
"workers": {
|
|
638
673
|
"app/(dashboard)/@drawer/create/page": {
|
|
639
674
|
"moduleId": 42016,
|
|
@@ -690,7 +725,7 @@
|
|
|
690
725
|
"filename": "src/presentation/web/app/actions/add-repository.ts",
|
|
691
726
|
"exportedName": "addRepository"
|
|
692
727
|
},
|
|
693
|
-
"
|
|
728
|
+
"40813d9dd5069a2de6303822d205d6b4b8e96b8d57": {
|
|
694
729
|
"workers": {
|
|
695
730
|
"app/(dashboard)/@drawer/create/page": {
|
|
696
731
|
"moduleId": 42016,
|
|
@@ -747,7 +782,7 @@
|
|
|
747
782
|
"filename": "src/presentation/web/app/actions/delete-repository.ts",
|
|
748
783
|
"exportedName": "deleteRepository"
|
|
749
784
|
},
|
|
750
|
-
"
|
|
785
|
+
"00ae4964adfbf828a4e7682340f3e5529992e9f412": {
|
|
751
786
|
"workers": {
|
|
752
787
|
"app/(dashboard)/@drawer/create/page": {
|
|
753
788
|
"moduleId": 42016,
|
|
@@ -769,7 +804,7 @@
|
|
|
769
804
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts",
|
|
770
805
|
"exportedName": "getWorkflowDefaults"
|
|
771
806
|
},
|
|
772
|
-
"
|
|
807
|
+
"40438c4a9b92f90f4630366f041139f0f5229ab900": {
|
|
773
808
|
"workers": {
|
|
774
809
|
"app/(dashboard)/@drawer/create/page": {
|
|
775
810
|
"moduleId": 42016,
|
|
@@ -791,7 +826,7 @@
|
|
|
791
826
|
"filename": "src/presentation/web/app/actions/create-feature.ts",
|
|
792
827
|
"exportedName": "createFeature"
|
|
793
828
|
},
|
|
794
|
-
"
|
|
829
|
+
"60cec049bb4efc8ec15d8244bc4415de121c3684fc": {
|
|
795
830
|
"workers": {
|
|
796
831
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
797
832
|
"moduleId": 53432,
|
|
@@ -813,7 +848,7 @@
|
|
|
813
848
|
"filename": "src/presentation/web/app/actions/approve-feature.ts",
|
|
814
849
|
"exportedName": "approveFeature"
|
|
815
850
|
},
|
|
816
|
-
"
|
|
851
|
+
"609225f1e588118dc779683ca1731dd73514be825b": {
|
|
817
852
|
"workers": {
|
|
818
853
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
819
854
|
"moduleId": 53432,
|
|
@@ -835,7 +870,7 @@
|
|
|
835
870
|
"filename": "src/presentation/web/app/actions/reject-feature.ts",
|
|
836
871
|
"exportedName": "rejectFeature"
|
|
837
872
|
},
|
|
838
|
-
"
|
|
873
|
+
"408f81b288be3f8c97f40dd5beb8d3771bf990888f": {
|
|
839
874
|
"workers": {
|
|
840
875
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
841
876
|
"moduleId": 53432,
|
|
@@ -857,7 +892,7 @@
|
|
|
857
892
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
|
|
858
893
|
"exportedName": "getFeatureArtifact"
|
|
859
894
|
},
|
|
860
|
-
"
|
|
895
|
+
"40fe893906fa08108cf240f79d01082590efae36a4": {
|
|
861
896
|
"workers": {
|
|
862
897
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
863
898
|
"moduleId": 53432,
|
|
@@ -879,7 +914,7 @@
|
|
|
879
914
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts",
|
|
880
915
|
"exportedName": "getResearchArtifact"
|
|
881
916
|
},
|
|
882
|
-
"
|
|
917
|
+
"40d42a20222866854a38a60e5939d3e9d46716e083": {
|
|
883
918
|
"workers": {
|
|
884
919
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
885
920
|
"moduleId": 53432,
|
|
@@ -903,5 +938,5 @@
|
|
|
903
938
|
}
|
|
904
939
|
},
|
|
905
940
|
"edge": {},
|
|
906
|
-
"encryptionKey": "
|
|
941
|
+
"encryptionKey": "g81IDG7L07lyUbIQ3hUkOTQTu6qCbfN18luqBs7qqgo="
|
|
907
942
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
IKuYPxAuMvc4BtwKHlj30
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"/api/deployment-logs/route": "/api/deployment-logs",
|
|
14
14
|
"/api/dialog/pick-files/route": "/api/dialog/pick-files",
|
|
15
15
|
"/api/tools/[id]/install/route": "/api/tools/[id]/install",
|
|
16
|
+
"/api/tools/[id]/install/stream/route": "/api/tools/[id]/install/stream",
|
|
16
17
|
"/api/tools/[id]/launch/route": "/api/tools/[id]/launch",
|
|
17
18
|
"/api/tools/route": "/api/tools",
|
|
18
19
|
"/skills/page": "/skills",
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/IKuYPxAuMvc4BtwKHlj30/_ssgManifest.js",
|
|
11
|
+
"static/IKuYPxAuMvc4BtwKHlj30/_buildManifest.js"
|
|
12
12
|
],
|
|
13
13
|
"rootMainFiles": [
|
|
14
|
-
"static/chunks/
|
|
15
|
-
"static/chunks/
|
|
16
|
-
"static/chunks/4b6cc9f65260f2bd.js",
|
|
17
|
-
"static/chunks/cfe4dc9904fcfddb.js",
|
|
14
|
+
"static/chunks/5d0a6417c4e4e545.js",
|
|
15
|
+
"static/chunks/84a181ff3270fd9f.js",
|
|
18
16
|
"static/chunks/07f00e2e73d322d2.js",
|
|
19
|
-
"static/chunks/
|
|
17
|
+
"static/chunks/cfe4dc9904fcfddb.js",
|
|
18
|
+
"static/chunks/4b6cc9f65260f2bd.js",
|
|
19
|
+
"static/chunks/turbopack-05820f781f3ffc22.js"
|
|
20
20
|
]
|
|
21
21
|
}
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"dynamicRoutes": {},
|
|
30
30
|
"notFoundRoutes": [],
|
|
31
31
|
"preview": {
|
|
32
|
-
"previewModeId": "
|
|
33
|
-
"previewModeSigningKey": "
|
|
34
|
-
"previewModeEncryptionKey": "
|
|
32
|
+
"previewModeId": "e15c6012264466ea7268d336a241f849",
|
|
33
|
+
"previewModeSigningKey": "32add4e798f5663603be6a148a684c589176e7238dbc914b0857010ed1b3292d",
|
|
34
|
+
"previewModeEncryptionKey": "a478ded3d88c34be2966f79501bce6c55983f5ac99810c70eb9468012b3eab54"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"config": {
|
|
4
4
|
"env": {
|
|
5
|
-
"NEXT_PUBLIC_SHEP_VERSION": "1.72.
|
|
5
|
+
"NEXT_PUBLIC_SHEP_VERSION": "1.72.7",
|
|
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
8
|
},
|
|
@@ -29,6 +29,14 @@
|
|
|
29
29
|
},
|
|
30
30
|
"namedRegex": "^/api/tools/(?<nxtPid>[^/]+?)/install(?:/)?$"
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"page": "/api/tools/[id]/install/stream",
|
|
34
|
+
"regex": "^/api/tools/([^/]+?)/install/stream(?:/)?$",
|
|
35
|
+
"routeKeys": {
|
|
36
|
+
"nxtPid": "nxtPid"
|
|
37
|
+
},
|
|
38
|
+
"namedRegex": "^/api/tools/(?<nxtPid>[^/]+?)/install/stream(?:/)?$"
|
|
39
|
+
},
|
|
32
40
|
{
|
|
33
41
|
"page": "/api/tools/[id]/launch",
|
|
34
42
|
"regex": "^/api/tools/([^/]+?)/launch(?:/)?$",
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
10
|
-
"static/chunks/
|
|
11
|
-
"static/chunks/4b6cc9f65260f2bd.js",
|
|
12
|
-
"static/chunks/cfe4dc9904fcfddb.js",
|
|
9
|
+
"static/chunks/5d0a6417c4e4e545.js",
|
|
10
|
+
"static/chunks/84a181ff3270fd9f.js",
|
|
13
11
|
"static/chunks/07f00e2e73d322d2.js",
|
|
14
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/cfe4dc9904fcfddb.js",
|
|
13
|
+
"static/chunks/4b6cc9f65260f2bd.js",
|
|
14
|
+
"static/chunks/turbopack-05820f781f3ffc22.js"
|
|
15
15
|
],
|
|
16
16
|
"pages": {},
|
|
17
17
|
"ampFirstPages": []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"00a8fdb8cb1de3d31a3d3e7707208656242c9c97fc": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/create/page": {
|
|
6
6
|
"moduleId": 42016,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"exportedName": "pickFolder",
|
|
16
16
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"40adee815cfc876d8e6a2bd8b1a7570991f50a8c96": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/(dashboard)/@drawer/create/page": {
|
|
21
21
|
"moduleId": 42016,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"exportedName": "getDeploymentLogs",
|
|
31
31
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"401253a87fdf3f293e34e7653bb3f4e1b471a84378": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/(dashboard)/@drawer/create/page": {
|
|
36
36
|
"moduleId": 42016,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"exportedName": "deployFeature",
|
|
46
46
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"40002741a23e5c45f351e6e1374905e6d95cae8c3f": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/(dashboard)/@drawer/create/page": {
|
|
51
51
|
"moduleId": 42016,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "deployRepository",
|
|
61
61
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"4011a70ee2d6620e60f4401dc1c8dc99759a1d17fb": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/(dashboard)/@drawer/create/page": {
|
|
66
66
|
"moduleId": 42016,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"exportedName": "stopDeployment",
|
|
76
76
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"40d2a352c4d7295ef068429c398513dcfa4487e53b": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/(dashboard)/@drawer/create/page": {
|
|
81
81
|
"moduleId": 42016,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"exportedName": "getDeploymentStatus",
|
|
91
91
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"4037014fa5f937432bde709dfe7aaa45bdfa8d3f7b": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/(dashboard)/@drawer/create/page": {
|
|
96
96
|
"moduleId": 42016,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"exportedName": "openIde",
|
|
106
106
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"40bcd44b03b17f68cfcbbf3a225c8241a02b924cc5": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/(dashboard)/@drawer/create/page": {
|
|
111
111
|
"moduleId": 42016,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "openShell",
|
|
121
121
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"40d62e97704edba84d5dd3a77038bafd906ced71e2": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/(dashboard)/@drawer/create/page": {
|
|
126
126
|
"moduleId": 42016,
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"exportedName": "openFolder",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"409e5f10f8309eeb2f56fb6670691a54b591e6f8b2": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/(dashboard)/@drawer/create/page": {
|
|
141
141
|
"moduleId": 42016,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"exportedName": "deleteFeature",
|
|
151
151
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"40eeba94d31644b2cd9ba1d188e3c54b833ae00831": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/(dashboard)/@drawer/create/page": {
|
|
156
156
|
"moduleId": 42016,
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"exportedName": "addRepository",
|
|
166
166
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
167
167
|
},
|
|
168
|
-
"
|
|
168
|
+
"40813d9dd5069a2de6303822d205d6b4b8e96b8d57": {
|
|
169
169
|
"workers": {
|
|
170
170
|
"app/(dashboard)/@drawer/create/page": {
|
|
171
171
|
"moduleId": 42016,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "deleteRepository",
|
|
181
181
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"00ae4964adfbf828a4e7682340f3e5529992e9f412": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/(dashboard)/@drawer/create/page": {
|
|
186
186
|
"moduleId": 42016,
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"exportedName": "getWorkflowDefaults",
|
|
196
196
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
197
197
|
},
|
|
198
|
-
"
|
|
198
|
+
"40438c4a9b92f90f4630366f041139f0f5229ab900": {
|
|
199
199
|
"workers": {
|
|
200
200
|
"app/(dashboard)/@drawer/create/page": {
|
|
201
201
|
"moduleId": 42016,
|
|
@@ -14,6 +14,6 @@ R.c("server/chunks/ssr/_250a63ae._.js")
|
|
|
14
14
|
R.c("server/chunks/ssr/src_presentation_web_ca99d62d._.js")
|
|
15
15
|
R.c("server/chunks/ssr/src_presentation_web_app_(dashboard)_create_page_tsx_c60c859a._.js")
|
|
16
16
|
R.c("server/chunks/ssr/src_presentation_web_c1bc6240._.js")
|
|
17
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
17
|
+
R.c("server/chunks/ssr/[root-of-the-server]__6cbc1149._.js")
|
|
18
18
|
R.m(62917)
|
|
19
19
|
module.exports=R.m(62917).exports
|