@shepai/cli 1.124.0-pr396.2dd2ae6 → 1.124.0-pr403.3ad79ff
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/services/git-pr-service.interface.d.ts +5 -68
- package/dist/packages/core/src/application/ports/output/services/git-pr-service.interface.d.ts.map +1 -1
- package/dist/packages/core/src/application/ports/output/services/git-pr-service.interface.js +4 -6
- package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/container.js +0 -15
- package/dist/packages/core/src/infrastructure/services/git/git-pr.service.d.ts +0 -6
- package/dist/packages/core/src/infrastructure/services/git/git-pr.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/git/git-pr.service.js +0 -125
- package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.js +1 -2
- package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.js +4 -4
- package/dist/src/presentation/web/components/common/feature-drawer/use-feature-actions.d.ts +0 -4
- package/dist/src/presentation/web/components/common/feature-drawer/use-feature-actions.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer/use-feature-actions.js +1 -32
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts +1 -4
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.js +2 -2
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.d.ts +1 -4
- 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 +3 -8
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts +0 -6
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +0 -30
- package/dist/src/presentation/web/components/common/open-action-menu/open-action-menu.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/open-action-menu/open-action-menu.stories.js +0 -3
- package/dist/src/presentation/web/components/common/repository-node/repository-drawer.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/repository-node/repository-drawer.js +3 -3
- package/dist/src/presentation/web/components/common/repository-node/repository-node.js +1 -1
- package/dist/src/presentation/web/components/common/repository-node/use-repository-actions.d.ts +0 -4
- package/dist/src/presentation/web/components/common/repository-node/use-repository-actions.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/repository-node/use-repository-actions.js +0 -11
- package/dist/src/presentation/web/components/features/settings/notification-settings-section.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/notification-settings-section.js +4 -8
- package/dist/src/presentation/web/components/features/settings/notification-settings-section.stories.js +3 -3
- package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.js +12 -37
- package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.js +2 -3
- 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 +44 -59
- 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 +56 -86
- 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 +56 -86
- 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 +40 -55
- 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 +44 -59
- 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 +56 -86
- 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 +56 -86
- 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 +40 -55
- 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 +40 -55
- 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/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/[root-of-the-server]__a402b567._.js +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]__14664e9b._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__14664e9b._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__56ecbe40._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__56ecbe40._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__68c2d48e._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__68c2d48e._.js.map +1 -0
- 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]__7cbda1ea._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__a32640a5._.js.map → [root-of-the-server]__7cbda1ea._.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]__9e8b25ad._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9e8b25ad._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a7de2711._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aed1d6f8._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aed1d6f8._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ce6057f6._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__7a715c73._.js.map → [root-of-the-server]__ce6057f6._.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/_2f6f48b8._.js +1 -1
- package/web/.next/server/chunks/ssr/_2f6f48b8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_e2638d5f._.js → _580a1781._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_e2638d5f._.js.map → _580a1781._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_6985c922._.js +3 -0
- package/web/.next/server/chunks/ssr/_6985c922._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_0e506641._.js → _918887c5._.js} +2 -2
- package/web/.next/server/chunks/ssr/_918887c5._.js.map +1 -0
- 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/{_1bb131c4._.js → _d4b20e29._.js} +2 -2
- package/web/.next/server/chunks/ssr/_d4b20e29._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_e9703421._.js +1 -1
- package/web/.next/server/chunks/ssr/_e9703421._.js.map +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
- package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
- package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_0c0bf8cd._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_0c0bf8cd._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_5f039db1._.js +5 -0
- package/web/.next/server/chunks/ssr/{src_presentation_web_e4e3c09b._.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_c4337169._.js +5 -0
- package/web/.next/server/chunks/ssr/{src_presentation_web_d1d40a09._.js.map → src_presentation_web_c4337169._.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_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 +250 -357
- package/web/.next/static/chunks/0158bd913a9f8332.css +1 -0
- package/web/.next/static/chunks/01ba448cf76c6014.js +1 -0
- package/web/.next/static/chunks/22a9e0a854f004b4.js +1 -0
- package/web/.next/static/chunks/{8b87caa5e8e72539.js → 25001092d097ddb4.js} +1 -1
- package/web/.next/static/chunks/37ada233462bcaec.js +11 -0
- package/web/.next/static/chunks/79d97aa93fd1e121.js +1 -0
- package/web/.next/static/chunks/{db8d50abcf46d8b3.js → 928630e95ee8880b.js} +1 -1
- package/web/.next/static/chunks/b70dd4985a814b27.js +1 -0
- package/web/.next/static/chunks/{77304c4f9c5bb158.js → c068a726224db05d.js} +1 -1
- package/web/.next/static/chunks/{80f9e0cade7d717b.js → c69ea4b27e353eba.js} +1 -1
- package/web/.next/static/chunks/{cd008e10baaeae9a.js → d378fd488e2ea128.js} +1 -1
- package/web/.next/static/chunks/e80fd818b2c6b13d.js +2 -0
- package/web/.next/static/chunks/eb9841ec4d80af01.js +1 -0
- package/web/.next/static/chunks/ee776a212fb02c56.js +1 -0
- package/web/.next/static/chunks/f4e3b6092c7ab027.js +1 -0
- package/dist/packages/core/src/application/use-cases/features/rebase-feature-on-main.use-case.d.ts +0 -28
- package/dist/packages/core/src/application/use-cases/features/rebase-feature-on-main.use-case.d.ts.map +0 -1
- package/dist/packages/core/src/application/use-cases/features/rebase-feature-on-main.use-case.js +0 -81
- package/dist/packages/core/src/application/use-cases/repositories/sync-repository-main.use-case.d.ts +0 -16
- package/dist/packages/core/src/application/use-cases/repositories/sync-repository-main.use-case.d.ts.map +0 -1
- package/dist/packages/core/src/application/use-cases/repositories/sync-repository-main.use-case.js +0 -43
- package/dist/packages/core/src/infrastructure/services/agents/conflict-resolution/conflict-resolution.prompt.d.ts +0 -35
- package/dist/packages/core/src/infrastructure/services/agents/conflict-resolution/conflict-resolution.prompt.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/conflict-resolution/conflict-resolution.prompt.js +0 -66
- package/dist/packages/core/src/infrastructure/services/agents/conflict-resolution/conflict-resolution.service.d.ts +0 -42
- package/dist/packages/core/src/infrastructure/services/agents/conflict-resolution/conflict-resolution.service.d.ts.map +0 -1
- package/dist/packages/core/src/infrastructure/services/agents/conflict-resolution/conflict-resolution.service.js +0 -169
- package/dist/src/presentation/web/app/actions/rebase-feature.d.ts +0 -5
- package/dist/src/presentation/web/app/actions/rebase-feature.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/rebase-feature.js +0 -16
- package/dist/src/presentation/web/app/actions/sync-repository.d.ts +0 -5
- package/dist/src/presentation/web/app/actions/sync-repository.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/sync-repository.js +0 -16
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_9efdd752.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_9efdd752.js.map +0 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6ce19942.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6ce19942.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__16a547fc._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__16a547fc._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4993a47c._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__4993a47c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__545792ab._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__545792ab._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7a715c73._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__a32640a5._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c94704d6._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c94704d6._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_0e506641._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_1bb131c4._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_966c4532._.js +0 -3
- package/web/.next/server/chunks/ssr/_966c4532._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_883074bc.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_883074bc.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_d1d40a09._.js +0 -5
- package/web/.next/server/chunks/ssr/src_presentation_web_e4e3c09b._.js +0 -5
- package/web/.next/server/chunks/ssr/src_presentation_web_f6b57368._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_f6b57368._.js.map +0 -1
- package/web/.next/static/chunks/0a25d970e4abd189.js +0 -1
- package/web/.next/static/chunks/11fbcb908d07e234.js +0 -1
- package/web/.next/static/chunks/3925626b99dcd57a.css +0 -1
- package/web/.next/static/chunks/4b51f8f4e49665b8.js +0 -1
- package/web/.next/static/chunks/513b719e49ca003a.js +0 -11
- package/web/.next/static/chunks/9b7dbb75030aac3e.js +0 -1
- package/web/.next/static/chunks/ac7251026c1e2cdf.js +0 -1
- package/web/.next/static/chunks/d71ce7044ed5a85a.js +0 -2
- package/web/.next/static/chunks/e2ef95d904c360f3.js +0 -1
- /package/web/.next/static/{MpP2wa-zjPqcZxmpuDBjj → JTTVp0Y9VKbOO74jiTEeD}/_buildManifest.js +0 -0
- /package/web/.next/static/{MpP2wa-zjPqcZxmpuDBjj → JTTVp0Y9VKbOO74jiTEeD}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{MpP2wa-zjPqcZxmpuDBjj → JTTVp0Y9VKbOO74jiTEeD}/_ssgManifest.js +0 -0
package/package.json
CHANGED
package/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
JTTVp0Y9VKbOO74jiTEeD
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/JTTVp0Y9VKbOO74jiTEeD/_ssgManifest.js",
|
|
11
|
+
"static/JTTVp0Y9VKbOO74jiTEeD/_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/JTTVp0Y9VKbOO74jiTEeD/_ssgManifest.js",
|
|
9
|
+
"static/JTTVp0Y9VKbOO74jiTEeD/_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": "14268243bf9e62fa48bbbbae8e58e4a6",
|
|
33
|
+
"previewModeSigningKey": "1852bfd256c56b9bd322796a6dc59a4ad0e178f2f09578af78c9c784f7050b62",
|
|
34
|
+
"previewModeEncryptionKey": "3b5d229ca62c47e1e05e2773f6d06bb05b45a92cc0ba6863e807b7aa5ab63ff6"
|
|
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": "3ad79ffca69d6c977f84944fdcd8f6bd92022acc",
|
|
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": "3ad79ffca69d6c977f84944fdcd8f6bd92022acc",
|
|
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
|
+
"0088b8228c788cacdcaf54c64aa4dd9b377d5f35fa": {
|
|
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
|
+
"4084c399557ace77fbc049764dcec8ea0c698b9bce": {
|
|
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
|
+
"4086962816a3ab096b9e7ace5c96e1286280292cfb": {
|
|
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
|
+
"40ce5ff8150459976e63d7b2d99e0a28eab3a084cd": {
|
|
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
|
+
"407a7e2c5a33ba67eb10ac51f6a5eeada990208b0d": {
|
|
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
|
+
"407572024e926403d107529fc1149ad65a60fa6553": {
|
|
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
|
+
"4080f3a7b4eb23ca38ef98a01d26c0111ec9d8a606": {
|
|
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
|
+
"40b504d9cac9ab484dea9daac2632828b17d1e60ea": {
|
|
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
|
+
"40804659498c5ec85986616cc547e1f885478edea2": {
|
|
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,25 +135,10 @@
|
|
|
135
135
|
"exportedName": "openFolder",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"00ebc55dc7b8f91e6cd74de0cad610ef23ffe6d46e": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/(dashboard)/@drawer/create/page": {
|
|
141
|
-
"moduleId":
|
|
142
|
-
"async": false,
|
|
143
|
-
"exportedName": "syncRepository",
|
|
144
|
-
"filename": "src/presentation/web/app/actions/sync-repository.ts"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"layer": {
|
|
148
|
-
"app/(dashboard)/@drawer/create/page": "action-browser"
|
|
149
|
-
},
|
|
150
|
-
"exportedName": "syncRepository",
|
|
151
|
-
"filename": "src/presentation/web/app/actions/sync-repository.ts"
|
|
152
|
-
},
|
|
153
|
-
"00b6581fae9e5dfcd069a5dc284f9bf62463c5e1c1": {
|
|
154
|
-
"workers": {
|
|
155
|
-
"app/(dashboard)/@drawer/create/page": {
|
|
156
|
-
"moduleId": 56743,
|
|
141
|
+
"moduleId": 36765,
|
|
157
142
|
"async": false,
|
|
158
143
|
"exportedName": "isAgentSetupComplete",
|
|
159
144
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
|
|
@@ -165,10 +150,10 @@
|
|
|
165
150
|
"exportedName": "isAgentSetupComplete",
|
|
166
151
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
|
|
167
152
|
},
|
|
168
|
-
"
|
|
153
|
+
"00d150c120ad542caa9b0e7b73ea132b77406b11ca": {
|
|
169
154
|
"workers": {
|
|
170
155
|
"app/(dashboard)/@drawer/create/page": {
|
|
171
|
-
"moduleId":
|
|
156
|
+
"moduleId": 36765,
|
|
172
157
|
"async": false,
|
|
173
158
|
"exportedName": "checkAgentAuth",
|
|
174
159
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts"
|
|
@@ -180,10 +165,10 @@
|
|
|
180
165
|
"exportedName": "checkAgentAuth",
|
|
181
166
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts"
|
|
182
167
|
},
|
|
183
|
-
"
|
|
168
|
+
"005a507f5ae32094c97848a6484599b58e0352eff2": {
|
|
184
169
|
"workers": {
|
|
185
170
|
"app/(dashboard)/@drawer/create/page": {
|
|
186
|
-
"moduleId":
|
|
171
|
+
"moduleId": 36765,
|
|
187
172
|
"async": false,
|
|
188
173
|
"exportedName": "getAllAgentModels",
|
|
189
174
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
@@ -195,10 +180,10 @@
|
|
|
195
180
|
"exportedName": "getAllAgentModels",
|
|
196
181
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
197
182
|
},
|
|
198
|
-
"
|
|
183
|
+
"60ebf5ffe8fd7981bcaff626200b8b0c3d7e7ff63c": {
|
|
199
184
|
"workers": {
|
|
200
185
|
"app/(dashboard)/@drawer/create/page": {
|
|
201
|
-
"moduleId":
|
|
186
|
+
"moduleId": 36765,
|
|
202
187
|
"async": false,
|
|
203
188
|
"exportedName": "updateAgentAndModel",
|
|
204
189
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
@@ -210,10 +195,10 @@
|
|
|
210
195
|
"exportedName": "updateAgentAndModel",
|
|
211
196
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
212
197
|
},
|
|
213
|
-
"
|
|
198
|
+
"702d84de494dbb81f1caaa6240747204f519d5b84f": {
|
|
214
199
|
"workers": {
|
|
215
200
|
"app/(dashboard)/@drawer/create/page": {
|
|
216
|
-
"moduleId":
|
|
201
|
+
"moduleId": 36765,
|
|
217
202
|
"async": false,
|
|
218
203
|
"exportedName": "deleteFeature",
|
|
219
204
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
@@ -225,10 +210,10 @@
|
|
|
225
210
|
"exportedName": "deleteFeature",
|
|
226
211
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
227
212
|
},
|
|
228
|
-
"
|
|
213
|
+
"404484a6aa24e5726855211407e34a6fd9f5a97963": {
|
|
229
214
|
"workers": {
|
|
230
215
|
"app/(dashboard)/@drawer/create/page": {
|
|
231
|
-
"moduleId":
|
|
216
|
+
"moduleId": 36765,
|
|
232
217
|
"async": false,
|
|
233
218
|
"exportedName": "resumeFeature",
|
|
234
219
|
"filename": "src/presentation/web/app/actions/resume-feature.ts"
|
|
@@ -240,10 +225,10 @@
|
|
|
240
225
|
"exportedName": "resumeFeature",
|
|
241
226
|
"filename": "src/presentation/web/app/actions/resume-feature.ts"
|
|
242
227
|
},
|
|
243
|
-
"
|
|
228
|
+
"4005dd61575d53d2f4e5ea2e42c86e03cb77ff11c1": {
|
|
244
229
|
"workers": {
|
|
245
230
|
"app/(dashboard)/@drawer/create/page": {
|
|
246
|
-
"moduleId":
|
|
231
|
+
"moduleId": 36765,
|
|
247
232
|
"async": false,
|
|
248
233
|
"exportedName": "startFeature",
|
|
249
234
|
"filename": "src/presentation/web/app/actions/start-feature.ts"
|
|
@@ -255,10 +240,10 @@
|
|
|
255
240
|
"exportedName": "startFeature",
|
|
256
241
|
"filename": "src/presentation/web/app/actions/start-feature.ts"
|
|
257
242
|
},
|
|
258
|
-
"
|
|
243
|
+
"40d0a8747d3611411315d08651bd21ae7e889c82af": {
|
|
259
244
|
"workers": {
|
|
260
245
|
"app/(dashboard)/@drawer/create/page": {
|
|
261
|
-
"moduleId":
|
|
246
|
+
"moduleId": 36765,
|
|
262
247
|
"async": false,
|
|
263
248
|
"exportedName": "stopFeature",
|
|
264
249
|
"filename": "src/presentation/web/app/actions/stop-feature.ts"
|
|
@@ -270,10 +255,10 @@
|
|
|
270
255
|
"exportedName": "stopFeature",
|
|
271
256
|
"filename": "src/presentation/web/app/actions/stop-feature.ts"
|
|
272
257
|
},
|
|
273
|
-
"
|
|
258
|
+
"403cab42e9fec0d037bf26a9e78fdc661085aa7e0c": {
|
|
274
259
|
"workers": {
|
|
275
260
|
"app/(dashboard)/@drawer/create/page": {
|
|
276
|
-
"moduleId":
|
|
261
|
+
"moduleId": 36765,
|
|
277
262
|
"async": false,
|
|
278
263
|
"exportedName": "addRepository",
|
|
279
264
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
@@ -285,10 +270,10 @@
|
|
|
285
270
|
"exportedName": "addRepository",
|
|
286
271
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
287
272
|
},
|
|
288
|
-
"
|
|
273
|
+
"403e7513d4fa5d6279782aa6184b8dfa01750dab33": {
|
|
289
274
|
"workers": {
|
|
290
275
|
"app/(dashboard)/@drawer/create/page": {
|
|
291
|
-
"moduleId":
|
|
276
|
+
"moduleId": 36765,
|
|
292
277
|
"async": false,
|
|
293
278
|
"exportedName": "deleteRepository",
|
|
294
279
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
@@ -300,10 +285,10 @@
|
|
|
300
285
|
"exportedName": "deleteRepository",
|
|
301
286
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
302
287
|
},
|
|
303
|
-
"
|
|
288
|
+
"40ef6190e84c752d409f7ece57361292ea5608e412": {
|
|
304
289
|
"workers": {
|
|
305
290
|
"app/(dashboard)/@drawer/create/page": {
|
|
306
|
-
"moduleId":
|
|
291
|
+
"moduleId": 36765,
|
|
307
292
|
"async": false,
|
|
308
293
|
"exportedName": "getFeatureMetadata",
|
|
309
294
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
@@ -315,10 +300,10 @@
|
|
|
315
300
|
"exportedName": "getFeatureMetadata",
|
|
316
301
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
317
302
|
},
|
|
318
|
-
"
|
|
303
|
+
"00c2c638e9d03e8fbf46f933266b2d2771b0610c7f": {
|
|
319
304
|
"workers": {
|
|
320
305
|
"app/(dashboard)/@drawer/create/page": {
|
|
321
|
-
"moduleId":
|
|
306
|
+
"moduleId": 36765,
|
|
322
307
|
"async": false,
|
|
323
308
|
"exportedName": "getWorkflowDefaults",
|
|
324
309
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
@@ -330,10 +315,10 @@
|
|
|
330
315
|
"exportedName": "getWorkflowDefaults",
|
|
331
316
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
332
317
|
},
|
|
333
|
-
"
|
|
318
|
+
"40e4dde8c9a3e0ac741b09b39a66ff622f391167ab": {
|
|
334
319
|
"workers": {
|
|
335
320
|
"app/(dashboard)/@drawer/create/page": {
|
|
336
|
-
"moduleId":
|
|
321
|
+
"moduleId": 36765,
|
|
337
322
|
"async": false,
|
|
338
323
|
"exportedName": "createFeature",
|
|
339
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]__6677a82c._.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]__14664e9b._.js")
|
|
19
19
|
R.m(26467)
|
|
20
20
|
module.exports=R.m(26467).exports
|