@shepai/cli 1.92.2-pr278.ee19983 → 1.92.2-pr281.bc03a69
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/repositories/feature-repository.interface.d.ts +16 -4
- package/dist/packages/core/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.d.ts +14 -9
- package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.js +41 -20
- package/dist/packages/core/src/domain/generated/output.d.ts +3 -2
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
- package/dist/packages/core/src/domain/generated/output.js +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.js +4 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.js +12 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts +2 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.js +13 -3
- package/dist/src/presentation/cli/commands/feat/ls.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/ls.command.js +9 -2
- package/dist/src/presentation/web/app/api/agent-events/route.d.ts.map +1 -1
- package/dist/src/presentation/web/app/api/agent-events/route.js +1 -0
- 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 +4 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +11 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +21 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +3 -18
- package/dist/src/presentation/web/components/layouts/app-shell/app-shell.js +1 -1
- package/dist/src/presentation/web/hooks/sidebar-features-context.d.ts.map +1 -1
- package/dist/src/presentation/web/hooks/sidebar-features-context.js +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +1 -1
- package/web/.next/required-server-files.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +62 -77
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js +2 -2
- 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 +42 -87
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +42 -87
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +2 -2
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -73
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +2 -2
- 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 +62 -77
- package/web/.next/server/app/(dashboard)/create/page.js +2 -2
- 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 +42 -87
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +2 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +42 -87
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +2 -2
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +28 -73
- package/web/.next/server/app/(dashboard)/page.js +2 -2
- 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 +28 -73
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +2 -2
- 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_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/settings/page/server-reference-manifest.json +5 -5
- 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_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +1 -1
- package/web/.next/server/chunks/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/7f428_lucide-react_dist_esm_icons_81a06555._.js +3 -0
- package/web/.next/server/chunks/ssr/7f428_lucide-react_dist_esm_icons_81a06555._.js.map +1 -0
- package/web/.next/server/chunks/ssr/7f428_lucide-react_dist_esm_icons_rocket_1575cd4d.js +3 -0
- package/web/.next/server/chunks/ssr/7f428_lucide-react_dist_esm_icons_rocket_1575cd4d.js.map +1 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_da7eef33.js +3 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_da7eef33.js.map +1 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_0a9251aa.js +3 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_0a9251aa.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11033878._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__11033878._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__22751bba._.js → [root-of-the-server]__17143953._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__fb487740._.js.map → [root-of-the-server]__17143953._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__9497d008._.js → [root-of-the-server]__45aad79d._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__9497d008._.js.map → [root-of-the-server]__45aad79d._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4be9a9bb._.js +4 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4be9a9bb._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__31fc8960._.js → [root-of-the-server]__5cc4752a._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__31fc8960._.js.map → [root-of-the-server]__5cc4752a._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__5d87af2e._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__845a9d2a._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__845a9d2a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__89e8a5cc._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__89e8a5cc._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9dc40036._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9dc40036._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__fb487740._.js → [root-of-the-server]__9de266fa._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__22751bba._.js.map → [root-of-the-server]__9de266fa._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fdc75809._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fdc75809._.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/{_7b21ec40._.js → _23f32b50._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_7b21ec40._.js.map → _23f32b50._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_e8b48c1f._.js → _3533fed7._.js} +2 -2
- package/web/.next/server/chunks/ssr/_3533fed7._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_364346ad._.js +3 -0
- package/web/.next/server/chunks/ssr/_364346ad._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_6e08ce21._.js +1 -1
- package/web/.next/server/chunks/ssr/_6e08ce21._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_8dacd1e7._.js +1 -1
- package/web/.next/server/chunks/ssr/_8dacd1e7._.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/_df15bd24._.js +3 -0
- package/web/.next/server/chunks/ssr/_df15bd24._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_f50485a5._.js +3 -0
- package/web/.next/server/chunks/ssr/_f50485a5._.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__next-internal_server_app_(dashboard)_page_actions_021a05f2.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_021a05f2.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_c4348b8a._.js +5 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_c4348b8a._.js.map +1 -0
- 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/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_e4510d10._.js +5 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_e4510d10._.js.map +1 -0
- 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 +242 -411
- package/web/.next/static/chunks/2536dce61f55daad.js +1 -0
- package/web/.next/static/chunks/{99c6d0f90a29e17a.js → 3371e02956d6cf23.js} +2 -2
- package/web/.next/static/chunks/39560c01879ac76a.css +2 -0
- package/web/.next/static/chunks/455370fd4c47c0e0.js +1 -0
- package/web/.next/static/chunks/53e9831f023776f3.js +1 -0
- package/web/.next/static/chunks/5f95404ff95fa501.js +1 -0
- package/web/.next/static/chunks/{2cae690a6e6d0e72.js → 6b54e626d611dd2b.js} +1 -1
- package/web/.next/static/chunks/{4da377f74674081d.js → 7ff10ef16519c63f.js} +1 -1
- package/web/.next/static/chunks/{5f0035a26f2c4011.js → 87988f9114fedca4.js} +1 -1
- package/web/.next/static/chunks/b87c2e7d1de24c3c.js +1 -0
- package/web/.next/static/chunks/d9247a52ae260218.js +1 -0
- package/web/.next/static/chunks/{34d3d111db7690d8.js → dc37a8365766fe69.js} +1 -1
- package/web/.next/static/chunks/{c198094e39d8c479.js → ea20e8964d472f76.js} +1 -1
- package/web/.next/static/chunks/f9c0e62c0e4e5115.js +1 -0
- package/dist/src/presentation/web/app/actions/check-agent-tool.d.ts +0 -9
- package/dist/src/presentation/web/app/actions/check-agent-tool.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/check-agent-tool.js +0 -28
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.d.ts +0 -6
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.js +0 -169
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.stories.d.ts +0 -7
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.stories.d.ts.map +0 -1
- package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.stories.js +0 -20
- package/web/.next/server/chunks/ssr/7f428_lucide-react_dist_esm_icons_2b65878f._.js +0 -3
- package/web/.next/server/chunks/ssr/7f428_lucide-react_dist_esm_icons_2b65878f._.js.map +0 -1
- package/web/.next/server/chunks/ssr/7f428_lucide-react_dist_esm_icons_6ba7eb21._.js +0 -3
- package/web/.next/server/chunks/ssr/7f428_lucide-react_dist_esm_icons_6ba7eb21._.js.map +0 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_002ab1c0.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_002ab1c0.js.map +0 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_1bab40be.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_1bab40be.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24dd0927._.js +0 -4
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24dd0927._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7b49fcb3._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7b49fcb3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_27d8284c._.js +0 -3
- package/web/.next/server/chunks/ssr/_27d8284c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_5e112f82._.js +0 -3
- package/web/.next/server/chunks/ssr/_5e112f82._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_e8b48c1f._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_3a8fc63d._.js +0 -5
- package/web/.next/server/chunks/ssr/src_presentation_web_3a8fc63d._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1695630c.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1695630c.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_f16e6874._.js +0 -5
- package/web/.next/server/chunks/ssr/src_presentation_web_f16e6874._.js.map +0 -1
- package/web/.next/static/chunks/22df66703eb5f3da.js +0 -1
- package/web/.next/static/chunks/3f3372acc5e80c45.js +0 -1
- package/web/.next/static/chunks/6166463c2782ca01.js +0 -1
- package/web/.next/static/chunks/61c4d617e4b83d4b.css +0 -1
- package/web/.next/static/chunks/8bd300e88a189928.js +0 -1
- package/web/.next/static/chunks/926187ca93fe781a.js +0 -1
- package/web/.next/static/chunks/acf2e05520520b66.js +0 -1
- package/web/.next/static/chunks/b272ac93b52dceeb.js +0 -1
- package/web/.next/static/chunks/c76adccb47c1ccd2.css +0 -1
- /package/web/.next/static/{wmnBSet3smW0EP_P18pPA → zZ0u38VWwBCzG7Stx-hTP}/_buildManifest.js +0 -0
- /package/web/.next/static/{wmnBSet3smW0EP_P18pPA → zZ0u38VWwBCzG7Stx-hTP}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{wmnBSet3smW0EP_P18pPA → zZ0u38VWwBCzG7Stx-hTP}/_ssgManifest.js +0 -0
package/package.json
CHANGED
package/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
zZ0u38VWwBCzG7Stx-hTP
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/zZ0u38VWwBCzG7Stx-hTP/_ssgManifest.js",
|
|
11
|
+
"static/zZ0u38VWwBCzG7Stx-hTP/_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/zZ0u38VWwBCzG7Stx-hTP/_ssgManifest.js",
|
|
9
|
+
"static/zZ0u38VWwBCzG7Stx-hTP/_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": "1c666b89eeace63e033ad9f7f714dc0d",
|
|
33
|
+
"previewModeSigningKey": "e069955c57c2ae2a1fcdfd4d53cf350e4a8c9ed7de866ee73213ff304aa5f107",
|
|
34
|
+
"previewModeEncryptionKey": "ffe543d4f3cccfd0a6eb2c678d1786fe668c3d8ddf7255dcb9beb219d7e6f74e"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -6,7 +6,7 @@ self.__SERVER_FILES_MANIFEST={
|
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
8
8
|
"NEXT_PUBLIC_SHEP_BRANCH": "HEAD",
|
|
9
|
-
"NEXT_PUBLIC_SHEP_COMMIT": "
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "bc03a69d322a8f8b25b86e5838aa5df06b5bfc09",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/cli/cli/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
8
8
|
"NEXT_PUBLIC_SHEP_BRANCH": "HEAD",
|
|
9
|
-
"NEXT_PUBLIC_SHEP_COMMIT": "
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "bc03a69d322a8f8b25b86e5838aa5df06b5bfc09",
|
|
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
|
+
"00dbf2320fd7c2eb53e5250566323984f65c7932ef": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/create/page": {
|
|
6
|
-
"moduleId":
|
|
6
|
+
"moduleId": 5744,
|
|
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
|
+
"4079a143b72d38ce8d35e98433cb97fb9a91e35216": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/(dashboard)/@drawer/create/page": {
|
|
21
|
-
"moduleId":
|
|
21
|
+
"moduleId": 5744,
|
|
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
|
+
"40a019f44b6d8249d11b1c453c1bb7f07b66f649af": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/(dashboard)/@drawer/create/page": {
|
|
36
|
-
"moduleId":
|
|
36
|
+
"moduleId": 5744,
|
|
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
|
+
"40ba741f5f2a4b2c187555878de82a5b9eac669fbd": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/(dashboard)/@drawer/create/page": {
|
|
51
|
-
"moduleId":
|
|
51
|
+
"moduleId": 5744,
|
|
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
|
+
"40a576461e748f10b37720c65c5d9f4ae4f3b0f6f1": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/(dashboard)/@drawer/create/page": {
|
|
66
|
-
"moduleId":
|
|
66
|
+
"moduleId": 5744,
|
|
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
|
+
"40c1165844256ffbf7812c0db157ab7453137422b3": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/(dashboard)/@drawer/create/page": {
|
|
81
|
-
"moduleId":
|
|
81
|
+
"moduleId": 5744,
|
|
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
|
+
"40d5c8c8ecb61f6ad2e0a0066d960a15b24237f690": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/(dashboard)/@drawer/create/page": {
|
|
96
|
-
"moduleId":
|
|
96
|
+
"moduleId": 5744,
|
|
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
|
+
"40141d4b6bdccf1dcf1ac5af89e4d0e6d47618a339": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/(dashboard)/@drawer/create/page": {
|
|
111
|
-
"moduleId":
|
|
111
|
+
"moduleId": 5744,
|
|
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
|
+
"4017c33a302a16f44dbb475bd2e57ab5f1ae7c67aa": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/(dashboard)/@drawer/create/page": {
|
|
126
|
-
"moduleId":
|
|
126
|
+
"moduleId": 5744,
|
|
127
127
|
"async": false,
|
|
128
128
|
"exportedName": "openFolder",
|
|
129
129
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
@@ -135,55 +135,10 @@
|
|
|
135
135
|
"exportedName": "openFolder",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"60affee90e25ef8a98c21049ea7e75e63fa1e20a07": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/(dashboard)/@drawer/create/page": {
|
|
141
|
-
"moduleId":
|
|
142
|
-
"async": false,
|
|
143
|
-
"exportedName": "getAllAgentModels",
|
|
144
|
-
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"layer": {
|
|
148
|
-
"app/(dashboard)/@drawer/create/page": "action-browser"
|
|
149
|
-
},
|
|
150
|
-
"exportedName": "getAllAgentModels",
|
|
151
|
-
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
152
|
-
},
|
|
153
|
-
"40b0800603a08f0ac8bcb059bb3a86c5bd518193c6": {
|
|
154
|
-
"workers": {
|
|
155
|
-
"app/(dashboard)/@drawer/create/page": {
|
|
156
|
-
"moduleId": 38766,
|
|
157
|
-
"async": false,
|
|
158
|
-
"exportedName": "checkAgentTool",
|
|
159
|
-
"filename": "src/presentation/web/app/actions/check-agent-tool.ts"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"layer": {
|
|
163
|
-
"app/(dashboard)/@drawer/create/page": "action-browser"
|
|
164
|
-
},
|
|
165
|
-
"exportedName": "checkAgentTool",
|
|
166
|
-
"filename": "src/presentation/web/app/actions/check-agent-tool.ts"
|
|
167
|
-
},
|
|
168
|
-
"604096b484b0e280d77b210b62bd1a3ccde0b8a5ed": {
|
|
169
|
-
"workers": {
|
|
170
|
-
"app/(dashboard)/@drawer/create/page": {
|
|
171
|
-
"moduleId": 38766,
|
|
172
|
-
"async": false,
|
|
173
|
-
"exportedName": "updateAgentAndModel",
|
|
174
|
-
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"layer": {
|
|
178
|
-
"app/(dashboard)/@drawer/create/page": "action-browser"
|
|
179
|
-
},
|
|
180
|
-
"exportedName": "updateAgentAndModel",
|
|
181
|
-
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
182
|
-
},
|
|
183
|
-
"60f281db85c8fd47a2e47482130d95b8776625d73a": {
|
|
184
|
-
"workers": {
|
|
185
|
-
"app/(dashboard)/@drawer/create/page": {
|
|
186
|
-
"moduleId": 38766,
|
|
141
|
+
"moduleId": 5744,
|
|
187
142
|
"async": false,
|
|
188
143
|
"exportedName": "deleteFeature",
|
|
189
144
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
@@ -195,10 +150,10 @@
|
|
|
195
150
|
"exportedName": "deleteFeature",
|
|
196
151
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
197
152
|
},
|
|
198
|
-
"
|
|
153
|
+
"40463076382e06a3dc72c589ce036f49eb0862bff6": {
|
|
199
154
|
"workers": {
|
|
200
155
|
"app/(dashboard)/@drawer/create/page": {
|
|
201
|
-
"moduleId":
|
|
156
|
+
"moduleId": 5744,
|
|
202
157
|
"async": false,
|
|
203
158
|
"exportedName": "addRepository",
|
|
204
159
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
@@ -210,10 +165,10 @@
|
|
|
210
165
|
"exportedName": "addRepository",
|
|
211
166
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
212
167
|
},
|
|
213
|
-
"
|
|
168
|
+
"40a659642912dbd64b41fb762348dc1f1ab44360e0": {
|
|
214
169
|
"workers": {
|
|
215
170
|
"app/(dashboard)/@drawer/create/page": {
|
|
216
|
-
"moduleId":
|
|
171
|
+
"moduleId": 5744,
|
|
217
172
|
"async": false,
|
|
218
173
|
"exportedName": "deleteRepository",
|
|
219
174
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
@@ -225,10 +180,10 @@
|
|
|
225
180
|
"exportedName": "deleteRepository",
|
|
226
181
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
227
182
|
},
|
|
228
|
-
"
|
|
183
|
+
"402bba91e0972b108c6c79ef36e7a37260ae94a0f6": {
|
|
229
184
|
"workers": {
|
|
230
185
|
"app/(dashboard)/@drawer/create/page": {
|
|
231
|
-
"moduleId":
|
|
186
|
+
"moduleId": 5744,
|
|
232
187
|
"async": false,
|
|
233
188
|
"exportedName": "getFeatureMetadata",
|
|
234
189
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
@@ -240,10 +195,10 @@
|
|
|
240
195
|
"exportedName": "getFeatureMetadata",
|
|
241
196
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
242
197
|
},
|
|
243
|
-
"
|
|
198
|
+
"001070f7b9fa3d841c9e13cd59b470f656f2904268": {
|
|
244
199
|
"workers": {
|
|
245
200
|
"app/(dashboard)/@drawer/create/page": {
|
|
246
|
-
"moduleId":
|
|
201
|
+
"moduleId": 5744,
|
|
247
202
|
"async": false,
|
|
248
203
|
"exportedName": "fetchGraphData",
|
|
249
204
|
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
@@ -255,10 +210,10 @@
|
|
|
255
210
|
"exportedName": "fetchGraphData",
|
|
256
211
|
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
257
212
|
},
|
|
258
|
-
"
|
|
213
|
+
"00f7199d9e1100f8c82415ae56e7cf72bcfacffdc2": {
|
|
259
214
|
"workers": {
|
|
260
215
|
"app/(dashboard)/@drawer/create/page": {
|
|
261
|
-
"moduleId":
|
|
216
|
+
"moduleId": 5744,
|
|
262
217
|
"async": false,
|
|
263
218
|
"exportedName": "getWorkflowDefaults",
|
|
264
219
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
@@ -270,10 +225,10 @@
|
|
|
270
225
|
"exportedName": "getWorkflowDefaults",
|
|
271
226
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
272
227
|
},
|
|
273
|
-
"
|
|
228
|
+
"40d0076f4cfaeff303923795623f71465e6df3a130": {
|
|
274
229
|
"workers": {
|
|
275
230
|
"app/(dashboard)/@drawer/create/page": {
|
|
276
|
-
"moduleId":
|
|
231
|
+
"moduleId": 5744,
|
|
277
232
|
"async": false,
|
|
278
233
|
"exportedName": "createFeature",
|
|
279
234
|
"filename": "src/presentation/web/app/actions/create-feature.ts"
|
|
@@ -284,6 +239,36 @@
|
|
|
284
239
|
},
|
|
285
240
|
"exportedName": "createFeature",
|
|
286
241
|
"filename": "src/presentation/web/app/actions/create-feature.ts"
|
|
242
|
+
},
|
|
243
|
+
"00d5d7a5ce67620faf7dc34dc83dee923b7a84194d": {
|
|
244
|
+
"workers": {
|
|
245
|
+
"app/(dashboard)/@drawer/create/page": {
|
|
246
|
+
"moduleId": 5744,
|
|
247
|
+
"async": false,
|
|
248
|
+
"exportedName": "getAllAgentModels",
|
|
249
|
+
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"layer": {
|
|
253
|
+
"app/(dashboard)/@drawer/create/page": "action-browser"
|
|
254
|
+
},
|
|
255
|
+
"exportedName": "getAllAgentModels",
|
|
256
|
+
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
257
|
+
},
|
|
258
|
+
"605a38bfb450ab0bfea7bb210a42569ea2c2fd55d9": {
|
|
259
|
+
"workers": {
|
|
260
|
+
"app/(dashboard)/@drawer/create/page": {
|
|
261
|
+
"moduleId": 5744,
|
|
262
|
+
"async": false,
|
|
263
|
+
"exportedName": "updateAgentAndModel",
|
|
264
|
+
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"layer": {
|
|
268
|
+
"app/(dashboard)/@drawer/create/page": "action-browser"
|
|
269
|
+
},
|
|
270
|
+
"exportedName": "updateAgentAndModel",
|
|
271
|
+
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
287
272
|
}
|
|
288
273
|
},
|
|
289
274
|
"edge": {}
|
|
@@ -14,7 +14,7 @@ R.c("server/chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2
|
|
|
14
14
|
R.c("server/chunks/ssr/_6e08ce21._.js")
|
|
15
15
|
R.c("server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js")
|
|
16
16
|
R.c("server/chunks/ssr/src_presentation_web_app_(dashboard)_create_page_tsx_c60c859a._.js")
|
|
17
|
-
R.c("server/chunks/ssr/
|
|
18
|
-
R.c("server/chunks/ssr/[root-of-the-server]
|
|
17
|
+
R.c("server/chunks/ssr/src_presentation_web_e4510d10._.js")
|
|
18
|
+
R.c("server/chunks/ssr/[root-of-the-server]__4be9a9bb._.js")
|
|
19
19
|
R.m(26467)
|
|
20
20
|
module.exports=R.m(26467).exports
|