@shepai/cli 1.107.1 → 1.107.2-pr331.6ae9402
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/use-cases/features/create/create-feature.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.js +2 -2
- package/dist/packages/core/src/application/use-cases/features/create/metadata-generator.d.ts +5 -0
- package/dist/packages/core/src/application/use-cases/features/create/metadata-generator.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/features/create/metadata-generator.js +31 -13
- package/dist/packages/core/src/application/use-cases/repositories/add-repository.use-case.d.ts.map +1 -1
- package/dist/packages/core/src/application/use-cases/repositories/add-repository.use-case.js +6 -2
- package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/di/container.js +13 -3
- package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.js +4 -4
- package/dist/packages/core/src/infrastructure/repositories/sqlite-repository.repository.js +4 -4
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.js +9 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.js +17 -7
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/dev-executor.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/dev-executor.service.js +5 -3
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.js +4 -3
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.js +2 -1
- package/dist/packages/core/src/infrastructure/services/agents/sessions/claude-code-session.repository.js +1 -1
- package/dist/packages/core/src/infrastructure/services/attachment-storage.service.js +3 -3
- package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.js +8 -7
- package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/git/worktree.service.js +18 -5
- package/dist/packages/core/src/infrastructure/services/ide-launchers/compute-worktree-path.js +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/json-driven-ide-launcher.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/json-driven-ide-launcher.service.js +6 -8
- package/dist/packages/core/src/infrastructure/services/process/tree-kill.d.ts +12 -0
- package/dist/packages/core/src/infrastructure/services/process/tree-kill.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/process/tree-kill.js +11 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/binary-exists.d.ts +25 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/binary-exists.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/binary-exists.js +32 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.js +4 -27
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/alacritty.json +3 -2
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/claude-code.json +3 -2
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +3 -2
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor.json +2 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/gh.json +2 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/git.json +2 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/vscode.json +2 -1
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/warp.json +3 -2
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/windsurf.json +3 -2
- package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zed.json +3 -2
- package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/daemon/start-daemon.js +1 -0
- package/dist/src/presentation/cli/commands/daemon/stop-daemon.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/daemon/stop-daemon.js +5 -4
- package/dist/src/presentation/cli/commands/upgrade.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/upgrade.command.js +4 -0
- package/dist/src/presentation/web/app/actions/deploy-repository.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/deploy-repository.js +2 -1
- package/dist/src/presentation/web/app/actions/open-folder.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/open-folder.js +4 -2
- package/dist/src/presentation/web/app/actions/open-ide.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/open-ide.js +2 -1
- package/dist/src/presentation/web/app/actions/open-shell.d.ts.map +1 -1
- package/dist/src/presentation/web/app/actions/open-shell.js +4 -2
- package/dist/src/presentation/web/app/build-feature-node-data.d.ts.map +1 -1
- package/dist/src/presentation/web/app/build-feature-node-data.js +1 -0
- package/dist/src/presentation/web/app/build-graph-nodes.d.ts.map +1 -1
- package/dist/src/presentation/web/app/build-graph-nodes.js +9 -5
- 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 +10 -20
- 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 +1 -4
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.js +4 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +2 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/merge-review/diff-view.js +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +12 -0
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -1
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +32 -8
- package/dist/src/presentation/web/hooks/use-graph-state.d.ts +14 -0
- package/dist/src/presentation/web/hooks/use-graph-state.d.ts.map +1 -1
- package/dist/src/presentation/web/hooks/use-graph-state.js +35 -1
- package/dist/src/presentation/web/lib/derive-graph.d.ts.map +1 -1
- package/dist/src/presentation/web/lib/derive-graph.js +4 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +10 -6
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +3 -3
- package/web/.next/required-server-files.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +20 -20
- 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 +26 -26
- 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 +26 -26
- 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 +18 -18
- 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 +20 -20
- 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 +26 -26
- 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 +26 -26
- 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 +18 -18
- 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 +18 -18
- 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/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_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_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_370c43b1.js +1 -1
- package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js.map +1 -1
- package/web/.next/server/chunks/[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_a1104008.js +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_a1104008.js.map +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_92642200.js +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_92642200.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__039967e3._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__039967e3._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__07a39ff2._.js +1 -1
- 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]__2773312c._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__2773312c._.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]__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]__cbd8062c._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__cbd8062c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e70c5627._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e70c5627._.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/{_3c0076bc._.js → _03abb839._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_3c0076bc._.js.map → _03abb839._.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/{_89745126._.js → _23900994._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_89745126._.js.map → _23900994._.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/{_4d49c223._.js → _e471b10e._.js} +2 -2
- package/web/.next/server/chunks/ssr/_e471b10e._.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_888633e1.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_888633e1.js.map +1 -1
- 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_ca99d62d._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ce7cbc3c._.js +2 -2
- package/web/.next/server/chunks/ssr/src_presentation_web_ce7cbc3c._.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_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/chunks/ssr/src_presentation_web_e2604413._.js +2 -2
- package/web/.next/server/chunks/ssr/src_presentation_web_e2604413._.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 +31 -31
- package/web/.next/static/chunks/{dd30ae99bcec5f69.js → 0259f68e8cba1232.js} +2 -2
- package/web/.next/static/chunks/390cd175f31c23bd.js +1 -0
- package/web/.next/static/chunks/{e429067d6277ac20.js → 3aa0a3c375e171b7.js} +1 -1
- package/web/.next/static/chunks/3c0e42848df65f47.js +1 -0
- package/web/.next/static/chunks/49ea25f05cfe275e.js +2 -0
- package/web/.next/static/chunks/{f28d2411c36c308b.js → 66e7d64dec0f9b4e.js} +1 -1
- package/web/.next/static/chunks/{2eab3bb5550eccac.js → 6d451179fe680a0b.js} +1 -1
- package/web/.next/static/chunks/{eed22af4cf55faea.js → a6e126cfd67b6226.js} +1 -1
- package/web/.next/static/chunks/{5ebc63ae73de50a3.js → b6281225de926d14.js} +1 -1
- package/web/.next/static/chunks/{9751a0c871920841.js → d9de031d0650842c.js} +1 -1
- package/web/.next/server/chunks/ssr/_4d49c223._.js.map +0 -1
- package/web/.next/static/chunks/281782a712ea79cb.js +0 -2
- package/web/.next/static/chunks/2c6298885de1484c.js +0 -1
- package/web/.next/static/chunks/fa27e698e0daf727.js +0 -1
- /package/web/.next/static/{OYucSKP83TUMTV1zRbeB8 → 9CJ-N5fAJggr638PxfA5a}/_buildManifest.js +0 -0
- /package/web/.next/static/{OYucSKP83TUMTV1zRbeB8 → 9CJ-N5fAJggr638PxfA5a}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{OYucSKP83TUMTV1zRbeB8 → 9CJ-N5fAJggr638PxfA5a}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shepai/cli",
|
|
3
|
-
"version": "1.107.
|
|
3
|
+
"version": "1.107.2-pr331.6ae9402",
|
|
4
4
|
"description": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"prebuild": "pnpm generate",
|
|
50
50
|
"pretest": "pnpm generate",
|
|
51
51
|
"prelint": "pnpm generate",
|
|
52
|
-
"build:cli": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json --resolve-full-paths && mkdir -p dist/packages/core/src/infrastructure/services/tool-installer && rm -rf dist/packages/core/src/infrastructure/services/tool-installer/tools && cp -r packages/core/src/infrastructure/services/tool-installer/tools dist/packages/core/src/infrastructure/services/tool-installer/tools",
|
|
52
|
+
"build:cli": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json --resolve-full-paths && shx mkdir -p dist/packages/core/src/infrastructure/services/tool-installer && shx rm -rf dist/packages/core/src/infrastructure/services/tool-installer/tools && shx cp -r packages/core/src/infrastructure/services/tool-installer/tools dist/packages/core/src/infrastructure/services/tool-installer/tools",
|
|
53
53
|
"build": "pnpm build:cli && pnpm build:web:prod",
|
|
54
|
-
"build:web:prod": "pnpm build:web && rm -rf web && mkdir -p web && cp -r src/presentation/web/.next web/.next && rm -rf web/.next/dev web/.next/cache web/.next/standalone web/.next/trace web/.next/trace-build web/.next/turbopack web/.next/diagnostics web/.next/types web/.next/*.nft.json && cp -r src/presentation/web/public web/public && cp src/presentation/web/package.json web/ && node -e \"require('fs').writeFileSync('web/next.config.mjs','const c={typedRoutes:true,distDir:\\\".next\\\",serverExternalPackages:[\\\"tsyringe\\\",\\\"reflect-metadata\\\",\\\"better-sqlite3\\\",\\\"node:os\\\",\\\"node:child_process\\\",\\\"node:fs\\\"]};export default c;\\n')\"",
|
|
54
|
+
"build:web:prod": "pnpm build:web && shx rm -rf web && shx mkdir -p web && shx cp -r src/presentation/web/.next web/.next && shx rm -rf web/.next/dev web/.next/cache web/.next/standalone web/.next/trace web/.next/trace-build web/.next/turbopack web/.next/diagnostics web/.next/types web/.next/*.nft.json && shx cp -r src/presentation/web/public web/public && shx cp src/presentation/web/package.json web/ && node -e \"require('fs').writeFileSync('web/next.config.mjs','const c={typedRoutes:true,distDir:\\\".next\\\",serverExternalPackages:[\\\"tsyringe\\\",\\\"reflect-metadata\\\",\\\"better-sqlite3\\\",\\\"node:os\\\",\\\"node:child_process\\\",\\\"node:fs\\\"]};export default c;\\n')\"",
|
|
55
55
|
"build:web": "pnpm --filter @shepai/web build",
|
|
56
56
|
"build:storybook": "storybook build",
|
|
57
57
|
"test": "vitest run tests/unit tests/integration --passWithNoTests && pnpm run test:e2e",
|
|
58
58
|
"test:watch": "vitest",
|
|
59
59
|
"test:unit": "vitest run tests/unit",
|
|
60
60
|
"test:int": "vitest run tests/integration",
|
|
61
|
-
"test:e2e": "pnpm build:cli && SHEP_E2E_USE_DIST=1 vitest run tests/e2e && pnpm run test:e2e:web",
|
|
62
|
-
"test:e2e:cli": "pnpm build:cli && SHEP_E2E_USE_DIST=1 vitest run tests/e2e/cli",
|
|
61
|
+
"test:e2e": "pnpm build:cli && cross-env SHEP_E2E_USE_DIST=1 vitest run tests/e2e && pnpm run test:e2e:web",
|
|
62
|
+
"test:e2e:cli": "pnpm build:cli && cross-env SHEP_E2E_USE_DIST=1 vitest run tests/e2e/cli",
|
|
63
63
|
"test:e2e:tui": "vitest run tests/e2e/tui",
|
|
64
64
|
"test:e2e:web": "playwright test",
|
|
65
65
|
"test:e2e:scripts": "vitest run tests/e2e/cli/script-runner.test.ts",
|
|
@@ -89,7 +89,6 @@
|
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@commitlint/cli": "^19.0.0",
|
|
92
|
-
"@typespec-tools/emitter-typescript": "^0.3.0",
|
|
93
92
|
"@commitlint/config-conventional": "^19.0.0",
|
|
94
93
|
"@eslint/js": "^9.0.0",
|
|
95
94
|
"@next/eslint-plugin-next": "^16.1.6",
|
|
@@ -121,6 +120,7 @@
|
|
|
121
120
|
"@types/node-notifier": "^8.0.5",
|
|
122
121
|
"@types/react": "^19.2.10",
|
|
123
122
|
"@types/react-dom": "^19.2.3",
|
|
123
|
+
"@typespec-tools/emitter-typescript": "^0.3.0",
|
|
124
124
|
"@typespec/compiler": "^0.60.0",
|
|
125
125
|
"@typespec/json-schema": "^0.60.0",
|
|
126
126
|
"@typespec/openapi3": "^0.60.0",
|
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"autoprefixer": "^10.4.24",
|
|
132
132
|
"class-variance-authority": "^0.7.1",
|
|
133
133
|
"clsx": "^2.1.1",
|
|
134
|
+
"cross-env": "^10.1.0",
|
|
134
135
|
"eslint": "^9.0.0",
|
|
135
136
|
"eslint-config-prettier": "^10.0.0",
|
|
136
137
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -146,6 +147,7 @@
|
|
|
146
147
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
147
148
|
"radix-ui": "^1.4.3",
|
|
148
149
|
"semantic-release": "^25.0.3",
|
|
150
|
+
"shx": "^0.4.0",
|
|
149
151
|
"sonner": "^2.0.7",
|
|
150
152
|
"storybook": "8.6.15",
|
|
151
153
|
"tailwind-merge": "^3.4.0",
|
|
@@ -191,7 +193,9 @@
|
|
|
191
193
|
"react": "^19.2.4",
|
|
192
194
|
"react-dom": "^19.2.4",
|
|
193
195
|
"reflect-metadata": "^0.2.2",
|
|
196
|
+
"tree-kill": "^1.2.2",
|
|
194
197
|
"tsyringe": "^4.10.0",
|
|
198
|
+
"which": "^5.0.0",
|
|
195
199
|
"zod": "^4.3.6"
|
|
196
200
|
}
|
|
197
201
|
}
|
package/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9CJ-N5fAJggr638PxfA5a
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/9CJ-N5fAJggr638PxfA5a/_ssgManifest.js",
|
|
11
|
+
"static/9CJ-N5fAJggr638PxfA5a/_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/9CJ-N5fAJggr638PxfA5a/_ssgManifest.js",
|
|
9
|
+
"static/9CJ-N5fAJggr638PxfA5a/_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": "ec111530f869c34c03284520ef1ad5c6",
|
|
33
|
+
"previewModeSigningKey": "6c0d257b6cc307cdbdc2b7f2e25933b12f79756b9b71f3a9e5efdac7ce06cea6",
|
|
34
|
+
"previewModeEncryptionKey": "572bfa7d108ee3c786e12b7ee8ee19f554ad9e7a7c1f3c6b3722f26bb0b13cc4"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -2,11 +2,11 @@ self.__SERVER_FILES_MANIFEST={
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"config": {
|
|
4
4
|
"env": {
|
|
5
|
-
"NEXT_PUBLIC_SHEP_VERSION": "1.107.
|
|
5
|
+
"NEXT_PUBLIC_SHEP_VERSION": "1.107.2",
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
8
|
-
"NEXT_PUBLIC_SHEP_BRANCH": "
|
|
9
|
-
"NEXT_PUBLIC_SHEP_COMMIT": "
|
|
8
|
+
"NEXT_PUBLIC_SHEP_BRANCH": "HEAD",
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "6ae9402a98167315fbcbddf09d9d34b709f0bdce",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/cli/cli/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"version": 1,
|
|
3
3
|
"config": {
|
|
4
4
|
"env": {
|
|
5
|
-
"NEXT_PUBLIC_SHEP_VERSION": "1.107.
|
|
5
|
+
"NEXT_PUBLIC_SHEP_VERSION": "1.107.2",
|
|
6
6
|
"NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
|
|
7
7
|
"NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
|
|
8
|
-
"NEXT_PUBLIC_SHEP_BRANCH": "
|
|
9
|
-
"NEXT_PUBLIC_SHEP_COMMIT": "
|
|
8
|
+
"NEXT_PUBLIC_SHEP_BRANCH": "HEAD",
|
|
9
|
+
"NEXT_PUBLIC_SHEP_COMMIT": "6ae9402a98167315fbcbddf09d9d34b709f0bdce",
|
|
10
10
|
"NEXT_PUBLIC_SHEP_INSTANCE_PATH": "/home/runner/work/cli/cli/src/presentation/web"
|
|
11
11
|
},
|
|
12
12
|
"webpack": null,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"008e1587b6afc5062bf0f2108b7737722ac86d99d4": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/(dashboard)/@drawer/create/page": {
|
|
6
6
|
"moduleId": 94566,
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"exportedName": "pickFolder",
|
|
16
16
|
"filename": "src/presentation/web/app/actions/pick-folder.ts"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"40a9965a0a189300522e59b8aea5bb507e9b02065d": {
|
|
19
19
|
"workers": {
|
|
20
20
|
"app/(dashboard)/@drawer/create/page": {
|
|
21
21
|
"moduleId": 94566,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"exportedName": "getDeploymentLogs",
|
|
31
31
|
"filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
|
|
32
32
|
},
|
|
33
|
-
"
|
|
33
|
+
"408a61972c0c82aefa0eab4e8286ad45d65b43b768": {
|
|
34
34
|
"workers": {
|
|
35
35
|
"app/(dashboard)/@drawer/create/page": {
|
|
36
36
|
"moduleId": 94566,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"exportedName": "deployFeature",
|
|
46
46
|
"filename": "src/presentation/web/app/actions/deploy-feature.ts"
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"405691b203b6d2157afb42d7a2a6387929487e0354": {
|
|
49
49
|
"workers": {
|
|
50
50
|
"app/(dashboard)/@drawer/create/page": {
|
|
51
51
|
"moduleId": 94566,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "deployRepository",
|
|
61
61
|
"filename": "src/presentation/web/app/actions/deploy-repository.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"400fffe1e6362205871171cc74b52aa03ed1bc77dc": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/(dashboard)/@drawer/create/page": {
|
|
66
66
|
"moduleId": 94566,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"exportedName": "stopDeployment",
|
|
76
76
|
"filename": "src/presentation/web/app/actions/stop-deployment.ts"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"407f3e052d0acab5fc7a9bc797c1014cf30302b4a5": {
|
|
79
79
|
"workers": {
|
|
80
80
|
"app/(dashboard)/@drawer/create/page": {
|
|
81
81
|
"moduleId": 94566,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"exportedName": "getDeploymentStatus",
|
|
91
91
|
"filename": "src/presentation/web/app/actions/get-deployment-status.ts"
|
|
92
92
|
},
|
|
93
|
-
"
|
|
93
|
+
"4017adad65ecd1c902eabcf4810cd845b295e21ff1": {
|
|
94
94
|
"workers": {
|
|
95
95
|
"app/(dashboard)/@drawer/create/page": {
|
|
96
96
|
"moduleId": 94566,
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"exportedName": "openIde",
|
|
106
106
|
"filename": "src/presentation/web/app/actions/open-ide.ts"
|
|
107
107
|
},
|
|
108
|
-
"
|
|
108
|
+
"407a22c13c875398e4159a590b05227199cfc9c210": {
|
|
109
109
|
"workers": {
|
|
110
110
|
"app/(dashboard)/@drawer/create/page": {
|
|
111
111
|
"moduleId": 94566,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "openShell",
|
|
121
121
|
"filename": "src/presentation/web/app/actions/open-shell.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"401332f3d2391e337d5f8ab79843ce5582f30d3103": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/(dashboard)/@drawer/create/page": {
|
|
126
126
|
"moduleId": 94566,
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"exportedName": "openFolder",
|
|
136
136
|
"filename": "src/presentation/web/app/actions/open-folder.ts"
|
|
137
137
|
},
|
|
138
|
-
"
|
|
138
|
+
"00f1fe86ebfd423db237661f012d15b0de1ab2089a": {
|
|
139
139
|
"workers": {
|
|
140
140
|
"app/(dashboard)/@drawer/create/page": {
|
|
141
141
|
"moduleId": 94566,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"exportedName": "isAgentSetupComplete",
|
|
151
151
|
"filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
|
|
152
152
|
},
|
|
153
|
-
"
|
|
153
|
+
"00d27dcbf23e4fe66eb73759cc81210cec3fd5dcf5": {
|
|
154
154
|
"workers": {
|
|
155
155
|
"app/(dashboard)/@drawer/create/page": {
|
|
156
156
|
"moduleId": 94566,
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"exportedName": "checkAgentAuth",
|
|
166
166
|
"filename": "src/presentation/web/app/actions/check-agent-auth.ts"
|
|
167
167
|
},
|
|
168
|
-
"
|
|
168
|
+
"0096096798edd39ab5a37c34ffc62475e2132ac102": {
|
|
169
169
|
"workers": {
|
|
170
170
|
"app/(dashboard)/@drawer/create/page": {
|
|
171
171
|
"moduleId": 94566,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "getAllAgentModels",
|
|
181
181
|
"filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"608ab268cc74ba43f10a785df874420c25edfb88be": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/(dashboard)/@drawer/create/page": {
|
|
186
186
|
"moduleId": 94566,
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"exportedName": "updateAgentAndModel",
|
|
196
196
|
"filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
|
|
197
197
|
},
|
|
198
|
-
"
|
|
198
|
+
"60b0e87fb676688a2d8dc5e3993192640ac850a49f": {
|
|
199
199
|
"workers": {
|
|
200
200
|
"app/(dashboard)/@drawer/create/page": {
|
|
201
201
|
"moduleId": 94566,
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"exportedName": "deleteFeature",
|
|
211
211
|
"filename": "src/presentation/web/app/actions/delete-feature.ts"
|
|
212
212
|
},
|
|
213
|
-
"
|
|
213
|
+
"400e88f5fcd055a296b5ca2a4ec729a6bf32f7265c": {
|
|
214
214
|
"workers": {
|
|
215
215
|
"app/(dashboard)/@drawer/create/page": {
|
|
216
216
|
"moduleId": 94566,
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"exportedName": "resumeFeature",
|
|
226
226
|
"filename": "src/presentation/web/app/actions/resume-feature.ts"
|
|
227
227
|
},
|
|
228
|
-
"
|
|
228
|
+
"40e9e3e1189a7951b10e5fea1322fdfd43c6b0c2e2": {
|
|
229
229
|
"workers": {
|
|
230
230
|
"app/(dashboard)/@drawer/create/page": {
|
|
231
231
|
"moduleId": 94566,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"exportedName": "addRepository",
|
|
241
241
|
"filename": "src/presentation/web/app/actions/add-repository.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"40da5c61b7ea6a55ca33e2328b30075c9eaac2701e": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/(dashboard)/@drawer/create/page": {
|
|
246
246
|
"moduleId": 94566,
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"exportedName": "deleteRepository",
|
|
256
256
|
"filename": "src/presentation/web/app/actions/delete-repository.ts"
|
|
257
257
|
},
|
|
258
|
-
"
|
|
258
|
+
"40f317bf736daf0213658ebc6f543e2cf45890580d": {
|
|
259
259
|
"workers": {
|
|
260
260
|
"app/(dashboard)/@drawer/create/page": {
|
|
261
261
|
"moduleId": 94566,
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"exportedName": "getFeatureMetadata",
|
|
271
271
|
"filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
|
|
272
272
|
},
|
|
273
|
-
"
|
|
273
|
+
"00d36cf531362940ad182d80d4d4376f02e7367ce4": {
|
|
274
274
|
"workers": {
|
|
275
275
|
"app/(dashboard)/@drawer/create/page": {
|
|
276
276
|
"moduleId": 94566,
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"exportedName": "getWorkflowDefaults",
|
|
286
286
|
"filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
|
|
287
287
|
},
|
|
288
|
-
"
|
|
288
|
+
"40433b03659267a33f641963b135f6e8c8559e8011": {
|
|
289
289
|
"workers": {
|
|
290
290
|
"app/(dashboard)/@drawer/create/page": {
|
|
291
291
|
"moduleId": 94566,
|