@shepai/cli 1.155.0-pr485.4c45fca → 1.155.0-pr486.e53674d

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 (537) hide show
  1. package/apis/json-schema/UserProfile.yaml +0 -3
  2. package/dist/packages/core/src/domain/generated/output.d.ts +0 -14
  3. package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
  4. package/dist/packages/core/src/domain/generated/output.js +0 -11
  5. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -1
  6. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -1
  7. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.js +2 -4
  8. package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +1 -1
  9. package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.js +2 -3
  10. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -1
  11. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.js +1 -3
  12. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/claude-code.json +4 -3
  13. package/dist/src/presentation/cli/commands/_serve.command.d.ts.map +1 -1
  14. package/dist/src/presentation/cli/commands/_serve.command.js +3 -5
  15. package/dist/src/presentation/cli/commands/agent/approve.command.d.ts.map +1 -1
  16. package/dist/src/presentation/cli/commands/agent/approve.command.js +4 -9
  17. package/dist/src/presentation/cli/commands/agent/delete.command.d.ts.map +1 -1
  18. package/dist/src/presentation/cli/commands/agent/delete.command.js +5 -9
  19. package/dist/src/presentation/cli/commands/agent/index.d.ts.map +1 -1
  20. package/dist/src/presentation/cli/commands/agent/index.js +1 -3
  21. package/dist/src/presentation/cli/commands/agent/logs.command.d.ts.map +1 -1
  22. package/dist/src/presentation/cli/commands/agent/logs.command.js +5 -7
  23. package/dist/src/presentation/cli/commands/agent/ls.command.d.ts.map +1 -1
  24. package/dist/src/presentation/cli/commands/agent/ls.command.js +10 -12
  25. package/dist/src/presentation/cli/commands/agent/reject.command.d.ts.map +1 -1
  26. package/dist/src/presentation/cli/commands/agent/reject.command.js +5 -10
  27. package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts.map +1 -1
  28. package/dist/src/presentation/cli/commands/agent/resolve-run.js +2 -7
  29. package/dist/src/presentation/cli/commands/agent/show.command.d.ts.map +1 -1
  30. package/dist/src/presentation/cli/commands/agent/show.command.js +6 -8
  31. package/dist/src/presentation/cli/commands/agent/stop.command.d.ts.map +1 -1
  32. package/dist/src/presentation/cli/commands/agent/stop.command.js +4 -9
  33. package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts.map +1 -1
  34. package/dist/src/presentation/cli/commands/daemon/start-daemon.js +8 -10
  35. package/dist/src/presentation/cli/commands/daemon/stop-daemon.d.ts.map +1 -1
  36. package/dist/src/presentation/cli/commands/daemon/stop-daemon.js +3 -5
  37. package/dist/src/presentation/cli/commands/feat/adopt.command.d.ts.map +1 -1
  38. package/dist/src/presentation/cli/commands/feat/adopt.command.js +12 -14
  39. package/dist/src/presentation/cli/commands/feat/approve.command.d.ts.map +1 -1
  40. package/dist/src/presentation/cli/commands/feat/approve.command.js +6 -8
  41. package/dist/src/presentation/cli/commands/feat/archive.command.d.ts.map +1 -1
  42. package/dist/src/presentation/cli/commands/feat/archive.command.js +8 -10
  43. package/dist/src/presentation/cli/commands/feat/del.command.d.ts.map +1 -1
  44. package/dist/src/presentation/cli/commands/feat/del.command.js +15 -17
  45. package/dist/src/presentation/cli/commands/feat/index.d.ts.map +1 -1
  46. package/dist/src/presentation/cli/commands/feat/index.js +1 -2
  47. package/dist/src/presentation/cli/commands/feat/logs.command.d.ts.map +1 -1
  48. package/dist/src/presentation/cli/commands/feat/logs.command.js +6 -8
  49. package/dist/src/presentation/cli/commands/feat/ls.command.d.ts.map +1 -1
  50. package/dist/src/presentation/cli/commands/feat/ls.command.js +12 -14
  51. package/dist/src/presentation/cli/commands/feat/new.command.d.ts.map +1 -1
  52. package/dist/src/presentation/cli/commands/feat/new.command.js +37 -43
  53. package/dist/src/presentation/cli/commands/feat/reject.command.d.ts.map +1 -1
  54. package/dist/src/presentation/cli/commands/feat/reject.command.js +9 -11
  55. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts.map +1 -1
  56. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.js +5 -12
  57. package/dist/src/presentation/cli/commands/feat/resume.command.d.ts.map +1 -1
  58. package/dist/src/presentation/cli/commands/feat/resume.command.js +6 -8
  59. package/dist/src/presentation/cli/commands/feat/review.command.d.ts.map +1 -1
  60. package/dist/src/presentation/cli/commands/feat/review.command.js +15 -17
  61. package/dist/src/presentation/cli/commands/feat/show.command.d.ts.map +1 -1
  62. package/dist/src/presentation/cli/commands/feat/show.command.js +45 -89
  63. package/dist/src/presentation/cli/commands/feat/start.command.d.ts.map +1 -1
  64. package/dist/src/presentation/cli/commands/feat/start.command.js +10 -12
  65. package/dist/src/presentation/cli/commands/feat/unarchive.command.d.ts.map +1 -1
  66. package/dist/src/presentation/cli/commands/feat/unarchive.command.js +6 -8
  67. package/dist/src/presentation/cli/commands/ide-open.command.d.ts.map +1 -1
  68. package/dist/src/presentation/cli/commands/ide-open.command.js +5 -10
  69. package/dist/src/presentation/cli/commands/install.command.d.ts.map +1 -1
  70. package/dist/src/presentation/cli/commands/install.command.js +21 -29
  71. package/dist/src/presentation/cli/commands/log-viewer.d.ts.map +1 -1
  72. package/dist/src/presentation/cli/commands/log-viewer.js +3 -6
  73. package/dist/src/presentation/cli/commands/repo/add.command.d.ts.map +1 -1
  74. package/dist/src/presentation/cli/commands/repo/add.command.js +10 -12
  75. package/dist/src/presentation/cli/commands/repo/index.d.ts.map +1 -1
  76. package/dist/src/presentation/cli/commands/repo/index.js +1 -3
  77. package/dist/src/presentation/cli/commands/repo/ls.command.d.ts.map +1 -1
  78. package/dist/src/presentation/cli/commands/repo/ls.command.js +9 -11
  79. package/dist/src/presentation/cli/commands/repo/resolve-repository.d.ts.map +1 -1
  80. package/dist/src/presentation/cli/commands/repo/resolve-repository.js +2 -7
  81. package/dist/src/presentation/cli/commands/repo/show.command.d.ts.map +1 -1
  82. package/dist/src/presentation/cli/commands/repo/show.command.js +10 -21
  83. package/dist/src/presentation/cli/commands/restart.command.d.ts.map +1 -1
  84. package/dist/src/presentation/cli/commands/restart.command.js +4 -6
  85. package/dist/src/presentation/cli/commands/run.command.d.ts.map +1 -1
  86. package/dist/src/presentation/cli/commands/run.command.js +17 -21
  87. package/dist/src/presentation/cli/commands/session/index.d.ts.map +1 -1
  88. package/dist/src/presentation/cli/commands/session/index.js +1 -3
  89. package/dist/src/presentation/cli/commands/session/ls.command.d.ts.map +1 -1
  90. package/dist/src/presentation/cli/commands/session/ls.command.js +9 -11
  91. package/dist/src/presentation/cli/commands/session/show.command.d.ts.map +1 -1
  92. package/dist/src/presentation/cli/commands/session/show.command.js +18 -26
  93. package/dist/src/presentation/cli/commands/settings/agent.command.d.ts.map +1 -1
  94. package/dist/src/presentation/cli/commands/settings/agent.command.js +8 -12
  95. package/dist/src/presentation/cli/commands/settings/ide.command.d.ts.map +1 -1
  96. package/dist/src/presentation/cli/commands/settings/ide.command.js +7 -13
  97. package/dist/src/presentation/cli/commands/settings/index.d.ts +0 -1
  98. package/dist/src/presentation/cli/commands/settings/index.d.ts.map +1 -1
  99. package/dist/src/presentation/cli/commands/settings/index.js +3 -7
  100. package/dist/src/presentation/cli/commands/settings/init.command.d.ts.map +1 -1
  101. package/dist/src/presentation/cli/commands/settings/init.command.js +7 -8
  102. package/dist/src/presentation/cli/commands/settings/model.command.d.ts.map +1 -1
  103. package/dist/src/presentation/cli/commands/settings/model.command.js +6 -7
  104. package/dist/src/presentation/cli/commands/settings/show.command.d.ts.map +1 -1
  105. package/dist/src/presentation/cli/commands/settings/show.command.js +3 -4
  106. package/dist/src/presentation/cli/commands/settings/workflow.command.d.ts.map +1 -1
  107. package/dist/src/presentation/cli/commands/settings/workflow.command.js +18 -20
  108. package/dist/src/presentation/cli/commands/start.command.d.ts.map +1 -1
  109. package/dist/src/presentation/cli/commands/start.command.js +3 -5
  110. package/dist/src/presentation/cli/commands/status.command.d.ts.map +1 -1
  111. package/dist/src/presentation/cli/commands/status.command.js +24 -32
  112. package/dist/src/presentation/cli/commands/stop.command.d.ts.map +1 -1
  113. package/dist/src/presentation/cli/commands/stop.command.js +2 -4
  114. package/dist/src/presentation/cli/commands/tools.command.d.ts.map +1 -1
  115. package/dist/src/presentation/cli/commands/tools.command.js +4 -8
  116. package/dist/src/presentation/cli/commands/ui.command.d.ts.map +1 -1
  117. package/dist/src/presentation/cli/commands/ui.command.js +10 -12
  118. package/dist/src/presentation/cli/commands/upgrade.command.d.ts.map +1 -1
  119. package/dist/src/presentation/cli/commands/upgrade.command.js +13 -18
  120. package/dist/src/presentation/cli/commands/version.command.d.ts.map +1 -1
  121. package/dist/src/presentation/cli/commands/version.command.js +3 -5
  122. package/dist/src/presentation/cli/index.js +1 -13
  123. package/dist/src/presentation/cli/ui/install-messages.d.ts.map +1 -1
  124. package/dist/src/presentation/cli/ui/install-messages.js +6 -16
  125. package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts +31 -13
  126. package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts.map +1 -1
  127. package/dist/src/presentation/tui/prompts/agent-select.prompt.js +15 -17
  128. package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts +11 -7
  129. package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts.map +1 -1
  130. package/dist/src/presentation/tui/prompts/auth-method.prompt.js +5 -7
  131. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts.map +1 -1
  132. package/dist/src/presentation/tui/prompts/ide-select.prompt.js +1 -2
  133. package/dist/src/presentation/tui/prompts/prd-review-summary.prompt.d.ts.map +1 -1
  134. package/dist/src/presentation/tui/prompts/prd-review-summary.prompt.js +6 -8
  135. package/dist/src/presentation/tui/wizards/agent-config.wizard.d.ts.map +1 -1
  136. package/dist/src/presentation/tui/wizards/agent-config.wizard.js +1 -2
  137. package/dist/src/presentation/tui/wizards/github-import.wizard.d.ts.map +1 -1
  138. package/dist/src/presentation/tui/wizards/github-import.wizard.js +11 -15
  139. package/dist/src/presentation/tui/wizards/merge-review.wizard.d.ts.map +1 -1
  140. package/dist/src/presentation/tui/wizards/merge-review.wizard.js +8 -10
  141. package/dist/src/presentation/tui/wizards/onboarding/onboarding.wizard.d.ts.map +1 -1
  142. package/dist/src/presentation/tui/wizards/onboarding/onboarding.wizard.js +7 -10
  143. package/dist/src/presentation/tui/wizards/onboarding/steps/workflow-defaults.step.d.ts +41 -0
  144. package/dist/src/presentation/tui/wizards/onboarding/steps/workflow-defaults.step.d.ts.map +1 -1
  145. package/dist/src/presentation/tui/wizards/onboarding/steps/workflow-defaults.step.js +15 -15
  146. package/dist/src/presentation/tui/wizards/plan-review.wizard.d.ts.map +1 -1
  147. package/dist/src/presentation/tui/wizards/plan-review.wizard.js +8 -10
  148. package/dist/src/presentation/tui/wizards/prd-review.wizard.d.ts.map +1 -1
  149. package/dist/src/presentation/tui/wizards/prd-review.wizard.js +2 -3
  150. package/dist/src/presentation/web/app/layout.d.ts.map +1 -1
  151. package/dist/src/presentation/web/app/layout.js +2 -5
  152. package/dist/src/presentation/web/components/assistant-ui/thread.js +5 -5
  153. package/dist/src/presentation/web/components/common/attachment-chip/attachment-chip.js +1 -1
  154. package/dist/src/presentation/web/components/common/base-drawer/base-drawer.js +1 -1
  155. package/dist/src/presentation/web/components/common/ci-status-badge/ci-status-badge.js +3 -3
  156. package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.js +4 -4
  157. package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.js +1 -1
  158. package/dist/src/presentation/web/components/common/delete-feature-dialog/delete-feature-dialog.d.ts.map +1 -1
  159. package/dist/src/presentation/web/components/common/delete-feature-dialog/delete-feature-dialog.js +1 -3
  160. package/dist/src/presentation/web/components/common/deployment-status-badge/deployment-status-badge.js +2 -2
  161. package/dist/src/presentation/web/components/common/drawer-action-bar/drawer-action-bar.js +2 -2
  162. package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.js +2 -2
  163. package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.js +2 -2
  164. package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.js +4 -4
  165. package/dist/src/presentation/web/components/common/feature-drawer-tabs/branch-sync-status.js +1 -1
  166. package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.js +1 -1
  167. package/dist/src/presentation/web/components/common/feature-drawer-tabs/log-tab.js +1 -1
  168. package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.js +1 -1
  169. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.js +1 -1
  170. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +2 -2
  171. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
  172. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +22 -22
  173. package/dist/src/presentation/web/components/common/feature-node/feature-node.js +4 -4
  174. package/dist/src/presentation/web/components/common/feature-node/feature-sessions-dropdown.js +1 -1
  175. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.js +1 -1
  176. package/dist/src/presentation/web/components/common/github-import-dialog/github-repo-browser.js +1 -1
  177. package/dist/src/presentation/web/components/common/merge-review/diff-view.js +2 -2
  178. package/dist/src/presentation/web/components/common/merge-review/merge-review.js +2 -2
  179. package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.js +3 -3
  180. package/dist/src/presentation/web/components/common/reject-feedback-dialog/reject-feedback-dialog.d.ts.map +1 -1
  181. package/dist/src/presentation/web/components/common/reject-feedback-dialog/reject-feedback-dialog.js +4 -6
  182. package/dist/src/presentation/web/components/common/repository-node/repository-node.js +3 -3
  183. package/dist/src/presentation/web/components/common/server-log-viewer/server-log-viewer.js +1 -1
  184. package/dist/src/presentation/web/components/common/task-progress-view/task-progress-view.js +2 -2
  185. package/dist/src/presentation/web/components/common/tech-decisions-review/tech-decisions-review.js +2 -2
  186. package/dist/src/presentation/web/components/common/version-badge/version-badge.js +1 -1
  187. package/dist/src/presentation/web/components/features/chat/ChatMessageBubble.js +4 -4
  188. package/dist/src/presentation/web/components/features/chat/ChatMessageList.js +1 -1
  189. package/dist/src/presentation/web/components/features/chat/ChatTab.js +1 -1
  190. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -1
  191. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +11 -15
  192. package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.d.ts.map +1 -1
  193. package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.js +6 -8
  194. package/dist/src/presentation/web/components/features/features-canvas/canvas-toolbar.d.ts.map +1 -1
  195. package/dist/src/presentation/web/components/features/features-canvas/canvas-toolbar.js +1 -3
  196. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -1
  197. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +2 -4
  198. package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.js +2 -2
  199. package/dist/src/presentation/web/components/features/settings/ModelPicker/index.js +2 -2
  200. package/dist/src/presentation/web/components/features/settings/agent-settings-section.js +1 -1
  201. package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts.map +1 -1
  202. package/dist/src/presentation/web/components/features/settings/settings-page-client.js +77 -89
  203. package/dist/src/presentation/web/components/features/settings/timeout-slider.js +1 -1
  204. package/dist/src/presentation/web/components/features/skills/category-filter.js +1 -1
  205. package/dist/src/presentation/web/components/features/skills/skills-page-client.js +1 -1
  206. package/dist/src/presentation/web/components/features/tools/tool-card.js +1 -1
  207. package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.js +2 -2
  208. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
  209. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +4 -10
  210. package/dist/src/presentation/web/components/ui/alert-dialog.js +1 -1
  211. package/dist/src/presentation/web/components/ui/alert.js +1 -1
  212. package/dist/src/presentation/web/components/ui/checkbox-group.js +1 -1
  213. package/dist/src/presentation/web/components/ui/command.js +1 -1
  214. package/dist/src/presentation/web/components/ui/dialog.d.ts.map +1 -1
  215. package/dist/src/presentation/web/components/ui/dialog.js +2 -2
  216. package/dist/src/presentation/web/components/ui/dialog.stories.js +1 -1
  217. package/dist/src/presentation/web/components/ui/drawer.js +1 -1
  218. package/dist/src/presentation/web/components/ui/dropdown-menu.js +6 -6
  219. package/dist/src/presentation/web/components/ui/scroll-area.js +1 -1
  220. package/dist/src/presentation/web/components/ui/select.js +1 -1
  221. package/dist/src/presentation/web/components/ui/sheet.js +1 -1
  222. package/dist/src/presentation/web/components/ui/sidebar.js +6 -6
  223. package/dist/src/presentation/web/hooks/use-sound-action.stories.js +1 -1
  224. package/dist/tsconfig.build.tsbuildinfo +1 -1
  225. package/package.json +2 -4
  226. package/web/.next/BUILD_ID +1 -1
  227. package/web/.next/build-manifest.json +2 -2
  228. package/web/.next/fallback-build-manifest.json +2 -2
  229. package/web/.next/prerender-manifest.json +3 -3
  230. package/web/.next/required-server-files.js +1 -1
  231. package/web/.next/required-server-files.json +1 -1
  232. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +28 -28
  233. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +3 -3
  234. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
  235. package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
  236. package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +26 -26
  237. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +3 -3
  238. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
  239. package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
  240. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +29 -29
  241. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +3 -3
  242. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  243. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  244. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +36 -36
  245. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +4 -4
  246. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  247. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  248. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +36 -36
  249. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
  250. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  251. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  252. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +26 -26
  253. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +3 -3
  254. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  255. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  256. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +26 -26
  257. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +3 -3
  258. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  259. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  260. package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +26 -26
  261. package/web/.next/server/app/(dashboard)/chat/page.js +3 -3
  262. package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
  263. package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
  264. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +29 -29
  265. package/web/.next/server/app/(dashboard)/create/page.js +3 -3
  266. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  267. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  268. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +36 -36
  269. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +4 -4
  270. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  271. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  272. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +36 -36
  273. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
  274. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  275. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  276. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +26 -26
  277. package/web/.next/server/app/(dashboard)/page.js +3 -3
  278. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  279. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  280. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +26 -26
  281. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +3 -3
  282. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  283. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  284. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +26 -26
  285. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +3 -3
  286. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  287. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  288. package/web/.next/server/app/_global-error.html +2 -2
  289. package/web/.next/server/app/_global-error.rsc +1 -1
  290. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  291. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  292. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  293. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  294. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  295. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +5 -5
  296. package/web/.next/server/app/_not-found/page.js +2 -2
  297. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  298. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  299. package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
  300. package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
  301. package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
  302. package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
  303. package/web/.next/server/app/settings/page/server-reference-manifest.json +8 -8
  304. package/web/.next/server/app/settings/page.js +2 -2
  305. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  306. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  307. package/web/.next/server/app/skills/page/server-reference-manifest.json +10 -10
  308. package/web/.next/server/app/skills/page.js +4 -3
  309. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  310. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  311. package/web/.next/server/app/tools/page/server-reference-manifest.json +10 -10
  312. package/web/.next/server/app/tools/page.js +4 -3
  313. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  314. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  315. package/web/.next/server/app/version/page/server-reference-manifest.json +5 -5
  316. package/web/.next/server/app/version/page.js +2 -2
  317. package/web/.next/server/app/version/page.js.nft.json +1 -1
  318. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  319. package/web/.next/server/chunks/[root-of-the-server]__a402b567._.js +1 -1
  320. package/web/.next/server/chunks/[root-of-the-server]__beda892a._.js +1 -1
  321. package/web/.next/server/chunks/[root-of-the-server]__beda892a._.js.map +1 -1
  322. package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js +1 -1
  323. package/web/.next/server/chunks/[root-of-the-server]__cd67a84c._.js.map +1 -1
  324. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  325. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
  326. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js +2 -2
  327. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js.map +1 -1
  328. package/web/.next/server/chunks/ssr/[root-of-the-server]__0b150ddf._.js +3 -0
  329. package/web/.next/server/chunks/ssr/[root-of-the-server]__0b150ddf._.js.map +1 -0
  330. package/web/.next/server/chunks/ssr/{[root-of-the-server]__27301e38._.js → [root-of-the-server]__17ed7ed1._.js} +2 -2
  331. package/web/.next/server/chunks/ssr/{[root-of-the-server]__27301e38._.js.map → [root-of-the-server]__17ed7ed1._.js.map} +1 -1
  332. package/web/.next/server/chunks/ssr/{[root-of-the-server]__8d27866c._.js → [root-of-the-server]__28d0d265._.js} +3 -3
  333. package/web/.next/server/chunks/ssr/[root-of-the-server]__28d0d265._.js.map +1 -0
  334. package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
  335. package/web/.next/server/chunks/ssr/{[root-of-the-server]__6fecf886._.js → [root-of-the-server]__42bf1807._.js} +2 -2
  336. package/web/.next/server/chunks/ssr/{[root-of-the-server]__6fecf886._.js.map → [root-of-the-server]__42bf1807._.js.map} +1 -1
  337. package/web/.next/server/chunks/ssr/[root-of-the-server]__56b70465._.js +1 -1
  338. package/web/.next/server/chunks/ssr/[root-of-the-server]__56b70465._.js.map +1 -1
  339. package/web/.next/server/chunks/ssr/[root-of-the-server]__5edfc56b._.js +1 -1
  340. package/web/.next/server/chunks/ssr/{[root-of-the-server]__209c9597._.js → [root-of-the-server]__88f7e8e6._.js} +2 -2
  341. package/web/.next/server/chunks/ssr/{[root-of-the-server]__209c9597._.js.map → [root-of-the-server]__88f7e8e6._.js.map} +1 -1
  342. package/web/.next/server/chunks/ssr/[root-of-the-server]__8b0aac03._.js +1 -1
  343. package/web/.next/server/chunks/ssr/[root-of-the-server]__c30f1f82._.js +1 -1
  344. package/web/.next/server/chunks/ssr/[root-of-the-server]__c30f1f82._.js.map +1 -1
  345. package/web/.next/server/chunks/ssr/[root-of-the-server]__e91ffd5e._.js +2 -2
  346. package/web/.next/server/chunks/ssr/[root-of-the-server]__e91ffd5e._.js.map +1 -1
  347. package/web/.next/server/chunks/ssr/{[root-of-the-server]__9f3504c7._.js → [root-of-the-server]__f80bfc75._.js} +2 -2
  348. package/web/.next/server/chunks/ssr/{[root-of-the-server]__9f3504c7._.js.map → [root-of-the-server]__f80bfc75._.js.map} +1 -1
  349. package/web/.next/server/chunks/ssr/{[root-of-the-server]__25ee8d4c._.js → [root-of-the-server]__f8dd4422._.js} +2 -2
  350. package/web/.next/server/chunks/ssr/[root-of-the-server]__f8dd4422._.js.map +1 -0
  351. package/web/.next/server/chunks/ssr/_05c23ad9._.js +1 -1
  352. package/web/.next/server/chunks/ssr/_05c23ad9._.js.map +1 -1
  353. package/web/.next/server/chunks/ssr/_16eb4fec._.js +1 -1
  354. package/web/.next/server/chunks/ssr/_16eb4fec._.js.map +1 -1
  355. package/web/.next/server/chunks/ssr/_3a0b989f._.js +2 -2
  356. package/web/.next/server/chunks/ssr/_3a0b989f._.js.map +1 -1
  357. package/web/.next/server/chunks/ssr/_41633e32._.js +3 -0
  358. package/web/.next/server/chunks/ssr/{_28e7429c._.js.map → _41633e32._.js.map} +1 -1
  359. package/web/.next/server/chunks/ssr/_4b432739._.js +3 -0
  360. package/web/.next/server/chunks/ssr/_4b432739._.js.map +1 -0
  361. package/web/.next/server/chunks/ssr/{_b9ba2473._.js → _507a8382._.js} +2 -2
  362. package/web/.next/server/chunks/ssr/_507a8382._.js.map +1 -0
  363. package/web/.next/server/chunks/ssr/_56b9d60f._.js +1 -1
  364. package/web/.next/server/chunks/ssr/_56b9d60f._.js.map +1 -1
  365. package/web/.next/server/chunks/ssr/{_7773b2dc._.js → _59d0f988._.js} +2 -2
  366. package/web/.next/server/chunks/ssr/{_7773b2dc._.js.map → _59d0f988._.js.map} +1 -1
  367. package/web/.next/server/chunks/ssr/_5f69c13f._.js +1 -1
  368. package/web/.next/server/chunks/ssr/_5f69c13f._.js.map +1 -1
  369. package/web/.next/server/chunks/ssr/{_3bcda5d7._.js → _67104d9e._.js} +2 -2
  370. package/web/.next/server/chunks/ssr/{_3bcda5d7._.js.map → _67104d9e._.js.map} +1 -1
  371. package/web/.next/server/chunks/ssr/_7c5b97c6._.js +1 -1
  372. package/web/.next/server/chunks/ssr/_7c5b97c6._.js.map +1 -1
  373. package/web/.next/server/chunks/ssr/_813095ef._.js +4 -0
  374. package/web/.next/server/chunks/ssr/_813095ef._.js.map +1 -0
  375. package/web/.next/server/chunks/ssr/_8219712a._.js +3 -0
  376. package/web/.next/server/chunks/ssr/_8219712a._.js.map +1 -0
  377. package/web/.next/server/chunks/ssr/_82c57f10._.js +1 -1
  378. package/web/.next/server/chunks/ssr/_82c57f10._.js.map +1 -1
  379. package/web/.next/server/chunks/ssr/_8b57edb8._.js +1 -1
  380. package/web/.next/server/chunks/ssr/_8b57edb8._.js.map +1 -1
  381. package/web/.next/server/chunks/ssr/_9495d50b._.js +1 -1
  382. package/web/.next/server/chunks/ssr/_9495d50b._.js.map +1 -1
  383. package/web/.next/server/chunks/ssr/_a0e3f7e4._.js +1 -1
  384. package/web/.next/server/chunks/ssr/_a0e3f7e4._.js.map +1 -1
  385. package/web/.next/server/chunks/ssr/_ac4a3873._.js +1 -1
  386. package/web/.next/server/chunks/ssr/_ac4a3873._.js.map +1 -1
  387. package/web/.next/server/chunks/ssr/_ca0aa7f0._.js +1 -1
  388. package/web/.next/server/chunks/ssr/_ca0aa7f0._.js.map +1 -1
  389. package/web/.next/server/chunks/ssr/_cb5a021e._.js +1 -1
  390. package/web/.next/server/chunks/ssr/_cb5a021e._.js.map +1 -1
  391. package/web/.next/server/chunks/ssr/_cfbd1d7e._.js +1 -1
  392. package/web/.next/server/chunks/ssr/_cfbd1d7e._.js.map +1 -1
  393. package/web/.next/server/chunks/ssr/_d4b20e29._.js +1 -1
  394. package/web/.next/server/chunks/ssr/_d4b20e29._.js.map +1 -1
  395. package/web/.next/server/chunks/ssr/_d86175ae._.js +1 -1
  396. package/web/.next/server/chunks/ssr/_d86175ae._.js.map +1 -1
  397. package/web/.next/server/chunks/ssr/_d8bedf13._.js +1 -1
  398. package/web/.next/server/chunks/ssr/_d8bedf13._.js.map +1 -1
  399. package/web/.next/server/chunks/ssr/_e9a73a63._.js +9 -0
  400. package/web/.next/server/chunks/ssr/_e9a73a63._.js.map +1 -0
  401. package/web/.next/server/chunks/ssr/_fa7efce3._.js +2 -2
  402. package/web/.next/server/chunks/ssr/_fa7efce3._.js.map +1 -1
  403. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
  404. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
  405. package/web/.next/server/chunks/ssr/src_presentation_web_324a47da._.js +1 -1
  406. package/web/.next/server/chunks/ssr/src_presentation_web_324a47da._.js.map +1 -1
  407. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_cdc632e3.js +3 -0
  408. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_cdc632e3.js.map +1 -0
  409. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_39ca0924.js +3 -0
  410. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_39ca0924.js.map +1 -0
  411. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_baaca5d5._.js +1 -1
  412. package/web/.next/server/chunks/ssr/src_presentation_web_components_357e3eb0._.js +3 -0
  413. package/web/.next/server/chunks/ssr/src_presentation_web_components_357e3eb0._.js.map +1 -0
  414. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  415. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
  416. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js +1 -1
  417. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js.map +1 -1
  418. package/web/.next/server/chunks/ssr/src_presentation_web_db9fa0c2._.js.map +1 -1
  419. package/web/.next/server/pages/500.html +2 -2
  420. package/web/.next/server/server-reference-manifest.js +1 -1
  421. package/web/.next/server/server-reference-manifest.json +45 -45
  422. package/web/.next/static/chunks/{47477ed4c5871747.js → 11091b676d1b3bd4.js} +1 -1
  423. package/web/.next/static/chunks/125b250c28113507.js +1 -0
  424. package/web/.next/static/chunks/{74db65fa7bfb80bd.js → 22c459f1877b1e4f.js} +1 -1
  425. package/web/.next/static/chunks/2817c3b9d560aaeb.js +1 -0
  426. package/web/.next/static/chunks/{24d5e151f7de6b4c.js → 42e9d0c76e624005.js} +1 -1
  427. package/web/.next/static/chunks/{e4e358c4f67366fd.js → 4b2c4a5c35ebb70d.js} +1 -1
  428. package/web/.next/static/chunks/{d6e702c209c413ce.js → 5ae60a052ab5f437.js} +2 -2
  429. package/web/.next/static/chunks/{3deefc76ea55047c.js → 688971d5bad5dc7c.js} +1 -1
  430. package/web/.next/static/chunks/{1c07a9270515f2e3.js → 6e6cd6218f76e404.js} +2 -2
  431. package/web/.next/static/chunks/7a1a68bdc20f0428.js +1 -0
  432. package/web/.next/static/chunks/8590bd2e69b24b9e.css +1 -0
  433. package/web/.next/static/chunks/{536afd754a63da39.js → 902c670cb337840c.js} +1 -1
  434. package/web/.next/static/chunks/{4978be67c4e6498f.js → a676d236e8214de3.js} +3 -3
  435. package/web/.next/static/chunks/a7c1cddd7d406fb8.js +7 -0
  436. package/web/.next/static/chunks/b3be394b3cc24151.js +1 -0
  437. package/web/.next/static/chunks/b4080e40597d7f8e.js +1 -0
  438. package/web/.next/static/chunks/{bfdb66301af07da1.js → b4cde06eff374c59.js} +2 -2
  439. package/web/.next/static/chunks/cd54b758f58061d0.js +1 -0
  440. package/web/.next/static/chunks/da980f1c277bafcb.js +2 -0
  441. package/web/.next/static/chunks/{b674bc11b321a5ee.js → ea823175bb410162.js} +1 -1
  442. package/apis/json-schema/Language.yaml +0 -13
  443. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-language-preference.d.ts +0 -14
  444. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-language-preference.d.ts.map +0 -1
  445. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/049-add-language-preference.js +0 -19
  446. package/dist/src/presentation/cli/commands/settings/language.command.d.ts +0 -14
  447. package/dist/src/presentation/cli/commands/settings/language.command.d.ts.map +0 -1
  448. package/dist/src/presentation/cli/commands/settings/language.command.js +0 -79
  449. package/dist/src/presentation/cli/i18n.d.ts +0 -41
  450. package/dist/src/presentation/cli/i18n.d.ts.map +0 -1
  451. package/dist/src/presentation/cli/i18n.js +0 -100
  452. package/dist/src/presentation/tui/i18n.d.ts +0 -24
  453. package/dist/src/presentation/tui/i18n.d.ts.map +0 -1
  454. package/dist/src/presentation/tui/i18n.js +0 -48
  455. package/dist/src/presentation/web/components/features/settings/language-settings-section.d.ts +0 -5
  456. package/dist/src/presentation/web/components/features/settings/language-settings-section.d.ts.map +0 -1
  457. package/dist/src/presentation/web/components/features/settings/language-settings-section.js +0 -54
  458. package/dist/src/presentation/web/components/features/settings/language-settings-section.stories.d.ts +0 -18
  459. package/dist/src/presentation/web/components/features/settings/language-settings-section.stories.d.ts.map +0 -1
  460. package/dist/src/presentation/web/components/features/settings/language-settings-section.stories.js +0 -36
  461. package/dist/src/presentation/web/components/providers/i18n-provider.d.ts +0 -17
  462. package/dist/src/presentation/web/components/providers/i18n-provider.d.ts.map +0 -1
  463. package/dist/src/presentation/web/components/providers/i18n-provider.js +0 -36
  464. package/dist/src/presentation/web/lib/i18n.d.ts +0 -15
  465. package/dist/src/presentation/web/lib/i18n.d.ts.map +0 -1
  466. package/dist/src/presentation/web/lib/i18n.js +0 -46
  467. package/dist/src/presentation/web/lib/language.d.ts +0 -23
  468. package/dist/src/presentation/web/lib/language.d.ts.map +0 -1
  469. package/dist/src/presentation/web/lib/language.js +0 -37
  470. package/dist/src/presentation/web/lib/rtl-fonts.d.ts +0 -19
  471. package/dist/src/presentation/web/lib/rtl-fonts.d.ts.map +0 -1
  472. package/dist/src/presentation/web/lib/rtl-fonts.js +0 -51
  473. package/dist/translations/ar/cli.json +0 -613
  474. package/dist/translations/ar/common.json +0 -55
  475. package/dist/translations/ar/tui.json +0 -130
  476. package/dist/translations/ar/web.json +0 -320
  477. package/dist/translations/de/cli.json +0 -613
  478. package/dist/translations/de/common.json +0 -55
  479. package/dist/translations/de/tui.json +0 -109
  480. package/dist/translations/de/web.json +0 -306
  481. package/dist/translations/en/cli.json +0 -613
  482. package/dist/translations/en/common.json +0 -55
  483. package/dist/translations/en/tui.json +0 -130
  484. package/dist/translations/en/web.json +0 -320
  485. package/dist/translations/es/cli.json +0 -613
  486. package/dist/translations/es/common.json +0 -55
  487. package/dist/translations/es/tui.json +0 -130
  488. package/dist/translations/es/web.json +0 -320
  489. package/dist/translations/fr/cli.json +0 -613
  490. package/dist/translations/fr/common.json +0 -55
  491. package/dist/translations/fr/tui.json +0 -130
  492. package/dist/translations/fr/web.json +0 -320
  493. package/dist/translations/he/cli.json +0 -613
  494. package/dist/translations/he/common.json +0 -55
  495. package/dist/translations/he/tui.json +0 -130
  496. package/dist/translations/he/web.json +0 -320
  497. package/dist/translations/pt/cli.json +0 -613
  498. package/dist/translations/pt/common.json +0 -55
  499. package/dist/translations/pt/tui.json +0 -130
  500. package/dist/translations/pt/web.json +0 -320
  501. package/dist/translations/ru/cli.json +0 -613
  502. package/dist/translations/ru/common.json +0 -55
  503. package/dist/translations/ru/tui.json +0 -130
  504. package/dist/translations/ru/web.json +0 -320
  505. package/web/.next/server/chunks/ssr/[root-of-the-server]__25ee8d4c._.js.map +0 -1
  506. package/web/.next/server/chunks/ssr/[root-of-the-server]__8d27866c._.js.map +0 -1
  507. package/web/.next/server/chunks/ssr/[root-of-the-server]__bd6ed91a._.js +0 -4
  508. package/web/.next/server/chunks/ssr/[root-of-the-server]__bd6ed91a._.js.map +0 -1
  509. package/web/.next/server/chunks/ssr/[root-of-the-server]__dffa13c5._.js +0 -3
  510. package/web/.next/server/chunks/ssr/[root-of-the-server]__dffa13c5._.js.map +0 -1
  511. package/web/.next/server/chunks/ssr/_0cd9ca53._.js +0 -3
  512. package/web/.next/server/chunks/ssr/_0cd9ca53._.js.map +0 -1
  513. package/web/.next/server/chunks/ssr/_28e7429c._.js +0 -3
  514. package/web/.next/server/chunks/ssr/_470e90f4._.js +0 -9
  515. package/web/.next/server/chunks/ssr/_470e90f4._.js.map +0 -1
  516. package/web/.next/server/chunks/ssr/_5bfcc8de._.js +0 -4
  517. package/web/.next/server/chunks/ssr/_5bfcc8de._.js.map +0 -1
  518. package/web/.next/server/chunks/ssr/_b9ba2473._.js.map +0 -1
  519. package/web/.next/server/chunks/ssr/_d90b0a06._.js +0 -3
  520. package/web/.next/server/chunks/ssr/_d90b0a06._.js.map +0 -1
  521. package/web/.next/server/chunks/ssr/node_modules__pnpm_55cf6695._.js +0 -3
  522. package/web/.next/server/chunks/ssr/node_modules__pnpm_55cf6695._.js.map +0 -1
  523. package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js +0 -3
  524. package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js.map +0 -1
  525. package/web/.next/static/chunks/05c9ed792a1d9056.js +0 -1
  526. package/web/.next/static/chunks/2aada437f51df3e6.js +0 -1
  527. package/web/.next/static/chunks/2eeee9bcbf660a4b.js +0 -1
  528. package/web/.next/static/chunks/4a399ee2a9942a1b.js +0 -1
  529. package/web/.next/static/chunks/70390bd89521bc19.js +0 -1
  530. package/web/.next/static/chunks/8fd082719935d5e6.js +0 -1
  531. package/web/.next/static/chunks/91927044df8e28bb.js +0 -7
  532. package/web/.next/static/chunks/b1b5b0bf84caabd4.js +0 -1
  533. package/web/.next/static/chunks/b68b16b4c3528979.js +0 -2
  534. package/web/.next/static/chunks/d58e68d03d055a9b.css +0 -1
  535. /package/web/.next/static/{Uqo91vsr2HsZrCKrZOYMZ → _5yY0q7bqEA7bwlEo729P}/_buildManifest.js +0 -0
  536. /package/web/.next/static/{Uqo91vsr2HsZrCKrZOYMZ → _5yY0q7bqEA7bwlEo729P}/_clientMiddlewareManifest.json +0 -0
  537. /package/web/.next/static/{Uqo91vsr2HsZrCKrZOYMZ → _5yY0q7bqEA7bwlEo729P}/_ssgManifest.js +0 -0
@@ -13,7 +13,6 @@ import yaml from 'js-yaml';
13
13
  import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
14
14
  import { ShowFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/show-feature.use-case.js';
15
15
  import { colors, symbols, messages, renderDetailView } from '../../ui/index.js';
16
- import { getCliI18n } from '../../i18n.js';
17
16
  import { computeWorktreePath } from '../../../../../packages/core/src/infrastructure/services/ide-launchers/compute-worktree-path.js';
18
17
  const AGENT_LABELS = {
19
18
  'claude-code': 'Claude Code',
@@ -335,10 +334,9 @@ export function renderPhaseTimings(timings, currentRun, rejections = []) {
335
334
  return lines;
336
335
  }
337
336
  export function createShowCommand() {
338
- const t = getCliI18n().t;
339
337
  return new Command('show')
340
- .description(t('cli:commands.feat.show.description'))
341
- .argument('<id>', t('cli:commands.feat.show.idArgument'))
338
+ .description('Show feature details')
339
+ .argument('<id>', 'Feature ID')
342
340
  .action(async (featureId) => {
343
341
  try {
344
342
  const useCase = container.resolve(ShowFeatureUseCase);
@@ -357,11 +355,8 @@ export function createShowCommand() {
357
355
  const textBlocks = [];
358
356
  if (feature.plan) {
359
357
  textBlocks.push({
360
- title: t('cli:commands.feat.show.planTitle'),
361
- content: [
362
- t('cli:commands.feat.show.planState', { state: feature.plan.state }),
363
- t('cli:commands.feat.show.planTasks', { count: feature.plan.tasks.length }),
364
- ].join('\n'),
358
+ title: 'Plan',
359
+ content: [`State ${feature.plan.state}`, `Tasks ${feature.plan.tasks.length}`].join('\n'),
365
360
  });
366
361
  }
367
362
  if (feature.messages.length > 0) {
@@ -370,17 +365,14 @@ export function createShowCommand() {
370
365
  .map((m) => `${colors.muted(`${m.role}:`)} ${m.content.slice(0, 80)}`)
371
366
  .join('\n');
372
367
  textBlocks.push({
373
- title: t('cli:commands.feat.show.messagesTitle', { count: feature.messages.length }),
368
+ title: `Messages (${feature.messages.length})`,
374
369
  content: last5,
375
370
  });
376
371
  }
377
372
  if (timings.length > 0) {
378
373
  const rejections = loadRejectionFeedback(feature.specPath);
379
374
  const lines = renderPhaseTimings(timings, run, rejections);
380
- textBlocks.push({
381
- title: t('cli:commands.feat.show.phaseTimingTitle'),
382
- content: lines.join('\n'),
383
- });
375
+ textBlocks.push({ title: 'Phase Timing', content: lines.join('\n') });
384
376
  }
385
377
  if (feature.pr?.ciFixHistory && feature.pr.ciFixHistory.length > 0) {
386
378
  const fixLines = feature.pr.ciFixHistory.map((r) => {
@@ -392,131 +384,97 @@ export function createShowCommand() {
392
384
  return ` #${r.attempt} ${outcomeColor(r.outcome)} ${colors.muted(r.startedAt)} ${r.failureSummary.slice(0, 60)}`;
393
385
  });
394
386
  textBlocks.push({
395
- title: t('cli:commands.feat.show.ciFixHistoryTitle'),
387
+ title: 'CI Fix History',
396
388
  content: fixLines.join('\n'),
397
389
  });
398
390
  }
399
391
  if (run?.status === 'waiting_approval') {
400
392
  const phase = run.result?.startsWith('node:')
401
393
  ? (NODE_TO_PHASE[run.result.slice(5)] ?? run.result.slice(5))
402
- : t('cli:commands.feat.show.currentPhase');
394
+ : 'current phase';
403
395
  textBlocks.push({
404
- title: t('cli:commands.feat.show.awaitingApprovalTitle'),
396
+ title: 'Awaiting Approval',
405
397
  content: [
406
- t('cli:commands.feat.show.awaitingApprovalMessage', { phase }),
398
+ `${phase} is waiting for your review.`,
407
399
  '',
408
- ` ${colors.accent(`shep feat approve ${feature.id.slice(0, 8)}`)} ${t('cli:commands.feat.show.awaitingApprovalApprove')}`,
409
- ` ${colors.accent(`shep feat reject ${feature.id.slice(0, 8)}`)} ${t('cli:commands.feat.show.awaitingApprovalReject')}`,
400
+ ` ${colors.accent(`shep feat approve ${feature.id.slice(0, 8)}`)} Resume the agent`,
401
+ ` ${colors.accent(`shep feat reject ${feature.id.slice(0, 8)}`)} Cancel with feedback`,
410
402
  ].join('\n'),
411
403
  });
412
404
  }
413
405
  renderDetailView({
414
- title: t('cli:commands.feat.show.title', { name: feature.name }),
406
+ title: `Feature: ${feature.name}`,
415
407
  sections: [
416
408
  {
417
409
  fields: [
418
- { label: t('cli:commands.feat.show.idLabel'), value: feature.id },
419
- { label: t('cli:commands.feat.show.slugLabel'), value: feature.slug },
420
- { label: t('cli:commands.feat.show.descriptionLabel'), value: feature.description },
421
- { label: t('cli:commands.feat.show.userQueryLabel'), value: feature.userQuery },
422
- {
423
- label: t('cli:commands.feat.show.repositoryLabel'),
424
- value: feature.repositoryPath,
425
- },
426
- {
427
- label: t('cli:commands.feat.show.branchLabel'),
428
- value: colors.accent(feature.branch),
429
- },
430
- {
431
- label: t('cli:commands.feat.show.statusLabel'),
432
- value: formatStatus(feature, run),
433
- },
434
- {
435
- label: t('cli:commands.feat.show.lifecycleLabel'),
436
- value: formatLifecycle(feature.lifecycle),
437
- },
410
+ { label: 'ID', value: feature.id },
411
+ { label: 'Slug', value: feature.slug },
412
+ { label: 'Description', value: feature.description },
413
+ { label: 'User Query', value: feature.userQuery },
414
+ { label: 'Repository', value: feature.repositoryPath },
415
+ { label: 'Branch', value: colors.accent(feature.branch) },
416
+ { label: 'Status', value: formatStatus(feature, run) },
417
+ { label: 'Lifecycle', value: formatLifecycle(feature.lifecycle) },
438
418
  {
439
- label: t('cli:commands.feat.show.agentLabel'),
419
+ label: 'Agent',
440
420
  value: run
441
421
  ? (AGENT_LABELS[run.agentType] ?? run.agentType)
442
422
  : null,
443
423
  },
444
- { label: t('cli:commands.feat.show.modelLabel'), value: run?.modelId ?? null },
445
- { label: t('cli:commands.feat.show.worktreeLabel'), value: worktreePath },
446
- {
447
- label: t('cli:commands.feat.show.specDirLabel'),
448
- value: feature.specPath ?? null,
449
- },
450
- {
451
- label: t('cli:commands.feat.show.agentRunLabel'),
452
- value: feature.agentRunId ?? null,
453
- },
424
+ { label: 'Model', value: run?.modelId ?? null },
425
+ { label: 'Worktree', value: worktreePath },
426
+ { label: 'Spec Dir', value: feature.specPath ?? null },
427
+ { label: 'Agent Run', value: feature.agentRunId ?? null },
454
428
  ],
455
429
  },
456
430
  {
457
- title: t('cli:commands.feat.show.timestampsTitle'),
431
+ title: 'Timestamps',
458
432
  fields: [
459
- {
460
- label: t('cli:commands.feat.show.createdLabel'),
461
- value: formatTs(feature.createdAt),
462
- },
463
- {
464
- label: t('cli:commands.feat.show.updatedLabel'),
465
- value: formatTs(feature.updatedAt),
466
- },
433
+ { label: 'Created', value: formatTs(feature.createdAt) },
434
+ { label: 'Updated', value: formatTs(feature.updatedAt) },
467
435
  ],
468
436
  },
469
437
  {
470
- title: t('cli:commands.feat.show.workflowTitle'),
438
+ title: 'Workflow',
471
439
  fields: [
472
440
  {
473
- label: t('cli:commands.feat.show.pushLabel'),
474
- value: feature.push
475
- ? colors.success(t('cli:commands.feat.show.yesValue'))
476
- : colors.muted(t('cli:commands.feat.show.noValue')),
441
+ label: 'Push',
442
+ value: feature.push ? colors.success('Yes') : colors.muted('No'),
477
443
  },
478
444
  {
479
- label: t('cli:commands.feat.show.openPrLabel'),
480
- value: feature.openPr
481
- ? colors.success(t('cli:commands.feat.show.yesValue'))
482
- : colors.muted(t('cli:commands.feat.show.noValue')),
445
+ label: 'Open PR',
446
+ value: feature.openPr ? colors.success('Yes') : colors.muted('No'),
483
447
  },
484
448
  {
485
- label: t('cli:commands.feat.show.gatesLabel'),
449
+ label: 'Gates',
486
450
  value: feature.approvalGates
487
451
  ? [
488
452
  `PRD ${feature.approvalGates.allowPrd ? colors.success('\u2713') : colors.error('\u2717')}`,
489
453
  `Plan ${feature.approvalGates.allowPlan ? colors.success('\u2713') : colors.error('\u2717')}`,
490
454
  `Merge ${feature.approvalGates.allowMerge ? colors.success('\u2713') : colors.error('\u2717')}`,
491
455
  ].join(' ')
492
- : colors.muted(t('cli:commands.feat.show.gatesNotSet')),
456
+ : colors.muted('not set'),
493
457
  },
494
458
  ],
495
459
  },
496
460
  ...(feature.pr
497
461
  ? [
498
462
  {
499
- title: t('cli:commands.feat.show.pullRequestTitle'),
463
+ title: 'Pull Request',
500
464
  fields: [
501
- { label: t('cli:commands.feat.show.urlLabel'), value: feature.pr.url },
502
- {
503
- label: t('cli:commands.feat.show.numberLabel'),
504
- value: `#${feature.pr.number}`,
505
- },
465
+ { label: 'URL', value: feature.pr.url },
466
+ { label: 'Number', value: `#${feature.pr.number}` },
506
467
  {
507
- label: t('cli:commands.feat.show.prStatusLabel'),
468
+ label: 'Status',
508
469
  value: feature.pr.status === 'Merged'
509
470
  ? colors.success(`${feature.pr.status} \u2713`)
510
471
  : feature.pr.status === 'Closed'
511
472
  ? colors.error(feature.pr.status)
512
473
  : colors.warning(feature.pr.status),
513
474
  },
475
+ { label: 'Commit', value: feature.pr.commitHash ?? null },
514
476
  {
515
- label: t('cli:commands.feat.show.commitLabel'),
516
- value: feature.pr.commitHash ?? null,
517
- },
518
- {
519
- label: t('cli:commands.feat.show.ciLabel'),
477
+ label: 'CI',
520
478
  value: feature.pr.ciStatus
521
479
  ? feature.pr.ciStatus === 'Success'
522
480
  ? colors.success(`${feature.pr.ciStatus} \u2713`)
@@ -526,11 +484,9 @@ export function createShowCommand() {
526
484
  : null,
527
485
  },
528
486
  {
529
- label: t('cli:commands.feat.show.ciFixesLabel'),
487
+ label: 'CI Fixes',
530
488
  value: feature.pr.ciFixAttempts && feature.pr.ciFixAttempts > 0
531
- ? t('cli:commands.feat.show.ciFixAttempts', {
532
- count: feature.pr.ciFixAttempts,
533
- })
489
+ ? `${feature.pr.ciFixAttempts} attempt(s)`
534
490
  : null,
535
491
  },
536
492
  ],
@@ -543,7 +499,7 @@ export function createShowCommand() {
543
499
  }
544
500
  catch (error) {
545
501
  const err = error instanceof Error ? error : new Error(String(error));
546
- messages.error(t('cli:commands.feat.show.failedToShow'), err);
502
+ messages.error('Failed to show feature', err);
547
503
  process.exitCode = 1;
548
504
  }
549
505
  });
@@ -1 +1 @@
1
- {"version":3,"file":"start.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/feat/start.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAMpC,wBAAgB,kBAAkB,IAAI,OAAO,CAqC5C"}
1
+ {"version":3,"file":"start.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/feat/start.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAKpC,wBAAgB,kBAAkB,IAAI,OAAO,CAgC5C"}
@@ -11,34 +11,32 @@ import { Command } from 'commander';
11
11
  import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
12
12
  import { StartFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/start-feature.use-case.js';
13
13
  import { colors, messages, spinner } from '../../ui/index.js';
14
- import { getCliI18n } from '../../i18n.js';
15
14
  export function createStartCommand() {
16
- const t = getCliI18n().t;
17
15
  return new Command('start')
18
- .description(t('cli:commands.feat.start.description'))
19
- .argument('<id>', t('cli:commands.feat.start.idArgument'))
16
+ .description('Start a pending feature (spawn the agent)')
17
+ .argument('<id>', 'Feature ID (or prefix)')
20
18
  .action(async (id) => {
21
19
  try {
22
20
  const useCase = container.resolve(StartFeatureUseCase);
23
- const { feature, agentRun } = await spinner(t('cli:commands.feat.start.spinnerText'), () => useCase.execute(id));
21
+ const { feature, agentRun } = await spinner('Starting feature', () => useCase.execute(id));
24
22
  messages.newline();
25
23
  if (feature.lifecycle === 'Blocked') {
26
- messages.warning(t('cli:commands.feat.start.blockedWarning'));
24
+ messages.warning(`Feature transitioned to Blocked — parent has not reached Implementation`);
27
25
  }
28
26
  else {
29
- messages.success(t('cli:commands.feat.start.featureStarted'));
27
+ messages.success('Feature started');
30
28
  }
31
- console.log(` ${colors.muted(t('cli:commands.feat.start.featureLabel'))} ${feature.name}`);
32
- console.log(` ${colors.muted(t('cli:commands.feat.start.branchLabel'))} ${colors.accent(feature.branch)}`);
33
- console.log(` ${colors.muted(t('cli:commands.feat.start.statusLabel'))} ${feature.lifecycle}`);
29
+ console.log(` ${colors.muted('Feature:')} ${feature.name}`);
30
+ console.log(` ${colors.muted('Branch:')} ${colors.accent(feature.branch)}`);
31
+ console.log(` ${colors.muted('Status:')} ${feature.lifecycle}`);
34
32
  if (feature.lifecycle !== 'Blocked') {
35
- console.log(` ${colors.muted(t('cli:commands.feat.start.agentLabel'))} ${colors.success(t('cli:commands.feat.start.spawnedStatus'))} (run ${agentRun.id.slice(0, 8)})`);
33
+ console.log(` ${colors.muted('Agent:')} ${colors.success('spawned')} (run ${agentRun.id.slice(0, 8)})`);
36
34
  }
37
35
  messages.newline();
38
36
  }
39
37
  catch (error) {
40
38
  const err = error instanceof Error ? error : new Error(String(error));
41
- messages.error(t('cli:commands.feat.start.failedToStart'), err);
39
+ messages.error('Failed to start feature', err);
42
40
  process.exitCode = 1;
43
41
  }
44
42
  });
@@ -1 +1 @@
1
- {"version":3,"file":"unarchive.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/feat/unarchive.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAOpC;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,OAAO,CA4BhD"}
1
+ {"version":3,"file":"unarchive.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/feat/unarchive.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAMpC;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,OAAO,CAuBhD"}
@@ -14,15 +14,13 @@ import { container } from '../../../../../packages/core/src/infrastructure/di/co
14
14
  import { ShowFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/show-feature.use-case.js';
15
15
  import { UnarchiveFeatureUseCase } from '../../../../../packages/core/src/application/use-cases/features/unarchive-feature.use-case.js';
16
16
  import { colors, messages } from '../../ui/index.js';
17
- import { getCliI18n } from '../../i18n.js';
18
17
  /**
19
18
  * Create the feat unarchive command
20
19
  */
21
20
  export function createUnarchiveCommand() {
22
- const t = getCliI18n().t;
23
21
  return new Command('unarchive')
24
- .description(t('cli:commands.feat.unarchive.description'))
25
- .argument('<id>', t('cli:commands.feat.unarchive.idArgument'))
22
+ .description('Restore an archived feature to its previous state')
23
+ .argument('<id>', 'Feature ID or prefix')
26
24
  .action(async (featureId) => {
27
25
  try {
28
26
  const showUseCase = container.resolve(ShowFeatureUseCase);
@@ -30,14 +28,14 @@ export function createUnarchiveCommand() {
30
28
  const unarchiveUseCase = container.resolve(UnarchiveFeatureUseCase);
31
29
  const restored = await unarchiveUseCase.execute(feature.id);
32
30
  messages.newline();
33
- messages.success(t('cli:commands.feat.unarchive.featureUnarchived'));
34
- console.log(` ${colors.muted(t('cli:commands.feat.unarchive.nameLabel'))} ${feature.name}`);
35
- console.log(` ${colors.muted(t('cli:commands.feat.unarchive.restoredLabel'))} ${restored.lifecycle}`);
31
+ messages.success('Feature unarchived');
32
+ console.log(` ${colors.muted('Name:')} ${feature.name}`);
33
+ console.log(` ${colors.muted('Restored:')} ${restored.lifecycle}`);
36
34
  messages.newline();
37
35
  }
38
36
  catch (error) {
39
37
  const err = error instanceof Error ? error : new Error(String(error));
40
- messages.error(t('cli:commands.feat.unarchive.failedToUnarchive'), err);
38
+ messages.error('Failed to unarchive feature', err);
41
39
  process.exitCode = 1;
42
40
  }
43
41
  });
@@ -1 +1 @@
1
- {"version":3,"file":"ide-open.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/ide-open.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAyBpC,wBAAgB,oBAAoB,IAAI,OAAO,CA8C9C"}
1
+ {"version":3,"file":"ide-open.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/ide-open.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAwBpC,wBAAgB,oBAAoB,IAAI,OAAO,CAwC9C"}
@@ -14,7 +14,6 @@ import { LaunchIdeUseCase } from '../../../../packages/core/src/application/use-
14
14
  import { getSettings } from '../../../../packages/core/src/infrastructure/services/settings.service.js';
15
15
  import { getIdeEntries } from '../../../../packages/core/src/infrastructure/services/tool-installer/tool-metadata.js';
16
16
  import { messages } from '../ui/index.js';
17
- import { getCliI18n } from '../i18n.js';
18
17
  /** Commander converts --kebab-case flags to camelCase option keys. */
19
18
  function toCamelCase(s) {
20
19
  return s.replace(/-([a-z])/g, (_, c) => c.toUpperCase());
@@ -31,14 +30,13 @@ function resolveEditorId(options, ideIds) {
31
30
  return getSettings().environment.defaultEditor;
32
31
  }
33
32
  export function createIdeOpenCommand() {
34
- const t = getCliI18n().t;
35
33
  const cmd = new Command('ide')
36
- .description(t('cli:commands.ide.description'))
37
- .argument('<feat-id>', t('cli:commands.ide.featArgument'));
34
+ .description('Open a feature worktree in your IDE')
35
+ .argument('<feat-id>', 'Feature ID or prefix');
38
36
  const ideEntries = getIdeEntries();
39
37
  const ideIds = ideEntries.map(([id]) => id);
40
38
  for (const [id, meta] of ideEntries) {
41
- cmd.option(`--${id}`, t('cli:commands.ide.openInOption', { name: meta.name }));
39
+ cmd.option(`--${id}`, `Open in ${meta.name}`);
42
40
  }
43
41
  cmd.action(async (featId, options) => {
44
42
  try {
@@ -56,14 +54,11 @@ export function createIdeOpenCommand() {
56
54
  process.exitCode = 1;
57
55
  return;
58
56
  }
59
- messages.success(t('cli:commands.ide.openedSuccess', {
60
- editor: result.editorName,
61
- path: result.worktreePath,
62
- }));
57
+ messages.success(`Opened ${result.editorName} at ${result.worktreePath}`);
63
58
  }
64
59
  catch (error) {
65
60
  const err = error instanceof Error ? error : new Error(String(error));
66
- messages.error(t('cli:commands.ide.failedToOpen'), err);
61
+ messages.error('Failed to open IDE', err);
67
62
  process.exitCode = 1;
68
63
  }
69
64
  });
@@ -1 +1 @@
1
- {"version":3,"file":"install.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/install.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAwBpC,wBAAgB,oBAAoB,IAAI,OAAO,CA+E9C"}
1
+ {"version":3,"file":"install.command.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/install.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAuBpC,wBAAgB,oBAAoB,IAAI,OAAO,CAoE9C"}
@@ -15,7 +15,6 @@ import { ValidateToolAvailabilityUseCase } from '../../../../packages/core/src/a
15
15
  import { InstallToolUseCase } from '../../../../packages/core/src/application/use-cases/tools/install-tool.use-case.js';
16
16
  import { TOOL_METADATA } from '../../../../packages/core/src/infrastructure/services/tool-installer/tool-metadata.js';
17
17
  import { messages, fmt, colors } from '../ui/index.js';
18
- import { getCliI18n } from '../i18n.js';
19
18
  function printToolsList() {
20
19
  const tools = Object.entries(TOOL_METADATA).sort(([a], [b]) => a.localeCompare(b));
21
20
  for (const [key, meta] of tools) {
@@ -25,19 +24,16 @@ function printToolsList() {
25
24
  console.log();
26
25
  }
27
26
  export function createInstallCommand() {
28
- const t = getCliI18n().t;
29
27
  return new Command('install')
30
- .description(t('cli:commands.install.description'))
31
- .argument('[tool]', t('cli:commands.install.toolArgument', {
32
- tools: Object.keys(TOOL_METADATA).sort().join(', '),
33
- }))
34
- .option('--how', t('cli:commands.install.howOption'))
28
+ .description('Install a development tool')
29
+ .argument('[tool]', `Tool to install (${Object.keys(TOOL_METADATA).sort().join(', ')})`)
30
+ .option('--how', 'Show installation instructions without executing')
35
31
  .action(async (tool, options) => {
36
32
  try {
37
33
  // No tool specified — show available tools
38
34
  if (!tool) {
39
35
  console.log();
40
- console.log(t('cli:commands.install.runWithTool', { command: fmt.code('shep install <tool>') }));
36
+ console.log(`Run ${fmt.code('shep install <tool>')} with one of these options:`);
41
37
  console.log();
42
38
  printToolsList();
43
39
  return;
@@ -46,7 +42,7 @@ export function createInstallCommand() {
46
42
  const metadata = TOOL_METADATA[tool];
47
43
  if (!metadata) {
48
44
  console.log();
49
- console.log(t('cli:commands.install.unrecognizedTool', { tool }));
45
+ console.log(`Hmm, I don't recognize '${tool}'. Did you mean one of these?`);
50
46
  console.log();
51
47
  printToolsList();
52
48
  process.exitCode = 1;
@@ -61,12 +57,12 @@ export function createInstallCommand() {
61
57
  const validateUseCase = container.resolve(ValidateToolAvailabilityUseCase);
62
58
  const status = await validateUseCase.execute(tool);
63
59
  if (status.status === 'available') {
64
- messages.success(t('cli:commands.install.alreadyInstalled', { tool }));
60
+ messages.success(`${tool} is already installed`);
65
61
  return;
66
62
  }
67
63
  // Tools that don't support auto-install — show instructions instead
68
64
  if (metadata.autoInstall === false) {
69
- messages.warning(t('cli:commands.install.noAutoInstall', { tool }));
65
+ messages.warning(`${tool} does not support automated installation`);
70
66
  printInstallInstructions(metadata);
71
67
  return;
72
68
  }
@@ -74,19 +70,16 @@ export function createInstallCommand() {
74
70
  const installUseCase = container.resolve(InstallToolUseCase);
75
71
  const result = await installUseCase.execute(tool, (data) => process.stdout.write(data));
76
72
  if (result.status === 'available') {
77
- messages.success(t('cli:commands.install.installSuccess', { tool }));
73
+ messages.success(`${tool} installed successfully`);
78
74
  }
79
75
  else {
80
- messages.error(t('cli:commands.install.installFailed', {
81
- tool,
82
- error: result.errorMessage ?? 'Unknown error',
83
- }), new Error(result.errorMessage ?? 'Installation failed'));
76
+ messages.error(`Failed to install ${tool}: ${result.errorMessage ?? 'Unknown error'}`, new Error(result.errorMessage ?? 'Installation failed'));
84
77
  process.exitCode = 1;
85
78
  }
86
79
  }
87
80
  catch (error) {
88
81
  const err = error instanceof Error ? error : new Error(String(error));
89
- messages.error(t('cli:commands.install.failedToInstall', { tool }), err);
82
+ messages.error(`Failed to install ${tool}`, err);
90
83
  process.exitCode = 1;
91
84
  }
92
85
  });
@@ -95,41 +88,40 @@ export function createInstallCommand() {
95
88
  * Print installation instructions for a tool
96
89
  */
97
90
  function printInstallInstructions(metadata) {
98
- const t = getCliI18n().t;
99
91
  console.log();
100
- console.log(fmt.heading(t('cli:commands.install.instructionsHeading', { name: metadata.name })));
92
+ console.log(fmt.heading(`Installation Instructions for ${metadata.name}`));
101
93
  console.log();
102
- console.log(`${fmt.label(t('cli:commands.install.nameLabel'))} ${metadata.name}`);
103
- console.log(`${fmt.label(t('cli:commands.install.summaryLabel'))} ${metadata.summary}`);
104
- console.log(`${fmt.label(t('cli:commands.install.descriptionLabel'))} ${metadata.description}`);
105
- console.log(`${fmt.label(t('cli:commands.install.tagsLabel'))} ${metadata.tags.join(', ')}`);
94
+ console.log(`${fmt.label('Name:')} ${metadata.name}`);
95
+ console.log(`${fmt.label('Summary:')} ${metadata.summary}`);
96
+ console.log(`${fmt.label('Description:')} ${metadata.description}`);
97
+ console.log(`${fmt.label('Tags:')} ${metadata.tags.join(', ')}`);
106
98
  console.log();
107
99
  const binaryDisplay = typeof metadata.binary === 'string'
108
100
  ? metadata.binary
109
101
  : Object.entries(metadata.binary)
110
102
  .map(([platform, bin]) => `${bin} (${platform})`)
111
103
  .join(', ');
112
- console.log(`${fmt.label(t('cli:commands.install.binaryLabel'))} ${binaryDisplay}`);
113
- console.log(`${fmt.label(t('cli:commands.install.packageManagerLabel'))} ${metadata.packageManager}`);
104
+ console.log(`${fmt.label('Binary:')} ${binaryDisplay}`);
105
+ console.log(`${fmt.label('Package Manager:')} ${metadata.packageManager}`);
114
106
  console.log();
115
107
  // Print platform-specific commands
116
- console.log(fmt.heading(t('cli:commands.install.installCommandsHeading')));
108
+ console.log(fmt.heading('Installation Commands'));
117
109
  for (const [platform, command] of Object.entries(metadata.commands)) {
118
110
  console.log(`${colors.muted(`[${platform}]`)} ${command}`);
119
111
  }
120
112
  console.log();
121
113
  // Print verify command
122
- console.log(fmt.heading(t('cli:commands.install.verifyHeading')));
114
+ console.log(fmt.heading('Verify Installation'));
123
115
  console.log(`${colors.muted('$')} ${metadata.verifyCommand}`);
124
116
  console.log();
125
117
  // Print open directory command if available
126
118
  if (metadata.openDirectory) {
127
- console.log(fmt.heading(t('cli:commands.install.openDirHeading')));
119
+ console.log(fmt.heading('Open Directory'));
128
120
  console.log(`${colors.muted('$')} ${metadata.openDirectory}`);
129
121
  console.log();
130
122
  }
131
123
  // Print documentation link
132
- console.log(fmt.heading(t('cli:commands.install.docsHeading')));
124
+ console.log(fmt.heading('Documentation'));
133
125
  console.log(`${colors.muted('→')} ${metadata.documentationUrl}`);
134
126
  console.log();
135
127
  }
@@ -1 +1 @@
1
- {"version":3,"file":"log-viewer.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/log-viewer.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAgBH,MAAM,WAAW,gBAAgB;IAC/B,oCAAoC;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,qDAAqD;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,sEAAsE;IACtE,KAAK,EAAE,MAAM,CAAC;CACf;AAiCD;;;;GAIG;AACH,wBAAsB,OAAO,CAAC,IAAI,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC,CA+FtE"}
1
+ {"version":3,"file":"log-viewer.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/cli/commands/log-viewer.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAeH,MAAM,WAAW,gBAAgB;IAC/B,oCAAoC;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,qDAAqD;IACrD,KAAK,EAAE,MAAM,CAAC;IACd,sEAAsE;IACtE,KAAK,EAAE,MAAM,CAAC;CACf;AAiCD;;;;GAIG;AACH,wBAAsB,OAAO,CAAC,IAAI,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC,CA6FtE"}
@@ -7,7 +7,6 @@
7
7
  import { closeSync, createReadStream, existsSync, openSync, readFileSync, readSync, statSync, watch, } from 'node:fs';
8
8
  import { open } from 'node:fs/promises';
9
9
  import { messages } from '../ui/index.js';
10
- import { getCliI18n } from '../i18n.js';
11
10
  /** Read the last N lines from a file without loading it all into memory */
12
11
  function readTailLines(filePath, n) {
13
12
  const stat = statSync(filePath);
@@ -47,15 +46,13 @@ function readTailLines(filePath, n) {
47
46
  export async function viewLog(opts) {
48
47
  const { logPath, follow, lines: requestedLines, label } = opts;
49
48
  if (!existsSync(logPath)) {
50
- const t = getCliI18n().t;
51
- messages.error(t('cli:ui.logViewer.noLogFile', { label }));
52
- messages.info(t('cli:ui.logViewer.expectedAt', { path: logPath }));
49
+ messages.error(`No log file found for ${label}`);
50
+ messages.info(`Expected: ${logPath}`);
53
51
  return false;
54
52
  }
55
53
  const stat = statSync(logPath);
56
54
  if (stat.size === 0) {
57
- const t = getCliI18n().t;
58
- messages.info(t('cli:ui.logViewer.logEmpty', { label }));
55
+ messages.info(`Log file is empty for ${label}`);
59
56
  if (!follow)
60
57
  return false;
61
58
  // In follow mode, continue — the file will grow
@@ -1 +1 @@
1
- {"version":3,"file":"add.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/add.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAepC,wBAAgB,gBAAgB,IAAI,OAAO,CAyE1C"}
1
+ {"version":3,"file":"add.command.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/cli/commands/repo/add.command.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAcpC,wBAAgB,gBAAgB,IAAI,OAAO,CA0E1C"}
@@ -16,13 +16,11 @@ import { ListGitHubRepositoriesUseCase } from '../../../../../packages/core/src/
16
16
  import { GitHubAuthError, GitHubCloneError, GitHubUrlParseError, } from '../../../../../packages/core/src/application/ports/output/services/github-repository-service.interface.js';
17
17
  import { messages } from '../../ui/index.js';
18
18
  import { githubImportWizard } from '../../../tui/wizards/github-import.wizard.js';
19
- import { getCliI18n } from '../../i18n.js';
20
19
  export function createAddCommand() {
21
- const t = getCliI18n().t;
22
20
  return new Command('add')
23
- .description(t('cli:commands.repo.add.description'))
24
- .option('--url <url>', t('cli:commands.repo.add.urlOption'))
25
- .option('--dest <path>', t('cli:commands.repo.add.destOption'))
21
+ .description('Import a GitHub repository (clone and register)')
22
+ .option('--url <url>', 'GitHub repository URL or owner/repo shorthand')
23
+ .option('--dest <path>', 'Override clone destination directory')
26
24
  .action(async (options) => {
27
25
  try {
28
26
  const importUseCase = container.resolve(ImportGitHubRepositoryUseCase);
@@ -49,23 +47,23 @@ export function createAddCommand() {
49
47
  dest,
50
48
  defaultCloneDir,
51
49
  });
52
- messages.success(t('cli:commands.repo.add.importSuccess', { name: repository.name }));
53
- messages.info(t('cli:commands.repo.add.pathInfo', { path: repository.path }));
50
+ messages.success(`Repository imported: ${repository.name}`);
51
+ messages.info(`Path: ${repository.path}`);
54
52
  }
55
53
  catch (error) {
56
54
  if (error instanceof GitHubAuthError) {
57
- messages.error(t('cli:commands.repo.add.authError'));
55
+ messages.error('GitHub CLI is not authenticated. Run `gh auth login` to sign in.');
58
56
  process.exitCode = 1;
59
57
  return;
60
58
  }
61
59
  if (error instanceof GitHubUrlParseError) {
62
- messages.error(t('cli:commands.repo.add.invalidUrl', { error: error.message }));
63
- messages.info(t('cli:commands.repo.add.supportedFormats'));
60
+ messages.error(`Invalid GitHub URL: ${error.message}`);
61
+ messages.info('Supported formats: https://github.com/owner/repo, git@github.com:owner/repo.git, or owner/repo');
64
62
  process.exitCode = 1;
65
63
  return;
66
64
  }
67
65
  if (error instanceof GitHubCloneError) {
68
- messages.error(t('cli:commands.repo.add.cloneFailed', { error: error.message }));
66
+ messages.error(`Clone failed: ${error.message}`);
69
67
  process.exitCode = 1;
70
68
  return;
71
69
  }
@@ -77,7 +75,7 @@ export function createAddCommand() {
77
75
  return;
78
76
  }
79
77
  const err = error instanceof Error ? error : new Error(String(error));
80
- messages.error(t('cli:commands.repo.add.failedToImport'), err);
78
+ messages.error('Failed to import repository', err);
81
79
  process.exitCode = 1;
82
80
  }
83
81
  });