@shipit-ai/cli 1.164.2-pr11.775607f → 1.164.2-pr6.3fe19cf

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 (604) 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 +3 -3
  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/settings/page/build-manifest.json +2 -2
  349. package/web/.next/server/app/settings/page/server-reference-manifest.json +18 -42
  350. package/web/.next/server/app/settings/page.js +2 -3
  351. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  352. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  353. package/web/.next/server/app/skills/page/build-manifest.json +2 -2
  354. package/web/.next/server/app/skills/page/server-reference-manifest.json +11 -11
  355. package/web/.next/server/app/skills/page.js +2 -2
  356. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  357. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  358. package/web/.next/server/app/tools/page/build-manifest.json +2 -2
  359. package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
  360. package/web/.next/server/app/tools/page.js +2 -2
  361. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  362. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  363. package/web/.next/server/app/version/page/build-manifest.json +2 -2
  364. package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
  365. package/web/.next/server/app/version/page.js +1 -2
  366. package/web/.next/server/app/version/page.js.nft.json +1 -1
  367. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  368. package/web/.next/server/chunks/11es_next_dist_esm_build_templates_app-route_067cwst.js +1 -1
  369. package/web/.next/server/chunks/11es_next_dist_esm_build_templates_app-route_067cwst.js.map +1 -1
  370. package/web/.next/server/chunks/[root-of-the-server]__0.2exzi._.js.map +1 -1
  371. package/web/.next/server/chunks/[root-of-the-server]__02xmnal._.js.map +1 -1
  372. package/web/.next/server/chunks/[root-of-the-server]__04jjtl_._.js.map +1 -1
  373. package/web/.next/server/chunks/[root-of-the-server]__07suer1._.js.map +1 -1
  374. package/web/.next/server/chunks/[root-of-the-server]__09118p2._.js.map +1 -1
  375. package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js.map +1 -1
  376. package/web/.next/server/chunks/[root-of-the-server]__0ip_e1x._.js.map +1 -1
  377. package/web/.next/server/chunks/{[root-of-the-server]__0l1p8bx._.js → [root-of-the-server]__0ob3z53._.js} +2 -2
  378. package/web/.next/server/chunks/{[root-of-the-server]__0l1p8bx._.js.map → [root-of-the-server]__0ob3z53._.js.map} +1 -1
  379. package/web/.next/server/chunks/[root-of-the-server]__0tb~wwk._.js +1 -1
  380. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js +1 -1
  381. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js.map +1 -1
  382. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js +2 -2
  383. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js.map +1 -1
  384. package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js +1 -1
  385. package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js.map +1 -1
  386. package/web/.next/server/chunks/ssr/11es_next_dist_0e36~wi._.js +1 -1
  387. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js +1 -1
  388. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js.map +1 -1
  389. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js +1 -1
  390. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js.map +1 -1
  391. package/web/.next/server/chunks/ssr/[root-of-the-server]__0.b9wam._.js +4 -0
  392. package/web/.next/server/chunks/ssr/[root-of-the-server]__0.b9wam._.js.map +1 -0
  393. package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js +4 -0
  394. package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js.map +1 -0
  395. package/web/.next/server/chunks/ssr/[root-of-the-server]__05lzb~i._.js +4 -0
  396. package/web/.next/server/chunks/ssr/[root-of-the-server]__05lzb~i._.js.map +1 -0
  397. package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js +3 -0
  398. package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js.map +1 -0
  399. package/web/.next/server/chunks/ssr/[root-of-the-server]__0jp4rkd._.js +4 -0
  400. package/web/.next/server/chunks/ssr/[root-of-the-server]__0jp4rkd._.js.map +1 -0
  401. package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js +4 -0
  402. package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js.map +1 -0
  403. package/web/.next/server/chunks/ssr/[root-of-the-server]__0qh.wn.._.js.map +1 -1
  404. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js +1 -1
  405. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js.map +1 -1
  406. package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js +4 -0
  407. package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js.map +1 -0
  408. package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js +4 -0
  409. package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js.map +1 -0
  410. package/web/.next/server/chunks/ssr/[root-of-the-server]__0zjrc4e._.js +4 -0
  411. package/web/.next/server/chunks/ssr/[root-of-the-server]__0zjrc4e._.js.map +1 -0
  412. package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js +1 -1
  413. package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js.map +1 -1
  414. package/web/.next/server/chunks/ssr/_0__4si~._.js +4 -0
  415. package/web/.next/server/chunks/ssr/_0__4si~._.js.map +1 -0
  416. package/web/.next/server/chunks/ssr/_0_m17kl._.js +4 -0
  417. package/web/.next/server/chunks/ssr/_0_m17kl._.js.map +1 -0
  418. package/web/.next/server/chunks/ssr/_0d4miu.._.js +4 -0
  419. package/web/.next/server/chunks/ssr/_0d4miu.._.js.map +1 -0
  420. package/web/.next/server/chunks/ssr/_0e5cv3q._.js +1 -1
  421. package/web/.next/server/chunks/ssr/_0e5cv3q._.js.map +1 -1
  422. package/web/.next/server/chunks/ssr/_0e8ern9._.js +4 -0
  423. package/web/.next/server/chunks/ssr/_0e8ern9._.js.map +1 -0
  424. package/web/.next/server/chunks/ssr/_0ez.1o4._.js +1 -1
  425. package/web/.next/server/chunks/ssr/_0ez.1o4._.js.map +1 -1
  426. package/web/.next/server/chunks/ssr/{_07h3d2r._.js → _0g_ubt-._.js} +2 -2
  427. package/web/.next/server/chunks/ssr/{_07h3d2r._.js.map → _0g_ubt-._.js.map} +1 -1
  428. package/web/.next/server/chunks/ssr/_0hovej-._.js +6 -0
  429. package/web/.next/server/chunks/ssr/_0hovej-._.js.map +1 -0
  430. package/web/.next/server/chunks/ssr/{_0kmi7qx._.js → _0kpppnf._.js} +2 -2
  431. package/web/.next/server/chunks/ssr/{_0kmi7qx._.js.map → _0kpppnf._.js.map} +1 -1
  432. package/web/.next/server/chunks/ssr/_0p3zs6p._.js +3 -0
  433. package/web/.next/server/chunks/ssr/_0p3zs6p._.js.map +1 -0
  434. package/web/.next/server/chunks/ssr/_0qpq3xl._.js +3 -0
  435. package/web/.next/server/chunks/ssr/_0qpq3xl._.js.map +1 -0
  436. package/web/.next/server/chunks/ssr/_0r.3n~3._.js +4 -0
  437. package/web/.next/server/chunks/ssr/_0r.3n~3._.js.map +1 -0
  438. package/web/.next/server/chunks/ssr/{_01mq~sm._.js → _0sgeiju._.js} +2 -2
  439. package/web/.next/server/chunks/ssr/{_01mq~sm._.js.map → _0sgeiju._.js.map} +1 -1
  440. package/web/.next/server/chunks/ssr/_0t59q8r._.js +4 -0
  441. package/web/.next/server/chunks/ssr/_0t59q8r._.js.map +1 -0
  442. package/web/.next/server/chunks/ssr/_0v.yfmg._.js +1 -1
  443. package/web/.next/server/chunks/ssr/_0v.yfmg._.js.map +1 -1
  444. package/web/.next/server/chunks/ssr/_0w-_hww._.js +1 -1
  445. package/web/.next/server/chunks/ssr/_0w-_hww._.js.map +1 -1
  446. package/web/.next/server/chunks/ssr/_0zk-h5w._.js +4 -0
  447. package/web/.next/server/chunks/ssr/_0zk-h5w._.js.map +1 -0
  448. package/web/.next/server/chunks/ssr/_0~ev6dw._.js +6 -0
  449. package/web/.next/server/chunks/ssr/_0~ev6dw._.js.map +1 -0
  450. package/web/.next/server/chunks/ssr/_1161g9x._.js +4 -0
  451. package/web/.next/server/chunks/ssr/_1161g9x._.js.map +1 -0
  452. package/web/.next/server/chunks/ssr/_11bn8co._.js +3 -0
  453. package/web/.next/server/chunks/ssr/{_0iu_1qd._.js.map → _11bn8co._.js.map} +1 -1
  454. package/web/.next/server/chunks/ssr/_11kuznh._.js +1 -1
  455. package/web/.next/server/chunks/ssr/_11kuznh._.js.map +1 -1
  456. package/web/.next/server/chunks/ssr/_13euo-f._.js +1 -1
  457. package/web/.next/server/chunks/ssr/_13euo-f._.js.map +1 -1
  458. package/web/.next/server/chunks/ssr/src_presentation_web_05-w-~v._.js +1 -1
  459. package/web/.next/server/chunks/ssr/src_presentation_web_05-w-~v._.js.map +1 -1
  460. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js +3 -0
  461. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js.map +1 -0
  462. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js +3 -0
  463. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js.map +1 -0
  464. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js +1 -1
  465. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js.map +1 -1
  466. package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js +1 -1
  467. package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js.map +1 -1
  468. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js +1 -1
  469. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js.map +1 -1
  470. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js +1 -1
  471. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js.map +1 -1
  472. package/web/.next/server/edge/chunks/0pax_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js +3 -0
  473. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js.map +1 -0
  474. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js +3 -0
  475. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js.map +1 -0
  476. package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js +11 -0
  477. package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js.map +1 -0
  478. package/web/.next/server/functions-config-manifest.json +1 -11
  479. package/web/.next/server/middleware/middleware-manifest.json +27 -1
  480. package/web/.next/server/middleware-build-manifest.js +5 -5
  481. package/web/.next/server/middleware-manifest.json +32 -2
  482. package/web/.next/server/pages/500.html +1 -1
  483. package/web/.next/server/server-reference-manifest.js +1 -1
  484. package/web/.next/server/server-reference-manifest.json +56 -80
  485. package/web/.next/static/{By28Wf8vGZt9hoLKZ7crq → LyRhI-nUQ02-98fDJiMLy}/_clientMiddlewareManifest.js +1 -1
  486. package/web/.next/static/chunks/0-jmtczbfhww-.js +1 -0
  487. package/web/.next/static/chunks/{0.40n4_astfrz.js → 04qpdjcm512g_.js} +1 -1
  488. package/web/.next/static/chunks/{0k~ndbx22w1sv.js → 0662ovdbjb4c7.js} +1 -1
  489. package/web/.next/static/chunks/{0~er~22zwvx0i.js → 07lrq10rx0tp1.js} +1 -1
  490. package/web/.next/static/chunks/{08iuksm8rvb09.js → 0bdtgeoys8bq..js} +1 -1
  491. package/web/.next/static/chunks/{0w1dm_upf-ny-.js → 0cd4c0fnzonag.js} +2 -2
  492. package/web/.next/static/chunks/0d9oefqrs17__.js +1 -0
  493. package/web/.next/static/chunks/0dr6q94jmx86b.css +1 -0
  494. package/web/.next/static/chunks/0hm.c6pg~a912.js +3 -0
  495. package/web/.next/static/chunks/{0jq39fav04od4.js → 0qxmrjjfpk8kp.js} +1 -1
  496. package/web/.next/static/chunks/{15m2wfd5k_7fj.js → 0rnvcu2blaow4.js} +1 -1
  497. package/web/.next/static/chunks/{0wmckrtphfa12.js → 0vlx6s5d1~d-w.js} +1 -1
  498. package/web/.next/static/chunks/0w79dc4z8jqex.js +1 -0
  499. package/web/.next/static/chunks/{0hvks4l5xk0w7.js → 0~dcnoxku3oi_.js} +2 -2
  500. package/web/.next/static/chunks/{180fge5je168v.js → 12bym6~-bgu1k.js} +2 -2
  501. package/web/.next/static/chunks/{168bqqzh8s-5a.js → 13-55s12yx1lp.js} +1 -1
  502. package/web/.next/static/chunks/13ihgyc1p3992.js +1 -0
  503. package/web/.next/static/chunks/{0riti1bs-erm~.js → 13xg0bjtuso~r.js} +1 -1
  504. package/web/.next/static/chunks/{0di7y52vgn.0c.js → 1515oj_4x~qsj.js} +1 -1
  505. package/web/.next/static/chunks/{turbopack-0ve8f54_veg.u.js → turbopack-10upsk2jydmq4.js} +1 -1
  506. package/web/package.json +1 -1
  507. package/web/public/favicon-dark.svg +6 -0
  508. package/web/public/favicon-light.svg +6 -0
  509. package/web/public/icons/agents/openai.svg +1 -1
  510. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts +0 -54
  511. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts.map +0 -1
  512. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.js +0 -8
  513. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts +0 -18
  514. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts.map +0 -1
  515. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.js +0 -40
  516. package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts +0 -38
  517. package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts.map +0 -1
  518. package/dist/packages/core/src/infrastructure/services/environment-detector.service.js +0 -196
  519. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/bash.json +0 -20
  520. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/codex-cli.json +0 -31
  521. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/fish.json +0 -19
  522. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/powershell.json +0 -24
  523. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zsh.json +0 -19
  524. package/dist/src/presentation/web/app/actions/get-available-editors.d.ts +0 -14
  525. package/dist/src/presentation/web/app/actions/get-available-editors.d.ts.map +0 -1
  526. package/dist/src/presentation/web/app/actions/get-available-editors.js +0 -24
  527. package/dist/src/presentation/web/app/actions/get-available-shells.d.ts +0 -14
  528. package/dist/src/presentation/web/app/actions/get-available-shells.d.ts.map +0 -1
  529. package/dist/src/presentation/web/app/actions/get-available-shells.js +0 -22
  530. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.d.ts.map +0 -1
  531. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.js +0 -8
  532. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.stories.d.ts.map +0 -1
  533. package/dist/src/presentation/web/proxy.d.ts.map +0 -1
  534. package/web/.next/server/chunks/[externals]__11vad82._.js +0 -3
  535. package/web/.next/server/chunks/[externals]__11vad82._.js.map +0 -1
  536. package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js +0 -20
  537. package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js.map +0 -1
  538. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js +0 -3
  539. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js.map +0 -1
  540. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js +0 -3
  541. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js.map +0 -1
  542. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js +0 -3
  543. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js.map +0 -1
  544. package/web/.next/server/chunks/ssr/[root-of-the-server]__01~y8wi._.js +0 -3
  545. package/web/.next/server/chunks/ssr/[root-of-the-server]__01~y8wi._.js.map +0 -1
  546. package/web/.next/server/chunks/ssr/[root-of-the-server]__0np51e2._.js +0 -3
  547. package/web/.next/server/chunks/ssr/[root-of-the-server]__0np51e2._.js.map +0 -1
  548. package/web/.next/server/chunks/ssr/[root-of-the-server]__0uxn6-j._.js +0 -3
  549. package/web/.next/server/chunks/ssr/[root-of-the-server]__0uxn6-j._.js.map +0 -1
  550. package/web/.next/server/chunks/ssr/[root-of-the-server]__0~h382a._.js +0 -3
  551. package/web/.next/server/chunks/ssr/[root-of-the-server]__0~h382a._.js.map +0 -1
  552. package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js +0 -4
  553. package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js.map +0 -1
  554. package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js +0 -3
  555. package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js.map +0 -1
  556. package/web/.next/server/chunks/ssr/_0iu_1qd._.js +0 -3
  557. package/web/.next/server/chunks/ssr/_0jpbsh_._.js +0 -4
  558. package/web/.next/server/chunks/ssr/_0jpbsh_._.js.map +0 -1
  559. package/web/.next/server/chunks/ssr/_0n.xy38._.js +0 -3
  560. package/web/.next/server/chunks/ssr/_0n.xy38._.js.map +0 -1
  561. package/web/.next/server/chunks/ssr/_0rvaoj4._.js +0 -3
  562. package/web/.next/server/chunks/ssr/_0rvaoj4._.js.map +0 -1
  563. package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js +0 -3
  564. package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js.map +0 -1
  565. package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js +0 -3
  566. package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js.map +0 -1
  567. package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js +0 -5
  568. package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js.map +0 -1
  569. package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js +0 -3
  570. package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js.map +0 -1
  571. package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js +0 -3
  572. package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js.map +0 -1
  573. package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js +0 -5
  574. package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js.map +0 -1
  575. package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js +0 -3
  576. package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js.map +0 -1
  577. package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js +0 -3
  578. package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js.map +0 -1
  579. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js +0 -3
  580. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js.map +0 -1
  581. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js +0 -3
  582. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js.map +0 -1
  583. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js +0 -3
  584. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js.map +0 -1
  585. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js +0 -3
  586. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js.map +0 -1
  587. package/web/.next/server/middleware.js +0 -5
  588. package/web/.next/server/middleware.js.map +0 -5
  589. package/web/.next/server/middleware.js.nft.json +0 -1
  590. package/web/.next/static/chunks/0lf2gfdmdwi1h.js +0 -1
  591. package/web/.next/static/chunks/0ofd4.2si.1fu.js +0 -1
  592. package/web/.next/static/chunks/0owq3udpij7ms.js +0 -3
  593. package/web/.next/static/chunks/0r5dju6f1-i38.css +0 -1
  594. package/web/.next/static/chunks/120bhvx_z6r45.js +0 -1
  595. package/web/.next/static/chunks/14ynw-awudczr.js +0 -1
  596. package/web/public/apple-touch-icon.png +0 -0
  597. package/web/public/favicon-32x32.png +0 -0
  598. package/web/public/icon-192.png +0 -0
  599. package/web/public/icon-512.png +0 -0
  600. package/web/public/shipit-brain.png +0 -0
  601. package/web/public/shipit-icon.svg +0 -68
  602. package/web/public/shipit-logo.png +0 -0
  603. /package/web/.next/static/{By28Wf8vGZt9hoLKZ7crq → LyRhI-nUQ02-98fDJiMLy}/_buildManifest.js +0 -0
  604. /package/web/.next/static/{By28Wf8vGZt9hoLKZ7crq → LyRhI-nUQ02-98fDJiMLy}/_ssgManifest.js +0 -0
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Spec (Requirements 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 validateSpecRequirements() with zero repair iterations.
6
6
  */
7
- export declare const SPEC_REQUIREMENTS_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 via Tailwind dark: variants, stores the user\n preference in localStorage, and is surfaced as a shadcn/ui Switch component\n with full Storybook coverage and TDD-driven unit tests.\nphase: Requirements\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 - localStorage Web API\n\nrelatedLinks: []\n\nopenQuestions:\n - question: 'Where should the dark-mode preference be persisted?'\n resolved: true\n options:\n - option: 'localStorage only'\n description: >\n Store the theme preference in localStorage. Zero backend changes,\n instant read on page load, and no need for a settings schema migration.\n The ThemeProvider reads the key on mount and writes on toggle.\n selected: true\n - option: 'SQLite settings via backend API'\n description: >\n Persist the preference in the ShipIT SQLite settings store alongside\n other settings. Syncs across devices but requires API changes and a\n settings migration \u2014 out of scope for this feature.\n selected: false\n selectionRationale: >\n localStorage is the conventional approach for client-side theme preferences\n and requires no backend changes. The ShipIT settings API is out of scope for\n this feature; localStorage ships the value faster with zero migration risk.\n answer: 'localStorage only'\n\n - question: 'How should the CSS dark-mode implementation be applied?'\n resolved: true\n options:\n - option: 'Tailwind CSS class-based dark mode (dark: modifier)'\n description: >\n Add the dark class to the html element and use Tailwind dark: modifier\n on all themed elements. Supported natively in Tailwind CSS v4 and fully\n compatible with the shadcn/ui component library.\n selected: true\n - option: 'CSS custom properties via a custom ThemeProvider stylesheet'\n description: >\n Define a set of CSS custom properties (--color-bg, --color-text, etc.)\n and swap them by toggling a data attribute. More flexible but requires\n redefining all existing color tokens \u2014 a large change surface.\n selected: false\n selectionRationale: >\n Tailwind CSS v4 with dark: modifier is already the standard in this codebase.\n All shadcn/ui components are built to accept Tailwind dark: variants. Using\n the dark class on html is the minimal, zero-extra-dependency approach.\n answer: 'Tailwind CSS class-based dark mode (dark: modifier)'\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\n ## Success Criteria\n\n - [ ] A ThemeProvider wraps the root layout and provides a useTheme hook\n - [ ] A ThemeToggle component renders in the settings panel with a Switch and label\n - [ ] Clicking the toggle switches the html element class between light and dark\n - [ ] The preference persists across page refreshes via localStorage\n - [ ] All new components have Storybook stories with light and dark variants\n - [ ] pnpm validate passes with no new errors\n\n ## Functional Requirements\n\n - **FR-1**: A ThemeProvider component must wrap the root Next.js App Router layout\n and provide theme state to the component tree via React context.\n - **FR-2**: A useTheme hook must expose { theme, toggleTheme } to any component.\n - **FR-3**: A ThemeToggle component must render a Switch and a label (Dark mode).\n - **FR-4**: Toggling the Switch must apply the dark CSS class to the html element.\n - **FR-5**: The selected theme must be persisted to localStorage and restored on load.\n - **FR-6**: ThemeToggle must appear in the settings panel (features/settings/).\n\n ## Non-Functional Requirements\n\n - **NFR-1**: Theme switch must complete within one animation frame (no FOUC).\n - **NFR-2**: All new components must have Storybook stories per project conventions.\n - **NFR-3**: No new npm dependencies may be added; use existing React, Tailwind, shadcn/ui.\n - **NFR-4**: Each new file must stay within the 150-line project guideline.\n\n ## Product Questions & AI Recommendations\n\n | # | Question | AI Recommendation | Rationale |\n | - | -------- | ----------------- | --------- |\n | 1 | Persistence layer? | localStorage | Zero backend changes required |\n | 2 | CSS implementation? | Tailwind dark: class | Already standard in the codebase |\n\n ## Affected Areas\n\n | Area | Impact | Reasoning |\n | ---- | ------ | --------- |\n | src/presentation/web/components/features/settings/ | High | Toggle component added here |\n | src/presentation/web/app/layout.tsx | Medium | ThemeProvider wrapper added |\n | src/presentation/web/components/common/ | Medium | ThemeToggle and ThemeProvider created |\n\n ## Dependencies\n\n - shadcn/ui Switch and Label components (already installed)\n - React context API (built-in)\n - localStorage Web API (built-in)\n\n ## Size Estimate\n\n **M (days)** \u2014 3 phases: context + provider, toggle component, settings integration.\n";
7
+ export declare const SPEC_REQUIREMENTS_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 via Tailwind dark: variants, stores the user\n preference in localStorage, and is surfaced as a shadcn/ui Switch component\n with full Storybook coverage and TDD-driven unit tests.\nphase: Requirements\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 - localStorage Web API\n\nrelatedLinks: []\n\nopenQuestions:\n - question: 'Where should the dark-mode preference be persisted?'\n resolved: true\n options:\n - option: 'localStorage only'\n description: >\n Store the theme preference in localStorage. Zero backend changes,\n instant read on page load, and no need for a settings schema migration.\n The ThemeProvider reads the key on mount and writes on toggle.\n selected: true\n - option: 'SQLite settings via backend API'\n description: >\n Persist the preference in the Shep SQLite settings store alongside\n other settings. Syncs across devices but requires API changes and a\n settings migration \u2014 out of scope for this feature.\n selected: false\n selectionRationale: >\n localStorage is the conventional approach for client-side theme preferences\n and requires no backend changes. The Shep settings API is out of scope for\n this feature; localStorage ships the value faster with zero migration risk.\n answer: 'localStorage only'\n\n - question: 'How should the CSS dark-mode implementation be applied?'\n resolved: true\n options:\n - option: 'Tailwind CSS class-based dark mode (dark: modifier)'\n description: >\n Add the dark class to the html element and use Tailwind dark: modifier\n on all themed elements. Supported natively in Tailwind CSS v4 and fully\n compatible with the shadcn/ui component library.\n selected: true\n - option: 'CSS custom properties via a custom ThemeProvider stylesheet'\n description: >\n Define a set of CSS custom properties (--color-bg, --color-text, etc.)\n and swap them by toggling a data attribute. More flexible but requires\n redefining all existing color tokens \u2014 a large change surface.\n selected: false\n selectionRationale: >\n Tailwind CSS v4 with dark: modifier is already the standard in this codebase.\n All shadcn/ui components are built to accept Tailwind dark: variants. Using\n the dark class on html is the minimal, zero-extra-dependency approach.\n answer: 'Tailwind CSS class-based dark mode (dark: modifier)'\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\n ## Success Criteria\n\n - [ ] A ThemeProvider wraps the root layout and provides a useTheme hook\n - [ ] A ThemeToggle component renders in the settings panel with a Switch and label\n - [ ] Clicking the toggle switches the html element class between light and dark\n - [ ] The preference persists across page refreshes via localStorage\n - [ ] All new components have Storybook stories with light and dark variants\n - [ ] pnpm validate passes with no new errors\n\n ## Functional Requirements\n\n - **FR-1**: A ThemeProvider component must wrap the root Next.js App Router layout\n and provide theme state to the component tree via React context.\n - **FR-2**: A useTheme hook must expose { theme, toggleTheme } to any component.\n - **FR-3**: A ThemeToggle component must render a Switch and a label (Dark mode).\n - **FR-4**: Toggling the Switch must apply the dark CSS class to the html element.\n - **FR-5**: The selected theme must be persisted to localStorage and restored on load.\n - **FR-6**: ThemeToggle must appear in the settings panel (features/settings/).\n\n ## Non-Functional Requirements\n\n - **NFR-1**: Theme switch must complete within one animation frame (no FOUC).\n - **NFR-2**: All new components must have Storybook stories per project conventions.\n - **NFR-3**: No new npm dependencies may be added; use existing React, Tailwind, shadcn/ui.\n - **NFR-4**: Each new file must stay within the 150-line project guideline.\n\n ## Product Questions & AI Recommendations\n\n | # | Question | AI Recommendation | Rationale |\n | - | -------- | ----------------- | --------- |\n | 1 | Persistence layer? | localStorage | Zero backend changes required |\n | 2 | CSS implementation? | Tailwind dark: class | Already standard in the codebase |\n\n ## Affected Areas\n\n | Area | Impact | Reasoning |\n | ---- | ------ | --------- |\n | src/presentation/web/components/features/settings/ | High | Toggle component added here |\n | src/presentation/web/app/layout.tsx | Medium | ThemeProvider wrapper added |\n | src/presentation/web/components/common/ | Medium | ThemeToggle and ThemeProvider created |\n\n ## Dependencies\n\n - shadcn/ui Switch and Label components (already installed)\n - React context API (built-in)\n - localStorage Web API (built-in)\n\n ## Size Estimate\n\n **M (days)** \u2014 3 phases: context + provider, toggle component, settings integration.\n";
8
8
  //# sourceMappingURL=spec-requirements.fixture.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spec-requirements.fixture.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,yBAAyB,68KA4HrC,CAAC"}
1
+ {"version":3,"file":"spec-requirements.fixture.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,yBAAyB,m8KA4HrC,CAAC"}
@@ -1,15 +1,15 @@
1
1
  /**
2
2
  * Spec (Requirements 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 validateSpecRequirements() with zero repair iterations.
6
6
  */
7
7
  export const SPEC_REQUIREMENTS_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 via Tailwind dark: variants, stores the user
14
14
  preference in localStorage, and is surfaced as a shadcn/ui Switch component
15
15
  with full Storybook coverage and TDD-driven unit tests.
@@ -41,13 +41,13 @@ openQuestions:
41
41
  selected: true
42
42
  - option: 'SQLite settings via backend API'
43
43
  description: >
44
- Persist the preference in the ShipIT SQLite settings store alongside
44
+ Persist the preference in the Shep SQLite settings store alongside
45
45
  other settings. Syncs across devices but requires API changes and a
46
46
  settings migration — out of scope for this feature.
47
47
  selected: false
48
48
  selectionRationale: >
49
49
  localStorage is the conventional approach for client-side theme preferences
50
- and requires no backend changes. The ShipIT settings API is out of scope for
50
+ and requires no backend changes. The Shep settings API is out of scope for
51
51
  this feature; localStorage ships the value faster with zero migration risk.
52
52
  answer: 'localStorage only'
53
53
 
@@ -75,7 +75,7 @@ openQuestions:
75
75
  content: |
76
76
  ## Problem Statement
77
77
 
78
- The ShipIT web UI currently renders only in light mode. Developers working in dark
78
+ The Shep web UI currently renders only in light mode. Developers working in dark
79
79
  environments or those who prefer dark themes have no way to switch the UI appearance.
80
80
 
81
81
  ## Success Criteria
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Tasks Fixture — fictional "Add dark-mode toggle to ShipIT Web UI" feature.
2
+ * Tasks Fixture — fictional "Add dark-mode toggle to Shep Web UI" feature.
3
3
  * Passes validateTasks() against plan phase IDs [phase-1, phase-2, phase-3].
4
4
  */
5
5
  export declare const TASKS_FIXTURE = "name: dark-mode-toggle\nsummary: >\n 8 tasks across 3 phases: ThemeProvider context (phase-1), ThemeToggle component\n (phase-2), settings panel integration and validation (phase-3).\n\nrelatedFeatures: []\ntechnologies: []\nrelatedLinks: []\n\ntasks:\n - id: task-1\n phaseId: phase-1\n title: 'Create ThemeProvider and useTheme hook'\n description: 'ThemeProvider managing light/dark state via React context with localStorage persistence.'\n state: Todo\n dependencies: []\n acceptanceCriteria:\n - 'ThemeProvider renders children without error'\n - 'useTheme returns { theme, toggleTheme } where theme is \"light\" or \"dark\"'\n - 'toggleTheme() switches theme and toggles html element dark class'\n - 'Theme persists to localStorage key \"shep-theme\" on toggle'\n tdd:\n red: ['Write test: useTheme default is \"light\" with no localStorage entry', 'Write test: toggleTheme() adds dark class to html element']\n green: ['Implement ThemeProvider reading localStorage and calling classList.toggle', 'Implement useTheme hook calling useContext(ThemeContext)']\n refactor: ['Extract THEME_KEY constant; add sanitization for non-light/dark values']\n estimatedEffort: '2h'\n\n - id: task-2\n phaseId: phase-1\n title: 'Write unit tests for ThemeProvider edge cases'\n description: 'Cover edge cases: invalid stored value, double-toggle cycle, SSR safety.'\n state: Todo\n dependencies: ['task-1']\n acceptanceCriteria:\n - 'Test: invalid localStorage value \"purple\" defaults to \"light\"'\n - 'Test: toggling twice returns to original theme'\n - 'Test: ThemeProvider handles window being undefined (SSR safety)'\n tdd:\n red: ['Write test: localStorage \"purple\" \u2192 theme defaults to \"light\"']\n green: ['Sanitization branch handles all non-light/dark values']\n refactor: ['Consolidate theme validation into isValidTheme() helper']\n estimatedEffort: '1h'\n\n - id: task-3\n phaseId: phase-2\n title: 'Create ThemeToggle component'\n description: 'shadcn/ui Switch + Label component wired to useTheme(). onClick calls toggleTheme().'\n state: Todo\n dependencies: ['task-1']\n acceptanceCriteria:\n - 'ThemeToggle renders a Switch with aria-label \"Toggle dark mode\"'\n - 'Switch checked reflects current theme (\"dark\" = checked)'\n - 'Clicking Switch calls toggleTheme() exactly once'\n - 'Component file is <= 50 lines'\n tdd:\n red: ['Write test: Switch checked is false when theme is \"light\"', 'Write test: Switch click triggers toggleTheme()']\n green: ['Implement ThemeToggle with Switch checked wired to theme === \"dark\"']\n refactor: ['Extract aria-label constant; remove any inline styles']\n estimatedEffort: '1h'\n\n - id: task-4\n phaseId: phase-2\n title: 'Create Storybook story for ThemeToggle'\n description: 'theme-toggle.stories.tsx with Default and DarkMode variants using ThemeProvider decorator.'\n state: Todo\n dependencies: ['task-3']\n acceptanceCriteria:\n - 'Story includes Default and DarkMode variants with ThemeProvider decorator'\n - 'pnpm dev:storybook runs without error for the new story'\n tdd: null\n estimatedEffort: '30min'\n\n - id: task-5\n phaseId: phase-2\n title: 'Write integration test for ThemeToggle + ThemeProvider'\n description: 'Mount ThemeProvider wrapping ThemeToggle; assert full toggle cycle including localStorage.'\n state: Todo\n dependencies: ['task-3']\n acceptanceCriteria:\n - 'After clicking Toggle: html has dark class, localStorage has \"dark\"'\n - 'After clicking Toggle again: html has no dark class, localStorage has \"light\"'\n tdd:\n red: ['Write integration test: html class and localStorage after two toggle cycles']\n green: ['Test passes with existing ThemeProvider + ThemeToggle implementations']\n refactor: ['Extract renderWithTheme() test helper for reuse']\n estimatedEffort: '45min'\n\n - id: task-6\n phaseId: phase-3\n title: 'Wrap root layout in ThemeProvider'\n description: 'Update app/layout.tsx to wrap children with ThemeProvider.'\n state: Todo\n dependencies: ['task-1']\n acceptanceCriteria:\n - 'layout.tsx imports ThemeProvider and wraps children'\n - 'Existing Playwright e2e tests continue to pass'\n tdd:\n red: ['Write e2e test: dark class persists after page reload when toggled']\n green: ['Add ThemeProvider wrapping children in layout.tsx']\n refactor: ['Ensure import order follows project eslint rules']\n estimatedEffort: '30min'\n\n - id: task-7\n phaseId: phase-3\n title: 'Add ThemeToggle to settings panel'\n description: 'Add ThemeToggle to the Appearance section of settings-panel.tsx.'\n state: Todo\n dependencies: ['task-3', 'task-6']\n acceptanceCriteria:\n - 'settings-panel.tsx imports and renders ThemeToggle in the Appearance section'\n - 'ThemeToggle is visible and functional in the running web UI'\n tdd:\n red: ['Write unit test: ThemeToggle is present in rendered SettingsPanel']\n green: ['Add import and render ThemeToggle in the Appearance section']\n refactor: ['Ensure Appearance section heading is semantically correct (h2/h3)']\n estimatedEffort: '30min'\n\n - id: task-8\n phaseId: phase-3\n title: 'Run full validation and fix any issues'\n description: 'Run pnpm validate and pnpm test; fix any failures before marking complete.'\n state: Todo\n dependencies: ['task-6', 'task-7']\n acceptanceCriteria:\n - 'pnpm lint passes with no errors'\n - 'pnpm typecheck passes with no errors'\n - 'pnpm test passes with no failures'\n - 'pnpm build completes successfully'\n tdd: null\n estimatedEffort: '30min'\n\ntotalEstimate: '7.25h'\nopenQuestions: []\n\ncontent: |\n ## Summary\n\n Phase-1 builds ThemeProvider + useTheme hook with full test coverage.\n Phase-2 creates ThemeToggle in isolation with Storybook stories and integration tests.\n Phase-3 wires the provider into the root layout, adds the toggle to the settings panel,\n then validates with pnpm validate + pnpm test.\n";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Tasks Fixture — fictional "Add dark-mode toggle to ShipIT Web UI" feature.
2
+ * Tasks Fixture — fictional "Add dark-mode toggle to Shep Web UI" feature.
3
3
  * Passes validateTasks() against plan phase IDs [phase-1, phase-2, phase-3].
4
4
  */
5
5
  export const TASKS_FIXTURE = `name: dark-mode-toggle
@@ -50,7 +50,7 @@ ${tasksContent}
50
50
 
51
51
  Save all evidence files to BOTH locations:
52
52
 
53
- 1. **ShipIT AI home folder** (persistent local storage):
53
+ 1. **Shipit AI home folder** (persistent local storage):
54
54
  \`mkdir -p ${shipitAiEvidenceDir}/\`
55
55
  Save each file here first.
56
56
 
@@ -155,7 +155,7 @@ export function buildCommitPushPrPrompt(state, branch, baseBranch, repoUrl) {
155
155
  - Write a descriptive PR title using conventional commit format
156
156
  - Write a rich PR body that summarizes the changes using the spec context below
157
157
  - The PR body MUST end with this exact branding line (on its own line): \`${PR_BRANDING}\`
158
- - Do NOT include any other attribution footer (e.g. "Generated with Claude Code" or similar) — only the ShipIT branding line above`);
158
+ - Do NOT include any other attribution footer (e.g. "Generated with Claude Code" or similar) — only the Shep branding line above`);
159
159
  }
160
160
  const resumeContext = buildResumeContext(state.resumeReason);
161
161
  return `${resumeContext}You are performing git operations in a feature worktree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * ShipIT AI Directory Service
2
+ * Shipit AI Directory Service
3
3
  *
4
4
  * Manages the ~/.shipit-ai/ directory for global settings and data storage.
5
5
  * Ensures directory exists with correct permissions before database operations.
@@ -7,7 +7,7 @@
7
7
  * Supports SHIPIT_AI_HOME env var for test isolation (overrides default ~/.shipit-ai/).
8
8
  */
9
9
  /**
10
- * Gets the path to the ShipIT AI home directory.
10
+ * Gets the path to the Shipit AI home directory.
11
11
  * Uses SHIPIT_AI_HOME env var if set, otherwise ~/.shipit-ai/
12
12
  *
13
13
  * @returns Path to shipit-ai home directory
@@ -1,5 +1,5 @@
1
1
  /**
2
- * ShipIT AI Directory Service
2
+ * Shipit AI Directory Service
3
3
  *
4
4
  * Manages the ~/.shipit-ai/ directory for global settings and data storage.
5
5
  * Ensures directory exists with correct permissions before database operations.
@@ -11,14 +11,14 @@ import { homedir } from 'node:os';
11
11
  import { join } from 'node:path';
12
12
  import { existsSync } from 'node:fs';
13
13
  /**
14
- * Resolves the ShipIT AI home directory.
14
+ * Resolves the Shipit AI home directory.
15
15
  * Respects SHIPIT_AI_HOME env var for test isolation, falls back to ~/.shipit-ai/
16
16
  */
17
17
  function resolveShipitAiHomeDir() {
18
18
  return process.env.SHIPIT_AI_HOME ?? join(homedir(), '.shipit-ai');
19
19
  }
20
20
  /**
21
- * Gets the path to the ShipIT AI home directory.
21
+ * Gets the path to the Shipit AI home directory.
22
22
  * Uses SHIPIT_AI_HOME env var if set, otherwise ~/.shipit-ai/
23
23
  *
24
24
  * @returns Path to shipit-ai home directory
@@ -73,6 +73,6 @@ export async function ensureShipitAiDirectory() {
73
73
  });
74
74
  }
75
75
  catch (error) {
76
- throw new Error(`Failed to create ShipIT AI directory at ${shipitAiDir}: ${error instanceof Error ? error.message : String(error)}`);
76
+ throw new Error(`Failed to create Shipit AI directory at ${shipitAiDir}: ${error instanceof Error ? error.message : String(error)}`);
77
77
  }
78
78
  }
@@ -2,16 +2,16 @@
2
2
  * PR Branding
3
3
  *
4
4
  * Centralizes the branding footer used in pull request bodies
5
- * created by ShipIT AI. Ensures consistent attribution across all
5
+ * created by Shipit AI. Ensures consistent attribution across all
6
6
  * PR creation paths (agent-driven, fork-and-PR, etc.).
7
7
  */
8
8
  /** The branding line to append to PR bodies. */
9
- export declare const PR_BRANDING = "Built with ShipIT AI \uD83D\uDC11 [ShipIT AI Bot](https://github.com/jrmatherly/shipit)";
9
+ export declare const PR_BRANDING = "Built with Shipit AI \uD83D\uDC11 [Shipit AI Bot](https://github.com/jrmatherly/shipit)";
10
10
  /**
11
- * Ensure a PR body carries the correct ShipIT AI branding.
11
+ * Ensure a PR body carries the correct Shipit AI branding.
12
12
  *
13
13
  * 1. Strips any unwanted AI-tool attribution footers
14
- * 2. Appends the ShipIT AI branding line if not already present
14
+ * 2. Appends the Shipit AI branding line if not already present
15
15
  */
16
16
  export declare function applyPrBranding(body: string): string;
17
17
  //# sourceMappingURL=pr-branding.d.ts.map
@@ -2,21 +2,21 @@
2
2
  * PR Branding
3
3
  *
4
4
  * Centralizes the branding footer used in pull request bodies
5
- * created by ShipIT AI. Ensures consistent attribution across all
5
+ * created by Shipit AI. Ensures consistent attribution across all
6
6
  * PR creation paths (agent-driven, fork-and-PR, etc.).
7
7
  */
8
8
  /** The branding line to append to PR bodies. */
9
- export const PR_BRANDING = 'Built with ShipIT AI \uD83D\uDC11 [ShipIT AI Bot](https://github.com/jrmatherly/shipit)';
9
+ export const PR_BRANDING = 'Built with Shipit AI \uD83D\uDC11 [Shipit AI Bot](https://github.com/jrmatherly/shipit)';
10
10
  /**
11
11
  * Pattern matching common AI-tool attribution footers that should be
12
12
  * replaced (e.g. "Generated with Claude Code", "Co-Authored-By: Claude").
13
13
  */
14
14
  const UNWANTED_BRANDING_PATTERN = /\n*(?:🤖\s*)?Generated with \[Claude Code\]\(https:\/\/claude\.com\/claude-code\)\s*/gi;
15
15
  /**
16
- * Ensure a PR body carries the correct ShipIT AI branding.
16
+ * Ensure a PR body carries the correct Shipit AI branding.
17
17
  *
18
18
  * 1. Strips any unwanted AI-tool attribution footers
19
- * 2. Appends the ShipIT AI branding line if not already present
19
+ * 2. Appends the Shipit AI branding line if not already present
20
20
  */
21
21
  export function applyPrBranding(body) {
22
22
  // Strip unwanted branding
@@ -2,7 +2,7 @@
2
2
  * Feature Context Builder
3
3
  *
4
4
  * Builds the system prompt context for the interactive agent session.
5
- * Includes ShipIT AI identity, CLI reference, feature context, and behavioral guidelines.
5
+ * Includes Shipit AI identity, CLI reference, feature context, and behavioral guidelines.
6
6
  * The output string is suitable for use as systemPrompt content in SDK sessions.
7
7
  */
8
8
  import type { Feature } from '../../../domain/generated/output.js';
@@ -2,7 +2,7 @@
2
2
  * Feature Context Builder
3
3
  *
4
4
  * Builds the system prompt context for the interactive agent session.
5
- * Includes ShipIT AI identity, CLI reference, feature context, and behavioral guidelines.
5
+ * Includes Shipit AI identity, CLI reference, feature context, and behavioral guidelines.
6
6
  * The output string is suitable for use as systemPrompt content in SDK sessions.
7
7
  */
8
8
  import { execFileSync } from 'node:child_process';
@@ -81,9 +81,9 @@ export class FeatureContextBuilder {
81
81
  }
82
82
  const sections = [];
83
83
  // ── Identity ──────────────────────────────────────────────────────────
84
- sections.push(`# ShipIT AI Interactive Agent
85
- You are **ShipIT AI** — the interactive AI assistant for the ShipIT AI SDLC platform.
86
- ShipIT AI is an Autonomous AI Native SDLC Platform that automates the development
84
+ sections.push(`# Shipit AI Interactive Agent
85
+ You are **Shipit AI** — the interactive AI assistant for the Shipit AI SDLC platform.
86
+ Shipit AI is an Autonomous AI Native SDLC Platform that automates the development
87
87
  cycle from idea to deploy.
88
88
 
89
89
  Version: ${version}
@@ -99,11 +99,11 @@ Platform: ${process.platform} (${process.arch})`);
99
99
  - When you DO act, be thorough and explain what you did.
100
100
  - You have full access to the worktree via your tools (git, gh, filesystem,
101
101
  bash, read, write, edit, grep, glob). Use them proactively.
102
- - You know the ShipIT AI CLI inside out. Help users with any shipit-ai command.
102
+ - You know the Shipit AI CLI inside out. Help users with any shipit-ai command.
103
103
  - When working on this feature, stay focused on the feature context below.
104
- - If the user asks about ShipIT AI itself, answer from your knowledge of the CLI.`);
104
+ - If the user asks about Shipit AI itself, answer from your knowledge of the CLI.`);
105
105
  // ── CLI Reference ─────────────────────────────────────────────────────
106
- sections.push(`## ShipIT AI CLI Reference
106
+ sections.push(`## Shipit AI CLI Reference
107
107
  \`\`\`
108
108
  ${getCliHelpText()}
109
109
  \`\`\``);
@@ -4,7 +4,7 @@
4
4
  * Port availability checking and auto-increment logic for the web server.
5
5
  * Uses node:net try-bind pattern (same approach as Vite).
6
6
  */
7
- /** Default port for the ShipIT web UI */
7
+ /** Default port for the Shep web UI */
8
8
  export declare const DEFAULT_PORT = 4050;
9
9
  /** Maximum number of ports to try before giving up */
10
10
  export declare const MAX_PORT_ATTEMPTS = 20;
@@ -1 +1 @@
1
- {"version":3,"file":"port.service.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/services/port.service.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,yCAAyC;AACzC,eAAO,MAAM,YAAY,OAAO,CAAC;AAEjC,sDAAsD;AACtD,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAKpC;;GAEG;AACH,wBAAsB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAgBpE;AAED;;;GAGG;AACH,wBAAsB,iBAAiB,CACrC,SAAS,EAAE,MAAM,EACjB,WAAW,GAAE,MAA0B,GACtC,OAAO,CAAC,MAAM,CAAC,CAejB"}
1
+ {"version":3,"file":"port.service.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/services/port.service.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,uCAAuC;AACvC,eAAO,MAAM,YAAY,OAAO,CAAC;AAEjC,sDAAsD;AACtD,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAKpC;;GAEG;AACH,wBAAsB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAgBpE;AAED;;;GAGG;AACH,wBAAsB,iBAAiB,CACrC,SAAS,EAAE,MAAM,EACjB,WAAW,GAAE,MAA0B,GACtC,OAAO,CAAC,MAAM,CAAC,CAejB"}
@@ -5,7 +5,7 @@
5
5
  * Uses node:net try-bind pattern (same approach as Vite).
6
6
  */
7
7
  import net from 'node:net';
8
- /** Default port for the ShipIT web UI */
8
+ /** Default port for the Shep web UI */
9
9
  export const DEFAULT_PORT = 4050;
10
10
  /** Maximum number of ports to try before giving up */
11
11
  export const MAX_PORT_ATTEMPTS = 20;
@@ -15,7 +15,7 @@ export interface ToolMetadata {
15
15
  /** Detailed description */
16
16
  description: string;
17
17
  /** Tool tags for grouping in listings. A tool can belong to multiple categories. */
18
- tags: ('ide' | 'cli-agent' | 'vcs' | 'terminal' | 'shell')[];
18
+ tags: ('ide' | 'cli-agent' | 'vcs' | 'terminal')[];
19
19
  /** Company or developer name */
20
20
  author?: string;
21
21
  /** Main website/homepage URL (separate from documentation) */
@@ -71,9 +71,4 @@ export declare function getIdeEntries(): [string, ToolMetadata][];
71
71
  * `openDirectory` field. Each entry is [toolId, metadata].
72
72
  */
73
73
  export declare function getTerminalEntries(): [string, ToolMetadata][];
74
- /**
75
- * Returns entries from TOOL_METADATA tagged as "shell".
76
- * Each entry is [toolId, metadata].
77
- */
78
- export declare function getShellEntries(): [string, ToolMetadata][];
79
74
  //# sourceMappingURL=tool-metadata.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tool-metadata.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/tool-installer/tool-metadata.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAMH,MAAM,WAAW,YAAY;IAC3B,kCAAkC;IAClC,IAAI,EAAE,MAAM,CAAC;IAEb,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;IAEhB,2BAA2B;IAC3B,WAAW,EAAE,MAAM,CAAC;IAEpB,oFAAoF;IACpF,IAAI,EAAE,CAAC,KAAK,GAAG,WAAW,GAAG,KAAK,GAAG,UAAU,GAAG,OAAO,CAAC,EAAE,CAAC;IAE7D,gCAAgC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,8DAA8D;IAC9D,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,iDAAiD;IACjD,SAAS,CAAC,EAAE,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,EAAE,CAAC;IAE7C,wCAAwC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,6EAA6E;IAC7E,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAExC,6CAA6C;IAC7C,cAAc,EAAE,MAAM,CAAC;IAEvB,wFAAwF;IACxF,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEjC,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAEhB,iCAAiC;IACjC,gBAAgB,EAAE,MAAM,CAAC;IAEzB,8DAA8D;IAC9D,aAAa,EAAE,MAAM,CAAC;IAEtB,uEAAuE;IACvE,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,kFAAkF;IAClF,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;yGAEqG;IACrG,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEhD;;iGAE6F;IAC7F,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;IAEF;;;;wEAIoE;IACpE,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnD;AAmDD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAsB,CAAC;AAE9E;;;;GAIG;AACH,wBAAgB,aAAa,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAExD;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAI7D;AAED;;;GAGG;AACH,wBAAgB,eAAe,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAE1D"}
1
+ {"version":3,"file":"tool-metadata.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/tool-installer/tool-metadata.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAMH,MAAM,WAAW,YAAY;IAC3B,kCAAkC;IAClC,IAAI,EAAE,MAAM,CAAC;IAEb,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;IAEhB,2BAA2B;IAC3B,WAAW,EAAE,MAAM,CAAC;IAEpB,oFAAoF;IACpF,IAAI,EAAE,CAAC,KAAK,GAAG,WAAW,GAAG,KAAK,GAAG,UAAU,CAAC,EAAE,CAAC;IAEnD,gCAAgC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,8DAA8D;IAC9D,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,iDAAiD;IACjD,SAAS,CAAC,EAAE,CAAC,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC,EAAE,CAAC;IAE7C,wCAAwC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,6EAA6E;IAC7E,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAExC,6CAA6C;IAC7C,cAAc,EAAE,MAAM,CAAC;IAEvB,wFAAwF;IACxF,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEjC,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAEhB,iCAAiC;IACjC,gBAAgB,EAAE,MAAM,CAAC;IAEzB,8DAA8D;IAC9D,aAAa,EAAE,MAAM,CAAC;IAEtB,uEAAuE;IACvE,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,kFAAkF;IAClF,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;yGAEqG;IACrG,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEhD;;iGAE6F;IAC7F,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;IAEF;;;;wEAIoE;IACpE,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnD;AAmDD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAsB,CAAC;AAE9E;;;;GAIG;AACH,wBAAgB,aAAa,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAExD;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAI7D"}
@@ -70,10 +70,3 @@ export function getIdeEntries() {
70
70
  export function getTerminalEntries() {
71
71
  return Object.entries(TOOL_METADATA).filter(([, meta]) => meta.tags.includes('terminal') && meta.openDirectory != null);
72
72
  }
73
- /**
74
- * Returns entries from TOOL_METADATA tagged as "shell".
75
- * Each entry is [toolId, metadata].
76
- */
77
- export function getShellEntries() {
78
- return Object.entries(TOOL_METADATA).filter(([, meta]) => meta.tags.includes('shell'));
79
- }
@@ -8,6 +8,5 @@ export declare class ToolMetadataServiceImpl implements IToolMetadataService {
8
8
  getAllToolMetadata(): Record<string, ToolMetadata>;
9
9
  getIdeEntries(): [string, ToolMetadata][];
10
10
  getTerminalEntries(): [string, ToolMetadata][];
11
- getShellEntries(): [string, ToolMetadata][];
12
11
  }
13
12
  //# sourceMappingURL=tool-metadata.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tool-metadata.service.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,YAAY,EACb,MAAM,+EAA+E,CAAC;AAQvF;;;GAGG;AACH,qBACa,uBAAwB,YAAW,oBAAoB;IAClE,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS;IAIzD,kBAAkB,IAAI,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC;IAIlD,aAAa,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE;IAIzC,kBAAkB,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE;IAI9C,eAAe,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE;CAG5C"}
1
+ {"version":3,"file":"tool-metadata.service.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,YAAY,EACb,MAAM,+EAA+E,CAAC;AAGvF;;;GAGG;AACH,qBACa,uBAAwB,YAAW,oBAAoB;IAClE,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS;IAIzD,kBAAkB,IAAI,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC;IAIlD,aAAa,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE;IAIzC,kBAAkB,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE;CAG/C"}
@@ -5,7 +5,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
7
  import { injectable } from 'tsyringe';
8
- import { TOOL_METADATA, getIdeEntries, getTerminalEntries, getShellEntries, } from './tool-metadata.js';
8
+ import { TOOL_METADATA, getIdeEntries, getTerminalEntries } from './tool-metadata.js';
9
9
  /**
10
10
  * DI-injectable wrapper around the tool metadata module.
11
11
  * Delegates to the existing TOOL_METADATA constant and helper functions.
@@ -23,9 +23,6 @@ let ToolMetadataServiceImpl = class ToolMetadataServiceImpl {
23
23
  getTerminalEntries() {
24
24
  return getTerminalEntries();
25
25
  }
26
- getShellEntries() {
27
- return getShellEntries();
28
- }
29
26
  };
30
27
  ToolMetadataServiceImpl = __decorate([
31
28
  injectable()
@@ -10,7 +10,7 @@ Files are loaded dynamically by `tool-metadata.ts` — the filename (minus `.jso
10
10
  | `name` | `string` | Yes | Human-readable display name |
11
11
  | `summary` | `string` | Yes | One-line description |
12
12
  | `description` | `string` | Yes | Detailed description |
13
- | `tags` | `("ide"\|"cli-agent"\|"vcs"\|"terminal"\|"shell")[]` | Yes | Categories for filtering in UI and CLI |
13
+ | `tags` | `("ide"\|"cli-agent"\|"vcs"\|"terminal")[]` | Yes | Categories for filtering in UI and CLI |
14
14
  | `iconUrl` | `string` | No | URL to SVG/PNG icon (use cdn.simpleicons.org when possible) |
15
15
  | `binary` | `string \| Record<string,string>` | Yes | Binary name for `which` check. Per-platform map if differs |
16
16
  | `packageManager` | `string` | Yes | Install method label (apt, brew, curl, manual, download) |
@@ -60,7 +60,6 @@ The launcher auto-detects TTY: CLI launch uses `openDirectory`, web launch uses
60
60
  | `cli-agent` | Terminal-based AI coding agent | Claude Code, Cursor CLI |
61
61
  | `vcs` | Version control tool | Git, GitHub CLI |
62
62
  | `terminal` | Terminal emulator/multiplexer | tmux, Kitty, Alacritty |
63
- | `shell` | Shell interpreter | Bash, Zsh, Fish |
64
63
 
65
64
  Tools can have multiple tags. A tool appears in all matching filter tabs in the UI.
66
65
 
@@ -4,7 +4,7 @@
4
4
  * Approves a paused agent run (waiting_approval) and resumes execution.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent approve <id>
7
+ * shep agent approve <id>
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  export declare function createApproveCommand(): Command;
@@ -4,7 +4,7 @@
4
4
  * Approves a paused agent run (waiting_approval) and resumes execution.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent approve <id>
7
+ * shep agent approve <id>
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
@@ -4,7 +4,7 @@
4
4
  * Remove an agent run record from the database.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent delete <id>
7
+ * shep agent delete <id>
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  export declare function createDeleteCommand(): Command;
@@ -4,7 +4,7 @@
4
4
  * Remove an agent run record from the database.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent delete <id>
7
+ * shep agent delete <id>
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
@@ -4,14 +4,14 @@
4
4
  * Top-level agent command with subcommands for managing and viewing agent runs.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent [subcommand]
7
+ * shep agent [subcommand]
8
8
  *
9
9
  * Subcommands:
10
- * shipit-ai agent show <id> Display details of an agent run
11
- * shipit-ai agent ls List all agent runs
12
- * shipit-ai agent stop <id> Stop a running agent
13
- * shipit-ai agent logs <id> View agent run logs
14
- * shipit-ai agent delete <id> Delete an agent run record
10
+ * shep agent show <id> Display details of an agent run
11
+ * shep agent ls List all agent runs
12
+ * shep agent stop <id> Stop a running agent
13
+ * shep agent logs <id> View agent run logs
14
+ * shep agent delete <id> Delete an agent run record
15
15
  */
16
16
  import { Command } from 'commander';
17
17
  /**
@@ -4,14 +4,14 @@
4
4
  * Top-level agent command with subcommands for managing and viewing agent runs.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent [subcommand]
7
+ * shep agent [subcommand]
8
8
  *
9
9
  * Subcommands:
10
- * shipit-ai agent show <id> Display details of an agent run
11
- * shipit-ai agent ls List all agent runs
12
- * shipit-ai agent stop <id> Stop a running agent
13
- * shipit-ai agent logs <id> View agent run logs
14
- * shipit-ai agent delete <id> Delete an agent run record
10
+ * shep agent show <id> Display details of an agent run
11
+ * shep agent ls List all agent runs
12
+ * shep agent stop <id> Stop a running agent
13
+ * shep agent logs <id> View agent run logs
14
+ * shep agent delete <id> Delete an agent run record
15
15
  */
16
16
  import { Command } from 'commander';
17
17
  import { createShowCommand } from './show.command.js';
@@ -4,9 +4,9 @@
4
4
  * View log output for an agent run with efficient streaming.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent logs <id> # Print full log
8
- * shipit-ai agent logs -f <id> # Follow (tail -f) using fs.watch
9
- * shipit-ai agent logs -n 50 <id> # Last 50 lines
7
+ * shep agent logs <id> # Print full log
8
+ * shep agent logs -f <id> # Follow (tail -f) using fs.watch
9
+ * shep agent logs -n 50 <id> # Last 50 lines
10
10
  */
11
11
  import { Command } from 'commander';
12
12
  export declare function createLogsCommand(): Command;
@@ -4,9 +4,9 @@
4
4
  * View log output for an agent run with efficient streaming.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent logs <id> # Print full log
8
- * shipit-ai agent logs -f <id> # Follow (tail -f) using fs.watch
9
- * shipit-ai agent logs -n 50 <id> # Last 50 lines
7
+ * shep agent logs <id> # Print full log
8
+ * shep agent logs -f <id> # Follow (tail -f) using fs.watch
9
+ * shep agent logs -n 50 <id> # Last 50 lines
10
10
  */
11
11
  import { Command } from 'commander';
12
12
  import { join } from 'node:path';
@@ -5,7 +5,7 @@
5
5
  * Auto-detects dead PIDs and shows them as "crashed" instead of "running".
6
6
  *
7
7
  * Usage:
8
- * shipit-ai agent ls
8
+ * shep agent ls
9
9
  */
10
10
  import { Command } from 'commander';
11
11
  export declare function createLsCommand(): Command;
@@ -5,7 +5,7 @@
5
5
  * Auto-detects dead PIDs and shows them as "crashed" instead of "running".
6
6
  *
7
7
  * Usage:
8
- * shipit-ai agent ls
8
+ * shep agent ls
9
9
  */
10
10
  import { Command } from 'commander';
11
11
  import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
@@ -4,7 +4,7 @@
4
4
  * Rejects a paused agent run (waiting_approval) and cancels it.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent reject <id> [--reason <text>]
7
+ * shep agent reject <id> [--reason <text>]
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  export declare function createRejectCommand(): Command;
@@ -4,7 +4,7 @@
4
4
  * Rejects a paused agent run (waiting_approval) and cancels it.
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent reject <id> [--reason <text>]
7
+ * shep agent reject <id> [--reason <text>]
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';
@@ -5,7 +5,7 @@
5
5
  * PID, current node, heartbeat, and output.
6
6
  *
7
7
  * Usage:
8
- * shipit-ai agent show <id>
8
+ * shep agent show <id>
9
9
  */
10
10
  import { Command } from 'commander';
11
11
  export declare function createShowCommand(): Command;
@@ -5,7 +5,7 @@
5
5
  * PID, current node, heartbeat, and output.
6
6
  *
7
7
  * Usage:
8
- * shipit-ai agent show <id>
8
+ * shep agent show <id>
9
9
  */
10
10
  import { Command } from 'commander';
11
11
  import { colors, messages, symbols, renderDetailView } from '../../ui/index.js';
@@ -4,7 +4,7 @@
4
4
  * Sends SIGTERM to a running agent and marks it as interrupted (resumable).
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent stop <id>
7
+ * shep agent stop <id>
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  export declare function createStopCommand(): Command;
@@ -4,7 +4,7 @@
4
4
  * Sends SIGTERM to a running agent and marks it as interrupted (resumable).
5
5
  *
6
6
  * Usage:
7
- * shipit-ai agent stop <id>
7
+ * shep agent stop <id>
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  import { container } from '../../../../../packages/core/src/infrastructure/di/container.js';