@shepai/cli 1.120.0 → 1.121.0-pr375.de718bc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apis/json-schema/PhaseTiming.yaml +17 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts +19 -5
- package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/ports/output/agents/phase-timing-repository.interface.d.ts +1 -1
- package/dist/packages/core/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts +3 -1
- 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 +4 -2
- package/dist/packages/core/src/domain/generated/output.d.ts +22 -0
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/039-add-phase-timing-extended-stats.d.ts +11 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/039-add-phase-timing-extended-stats.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/039-add-phase-timing-extended-stats.js +25 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.js +42 -2
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts +5 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.js +38 -13
- 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 +23 -2
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/fast-implement.node.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/fast-implement.node.js +13 -1
- 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 +12 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +5 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts +5 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.js +9 -0
- package/dist/src/presentation/web/app/(dashboard)/get-graph-data.d.ts.map +1 -1
- package/dist/src/presentation/web/app/(dashboard)/get-graph-data.js +2 -43
- package/dist/src/presentation/web/app/actions/approve-feature.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/approve-feature.js +9 -0
- package/dist/src/presentation/web/app/actions/get-feature-phase-timings.d.ts +5 -0
- package/dist/src/presentation/web/app/actions/get-feature-phase-timings.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/get-feature-phase-timings.js +5 -0
- package/dist/src/presentation/web/app/actions/reject-feature.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/reject-feature.js +9 -0
- package/dist/src/presentation/web/app/actions/stop-feature.d.ts +5 -0
- package/dist/src/presentation/web/app/actions/stop-feature.d.ts.map +1 -0
- package/dist/src/presentation/web/app/actions/stop-feature.js +30 -0
- package/dist/src/presentation/web/app/api/npm-version/route.d.ts.map +1 -1
- package/dist/src/presentation/web/app/api/npm-version/route.js +9 -1
- package/dist/src/presentation/web/app/api/sessions/route.d.ts.map +1 -1
- package/dist/src/presentation/web/app/api/sessions/route.js +43 -10
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.js +15 -6
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.js +35 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.js +2 -2
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts +2 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +4 -0
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.d.ts +1 -0
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.js +8 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.js +6 -6
- package/dist/src/presentation/web/components/common/feature-status-config.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-status-config.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-status-config.js +8 -1
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.d.ts +1 -0
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.js +7 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +3 -1
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts +1 -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 +18 -0
- package/dist/src/presentation/web/hooks/sidebar-features-context.js +1 -1
- package/dist/src/presentation/web/lib/derive-graph.d.ts +2 -0
- package/dist/src/presentation/web/lib/derive-graph.d.ts.map +1 -1
- package/dist/src/presentation/web/lib/derive-graph.js +5 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -5
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +3 -3
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +57 -42
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +69 -54
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +69 -54
- 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/server-reference-manifest.json +53 -38
- 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/server-reference-manifest.json +57 -42
- package/web/.next/server/app/(dashboard)/create/page.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +69 -54
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +69 -54
- 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/server-reference-manifest.json +53 -38
- 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/server-reference-manifest.json +53 -38
- 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.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
- package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
- package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
- package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
- package/web/.next/server/app/api/sessions/route.js +1 -1
- package/web/.next/server/app/api/sessions/route.js.nft.json +1 -1
- package/web/.next/server/app/settings/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
- package/web/.next/server/app/version/page.js.nft.json +1 -1
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js.map +1 -1
- package/web/.next/server/chunks/[externals]_node:fs_ddf6f167._.js +3 -0
- package/web/.next/server/chunks/[externals]_node:fs_ddf6f167._.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__3b72e8b0._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__3b72e8b0._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__42b7ab55._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__42b7ab55._.js.map +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__a62bd945._.js +3 -0
- package/web/.next/server/chunks/[root-of-the-server]__a62bd945._.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_f30d0343.js +3 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_f30d0343.js.map +1 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_9f1775bb.js +3 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_9f1775bb.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__06fef644._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__2698e9f4._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__2698e9f4._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__545792ab._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__545792ab._.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]__6bb00d90._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js.map +1 -1
- 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]__8c553503._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8e3bf5d7._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8e3bf5d7._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a022445f._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a022445f._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a7de2711._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a7de2711._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b724df9e._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__b724df9e._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c07f9f79._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c07f9f79._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c605a375._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c605a375._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_0dc2cfd3._.js +3 -0
- package/web/.next/server/chunks/ssr/_0dc2cfd3._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_16e2ff25._.js → _0e2fa803._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_16e2ff25._.js.map → _0e2fa803._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_135edb9c._.js +1 -1
- package/web/.next/server/chunks/ssr/_135edb9c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_1bb131c4._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_2f6f48b8._.js +1 -1
- package/web/.next/server/chunks/ssr/_2f6f48b8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_c93f4352._.js → _86bcd0cb._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_c93f4352._.js.map → _86bcd0cb._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_9cdb9131._.js +3 -0
- package/web/.next/server/chunks/ssr/{_503b26e9._.js.map → _9cdb9131._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_cc77a143._.js +1 -1
- package/web/.next/server/chunks/ssr/_cc77a143._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_f605354c._.js → _f1a649e3._.js} +3 -3
- package/web/.next/server/chunks/ssr/_f1a649e3._.js.map +1 -0
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{src_presentation_web_0835b28e._.js → src_presentation_web_5f039db1._.js} +3 -3
- package/web/.next/server/chunks/ssr/{src_presentation_web_0835b28e._.js.map → src_presentation_web_5f039db1._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_2a52b697.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_2a52b697.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js.map +1 -1
- package/web/.next/server/chunks/ssr/{src_presentation_web_e8034a29._.js → src_presentation_web_c4337169._.js} +3 -3
- package/web/.next/server/chunks/ssr/{src_presentation_web_e8034a29._.js.map → src_presentation_web_c4337169._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_bf50c527._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_bf50c527._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_de814675._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_de814675._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.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/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +311 -240
- package/web/.next/static/chunks/0d2af96e64960ef5.css +1 -0
- package/web/.next/static/chunks/{263497416e5198a3.js → 78227a8fa0b0a44f.js} +1 -1
- package/web/.next/static/chunks/7c121b87cbc3a987.js +1 -0
- package/web/.next/static/chunks/{51244236801cad96.js → 87e9e13dd05907a3.js} +1 -1
- package/web/.next/static/chunks/{71161130b2462279.js → 96eeeb28e06de78c.js} +1 -1
- package/web/.next/static/chunks/d1e8c0959d9e7e38.js +1 -0
- package/web/.next/static/chunks/{a5ff70a7709ec5af.js → d3ea72cbb1d42172.js} +1 -1
- package/web/.next/static/chunks/{700fc491c912dd68.js → e4b05f1dc8974236.js} +1 -1
- package/web/.next/static/chunks/f357d403bf61ec3c.js +2 -0
- package/web/.next/static/chunks/f4ae633779d5324c.js +11 -0
- package/web/.next/static/chunks/{57e0b981e00941e4.js → f62c2cfe34d12a8d.js} +1 -1
- package/web/.next/static/chunks/{abb2b485cb0da264.js → ff286f5ef499d263.js} +1 -1
- package/web/.next/server/chunks/[root-of-the-server]__0fe7788d._.js +0 -3
- package/web/.next/server/chunks/[root-of-the-server]__0fe7788d._.js.map +0 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_ed372306.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_ed372306.js.map +0 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_32e26434.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_32e26434.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__3b14e5a0._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__3b14e5a0._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8b59c03e._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8b59c03e._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__994ad9fe._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__994ad9fe._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c9c1cfee._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c9c1cfee._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_503b26e9._.js +0 -3
- package/web/.next/server/chunks/ssr/_ab069e13._.js +0 -3
- package/web/.next/server/chunks/ssr/_ab069e13._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_f605354c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_e99d78dd.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_e99d78dd.js.map +0 -1
- package/web/.next/static/chunks/027d779d1dd1535e.js +0 -1
- package/web/.next/static/chunks/844405e9e0f44c8b.js +0 -11
- package/web/.next/static/chunks/943a2b78e452a2fb.js +0 -2
- package/web/.next/static/chunks/d2739454715e5ef2.css +0 -1
- package/web/.next/static/chunks/f518c011aaa1941e.js +0 -1
- /package/web/.next/static/{oxdz8EAvGqpg8JW3gRSSs → FKhXOv4YGg6YioBqvMlGR}/_buildManifest.js +0 -0
- /package/web/.next/static/{oxdz8EAvGqpg8JW3gRSSs → FKhXOv4YGg6YioBqvMlGR}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{oxdz8EAvGqpg8JW3gRSSs → FKhXOv4YGg6YioBqvMlGR}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shepai/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.121.0-pr375.de718bc",
|
|
4
4
|
"description": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,11 +46,9 @@
|
|
|
46
46
|
"dev:storybook": "storybook dev -p 6006",
|
|
47
47
|
"generate": "pnpm tsp:codegen",
|
|
48
48
|
"tsp:codegen": "tsp compile tsp/ --emit @typespec-tools/emitter-typescript && prettier --write packages/core/src/domain/generated/",
|
|
49
|
-
"prebuild": "pnpm generate",
|
|
50
|
-
"pretest": "pnpm generate",
|
|
51
|
-
"prelint": "pnpm generate",
|
|
52
49
|
"build:cli": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json --resolve-full-paths && shx mkdir -p dist/packages/core/src/infrastructure/services/tool-installer && shx rm -rf dist/packages/core/src/infrastructure/services/tool-installer/tools && shx cp -r packages/core/src/infrastructure/services/tool-installer/tools dist/packages/core/src/infrastructure/services/tool-installer/tools",
|
|
53
|
-
"build": "pnpm build:cli
|
|
50
|
+
"build": "pnpm build:cli",
|
|
51
|
+
"build:release": "pnpm generate && pnpm build:cli && pnpm build:web:prod",
|
|
54
52
|
"build:web:prod": "pnpm build:web && shx rm -rf web && shx mkdir -p web && shx cp -r src/presentation/web/.next web/.next && shx rm -rf web/.next/dev web/.next/cache web/.next/standalone web/.next/trace web/.next/trace-build web/.next/turbopack web/.next/diagnostics web/.next/types web/.next/*.nft.json && shx cp -r src/presentation/web/public web/public && shx cp src/presentation/web/package.json web/ && node -e \"require('fs').writeFileSync('web/next.config.mjs','const c={typedRoutes:true,distDir:\\\".next\\\",serverExternalPackages:[\\\"tsyringe\\\",\\\"reflect-metadata\\\",\\\"better-sqlite3\\\",\\\"node:os\\\",\\\"node:child_process\\\",\\\"node:fs\\\"]};export default c;\\n')\"",
|
|
55
53
|
"build:web": "pnpm --filter @shepai/web build",
|
|
56
54
|
"build:storybook": "storybook build",
|
package/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
FKhXOv4YGg6YioBqvMlGR
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/FKhXOv4YGg6YioBqvMlGR/_ssgManifest.js",
|
|
11
|
+
"static/FKhXOv4YGg6YioBqvMlGR/_buildManifest.js"
|
|
12
12
|
],
|
|
13
13
|
"rootMainFiles": [
|
|
14
14
|
"static/chunks/ed3a602003bcb31b.js",
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"polyfillFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/FKhXOv4YGg6YioBqvMlGR/_ssgManifest.js",
|
|
9
|
+
"static/FKhXOv4YGg6YioBqvMlGR/_buildManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": []
|
|
12
12
|
}
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"dynamicRoutes": {},
|
|
30
30
|
"notFoundRoutes": [],
|
|
31
31
|
"preview": {
|
|
32
|
-
"previewModeId": "
|
|
33
|
-
"previewModeSigningKey": "
|
|
34
|
-
"previewModeEncryptionKey": "
|
|
32
|
+
"previewModeId": "9b789945d2e61526678b70b2784ccfd3",
|
|
33
|
+
"previewModeSigningKey": "1a01047ec52f1a7bee593743d82d897e8586cf3063980b2addf459a293d57318",
|
|
34
|
+
"previewModeEncryptionKey": "841c18185206fa856b30516c61816e1a9f0bc7b65d8e865794f99ce11424d90e"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -2,11 +2,11 @@ self.__SERVER_FILES_MANIFEST={
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"config": {
|
|
4
4
|
"env": {
|
|
5
|
-
"NEXT_PUBLIC_SHEP_VERSION": "1.
|
|
5
|
+
"NEXT_PUBLIC_SHEP_VERSION": "1.121.0",
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
8
|
-
"NEXT_PUBLIC_SHEP_BRANCH": "
|
|
9
|
-
"NEXT_PUBLIC_SHEP_COMMIT": "
|
|
8
|
+
"NEXT_PUBLIC_SHEP_BRANCH": "HEAD",
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "de718bc6ea1f5e9ced8abfcdebde45feac278dd3",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/cli/cli/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"config": {
|
|
4
4
|
"env": {
|
|
5
|
-
"NEXT_PUBLIC_SHEP_VERSION": "1.
|
|
5
|
+
"NEXT_PUBLIC_SHEP_VERSION": "1.121.0",
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
8
|
-
"NEXT_PUBLIC_SHEP_BRANCH": "
|
|
9
|
-
"NEXT_PUBLIC_SHEP_COMMIT": "
|
|
8
|
+
"NEXT_PUBLIC_SHEP_BRANCH": "HEAD",
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "de718bc6ea1f5e9ced8abfcdebde45feac278dd3",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/cli/cli/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"00ca1a72d893d82167ce9fe84d506236a0b85546be": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/create/page": {
|
|
6
|
-
"moduleId":
|
|
6
|
+
"moduleId": 36765,
|
|
7
7
|
"async": false,
|
|
8
8
|
"exportedName": "pickFolder",
|
|
9
9
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"exportedName": "pickFolder",
|
|
16
16
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"402775705908b6716e135072facfbfdc742a01fec0": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/(dashboard)/@drawer/create/page": {
|
|
21
|
-
"moduleId":
|
|
21
|
+
"moduleId": 36765,
|
|
22
22
|
"async": false,
|
|
23
23
|
"exportedName": "getDeploymentLogs",
|
|
24
24
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"exportedName": "getDeploymentLogs",
|
|
31
31
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"4039492d5268843e211d265b4503439b3dc2b96bfc": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/(dashboard)/@drawer/create/page": {
|
|
36
|
-
"moduleId":
|
|
36
|
+
"moduleId": 36765,
|
|
37
37
|
"async": false,
|
|
38
38
|
"exportedName": "deployFeature",
|
|
39
39
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"exportedName": "deployFeature",
|
|
46
46
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"40a7d485f496b11eca7edba233a35bdae3b39c07f7": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/(dashboard)/@drawer/create/page": {
|
|
51
|
-
"moduleId":
|
|
51
|
+
"moduleId": 36765,
|
|
52
52
|
"async": false,
|
|
53
53
|
"exportedName": "deployRepository",
|
|
54
54
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"exportedName": "deployRepository",
|
|
61
61
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"4004df5f785b8e98f03016745d2ddbdb25e0eb056a": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/(dashboard)/@drawer/create/page": {
|
|
66
|
-
"moduleId":
|
|
66
|
+
"moduleId": 36765,
|
|
67
67
|
"async": false,
|
|
68
68
|
"exportedName": "stopDeployment",
|
|
69
69
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
"exportedName": "stopDeployment",
|
|
76
76
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"4079b0d91d4aeddbf2a454b93bfc05c2a3ccd8d6ae": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/(dashboard)/@drawer/create/page": {
|
|
81
|
-
"moduleId":
|
|
81
|
+
"moduleId": 36765,
|
|
82
82
|
"async": false,
|
|
83
83
|
"exportedName": "getDeploymentStatus",
|
|
84
84
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"exportedName": "getDeploymentStatus",
|
|
91
91
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"40a401f8515f46855445bba35a5264c058115df5b9": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/(dashboard)/@drawer/create/page": {
|
|
96
|
-
"moduleId":
|
|
96
|
+
"moduleId": 36765,
|
|
97
97
|
"async": false,
|
|
98
98
|
"exportedName": "openIde",
|
|
99
99
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
@@ -105,10 +105,10 @@
|
|
|
105
105
|
"exportedName": "openIde",
|
|
106
106
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"40f807c3ae34388da97a63f105e234a2aad11fb40f": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/(dashboard)/@drawer/create/page": {
|
|
111
|
-
"moduleId":
|
|
111
|
+
"moduleId": 36765,
|
|
112
112
|
"async": false,
|
|
113
113
|
"exportedName": "openShell",
|
|
114
114
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
"exportedName": "openShell",
|
|
121
121
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"40b7c119c235bad74295da9dc44615cb067d06d35f": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/(dashboard)/@drawer/create/page": {
|
|
126
|
-
"moduleId":
|
|
126
|
+
"moduleId": 36765,
|
|
127
127
|
"async": false,
|
|
128
128
|
"exportedName": "openFolder",
|
|
129
129
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"exportedName": "openFolder",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"0048b882e47869f0d475166940f183856869ae4d71": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/(dashboard)/@drawer/create/page": {
|
|
141
|
-
"moduleId":
|
|
141
|
+
"moduleId": 36765,
|
|
142
142
|
"async": false,
|
|
143
143
|
"exportedName": "isAgentSetupComplete",
|
|
144
144
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
|
|
@@ -150,10 +150,10 @@
|
|
|
150
150
|
"exportedName": "isAgentSetupComplete",
|
|
151
151
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"007cf9c45bb4178b1ec01689d31dafa867e59608ca": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/(dashboard)/@drawer/create/page": {
|
|
156
|
-
"moduleId":
|
|
156
|
+
"moduleId": 36765,
|
|
157
157
|
"async": false,
|
|
158
158
|
"exportedName": "checkAgentAuth",
|
|
159
159
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts"
|
|
@@ -165,10 +165,10 @@
|
|
|
165
165
|
"exportedName": "checkAgentAuth",
|
|
166
166
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts"
|
|
167
167
|
},
|
|
168
|
-
"
|
|
168
|
+
"0016d2f2b9d30bb81f4320e06165646630330ebbfa": {
|
|
169
169
|
"workers": {
|
|
170
170
|
"app/(dashboard)/@drawer/create/page": {
|
|
171
|
-
"moduleId":
|
|
171
|
+
"moduleId": 36765,
|
|
172
172
|
"async": false,
|
|
173
173
|
"exportedName": "getAllAgentModels",
|
|
174
174
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
@@ -180,10 +180,10 @@
|
|
|
180
180
|
"exportedName": "getAllAgentModels",
|
|
181
181
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"60d60275ce38584945420ec369f9831bafe214c9b3": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/(dashboard)/@drawer/create/page": {
|
|
186
|
-
"moduleId":
|
|
186
|
+
"moduleId": 36765,
|
|
187
187
|
"async": false,
|
|
188
188
|
"exportedName": "updateAgentAndModel",
|
|
189
189
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
@@ -195,10 +195,10 @@
|
|
|
195
195
|
"exportedName": "updateAgentAndModel",
|
|
196
196
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
197
197
|
},
|
|
198
|
-
"
|
|
198
|
+
"7072f5e0c77b169c54e835ef0815a00311216c5ea3": {
|
|
199
199
|
"workers": {
|
|
200
200
|
"app/(dashboard)/@drawer/create/page": {
|
|
201
|
-
"moduleId":
|
|
201
|
+
"moduleId": 36765,
|
|
202
202
|
"async": false,
|
|
203
203
|
"exportedName": "deleteFeature",
|
|
204
204
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
@@ -210,10 +210,10 @@
|
|
|
210
210
|
"exportedName": "deleteFeature",
|
|
211
211
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
212
212
|
},
|
|
213
|
-
"
|
|
213
|
+
"406c254361e25d76e92890ab7687067baec2f23de7": {
|
|
214
214
|
"workers": {
|
|
215
215
|
"app/(dashboard)/@drawer/create/page": {
|
|
216
|
-
"moduleId":
|
|
216
|
+
"moduleId": 36765,
|
|
217
217
|
"async": false,
|
|
218
218
|
"exportedName": "resumeFeature",
|
|
219
219
|
"filename": "src/presentation/web/app/actions/resume-feature.ts"
|
|
@@ -225,10 +225,10 @@
|
|
|
225
225
|
"exportedName": "resumeFeature",
|
|
226
226
|
"filename": "src/presentation/web/app/actions/resume-feature.ts"
|
|
227
227
|
},
|
|
228
|
-
"
|
|
228
|
+
"40efd25d98ff79f80cd97c4075c956d55737e858de": {
|
|
229
229
|
"workers": {
|
|
230
230
|
"app/(dashboard)/@drawer/create/page": {
|
|
231
|
-
"moduleId":
|
|
231
|
+
"moduleId": 36765,
|
|
232
232
|
"async": false,
|
|
233
233
|
"exportedName": "startFeature",
|
|
234
234
|
"filename": "src/presentation/web/app/actions/start-feature.ts"
|
|
@@ -240,10 +240,25 @@
|
|
|
240
240
|
"exportedName": "startFeature",
|
|
241
241
|
"filename": "src/presentation/web/app/actions/start-feature.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"40e32ec0a3b86d1412dfbb77be0a0e2be4127c319f": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/(dashboard)/@drawer/create/page": {
|
|
246
|
-
"moduleId":
|
|
246
|
+
"moduleId": 36765,
|
|
247
|
+
"async": false,
|
|
248
|
+
"exportedName": "stopFeature",
|
|
249
|
+
"filename": "src/presentation/web/app/actions/stop-feature.ts"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"layer": {
|
|
253
|
+
"app/(dashboard)/@drawer/create/page": "action-browser"
|
|
254
|
+
},
|
|
255
|
+
"exportedName": "stopFeature",
|
|
256
|
+
"filename": "src/presentation/web/app/actions/stop-feature.ts"
|
|
257
|
+
},
|
|
258
|
+
"4075a46c1477678cd68d3c740c4e2e75445acde20a": {
|
|
259
|
+
"workers": {
|
|
260
|
+
"app/(dashboard)/@drawer/create/page": {
|
|
261
|
+
"moduleId": 36765,
|
|
247
262
|
"async": false,
|
|
248
263
|
"exportedName": "addRepository",
|
|
249
264
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
@@ -255,10 +270,10 @@
|
|
|
255
270
|
"exportedName": "addRepository",
|
|
256
271
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
257
272
|
},
|
|
258
|
-
"
|
|
273
|
+
"40c5057c961a83ef3642f5ca89cb3506fddfebea47": {
|
|
259
274
|
"workers": {
|
|
260
275
|
"app/(dashboard)/@drawer/create/page": {
|
|
261
|
-
"moduleId":
|
|
276
|
+
"moduleId": 36765,
|
|
262
277
|
"async": false,
|
|
263
278
|
"exportedName": "deleteRepository",
|
|
264
279
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
@@ -270,10 +285,10 @@
|
|
|
270
285
|
"exportedName": "deleteRepository",
|
|
271
286
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
272
287
|
},
|
|
273
|
-
"
|
|
288
|
+
"402a24431282f4f4678a9bdcea90d5dc9dac85966b": {
|
|
274
289
|
"workers": {
|
|
275
290
|
"app/(dashboard)/@drawer/create/page": {
|
|
276
|
-
"moduleId":
|
|
291
|
+
"moduleId": 36765,
|
|
277
292
|
"async": false,
|
|
278
293
|
"exportedName": "getFeatureMetadata",
|
|
279
294
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
@@ -285,10 +300,10 @@
|
|
|
285
300
|
"exportedName": "getFeatureMetadata",
|
|
286
301
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
287
302
|
},
|
|
288
|
-
"
|
|
303
|
+
"00c4e8cefb801d4eb767fdc4d36017776265beb02b": {
|
|
289
304
|
"workers": {
|
|
290
305
|
"app/(dashboard)/@drawer/create/page": {
|
|
291
|
-
"moduleId":
|
|
306
|
+
"moduleId": 36765,
|
|
292
307
|
"async": false,
|
|
293
308
|
"exportedName": "getWorkflowDefaults",
|
|
294
309
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
@@ -300,10 +315,10 @@
|
|
|
300
315
|
"exportedName": "getWorkflowDefaults",
|
|
301
316
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
302
317
|
},
|
|
303
|
-
"
|
|
318
|
+
"4000ae2db6e433a58939bc98f9afea58cab508c656": {
|
|
304
319
|
"workers": {
|
|
305
320
|
"app/(dashboard)/@drawer/create/page": {
|
|
306
|
-
"moduleId":
|
|
321
|
+
"moduleId": 36765,
|
|
307
322
|
"async": false,
|
|
308
323
|
"exportedName": "createFeature",
|
|
309
324
|
"filename": "src/presentation/web/app/actions/create-feature.ts"
|
|
@@ -14,7 +14,7 @@ R.c("server/chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2
|
|
|
14
14
|
R.c("server/chunks/ssr/[root-of-the-server]__b724df9e._.js")
|
|
15
15
|
R.c("server/chunks/ssr/src_presentation_web_ca99d62d._.js")
|
|
16
16
|
R.c("server/chunks/ssr/src_presentation_web_app_(dashboard)_create_page_tsx_c60c859a._.js")
|
|
17
|
-
R.c("server/chunks/ssr/
|
|
17
|
+
R.c("server/chunks/ssr/src_presentation_web_c4337169._.js")
|
|
18
18
|
R.c("server/chunks/ssr/[root-of-the-server]__a022445f._.js")
|
|
19
19
|
R.m(26467)
|
|
20
20
|
module.exports=R.m(26467).exports
|