@shepai/cli 1.72.7 → 1.72.8-pr216.5a2ec32
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/ports/output/agents/feature-agent-process.interface.d.ts +2 -1
- package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.js +1 -0
- package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.js +1 -0
- 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/domain/factories/settings-defaults.factory.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/dev-executor.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/dev-executor.service.js +88 -13
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts +2 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +3 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +2 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.js +16 -3
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/merge/merge.node.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/merge/merge.node.js +5 -1
- 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/actions/get-graph-data.d.ts +10 -0
- package/dist/src/presentation/web/app/actions/get-graph-data.d.ts.map +1 -0
- package/dist/src/presentation/web/app/actions/get-graph-data.js +10 -0
- package/dist/src/presentation/web/app/api/agent-events/route.d.ts.map +1 -1
- package/dist/src/presentation/web/app/api/agent-events/route.js +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/common/feature-node/derive-feature-state.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +2 -0
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +72 -1
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +2 -2
- 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 +43 -28
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js +4 -4
- 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 +49 -34
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
- 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 +39 -24
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +4 -4
- 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 +43 -28
- package/web/.next/server/app/(dashboard)/create/page.js +4 -4
- 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 +49 -34
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
- 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 +39 -24
- package/web/.next/server/app/(dashboard)/page.js +4 -4
- 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 +39 -24
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +4 -4
- 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/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +2 -2
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__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_3a02d8a5.js +3 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_3a02d8a5.js.map +1 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_a3044852.js +3 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_a3044852.js.map +1 -0
- 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/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js +4 -0
- 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/server/chunks/ssr/_61351ed3._.js +3 -0
- package/web/.next/server/chunks/ssr/_61351ed3._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_6e08ce21._.js +3 -0
- package/web/.next/server/chunks/ssr/_6e08ce21._.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/{standalone/src/presentation/web/.next/server/chunks/ssr/_7215bb0f._.js → server/chunks/ssr/_8fa33b4c._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_7215bb0f._.js.map → _8fa33b4c._.js.map} +1 -1
- 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 → src_presentation_web_0a49d9ee._.js} +3 -3
- package/web/.next/server/chunks/ssr/{src_presentation_web_1a32dbcb._.js.map → src_presentation_web_0a49d9ee._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{src_presentation_web_398553b0._.js → src_presentation_web_5ea689db._.js} +2 -2
- package/web/.next/server/chunks/ssr/{src_presentation_web_398553b0._.js.map → src_presentation_web_5ea689db._.js.map} +1 -1
- package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_398553b0._.js → server/chunks/ssr/src_presentation_web_7188a290._.js} +2 -2
- package/web/.next/server/chunks/ssr/{src_presentation_web_5c87e8e4._.js.map → src_presentation_web_7188a290._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{src_presentation_web_c1bc6240._.js → src_presentation_web_79b0305a._.js} +3 -3
- package/web/.next/server/chunks/ssr/{src_presentation_web_c1bc6240._.js.map → src_presentation_web_79b0305a._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_cc16bd01.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_cc16bd01.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js.map +1 -0
- 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 +216 -124
- 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 +43 -28
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page.js +4 -4
- 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 +49 -34
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
- 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 +39 -24
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +4 -4
- 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 +43 -28
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page.js +4 -4
- 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 +49 -34
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
- 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 +39 -24
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page.js +4 -4
- 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 +39 -24
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +4 -4
- 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/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +2 -2
- 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_3a02d8a5.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_a3044852.js +3 -0
- 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/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js +4 -0
- 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/standalone/src/presentation/web/.next/server/chunks/ssr/_61351ed3._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_6e08ce21._.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_8400c8bb._.js +3 -0
- package/web/.next/{server/chunks/ssr/_7215bb0f._.js → standalone/src/presentation/web/.next/server/chunks/ssr/_8fa33b4c._.js} +2 -2
- 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 → src_presentation_web_0a49d9ee._.js} +3 -3
- package/web/.next/{server/chunks/ssr/src_presentation_web_5c87e8e4._.js → standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_5ea689db._.js} +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{src_presentation_web_5c87e8e4._.js → src_presentation_web_7188a290._.js} +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{src_presentation_web_c1bc6240._.js → src_presentation_web_79b0305a._.js} +3 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_cc16bd01.js +3 -0
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js +3 -0
- 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 +216 -124
- package/web/.next/standalone/src/presentation/web/CLAUDE.md +128 -0
- package/web/.next/standalone/src/presentation/web/app/actions/get-graph-data.ts +12 -0
- package/web/.next/standalone/src/presentation/web/app/api/agent-events/route.ts +4 -1
- 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/common/feature-node/derive-feature-state.ts +2 -0
- package/web/.next/standalone/src/presentation/web/components/features/control-center/use-control-center-state.ts +82 -1
- package/web/.next/standalone/src/presentation/web/components/features/features-canvas/features-canvas.tsx +21 -23
- 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/3cab1e09dfb7bd2f.js +1 -0
- package/web/.next/static/chunks/4a3b3cfcc85e7254.js +1 -0
- package/web/.next/static/chunks/5d0a6417c4e4e545.js +1 -0
- package/web/.next/static/chunks/67f2a7a5e8dc358a.css +2 -0
- package/web/.next/static/chunks/73304a30a2bc5060.js +1 -0
- package/web/.next/static/chunks/778b64d00834e733.js +1 -0
- package/web/.next/static/chunks/84a181ff3270fd9f.js +1 -0
- package/web/.next/static/chunks/{b45344579a43cbb8.js → 86a1874bad52ce9c.js} +1 -1
- package/web/.next/static/chunks/9215b6fb973482c5.js +1 -0
- package/web/.next/static/chunks/{585ae19c520e8b72.js → ac1ebc041544949d.js} +1 -1
- package/web/.next/static/chunks/b2594f43fcecee16.js +1 -0
- package/web/.next/static/chunks/c92e1360ada8ca94.js +5 -0
- package/web/.next/static/chunks/{fe83a799663fd3cc.js → de9e34a45eebec78.js} +1 -1
- package/web/.next/static/chunks/eb3b1975428d04a8.js +1 -0
- package/web/.next/static/chunks/edbd674102e897b4.js +1 -0
- package/web/.next/static/chunks/f0a17d065f1aa75f.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/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js.map +0 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.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 +0 -4
- 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/_250a63ae._.js +0 -3
- package/web/.next/server/chunks/ssr/_250a63ae._.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/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.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/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.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]__8fcb9132._.js +0 -4
- 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/_250a63ae._.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/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js +0 -3
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +0 -3
- 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 → rLo0X398WFLTarx1augqu}/_buildManifest.js +0 -0
- /package/web/.next/static/{9bO_bJBssG0NRxEG03iM5 → rLo0X398WFLTarx1augqu}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{9bO_bJBssG0NRxEG03iM5 → rLo0X398WFLTarx1augqu}/_ssgManifest.js +0 -0
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"009532bf926f84457b69a3f05df7f86f9e83787736": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/create/page": {
|
|
6
|
-
"moduleId":
|
|
6
|
+
"moduleId": 98460,
|
|
7
7
|
"async": false,
|
|
8
8
|
"exportedName": "pickFolder",
|
|
9
9
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
10
10
|
},
|
|
11
11
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
12
|
-
"moduleId":
|
|
12
|
+
"moduleId": 1125,
|
|
13
13
|
"async": false,
|
|
14
14
|
"exportedName": "pickFolder",
|
|
15
15
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
16
16
|
},
|
|
17
17
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
18
|
-
"moduleId":
|
|
18
|
+
"moduleId": 15659,
|
|
19
19
|
"async": false,
|
|
20
20
|
"exportedName": "pickFolder",
|
|
21
21
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
22
22
|
},
|
|
23
23
|
"app/(dashboard)/create/page": {
|
|
24
|
-
"moduleId":
|
|
24
|
+
"moduleId": 63016,
|
|
25
25
|
"async": false,
|
|
26
26
|
"exportedName": "pickFolder",
|
|
27
27
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
28
28
|
},
|
|
29
29
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
30
|
-
"moduleId":
|
|
30
|
+
"moduleId": 96804,
|
|
31
31
|
"async": false,
|
|
32
32
|
"exportedName": "pickFolder",
|
|
33
33
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
34
34
|
},
|
|
35
35
|
"app/(dashboard)/page": {
|
|
36
|
-
"moduleId":
|
|
36
|
+
"moduleId": 14110,
|
|
37
37
|
"async": false,
|
|
38
38
|
"exportedName": "pickFolder",
|
|
39
39
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
40
40
|
},
|
|
41
41
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
42
|
-
"moduleId":
|
|
42
|
+
"moduleId": 5887,
|
|
43
43
|
"async": false,
|
|
44
44
|
"exportedName": "pickFolder",
|
|
45
45
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
@@ -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,46 +85,46 @@
|
|
|
85
85
|
"filename": "src/presentation/web/app/actions/pick-folder.ts",
|
|
86
86
|
"exportedName": "pickFolder"
|
|
87
87
|
},
|
|
88
|
-
"
|
|
88
|
+
"40dddea5d18ba06330a0c2accb88caa204d8b74799": {
|
|
89
89
|
"workers": {
|
|
90
90
|
"app/(dashboard)/@drawer/create/page": {
|
|
91
|
-
"moduleId":
|
|
91
|
+
"moduleId": 98460,
|
|
92
92
|
"async": false,
|
|
93
93
|
"exportedName": "getDeploymentLogs",
|
|
94
94
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
95
95
|
},
|
|
96
96
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
97
|
-
"moduleId":
|
|
97
|
+
"moduleId": 1125,
|
|
98
98
|
"async": false,
|
|
99
99
|
"exportedName": "getDeploymentLogs",
|
|
100
100
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
101
101
|
},
|
|
102
102
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
103
|
-
"moduleId":
|
|
103
|
+
"moduleId": 15659,
|
|
104
104
|
"async": false,
|
|
105
105
|
"exportedName": "getDeploymentLogs",
|
|
106
106
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
107
107
|
},
|
|
108
108
|
"app/(dashboard)/create/page": {
|
|
109
|
-
"moduleId":
|
|
109
|
+
"moduleId": 63016,
|
|
110
110
|
"async": false,
|
|
111
111
|
"exportedName": "getDeploymentLogs",
|
|
112
112
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
113
113
|
},
|
|
114
114
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
115
|
-
"moduleId":
|
|
115
|
+
"moduleId": 96804,
|
|
116
116
|
"async": false,
|
|
117
117
|
"exportedName": "getDeploymentLogs",
|
|
118
118
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
119
119
|
},
|
|
120
120
|
"app/(dashboard)/page": {
|
|
121
|
-
"moduleId":
|
|
121
|
+
"moduleId": 14110,
|
|
122
122
|
"async": false,
|
|
123
123
|
"exportedName": "getDeploymentLogs",
|
|
124
124
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
125
125
|
},
|
|
126
126
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
127
|
-
"moduleId":
|
|
127
|
+
"moduleId": 5887,
|
|
128
128
|
"async": false,
|
|
129
129
|
"exportedName": "getDeploymentLogs",
|
|
130
130
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
@@ -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,51 +150,52 @@
|
|
|
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
|
+
"4042ebcdb8254ec9bd35465f32fe0abd1d3a8361d0": {
|
|
153
160
|
"workers": {
|
|
154
161
|
"app/(dashboard)/@drawer/create/page": {
|
|
155
|
-
"moduleId":
|
|
162
|
+
"moduleId": 98460,
|
|
156
163
|
"async": false,
|
|
157
164
|
"exportedName": "deployFeature",
|
|
158
165
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
159
166
|
},
|
|
160
167
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
161
|
-
"moduleId":
|
|
168
|
+
"moduleId": 1125,
|
|
162
169
|
"async": false,
|
|
163
170
|
"exportedName": "deployFeature",
|
|
164
171
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
165
172
|
},
|
|
166
173
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
167
|
-
"moduleId":
|
|
174
|
+
"moduleId": 15659,
|
|
168
175
|
"async": false,
|
|
169
176
|
"exportedName": "deployFeature",
|
|
170
177
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
171
178
|
},
|
|
172
179
|
"app/(dashboard)/create/page": {
|
|
173
|
-
"moduleId":
|
|
180
|
+
"moduleId": 63016,
|
|
174
181
|
"async": false,
|
|
175
182
|
"exportedName": "deployFeature",
|
|
176
183
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
177
184
|
},
|
|
178
185
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
179
|
-
"moduleId":
|
|
186
|
+
"moduleId": 96804,
|
|
180
187
|
"async": false,
|
|
181
188
|
"exportedName": "deployFeature",
|
|
182
189
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
183
190
|
},
|
|
184
191
|
"app/(dashboard)/page": {
|
|
185
|
-
"moduleId":
|
|
192
|
+
"moduleId": 14110,
|
|
186
193
|
"async": false,
|
|
187
194
|
"exportedName": "deployFeature",
|
|
188
195
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
189
196
|
},
|
|
190
197
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
191
|
-
"moduleId":
|
|
198
|
+
"moduleId": 5887,
|
|
192
199
|
"async": false,
|
|
193
200
|
"exportedName": "deployFeature",
|
|
194
201
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
@@ -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,51 +221,52 @@
|
|
|
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
|
+
"40e0234f848afa2c029794b2f67ac3a4da652595db": {
|
|
217
231
|
"workers": {
|
|
218
232
|
"app/(dashboard)/@drawer/create/page": {
|
|
219
|
-
"moduleId":
|
|
233
|
+
"moduleId": 98460,
|
|
220
234
|
"async": false,
|
|
221
235
|
"exportedName": "deployRepository",
|
|
222
236
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
223
237
|
},
|
|
224
238
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
225
|
-
"moduleId":
|
|
239
|
+
"moduleId": 1125,
|
|
226
240
|
"async": false,
|
|
227
241
|
"exportedName": "deployRepository",
|
|
228
242
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
229
243
|
},
|
|
230
244
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
231
|
-
"moduleId":
|
|
245
|
+
"moduleId": 15659,
|
|
232
246
|
"async": false,
|
|
233
247
|
"exportedName": "deployRepository",
|
|
234
248
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
235
249
|
},
|
|
236
250
|
"app/(dashboard)/create/page": {
|
|
237
|
-
"moduleId":
|
|
251
|
+
"moduleId": 63016,
|
|
238
252
|
"async": false,
|
|
239
253
|
"exportedName": "deployRepository",
|
|
240
254
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
241
255
|
},
|
|
242
256
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
243
|
-
"moduleId":
|
|
257
|
+
"moduleId": 96804,
|
|
244
258
|
"async": false,
|
|
245
259
|
"exportedName": "deployRepository",
|
|
246
260
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
247
261
|
},
|
|
248
262
|
"app/(dashboard)/page": {
|
|
249
|
-
"moduleId":
|
|
263
|
+
"moduleId": 14110,
|
|
250
264
|
"async": false,
|
|
251
265
|
"exportedName": "deployRepository",
|
|
252
266
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
253
267
|
},
|
|
254
268
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
255
|
-
"moduleId":
|
|
269
|
+
"moduleId": 5887,
|
|
256
270
|
"async": false,
|
|
257
271
|
"exportedName": "deployRepository",
|
|
258
272
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
@@ -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,51 +292,52 @@
|
|
|
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
|
+
"40367d2a8dc08a7acaecc157720b7f88e83c04bdb9": {
|
|
281
302
|
"workers": {
|
|
282
303
|
"app/(dashboard)/@drawer/create/page": {
|
|
283
|
-
"moduleId":
|
|
304
|
+
"moduleId": 98460,
|
|
284
305
|
"async": false,
|
|
285
306
|
"exportedName": "stopDeployment",
|
|
286
307
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
287
308
|
},
|
|
288
309
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
289
|
-
"moduleId":
|
|
310
|
+
"moduleId": 1125,
|
|
290
311
|
"async": false,
|
|
291
312
|
"exportedName": "stopDeployment",
|
|
292
313
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
293
314
|
},
|
|
294
315
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
295
|
-
"moduleId":
|
|
316
|
+
"moduleId": 15659,
|
|
296
317
|
"async": false,
|
|
297
318
|
"exportedName": "stopDeployment",
|
|
298
319
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
299
320
|
},
|
|
300
321
|
"app/(dashboard)/create/page": {
|
|
301
|
-
"moduleId":
|
|
322
|
+
"moduleId": 63016,
|
|
302
323
|
"async": false,
|
|
303
324
|
"exportedName": "stopDeployment",
|
|
304
325
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
305
326
|
},
|
|
306
327
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
307
|
-
"moduleId":
|
|
328
|
+
"moduleId": 96804,
|
|
308
329
|
"async": false,
|
|
309
330
|
"exportedName": "stopDeployment",
|
|
310
331
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
311
332
|
},
|
|
312
333
|
"app/(dashboard)/page": {
|
|
313
|
-
"moduleId":
|
|
334
|
+
"moduleId": 14110,
|
|
314
335
|
"async": false,
|
|
315
336
|
"exportedName": "stopDeployment",
|
|
316
337
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
317
338
|
},
|
|
318
339
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
319
|
-
"moduleId":
|
|
340
|
+
"moduleId": 5887,
|
|
320
341
|
"async": false,
|
|
321
342
|
"exportedName": "stopDeployment",
|
|
322
343
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
@@ -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,51 +363,52 @@
|
|
|
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
|
+
"40173d82961a942e932476bd2a446469fbc6e3f37b": {
|
|
345
373
|
"workers": {
|
|
346
374
|
"app/(dashboard)/@drawer/create/page": {
|
|
347
|
-
"moduleId":
|
|
375
|
+
"moduleId": 98460,
|
|
348
376
|
"async": false,
|
|
349
377
|
"exportedName": "getDeploymentStatus",
|
|
350
378
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
351
379
|
},
|
|
352
380
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
353
|
-
"moduleId":
|
|
381
|
+
"moduleId": 1125,
|
|
354
382
|
"async": false,
|
|
355
383
|
"exportedName": "getDeploymentStatus",
|
|
356
384
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
357
385
|
},
|
|
358
386
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
359
|
-
"moduleId":
|
|
387
|
+
"moduleId": 15659,
|
|
360
388
|
"async": false,
|
|
361
389
|
"exportedName": "getDeploymentStatus",
|
|
362
390
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
363
391
|
},
|
|
364
392
|
"app/(dashboard)/create/page": {
|
|
365
|
-
"moduleId":
|
|
393
|
+
"moduleId": 63016,
|
|
366
394
|
"async": false,
|
|
367
395
|
"exportedName": "getDeploymentStatus",
|
|
368
396
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
369
397
|
},
|
|
370
398
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
371
|
-
"moduleId":
|
|
399
|
+
"moduleId": 96804,
|
|
372
400
|
"async": false,
|
|
373
401
|
"exportedName": "getDeploymentStatus",
|
|
374
402
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
375
403
|
},
|
|
376
404
|
"app/(dashboard)/page": {
|
|
377
|
-
"moduleId":
|
|
405
|
+
"moduleId": 14110,
|
|
378
406
|
"async": false,
|
|
379
407
|
"exportedName": "getDeploymentStatus",
|
|
380
408
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
381
409
|
},
|
|
382
410
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
383
|
-
"moduleId":
|
|
411
|
+
"moduleId": 5887,
|
|
384
412
|
"async": false,
|
|
385
413
|
"exportedName": "getDeploymentStatus",
|
|
386
414
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
@@ -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,51 +434,52 @@
|
|
|
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
|
+
"40a1c9ebe814db3a4a5d4c128f5ceb4c03f1bd96a4": {
|
|
409
444
|
"workers": {
|
|
410
445
|
"app/(dashboard)/@drawer/create/page": {
|
|
411
|
-
"moduleId":
|
|
446
|
+
"moduleId": 98460,
|
|
412
447
|
"async": false,
|
|
413
448
|
"exportedName": "openIde",
|
|
414
449
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
415
450
|
},
|
|
416
451
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
417
|
-
"moduleId":
|
|
452
|
+
"moduleId": 1125,
|
|
418
453
|
"async": false,
|
|
419
454
|
"exportedName": "openIde",
|
|
420
455
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
421
456
|
},
|
|
422
457
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
423
|
-
"moduleId":
|
|
458
|
+
"moduleId": 15659,
|
|
424
459
|
"async": false,
|
|
425
460
|
"exportedName": "openIde",
|
|
426
461
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
427
462
|
},
|
|
428
463
|
"app/(dashboard)/create/page": {
|
|
429
|
-
"moduleId":
|
|
464
|
+
"moduleId": 63016,
|
|
430
465
|
"async": false,
|
|
431
466
|
"exportedName": "openIde",
|
|
432
467
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
433
468
|
},
|
|
434
469
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
435
|
-
"moduleId":
|
|
470
|
+
"moduleId": 96804,
|
|
436
471
|
"async": false,
|
|
437
472
|
"exportedName": "openIde",
|
|
438
473
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
439
474
|
},
|
|
440
475
|
"app/(dashboard)/page": {
|
|
441
|
-
"moduleId":
|
|
476
|
+
"moduleId": 14110,
|
|
442
477
|
"async": false,
|
|
443
478
|
"exportedName": "openIde",
|
|
444
479
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
445
480
|
},
|
|
446
481
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
447
|
-
"moduleId":
|
|
482
|
+
"moduleId": 5887,
|
|
448
483
|
"async": false,
|
|
449
484
|
"exportedName": "openIde",
|
|
450
485
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
@@ -462,46 +497,46 @@
|
|
|
462
497
|
"filename": "src/presentation/web/app/actions/open-ide.ts",
|
|
463
498
|
"exportedName": "openIde"
|
|
464
499
|
},
|
|
465
|
-
"
|
|
500
|
+
"40c19eced9dff3c4805220819dcaff2a75fb08a73f": {
|
|
466
501
|
"workers": {
|
|
467
502
|
"app/(dashboard)/@drawer/create/page": {
|
|
468
|
-
"moduleId":
|
|
503
|
+
"moduleId": 98460,
|
|
469
504
|
"async": false,
|
|
470
505
|
"exportedName": "openShell",
|
|
471
506
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
472
507
|
},
|
|
473
508
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
474
|
-
"moduleId":
|
|
509
|
+
"moduleId": 1125,
|
|
475
510
|
"async": false,
|
|
476
511
|
"exportedName": "openShell",
|
|
477
512
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
478
513
|
},
|
|
479
514
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
480
|
-
"moduleId":
|
|
515
|
+
"moduleId": 15659,
|
|
481
516
|
"async": false,
|
|
482
517
|
"exportedName": "openShell",
|
|
483
518
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
484
519
|
},
|
|
485
520
|
"app/(dashboard)/create/page": {
|
|
486
|
-
"moduleId":
|
|
521
|
+
"moduleId": 63016,
|
|
487
522
|
"async": false,
|
|
488
523
|
"exportedName": "openShell",
|
|
489
524
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
490
525
|
},
|
|
491
526
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
492
|
-
"moduleId":
|
|
527
|
+
"moduleId": 96804,
|
|
493
528
|
"async": false,
|
|
494
529
|
"exportedName": "openShell",
|
|
495
530
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
496
531
|
},
|
|
497
532
|
"app/(dashboard)/page": {
|
|
498
|
-
"moduleId":
|
|
533
|
+
"moduleId": 14110,
|
|
499
534
|
"async": false,
|
|
500
535
|
"exportedName": "openShell",
|
|
501
536
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
502
537
|
},
|
|
503
538
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
504
|
-
"moduleId":
|
|
539
|
+
"moduleId": 5887,
|
|
505
540
|
"async": false,
|
|
506
541
|
"exportedName": "openShell",
|
|
507
542
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
@@ -519,46 +554,46 @@
|
|
|
519
554
|
"filename": "src/presentation/web/app/actions/open-shell.ts",
|
|
520
555
|
"exportedName": "openShell"
|
|
521
556
|
},
|
|
522
|
-
"
|
|
557
|
+
"40b0becc19aca2bed2024d1be7abd4a608149ec9d5": {
|
|
523
558
|
"workers": {
|
|
524
559
|
"app/(dashboard)/@drawer/create/page": {
|
|
525
|
-
"moduleId":
|
|
560
|
+
"moduleId": 98460,
|
|
526
561
|
"async": false,
|
|
527
562
|
"exportedName": "openFolder",
|
|
528
563
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
529
564
|
},
|
|
530
565
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
531
|
-
"moduleId":
|
|
566
|
+
"moduleId": 1125,
|
|
532
567
|
"async": false,
|
|
533
568
|
"exportedName": "openFolder",
|
|
534
569
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
535
570
|
},
|
|
536
571
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
537
|
-
"moduleId":
|
|
572
|
+
"moduleId": 15659,
|
|
538
573
|
"async": false,
|
|
539
574
|
"exportedName": "openFolder",
|
|
540
575
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
541
576
|
},
|
|
542
577
|
"app/(dashboard)/create/page": {
|
|
543
|
-
"moduleId":
|
|
578
|
+
"moduleId": 63016,
|
|
544
579
|
"async": false,
|
|
545
580
|
"exportedName": "openFolder",
|
|
546
581
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
547
582
|
},
|
|
548
583
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
549
|
-
"moduleId":
|
|
584
|
+
"moduleId": 96804,
|
|
550
585
|
"async": false,
|
|
551
586
|
"exportedName": "openFolder",
|
|
552
587
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
553
588
|
},
|
|
554
589
|
"app/(dashboard)/page": {
|
|
555
|
-
"moduleId":
|
|
590
|
+
"moduleId": 14110,
|
|
556
591
|
"async": false,
|
|
557
592
|
"exportedName": "openFolder",
|
|
558
593
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
559
594
|
},
|
|
560
595
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
561
|
-
"moduleId":
|
|
596
|
+
"moduleId": 5887,
|
|
562
597
|
"async": false,
|
|
563
598
|
"exportedName": "openFolder",
|
|
564
599
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
@@ -576,46 +611,46 @@
|
|
|
576
611
|
"filename": "src/presentation/web/app/actions/open-folder.ts",
|
|
577
612
|
"exportedName": "openFolder"
|
|
578
613
|
},
|
|
579
|
-
"
|
|
614
|
+
"4018e4b3e77d66c73e33b177938dd1d46413b369e7": {
|
|
580
615
|
"workers": {
|
|
581
616
|
"app/(dashboard)/@drawer/create/page": {
|
|
582
|
-
"moduleId":
|
|
617
|
+
"moduleId": 98460,
|
|
583
618
|
"async": false,
|
|
584
619
|
"exportedName": "deleteFeature",
|
|
585
620
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
586
621
|
},
|
|
587
622
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
588
|
-
"moduleId":
|
|
623
|
+
"moduleId": 1125,
|
|
589
624
|
"async": false,
|
|
590
625
|
"exportedName": "deleteFeature",
|
|
591
626
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
592
627
|
},
|
|
593
628
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
594
|
-
"moduleId":
|
|
629
|
+
"moduleId": 15659,
|
|
595
630
|
"async": false,
|
|
596
631
|
"exportedName": "deleteFeature",
|
|
597
632
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
598
633
|
},
|
|
599
634
|
"app/(dashboard)/create/page": {
|
|
600
|
-
"moduleId":
|
|
635
|
+
"moduleId": 63016,
|
|
601
636
|
"async": false,
|
|
602
637
|
"exportedName": "deleteFeature",
|
|
603
638
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
604
639
|
},
|
|
605
640
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
606
|
-
"moduleId":
|
|
641
|
+
"moduleId": 96804,
|
|
607
642
|
"async": false,
|
|
608
643
|
"exportedName": "deleteFeature",
|
|
609
644
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
610
645
|
},
|
|
611
646
|
"app/(dashboard)/page": {
|
|
612
|
-
"moduleId":
|
|
647
|
+
"moduleId": 14110,
|
|
613
648
|
"async": false,
|
|
614
649
|
"exportedName": "deleteFeature",
|
|
615
650
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
616
651
|
},
|
|
617
652
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
618
|
-
"moduleId":
|
|
653
|
+
"moduleId": 5887,
|
|
619
654
|
"async": false,
|
|
620
655
|
"exportedName": "deleteFeature",
|
|
621
656
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
@@ -633,46 +668,46 @@
|
|
|
633
668
|
"filename": "src/presentation/web/app/actions/delete-feature.ts",
|
|
634
669
|
"exportedName": "deleteFeature"
|
|
635
670
|
},
|
|
636
|
-
"
|
|
671
|
+
"40b923d6f29a34eb0fceb201177e08bff3b23c7cf7": {
|
|
637
672
|
"workers": {
|
|
638
673
|
"app/(dashboard)/@drawer/create/page": {
|
|
639
|
-
"moduleId":
|
|
674
|
+
"moduleId": 98460,
|
|
640
675
|
"async": false,
|
|
641
676
|
"exportedName": "addRepository",
|
|
642
677
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
643
678
|
},
|
|
644
679
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
645
|
-
"moduleId":
|
|
680
|
+
"moduleId": 1125,
|
|
646
681
|
"async": false,
|
|
647
682
|
"exportedName": "addRepository",
|
|
648
683
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
649
684
|
},
|
|
650
685
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
651
|
-
"moduleId":
|
|
686
|
+
"moduleId": 15659,
|
|
652
687
|
"async": false,
|
|
653
688
|
"exportedName": "addRepository",
|
|
654
689
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
655
690
|
},
|
|
656
691
|
"app/(dashboard)/create/page": {
|
|
657
|
-
"moduleId":
|
|
692
|
+
"moduleId": 63016,
|
|
658
693
|
"async": false,
|
|
659
694
|
"exportedName": "addRepository",
|
|
660
695
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
661
696
|
},
|
|
662
697
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
663
|
-
"moduleId":
|
|
698
|
+
"moduleId": 96804,
|
|
664
699
|
"async": false,
|
|
665
700
|
"exportedName": "addRepository",
|
|
666
701
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
667
702
|
},
|
|
668
703
|
"app/(dashboard)/page": {
|
|
669
|
-
"moduleId":
|
|
704
|
+
"moduleId": 14110,
|
|
670
705
|
"async": false,
|
|
671
706
|
"exportedName": "addRepository",
|
|
672
707
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
673
708
|
},
|
|
674
709
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
675
|
-
"moduleId":
|
|
710
|
+
"moduleId": 5887,
|
|
676
711
|
"async": false,
|
|
677
712
|
"exportedName": "addRepository",
|
|
678
713
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
@@ -690,46 +725,46 @@
|
|
|
690
725
|
"filename": "src/presentation/web/app/actions/add-repository.ts",
|
|
691
726
|
"exportedName": "addRepository"
|
|
692
727
|
},
|
|
693
|
-
"
|
|
728
|
+
"40434cdcbfb2a43f6337587b33dcaab3a28d6e8e60": {
|
|
694
729
|
"workers": {
|
|
695
730
|
"app/(dashboard)/@drawer/create/page": {
|
|
696
|
-
"moduleId":
|
|
731
|
+
"moduleId": 98460,
|
|
697
732
|
"async": false,
|
|
698
733
|
"exportedName": "deleteRepository",
|
|
699
734
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
700
735
|
},
|
|
701
736
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
702
|
-
"moduleId":
|
|
737
|
+
"moduleId": 1125,
|
|
703
738
|
"async": false,
|
|
704
739
|
"exportedName": "deleteRepository",
|
|
705
740
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
706
741
|
},
|
|
707
742
|
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
708
|
-
"moduleId":
|
|
743
|
+
"moduleId": 15659,
|
|
709
744
|
"async": false,
|
|
710
745
|
"exportedName": "deleteRepository",
|
|
711
746
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
712
747
|
},
|
|
713
748
|
"app/(dashboard)/create/page": {
|
|
714
|
-
"moduleId":
|
|
749
|
+
"moduleId": 63016,
|
|
715
750
|
"async": false,
|
|
716
751
|
"exportedName": "deleteRepository",
|
|
717
752
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
718
753
|
},
|
|
719
754
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
720
|
-
"moduleId":
|
|
755
|
+
"moduleId": 96804,
|
|
721
756
|
"async": false,
|
|
722
757
|
"exportedName": "deleteRepository",
|
|
723
758
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
724
759
|
},
|
|
725
760
|
"app/(dashboard)/page": {
|
|
726
|
-
"moduleId":
|
|
761
|
+
"moduleId": 14110,
|
|
727
762
|
"async": false,
|
|
728
763
|
"exportedName": "deleteRepository",
|
|
729
764
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
730
765
|
},
|
|
731
766
|
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
732
|
-
"moduleId":
|
|
767
|
+
"moduleId": 5887,
|
|
733
768
|
"async": false,
|
|
734
769
|
"exportedName": "deleteRepository",
|
|
735
770
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
@@ -747,16 +782,73 @@
|
|
|
747
782
|
"filename": "src/presentation/web/app/actions/delete-repository.ts",
|
|
748
783
|
"exportedName": "deleteRepository"
|
|
749
784
|
},
|
|
750
|
-
"
|
|
785
|
+
"006d927f83676b07333203cddceb6c9739604760d6": {
|
|
786
|
+
"workers": {
|
|
787
|
+
"app/(dashboard)/@drawer/create/page": {
|
|
788
|
+
"moduleId": 98460,
|
|
789
|
+
"async": false,
|
|
790
|
+
"exportedName": "fetchGraphData",
|
|
791
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
792
|
+
},
|
|
793
|
+
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
794
|
+
"moduleId": 1125,
|
|
795
|
+
"async": false,
|
|
796
|
+
"exportedName": "fetchGraphData",
|
|
797
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
798
|
+
},
|
|
799
|
+
"app/(dashboard)/@drawer/repository/[repositoryId]/page": {
|
|
800
|
+
"moduleId": 15659,
|
|
801
|
+
"async": false,
|
|
802
|
+
"exportedName": "fetchGraphData",
|
|
803
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
804
|
+
},
|
|
805
|
+
"app/(dashboard)/create/page": {
|
|
806
|
+
"moduleId": 63016,
|
|
807
|
+
"async": false,
|
|
808
|
+
"exportedName": "fetchGraphData",
|
|
809
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
810
|
+
},
|
|
811
|
+
"app/(dashboard)/feature/[featureId]/page": {
|
|
812
|
+
"moduleId": 96804,
|
|
813
|
+
"async": false,
|
|
814
|
+
"exportedName": "fetchGraphData",
|
|
815
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
816
|
+
},
|
|
817
|
+
"app/(dashboard)/page": {
|
|
818
|
+
"moduleId": 14110,
|
|
819
|
+
"async": false,
|
|
820
|
+
"exportedName": "fetchGraphData",
|
|
821
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
822
|
+
},
|
|
823
|
+
"app/(dashboard)/repository/[repositoryId]/page": {
|
|
824
|
+
"moduleId": 5887,
|
|
825
|
+
"async": false,
|
|
826
|
+
"exportedName": "fetchGraphData",
|
|
827
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"layer": {
|
|
831
|
+
"app/(dashboard)/@drawer/create/page": "action-browser",
|
|
832
|
+
"app/(dashboard)/@drawer/feature/[featureId]/page": "action-browser",
|
|
833
|
+
"app/(dashboard)/@drawer/repository/[repositoryId]/page": "action-browser",
|
|
834
|
+
"app/(dashboard)/create/page": "action-browser",
|
|
835
|
+
"app/(dashboard)/feature/[featureId]/page": "action-browser",
|
|
836
|
+
"app/(dashboard)/page": "action-browser",
|
|
837
|
+
"app/(dashboard)/repository/[repositoryId]/page": "action-browser"
|
|
838
|
+
},
|
|
839
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts",
|
|
840
|
+
"exportedName": "fetchGraphData"
|
|
841
|
+
},
|
|
842
|
+
"00d4f73bcf661be456565aa35899c616e26830baff": {
|
|
751
843
|
"workers": {
|
|
752
844
|
"app/(dashboard)/@drawer/create/page": {
|
|
753
|
-
"moduleId":
|
|
845
|
+
"moduleId": 98460,
|
|
754
846
|
"async": false,
|
|
755
847
|
"exportedName": "getWorkflowDefaults",
|
|
756
848
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
757
849
|
},
|
|
758
850
|
"app/(dashboard)/create/page": {
|
|
759
|
-
"moduleId":
|
|
851
|
+
"moduleId": 63016,
|
|
760
852
|
"async": false,
|
|
761
853
|
"exportedName": "getWorkflowDefaults",
|
|
762
854
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
@@ -769,16 +861,16 @@
|
|
|
769
861
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts",
|
|
770
862
|
"exportedName": "getWorkflowDefaults"
|
|
771
863
|
},
|
|
772
|
-
"
|
|
864
|
+
"407049b1f40e037d000435d9df8a030b383b568b74": {
|
|
773
865
|
"workers": {
|
|
774
866
|
"app/(dashboard)/@drawer/create/page": {
|
|
775
|
-
"moduleId":
|
|
867
|
+
"moduleId": 98460,
|
|
776
868
|
"async": false,
|
|
777
869
|
"exportedName": "createFeature",
|
|
778
870
|
"filename": "src/presentation/web/app/actions/create-feature.ts"
|
|
779
871
|
},
|
|
780
872
|
"app/(dashboard)/create/page": {
|
|
781
|
-
"moduleId":
|
|
873
|
+
"moduleId": 63016,
|
|
782
874
|
"async": false,
|
|
783
875
|
"exportedName": "createFeature",
|
|
784
876
|
"filename": "src/presentation/web/app/actions/create-feature.ts"
|
|
@@ -791,16 +883,16 @@
|
|
|
791
883
|
"filename": "src/presentation/web/app/actions/create-feature.ts",
|
|
792
884
|
"exportedName": "createFeature"
|
|
793
885
|
},
|
|
794
|
-
"
|
|
886
|
+
"606de4eb83b2c32f17749975fafbb4e8771f83af3f": {
|
|
795
887
|
"workers": {
|
|
796
888
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
797
|
-
"moduleId":
|
|
889
|
+
"moduleId": 1125,
|
|
798
890
|
"async": false,
|
|
799
891
|
"exportedName": "approveFeature",
|
|
800
892
|
"filename": "src/presentation/web/app/actions/approve-feature.ts"
|
|
801
893
|
},
|
|
802
894
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
803
|
-
"moduleId":
|
|
895
|
+
"moduleId": 96804,
|
|
804
896
|
"async": false,
|
|
805
897
|
"exportedName": "approveFeature",
|
|
806
898
|
"filename": "src/presentation/web/app/actions/approve-feature.ts"
|
|
@@ -813,16 +905,16 @@
|
|
|
813
905
|
"filename": "src/presentation/web/app/actions/approve-feature.ts",
|
|
814
906
|
"exportedName": "approveFeature"
|
|
815
907
|
},
|
|
816
|
-
"
|
|
908
|
+
"601ebdbb329d3ee7c236f59f5a37376daed73622e6": {
|
|
817
909
|
"workers": {
|
|
818
910
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
819
|
-
"moduleId":
|
|
911
|
+
"moduleId": 1125,
|
|
820
912
|
"async": false,
|
|
821
913
|
"exportedName": "rejectFeature",
|
|
822
914
|
"filename": "src/presentation/web/app/actions/reject-feature.ts"
|
|
823
915
|
},
|
|
824
916
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
825
|
-
"moduleId":
|
|
917
|
+
"moduleId": 96804,
|
|
826
918
|
"async": false,
|
|
827
919
|
"exportedName": "rejectFeature",
|
|
828
920
|
"filename": "src/presentation/web/app/actions/reject-feature.ts"
|
|
@@ -835,16 +927,16 @@
|
|
|
835
927
|
"filename": "src/presentation/web/app/actions/reject-feature.ts",
|
|
836
928
|
"exportedName": "rejectFeature"
|
|
837
929
|
},
|
|
838
|
-
"
|
|
930
|
+
"40ce9f017a2218827ce8585c83b7d40e8d417161ed": {
|
|
839
931
|
"workers": {
|
|
840
932
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
841
|
-
"moduleId":
|
|
933
|
+
"moduleId": 1125,
|
|
842
934
|
"async": false,
|
|
843
935
|
"exportedName": "getFeatureArtifact",
|
|
844
936
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts"
|
|
845
937
|
},
|
|
846
938
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
847
|
-
"moduleId":
|
|
939
|
+
"moduleId": 96804,
|
|
848
940
|
"async": false,
|
|
849
941
|
"exportedName": "getFeatureArtifact",
|
|
850
942
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts"
|
|
@@ -857,16 +949,16 @@
|
|
|
857
949
|
"filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
|
|
858
950
|
"exportedName": "getFeatureArtifact"
|
|
859
951
|
},
|
|
860
|
-
"
|
|
952
|
+
"408efa0bf07af5f36edd1c19a5fea3cb060d5f4782": {
|
|
861
953
|
"workers": {
|
|
862
954
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
863
|
-
"moduleId":
|
|
955
|
+
"moduleId": 1125,
|
|
864
956
|
"async": false,
|
|
865
957
|
"exportedName": "getResearchArtifact",
|
|
866
958
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts"
|
|
867
959
|
},
|
|
868
960
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
869
|
-
"moduleId":
|
|
961
|
+
"moduleId": 96804,
|
|
870
962
|
"async": false,
|
|
871
963
|
"exportedName": "getResearchArtifact",
|
|
872
964
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts"
|
|
@@ -879,16 +971,16 @@
|
|
|
879
971
|
"filename": "src/presentation/web/app/actions/get-research-artifact.ts",
|
|
880
972
|
"exportedName": "getResearchArtifact"
|
|
881
973
|
},
|
|
882
|
-
"
|
|
974
|
+
"408347b2b729eb8b84d7ef181e9482910635f2ae47": {
|
|
883
975
|
"workers": {
|
|
884
976
|
"app/(dashboard)/@drawer/feature/[featureId]/page": {
|
|
885
|
-
"moduleId":
|
|
977
|
+
"moduleId": 1125,
|
|
886
978
|
"async": false,
|
|
887
979
|
"exportedName": "getMergeReviewData",
|
|
888
980
|
"filename": "src/presentation/web/app/actions/get-merge-review-data.ts"
|
|
889
981
|
},
|
|
890
982
|
"app/(dashboard)/feature/[featureId]/page": {
|
|
891
|
-
"moduleId":
|
|
983
|
+
"moduleId": 96804,
|
|
892
984
|
"async": false,
|
|
893
985
|
"exportedName": "getMergeReviewData",
|
|
894
986
|
"filename": "src/presentation/web/app/actions/get-merge-review-data.ts"
|
|
@@ -903,5 +995,5 @@
|
|
|
903
995
|
}
|
|
904
996
|
},
|
|
905
997
|
"edge": {},
|
|
906
|
-
"encryptionKey": "
|
|
998
|
+
"encryptionKey": "jpkSZDtGGCNt0j1KfiX48ABMAChud+xFsHOv1XvdON4="
|
|
907
999
|
}
|