@shepai/cli 1.106.0-pr313.e9fa158 → 1.106.0

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.
Files changed (189) hide show
  1. package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -1
  2. package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.js +2 -2
  3. package/dist/packages/core/src/application/use-cases/repositories/add-repository.use-case.d.ts.map +1 -1
  4. package/dist/packages/core/src/application/use-cases/repositories/add-repository.use-case.js +2 -6
  5. package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.js +4 -4
  6. package/dist/packages/core/src/infrastructure/repositories/sqlite-repository.repository.js +4 -4
  7. package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -1
  8. package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.js +0 -9
  9. package/dist/packages/core/src/infrastructure/services/agents/common/executors/dev-executor.service.d.ts.map +1 -1
  10. package/dist/packages/core/src/infrastructure/services/agents/common/executors/dev-executor.service.js +3 -5
  11. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.d.ts.map +1 -1
  12. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.js +3 -4
  13. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +1 -1
  14. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.js +1 -2
  15. package/dist/packages/core/src/infrastructure/services/agents/sessions/claude-code-session.repository.js +1 -1
  16. package/dist/packages/core/src/infrastructure/services/attachment-storage.service.js +3 -3
  17. package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.d.ts +1 -1
  18. package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.d.ts.map +1 -1
  19. package/dist/packages/core/src/infrastructure/services/deployment/deployment.service.js +7 -8
  20. package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -1
  21. package/dist/packages/core/src/infrastructure/services/git/worktree.service.js +4 -17
  22. package/dist/packages/core/src/infrastructure/services/ide-launchers/compute-worktree-path.js +1 -1
  23. package/dist/packages/core/src/infrastructure/services/ide-launchers/json-driven-ide-launcher.service.d.ts.map +1 -1
  24. package/dist/packages/core/src/infrastructure/services/ide-launchers/json-driven-ide-launcher.service.js +8 -6
  25. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -1
  26. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.js +27 -4
  27. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/alacritty.json +2 -3
  28. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/claude-code.json +2 -3
  29. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +2 -3
  30. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor.json +1 -2
  31. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/gh.json +1 -2
  32. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/git.json +1 -2
  33. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/vscode.json +1 -2
  34. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/warp.json +2 -3
  35. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/windsurf.json +2 -3
  36. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zed.json +2 -3
  37. package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts.map +1 -1
  38. package/dist/src/presentation/cli/commands/daemon/start-daemon.js +0 -1
  39. package/dist/src/presentation/cli/commands/daemon/stop-daemon.d.ts.map +1 -1
  40. package/dist/src/presentation/cli/commands/daemon/stop-daemon.js +4 -5
  41. package/dist/src/presentation/cli/commands/upgrade.command.d.ts.map +1 -1
  42. package/dist/src/presentation/cli/commands/upgrade.command.js +0 -4
  43. package/dist/src/presentation/web/app/actions/deploy-repository.d.ts.map +1 -1
  44. package/dist/src/presentation/web/app/actions/deploy-repository.js +1 -2
  45. package/dist/src/presentation/web/app/actions/open-folder.d.ts.map +1 -1
  46. package/dist/src/presentation/web/app/actions/open-folder.js +2 -4
  47. package/dist/src/presentation/web/app/actions/open-ide.d.ts.map +1 -1
  48. package/dist/src/presentation/web/app/actions/open-ide.js +1 -2
  49. package/dist/src/presentation/web/app/actions/open-shell.d.ts.map +1 -1
  50. package/dist/src/presentation/web/app/actions/open-shell.js +2 -4
  51. package/dist/src/presentation/web/app/build-graph-nodes.d.ts.map +1 -1
  52. package/dist/src/presentation/web/app/build-graph-nodes.js +5 -8
  53. package/dist/src/presentation/web/components/common/merge-review/diff-view.js +1 -1
  54. package/dist/src/presentation/web/lib/derive-graph.d.ts.map +1 -1
  55. package/dist/src/presentation/web/lib/derive-graph.js +2 -4
  56. package/dist/tsconfig.build.tsbuildinfo +1 -1
  57. package/package.json +6 -10
  58. package/web/.next/BUILD_ID +1 -1
  59. package/web/.next/build-manifest.json +2 -2
  60. package/web/.next/fallback-build-manifest.json +2 -2
  61. package/web/.next/prerender-manifest.json +3 -3
  62. package/web/.next/required-server-files.js +3 -3
  63. package/web/.next/required-server-files.json +3 -3
  64. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +20 -20
  65. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  66. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  67. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +25 -25
  68. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  69. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  70. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +25 -25
  71. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  72. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  73. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +18 -18
  74. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  75. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  76. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +20 -20
  77. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  78. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  79. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +25 -25
  80. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  81. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  82. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +25 -25
  83. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  84. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  85. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +18 -18
  86. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  87. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  88. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +18 -18
  89. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  90. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  91. package/web/.next/server/app/_global-error.html +2 -2
  92. package/web/.next/server/app/_global-error.rsc +1 -1
  93. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  94. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  95. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  96. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  97. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  98. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  99. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  100. package/web/.next/server/app/settings/page/server-reference-manifest.json +5 -5
  101. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  102. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  103. package/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
  104. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  105. package/web/.next/server/app/tools/page/server-reference-manifest.json +6 -6
  106. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  107. package/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  108. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  109. package/web/.next/server/chunks/[root-of-the-server]__f47bb8a5._.js +1 -1
  110. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  111. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
  112. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_0a7546ed.js +1 -1
  113. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_0a7546ed.js.map +1 -1
  114. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_978cbb4c.js +1 -1
  115. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_978cbb4c.js.map +1 -1
  116. package/web/.next/server/chunks/ssr/[root-of-the-server]__11033878._.js +1 -1
  117. package/web/.next/server/chunks/ssr/[root-of-the-server]__11033878._.js.map +1 -1
  118. package/web/.next/server/chunks/ssr/[root-of-the-server]__24dd0927._.js +2 -2
  119. package/web/.next/server/chunks/ssr/[root-of-the-server]__24dd0927._.js.map +1 -1
  120. package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
  121. package/web/.next/server/chunks/ssr/[root-of-the-server]__51fc98b0._.js +1 -1
  122. package/web/.next/server/chunks/ssr/[root-of-the-server]__51fc98b0._.js.map +1 -1
  123. package/web/.next/server/chunks/ssr/[root-of-the-server]__57f37786._.js +1 -1
  124. package/web/.next/server/chunks/ssr/[root-of-the-server]__57f37786._.js.map +1 -1
  125. package/web/.next/server/chunks/ssr/[root-of-the-server]__5d87af2e._.js +1 -1
  126. package/web/.next/server/chunks/ssr/[root-of-the-server]__708dcad1._.js +1 -1
  127. package/web/.next/server/chunks/ssr/[root-of-the-server]__708dcad1._.js.map +1 -1
  128. package/web/.next/server/chunks/ssr/[root-of-the-server]__845a9d2a._.js +1 -1
  129. package/web/.next/server/chunks/ssr/[root-of-the-server]__845a9d2a._.js.map +1 -1
  130. package/web/.next/server/chunks/ssr/[root-of-the-server]__89e8a5cc._.js +2 -2
  131. package/web/.next/server/chunks/ssr/[root-of-the-server]__89e8a5cc._.js.map +1 -1
  132. package/web/.next/server/chunks/ssr/[root-of-the-server]__8e002910._.js +1 -1
  133. package/web/.next/server/chunks/ssr/[root-of-the-server]__8e002910._.js.map +1 -1
  134. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +2 -2
  135. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -1
  136. package/web/.next/server/chunks/ssr/[root-of-the-server]__fdc75809._.js +1 -1
  137. package/web/.next/server/chunks/ssr/[root-of-the-server]__fdc75809._.js.map +1 -1
  138. package/web/.next/server/chunks/ssr/_135edb9c._.js +1 -1
  139. package/web/.next/server/chunks/ssr/_135edb9c._.js.map +1 -1
  140. package/web/.next/server/chunks/ssr/_8dacd1e7._.js +1 -1
  141. package/web/.next/server/chunks/ssr/_8dacd1e7._.js.map +1 -1
  142. package/web/.next/server/chunks/ssr/{_b1bbe3cd._.js → _ace6ae7f._.js} +2 -2
  143. package/web/.next/server/chunks/ssr/{_b1bbe3cd._.js.map → _ace6ae7f._.js.map} +1 -1
  144. package/web/.next/server/chunks/ssr/{_77f506b6._.js → _b17ec930._.js} +2 -2
  145. package/web/.next/server/chunks/ssr/{_77f506b6._.js.map → _b17ec930._.js.map} +1 -1
  146. package/web/.next/server/chunks/ssr/_cc77a143._.js +1 -1
  147. package/web/.next/server/chunks/ssr/_cc77a143._.js.map +1 -1
  148. package/web/.next/server/chunks/ssr/{_d8c97e13._.js → _fa027412._.js} +2 -2
  149. package/web/.next/server/chunks/ssr/{_d8c97e13._.js.map → _fa027412._.js.map} +1 -1
  150. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
  151. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
  152. package/web/.next/server/chunks/ssr/src_presentation_web_7275ce5d._.js +2 -2
  153. package/web/.next/server/chunks/ssr/src_presentation_web_7275ce5d._.js.map +1 -1
  154. package/web/.next/server/chunks/ssr/src_presentation_web_758dfa10._.js +2 -2
  155. package/web/.next/server/chunks/ssr/src_presentation_web_758dfa10._.js.map +1 -1
  156. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_84803221.js +1 -1
  157. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_84803221.js.map +1 -1
  158. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js +1 -1
  159. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js.map +1 -1
  160. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js +1 -1
  161. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js.map +1 -1
  162. package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js +1 -1
  163. package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js.map +1 -1
  164. package/web/.next/server/chunks/ssr/src_presentation_web_components_bf50c527._.js +1 -1
  165. package/web/.next/server/chunks/ssr/src_presentation_web_components_de814675._.js +1 -1
  166. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  167. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
  168. package/web/.next/server/pages/500.html +2 -2
  169. package/web/.next/server/server-reference-manifest.js +1 -1
  170. package/web/.next/server/server-reference-manifest.json +30 -30
  171. package/web/.next/static/chunks/{52a7597f541defb8.js → 0dbb7106dc1d14f0.js} +1 -1
  172. package/web/.next/static/chunks/{f8608b847c7a0136.js → 4731bd6b3845ae5b.js} +1 -1
  173. package/web/.next/static/chunks/{cf8e107354cc0159.js → 524db7fb83eb1b0a.js} +1 -1
  174. package/web/.next/static/chunks/{d7c39cd622a695c4.js → 5b305180fecefa25.js} +1 -1
  175. package/web/.next/static/chunks/{310da8e04e750294.js → 7efb0c42a34fecc0.js} +1 -1
  176. package/web/.next/static/chunks/{af561a5913def091.js → 85baab3c23206768.js} +1 -1
  177. package/web/.next/static/chunks/{1b865c5b424cba9e.js → aa8d9e8c8bf51cd8.js} +1 -1
  178. package/web/.next/static/chunks/{1b7418778f5a6927.js → c7f8025b210beec0.js} +1 -1
  179. package/web/.next/static/chunks/{8117620ed55b5113.js → c8fac6b569cb729e.js} +1 -1
  180. package/web/.next/static/chunks/{be7ad52cd86e161e.js → e87acba9497e0fa9.js} +2 -2
  181. package/dist/packages/core/src/infrastructure/services/process/tree-kill.d.ts +0 -12
  182. package/dist/packages/core/src/infrastructure/services/process/tree-kill.d.ts.map +0 -1
  183. package/dist/packages/core/src/infrastructure/services/process/tree-kill.js +0 -11
  184. package/dist/packages/core/src/infrastructure/services/tool-installer/binary-exists.d.ts +0 -25
  185. package/dist/packages/core/src/infrastructure/services/tool-installer/binary-exists.d.ts.map +0 -1
  186. package/dist/packages/core/src/infrastructure/services/tool-installer/binary-exists.js +0 -32
  187. /package/web/.next/static/{DhQ9HMzgdS2AYNz0twCIf → j7LoqaY49SHJhvQzViLfV}/_buildManifest.js +0 -0
  188. /package/web/.next/static/{DhQ9HMzgdS2AYNz0twCIf → j7LoqaY49SHJhvQzViLfV}/_clientMiddlewareManifest.json +0 -0
  189. /package/web/.next/static/{DhQ9HMzgdS2AYNz0twCIf → j7LoqaY49SHJhvQzViLfV}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shepai/cli",
3
- "version": "1.106.0-pr313.e9fa158",
3
+ "version": "1.106.0",
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 && 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",
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",
53
53
  "build": "pnpm build:cli && pnpm build:web:prod",
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')\"",
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')\"",
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 && 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",
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",
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,6 +89,7 @@
89
89
  },
90
90
  "devDependencies": {
91
91
  "@commitlint/cli": "^19.0.0",
92
+ "@typespec-tools/emitter-typescript": "^0.3.0",
92
93
  "@commitlint/config-conventional": "^19.0.0",
93
94
  "@eslint/js": "^9.0.0",
94
95
  "@next/eslint-plugin-next": "^16.1.6",
@@ -120,7 +121,6 @@
120
121
  "@types/node-notifier": "^8.0.5",
121
122
  "@types/react": "^19.2.10",
122
123
  "@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,7 +131,6 @@
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",
135
134
  "eslint": "^9.0.0",
136
135
  "eslint-config-prettier": "^10.0.0",
137
136
  "eslint-plugin-react": "^7.37.5",
@@ -147,7 +146,6 @@
147
146
  "prettier-plugin-tailwindcss": "^0.7.2",
148
147
  "radix-ui": "^1.4.3",
149
148
  "semantic-release": "^25.0.3",
150
- "shx": "^0.4.0",
151
149
  "sonner": "^2.0.7",
152
150
  "storybook": "8.6.15",
153
151
  "tailwind-merge": "^3.4.0",
@@ -193,9 +191,7 @@
193
191
  "react": "^19.2.4",
194
192
  "react-dom": "^19.2.4",
195
193
  "reflect-metadata": "^0.2.2",
196
- "tree-kill": "^1.2.2",
197
194
  "tsyringe": "^4.10.0",
198
- "which": "^5.0.0",
199
195
  "zod": "^4.3.6"
200
196
  }
201
197
  }
@@ -1 +1 @@
1
- DhQ9HMzgdS2AYNz0twCIf
1
+ j7LoqaY49SHJhvQzViLfV
@@ -7,8 +7,8 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/DhQ9HMzgdS2AYNz0twCIf/_ssgManifest.js",
11
- "static/DhQ9HMzgdS2AYNz0twCIf/_buildManifest.js"
10
+ "static/j7LoqaY49SHJhvQzViLfV/_ssgManifest.js",
11
+ "static/j7LoqaY49SHJhvQzViLfV/_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/DhQ9HMzgdS2AYNz0twCIf/_ssgManifest.js",
9
- "static/DhQ9HMzgdS2AYNz0twCIf/_buildManifest.js"
8
+ "static/j7LoqaY49SHJhvQzViLfV/_ssgManifest.js",
9
+ "static/j7LoqaY49SHJhvQzViLfV/_buildManifest.js"
10
10
  ],
11
11
  "rootMainFiles": []
12
12
  }
@@ -29,8 +29,8 @@
29
29
  "dynamicRoutes": {},
30
30
  "notFoundRoutes": [],
31
31
  "preview": {
32
- "previewModeId": "bce1142053b20ce76e55618e2dac33c7",
33
- "previewModeSigningKey": "d2981c20a9b355aad08137d231bcb0678f68dd4fb320e1322cf050c97e3fdbc3",
34
- "previewModeEncryptionKey": "4eca032d5e356aceea86e876443926a0ab483b13826b744dc36036c09c27043a"
32
+ "previewModeId": "6e6e983c30fcc2dcf5e1fbd96a87fafd",
33
+ "previewModeSigningKey": "9cd3b2080ac13008c587d21ae9c7d7153a4feabb3fe7bab49be6ca51ea40f54d",
34
+ "previewModeEncryptionKey": "688de100eeb178275d2fba6dad9fc13457fa1bb267d23d8bfa31f9ea7066f63c"
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.106.0",
5
+ "NEXT_PUBLIC_SHEP_VERSION": "1.105.0",
6
6
  "NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
7
7
  "NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
8
- "NEXT_PUBLIC_SHEP_BRANCH": "HEAD",
9
- "NEXT_PUBLIC_SHEP_COMMIT": "e9fa15872a4e994f9562cd29d5cc1303fd7f901b",
8
+ "NEXT_PUBLIC_SHEP_BRANCH": "main",
9
+ "NEXT_PUBLIC_SHEP_COMMIT": "c22a392ce0b6f3ee16c8c3f2402a5ff5745e5d28",
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.106.0",
5
+ "NEXT_PUBLIC_SHEP_VERSION": "1.105.0",
6
6
  "NEXT_PUBLIC_SHEP_PACKAGE_NAME": "@shepai/cli",
7
7
  "NEXT_PUBLIC_SHEP_DESCRIPTION": "Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",
8
- "NEXT_PUBLIC_SHEP_BRANCH": "HEAD",
9
- "NEXT_PUBLIC_SHEP_COMMIT": "e9fa15872a4e994f9562cd29d5cc1303fd7f901b",
8
+ "NEXT_PUBLIC_SHEP_BRANCH": "main",
9
+ "NEXT_PUBLIC_SHEP_COMMIT": "c22a392ce0b6f3ee16c8c3f2402a5ff5745e5d28",
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
- "006beff04ac56e35b9332b785ba3fb6cf77d994ff5": {
3
+ "001bc4799bc3f2b86e0f45cb24a12d81b61ca7d444": {
4
4
  "workers": {
5
5
  "app/(dashboard)/@drawer/create/page": {
6
6
  "moduleId": 71547,
@@ -15,7 +15,7 @@
15
15
  "exportedName": "pickFolder",
16
16
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
17
17
  },
18
- "404a444ca2c3ca5ea8831ed6673870037ec4d5a9e1": {
18
+ "402f859bca8e7a710e79b73dc252ccbdfd2a18eb04": {
19
19
  "workers": {
20
20
  "app/(dashboard)/@drawer/create/page": {
21
21
  "moduleId": 71547,
@@ -30,7 +30,7 @@
30
30
  "exportedName": "getDeploymentLogs",
31
31
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
32
32
  },
33
- "40a063056488fb1ece83391c6839b9e0f357bf38c7": {
33
+ "400cdc309799717df372b02e30af5aba2d370a5e02": {
34
34
  "workers": {
35
35
  "app/(dashboard)/@drawer/create/page": {
36
36
  "moduleId": 71547,
@@ -45,7 +45,7 @@
45
45
  "exportedName": "deployFeature",
46
46
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
47
47
  },
48
- "40a6450902c28fe70e895a47fb049e67e939c8de6c": {
48
+ "40002a2613fa1f40240b26305ca2d56f905c30804f": {
49
49
  "workers": {
50
50
  "app/(dashboard)/@drawer/create/page": {
51
51
  "moduleId": 71547,
@@ -60,7 +60,7 @@
60
60
  "exportedName": "deployRepository",
61
61
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
62
62
  },
63
- "401f5232b8c7753121eaa7eb28f75d1942a6c7a0cc": {
63
+ "40db031fc692477d12597466f1df67080e74cedfe2": {
64
64
  "workers": {
65
65
  "app/(dashboard)/@drawer/create/page": {
66
66
  "moduleId": 71547,
@@ -75,7 +75,7 @@
75
75
  "exportedName": "stopDeployment",
76
76
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
77
77
  },
78
- "40c4f2efd60cc2d4904f044546e3614afbc971693c": {
78
+ "40bab4e21360783fda7fa6ca32e9d8def73d22ac1d": {
79
79
  "workers": {
80
80
  "app/(dashboard)/@drawer/create/page": {
81
81
  "moduleId": 71547,
@@ -90,7 +90,7 @@
90
90
  "exportedName": "getDeploymentStatus",
91
91
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
92
92
  },
93
- "40558902a4c045fc9666300e2c926c8df4596e1e5e": {
93
+ "40dd4b202ac0a12aa8d0c8d787585b3cd65fcd3b50": {
94
94
  "workers": {
95
95
  "app/(dashboard)/@drawer/create/page": {
96
96
  "moduleId": 71547,
@@ -105,7 +105,7 @@
105
105
  "exportedName": "openIde",
106
106
  "filename": "src/presentation/web/app/actions/open-ide.ts"
107
107
  },
108
- "406705bc8f67ab8f8f874e73e27db38474278503d9": {
108
+ "40749b0da230e7fa31e0e109787c7c4cc24bfbbacf": {
109
109
  "workers": {
110
110
  "app/(dashboard)/@drawer/create/page": {
111
111
  "moduleId": 71547,
@@ -120,7 +120,7 @@
120
120
  "exportedName": "openShell",
121
121
  "filename": "src/presentation/web/app/actions/open-shell.ts"
122
122
  },
123
- "406f3c630764d51e1e391ebf443d396b0f402d373d": {
123
+ "40b1fe8cc4951cf73aa65270042cd27c18619ec626": {
124
124
  "workers": {
125
125
  "app/(dashboard)/@drawer/create/page": {
126
126
  "moduleId": 71547,
@@ -135,7 +135,7 @@
135
135
  "exportedName": "openFolder",
136
136
  "filename": "src/presentation/web/app/actions/open-folder.ts"
137
137
  },
138
- "0034c3ebc26476568652e6987c38d04d9c66d85ceb": {
138
+ "00d63f739145b16343395a09691d1c2f771ce27915": {
139
139
  "workers": {
140
140
  "app/(dashboard)/@drawer/create/page": {
141
141
  "moduleId": 71547,
@@ -150,7 +150,7 @@
150
150
  "exportedName": "isAgentSetupComplete",
151
151
  "filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
152
152
  },
153
- "0083d3579af43dc9c178349f592885b6bce57e72ca": {
153
+ "004fb7a93bc55e724e1a27e0ec5af0653bc368d1b2": {
154
154
  "workers": {
155
155
  "app/(dashboard)/@drawer/create/page": {
156
156
  "moduleId": 71547,
@@ -165,7 +165,7 @@
165
165
  "exportedName": "checkAgentAuth",
166
166
  "filename": "src/presentation/web/app/actions/check-agent-auth.ts"
167
167
  },
168
- "0052cdf0d46084f317ec15c50d82684940ee391332": {
168
+ "0005c9fef708229fe45f82154df690d71420869232": {
169
169
  "workers": {
170
170
  "app/(dashboard)/@drawer/create/page": {
171
171
  "moduleId": 71547,
@@ -180,7 +180,7 @@
180
180
  "exportedName": "getAllAgentModels",
181
181
  "filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
182
182
  },
183
- "60105acb5fd928e55c5175aaee0a51167a4d21be57": {
183
+ "60cdfeb37df3c8ef992b3386f0132c9b1534d999f8": {
184
184
  "workers": {
185
185
  "app/(dashboard)/@drawer/create/page": {
186
186
  "moduleId": 71547,
@@ -195,7 +195,7 @@
195
195
  "exportedName": "updateAgentAndModel",
196
196
  "filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
197
197
  },
198
- "60663b8f41b345a34ead9bcacf84fcb2b538cc853f": {
198
+ "602b34189963c1fccf115cb3e4282ac8bcdfb82f4b": {
199
199
  "workers": {
200
200
  "app/(dashboard)/@drawer/create/page": {
201
201
  "moduleId": 71547,
@@ -210,7 +210,7 @@
210
210
  "exportedName": "deleteFeature",
211
211
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
212
212
  },
213
- "40b68fdb3c3440dcc5da48cadfa52c8c2c3c3980b6": {
213
+ "40424965d341f5b36c81c8d9ead3a7ed9419fb54e1": {
214
214
  "workers": {
215
215
  "app/(dashboard)/@drawer/create/page": {
216
216
  "moduleId": 71547,
@@ -225,7 +225,7 @@
225
225
  "exportedName": "addRepository",
226
226
  "filename": "src/presentation/web/app/actions/add-repository.ts"
227
227
  },
228
- "4081359bf90b76acdbedc25d14935bec378ff51aa8": {
228
+ "40c4b0d2ab23d23e8b003db06301052d9f5c184838": {
229
229
  "workers": {
230
230
  "app/(dashboard)/@drawer/create/page": {
231
231
  "moduleId": 71547,
@@ -240,7 +240,7 @@
240
240
  "exportedName": "deleteRepository",
241
241
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
242
242
  },
243
- "40a99f6f05ee696aefa471bb29685ab42f9791a6f3": {
243
+ "403f18e17d6b50811f5fb9243f875e6276d507b091": {
244
244
  "workers": {
245
245
  "app/(dashboard)/@drawer/create/page": {
246
246
  "moduleId": 71547,
@@ -255,7 +255,7 @@
255
255
  "exportedName": "getFeatureMetadata",
256
256
  "filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
257
257
  },
258
- "003b663c97296652c13bb443fe8de633eb343681ff": {
258
+ "00623a486406ad2992fb4513b02db40f33dbfa461b": {
259
259
  "workers": {
260
260
  "app/(dashboard)/@drawer/create/page": {
261
261
  "moduleId": 71547,
@@ -270,7 +270,7 @@
270
270
  "exportedName": "fetchGraphData",
271
271
  "filename": "src/presentation/web/app/actions/get-graph-data.ts"
272
272
  },
273
- "00c86b6ce4c4cc8824fc51d06f721ab877ab5de157": {
273
+ "00597d5fd0713a2dbf630c940843d855d8db676122": {
274
274
  "workers": {
275
275
  "app/(dashboard)/@drawer/create/page": {
276
276
  "moduleId": 71547,
@@ -285,7 +285,7 @@
285
285
  "exportedName": "getWorkflowDefaults",
286
286
  "filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
287
287
  },
288
- "4044bf5843f984f477f50ab0f327d5c4610c3e8e22": {
288
+ "40797b023aea33e2a0a5eb3958abd016da39f30682": {
289
289
  "workers": {
290
290
  "app/(dashboard)/@drawer/create/page": {
291
291
  "moduleId": 71547,