@shipit-ai/cli 1.164.2-pr6.c14c5f2 → 1.164.2-pr9.0fa5de3

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 (616) hide show
  1. package/README.md +7 -3
  2. package/dist/packages/core/src/application/ports/output/services/index.d.ts +0 -1
  3. package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -1
  4. package/dist/packages/core/src/application/ports/output/services/tool-metadata-service.interface.d.ts +1 -5
  5. package/dist/packages/core/src/application/ports/output/services/tool-metadata-service.interface.d.ts.map +1 -1
  6. package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts +1 -1
  7. package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.js +1 -1
  8. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts +1 -1
  9. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.js +1 -1
  10. package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.d.ts +1 -1
  11. package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.js +1 -1
  12. package/dist/packages/core/src/application/use-cases/settings/index.d.ts +0 -1
  13. package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -1
  14. package/dist/packages/core/src/application/use-cases/settings/index.js +0 -1
  15. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts +4 -10
  16. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -1
  17. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.js +7 -34
  18. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts +1 -1
  19. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts.map +1 -1
  20. package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts +2 -18
  21. package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -1
  22. package/dist/packages/core/src/domain/factories/settings-defaults.factory.js +5 -16
  23. package/dist/packages/core/src/index.d.ts +2 -2
  24. package/dist/packages/core/src/index.js +2 -2
  25. package/dist/packages/core/src/infrastructure/di/modules/services.module.d.ts.map +1 -1
  26. package/dist/packages/core/src/infrastructure/di/modules/services.module.js +0 -2
  27. package/dist/packages/core/src/infrastructure/di/modules/use-cases.module.d.ts.map +1 -1
  28. package/dist/packages/core/src/infrastructure/di/modules/use-cases.module.js +0 -2
  29. package/dist/packages/core/src/infrastructure/di/modules/web-tokens.module.d.ts.map +1 -1
  30. package/dist/packages/core/src/infrastructure/di/modules/web-tokens.module.js +0 -4
  31. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/plan.fixture.d.ts +1 -1
  32. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/plan.fixture.js +1 -1
  33. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.d.ts +1 -1
  34. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.js +1 -1
  35. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.d.ts +2 -2
  36. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.d.ts.map +1 -1
  37. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.js +5 -5
  38. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.d.ts +2 -2
  39. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.d.ts.map +1 -1
  40. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.js +6 -6
  41. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.d.ts +1 -1
  42. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.js +1 -1
  43. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.js +1 -1
  44. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/merge-prompts.js +1 -1
  45. package/dist/packages/core/src/infrastructure/services/filesystem/shipit-ai-directory.service.d.ts +2 -2
  46. package/dist/packages/core/src/infrastructure/services/filesystem/shipit-ai-directory.service.js +4 -4
  47. package/dist/packages/core/src/infrastructure/services/git/pr-branding.d.ts +4 -4
  48. package/dist/packages/core/src/infrastructure/services/git/pr-branding.js +4 -4
  49. package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.d.ts +1 -1
  50. package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.js +7 -7
  51. package/dist/packages/core/src/infrastructure/services/port.service.d.ts +1 -1
  52. package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -1
  53. package/dist/packages/core/src/infrastructure/services/port.service.js +1 -1
  54. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +1 -6
  55. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -1
  56. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.js +0 -7
  57. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.d.ts +0 -1
  58. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.d.ts.map +1 -1
  59. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.js +1 -4
  60. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/CLAUDE.md +1 -2
  61. package/dist/src/presentation/cli/commands/agent/approve.command.d.ts +1 -1
  62. package/dist/src/presentation/cli/commands/agent/approve.command.js +1 -1
  63. package/dist/src/presentation/cli/commands/agent/delete.command.d.ts +1 -1
  64. package/dist/src/presentation/cli/commands/agent/delete.command.js +1 -1
  65. package/dist/src/presentation/cli/commands/agent/index.d.ts +6 -6
  66. package/dist/src/presentation/cli/commands/agent/index.js +6 -6
  67. package/dist/src/presentation/cli/commands/agent/logs.command.d.ts +3 -3
  68. package/dist/src/presentation/cli/commands/agent/logs.command.js +3 -3
  69. package/dist/src/presentation/cli/commands/agent/ls.command.d.ts +1 -1
  70. package/dist/src/presentation/cli/commands/agent/ls.command.js +1 -1
  71. package/dist/src/presentation/cli/commands/agent/reject.command.d.ts +1 -1
  72. package/dist/src/presentation/cli/commands/agent/reject.command.js +1 -1
  73. package/dist/src/presentation/cli/commands/agent/show.command.d.ts +1 -1
  74. package/dist/src/presentation/cli/commands/agent/show.command.js +1 -1
  75. package/dist/src/presentation/cli/commands/agent/stop.command.d.ts +1 -1
  76. package/dist/src/presentation/cli/commands/agent/stop.command.js +1 -1
  77. package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts +4 -4
  78. package/dist/src/presentation/cli/commands/daemon/start-daemon.js +4 -4
  79. package/dist/src/presentation/cli/commands/daemon/stop-daemon.d.ts +5 -5
  80. package/dist/src/presentation/cli/commands/daemon/stop-daemon.js +5 -5
  81. package/dist/src/presentation/cli/commands/feat/adopt.command.d.ts +3 -3
  82. package/dist/src/presentation/cli/commands/feat/adopt.command.js +3 -3
  83. package/dist/src/presentation/cli/commands/feat/approve.command.d.ts +1 -1
  84. package/dist/src/presentation/cli/commands/feat/approve.command.js +1 -1
  85. package/dist/src/presentation/cli/commands/feat/archive.command.d.ts +3 -3
  86. package/dist/src/presentation/cli/commands/feat/archive.command.js +3 -3
  87. package/dist/src/presentation/cli/commands/feat/del.command.d.ts +5 -5
  88. package/dist/src/presentation/cli/commands/feat/del.command.js +5 -5
  89. package/dist/src/presentation/cli/commands/feat/index.d.ts +4 -4
  90. package/dist/src/presentation/cli/commands/feat/index.js +4 -4
  91. package/dist/src/presentation/cli/commands/feat/logs.command.d.ts +3 -3
  92. package/dist/src/presentation/cli/commands/feat/logs.command.js +3 -3
  93. package/dist/src/presentation/cli/commands/feat/ls.command.d.ts +3 -3
  94. package/dist/src/presentation/cli/commands/feat/ls.command.js +3 -3
  95. package/dist/src/presentation/cli/commands/feat/new.command.d.ts +3 -3
  96. package/dist/src/presentation/cli/commands/feat/new.command.js +4 -4
  97. package/dist/src/presentation/cli/commands/feat/reject.command.d.ts +1 -1
  98. package/dist/src/presentation/cli/commands/feat/reject.command.js +1 -1
  99. package/dist/src/presentation/cli/commands/feat/resume.command.d.ts +1 -1
  100. package/dist/src/presentation/cli/commands/feat/resume.command.js +1 -1
  101. package/dist/src/presentation/cli/commands/feat/review.command.d.ts +1 -1
  102. package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
  103. package/dist/src/presentation/cli/commands/feat/show.command.d.ts +1 -1
  104. package/dist/src/presentation/cli/commands/feat/show.command.d.ts.map +1 -1
  105. package/dist/src/presentation/cli/commands/feat/show.command.js +3 -4
  106. package/dist/src/presentation/cli/commands/feat/start.command.d.ts +1 -1
  107. package/dist/src/presentation/cli/commands/feat/start.command.js +1 -1
  108. package/dist/src/presentation/cli/commands/feat/unarchive.command.d.ts +2 -2
  109. package/dist/src/presentation/cli/commands/feat/unarchive.command.js +2 -2
  110. package/dist/src/presentation/cli/commands/ide-open.command.d.ts +1 -1
  111. package/dist/src/presentation/cli/commands/ide-open.command.js +1 -1
  112. package/dist/src/presentation/cli/commands/log-viewer.d.ts +1 -1
  113. package/dist/src/presentation/cli/commands/log-viewer.js +1 -1
  114. package/dist/src/presentation/cli/commands/repo/add.command.d.ts +3 -3
  115. package/dist/src/presentation/cli/commands/repo/add.command.js +3 -3
  116. package/dist/src/presentation/cli/commands/repo/index.d.ts +4 -4
  117. package/dist/src/presentation/cli/commands/repo/index.js +4 -4
  118. package/dist/src/presentation/cli/commands/repo/ls.command.d.ts +1 -1
  119. package/dist/src/presentation/cli/commands/repo/ls.command.js +1 -1
  120. package/dist/src/presentation/cli/commands/repo/show.command.d.ts +1 -1
  121. package/dist/src/presentation/cli/commands/repo/show.command.js +1 -1
  122. package/dist/src/presentation/cli/commands/restart.command.d.ts +3 -3
  123. package/dist/src/presentation/cli/commands/restart.command.js +5 -5
  124. package/dist/src/presentation/cli/commands/run.command.d.ts +5 -5
  125. package/dist/src/presentation/cli/commands/run.command.js +5 -5
  126. package/dist/src/presentation/cli/commands/session/index.d.ts +3 -3
  127. package/dist/src/presentation/cli/commands/session/index.js +3 -3
  128. package/dist/src/presentation/cli/commands/session/ls.command.d.ts +6 -6
  129. package/dist/src/presentation/cli/commands/session/ls.command.js +6 -6
  130. package/dist/src/presentation/cli/commands/session/show.command.d.ts +3 -3
  131. package/dist/src/presentation/cli/commands/session/show.command.js +3 -3
  132. package/dist/src/presentation/cli/commands/settings/agent.command.d.ts +4 -4
  133. package/dist/src/presentation/cli/commands/settings/agent.command.js +7 -7
  134. package/dist/src/presentation/cli/commands/settings/ide.command.d.ts +3 -3
  135. package/dist/src/presentation/cli/commands/settings/ide.command.js +6 -6
  136. package/dist/src/presentation/cli/commands/settings/index.d.ts +10 -10
  137. package/dist/src/presentation/cli/commands/settings/index.js +10 -10
  138. package/dist/src/presentation/cli/commands/settings/init.command.d.ts +3 -3
  139. package/dist/src/presentation/cli/commands/settings/init.command.js +6 -6
  140. package/dist/src/presentation/cli/commands/settings/language.command.d.ts +2 -2
  141. package/dist/src/presentation/cli/commands/settings/language.command.js +3 -3
  142. package/dist/src/presentation/cli/commands/settings/model.command.d.ts +2 -2
  143. package/dist/src/presentation/cli/commands/settings/model.command.js +3 -3
  144. package/dist/src/presentation/cli/commands/settings/show.command.d.ts +4 -4
  145. package/dist/src/presentation/cli/commands/settings/show.command.js +7 -7
  146. package/dist/src/presentation/cli/commands/settings/workflow.command.d.ts +3 -3
  147. package/dist/src/presentation/cli/commands/settings/workflow.command.js +6 -6
  148. package/dist/src/presentation/cli/commands/start.command.d.ts +3 -3
  149. package/dist/src/presentation/cli/commands/start.command.js +5 -5
  150. package/dist/src/presentation/cli/commands/status.command.d.ts +4 -4
  151. package/dist/src/presentation/cli/commands/status.command.js +4 -4
  152. package/dist/src/presentation/cli/commands/stop.command.d.ts +2 -2
  153. package/dist/src/presentation/cli/commands/stop.command.js +2 -2
  154. package/dist/src/presentation/cli/commands/tools.command.d.ts +1 -1
  155. package/dist/src/presentation/cli/commands/tools.command.js +1 -1
  156. package/dist/src/presentation/cli/commands/ui.command.d.ts +4 -4
  157. package/dist/src/presentation/cli/commands/ui.command.js +7 -7
  158. package/dist/src/presentation/cli/commands/upgrade.command.d.ts +2 -2
  159. package/dist/src/presentation/cli/commands/upgrade.command.js +2 -2
  160. package/dist/src/presentation/cli/commands/version.command.d.ts +2 -2
  161. package/dist/src/presentation/cli/commands/version.command.js +2 -2
  162. package/dist/src/presentation/cli/index.d.ts +3 -3
  163. package/dist/src/presentation/cli/index.js +4 -4
  164. package/dist/src/presentation/cli/ui/index.d.ts +1 -1
  165. package/dist/src/presentation/cli/ui/index.js +1 -1
  166. package/dist/src/presentation/tui/themes/shipit-ai.theme.d.ts +4 -4
  167. package/dist/src/presentation/tui/themes/shipit-ai.theme.js +4 -4
  168. package/dist/src/presentation/web/app/actions/check-agent-auth.d.ts.map +1 -1
  169. package/dist/src/presentation/web/app/actions/check-agent-auth.js +24 -69
  170. package/dist/src/presentation/web/app/actions/deploy-feature.js +2 -2
  171. package/dist/src/presentation/web/app/actions/deploy-repository.js +2 -2
  172. package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts +0 -1
  173. package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts.map +1 -1
  174. package/dist/src/presentation/web/app/actions/get-all-agent-models.js +3 -28
  175. package/dist/src/presentation/web/app/actions/get-merge-review-data.js +3 -3
  176. package/dist/src/presentation/web/app/layout.d.ts.map +1 -1
  177. package/dist/src/presentation/web/app/layout.js +13 -4
  178. package/dist/src/presentation/web/app/settings/page.d.ts.map +1 -1
  179. package/dist/src/presentation/web/app/settings/page.js +2 -6
  180. package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.js +1 -1
  181. package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.d.ts +1 -1
  182. package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.js +1 -1
  183. package/dist/src/presentation/web/components/common/control-center-drawer/global-chat-drawer-client.js +1 -1
  184. package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.d.ts +1 -1
  185. package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.js +1 -1
  186. package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +2 -2
  187. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +8 -8
  188. package/dist/src/presentation/web/components/common/github-import-dialog/github-import-dialog.js +1 -1
  189. package/dist/src/presentation/web/components/common/inline-attachments/inline-attachments.stories.js +5 -5
  190. package/dist/src/presentation/web/components/common/merge-review/merge-review.stories.js +8 -8
  191. package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.stories.js +1 -1
  192. package/dist/src/presentation/web/components/common/shipit-ai-logo/index.d.ts +2 -2
  193. package/dist/src/presentation/web/components/common/shipit-ai-logo/index.d.ts.map +1 -1
  194. package/dist/src/presentation/web/components/common/shipit-ai-logo/index.js +1 -1
  195. package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.d.ts → shep-logo.d.ts} +1 -1
  196. package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.d.ts.map +1 -0
  197. package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.js +5 -0
  198. package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.stories.d.ts → shep-logo.stories.d.ts} +2 -2
  199. package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.stories.d.ts.map +1 -0
  200. package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.stories.js → shep-logo.stories.js} +1 -1
  201. package/dist/src/presentation/web/components/common/version-badge/version-badge.stories.js +2 -2
  202. package/dist/src/presentation/web/components/features/chat/ChatSheet.js +1 -1
  203. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +1 -1
  204. package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.d.ts.map +1 -1
  205. package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.js +1 -6
  206. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +19 -19
  207. package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.d.ts.map +1 -1
  208. package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.js +2 -13
  209. package/dist/src/presentation/web/components/features/settings/database-settings-section.js +1 -1
  210. package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts +1 -5
  211. package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts.map +1 -1
  212. package/dist/src/presentation/web/components/features/settings/settings-page-client.js +27 -33
  213. package/dist/src/presentation/web/components/features/tools/tool-card.js +1 -1
  214. package/dist/src/presentation/web/components/features/version/version-page-client.js +1 -1
  215. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
  216. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +3 -3
  217. package/dist/src/presentation/web/components/ui/sidebar.stories.js +1 -1
  218. package/dist/src/presentation/web/lib/session-scanner.js +2 -2
  219. package/dist/src/presentation/web/lib/version.d.ts +1 -1
  220. package/dist/src/presentation/web/lib/version.js +1 -1
  221. package/dist/src/presentation/web/{proxy.d.ts → middleware.d.ts} +4 -4
  222. package/dist/src/presentation/web/middleware.d.ts.map +1 -0
  223. package/dist/src/presentation/web/{proxy.js → middleware.js} +3 -3
  224. package/dist/src/presentation/web/types/theme.d.ts +1 -1
  225. package/dist/src/presentation/web/types/theme.js +1 -1
  226. package/dist/translations/ar/cli.json +17 -17
  227. package/dist/translations/ar/tui.json +2 -2
  228. package/dist/translations/ar/web.json +5 -7
  229. package/dist/translations/de/cli.json +17 -17
  230. package/dist/translations/de/tui.json +2 -2
  231. package/dist/translations/de/web.json +5 -7
  232. package/dist/translations/en/cli.json +17 -17
  233. package/dist/translations/en/tui.json +2 -2
  234. package/dist/translations/en/web.json +5 -7
  235. package/dist/translations/es/cli.json +17 -17
  236. package/dist/translations/es/tui.json +2 -2
  237. package/dist/translations/es/web.json +5 -7
  238. package/dist/translations/fr/cli.json +17 -17
  239. package/dist/translations/fr/tui.json +2 -2
  240. package/dist/translations/fr/web.json +5 -7
  241. package/dist/translations/he/cli.json +17 -17
  242. package/dist/translations/he/tui.json +2 -2
  243. package/dist/translations/he/web.json +5 -7
  244. package/dist/translations/pt/cli.json +17 -17
  245. package/dist/translations/pt/tui.json +2 -2
  246. package/dist/translations/pt/web.json +5 -7
  247. package/dist/translations/ru/cli.json +17 -17
  248. package/dist/translations/ru/tui.json +2 -2
  249. package/dist/translations/ru/web.json +5 -7
  250. package/dist/tsconfig.build.tsbuildinfo +1 -1
  251. package/package.json +2 -2
  252. package/web/.next/BUILD_ID +1 -1
  253. package/web/.next/build-manifest.json +5 -5
  254. package/web/.next/fallback-build-manifest.json +3 -3
  255. package/web/.next/prerender-manifest.json +3 -3
  256. package/web/.next/required-server-files.js +1 -1
  257. package/web/.next/required-server-files.json +1 -1
  258. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/build-manifest.json +2 -2
  259. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +29 -29
  260. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +1 -2
  261. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
  262. package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
  263. package/web/.next/server/app/(dashboard)/@drawer/chat/page/build-manifest.json +2 -2
  264. package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +27 -27
  265. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +1 -2
  266. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
  267. package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
  268. package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +2 -2
  269. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +30 -30
  270. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +1 -2
  271. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  272. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  273. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
  274. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
  275. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +1 -2
  276. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  277. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  278. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +2 -2
  279. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +37 -37
  280. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +1 -2
  281. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  282. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  283. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
  284. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
  285. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +1 -2
  286. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  287. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  288. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +2 -2
  289. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
  290. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +1 -2
  291. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  292. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  293. package/web/.next/server/app/(dashboard)/chat/page/build-manifest.json +2 -2
  294. package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +27 -27
  295. package/web/.next/server/app/(dashboard)/chat/page.js +1 -2
  296. package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
  297. package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
  298. package/web/.next/server/app/(dashboard)/create/page/build-manifest.json +2 -2
  299. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +30 -30
  300. package/web/.next/server/app/(dashboard)/create/page.js +1 -2
  301. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  302. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  303. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
  304. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
  305. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +1 -2
  306. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  307. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  308. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +2 -2
  309. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +37 -37
  310. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +1 -2
  311. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  312. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  313. package/web/.next/server/app/(dashboard)/page/build-manifest.json +2 -2
  314. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +27 -27
  315. package/web/.next/server/app/(dashboard)/page.js +1 -2
  316. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  317. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  318. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
  319. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
  320. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +1 -2
  321. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  322. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  323. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +2 -2
  324. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
  325. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +1 -2
  326. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  327. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  328. package/web/.next/server/app/_global-error/page/build-manifest.json +2 -2
  329. package/web/.next/server/app/_global-error.html +1 -1
  330. package/web/.next/server/app/_global-error.rsc +1 -1
  331. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  332. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  333. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  334. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  335. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  336. package/web/.next/server/app/_not-found/page/build-manifest.json +2 -2
  337. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +6 -6
  338. package/web/.next/server/app/_not-found/page.js +1 -2
  339. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  340. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  341. package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
  342. package/web/.next/server/app/api/attachments/upload-from-path/route.js +1 -1
  343. package/web/.next/server/app/api/attachments/upload-from-path/route.js.nft.json +1 -1
  344. package/web/.next/server/app/api/dialog/pick-files/route.js.nft.json +1 -1
  345. package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
  346. package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
  347. package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
  348. package/web/.next/server/app/api/sessions/route.js +2 -2
  349. package/web/.next/server/app/settings/page/build-manifest.json +2 -2
  350. package/web/.next/server/app/settings/page/server-reference-manifest.json +18 -42
  351. package/web/.next/server/app/settings/page.js +2 -3
  352. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  353. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  354. package/web/.next/server/app/skills/page/build-manifest.json +2 -2
  355. package/web/.next/server/app/skills/page/server-reference-manifest.json +11 -11
  356. package/web/.next/server/app/skills/page.js +2 -2
  357. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  358. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  359. package/web/.next/server/app/tools/page/build-manifest.json +2 -2
  360. package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
  361. package/web/.next/server/app/tools/page.js +2 -2
  362. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  363. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  364. package/web/.next/server/app/version/page/build-manifest.json +2 -2
  365. package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
  366. package/web/.next/server/app/version/page.js +1 -2
  367. package/web/.next/server/app/version/page.js.nft.json +1 -1
  368. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  369. package/web/.next/server/chunks/11es_next_dist_esm_build_templates_app-route_067cwst.js +1 -1
  370. package/web/.next/server/chunks/11es_next_dist_esm_build_templates_app-route_067cwst.js.map +1 -1
  371. package/web/.next/server/chunks/[root-of-the-server]__0.2exzi._.js.map +1 -1
  372. package/web/.next/server/chunks/[root-of-the-server]__02xmnal._.js.map +1 -1
  373. package/web/.next/server/chunks/[root-of-the-server]__04jjtl_._.js.map +1 -1
  374. package/web/.next/server/chunks/[root-of-the-server]__07suer1._.js.map +1 -1
  375. package/web/.next/server/chunks/[root-of-the-server]__09118p2._.js.map +1 -1
  376. package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js +1 -1
  377. package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js.map +1 -1
  378. package/web/.next/server/chunks/[root-of-the-server]__0ip_e1x._.js.map +1 -1
  379. package/web/.next/server/chunks/{[root-of-the-server]__0l1p8bx._.js → [root-of-the-server]__0ob3z53._.js} +2 -2
  380. package/web/.next/server/chunks/{[root-of-the-server]__0l1p8bx._.js.map → [root-of-the-server]__0ob3z53._.js.map} +1 -1
  381. package/web/.next/server/chunks/[root-of-the-server]__0tb~wwk._.js +1 -1
  382. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js +1 -1
  383. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js.map +1 -1
  384. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js +2 -2
  385. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js.map +1 -1
  386. package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js +1 -1
  387. package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js.map +1 -1
  388. package/web/.next/server/chunks/ssr/11es_next_dist_0e36~wi._.js +1 -1
  389. package/web/.next/server/chunks/ssr/11es_next_dist_esm_build_templates_app-page_0l-25e2.js +1 -1
  390. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js +1 -1
  391. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js.map +1 -1
  392. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js +1 -1
  393. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js.map +1 -1
  394. package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js +4 -0
  395. package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js.map +1 -0
  396. package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js +3 -0
  397. package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js.map +1 -0
  398. package/web/.next/server/chunks/ssr/[root-of-the-server]__0frgz11._.js +4 -0
  399. package/web/.next/server/chunks/ssr/[root-of-the-server]__0frgz11._.js.map +1 -0
  400. package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js +4 -0
  401. package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js.map +1 -0
  402. package/web/.next/server/chunks/ssr/[root-of-the-server]__0pti1a3._.js +4 -0
  403. package/web/.next/server/chunks/ssr/[root-of-the-server]__0pti1a3._.js.map +1 -0
  404. package/web/.next/server/chunks/ssr/[root-of-the-server]__0qh.wn.._.js.map +1 -1
  405. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js +1 -1
  406. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js.map +1 -1
  407. package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js +4 -0
  408. package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js.map +1 -0
  409. package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js +4 -0
  410. package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js.map +1 -0
  411. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0_ag.8y._.js → [root-of-the-server]__0vd39s9._.js} +2 -2
  412. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0_ag.8y._.js.map → [root-of-the-server]__0vd39s9._.js.map} +1 -1
  413. package/web/.next/server/chunks/ssr/[root-of-the-server]__0yky~xo._.js +4 -0
  414. package/web/.next/server/chunks/ssr/[root-of-the-server]__0yky~xo._.js.map +1 -0
  415. package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js +1 -1
  416. package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js.map +1 -1
  417. package/web/.next/server/chunks/ssr/[root-of-the-server]__11dc42t._.js +4 -0
  418. package/web/.next/server/chunks/ssr/[root-of-the-server]__11dc42t._.js.map +1 -0
  419. package/web/.next/server/chunks/ssr/{_07tvs-~._.js → _0.7s.u6._.js} +2 -2
  420. package/web/.next/server/chunks/ssr/{_07tvs-~._.js.map → _0.7s.u6._.js.map} +1 -1
  421. package/web/.next/server/chunks/ssr/_0__4si~._.js +4 -0
  422. package/web/.next/server/chunks/ssr/_0__4si~._.js.map +1 -0
  423. package/web/.next/server/chunks/ssr/_0_m17kl._.js +4 -0
  424. package/web/.next/server/chunks/ssr/_0_m17kl._.js.map +1 -0
  425. package/web/.next/server/chunks/ssr/{_12nazf8._.js → _0d2ioa~._.js} +2 -2
  426. package/web/.next/server/chunks/ssr/{_12nazf8._.js.map → _0d2ioa~._.js.map} +1 -1
  427. package/web/.next/server/chunks/ssr/_0d4miu.._.js +4 -0
  428. package/web/.next/server/chunks/ssr/_0d4miu.._.js.map +1 -0
  429. package/web/.next/server/chunks/ssr/_0e5cv3q._.js +1 -1
  430. package/web/.next/server/chunks/ssr/_0e5cv3q._.js.map +1 -1
  431. package/web/.next/server/chunks/ssr/_0e8ern9._.js +4 -0
  432. package/web/.next/server/chunks/ssr/_0e8ern9._.js.map +1 -0
  433. package/web/.next/server/chunks/ssr/_0ez.1o4._.js +1 -1
  434. package/web/.next/server/chunks/ssr/_0ez.1o4._.js.map +1 -1
  435. package/web/.next/server/chunks/ssr/_0hovej-._.js +6 -0
  436. package/web/.next/server/chunks/ssr/_0hovej-._.js.map +1 -0
  437. package/web/.next/server/chunks/ssr/_0j9vx-1._.js +1 -1
  438. package/web/.next/server/chunks/ssr/_0p3zs6p._.js +3 -0
  439. package/web/.next/server/chunks/ssr/_0p3zs6p._.js.map +1 -0
  440. package/web/.next/server/chunks/ssr/_0qpq3xl._.js +3 -0
  441. package/web/.next/server/chunks/ssr/_0qpq3xl._.js.map +1 -0
  442. package/web/.next/server/chunks/ssr/_0r.3n~3._.js +4 -0
  443. package/web/.next/server/chunks/ssr/_0r.3n~3._.js.map +1 -0
  444. package/web/.next/server/chunks/ssr/{_01mq~sm._.js → _0sgeiju._.js} +2 -2
  445. package/web/.next/server/chunks/ssr/{_01mq~sm._.js.map → _0sgeiju._.js.map} +1 -1
  446. package/web/.next/server/chunks/ssr/_0t59q8r._.js +4 -0
  447. package/web/.next/server/chunks/ssr/_0t59q8r._.js.map +1 -0
  448. package/web/.next/server/chunks/ssr/{_0tcwb~m._.js → _0uh__3q._.js} +2 -2
  449. package/web/.next/server/chunks/ssr/{_0tcwb~m._.js.map → _0uh__3q._.js.map} +1 -1
  450. package/web/.next/server/chunks/ssr/_0v.yfmg._.js +1 -1
  451. package/web/.next/server/chunks/ssr/_0v.yfmg._.js.map +1 -1
  452. package/web/.next/server/chunks/ssr/_0w-_hww._.js +1 -1
  453. package/web/.next/server/chunks/ssr/_0w-_hww._.js.map +1 -1
  454. package/web/.next/server/chunks/ssr/_0zk-h5w._.js +4 -0
  455. package/web/.next/server/chunks/ssr/_0zk-h5w._.js.map +1 -0
  456. package/web/.next/server/chunks/ssr/_0~ev6dw._.js +6 -0
  457. package/web/.next/server/chunks/ssr/_0~ev6dw._.js.map +1 -0
  458. package/web/.next/server/chunks/ssr/_1161g9x._.js +4 -0
  459. package/web/.next/server/chunks/ssr/_1161g9x._.js.map +1 -0
  460. package/web/.next/server/chunks/ssr/_11kuznh._.js +1 -1
  461. package/web/.next/server/chunks/ssr/_11kuznh._.js.map +1 -1
  462. package/web/.next/server/chunks/ssr/_13euo-f._.js +1 -1
  463. package/web/.next/server/chunks/ssr/_13euo-f._.js.map +1 -1
  464. package/web/.next/server/chunks/ssr/node_modules__pnpm_0ayym15._.js +3 -0
  465. package/web/.next/server/chunks/ssr/{node_modules__pnpm_0xyo1be._.js.map → node_modules__pnpm_0ayym15._.js.map} +1 -1
  466. package/web/.next/server/chunks/ssr/src_presentation_web_05-w-~v._.js +1 -1
  467. package/web/.next/server/chunks/ssr/src_presentation_web_05-w-~v._.js.map +1 -1
  468. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js +3 -0
  469. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js.map +1 -0
  470. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js +3 -0
  471. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js.map +1 -0
  472. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js +1 -1
  473. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js.map +1 -1
  474. package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js +1 -1
  475. package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js.map +1 -1
  476. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js +1 -1
  477. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js.map +1 -1
  478. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js +1 -1
  479. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js.map +1 -1
  480. package/web/.next/server/edge/chunks/0pax_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js +3 -0
  481. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js.map +1 -0
  482. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js +3 -0
  483. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js.map +1 -0
  484. package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js +11 -0
  485. package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js.map +1 -0
  486. package/web/.next/server/functions-config-manifest.json +1 -11
  487. package/web/.next/server/middleware/middleware-manifest.json +27 -1
  488. package/web/.next/server/middleware-build-manifest.js +5 -5
  489. package/web/.next/server/middleware-manifest.json +32 -2
  490. package/web/.next/server/pages/500.html +1 -1
  491. package/web/.next/server/server-reference-manifest.js +1 -1
  492. package/web/.next/server/server-reference-manifest.json +56 -80
  493. package/web/.next/static/{kWYziSGurYY6iHBzoRCby → ML_58uxy5qmZQKb7WAVpk}/_clientMiddlewareManifest.js +1 -1
  494. package/web/.next/static/chunks/{0vxrl0-qu5nq7.js → 06m0t8vm74uq0.js} +1 -1
  495. package/web/.next/static/chunks/{0~er~22zwvx0i.js → 07lrq10rx0tp1.js} +1 -1
  496. package/web/.next/static/chunks/{0xp.c-ok~mwrs.js → 097d4.alebhv6.js} +3 -3
  497. package/web/.next/static/chunks/0a_ahxutnlxeo.js +1 -0
  498. package/web/.next/static/chunks/{0hqsl3xgn_vxb.js → 0b1my~6lqz~ha.js} +1 -1
  499. package/web/.next/static/chunks/{08iuksm8rvb09.js → 0bdtgeoys8bq..js} +1 -1
  500. package/web/.next/static/chunks/0dr6q94jmx86b.css +1 -0
  501. package/web/.next/static/chunks/0ggh~9h0aria4.js +1 -0
  502. package/web/.next/static/chunks/0ig1nny60x9fp.js +1 -0
  503. package/web/.next/static/chunks/{0hgrk.0mznc5..js → 0irqet91z73_h.js} +1 -1
  504. package/web/.next/static/chunks/0m-ae_vez8yzr.js +3 -0
  505. package/web/.next/static/chunks/0oha7fn.qv23y.js +1 -0
  506. package/web/.next/static/chunks/{15m2wfd5k_7fj.js → 0rnvcu2blaow4.js} +1 -1
  507. package/web/.next/static/chunks/{12m0vnrnp5doq.js → 0so7j5o39.mt3.js} +2 -2
  508. package/web/.next/static/chunks/{0wmckrtphfa12.js → 0vlx6s5d1~d-w.js} +1 -1
  509. package/web/.next/static/chunks/{0m.3~pcsueoah.js → 0~7cjq579m7ms.js} +1 -1
  510. package/web/.next/static/chunks/0~_228bvayobk.js +1 -0
  511. package/web/.next/static/chunks/10ltsew-fr2hm.js +1 -0
  512. package/web/.next/static/chunks/{0riti1bs-erm~.js → 13xg0bjtuso~r.js} +1 -1
  513. package/web/.next/static/chunks/{09b2usag59_bi.js → 14bjyfto_93~m.js} +1 -1
  514. package/web/.next/static/chunks/{18ca782kjerlh.js → 15nzg-txif.bg.js} +1 -1
  515. package/web/.next/static/chunks/{turbopack-0ve8f54_veg.u.js → turbopack-10upsk2jydmq4.js} +1 -1
  516. package/web/package.json +1 -1
  517. package/web/public/favicon-dark.svg +6 -0
  518. package/web/public/favicon-light.svg +6 -0
  519. package/web/public/icons/agents/openai.svg +1 -1
  520. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts +0 -54
  521. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts.map +0 -1
  522. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.js +0 -8
  523. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts +0 -18
  524. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts.map +0 -1
  525. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.js +0 -40
  526. package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts +0 -38
  527. package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts.map +0 -1
  528. package/dist/packages/core/src/infrastructure/services/environment-detector.service.js +0 -196
  529. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/bash.json +0 -20
  530. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/codex-cli.json +0 -31
  531. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/fish.json +0 -19
  532. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/powershell.json +0 -24
  533. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zsh.json +0 -19
  534. package/dist/src/presentation/web/app/actions/get-available-editors.d.ts +0 -14
  535. package/dist/src/presentation/web/app/actions/get-available-editors.d.ts.map +0 -1
  536. package/dist/src/presentation/web/app/actions/get-available-editors.js +0 -24
  537. package/dist/src/presentation/web/app/actions/get-available-shells.d.ts +0 -14
  538. package/dist/src/presentation/web/app/actions/get-available-shells.d.ts.map +0 -1
  539. package/dist/src/presentation/web/app/actions/get-available-shells.js +0 -22
  540. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.d.ts.map +0 -1
  541. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.js +0 -8
  542. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.stories.d.ts.map +0 -1
  543. package/dist/src/presentation/web/proxy.d.ts.map +0 -1
  544. package/web/.next/server/chunks/[externals]__11vad82._.js +0 -3
  545. package/web/.next/server/chunks/[externals]__11vad82._.js.map +0 -1
  546. package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js +0 -20
  547. package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js.map +0 -1
  548. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js +0 -3
  549. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js.map +0 -1
  550. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js +0 -3
  551. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js.map +0 -1
  552. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js +0 -3
  553. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js.map +0 -1
  554. package/web/.next/server/chunks/ssr/[root-of-the-server]__045sv4b._.js +0 -3
  555. package/web/.next/server/chunks/ssr/[root-of-the-server]__045sv4b._.js.map +0 -1
  556. package/web/.next/server/chunks/ssr/[root-of-the-server]__0d_0_fp._.js +0 -3
  557. package/web/.next/server/chunks/ssr/[root-of-the-server]__0d_0_fp._.js.map +0 -1
  558. package/web/.next/server/chunks/ssr/[root-of-the-server]__0l4d7e.._.js +0 -3
  559. package/web/.next/server/chunks/ssr/[root-of-the-server]__0l4d7e.._.js.map +0 -1
  560. package/web/.next/server/chunks/ssr/[root-of-the-server]__0r32z03._.js +0 -3
  561. package/web/.next/server/chunks/ssr/[root-of-the-server]__0r32z03._.js.map +0 -1
  562. package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js +0 -4
  563. package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js.map +0 -1
  564. package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js +0 -3
  565. package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js.map +0 -1
  566. package/web/.next/server/chunks/ssr/_0jpbsh_._.js +0 -4
  567. package/web/.next/server/chunks/ssr/_0jpbsh_._.js.map +0 -1
  568. package/web/.next/server/chunks/ssr/_0n.xy38._.js +0 -3
  569. package/web/.next/server/chunks/ssr/_0n.xy38._.js.map +0 -1
  570. package/web/.next/server/chunks/ssr/_0rvaoj4._.js +0 -3
  571. package/web/.next/server/chunks/ssr/_0rvaoj4._.js.map +0 -1
  572. package/web/.next/server/chunks/ssr/node_modules__pnpm_0xyo1be._.js +0 -3
  573. package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js +0 -3
  574. package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js.map +0 -1
  575. package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js +0 -3
  576. package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js.map +0 -1
  577. package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js +0 -5
  578. package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js.map +0 -1
  579. package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js +0 -3
  580. package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js.map +0 -1
  581. package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js +0 -3
  582. package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js.map +0 -1
  583. package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js +0 -5
  584. package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js.map +0 -1
  585. package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js +0 -3
  586. package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js.map +0 -1
  587. package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js +0 -3
  588. package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js.map +0 -1
  589. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js +0 -3
  590. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js.map +0 -1
  591. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js +0 -3
  592. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js.map +0 -1
  593. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js +0 -3
  594. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js.map +0 -1
  595. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js +0 -3
  596. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js.map +0 -1
  597. package/web/.next/server/middleware.js +0 -5
  598. package/web/.next/server/middleware.js.map +0 -5
  599. package/web/.next/server/middleware.js.nft.json +0 -1
  600. package/web/.next/static/chunks/04thbdvq73.8p.js +0 -1
  601. package/web/.next/static/chunks/0cmncp3fhnz3s.js +0 -3
  602. package/web/.next/static/chunks/0gq7w9c~abj0j.js +0 -1
  603. package/web/.next/static/chunks/0h7-maep13j01.js +0 -1
  604. package/web/.next/static/chunks/0hk9bqajlid1q.js +0 -1
  605. package/web/.next/static/chunks/0r5dju6f1-i38.css +0 -1
  606. package/web/.next/static/chunks/0zz.xgsd83.3n.js +0 -1
  607. package/web/.next/static/chunks/12ykdjf3-fq4-.js +0 -1
  608. package/web/public/apple-touch-icon.png +0 -0
  609. package/web/public/favicon-32x32.png +0 -0
  610. package/web/public/icon-192.png +0 -0
  611. package/web/public/icon-512.png +0 -0
  612. package/web/public/shipit-brain.png +0 -0
  613. package/web/public/shipit-icon.svg +0 -68
  614. package/web/public/shipit-logo.png +0 -0
  615. /package/web/.next/static/{kWYziSGurYY6iHBzoRCby → ML_58uxy5qmZQKb7WAVpk}/_buildManifest.js +0 -0
  616. /package/web/.next/static/{kWYziSGurYY6iHBzoRCby → ML_58uxy5qmZQKb7WAVpk}/_ssgManifest.js +0 -0
package/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  <div align="center">
2
2
 
3
3
  <h1>
4
- <img src="src/presentation/web/public/shipit-logo.png" alt="ShipIT AI logo" width="32" valign="middle" />
5
- ShipIT
4
+ <picture>
5
+ <source media="(prefers-color-scheme: dark)" srcset="src/presentation/web/public/favicon-light.svg">
6
+ <source media="(prefers-color-scheme: light)" srcset="src/presentation/web/public/favicon-dark.svg">
7
+ <img src="src/presentation/web/public/favicon-light.svg" alt="Shipit logo" width="28" valign="middle" />
8
+ </picture>
9
+ Shipit
6
10
  </h1>
7
11
 
8
12
  ### Run multiple AI agents in parallel. Each in its own worktree
@@ -241,7 +245,7 @@ The skip-permissions flag is a default, not a requirement. Configure your agent'
241
245
 
242
246
  | Category | Supported |
243
247
  |----------|-----------|
244
- | **AI Agents** | Claude Code, Cursor CLI, Gemini CLI, Codex CLI, Aider, Continue |
248
+ | **AI Agents** | Claude Code, Cursor CLI, Gemini CLI |
245
249
  | **IDEs** | VS Code, Cursor, Zed, Windsurf, and more |
246
250
  | **Required** | Git, GitHub CLI (`gh`) |
247
251
 
@@ -20,5 +20,4 @@ export type { IDeploymentService, DeploymentStatus } from './deployment-service.
20
20
  export type { IGitHubRepositoryService, GitHubRepo, GitHubOrganization, ListUserRepositoriesOptions, CloneOptions, ParsedGitHubUrl, } from './github-repository-service.interface.js';
21
21
  export { GitHubAuthError, GitHubCloneError, GitHubUrlParseError, GitHubRepoListError, } from './github-repository-service.interface.js';
22
22
  export type { IInteractiveSessionService, StreamChunk, UnsubscribeFn, ChatState, } from './interactive-session-service.interface.js';
23
- export type { IEnvironmentDetectorService, DetectedEnvironment, AvailableEditorEntry, AvailableShellEntry, } from './environment-detector.service.js';
24
23
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/application/ports/output/services/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,YAAY,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAClG,OAAO,EACL,iBAAiB,EACjB,kBAAkB,EAClB,wBAAwB,EACxB,4BAA4B,GAC7B,MAAM,uCAAuC,CAAC;AAC/C,YAAY,EACV,uBAAuB,EACvB,qBAAqB,GACtB,MAAM,iCAAiC,CAAC;AACzC,YAAY,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACtE,YAAY,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AACtF,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACnF,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACjG,YAAY,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,YAAY,EACV,aAAa,EACb,QAAQ,EACR,cAAc,EACd,WAAW,EACX,aAAa,EACb,cAAc,GACf,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC3E,YAAY,EACV,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,eAAe,GAChB,MAAM,qCAAqC,CAAC;AAC7C,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjF,YAAY,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAC9F,YAAY,EACV,wBAAwB,EACxB,UAAU,EACV,kBAAkB,EAClB,2BAA2B,EAC3B,YAAY,EACZ,eAAe,GAChB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,eAAe,EACf,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,0CAA0C,CAAC;AAClD,YAAY,EACV,0BAA0B,EAC1B,WAAW,EACX,aAAa,EACb,SAAS,GACV,MAAM,4CAA4C,CAAC;AACpD,YAAY,EACV,2BAA2B,EAC3B,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,GACpB,MAAM,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/application/ports/output/services/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,YAAY,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAClG,OAAO,EACL,iBAAiB,EACjB,kBAAkB,EAClB,wBAAwB,EACxB,4BAA4B,GAC7B,MAAM,uCAAuC,CAAC;AAC/C,YAAY,EACV,uBAAuB,EACvB,qBAAqB,GACtB,MAAM,iCAAiC,CAAC;AACzC,YAAY,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACtE,YAAY,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AACtF,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACnF,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACjG,YAAY,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,YAAY,EACV,aAAa,EACb,QAAQ,EACR,cAAc,EACd,WAAW,EACX,aAAa,EACb,cAAc,GACf,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC3E,YAAY,EACV,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,eAAe,GAChB,MAAM,qCAAqC,CAAC;AAC7C,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjF,YAAY,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAC9F,YAAY,EACV,wBAAwB,EACxB,UAAU,EACV,kBAAkB,EAClB,2BAA2B,EAC3B,YAAY,EACZ,eAAe,GAChB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,eAAe,EACf,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,0CAA0C,CAAC;AAClD,YAAY,EACV,0BAA0B,EAC1B,WAAW,EACX,aAAa,EACb,SAAS,GACV,MAAM,4CAA4C,CAAC"}
@@ -10,7 +10,7 @@ export interface ToolMetadata {
10
10
  name: string;
11
11
  summary: string;
12
12
  description: string;
13
- tags: ('ide' | 'cli-agent' | 'vcs' | 'terminal' | 'shell')[];
13
+ tags: ('ide' | 'cli-agent' | 'vcs' | 'terminal')[];
14
14
  author?: string;
15
15
  website?: string;
16
16
  platforms?: ('linux' | 'darwin' | 'win32')[];
@@ -48,9 +48,5 @@ export interface IToolMetadataService {
48
48
  * Get terminal tools that can open a directory (tagged "terminal" with `openDirectory`).
49
49
  */
50
50
  getTerminalEntries(): [string, ToolMetadata][];
51
- /**
52
- * Get shell interpreter tools (tagged "shell").
53
- */
54
- getShellEntries(): [string, ToolMetadata][];
55
51
  }
56
52
  //# sourceMappingURL=tool-metadata-service.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tool-metadata-service.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/application/ports/output/services/tool-metadata-service.interface.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,CAAC,KAAK,GAAG,WAAW,GAAG,KAAK,GAAG,UAAU,GAAG,OAAO,CAAC,EAAE,CAAC;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,EAAE,CAAC;IAC7C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChD,YAAY,CAAC,EAAE;QACb,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;QACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,CAAC;IACF,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnD;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAAC;IAE1D;;OAEG;IACH,kBAAkB,IAAI,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IAEnD;;OAEG;IACH,aAAa,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAAC;IAE1C;;OAEG;IACH,kBAAkB,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAAC;IAE/C;;OAEG;IACH,eAAe,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAAC;CAC7C"}
1
+ {"version":3,"file":"tool-metadata-service.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/application/ports/output/services/tool-metadata-service.interface.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,CAAC,KAAK,GAAG,WAAW,GAAG,KAAK,GAAG,UAAU,CAAC,EAAE,CAAC;IACnD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,EAAE,CAAC;IAC7C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAChD,YAAY,CAAC,EAAE;QACb,KAAK,CAAC,EAAE,OAAO,CAAC;QAChB,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;QACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,CAAC;IACF,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnD;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAAC;IAE1D;;OAEG;IACH,kBAAkB,IAAI,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAC;IAEnD;;OAEG;IACH,aAAa,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAAC;IAE1C;;OAEG;IACH,kBAAkB,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAAC;CAChD"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Configure Agent Use Case
3
3
  *
4
- * Configures the AI coding agent for the ShipIT platform.
4
+ * Configures the AI coding agent for the Shep platform.
5
5
  * Validates agent availability before persisting configuration.
6
6
  *
7
7
  * Business Rules:
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Configure Agent Use Case
3
3
  *
4
- * Configures the AI coding agent for the ShipIT platform.
4
+ * Configures the AI coding agent for the Shep platform.
5
5
  * Validates agent availability before persisting configuration.
6
6
  *
7
7
  * Business Rules:
@@ -2,7 +2,7 @@
2
2
  * Stop Agent Run Use Case
3
3
  *
4
4
  * Sends SIGTERM to a running agent's worker process and marks it as interrupted.
5
- * Using "interrupted" (not "cancelled") so the run is resumable via `shipit-ai feat resume`.
5
+ * Using "interrupted" (not "cancelled") so the run is resumable via `shep feat resume`.
6
6
  */
7
7
  import type { IAgentRunRepository } from '../../ports/output/agents/agent-run-repository.interface.js';
8
8
  import type { IPhaseTimingRepository } from '../../ports/output/agents/phase-timing-repository.interface.js';
@@ -2,7 +2,7 @@
2
2
  * Stop Agent Run Use Case
3
3
  *
4
4
  * Sends SIGTERM to a running agent's worker process and marks it as interrupted.
5
- * Using "interrupted" (not "cancelled") so the run is resumable via `shipit-ai feat resume`.
5
+ * Using "interrupted" (not "cancelled") so the run is resumable via `shep feat resume`.
6
6
  */
7
7
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
8
8
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Adopt Branch Use Case
3
3
  *
4
- * Imports an existing git branch into ShipIT's feature tracking system.
4
+ * Imports an existing git branch into Shep's feature tracking system.
5
5
  * Creates a worktree (if needed), derives feature metadata from the branch name,
6
6
  * and persists a Feature entity. Branches with an open PR get lifecycle=Review
7
7
  * (shown as "REVIEW" in the UI); all others get lifecycle=Maintain (completed).
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Adopt Branch Use Case
3
3
  *
4
- * Imports an existing git branch into ShipIT's feature tracking system.
4
+ * Imports an existing git branch into Shep's feature tracking system.
5
5
  * Creates a worktree (if needed), derives feature metadata from the branch name,
6
6
  * and persists a Feature entity. Branches with an open PR get lifecycle=Review
7
7
  * (shown as "REVIEW" in the UI); all others get lifecycle=Maintain (completed).
@@ -11,5 +11,4 @@ export { CompleteOnboardingUseCase } from './complete-onboarding.use-case.js';
11
11
  export type { CompleteOnboardingInput } from './complete-onboarding.use-case.js';
12
12
  export { CompleteWebOnboardingUseCase } from './complete-web-onboarding.use-case.js';
13
13
  export type { CompleteWebOnboardingInput } from './complete-web-onboarding.use-case.js';
14
- export { DetectEnvironmentDefaultsUseCase } from './detect-environment-defaults.use-case.js';
15
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/application/use-cases/settings/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,YAAY,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,YAAY,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/application/use-cases/settings/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,YAAY,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AACjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,YAAY,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC"}
@@ -9,4 +9,3 @@ export { UpdateSettingsUseCase } from './update-settings.use-case.js';
9
9
  export { CheckOnboardingStatusUseCase } from './check-onboarding-status.use-case.js';
10
10
  export { CompleteOnboardingUseCase } from './complete-onboarding.use-case.js';
11
11
  export { CompleteWebOnboardingUseCase } from './complete-web-onboarding.use-case.js';
12
- export { DetectEnvironmentDefaultsUseCase } from './detect-environment-defaults.use-case.js';
@@ -3,32 +3,26 @@
3
3
  *
4
4
  * Handles first-time settings initialization.
5
5
  * Creates default settings if none exist, or returns existing settings.
6
- * When creating new settings, auto-detects OS environment defaults for
7
- * editor, shell, and terminal preferences.
8
6
  *
9
7
  * Business Rules:
10
8
  * - Only one Settings record allowed (singleton pattern)
11
- * - Uses factory defaults for initial values, enhanced with OS detection
12
- * - Detection failure must never block settings initialization
9
+ * - Uses factory defaults for initial values
13
10
  * - Idempotent: safe to call multiple times
14
11
  */
15
12
  import type { Settings } from '../../../domain/generated/output.js';
16
13
  import type { ISettingsRepository } from '../../ports/output/repositories/settings.repository.interface.js';
17
- import type { IEnvironmentDetectorService } from '../../ports/output/services/environment-detector.service.js';
18
14
  /**
19
15
  * Use case for initializing global settings.
20
16
  *
21
17
  * Algorithm:
22
18
  * 1. Check if settings already exist (load from repository)
23
19
  * 2. If exists, return existing settings
24
- * 3. If not exists, detect OS environment defaults
25
- * 4. Create defaults with detected overrides and initialize in repository
26
- * 5. Return newly created settings
20
+ * 3. If not exists, create defaults and initialize in repository
21
+ * 4. Return newly created settings
27
22
  */
28
23
  export declare class InitializeSettingsUseCase {
29
24
  private readonly settingsRepository;
30
- private readonly envDetector;
31
- constructor(settingsRepository: ISettingsRepository, envDetector: IEnvironmentDetectorService);
25
+ constructor(settingsRepository: ISettingsRepository);
32
26
  /**
33
27
  * Execute the initialize settings use case.
34
28
  *
@@ -1 +1 @@
1
- {"version":3,"file":"initialize-settings.use-case.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/application/use-cases/settings/initialize-settings.use-case.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAEpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kEAAkE,CAAC;AAC5G,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,6DAA6D,CAAC;AAG/G;;;;;;;;;GASG;AACH,qBACa,yBAAyB;IAGlC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IAEnC,OAAO,CAAC,QAAQ,CAAC,WAAW;gBAFX,kBAAkB,EAAE,mBAAmB,EAEvC,WAAW,EAAE,2BAA2B;IAG3D;;;;OAIG;IACG,OAAO,IAAI,OAAO,CAAC,QAAQ,CAAC;CA2CnC"}
1
+ {"version":3,"file":"initialize-settings.use-case.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/application/use-cases/settings/initialize-settings.use-case.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kEAAkE,CAAC;AAG5G;;;;;;;;GAQG;AACH,qBACa,yBAAyB;IAGlC,OAAO,CAAC,QAAQ,CAAC,kBAAkB;gBAAlB,kBAAkB,EAAE,mBAAmB;IAG1D;;;;OAIG;IACG,OAAO,IAAI,OAAO,CAAC,QAAQ,CAAC;CAgBnC"}
@@ -3,13 +3,10 @@
3
3
  *
4
4
  * Handles first-time settings initialization.
5
5
  * Creates default settings if none exist, or returns existing settings.
6
- * When creating new settings, auto-detects OS environment defaults for
7
- * editor, shell, and terminal preferences.
8
6
  *
9
7
  * Business Rules:
10
8
  * - Only one Settings record allowed (singleton pattern)
11
- * - Uses factory defaults for initial values, enhanced with OS detection
12
- * - Detection failure must never block settings initialization
9
+ * - Uses factory defaults for initial values
13
10
  * - Idempotent: safe to call multiple times
14
11
  */
15
12
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -32,16 +29,13 @@ import { createDefaultSettings } from '../../../domain/factories/settings-defaul
32
29
  * Algorithm:
33
30
  * 1. Check if settings already exist (load from repository)
34
31
  * 2. If exists, return existing settings
35
- * 3. If not exists, detect OS environment defaults
36
- * 4. Create defaults with detected overrides and initialize in repository
37
- * 5. Return newly created settings
32
+ * 3. If not exists, create defaults and initialize in repository
33
+ * 4. Return newly created settings
38
34
  */
39
35
  let InitializeSettingsUseCase = class InitializeSettingsUseCase {
40
36
  settingsRepository;
41
- envDetector;
42
- constructor(settingsRepository, envDetector) {
37
+ constructor(settingsRepository) {
43
38
  this.settingsRepository = settingsRepository;
44
- this.envDetector = envDetector;
45
39
  }
46
40
  /**
47
41
  * Execute the initialize settings use case.
@@ -54,28 +48,8 @@ let InitializeSettingsUseCase = class InitializeSettingsUseCase {
54
48
  if (existingSettings) {
55
49
  return existingSettings;
56
50
  }
57
- // Try to detect OS defaults for environment settings
58
- let overrides;
59
- try {
60
- const detected = this.envDetector.detectDefaults();
61
- overrides = {
62
- ...(detected.defaultEditor != null && { defaultEditor: detected.defaultEditor }),
63
- ...(detected.defaultShell != null && { shellPreference: detected.defaultShell }),
64
- ...(detected.defaultTerminal != null && {
65
- terminalPreference: detected.defaultTerminal,
66
- }),
67
- };
68
- // Only pass overrides if there's at least one detected value
69
- if (Object.keys(overrides).length === 0) {
70
- overrides = undefined;
71
- }
72
- }
73
- catch {
74
- // Detection failure must not block settings initialization
75
- overrides = undefined;
76
- }
77
- // Create new settings with defaults (enhanced with detected overrides)
78
- const newSettings = createDefaultSettings(overrides);
51
+ // Create new settings with defaults
52
+ const newSettings = createDefaultSettings();
79
53
  // Persist to database
80
54
  await this.settingsRepository.initialize(newSettings);
81
55
  return newSettings;
@@ -84,7 +58,6 @@ let InitializeSettingsUseCase = class InitializeSettingsUseCase {
84
58
  InitializeSettingsUseCase = __decorate([
85
59
  injectable(),
86
60
  __param(0, inject('ISettingsRepository')),
87
- __param(1, inject('IEnvironmentDetectorService')),
88
- __metadata("design:paramtypes", [Object, Object])
61
+ __metadata("design:paramtypes", [Object])
89
62
  ], InitializeSettingsUseCase);
90
63
  export { InitializeSettingsUseCase };
@@ -13,7 +13,7 @@ export interface ToolItem {
13
13
  name: string;
14
14
  summary: string;
15
15
  description: string;
16
- tags: ('ide' | 'cli-agent' | 'vcs' | 'terminal' | 'shell')[];
16
+ tags: ('ide' | 'cli-agent' | 'vcs' | 'terminal')[];
17
17
  iconUrl: string | undefined;
18
18
  autoInstall: boolean;
19
19
  required: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"list-tools.use-case.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/application/use-cases/tools/list-tools.use-case.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAClF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAGlF,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,CAAC,KAAK,GAAG,WAAW,GAAG,KAAK,GAAG,UAAU,GAAG,OAAO,CAAC,EAAE,CAAC;IAC7D,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,EAAE,sBAAsB,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,SAAS,EAAE,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,EAAE,GAAG,SAAS,CAAC;CACzD;AAED,MAAM,MAAM,eAAe,GAAG,QAAQ,EAAE,CAAC;AAWzC,qBACa,gBAAgB;IAGzB,OAAO,CAAC,QAAQ,CAAC,oBAAoB;gBAApB,oBAAoB,EAAE,qBAAqB;IAGxD,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC;CAmC1C"}
1
+ {"version":3,"file":"list-tools.use-case.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/application/use-cases/tools/list-tools.use-case.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAClF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAGlF,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,CAAC,KAAK,GAAG,WAAW,GAAG,KAAK,GAAG,UAAU,CAAC,EAAE,CAAC;IACnD,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,EAAE,sBAAsB,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,SAAS,EAAE,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,EAAE,GAAG,SAAS,CAAC;CACzD;AAED,MAAM,MAAM,eAAe,GAAG,QAAQ,EAAE,CAAC;AAWzC,qBACa,gBAAgB;IAGzB,OAAO,CAAC,QAAQ,CAAC,oBAAoB;gBAApB,oBAAoB,EAAE,qBAAqB;IAGxD,OAAO,IAAI,OAAO,CAAC,eAAe,CAAC;CAmC1C"}
@@ -12,7 +12,6 @@
12
12
  * - Unique IDs and timestamps generated for each instance
13
13
  */
14
14
  import type { Settings } from '../generated/output.js';
15
- import { EditorType, TerminalType } from '../generated/output.js';
16
15
  /**
17
16
  * Creates a Settings entity with sensible defaults.
18
17
  *
@@ -25,29 +24,14 @@ import { EditorType, TerminalType } from '../generated/output.js';
25
24
  * - User profile: empty (all fields optional)
26
25
  * - Agent: Claude Code with session auth
27
26
  *
28
- * @param overrides - Optional environment overrides detected from the user's
29
- * OS environment. When provided, these values take precedence over the
30
- * hardcoded defaults for editor, shell, and terminal preferences.
31
27
  * @returns Settings entity with default values
32
28
  *
33
29
  * @example
34
30
  * ```typescript
35
- * // Use factory defaults
36
31
  * const settings = createDefaultSettings();
32
+ * console.log(settings.models.default); // "claude-sonnet-4-6"
37
33
  * console.log(settings.environment.defaultEditor); // "vscode"
38
- *
39
- * // Use auto-detected overrides
40
- * const settings = createDefaultSettings({
41
- * defaultEditor: EditorType.Zed,
42
- * shellPreference: 'zsh',
43
- * });
44
- * console.log(settings.environment.defaultEditor); // "zed"
45
- * console.log(settings.environment.shellPreference); // "zsh"
46
34
  * ```
47
35
  */
48
- export declare function createDefaultSettings(overrides?: {
49
- defaultEditor?: EditorType;
50
- shellPreference?: string;
51
- terminalPreference?: TerminalType;
52
- }): Settings;
36
+ export declare function createDefaultSettings(): Settings;
53
37
  //# sourceMappingURL=settings-defaults.factory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"settings-defaults.factory.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/domain/factories/settings-defaults.factory.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EACV,QAAQ,EAUT,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAA8B,UAAU,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AA4C3F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,CAAC,EAAE;IAChD,aAAa,CAAC,EAAE,UAAU,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,YAAY,CAAC;CACnC,GAAG,QAAQ,CAsFX"}
1
+ {"version":3,"file":"settings-defaults.factory.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/domain/factories/settings-defaults.factory.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EACV,QAAQ,EAUT,MAAM,qBAAqB,CAAC;AA6C7B;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,qBAAqB,IAAI,QAAQ,CAsFhD"}
@@ -59,36 +59,25 @@ const DEFAULT_AUTH_METHOD = AgentAuthMethod.Session;
59
59
  * - User profile: empty (all fields optional)
60
60
  * - Agent: Claude Code with session auth
61
61
  *
62
- * @param overrides - Optional environment overrides detected from the user's
63
- * OS environment. When provided, these values take precedence over the
64
- * hardcoded defaults for editor, shell, and terminal preferences.
65
62
  * @returns Settings entity with default values
66
63
  *
67
64
  * @example
68
65
  * ```typescript
69
- * // Use factory defaults
70
66
  * const settings = createDefaultSettings();
67
+ * console.log(settings.models.default); // "claude-sonnet-4-6"
71
68
  * console.log(settings.environment.defaultEditor); // "vscode"
72
- *
73
- * // Use auto-detected overrides
74
- * const settings = createDefaultSettings({
75
- * defaultEditor: EditorType.Zed,
76
- * shellPreference: 'zsh',
77
- * });
78
- * console.log(settings.environment.defaultEditor); // "zed"
79
- * console.log(settings.environment.shellPreference); // "zsh"
80
69
  * ```
81
70
  */
82
- export function createDefaultSettings(overrides) {
71
+ export function createDefaultSettings() {
83
72
  const now = new Date();
84
73
  const models = {
85
74
  default: DEFAULT_MODEL,
86
75
  };
87
76
  const user = {};
88
77
  const environment = {
89
- defaultEditor: overrides?.defaultEditor ?? DEFAULT_EDITOR,
90
- shellPreference: overrides?.shellPreference ?? DEFAULT_SHELL,
91
- terminalPreference: overrides?.terminalPreference ?? DEFAULT_TERMINAL,
78
+ defaultEditor: DEFAULT_EDITOR,
79
+ shellPreference: DEFAULT_SHELL,
80
+ terminalPreference: DEFAULT_TERMINAL,
92
81
  defaultCloneDirectory: '~/repos',
93
82
  };
94
83
  const system = {
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @shipit-ai/core - ShipIT AI Core Package
2
+ * @shipit-ai/core - Shipit AI Core Package
3
3
  *
4
- * Domain, application, and infrastructure layers for the ShipIT AI platform.
4
+ * Domain, application, and infrastructure layers for the Shep AI platform.
5
5
  */
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * @shipit-ai/core - ShipIT AI Core Package
3
+ * @shipit-ai/core - Shipit AI Core Package
4
4
  *
5
- * Domain, application, and infrastructure layers for the ShipIT AI platform.
5
+ * Domain, application, and infrastructure layers for the Shep AI platform.
6
6
  */
@@ -1 +1 @@
1
- {"version":3,"file":"services.module.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/di/modules/services.module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AA8C3C;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,SAAS,EAAE,mBAAmB,EAC9B,EAAE,EAAE,QAAQ,CAAC,QAAQ,GACpB,IAAI,CA0EN"}
1
+ {"version":3,"file":"services.module.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/di/modules/services.module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AA4C3C;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,SAAS,EAAE,mBAAmB,EAC9B,EAAE,EAAE,QAAQ,CAAC,QAAQ,GACpB,IAAI,CAsEN"}
@@ -17,7 +17,6 @@ import { AttachmentStorageService } from '../../services/attachment-storage.serv
17
17
  import { ProcessMonitorService } from '../../services/process/process-monitor.service.js';
18
18
  import { FileSystemService } from '../../services/filesystem/filesystem.service.js';
19
19
  import { ToolMetadataServiceImpl } from '../../services/tool-installer/tool-metadata.service.js';
20
- import { EnvironmentDetectorServiceImpl } from '../../services/environment-detector.service.js';
21
20
  /**
22
21
  * Register business services (singletons and factories).
23
22
  */
@@ -49,7 +48,6 @@ export function registerServicesModule(container, db) {
49
48
  });
50
49
  container.registerSingleton('IWorktreeService', WorktreeService);
51
50
  container.registerSingleton('IToolInstallerService', ToolInstallerServiceImpl);
52
- container.registerSingleton('IEnvironmentDetectorService', EnvironmentDetectorServiceImpl);
53
51
  container.registerSingleton('IDiffAnalyzerService', DiffAnalyzerService);
54
52
  container.registerSingleton('IBranchDiscoveryService', BranchDiscoveryService);
55
53
  container.registerSingleton('ICiStatusService', CiStatusService);
@@ -1 +1 @@
1
- {"version":3,"file":"use-cases.module.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/di/modules/use-cases.module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAqEpD;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI,CA0E3E"}
1
+ {"version":3,"file":"use-cases.module.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/di/modules/use-cases.module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAoEpD;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI,CAyE3E"}
@@ -4,7 +4,6 @@ import { LoadSettingsUseCase } from '../../../application/use-cases/settings/loa
4
4
  import { UpdateSettingsUseCase } from '../../../application/use-cases/settings/update-settings.use-case.js';
5
5
  import { CompleteOnboardingUseCase } from '../../../application/use-cases/settings/complete-onboarding.use-case.js';
6
6
  import { CompleteWebOnboardingUseCase } from '../../../application/use-cases/settings/complete-web-onboarding.use-case.js';
7
- import { DetectEnvironmentDefaultsUseCase } from '../../../application/use-cases/settings/detect-environment-defaults.use-case.js';
8
7
  // Agent use cases
9
8
  import { ConfigureAgentUseCase } from '../../../application/use-cases/agents/configure-agent.use-case.js';
10
9
  import { ValidateAgentAuthUseCase } from '../../../application/use-cases/agents/validate-agent-auth.use-case.js';
@@ -70,7 +69,6 @@ export function registerUseCasesModule(container) {
70
69
  container.registerSingleton(UpdateSettingsUseCase);
71
70
  container.registerSingleton(CompleteOnboardingUseCase);
72
71
  container.registerSingleton(CompleteWebOnboardingUseCase);
73
- container.registerSingleton(DetectEnvironmentDefaultsUseCase);
74
72
  // Agents
75
73
  container.registerSingleton(ConfigureAgentUseCase);
76
74
  container.registerSingleton(ValidateAgentAuthUseCase);
@@ -1 +1 @@
1
- {"version":3,"file":"web-tokens.module.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/di/modules/web-tokens.module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAwDpD;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI,CAkH5E"}
1
+ {"version":3,"file":"web-tokens.module.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/di/modules/web-tokens.module.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAuDpD;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI,CA+G5E"}
@@ -20,7 +20,6 @@ import { AutoResolveMergedBranchesUseCase } from '../../../application/use-cases
20
20
  // Agent use cases
21
21
  import { ApproveAgentRunUseCase } from '../../../application/use-cases/agents/approve-agent-run.use-case.js';
22
22
  import { RejectAgentRunUseCase } from '../../../application/use-cases/agents/reject-agent-run.use-case.js';
23
- import { PollAgentEventsUseCase } from '../../../application/use-cases/agents/poll-agent-events.use-case.js';
24
23
  // Tool use cases
25
24
  import { InstallToolUseCase } from '../../../application/use-cases/tools/install-tool.use-case.js';
26
25
  import { ListToolsUseCase } from '../../../application/use-cases/tools/list-tools.use-case.js';
@@ -106,9 +105,6 @@ export function registerWebTokensModule(container) {
106
105
  container.register('RejectAgentRunUseCase', {
107
106
  useFactory: (c) => c.resolve(RejectAgentRunUseCase),
108
107
  });
109
- container.register('PollAgentEventsUseCase', {
110
- useFactory: (c) => c.resolve(PollAgentEventsUseCase),
111
- });
112
108
  // Tools
113
109
  container.register('InstallToolUseCase', { useFactory: (c) => c.resolve(InstallToolUseCase) });
114
110
  container.register('ListToolsUseCase', { useFactory: (c) => c.resolve(ListToolsUseCase) });
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Plan Fixture
3
3
  *
4
- * Realistic fixture for the fictional "Add dark-mode toggle to ShipIT Web UI" feature.
4
+ * Realistic fixture for the fictional "Add dark-mode toggle to Shep Web UI" feature.
5
5
  * Passes validatePlan() with zero repair iterations.
6
6
  */
7
7
  export declare const PLAN_FIXTURE = "name: dark-mode-toggle\nsummary: >\n Implement dark-mode toggle across 3 phases: ThemeProvider context foundation,\n ThemeToggle component, and settings panel integration. No interface changes\n required; the feature slots into existing React context and component patterns.\n\nrelatedFeatures: []\n\ntechnologies:\n - React 19 context API\n - Tailwind CSS v4\n - shadcn/ui Switch\n - Next.js App Router\n - Storybook\n - Vitest\n\nrelatedLinks: []\n\nphases:\n - id: phase-1\n name: 'Theme Context Foundation'\n description: >\n Create the ThemeProvider component and useTheme hook. This phase establishes\n the theme state management infrastructure that all subsequent phases depend on.\n ThemeProvider reads from localStorage on mount and writes on toggle.\n parallel: false\n\n - id: phase-2\n name: 'ThemeToggle Component'\n description: >\n Create the ThemeToggle UI component using shadcn/ui Switch and Label.\n Includes Storybook story with light and dark variant knobs and unit tests\n using jsdom for DOM interaction.\n parallel: false\n\n - id: phase-3\n name: 'Settings Panel Integration'\n description: >\n Mount ThemeProvider in the root layout and add ThemeToggle to the settings\n panel. Run full pnpm validate and pnpm test to confirm no regressions.\n parallel: false\n\nfilesToCreate:\n - src/presentation/web/components/common/theme/theme-provider.tsx\n - src/presentation/web/components/common/theme/use-theme.ts\n - src/presentation/web/components/common/theme/theme-toggle.tsx\n - src/presentation/web/components/common/theme/theme-toggle.stories.tsx\n\nfilesToModify:\n - src/presentation/web/app/layout.tsx\n - src/presentation/web/components/features/settings/settings-panel.tsx\n\nopenQuestions: []\n\ncontent: |\n ## Architecture Overview\n\n The ThemeProvider wraps the Next.js App Router root layout, making the theme context\n available to the entire component tree via useTheme hook. The ThemeToggle component\n is a pure UI component that consumes useTheme and renders a shadcn/ui Switch with\n no business logic.\n\n ## Key Design Decisions\n\n **ThemeProvider in root layout**: Placing the provider at the top of the component\n tree avoids prop drilling and matches the SettingsProvider pattern already in use.\n\n **localStorage persistence**: Read on mount, write on toggle. No SSR conflicts\n because localStorage is only accessed in useEffect (client-side only).\n\n **Tailwind dark: class**: Toggling the html element class is the zero-config\n approach for Tailwind v4. No tailwind.config.ts changes needed.\n\n ## Implementation Strategy\n\n Phase 1 establishes the foundation (context, hook) before any UI is built.\n Phase 2 builds the UI component in isolation \u2014 fully testable without the settings\n panel. Phase 3 wires everything together and validates the full integration. This\n dependency ordering ensures each phase is independently verifiable.\n\n ## Risk Mitigation\n\n | Risk | Mitigation |\n | ---- | ---------- |\n | FOUC on initial load | ThemeProvider sets html class synchronously from localStorage on mount |\n | localStorage unavailable (SSR) | useEffect guard: only access localStorage in browser context |\n | shadcn/ui Switch not yet installed | Check if component exists; install via shadcn add switch if needed |\n";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Plan Fixture
3
3
  *
4
- * Realistic fixture for the fictional "Add dark-mode toggle to ShipIT Web UI" feature.
4
+ * Realistic fixture for the fictional "Add dark-mode toggle to Shep Web UI" feature.
5
5
  * Passes validatePlan() with zero repair iterations.
6
6
  */
7
7
  export const PLAN_FIXTURE = `name: dark-mode-toggle
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Research Fixture
3
3
  *
4
- * Realistic fixture for the fictional "Add dark-mode toggle to ShipIT Web UI" feature.
4
+ * Realistic fixture for the fictional "Add dark-mode toggle to Shep Web UI" feature.
5
5
  * Passes validateResearch() with zero repair iterations.
6
6
  */
7
7
  export declare const RESEARCH_FIXTURE = "name: dark-mode-toggle\nsummary: >\n The dark-mode implementation uses React context for theme state distribution,\n Tailwind CSS v4 class-based dark mode, and localStorage for preference persistence.\n No new npm dependencies are required. Three architectural decisions cover state\n management, CSS strategy, and persistence layer.\n\nrelatedFeatures: []\n\ntechnologies:\n - React 19 context API\n - 'Tailwind CSS v4 (dark: modifier)'\n - localStorage Web API\n - shadcn/ui Switch component\n - Next.js App Router root layout\n\nrelatedLinks: []\n\ndecisions:\n - title: 'Theme State Management'\n chosen: >\n React context with a ThemeProvider component and useTheme hook. The provider\n reads the initial value from localStorage and sets the html element class on\n mount and on toggle.\n rejected:\n - >\n Zustand global store: adds a new state management library dependency for a\n single boolean value; over-engineered for this scope when React context\n achieves the same result in ~40 lines.\n - >\n next-themes library: a popular choice but adds a new npm package for\n functionality achievable in-house; the project guideline prefers no new\n dependencies when existing tools suffice (NFR-3).\n rationale: >\n The project already uses React context extensively (e.g., SettingsProvider).\n A simple context-based ThemeProvider follows the established pattern and\n requires zero new dependencies \u2014 consistent with NFR-3.\n\n - title: 'CSS Dark Mode Strategy'\n chosen: >\n Tailwind CSS v4 class-based dark mode: add the dark class to the html element\n and rely on Tailwind dark: variants already present in shadcn/ui components.\n rejected:\n - >\n CSS custom properties (CSS variables) approach: requires redefining all\n existing Tailwind color tokens as CSS variables and large changes to every\n styled component \u2014 disproportionate for this feature.\n - >\n Inline style overrides on individual components: does not scale; breaks\n existing Tailwind utility classes; produces unmaintainable ad-hoc styling.\n rationale: >\n Tailwind CSS v4 with darkMode: class is already configured in the project.\n All shadcn/ui components expose dark: variants. Toggling the html class is\n the minimal, canonical approach that requires no additional configuration.\n\n - title: 'Persistence Layer for Theme Preference'\n chosen: >\n localStorage Web API. Read on ThemeProvider mount to restore the preference;\n write on every toggleTheme() call. Key: shep-theme, values: light or dark.\n rejected:\n - >\n SQLite settings via backend API: requires a new settings field, API endpoint,\n and schema migration \u2014 out of scope for a client-side preference.\n - >\n sessionStorage: does not persist across browser sessions; the whole point\n is remembering the user preference between visits.\n rationale: >\n localStorage is the de-facto standard for persisting UI theme preferences\n client-side. It is synchronous, zero-dependency, available in all target\n browsers, and requires no backend changes \u2014 satisfying NFR-3.\n\nopenQuestions: []\n\ncontent: |\n ## Technology Decisions\n\n ### 1. Theme State Management\n\n **Chosen:** React context ThemeProvider + useTheme hook\n\n **Rejected:**\n - Zustand global store \u2014 adds a new dependency for a single boolean\n - next-themes library \u2014 adds a package for functionality achievable in ~40 lines\n\n **Rationale:** Follows established SettingsProvider pattern. Zero new dependencies.\n\n ### 2. CSS Dark Mode Strategy\n\n **Chosen:** Tailwind CSS v4 dark: class-based (dark class on html element)\n\n **Rejected:**\n - CSS custom properties \u2014 requires redefining all color tokens (large change surface)\n - Inline style overrides \u2014 unmaintainable, breaks Tailwind utilities\n\n **Rationale:** Already configured; shadcn/ui components expose dark: variants natively.\n\n ### 3. Persistence Layer\n\n **Chosen:** localStorage (key: shep-theme, values: light | dark)\n\n **Rejected:**\n - SQLite settings via API \u2014 out of scope, requires migration\n - sessionStorage \u2014 does not survive browser restarts\n\n **Rationale:** De-facto standard for client-side theme persistence. Zero backend changes.\n\n ## Library Analysis\n\n | Library | Purpose | Decision | Reasoning |\n | ------- | ------- | -------- | --------- |\n | next-themes | SSR-safe theme management | Reject | Adds dependency for in-house functionality |\n | Tailwind CSS v4 | Dark mode via dark: class | Use (existing) | Already configured, shadcn/ui compatible |\n | shadcn/ui Switch | Toggle UI control | Use (existing) | Already a project dependency, accessible |\n | localStorage | Preference persistence | Use (built-in) | No dependency, synchronous, universally available |\n\n ## Security Considerations\n\n localStorage is readable by any JavaScript on the page. The stored value is\n light or dark \u2014 no sensitive data. The ThemeProvider must sanitize the retrieved\n value (only accept light or dark; default to light for any other value) to prevent\n unexpected CSS class injection.\n\n ## Performance Implications\n\n localStorage.getItem() is synchronous and executes in under 1ms. Setting the html\n class on mount avoids a flash of unstyled content (FOUC) provided the ThemeProvider\n is high enough in the component tree.\n\n ## Architecture Notes\n\n ThemeProvider wraps the root layout, making theme state available to all pages and\n components without prop drilling. The useTheme hook is consumed only by ThemeToggle\n and the root layout. This follows the existing SettingsProvider pattern.\n";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Research Fixture
3
3
  *
4
- * Realistic fixture for the fictional "Add dark-mode toggle to ShipIT Web UI" feature.
4
+ * Realistic fixture for the fictional "Add dark-mode toggle to Shep Web UI" feature.
5
5
  * Passes validateResearch() with zero repair iterations.
6
6
  */
7
7
  export const RESEARCH_FIXTURE = `name: dark-mode-toggle
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Spec (Analyze Phase) Fixture
3
3
  *
4
- * Realistic fixture for the fictional "Add dark-mode toggle to ShipIT Web UI" feature.
4
+ * Realistic fixture for the fictional "Add dark-mode toggle to Shep Web UI" feature.
5
5
  * Passes validateSpecAnalyze() with zero repair iterations.
6
6
  */
7
- export declare const SPEC_ANALYZE_FIXTURE = "name: dark-mode-toggle\nnumber: 42\nbranch: feat/042-dark-mode-toggle\noneLiner: Add a dark-mode toggle to the ShipIT web UI settings panel\nsummary: >\n Introduce a persistent dark-mode toggle to the ShipIT web UI settings panel that\n applies a CSS class-based theme, stores the user preference in localStorage, and\n is surfaced as a shadcn/ui Switch component with full Storybook coverage.\nphase: Analysis\nsizeEstimate: M\n\nrelatedFeatures: []\n\ntechnologies:\n - React 19\n - Next.js 16 (App Router)\n - Tailwind CSS v4\n - shadcn/ui\n - Storybook\n - TypeScript\n\nrelatedLinks: []\n\nopenQuestions: []\n\ncontent: |\n ## Problem Statement\n\n The ShipIT web UI currently renders only in light mode. Developers working in dark\n environments or those who prefer dark themes have no way to switch the UI appearance.\n Adding a first-class dark-mode toggle improves developer experience and demonstrates\n the ShipIT settings panel as a configurable surface.\n\n ## Codebase Analysis\n\n ### Project Structure\n\n The web UI lives in src/presentation/web/ following Next.js App Router conventions.\n Components are organized into four tiers: ui/ (Tier 0), common/ (Tier 1),\n layouts/ (Tier 2), and features/ (Tier 3). Storybook stories are mandatory for every\n component.\n\n ### Architecture Patterns\n\n The project uses shadcn/ui (Radix primitives + Tailwind CSS v4) for all UI components.\n Theme state would live in a React context provider wrapping the root layout, following\n the existing SettingsProvider pattern in the codebase. Clean Architecture layers keep\n theme state in the presentation layer only.\n\n ### Relevant Technologies\n\n Tailwind CSS v4 supports dark mode via the `dark` CSS class on the html element.\n shadcn/ui provides a Switch component suitable for the toggle control. localStorage\n provides client-side persistence without any backend changes.\n\n ## Affected Areas\n\n | Area | Impact | Reasoning |\n | ---- | ------ | --------- |\n | src/presentation/web/components/features/settings/ | High | Settings panel receives the toggle component |\n | src/presentation/web/app/layout.tsx | Medium | Root layout needs ThemeProvider wrapper |\n | src/presentation/web/components/common/ | Medium | ThemeToggle and ThemeProvider components created here |\n | tailwind.config.ts | Low | Verify darkMode: class is configured |\n\n ## Dependencies\n\n - shadcn/ui Switch component\n - React context for theme state distribution\n - localStorage Web API for persistence (built-in, no new dependency)\n\n ## Size Estimate\n\n **M (days)** \u2014 Context setup, toggle component, settings integration, Storybook stories,\n and tests across 3 phases add up to roughly 2 developer-days with TDD.\n";
7
+ export declare const SPEC_ANALYZE_FIXTURE = "name: dark-mode-toggle\nnumber: 42\nbranch: feat/042-dark-mode-toggle\noneLiner: Add a dark-mode toggle to the Shep web UI settings panel\nsummary: >\n Introduce a persistent dark-mode toggle to the Shep web UI settings panel that\n applies a CSS class-based theme, stores the user preference in localStorage, and\n is surfaced as a shadcn/ui Switch component with full Storybook coverage.\nphase: Analysis\nsizeEstimate: M\n\nrelatedFeatures: []\n\ntechnologies:\n - React 19\n - Next.js 16 (App Router)\n - Tailwind CSS v4\n - shadcn/ui\n - Storybook\n - TypeScript\n\nrelatedLinks: []\n\nopenQuestions: []\n\ncontent: |\n ## Problem Statement\n\n The Shep web UI currently renders only in light mode. Developers working in dark\n environments or those who prefer dark themes have no way to switch the UI appearance.\n Adding a first-class dark-mode toggle improves developer experience and demonstrates\n the Shep settings panel as a configurable surface.\n\n ## Codebase Analysis\n\n ### Project Structure\n\n The web UI lives in src/presentation/web/ following Next.js App Router conventions.\n Components are organized into four tiers: ui/ (Tier 0), common/ (Tier 1),\n layouts/ (Tier 2), and features/ (Tier 3). Storybook stories are mandatory for every\n component.\n\n ### Architecture Patterns\n\n The project uses shadcn/ui (Radix primitives + Tailwind CSS v4) for all UI components.\n Theme state would live in a React context provider wrapping the root layout, following\n the existing SettingsProvider pattern in the codebase. Clean Architecture layers keep\n theme state in the presentation layer only.\n\n ### Relevant Technologies\n\n Tailwind CSS v4 supports dark mode via the `dark` CSS class on the html element.\n shadcn/ui provides a Switch component suitable for the toggle control. localStorage\n provides client-side persistence without any backend changes.\n\n ## Affected Areas\n\n | Area | Impact | Reasoning |\n | ---- | ------ | --------- |\n | src/presentation/web/components/features/settings/ | High | Settings panel receives the toggle component |\n | src/presentation/web/app/layout.tsx | Medium | Root layout needs ThemeProvider wrapper |\n | src/presentation/web/components/common/ | Medium | ThemeToggle and ThemeProvider components created here |\n | tailwind.config.ts | Low | Verify darkMode: class is configured |\n\n ## Dependencies\n\n - shadcn/ui Switch component\n - React context for theme state distribution\n - localStorage Web API for persistence (built-in, no new dependency)\n\n ## Size Estimate\n\n **M (days)** \u2014 Context setup, toggle component, settings integration, Storybook stories,\n and tests across 3 phases add up to roughly 2 developer-days with TDD.\n";
8
8
  //# sourceMappingURL=spec-analyze.fixture.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spec-analyze.fixture.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,oBAAoB,wtFA0EhC,CAAC"}
1
+ {"version":3,"file":"spec-analyze.fixture.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,oBAAoB,gtFA0EhC,CAAC"}
@@ -1,15 +1,15 @@
1
1
  /**
2
2
  * Spec (Analyze Phase) Fixture
3
3
  *
4
- * Realistic fixture for the fictional "Add dark-mode toggle to ShipIT Web UI" feature.
4
+ * Realistic fixture for the fictional "Add dark-mode toggle to Shep Web UI" feature.
5
5
  * Passes validateSpecAnalyze() with zero repair iterations.
6
6
  */
7
7
  export const SPEC_ANALYZE_FIXTURE = `name: dark-mode-toggle
8
8
  number: 42
9
9
  branch: feat/042-dark-mode-toggle
10
- oneLiner: Add a dark-mode toggle to the ShipIT web UI settings panel
10
+ oneLiner: Add a dark-mode toggle to the Shep web UI settings panel
11
11
  summary: >
12
- Introduce a persistent dark-mode toggle to the ShipIT web UI settings panel that
12
+ Introduce a persistent dark-mode toggle to the Shep web UI settings panel that
13
13
  applies a CSS class-based theme, stores the user preference in localStorage, and
14
14
  is surfaced as a shadcn/ui Switch component with full Storybook coverage.
15
15
  phase: Analysis
@@ -32,10 +32,10 @@ openQuestions: []
32
32
  content: |
33
33
  ## Problem Statement
34
34
 
35
- The ShipIT web UI currently renders only in light mode. Developers working in dark
35
+ The Shep web UI currently renders only in light mode. Developers working in dark
36
36
  environments or those who prefer dark themes have no way to switch the UI appearance.
37
37
  Adding a first-class dark-mode toggle improves developer experience and demonstrates
38
- the ShipIT settings panel as a configurable surface.
38
+ the Shep settings panel as a configurable surface.
39
39
 
40
40
  ## Codebase Analysis
41
41