@shepai/cli 1.106.3-pr326.2d86e1d → 1.106.4
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/src/presentation/web/app/(dashboard)/@drawer/feature/[featureId]/page.d.ts.map +1 -1
- package/dist/src/presentation/web/app/(dashboard)/@drawer/feature/[featureId]/page.js +48 -5
- package/dist/src/presentation/web/app/actions/get-graph-data.d.ts +10 -0
- package/dist/src/presentation/web/app/actions/get-graph-data.d.ts.map +1 -0
- package/dist/src/presentation/web/app/actions/get-graph-data.js +10 -0
- package/dist/src/presentation/web/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 +25 -9
- 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 +2 -6
- package/dist/src/presentation/web/hooks/use-graph-state.d.ts.map +1 -1
- package/dist/src/presentation/web/hooks/use-graph-state.js +0 -26
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-path-routes-manifest.json +0 -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 +2 -2
- package/web/.next/required-server-files.json +2 -2
- package/web/.next/routes-manifest.json +0 -6
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +53 -38
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js +3 -3
- 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 +63 -63
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +4 -4
- 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 +63 -63
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +49 -34
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +3 -3
- 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 +53 -38
- package/web/.next/server/app/(dashboard)/create/page.js +3 -3
- 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 +63 -63
- package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +4 -4
- 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 +63 -63
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +49 -34
- package/web/.next/server/app/(dashboard)/page.js +3 -3
- 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 +49 -34
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +3 -3
- 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/agent-events/route.js +2 -1
- package/web/.next/server/app/api/agent-events/route.js.nft.json +1 -1
- package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
- package/web/.next/server/app/api/attachments/upload-from-path/route.js +1 -1
- package/web/.next/server/app/api/attachments/upload-from-path/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/feature-logs/route.js +1 -1
- package/web/.next/server/app/api/feature-logs/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/app-paths-manifest.json +0 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +6 -0
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__3b22a1eb._.js +3 -0
- package/web/.next/server/chunks/[root-of-the-server]__3b22a1eb._.js.map +1 -0
- package/web/.next/server/chunks/{[root-of-the-server]__d8037e14._.js → [root-of-the-server]__91d44424._.js} +2 -2
- package/web/.next/server/chunks/{[root-of-the-server]__a5879003._.js → [root-of-the-server]__db04ed44._.js} +2 -2
- package/web/.next/server/chunks/[root-of-the-server]__f47bb8a5._.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_0a7546ed.js +3 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_0a7546ed.js.map +1 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_978cbb4c.js +3 -0
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_978cbb4c.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]__24dd0927._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__24dd0927._.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]__51fc98b0._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__51fc98b0._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__57f37786._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__57f37786._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__5d87af2e._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__708dcad1._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__708dcad1._.js.map +1 -0
- 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]__8e002910._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__8e002910._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__94128fa9._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__94128fa9._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9bfb8e7c._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__9bfb8e7c._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +2 -2
- 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/{_148140cb._.js → _0619c65b._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_148140cb._.js.map → _0619c65b._.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/{_350fda95._.js → _4059434a._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_350fda95._.js.map → _4059434a._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{_250a63ae._.js → _6e08ce21._.js} +2 -2
- package/web/.next/server/chunks/ssr/_6e08ce21._.js.map +1 -0
- 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/{_09345032._.js → _a8d9cc2f._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_09345032._.js.map → _a8d9cc2f._.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/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_d7392251._.js → src_presentation_web_7275ce5d._.js} +3 -3
- package/web/.next/server/chunks/ssr/{src_presentation_web_9f444130._.js.map → src_presentation_web_7275ce5d._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/{src_presentation_web_9f444130._.js → src_presentation_web_758dfa10._.js} +3 -3
- package/web/.next/server/chunks/ssr/{src_presentation_web_d7392251._.js.map → src_presentation_web_758dfa10._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_84803221.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_84803221.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_app_(dashboard)_get-graph-data_ts_b018483e._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_components_bf50c527._.js +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_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 +285 -250
- package/web/.next/static/chunks/{b01b8b69f482e41e.js → 15e6c83214978e2a.js} +1 -1
- package/web/.next/static/chunks/{125326eff68aa819.js → 229caf9bd06f0c45.js} +2 -2
- package/web/.next/static/chunks/{0142224c5471ee38.js → 524307fe3f73c1cf.js} +1 -1
- package/web/.next/static/chunks/{6c1aca2a14151ad0.js → 71733e636d34974a.js} +1 -1
- package/web/.next/static/chunks/{be1de18677065920.js → 7f3823482bd3f594.js} +1 -1
- package/web/.next/static/chunks/{a126ccd4e7c0ff4b.js → 8a2e6fabcbb6720d.js} +1 -1
- package/web/.next/static/chunks/{41c6f0c0a51d55c0.js → 9144d63a39898da5.js} +1 -1
- package/web/.next/static/chunks/{4ea34a453fed162c.js → a5bcb76c9dcfaee6.js} +2 -2
- package/web/.next/static/chunks/{f59bd516c57406f7.js → abb2cdec13050512.js} +1 -1
- package/web/.next/static/chunks/{b744fa8c0ec5f4ef.js → cacd384748cf0bd2.js} +1 -1
- package/dist/src/presentation/web/app/actions/get-feature-drawer-data.d.ts +0 -8
- package/dist/src/presentation/web/app/actions/get-feature-drawer-data.d.ts.map +0 -1
- package/dist/src/presentation/web/app/actions/get-feature-drawer-data.js +0 -67
- package/dist/src/presentation/web/app/api/graph-data/route.d.ts +0 -14
- package/dist/src/presentation/web/app/api/graph-data/route.d.ts.map +0 -1
- package/dist/src/presentation/web/app/api/graph-data/route.js +0 -14
- package/dist/src/presentation/web/components/common/control-center-drawer/use-drawer-sync.d.ts +0 -12
- package/dist/src/presentation/web/components/common/control-center-drawer/use-drawer-sync.d.ts.map +0 -1
- package/dist/src/presentation/web/components/common/control-center-drawer/use-drawer-sync.js +0 -75
- package/web/.next/server/app/api/graph-data/route/app-paths-manifest.json +0 -3
- package/web/.next/server/app/api/graph-data/route/build-manifest.json +0 -11
- package/web/.next/server/app/api/graph-data/route/server-reference-manifest.json +0 -4
- package/web/.next/server/app/api/graph-data/route.js +0 -8
- package/web/.next/server/app/api/graph-data/route.js.map +0 -5
- package/web/.next/server/app/api/graph-data/route.js.nft.json +0 -1
- package/web/.next/server/app/api/graph-data/route_client-reference-manifest.js +0 -2
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js +0 -3
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js.map +0 -1
- package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_graph-data_route_actions_26df8a4e.js +0 -3
- package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_graph-data_route_actions_26df8a4e.js.map +0 -1
- package/web/.next/server/chunks/[root-of-the-server]__7d5492a0._.js +0 -3
- package/web/.next/server/chunks/[root-of-the-server]__7d5492a0._.js.map +0 -1
- package/web/.next/server/chunks/[root-of-the-server]__aae14de3._.js +0 -6
- package/web/.next/server/chunks/[root-of-the-server]__aae14de3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_7fc19e0a.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_7fc19e0a.js.map +0 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_c3aca900.js +0 -3
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_c3aca900.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__13dc8e37._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__13dc8e37._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__3a2d3067._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__3a2d3067._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__5f776c10._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__5f776c10._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__684a868c._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__684a868c._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c03a4370._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c03a4370._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c16bf5de._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c16bf5de._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_250a63ae._.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_85d37ebe.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_85d37ebe.js.map +0 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +0 -3
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js.map +0 -1
- /package/web/.next/server/chunks/{[root-of-the-server]__d8037e14._.js.map → [root-of-the-server]__91d44424._.js.map} +0 -0
- /package/web/.next/server/chunks/{[root-of-the-server]__a5879003._.js.map → [root-of-the-server]__db04ed44._.js.map} +0 -0
- /package/web/.next/static/{kzC4UZpGoyGxtfEZ-FWzG → ORc-CcNcyS9ide_AZZ8ay}/_buildManifest.js +0 -0
- /package/web/.next/static/{kzC4UZpGoyGxtfEZ-FWzG → ORc-CcNcyS9ide_AZZ8ay}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{kzC4UZpGoyGxtfEZ-FWzG → ORc-CcNcyS9ide_AZZ8ay}/_ssgManifest.js +0 -0
package/package.json
CHANGED
package/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ORc-CcNcyS9ide_AZZ8ay
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"/api/dialog/pick-files/route": "/api/dialog/pick-files",
|
|
21
21
|
"/api/evidence/route": "/api/evidence",
|
|
22
22
|
"/api/feature-logs/route": "/api/feature-logs",
|
|
23
|
-
"/api/graph-data/route": "/api/graph-data",
|
|
24
23
|
"/api/npm-version/route": "/api/npm-version",
|
|
25
24
|
"/api/tools/[id]/install/route": "/api/tools/[id]/install",
|
|
26
25
|
"/api/tools/[id]/install/stream/route": "/api/tools/[id]/install/stream",
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/ORc-CcNcyS9ide_AZZ8ay/_ssgManifest.js",
|
|
11
|
+
"static/ORc-CcNcyS9ide_AZZ8ay/_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/ORc-CcNcyS9ide_AZZ8ay/_ssgManifest.js",
|
|
9
|
+
"static/ORc-CcNcyS9ide_AZZ8ay/_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": "fc44e0c069087e4995c7de363103b67c",
|
|
33
|
+
"previewModeSigningKey": "f465426c6bea4457a1c0ca9a06bab6524b251b5929fccf95a4d21f7b6023469b",
|
|
34
|
+
"previewModeEncryptionKey": "bf507e8c5e9ac7f090db32f55a8ced73de114710ac03b548ec28274fa7aacd6c"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -5,8 +5,8 @@ self.__SERVER_FILES_MANIFEST={
|
|
|
5
5
|
"NEXT_PUBLIC_SHEP_VERSION": "1.106.3",
|
|
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": "main",
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "65cefd4b9ccc5bc90001d3ed73cdc6ea9c3114d3",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/cli/cli/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"NEXT_PUBLIC_SHEP_VERSION": "1.106.3",
|
|
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": "main",
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "65cefd4b9ccc5bc90001d3ed73cdc6ea9c3114d3",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/cli/cli/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -150,12 +150,6 @@
|
|
|
150
150
|
"routeKeys": {},
|
|
151
151
|
"namedRegex": "^/api/feature\\-logs(?:/)?$"
|
|
152
152
|
},
|
|
153
|
-
{
|
|
154
|
-
"page": "/api/graph-data",
|
|
155
|
-
"regex": "^/api/graph\\-data(?:/)?$",
|
|
156
|
-
"routeKeys": {},
|
|
157
|
-
"namedRegex": "^/api/graph\\-data(?:/)?$"
|
|
158
|
-
},
|
|
159
153
|
{
|
|
160
154
|
"page": "/api/npm-version",
|
|
161
155
|
"regex": "^/api/npm\\-version(?:/)?$",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"00923d4a7315373755cbac16a5709c82b651cb55f6": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/create/page": {
|
|
6
|
-
"moduleId":
|
|
6
|
+
"moduleId": 71547,
|
|
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
|
+
"40c0bc1ebaf459676f944a01daba9277dd8efac2fd": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/(dashboard)/@drawer/create/page": {
|
|
21
|
-
"moduleId":
|
|
21
|
+
"moduleId": 71547,
|
|
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
|
+
"404a09b5a3761b69474091067abe7d529b2be6193d": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/(dashboard)/@drawer/create/page": {
|
|
36
|
-
"moduleId":
|
|
36
|
+
"moduleId": 71547,
|
|
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
|
+
"40a710920d3aa443da082aa60654df0539ec673640": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/(dashboard)/@drawer/create/page": {
|
|
51
|
-
"moduleId":
|
|
51
|
+
"moduleId": 71547,
|
|
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
|
+
"402eb3baf4e104752bd0463178c3520f680a64577d": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/(dashboard)/@drawer/create/page": {
|
|
66
|
-
"moduleId":
|
|
66
|
+
"moduleId": 71547,
|
|
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
|
+
"404cfe37aaf01774842cee9d0c1ea8ff59e42a06fb": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/(dashboard)/@drawer/create/page": {
|
|
81
|
-
"moduleId":
|
|
81
|
+
"moduleId": 71547,
|
|
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
|
+
"406c29e8c294aba3063e849a600172d0cc5a20331b": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/(dashboard)/@drawer/create/page": {
|
|
96
|
-
"moduleId":
|
|
96
|
+
"moduleId": 71547,
|
|
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
|
+
"4071526502cc007b42f65124903156b2a48126266a": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/(dashboard)/@drawer/create/page": {
|
|
111
|
-
"moduleId":
|
|
111
|
+
"moduleId": 71547,
|
|
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
|
+
"40b202d00a5f95e56337f63a736fac0f00af1195d2": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/(dashboard)/@drawer/create/page": {
|
|
126
|
-
"moduleId":
|
|
126
|
+
"moduleId": 71547,
|
|
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
|
+
"0011303f293cc43d08238c3dd470455163579be5bb": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/(dashboard)/@drawer/create/page": {
|
|
141
|
-
"moduleId":
|
|
141
|
+
"moduleId": 71547,
|
|
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
|
+
"008da50a5fa7f2dbfa0897e4fabbcc5b7e62a8a9c9": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/(dashboard)/@drawer/create/page": {
|
|
156
|
-
"moduleId":
|
|
156
|
+
"moduleId": 71547,
|
|
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
|
+
"00a853fa75d43ce194c547e26b76d1d3897695ae7b": {
|
|
169
169
|
"workers": {
|
|
170
170
|
"app/(dashboard)/@drawer/create/page": {
|
|
171
|
-
"moduleId":
|
|
171
|
+
"moduleId": 71547,
|
|
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
|
+
"60dc5b499a80d55ca395848203be8e54bfbf24921f": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/(dashboard)/@drawer/create/page": {
|
|
186
|
-
"moduleId":
|
|
186
|
+
"moduleId": 71547,
|
|
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
|
+
"60d0d6a27381464a94a61e5f56e54cb68881d0fe81": {
|
|
199
199
|
"workers": {
|
|
200
200
|
"app/(dashboard)/@drawer/create/page": {
|
|
201
|
-
"moduleId":
|
|
201
|
+
"moduleId": 71547,
|
|
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
|
+
"4080fe8553529500ac04ec60265b9a1508c5e73966": {
|
|
214
214
|
"workers": {
|
|
215
215
|
"app/(dashboard)/@drawer/create/page": {
|
|
216
|
-
"moduleId":
|
|
216
|
+
"moduleId": 71547,
|
|
217
217
|
"async": false,
|
|
218
218
|
"exportedName": "addRepository",
|
|
219
219
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
@@ -225,10 +225,10 @@
|
|
|
225
225
|
"exportedName": "addRepository",
|
|
226
226
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
227
227
|
},
|
|
228
|
-
"
|
|
228
|
+
"40323f171b4d03a87e02ac8f1f15534652b5f4b783": {
|
|
229
229
|
"workers": {
|
|
230
230
|
"app/(dashboard)/@drawer/create/page": {
|
|
231
|
-
"moduleId":
|
|
231
|
+
"moduleId": 71547,
|
|
232
232
|
"async": false,
|
|
233
233
|
"exportedName": "deleteRepository",
|
|
234
234
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
@@ -240,10 +240,10 @@
|
|
|
240
240
|
"exportedName": "deleteRepository",
|
|
241
241
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"40765b31fd16cd40537e36ab6f0372a62de32fb0ee": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/(dashboard)/@drawer/create/page": {
|
|
246
|
-
"moduleId":
|
|
246
|
+
"moduleId": 71547,
|
|
247
247
|
"async": false,
|
|
248
248
|
"exportedName": "getFeatureMetadata",
|
|
249
249
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
@@ -255,10 +255,25 @@
|
|
|
255
255
|
"exportedName": "getFeatureMetadata",
|
|
256
256
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
257
257
|
},
|
|
258
|
-
"
|
|
258
|
+
"00f666a3adfd1aa05a5368e4c68f1e0c4520a8ac60": {
|
|
259
259
|
"workers": {
|
|
260
260
|
"app/(dashboard)/@drawer/create/page": {
|
|
261
|
-
"moduleId":
|
|
261
|
+
"moduleId": 71547,
|
|
262
|
+
"async": false,
|
|
263
|
+
"exportedName": "fetchGraphData",
|
|
264
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"layer": {
|
|
268
|
+
"app/(dashboard)/@drawer/create/page": "action-browser"
|
|
269
|
+
},
|
|
270
|
+
"exportedName": "fetchGraphData",
|
|
271
|
+
"filename": "src/presentation/web/app/actions/get-graph-data.ts"
|
|
272
|
+
},
|
|
273
|
+
"00b0bcb6f0fb6a3181609f6c96c634473705750d5e": {
|
|
274
|
+
"workers": {
|
|
275
|
+
"app/(dashboard)/@drawer/create/page": {
|
|
276
|
+
"moduleId": 71547,
|
|
262
277
|
"async": false,
|
|
263
278
|
"exportedName": "getWorkflowDefaults",
|
|
264
279
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
@@ -270,10 +285,10 @@
|
|
|
270
285
|
"exportedName": "getWorkflowDefaults",
|
|
271
286
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
272
287
|
},
|
|
273
|
-
"
|
|
288
|
+
"40f2b395b296085134179c337d9e880666d5dab646": {
|
|
274
289
|
"workers": {
|
|
275
290
|
"app/(dashboard)/@drawer/create/page": {
|
|
276
|
-
"moduleId":
|
|
291
|
+
"moduleId": 71547,
|
|
277
292
|
"async": false,
|
|
278
293
|
"exportedName": "createFeature",
|
|
279
294
|
"filename": "src/presentation/web/app/actions/create-feature.ts"
|
|
@@ -11,10 +11,10 @@ R.c("server/chunks/ssr/_a37f5f18._.js")
|
|
|
11
11
|
R.c("server/chunks/ssr/src_presentation_web_app_not-found_tsx_64b86c46._.js")
|
|
12
12
|
R.c("server/chunks/ssr/403f9_next_dist_client_components_44deecdf._.js")
|
|
13
13
|
R.c("server/chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2906ebd.js")
|
|
14
|
-
R.c("server/chunks/ssr/
|
|
15
|
-
R.c("server/chunks/ssr/
|
|
14
|
+
R.c("server/chunks/ssr/_6e08ce21._.js")
|
|
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/
|
|
17
|
+
R.c("server/chunks/ssr/src_presentation_web_7275ce5d._.js")
|
|
18
18
|
R.c("server/chunks/ssr/[root-of-the-server]__24dd0927._.js")
|
|
19
19
|
R.m(26467)
|
|
20
20
|
module.exports=R.m(26467).exports
|