@shepai/cli 1.21.0 → 1.22.1

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 (961) hide show
  1. package/dist/eslint.config.mjs +1 -0
  2. package/dist/packages/core/src/application/index.d.ts +26 -0
  3. package/dist/packages/core/src/application/index.d.ts.map +1 -0
  4. package/dist/packages/core/src/application/index.js +27 -0
  5. package/dist/packages/core/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +1 -0
  6. package/dist/packages/core/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +1 -0
  7. package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts.map +1 -0
  8. package/dist/packages/core/src/application/ports/output/agents/agent-registry.interface.d.ts.map +1 -0
  9. package/dist/packages/core/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +1 -0
  10. package/dist/packages/core/src/application/ports/output/agents/agent-runner.interface.d.ts.map +1 -0
  11. package/dist/packages/core/src/application/ports/output/agents/agent-validator.interface.d.ts.map +1 -0
  12. package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +1 -0
  13. package/dist/packages/core/src/application/ports/output/agents/index.d.ts.map +1 -0
  14. package/dist/packages/core/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +1 -0
  15. package/dist/packages/core/src/application/ports/output/index.d.ts.map +1 -0
  16. package/dist/packages/core/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +1 -0
  17. package/dist/packages/core/src/application/ports/output/repositories/index.d.ts.map +1 -0
  18. package/dist/packages/core/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +1 -0
  19. package/dist/packages/core/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +1 -0
  20. package/dist/{src → packages/core/src}/application/ports/output/services/index.d.ts +1 -1
  21. package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -0
  22. package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts.map +1 -0
  23. package/dist/packages/core/src/application/ports/output/services/tool-installer.service.d.ts.map +1 -0
  24. package/dist/packages/core/src/application/ports/output/services/version-service.interface.d.ts.map +1 -0
  25. package/dist/packages/core/src/application/ports/output/services/web-server-service.interface.d.ts.map +1 -0
  26. package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts.map +1 -0
  27. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -0
  28. package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +1 -0
  29. package/dist/packages/core/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +1 -0
  30. package/dist/packages/core/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +1 -0
  31. package/dist/packages/core/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +1 -0
  32. package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +1 -0
  33. package/dist/packages/core/src/application/use-cases/agents/run-agent.use-case.d.ts.map +1 -0
  34. package/dist/packages/core/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +1 -0
  35. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +1 -0
  36. package/dist/packages/core/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +1 -0
  37. package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -0
  38. package/dist/packages/core/src/application/use-cases/features/create/metadata-generator.d.ts.map +1 -0
  39. package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts.map +1 -0
  40. package/dist/packages/core/src/application/use-cases/features/create/types.d.ts.map +1 -0
  41. package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.d.ts.map +1 -0
  42. package/dist/packages/core/src/application/use-cases/features/list-features.use-case.d.ts.map +1 -0
  43. package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts.map +1 -0
  44. package/dist/packages/core/src/application/use-cases/features/show-feature.use-case.d.ts.map +1 -0
  45. package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -0
  46. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -0
  47. package/dist/packages/core/src/application/use-cases/settings/load-settings.use-case.d.ts.map +1 -0
  48. package/dist/packages/core/src/application/use-cases/settings/update-settings.use-case.d.ts.map +1 -0
  49. package/dist/packages/core/src/application/use-cases/tools/install-tool.use-case.d.ts.map +1 -0
  50. package/dist/packages/core/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +1 -0
  51. package/dist/packages/core/src/domain/factories/index.d.ts.map +1 -0
  52. package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -0
  53. package/dist/packages/core/src/domain/generated/index.d.ts +2 -0
  54. package/dist/packages/core/src/domain/generated/index.d.ts.map +1 -0
  55. package/dist/packages/core/src/domain/generated/index.js +2 -0
  56. package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -0
  57. package/dist/packages/core/src/domain/index.d.ts +10 -0
  58. package/dist/packages/core/src/domain/index.d.ts.map +1 -0
  59. package/dist/packages/core/src/domain/index.js +10 -0
  60. package/dist/packages/core/src/domain/value-objects/index.d.ts.map +1 -0
  61. package/dist/{src → packages/core/src}/domain/value-objects/tool-installation-status.d.ts +1 -1
  62. package/dist/packages/core/src/domain/value-objects/tool-installation-status.d.ts.map +1 -0
  63. package/dist/packages/core/src/domain/value-objects/version-info.d.ts.map +1 -0
  64. package/dist/packages/core/src/index.d.ts +6 -0
  65. package/dist/packages/core/src/index.d.ts.map +1 -0
  66. package/dist/packages/core/src/index.js +6 -0
  67. package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -0
  68. package/dist/packages/core/src/infrastructure/index.d.ts +8 -0
  69. package/dist/packages/core/src/infrastructure/index.d.ts.map +1 -0
  70. package/dist/packages/core/src/infrastructure/index.js +9 -0
  71. package/dist/packages/core/src/infrastructure/persistence/sqlite/connection.d.ts.map +1 -0
  72. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +1 -0
  73. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -0
  74. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -0
  75. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.d.ts.map +1 -0
  76. package/dist/packages/core/src/infrastructure/repositories/agent-run.repository.d.ts.map +1 -0
  77. package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -0
  78. package/dist/packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +1 -0
  79. package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +1 -0
  80. package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +1 -0
  81. package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +1 -0
  82. package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +1 -0
  83. package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +1 -0
  84. package/dist/packages/core/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +1 -0
  85. package/dist/packages/core/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +1 -0
  86. package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.js +1 -1
  87. package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +1 -0
  88. package/dist/packages/core/src/infrastructure/services/agents/common/checkpointer.d.ts.map +1 -0
  89. package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -0
  90. package/dist/packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +1 -0
  91. package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +1 -0
  92. package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +1 -0
  93. package/dist/packages/core/src/infrastructure/services/agents/common/types.d.ts.map +1 -0
  94. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +17 -17
  95. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts.map +1 -1
  96. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -0
  97. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -0
  98. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.js +2 -2
  99. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +1 -0
  100. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +1 -0
  101. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +1 -0
  102. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -0
  103. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +1 -0
  104. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +1 -0
  105. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +1 -0
  106. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +1 -0
  107. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +1 -0
  108. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +1 -0
  109. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +1 -0
  110. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +1 -0
  111. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +1 -0
  112. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +1 -0
  113. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +1 -0
  114. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +1 -0
  115. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +1 -0
  116. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +1 -0
  117. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +1 -0
  118. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts.map +1 -0
  119. package/dist/packages/core/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +1 -0
  120. package/dist/packages/core/src/infrastructure/services/agents/streaming/index.d.ts.map +1 -0
  121. package/dist/packages/core/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +1 -0
  122. package/dist/packages/core/src/infrastructure/services/external/github-issue.service.d.ts.map +1 -0
  123. package/dist/packages/core/src/infrastructure/services/external/jira-ticket.service.d.ts.map +1 -0
  124. package/dist/packages/core/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +1 -0
  125. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts +20 -0
  126. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts.map +1 -0
  127. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.js +50 -0
  128. package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -0
  129. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.d.ts +1 -1
  130. package/dist/packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +1 -0
  131. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.d.ts +1 -1
  132. package/dist/packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +1 -0
  133. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +1 -0
  134. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +1 -0
  135. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.d.ts +1 -1
  136. package/dist/packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +1 -0
  137. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.d.ts +1 -1
  138. package/dist/packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +1 -0
  139. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.d.ts +1 -1
  140. package/dist/packages/core/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +1 -0
  141. package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -0
  142. package/dist/packages/core/src/infrastructure/services/settings.service.d.ts.map +1 -0
  143. package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +1 -0
  144. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -0
  145. package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-installer.service.js +16 -2
  146. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -0
  147. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +16 -0
  148. package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/cursor.json +5 -5
  149. package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/vscode.json +2 -2
  150. package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/windsurf.json +1 -1
  151. package/dist/packages/core/src/infrastructure/services/version.service.d.ts.map +1 -0
  152. package/dist/{src → packages/core/src}/infrastructure/services/version.service.js +18 -4
  153. package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.d.ts +4 -4
  154. package/dist/packages/core/src/infrastructure/services/web-server.service.d.ts.map +1 -0
  155. package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.js +8 -7
  156. package/dist/src/index.d.ts +2 -2
  157. package/dist/src/index.js +1 -1
  158. package/dist/src/presentation/cli/commands/agent/approve.command.js +2 -2
  159. package/dist/src/presentation/cli/commands/agent/delete.command.js +3 -3
  160. package/dist/src/presentation/cli/commands/agent/ls.command.js +2 -2
  161. package/dist/src/presentation/cli/commands/agent/reject.command.js +2 -2
  162. package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts +1 -1
  163. package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts.map +1 -1
  164. package/dist/src/presentation/cli/commands/agent/resolve-run.js +3 -3
  165. package/dist/src/presentation/cli/commands/agent/show.command.js +2 -2
  166. package/dist/src/presentation/cli/commands/agent/stop.command.js +2 -2
  167. package/dist/src/presentation/cli/commands/feat/approve.command.js +2 -2
  168. package/dist/src/presentation/cli/commands/feat/del.command.js +3 -3
  169. package/dist/src/presentation/cli/commands/feat/ls.command.js +2 -2
  170. package/dist/src/presentation/cli/commands/feat/new.command.js +3 -3
  171. package/dist/src/presentation/cli/commands/feat/reject.command.js +2 -2
  172. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts +3 -3
  173. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts.map +1 -1
  174. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.js +1 -1
  175. package/dist/src/presentation/cli/commands/feat/resume.command.js +2 -2
  176. package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
  177. package/dist/src/presentation/cli/commands/feat/show.command.js +3 -3
  178. package/dist/src/presentation/cli/commands/ide-open.command.js +6 -6
  179. package/dist/src/presentation/cli/commands/install.command.js +4 -4
  180. package/dist/src/presentation/cli/commands/run.command.js +2 -2
  181. package/dist/src/presentation/cli/commands/settings/agent.command.d.ts.map +1 -1
  182. package/dist/src/presentation/cli/commands/settings/agent.command.js +3 -3
  183. package/dist/src/presentation/cli/commands/settings/ide.command.js +5 -5
  184. package/dist/src/presentation/cli/commands/settings/init.command.d.ts.map +1 -1
  185. package/dist/src/presentation/cli/commands/settings/init.command.js +2 -2
  186. package/dist/src/presentation/cli/commands/settings/show.command.js +2 -2
  187. package/dist/src/presentation/cli/commands/ui.command.js +4 -4
  188. package/dist/src/presentation/cli/commands/version.command.js +1 -1
  189. package/dist/src/presentation/cli/index.js +11 -3
  190. package/dist/src/presentation/cli/ui/colors.d.ts +1 -1
  191. package/dist/src/presentation/cli/ui/colors.js +1 -1
  192. package/dist/src/presentation/cli/ui/formatters.d.ts +1 -1
  193. package/dist/src/presentation/cli/ui/formatters.js +1 -1
  194. package/dist/src/presentation/cli/ui/index.d.ts +1 -1
  195. package/dist/src/presentation/cli/ui/index.js +1 -1
  196. package/dist/src/presentation/cli/ui/messages.d.ts +1 -1
  197. package/dist/src/presentation/cli/ui/messages.js +1 -1
  198. package/dist/src/presentation/cli/ui/spinner.d.ts +1 -1
  199. package/dist/src/presentation/cli/ui/spinner.js +1 -1
  200. package/dist/src/presentation/cli/ui/symbols.d.ts +1 -1
  201. package/dist/src/presentation/cli/ui/symbols.js +1 -1
  202. package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts +1 -1
  203. package/dist/src/presentation/tui/prompts/agent-select.prompt.js +1 -1
  204. package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts +1 -1
  205. package/dist/src/presentation/tui/prompts/auth-method.prompt.js +1 -1
  206. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts +1 -1
  207. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts.map +1 -1
  208. package/dist/src/presentation/tui/prompts/ide-select.prompt.js +1 -1
  209. package/dist/src/presentation/tui/wizards/agent-config.wizard.d.ts +1 -1
  210. package/dist/src/presentation/tui/wizards/agent-config.wizard.js +1 -1
  211. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts +11 -0
  212. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts.map +1 -0
  213. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.js +16 -0
  214. package/dist/src/presentation/web/app/layout.js +1 -1
  215. package/dist/src/presentation/web/app/page.d.ts +1 -1
  216. package/dist/src/presentation/web/app/page.d.ts.map +1 -1
  217. package/dist/src/presentation/web/app/page.js +72 -5
  218. package/dist/src/presentation/web/app/version/page.js +2 -2
  219. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts +7 -0
  220. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts.map +1 -0
  221. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.js +1 -0
  222. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts +6 -0
  223. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts.map +1 -0
  224. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.js +23 -0
  225. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts +8 -0
  226. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts.map +1 -0
  227. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.js +27 -0
  228. package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts +3 -0
  229. package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts.map +1 -0
  230. package/dist/src/presentation/web/components/common/add-repository-node/index.js +1 -0
  231. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts +6 -0
  232. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts.map +1 -0
  233. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.js +13 -0
  234. package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.d.ts +1 -1
  235. package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.js +1 -1
  236. package/dist/src/presentation/web/components/common/elapsed-time/index.d.ts +1 -1
  237. package/dist/src/presentation/web/components/common/elapsed-time/index.js +1 -1
  238. package/dist/src/presentation/web/components/common/empty-state/empty-state.js +1 -1
  239. package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.d.ts +1 -1
  240. package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.js +2 -2
  241. package/dist/src/presentation/web/components/common/empty-state/index.d.ts +1 -1
  242. package/dist/src/presentation/web/components/common/empty-state/index.js +1 -1
  243. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.d.ts +1 -1
  244. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.js +3 -3
  245. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.d.ts +1 -1
  246. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.js +2 -2
  247. package/dist/src/presentation/web/components/common/feature-list-item/index.d.ts +2 -2
  248. package/dist/src/presentation/web/components/common/feature-list-item/index.js +1 -1
  249. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts +12 -0
  250. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts.map +1 -0
  251. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.js +29 -0
  252. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts +8 -0
  253. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts.map +1 -0
  254. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.js +30 -0
  255. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts +28 -0
  256. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -0
  257. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +71 -0
  258. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +42 -0
  259. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -0
  260. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +71 -0
  261. package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts +7 -0
  262. package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts.map +1 -0
  263. package/dist/src/presentation/web/components/common/feature-node/feature-node.js +37 -0
  264. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts +16 -0
  265. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts.map +1 -0
  266. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +228 -0
  267. package/dist/src/presentation/web/components/common/feature-node/index.d.ts +5 -0
  268. package/dist/src/presentation/web/components/common/feature-node/index.d.ts.map +1 -0
  269. package/dist/src/presentation/web/components/common/feature-node/index.js +4 -0
  270. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.d.ts +1 -1
  271. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.js +3 -3
  272. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.d.ts +1 -1
  273. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.js +2 -2
  274. package/dist/src/presentation/web/components/common/feature-status-badges/index.d.ts +2 -2
  275. package/dist/src/presentation/web/components/common/feature-status-badges/index.js +1 -1
  276. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.js +1 -1
  277. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.d.ts +1 -1
  278. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.js +3 -3
  279. package/dist/src/presentation/web/components/common/feature-status-group/index.d.ts +2 -2
  280. package/dist/src/presentation/web/components/common/feature-status-group/index.js +1 -1
  281. package/dist/src/presentation/web/components/common/index.d.ts +16 -0
  282. package/dist/src/presentation/web/components/common/index.d.ts.map +1 -0
  283. package/dist/src/presentation/web/components/common/index.js +15 -0
  284. package/dist/src/presentation/web/components/common/loading-skeleton/index.d.ts +1 -1
  285. package/dist/src/presentation/web/components/common/loading-skeleton/index.js +1 -1
  286. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.js +1 -1
  287. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.d.ts +1 -1
  288. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.js +1 -1
  289. package/dist/src/presentation/web/components/common/page-header/index.d.ts +1 -1
  290. package/dist/src/presentation/web/components/common/page-header/index.js +1 -1
  291. package/dist/src/presentation/web/components/common/page-header/page-header.js +1 -1
  292. package/dist/src/presentation/web/components/common/page-header/page-header.stories.d.ts +1 -1
  293. package/dist/src/presentation/web/components/common/page-header/page-header.stories.js +2 -2
  294. package/dist/src/presentation/web/components/common/repository-node/index.d.ts +3 -0
  295. package/dist/src/presentation/web/components/common/repository-node/index.d.ts.map +1 -0
  296. package/dist/src/presentation/web/components/common/repository-node/index.js +1 -0
  297. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts +11 -0
  298. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts.map +1 -0
  299. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.js +1 -0
  300. package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts +6 -0
  301. package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts.map +1 -0
  302. package/dist/src/presentation/web/components/common/repository-node/repository-node.js +13 -0
  303. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts +12 -0
  304. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts.map +1 -0
  305. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.js +76 -0
  306. package/dist/src/presentation/web/components/common/shep-logo/index.d.ts +2 -2
  307. package/dist/src/presentation/web/components/common/shep-logo/index.js +1 -1
  308. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.js +1 -1
  309. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.d.ts +1 -1
  310. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.js +1 -1
  311. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.d.ts +2 -2
  312. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.js +1 -1
  313. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.js +3 -3
  314. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.d.ts +1 -1
  315. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.js +2 -2
  316. package/dist/src/presentation/web/components/common/sidebar-nav-item/index.d.ts +2 -2
  317. package/dist/src/presentation/web/components/common/sidebar-nav-item/index.js +1 -1
  318. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.js +1 -1
  319. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.d.ts +1 -1
  320. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.js +2 -2
  321. package/dist/src/presentation/web/components/common/sidebar-section-header/index.d.ts +2 -2
  322. package/dist/src/presentation/web/components/common/sidebar-section-header/index.js +1 -1
  323. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.js +4 -4
  324. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.d.ts +1 -1
  325. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.js +2 -2
  326. package/dist/src/presentation/web/components/common/theme-toggle/index.d.ts +1 -1
  327. package/dist/src/presentation/web/components/common/theme-toggle/index.js +1 -1
  328. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.js +2 -2
  329. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.d.ts +1 -1
  330. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.js +1 -1
  331. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts +6 -0
  332. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -0
  333. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +31 -0
  334. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts +8 -0
  335. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts.map +1 -0
  336. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.js +25 -0
  337. package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts +9 -0
  338. package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -0
  339. package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +9 -0
  340. package/dist/src/presentation/web/components/features/control-center/control-center.d.ts +8 -0
  341. package/dist/src/presentation/web/components/features/control-center/control-center.d.ts.map +1 -0
  342. package/dist/src/presentation/web/components/features/control-center/control-center.js +7 -0
  343. package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts +29 -0
  344. package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts.map +1 -0
  345. package/dist/src/presentation/web/components/features/control-center/control-center.stories.js +249 -0
  346. package/dist/src/presentation/web/components/features/control-center/index.d.ts +3 -0
  347. package/dist/src/presentation/web/components/features/control-center/index.d.ts.map +1 -0
  348. package/dist/src/presentation/web/components/features/control-center/index.js +2 -0
  349. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts +20 -0
  350. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -0
  351. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +219 -0
  352. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts +22 -0
  353. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -0
  354. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +52 -0
  355. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts +17 -0
  356. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts.map +1 -0
  357. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +520 -0
  358. package/dist/src/presentation/web/components/features/features-canvas/index.d.ts +2 -0
  359. package/dist/src/presentation/web/components/features/features-canvas/index.d.ts.map +1 -0
  360. package/dist/src/presentation/web/components/features/features-canvas/index.js +1 -0
  361. package/dist/src/presentation/web/components/features/index.d.ts +2 -0
  362. package/dist/src/presentation/web/components/features/index.d.ts.map +1 -0
  363. package/dist/src/presentation/web/components/features/index.js +1 -0
  364. package/dist/src/presentation/web/components/features/version/version-page-client.d.ts +1 -1
  365. package/dist/src/presentation/web/components/features/version/version-page-client.js +4 -4
  366. package/dist/src/presentation/web/components/layouts/app-shell/app-shell.d.ts.map +1 -1
  367. package/dist/src/presentation/web/components/layouts/app-shell/app-shell.js +4 -5
  368. package/dist/src/presentation/web/components/layouts/app-shell/index.d.ts +1 -1
  369. package/dist/src/presentation/web/components/layouts/app-shell/index.js +1 -1
  370. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts +1 -1
  371. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +10 -10
  372. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.d.ts +1 -1
  373. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.js +2 -2
  374. package/dist/src/presentation/web/components/layouts/app-sidebar/index.d.ts +2 -2
  375. package/dist/src/presentation/web/components/layouts/app-sidebar/index.js +1 -1
  376. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.d.ts +1 -1
  377. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.js +3 -3
  378. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.d.ts +1 -1
  379. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.js +1 -1
  380. package/dist/src/presentation/web/components/layouts/dashboard-layout/index.d.ts +1 -1
  381. package/dist/src/presentation/web/components/layouts/dashboard-layout/index.js +1 -1
  382. package/dist/src/presentation/web/components/layouts/header/header.js +1 -1
  383. package/dist/src/presentation/web/components/layouts/header/header.stories.d.ts +1 -1
  384. package/dist/src/presentation/web/components/layouts/header/header.stories.js +1 -1
  385. package/dist/src/presentation/web/components/layouts/header/index.d.ts +1 -1
  386. package/dist/src/presentation/web/components/layouts/header/index.js +1 -1
  387. package/dist/src/presentation/web/components/layouts/index.d.ts +6 -0
  388. package/dist/src/presentation/web/components/layouts/index.d.ts.map +1 -0
  389. package/dist/src/presentation/web/components/layouts/index.js +5 -0
  390. package/dist/src/presentation/web/components/layouts/sidebar/index.d.ts +2 -2
  391. package/dist/src/presentation/web/components/layouts/sidebar/index.js +1 -1
  392. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.js +1 -1
  393. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.d.ts +1 -1
  394. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.js +1 -1
  395. package/dist/src/presentation/web/components/ui/accordion.js +1 -1
  396. package/dist/src/presentation/web/components/ui/accordion.stories.d.ts +1 -1
  397. package/dist/src/presentation/web/components/ui/accordion.stories.js +1 -1
  398. package/dist/src/presentation/web/components/ui/alert.js +1 -1
  399. package/dist/src/presentation/web/components/ui/alert.stories.d.ts +1 -1
  400. package/dist/src/presentation/web/components/ui/alert.stories.js +1 -1
  401. package/dist/src/presentation/web/components/ui/badge.js +1 -1
  402. package/dist/src/presentation/web/components/ui/badge.stories.d.ts +1 -1
  403. package/dist/src/presentation/web/components/ui/badge.stories.js +1 -1
  404. package/dist/src/presentation/web/components/ui/button.js +1 -1
  405. package/dist/src/presentation/web/components/ui/button.stories.d.ts +1 -1
  406. package/dist/src/presentation/web/components/ui/button.stories.js +1 -1
  407. package/dist/src/presentation/web/components/ui/card.js +1 -1
  408. package/dist/src/presentation/web/components/ui/card.stories.d.ts +1 -1
  409. package/dist/src/presentation/web/components/ui/card.stories.js +2 -2
  410. package/dist/src/presentation/web/components/ui/comet-spinner.d.ts +12 -0
  411. package/dist/src/presentation/web/components/ui/comet-spinner.d.ts.map +1 -0
  412. package/dist/src/presentation/web/components/ui/comet-spinner.js +32 -0
  413. package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts +13 -0
  414. package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts.map +1 -0
  415. package/dist/src/presentation/web/components/ui/comet-spinner.stories.js +50 -0
  416. package/dist/src/presentation/web/components/ui/dialog.js +1 -1
  417. package/dist/src/presentation/web/components/ui/dialog.stories.d.ts +1 -1
  418. package/dist/src/presentation/web/components/ui/dialog.stories.js +4 -4
  419. package/dist/src/presentation/web/components/ui/input.js +1 -1
  420. package/dist/src/presentation/web/components/ui/input.stories.d.ts +1 -1
  421. package/dist/src/presentation/web/components/ui/input.stories.js +2 -2
  422. package/dist/src/presentation/web/components/ui/label.js +1 -1
  423. package/dist/src/presentation/web/components/ui/label.stories.d.ts +1 -1
  424. package/dist/src/presentation/web/components/ui/label.stories.js +2 -2
  425. package/dist/src/presentation/web/components/ui/popover.js +1 -1
  426. package/dist/src/presentation/web/components/ui/popover.stories.d.ts +1 -1
  427. package/dist/src/presentation/web/components/ui/popover.stories.js +4 -4
  428. package/dist/src/presentation/web/components/ui/scroll-area.js +1 -1
  429. package/dist/src/presentation/web/components/ui/select.js +1 -1
  430. package/dist/src/presentation/web/components/ui/select.stories.d.ts +1 -1
  431. package/dist/src/presentation/web/components/ui/select.stories.js +1 -1
  432. package/dist/src/presentation/web/components/ui/separator.js +1 -1
  433. package/dist/src/presentation/web/components/ui/sheet.js +1 -1
  434. package/dist/src/presentation/web/components/ui/sidebar.d.ts +4 -4
  435. package/dist/src/presentation/web/components/ui/sidebar.js +8 -8
  436. package/dist/src/presentation/web/components/ui/skeleton.js +1 -1
  437. package/dist/src/presentation/web/components/ui/sonner.stories.d.ts +1 -1
  438. package/dist/src/presentation/web/components/ui/sonner.stories.js +2 -2
  439. package/dist/src/presentation/web/components/ui/spinner.d.ts +10 -0
  440. package/dist/src/presentation/web/components/ui/spinner.d.ts.map +1 -0
  441. package/dist/src/presentation/web/components/ui/spinner.js +28 -0
  442. package/dist/src/presentation/web/components/ui/spinner.stories.d.ts +11 -0
  443. package/dist/src/presentation/web/components/ui/spinner.stories.d.ts.map +1 -0
  444. package/dist/src/presentation/web/components/ui/spinner.stories.js +38 -0
  445. package/dist/src/presentation/web/components/ui/tabs.js +1 -1
  446. package/dist/src/presentation/web/components/ui/tabs.stories.d.ts +1 -1
  447. package/dist/src/presentation/web/components/ui/tabs.stories.js +4 -4
  448. package/dist/src/presentation/web/components/ui/tooltip.js +1 -1
  449. package/dist/src/presentation/web/dev-server.d.ts +11 -0
  450. package/dist/src/presentation/web/dev-server.d.ts.map +1 -0
  451. package/dist/src/presentation/web/dev-server.js +68 -0
  452. package/dist/src/presentation/web/hooks/useTheme.d.ts +1 -1
  453. package/dist/src/presentation/web/hooks/useTheme.js +1 -1
  454. package/dist/src/presentation/web/lib/layout-with-dagre.d.ts +27 -0
  455. package/dist/src/presentation/web/lib/layout-with-dagre.d.ts.map +1 -0
  456. package/dist/src/presentation/web/lib/layout-with-dagre.js +98 -0
  457. package/dist/src/presentation/web/lib/use-cases.d.ts +29 -0
  458. package/dist/src/presentation/web/lib/use-cases.d.ts.map +1 -0
  459. package/dist/src/presentation/web/lib/use-cases.js +46 -0
  460. package/dist/src/presentation/web/next.config.d.ts.map +1 -1
  461. package/dist/src/presentation/web/next.config.js +2 -0
  462. package/dist/tsconfig.build.tsbuildinfo +1 -1
  463. package/package.json +5 -3
  464. package/web/.next/BUILD_ID +1 -1
  465. package/web/.next/app-path-routes-manifest.json +1 -0
  466. package/web/.next/build-manifest.json +5 -5
  467. package/web/.next/cache/.previewinfo +1 -1
  468. package/web/.next/cache/.rscinfo +1 -1
  469. package/web/.next/cache/.tsbuildinfo +1 -1
  470. package/web/.next/cache/config.json +3 -3
  471. package/web/.next/fallback-build-manifest.json +2 -2
  472. package/web/.next/prerender-manifest.json +3 -3
  473. package/web/.next/required-server-files.js +4 -1
  474. package/web/.next/required-server-files.json +4 -1
  475. package/web/.next/routes-manifest.json +6 -0
  476. package/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
  477. package/web/.next/server/app/_global-error/page.js +4 -4
  478. package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
  479. package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  480. package/web/.next/server/app/_global-error.html +2 -2
  481. package/web/.next/server/app/_global-error.rsc +1 -1
  482. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  483. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  484. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  485. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  486. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  487. package/web/.next/server/app/_not-found/page/build-manifest.json +3 -3
  488. package/web/.next/server/app/_not-found/page.js +4 -4
  489. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  490. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  491. package/web/.next/server/app/_not-found.html +2 -2
  492. package/web/.next/server/app/_not-found.rsc +9 -9
  493. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +9 -9
  494. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  495. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
  496. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  497. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  498. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  499. package/web/.next/server/app/api/dialog/pick-folder/route/app-paths-manifest.json +3 -0
  500. package/web/.next/server/app/api/dialog/pick-folder/route/build-manifest.json +11 -0
  501. package/web/.next/server/app/api/dialog/pick-folder/route/server-reference-manifest.json +4 -0
  502. package/web/.next/server/app/api/dialog/pick-folder/route.js +6 -0
  503. package/web/.next/server/app/api/dialog/pick-folder/route.js.map +5 -0
  504. package/web/.next/server/app/api/dialog/pick-folder/route.js.nft.json +1 -0
  505. package/web/.next/server/app/api/dialog/pick-folder/route_client-reference-manifest.js +2 -0
  506. package/web/.next/server/app/index.html +2 -2
  507. package/web/.next/server/app/index.rsc +5 -4
  508. package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  509. package/web/.next/server/app/index.segments/_full.segment.rsc +5 -4
  510. package/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  511. package/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
  512. package/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  513. package/web/.next/server/app/page/build-manifest.json +3 -3
  514. package/web/.next/server/app/page.js +5 -5
  515. package/web/.next/server/app/page.js.nft.json +1 -1
  516. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  517. package/web/.next/server/app/version/page/build-manifest.json +3 -3
  518. package/web/.next/server/app/version/page.js +4 -4
  519. package/web/.next/server/app/version/page.js.nft.json +1 -1
  520. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  521. package/web/.next/server/app/version.html +2 -2
  522. package/web/.next/server/app/version.rsc +4 -4
  523. package/web/.next/server/app/version.segments/_full.segment.rsc +4 -4
  524. package/web/.next/server/app/version.segments/_head.segment.rsc +1 -1
  525. package/web/.next/server/app/version.segments/_index.segment.rsc +3 -3
  526. package/web/.next/server/app/version.segments/_tree.segment.rsc +2 -2
  527. package/web/.next/server/app/version.segments/version/__PAGE__.segment.rsc +2 -2
  528. package/web/.next/server/app/version.segments/version.segment.rsc +1 -1
  529. package/web/.next/server/app-paths-manifest.json +1 -0
  530. package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js +3 -0
  531. package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js +3 -0
  532. package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js.map +1 -0
  533. package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js +21 -0
  534. package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js.map +1 -0
  535. package/web/.next/server/chunks/[turbopack]_runtime.js +795 -0
  536. package/web/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
  537. package/web/.next/server/chunks/ssr/403f9_next_dist_1f3516d7._.js +3 -0
  538. package/web/.next/server/chunks/ssr/{[root-of-the-server]__01b8cb62._.js.map → 403f9_next_dist_1f3516d7._.js.map} +1 -1
  539. package/web/.next/server/chunks/ssr/403f9_next_dist_d738ab66._.js +3 -0
  540. package/web/.next/server/chunks/ssr/{[root-of-the-server]__7b98fb96._.js.map → 403f9_next_dist_d738ab66._.js.map} +1 -1
  541. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js +1 -1
  542. package/web/.next/server/chunks/ssr/[root-of-the-server]__2127336f._.js +3 -0
  543. package/web/.next/server/chunks/ssr/{[root-of-the-server]__659cf841._.js.map → [root-of-the-server]__2127336f._.js.map} +1 -1
  544. package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js +3 -0
  545. package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js.map +1 -0
  546. package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js +3 -0
  547. package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js.map +1 -0
  548. package/web/.next/server/chunks/ssr/{[root-of-the-server]__18ff2ebf._.js → [root-of-the-server]__6b3c1f2b._.js} +2 -2
  549. package/web/.next/server/chunks/ssr/{[root-of-the-server]__ccf8a903._.js.map → [root-of-the-server]__6b3c1f2b._.js.map} +1 -1
  550. package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js +3 -0
  551. package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js.map +1 -0
  552. package/web/.next/server/chunks/ssr/[root-of-the-server]__c37779e6._.js +4 -0
  553. package/web/.next/server/chunks/ssr/{node_modules__pnpm_03635e2b._.js.map → [root-of-the-server]__c37779e6._.js.map} +1 -1
  554. package/web/.next/server/chunks/ssr/[root-of-the-server]__e55e9c7f._.js +3 -0
  555. package/web/.next/server/chunks/ssr/{[root-of-the-server]__479da921._.js.map → [root-of-the-server]__e55e9c7f._.js.map} +1 -1
  556. package/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +3 -0
  557. package/web/.next/server/chunks/ssr/{_19be0743._.js.map → [root-of-the-server]__f12b60be._.js.map} +1 -1
  558. package/web/.next/server/chunks/ssr/[root-of-the-server]__fa87595c._.js +3 -0
  559. package/web/.next/server/chunks/ssr/{_c536147b._.js.map → [root-of-the-server]__fa87595c._.js.map} +1 -1
  560. package/web/.next/server/chunks/ssr/_09afa42a._.js +4 -0
  561. package/web/.next/server/chunks/ssr/_09afa42a._.js.map +1 -0
  562. package/web/.next/server/chunks/ssr/{_4582f3c3._.js → _3d152196._.js} +2 -2
  563. package/web/.next/server/chunks/ssr/_3d152196._.js.map +1 -0
  564. package/web/.next/server/chunks/ssr/_884ddade._.js +1 -1
  565. package/web/.next/server/chunks/ssr/_a0c04017._.js +2 -2
  566. package/web/.next/server/chunks/ssr/_a0c04017._.js.map +1 -1
  567. package/web/.next/server/chunks/ssr/_c5d377cc._.js +1 -1
  568. package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js +3 -0
  569. package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js.map +1 -0
  570. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_a836bb2a.js +1 -1
  571. package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js +3 -0
  572. package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js.map +1 -0
  573. package/web/.next/server/middleware-build-manifest.js +3 -3
  574. package/web/.next/server/pages/404.html +2 -2
  575. package/web/.next/server/pages/500.html +2 -2
  576. package/web/.next/server/server-reference-manifest.js +1 -1
  577. package/web/.next/server/server-reference-manifest.json +1 -1
  578. package/web/.next/static/chunks/3701b9d5749e6143.css +1 -0
  579. package/web/.next/static/chunks/a8030d19b4d73c95.js +1 -0
  580. package/web/.next/static/chunks/b0d13220be9ac29c.js +1 -0
  581. package/web/.next/static/chunks/b29c0572633eb9e4.js +2 -0
  582. package/web/.next/static/chunks/be34161188b4e0a0.js +2 -0
  583. package/web/.next/static/chunks/c87445f8cbe36c74.js +1 -0
  584. package/web/.next/static/chunks/f220dad9d38bff95.js +5 -0
  585. package/web/.next/static/chunks/{turbopack-a5a88a85e7ac8e8d.js → turbopack-e0a0178ee911c212.js} +1 -1
  586. package/web/.next/trace +1 -1
  587. package/web/.next/trace-build +1 -1
  588. package/web/.next/types/link.d.ts +1 -0
  589. package/web/.next/types/routes.d.ts +18 -2
  590. package/web/.next/types/validator.ts +20 -2
  591. package/web/package.json +5 -1
  592. package/dist/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +0 -1
  593. package/dist/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +0 -1
  594. package/dist/src/application/ports/output/agents/agent-executor.interface.d.ts.map +0 -1
  595. package/dist/src/application/ports/output/agents/agent-registry.interface.d.ts.map +0 -1
  596. package/dist/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +0 -1
  597. package/dist/src/application/ports/output/agents/agent-runner.interface.d.ts.map +0 -1
  598. package/dist/src/application/ports/output/agents/agent-validator.interface.d.ts.map +0 -1
  599. package/dist/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +0 -1
  600. package/dist/src/application/ports/output/agents/index.d.ts.map +0 -1
  601. package/dist/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +0 -1
  602. package/dist/src/application/ports/output/index.d.ts.map +0 -1
  603. package/dist/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +0 -1
  604. package/dist/src/application/ports/output/repositories/index.d.ts.map +0 -1
  605. package/dist/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +0 -1
  606. package/dist/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +0 -1
  607. package/dist/src/application/ports/output/services/index.d.ts.map +0 -1
  608. package/dist/src/application/ports/output/services/spec-initializer.interface.d.ts.map +0 -1
  609. package/dist/src/application/ports/output/services/tool-installer.service.d.ts.map +0 -1
  610. package/dist/src/application/ports/output/services/version-service.interface.d.ts.map +0 -1
  611. package/dist/src/application/ports/output/services/web-server-service.interface.d.ts.map +0 -1
  612. package/dist/src/application/ports/output/services/worktree-service.interface.d.ts.map +0 -1
  613. package/dist/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +0 -1
  614. package/dist/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +0 -1
  615. package/dist/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +0 -1
  616. package/dist/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +0 -1
  617. package/dist/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +0 -1
  618. package/dist/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +0 -1
  619. package/dist/src/application/use-cases/agents/run-agent.use-case.d.ts.map +0 -1
  620. package/dist/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +0 -1
  621. package/dist/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +0 -1
  622. package/dist/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +0 -1
  623. package/dist/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +0 -1
  624. package/dist/src/application/use-cases/features/create/metadata-generator.d.ts.map +0 -1
  625. package/dist/src/application/use-cases/features/create/slug-resolver.d.ts.map +0 -1
  626. package/dist/src/application/use-cases/features/create/types.d.ts.map +0 -1
  627. package/dist/src/application/use-cases/features/delete-feature.use-case.d.ts.map +0 -1
  628. package/dist/src/application/use-cases/features/list-features.use-case.d.ts.map +0 -1
  629. package/dist/src/application/use-cases/features/resume-feature.use-case.d.ts.map +0 -1
  630. package/dist/src/application/use-cases/features/show-feature.use-case.d.ts.map +0 -1
  631. package/dist/src/application/use-cases/settings/index.d.ts.map +0 -1
  632. package/dist/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +0 -1
  633. package/dist/src/application/use-cases/settings/load-settings.use-case.d.ts.map +0 -1
  634. package/dist/src/application/use-cases/settings/update-settings.use-case.d.ts.map +0 -1
  635. package/dist/src/application/use-cases/tools/install-tool.use-case.d.ts.map +0 -1
  636. package/dist/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +0 -1
  637. package/dist/src/domain/factories/index.d.ts.map +0 -1
  638. package/dist/src/domain/factories/settings-defaults.factory.d.ts.map +0 -1
  639. package/dist/src/domain/generated/output.d.ts.map +0 -1
  640. package/dist/src/domain/value-objects/index.d.ts.map +0 -1
  641. package/dist/src/domain/value-objects/tool-installation-status.d.ts.map +0 -1
  642. package/dist/src/domain/value-objects/version-info.d.ts.map +0 -1
  643. package/dist/src/infrastructure/di/container.d.ts.map +0 -1
  644. package/dist/src/infrastructure/persistence/sqlite/connection.d.ts.map +0 -1
  645. package/dist/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +0 -1
  646. package/dist/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +0 -1
  647. package/dist/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +0 -1
  648. package/dist/src/infrastructure/persistence/sqlite/migrations.d.ts.map +0 -1
  649. package/dist/src/infrastructure/repositories/agent-run.repository.d.ts.map +0 -1
  650. package/dist/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +0 -1
  651. package/dist/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +0 -1
  652. package/dist/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +0 -1
  653. package/dist/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +0 -1
  654. package/dist/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +0 -1
  655. package/dist/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +0 -1
  656. package/dist/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +0 -1
  657. package/dist/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +0 -1
  658. package/dist/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +0 -1
  659. package/dist/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +0 -1
  660. package/dist/src/infrastructure/services/agents/common/checkpointer.d.ts.map +0 -1
  661. package/dist/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +0 -1
  662. package/dist/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +0 -1
  663. package/dist/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +0 -1
  664. package/dist/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +0 -1
  665. package/dist/src/infrastructure/services/agents/common/types.d.ts.map +0 -1
  666. package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +0 -1
  667. package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +0 -1
  668. package/dist/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +0 -1
  669. package/dist/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +0 -1
  670. package/dist/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +0 -1
  671. package/dist/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +0 -1
  672. package/dist/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +0 -1
  673. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +0 -1
  674. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +0 -1
  675. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +0 -1
  676. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +0 -1
  677. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +0 -1
  678. package/dist/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +0 -1
  679. package/dist/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +0 -1
  680. package/dist/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +0 -1
  681. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +0 -1
  682. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +0 -1
  683. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +0 -1
  684. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +0 -1
  685. package/dist/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +0 -1
  686. package/dist/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +0 -1
  687. package/dist/src/infrastructure/services/agents/feature-agent/state.d.ts.map +0 -1
  688. package/dist/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +0 -1
  689. package/dist/src/infrastructure/services/agents/streaming/index.d.ts.map +0 -1
  690. package/dist/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +0 -1
  691. package/dist/src/infrastructure/services/external/github-issue.service.d.ts.map +0 -1
  692. package/dist/src/infrastructure/services/external/jira-ticket.service.d.ts.map +0 -1
  693. package/dist/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +0 -1
  694. package/dist/src/infrastructure/services/git/worktree.service.d.ts.map +0 -1
  695. package/dist/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +0 -1
  696. package/dist/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +0 -1
  697. package/dist/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +0 -1
  698. package/dist/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +0 -1
  699. package/dist/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +0 -1
  700. package/dist/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +0 -1
  701. package/dist/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +0 -1
  702. package/dist/src/infrastructure/services/port.service.d.ts.map +0 -1
  703. package/dist/src/infrastructure/services/settings.service.d.ts.map +0 -1
  704. package/dist/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +0 -1
  705. package/dist/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +0 -1
  706. package/dist/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +0 -1
  707. package/dist/src/infrastructure/services/tool-installer/tools/cursor-cli.json +0 -16
  708. package/dist/src/infrastructure/services/version.service.d.ts.map +0 -1
  709. package/dist/src/infrastructure/services/web-server.service.d.ts.map +0 -1
  710. package/web/.next/server/chunks/ssr/[root-of-the-server]__01b8cb62._.js +0 -3
  711. package/web/.next/server/chunks/ssr/[root-of-the-server]__18ff2ebf._.js.map +0 -1
  712. package/web/.next/server/chunks/ssr/[root-of-the-server]__479da921._.js +0 -3
  713. package/web/.next/server/chunks/ssr/[root-of-the-server]__659cf841._.js +0 -3
  714. package/web/.next/server/chunks/ssr/[root-of-the-server]__7b98fb96._.js +0 -3
  715. package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js +0 -3
  716. package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js.map +0 -1
  717. package/web/.next/server/chunks/ssr/[root-of-the-server]__ccf8a903._.js +0 -3
  718. package/web/.next/server/chunks/ssr/_0f02ab66._.js +0 -3
  719. package/web/.next/server/chunks/ssr/_0f02ab66._.js.map +0 -1
  720. package/web/.next/server/chunks/ssr/_19be0743._.js +0 -3
  721. package/web/.next/server/chunks/ssr/_4582f3c3._.js.map +0 -1
  722. package/web/.next/server/chunks/ssr/_90bc0c33._.js +0 -3
  723. package/web/.next/server/chunks/ssr/_c536147b._.js +0 -3
  724. package/web/.next/server/chunks/ssr/node_modules__pnpm_03635e2b._.js +0 -4
  725. package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js +0 -3
  726. package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js.map +0 -1
  727. package/web/.next/static/chunks/26d260496abf3ed8.js +0 -5
  728. package/web/.next/static/chunks/33854795ae473cf1.css +0 -1
  729. package/web/.next/static/chunks/4d6504b9f2ca7e4d.js +0 -1
  730. package/web/.next/static/chunks/70993ebedee7eab0.js +0 -2
  731. package/web/.next/static/chunks/8353f5690707d9a5.js +0 -1
  732. package/web/.next/static/chunks/df7d29673e0ac11d.js +0 -1
  733. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.d.ts +0 -0
  734. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.js +0 -0
  735. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.d.ts +0 -0
  736. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.js +0 -0
  737. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.d.ts +0 -0
  738. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.js +0 -0
  739. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.d.ts +0 -0
  740. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.js +0 -0
  741. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.d.ts +0 -0
  742. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.js +0 -0
  743. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.d.ts +0 -0
  744. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.js +0 -0
  745. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.d.ts +0 -0
  746. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.js +0 -0
  747. /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.d.ts +0 -0
  748. /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.js +0 -0
  749. /package/dist/{src → packages/core/src}/application/ports/output/agents/index.d.ts +0 -0
  750. /package/dist/{src → packages/core/src}/application/ports/output/agents/index.js +0 -0
  751. /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.d.ts +0 -0
  752. /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.js +0 -0
  753. /package/dist/{src → packages/core/src}/application/ports/output/index.d.ts +0 -0
  754. /package/dist/{src → packages/core/src}/application/ports/output/index.js +0 -0
  755. /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.d.ts +0 -0
  756. /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.js +0 -0
  757. /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.d.ts +0 -0
  758. /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.js +0 -0
  759. /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.d.ts +0 -0
  760. /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.js +0 -0
  761. /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.d.ts +0 -0
  762. /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.js +0 -0
  763. /package/dist/{src → packages/core/src}/application/ports/output/services/index.js +0 -0
  764. /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.d.ts +0 -0
  765. /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.js +0 -0
  766. /package/dist/{src → packages/core/src}/application/ports/output/services/tool-installer.service.d.ts +0 -0
  767. /package/dist/{src → packages/core/src}/application/ports/output/services/tool-installer.service.js +0 -0
  768. /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.d.ts +0 -0
  769. /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.js +0 -0
  770. /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.d.ts +0 -0
  771. /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.js +0 -0
  772. /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.d.ts +0 -0
  773. /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.js +0 -0
  774. /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.d.ts +0 -0
  775. /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.js +0 -0
  776. /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.d.ts +0 -0
  777. /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.js +0 -0
  778. /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.d.ts +0 -0
  779. /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.js +0 -0
  780. /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.d.ts +0 -0
  781. /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.js +0 -0
  782. /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.d.ts +0 -0
  783. /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.js +0 -0
  784. /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.d.ts +0 -0
  785. /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.js +0 -0
  786. /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.d.ts +0 -0
  787. /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.js +0 -0
  788. /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.d.ts +0 -0
  789. /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.js +0 -0
  790. /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.d.ts +0 -0
  791. /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.js +0 -0
  792. /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.d.ts +0 -0
  793. /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.js +0 -0
  794. /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.d.ts +0 -0
  795. /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.js +0 -0
  796. /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.d.ts +0 -0
  797. /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.js +0 -0
  798. /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.d.ts +0 -0
  799. /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.js +0 -0
  800. /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.d.ts +0 -0
  801. /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.js +0 -0
  802. /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.d.ts +0 -0
  803. /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.js +0 -0
  804. /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.d.ts +0 -0
  805. /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.js +0 -0
  806. /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.d.ts +0 -0
  807. /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.js +0 -0
  808. /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.d.ts +0 -0
  809. /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.js +0 -0
  810. /package/dist/{src → packages/core/src}/application/use-cases/settings/index.d.ts +0 -0
  811. /package/dist/{src → packages/core/src}/application/use-cases/settings/index.js +0 -0
  812. /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.d.ts +0 -0
  813. /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.js +0 -0
  814. /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.d.ts +0 -0
  815. /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.js +0 -0
  816. /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.d.ts +0 -0
  817. /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.js +0 -0
  818. /package/dist/{src → packages/core/src}/application/use-cases/tools/install-tool.use-case.d.ts +0 -0
  819. /package/dist/{src → packages/core/src}/application/use-cases/tools/install-tool.use-case.js +0 -0
  820. /package/dist/{src → packages/core/src}/application/use-cases/tools/validate-tool-availability.use-case.d.ts +0 -0
  821. /package/dist/{src → packages/core/src}/application/use-cases/tools/validate-tool-availability.use-case.js +0 -0
  822. /package/dist/{src → packages/core/src}/domain/factories/index.d.ts +0 -0
  823. /package/dist/{src → packages/core/src}/domain/factories/index.js +0 -0
  824. /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.d.ts +0 -0
  825. /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.js +0 -0
  826. /package/dist/{src → packages/core/src}/domain/generated/output.d.ts +0 -0
  827. /package/dist/{src → packages/core/src}/domain/generated/output.js +0 -0
  828. /package/dist/{src → packages/core/src}/domain/value-objects/index.d.ts +0 -0
  829. /package/dist/{src → packages/core/src}/domain/value-objects/index.js +0 -0
  830. /package/dist/{src → packages/core/src}/domain/value-objects/tool-installation-status.js +0 -0
  831. /package/dist/{src → packages/core/src}/domain/value-objects/version-info.d.ts +0 -0
  832. /package/dist/{src → packages/core/src}/domain/value-objects/version-info.js +0 -0
  833. /package/dist/{src → packages/core/src}/infrastructure/di/container.d.ts +0 -0
  834. /package/dist/{src → packages/core/src}/infrastructure/di/container.js +0 -0
  835. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.d.ts +0 -0
  836. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.js +0 -0
  837. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts +0 -0
  838. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.js +0 -0
  839. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +0 -0
  840. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.js +0 -0
  841. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -0
  842. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.js +0 -0
  843. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.d.ts +0 -0
  844. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.js +0 -0
  845. /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.d.ts +0 -0
  846. /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.js +0 -0
  847. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.d.ts +0 -0
  848. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.js +0 -0
  849. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.d.ts +0 -0
  850. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.js +0 -0
  851. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.d.ts +0 -0
  852. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.js +0 -0
  853. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts +0 -0
  854. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.js +0 -0
  855. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts +0 -0
  856. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.js +0 -0
  857. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.d.ts +0 -0
  858. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.js +0 -0
  859. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.d.ts +0 -0
  860. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.js +0 -0
  861. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.d.ts +0 -0
  862. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.js +0 -0
  863. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.d.ts +0 -0
  864. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.d.ts +0 -0
  865. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.js +0 -0
  866. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.d.ts +0 -0
  867. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.js +0 -0
  868. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts +0 -0
  869. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.js +0 -0
  870. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts +0 -0
  871. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.js +0 -0
  872. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts +0 -0
  873. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.js +0 -0
  874. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.d.ts +0 -0
  875. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.js +0 -0
  876. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.d.ts +0 -0
  877. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.js +0 -0
  878. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.js +0 -0
  879. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts +0 -0
  880. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +0 -0
  881. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +0 -0
  882. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.d.ts +0 -0
  883. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.js +0 -0
  884. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts +0 -0
  885. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.js +0 -0
  886. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts +0 -0
  887. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.js +0 -0
  888. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts +0 -0
  889. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +0 -0
  890. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts +0 -0
  891. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.js +0 -0
  892. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts +0 -0
  893. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.js +0 -0
  894. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts +0 -0
  895. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.js +0 -0
  896. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts +0 -0
  897. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.js +0 -0
  898. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts +0 -0
  899. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.js +0 -0
  900. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts +0 -0
  901. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.js +0 -0
  902. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts +0 -0
  903. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.js +0 -0
  904. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts +0 -0
  905. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.js +0 -0
  906. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts +0 -0
  907. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.js +0 -0
  908. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts +0 -0
  909. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.js +0 -0
  910. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts +0 -0
  911. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.js +0 -0
  912. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts +0 -0
  913. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.js +0 -0
  914. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts +0 -0
  915. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.js +0 -0
  916. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts +0 -0
  917. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.js +0 -0
  918. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts +0 -0
  919. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.js +0 -0
  920. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.d.ts +0 -0
  921. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.js +0 -0
  922. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.d.ts +0 -0
  923. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.js +0 -0
  924. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.d.ts +0 -0
  925. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.js +0 -0
  926. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts +0 -0
  927. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.js +0 -0
  928. /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.d.ts +0 -0
  929. /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.js +0 -0
  930. /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.d.ts +0 -0
  931. /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.js +0 -0
  932. /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.d.ts +0 -0
  933. /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.js +0 -0
  934. /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.d.ts +0 -0
  935. /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.js +0 -0
  936. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.js +0 -0
  937. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.js +0 -0
  938. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts +0 -0
  939. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.js +0 -0
  940. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts +0 -0
  941. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.js +0 -0
  942. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.js +0 -0
  943. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.js +0 -0
  944. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.js +0 -0
  945. /package/dist/{src → packages/core/src}/infrastructure/services/port.service.d.ts +0 -0
  946. /package/dist/{src → packages/core/src}/infrastructure/services/port.service.js +0 -0
  947. /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.d.ts +0 -0
  948. /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.js +0 -0
  949. /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.d.ts +0 -0
  950. /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.js +0 -0
  951. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-installer.service.d.ts +0 -0
  952. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-metadata.d.ts +0 -0
  953. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-metadata.js +0 -0
  954. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/antigravity.json +0 -0
  955. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/claude-code.json +0 -0
  956. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/zed.json +0 -0
  957. /package/dist/{src → packages/core/src}/infrastructure/services/version.service.d.ts +0 -0
  958. /package/web/.next/server/chunks/{ssr/_90bc0c33._.js.map → 744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js.map} +0 -0
  959. /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → Ox87EvwGC4i-5d3Y6mR8W}/_buildManifest.js +0 -0
  960. /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → Ox87EvwGC4i-5d3Y6mR8W}/_clientMiddlewareManifest.json +0 -0
  961. /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → Ox87EvwGC4i-5d3Y6mR8W}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mock-executor-factory.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4EAA4E,CAAC;AACjH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oFAAoF,CAAC;AAGhI,qBAAa,wBAAyB,YAAW,qBAAqB;IACpE,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAkC;IAE3D,cAAc,CAAC,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,GAAG,cAAc;IAI/E,kBAAkB,IAAI,SAAS,EAAE;CAGlC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mock-executor.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/common/executors/mock-executor.service.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AACzF,OAAO,KAAK,EACV,cAAc,EACd,qBAAqB,EACrB,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,4EAA4E,CAAC;AAwBpF,qBAAa,wBAAyB,YAAW,cAAc;IAC7D,QAAQ,CAAC,SAAS,EAAE,SAAS,CAA8B;IAErD,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAevF,aAAa,CAClB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,qBAAqB,GAC9B,aAAa,CAAC,yBAAyB,CAAC;IAK3C,eAAe,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO;CAGjD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/common/types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC;AAEhG;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,CACzB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EAAE,KACX,OAAO,CAAC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC"}
@@ -21,7 +21,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
21
21
  worktreePath: string;
22
22
  currentNode: string;
23
23
  error: string | null;
24
- approvalGates: import("../../../../domain/generated/output.js").ApprovalGates | undefined;
24
+ approvalGates: import("../../../../domain/index.js").ApprovalGates | undefined;
25
25
  messages: string[];
26
26
  validationRetries: number;
27
27
  lastValidationTarget: string;
@@ -33,7 +33,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
33
33
  worktreePath?: string | undefined;
34
34
  currentNode?: string | undefined;
35
35
  error?: string | null | undefined;
36
- approvalGates?: import("../../../../domain/generated/output.js").ApprovalGates | undefined;
36
+ approvalGates?: import("../../../../domain/index.js").ApprovalGates | undefined;
37
37
  messages?: string[] | undefined;
38
38
  validationRetries?: number | undefined;
39
39
  lastValidationTarget?: string | undefined;
@@ -65,7 +65,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
65
65
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
66
66
  };
67
67
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
68
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
68
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
69
69
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
70
70
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
71
71
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -97,7 +97,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
97
97
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
98
98
  };
99
99
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
100
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
100
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
101
101
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
102
102
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
103
103
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -130,7 +130,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
130
130
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
131
131
  };
132
132
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
133
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
133
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
134
134
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
135
135
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
136
136
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -163,7 +163,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
163
163
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
164
164
  };
165
165
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
166
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
166
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
167
167
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
168
168
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
169
169
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -196,7 +196,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
196
196
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
197
197
  };
198
198
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
199
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
199
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
200
200
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
201
201
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
202
202
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -229,7 +229,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
229
229
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
230
230
  };
231
231
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
232
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
232
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
233
233
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
234
234
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
235
235
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -262,7 +262,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
262
262
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
263
263
  };
264
264
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
265
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
265
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
266
266
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
267
267
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
268
268
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -295,7 +295,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
295
295
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
296
296
  };
297
297
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
298
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
298
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
299
299
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
300
300
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
301
301
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -328,7 +328,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
328
328
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
329
329
  };
330
330
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
331
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
331
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
332
332
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
333
333
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
334
334
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -361,7 +361,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
361
361
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
362
362
  };
363
363
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
364
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
364
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
365
365
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
366
366
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
367
367
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -394,7 +394,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
394
394
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
395
395
  };
396
396
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
397
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
397
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
398
398
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
399
399
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
400
400
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -427,7 +427,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
427
427
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
428
428
  };
429
429
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
430
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
430
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
431
431
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
432
432
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
433
433
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -460,7 +460,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
460
460
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
461
461
  };
462
462
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
463
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
463
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
464
464
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
465
465
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
466
466
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -493,7 +493,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
493
493
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
494
494
  };
495
495
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
496
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
496
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
497
497
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
498
498
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
499
499
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -526,7 +526,7 @@ export declare function createFeatureAgentGraph(executor: IAgentExecutor, checkp
526
526
  Root: <S extends import("@langchain/langgraph").StateDefinition>(sd: S) => import("@langchain/langgraph").AnnotationRoot<S>;
527
527
  };
528
528
  error: import("@langchain/langgraph").BinaryOperatorAggregate<string | null, string | null>;
529
- approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/generated/output.js").ApprovalGates | undefined, import("../../../../domain/generated/output.js").ApprovalGates | undefined>;
529
+ approvalGates: import("@langchain/langgraph").BinaryOperatorAggregate<import("../../../../domain/index.js").ApprovalGates | undefined, import("../../../../domain/index.js").ApprovalGates | undefined>;
530
530
  messages: import("@langchain/langgraph").BinaryOperatorAggregate<string[], string[]>;
531
531
  validationRetries: import("@langchain/langgraph").BinaryOperatorAggregate<number, number>;
532
532
  lastValidationTarget: import("@langchain/langgraph").BinaryOperatorAggregate<string, string>;
@@ -1 +1 @@
1
- {"version":3,"file":"feature-agent-graph.d.ts","sourceRoot":"","sources":["../../../../../../src/infrastructure/services/agents/feature-agent/feature-agent-graph.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAepG,OAAO,EAAE,sBAAsB,EAAE,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAuG5E;;;;;;;;;;;;GAYG;AACH,wBAAgB,uBAAuB,CACrC,QAAQ,EAAE,cAAc,EACxB,YAAY,CAAC,EAAE,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAoDnC"}
1
+ {"version":3,"file":"feature-agent-graph.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAepG,OAAO,EAAE,sBAAsB,EAAE,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAuG5E;;;;;;;;;;;;GAYG;AACH,wBAAgB,uBAAuB,CACrC,QAAQ,EAAE,cAAc,EACxB,YAAY,CAAC,EAAE,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAoDnC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature-agent-process.service.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AASH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sEAAsE,CAAC;AACxH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qEAAqE,CAAC;AAC/G,OAAO,EAAkB,KAAK,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAYlF,qBAAa,0BAA2B,YAAW,2BAA2B;IAChE,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,mBAAmB;IAE/D,KAAK,CACH,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,EACf,YAAY,CAAC,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE;QACR,aAAa,CAAC,EAAE,aAAa,CAAC;QAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,mBAAmB,CAAC,EAAE,OAAO,CAAC;KAC/B,GACA,MAAM;IAkDT,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IASvB,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAexD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature-agent-worker.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.ts"],"names":[],"mappings":";AACA;;;;;;;;GAQG;AAEH,OAAO,kBAAkB,CAAC;AAgB1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAElE,MAAM,WAAW,UAAU;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,UAAU,CA0C1D;AAgCD;;;GAGG;AACH,wBAAsB,SAAS,CAAC,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,CAsI/D"}
@@ -12,11 +12,11 @@ import 'reflect-metadata';
12
12
  import { join } from 'node:path';
13
13
  import { homedir } from 'node:os';
14
14
  import { Command } from '@langchain/langgraph';
15
- import { initializeContainer, container } from '../../../../infrastructure/di/container.js';
15
+ import { initializeContainer, container } from '../../../di/container.js';
16
16
  import { createFeatureAgentGraph } from './feature-agent-graph.js';
17
17
  import { createCheckpointer } from '../common/checkpointer.js';
18
18
  import { AgentRunStatus } from '../../../../domain/generated/output.js';
19
- import { initializeSettings } from '../../../../infrastructure/services/settings.service.js';
19
+ import { initializeSettings } from '../../../services/settings.service.js';
20
20
  import { InitializeSettingsUseCase } from '../../../../application/use-cases/settings/initialize-settings.use-case.js';
21
21
  import { setHeartbeatContext } from './heartbeat.js';
22
22
  import { setPhaseTimingContext } from './phase-timing-context.js';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heartbeat.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/heartbeat.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qEAAqE,CAAC;AAM/G;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,mBAAmB,GAAG,IAAI,CAGxF;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAgBtD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze.node.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAIpG;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,cAAc,iHAEzD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"implement.node.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAMH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AACpG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AA+DrD,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,cAAc,IAG5C,OAAO,iBAAiB,KAAG,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAgK7E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-helpers.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAMH,OAAO,KAAK,EACV,cAAc,EACd,qBAAqB,EACrB,oBAAoB,EACrB,MAAM,+DAA+D,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAIrD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM;kBAE/B,MAAM,GAAG,IAAI;mBAIZ,MAAM,GAAG,IAAI;EAK/B;AAED,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE7D;;GAEG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAMtE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,iBAAiB,GAAG,qBAAqB,CAMpF;AAeD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAQrD;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,GAAG,SAAS,GAAG,OAAO,CAO3F;AAMD,MAAM,MAAM,aAAa,GAAG,eAAe,GAAG,mBAAmB,GAAG,eAAe,GAAG,SAAS,CAAC;AAMhG;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAAC,YAAY,EAAE,MAAM,GAAG,aAAa,CAKjE;AAED,MAAM,WAAW,YAAY;IAC3B,wDAAwD;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kFAAkF;IAClF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0CAA0C;IAC1C,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB;AAED;;;;;;GAMG;AACH,wBAAsB,YAAY,CAChC,QAAQ,EAAE,cAAc,EACxB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,qBAAqB,EAC9B,SAAS,CAAC,EAAE,YAAY,GACvB,OAAO,CAAC,oBAAoB,CAAC,CA6B/B;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE,CAW5D;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,UAAU,GAAG,IAAI,CAwB1F;AAED;;;;;;;GAOG;AACH,wBAAgB,WAAW,CACzB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,cAAc,EACxB,WAAW,EAAE,CAAC,KAAK,EAAE,iBAAiB,EAAE,GAAG,EAAE,UAAU,KAAK,MAAM,GACjE,CAAC,KAAK,EAAE,iBAAiB,KAAK,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CA4EnE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plan.node.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/plan.node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAIpG;;;GAGG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,cAAc,iHAEtD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,CAuFnE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"implement.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,GAAG,EAAE;QAAE,GAAG,EAAE,MAAM,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,EAAE,CAAC;QAAC,QAAQ,EAAE,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI,CAAC;IACnE,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,SAAS,EAAE,CAAC;CACrB;AAED,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AAwBD;;;;GAIG;AACH,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,iBAAiB,EACxB,KAAK,EAAE,SAAS,EAChB,KAAK,EAAE,SAAS,EAAE,EAClB,OAAO,EAAE;IAAE,WAAW,EAAE,OAAO,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,GACzE,MAAM,CA8DR"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plan.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,wBAAgB,eAAe,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,CAiKhE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"requirements.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,CA4GxE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"research.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,CAiHpE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"repair.node.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAGpG;;;GAGG;AACH,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,EAC3B,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,EAAE,EAChB,OAAO,EAAE,MAAM,GACd,MAAM,CA0BR;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,EAC3B,QAAQ,EAAE,cAAc,GACvB,CAAC,KAAK,EAAE,iBAAiB,KAAK,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAuCnE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"requirements.node.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAIpG;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,cAAc,iHAE9D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"research.node.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/research.node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAIpG;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,cAAc,iHAE1D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plan.schema.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,gBAAgB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,wBAAgB,YAAY,CAAC,IAAI,EAAE,OAAO,GAAG,gBAAgB,CA+B5D;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,gBAAgB,CA+BjF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"research.schema.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,gBAAgB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,OAAO,GAAG,gBAAgB,CA0BhE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spec.schema.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuC,KAAK,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AA4B7F,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,OAAO,GAAG,gBAAgB,CAInE;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,OAAO,GAAG,gBAAgB,CAqBxE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,wBAAgB,aAAa,CAC3B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EAAE,EAChB,MAAM,SAAK,GACV,IAAI,CASN;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EAAE,EAChB,MAAM,SAAK,GACV,OAAO,EAAE,GAAG,IAAI,CAelB;AAED,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EAAE,EAChB,WAAW,EAAE,CAAC,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,IAAI,EACrE,MAAM,SAAK,GACV,IAAI,CAMN"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate.node.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/nodes/validate.node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAGhE,KAAK,eAAe,GAAG,CAAC,IAAI,EAAE,OAAO,KAAK,gBAAgB,CAAC;AAE3D;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,eAAe,GACtB,CAAC,KAAK,EAAE,iBAAiB,KAAK,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAsDnE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"phase-timing-context.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAGH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wEAAwE,CAAC;AAKrH;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,sBAAsB,GAAG,IAAI,CAG7F;AAED;;GAEG;AACH,wBAAgB,uBAAuB,IAAI,IAAI,CAG9C;AAED;;;GAGG;AACH,wBAAsB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAmB5E;AAED;;;GAGG;AACH,wBAAsB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAW/F"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/feature-agent/state.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAElE;;;;;;GAMG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BjC,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,OAAO,sBAAsB,CAAC,KAAK,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event-channel.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/streaming/event-channel.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAAa,YAAY,CAAC,CAAC,CAAE,YAAW,aAAa,CAAC,CAAC,CAAC;IACtD,OAAO,CAAC,KAAK,CAAW;IACxB,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,OAAO,CAA6B;IAE5C;;;OAGG;IACH,IAAI,CAAC,KAAK,EAAE,CAAC,GAAG,IAAI;IASpB;;;OAGG;IACH,KAAK,IAAI,IAAI;IAQN,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,aAAa,CAAC,CAAC,CAAC;CAYlD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/streaming/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"streaming-executor-proxy.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/streaming/streaming-executor-proxy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,KAAK,EACV,cAAc,EACd,qBAAqB,EACrB,oBAAoB,EACpB,yBAAyB,EAC1B,MAAM,+DAA+D,CAAC;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,qBAAa,sBAAuB,YAAW,cAAc;IAMzD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,OAAO;IAN1B,IAAI,SAAS,IAAI,SAAS,CAEzB;gBAGkB,KAAK,EAAE,cAAc,EACrB,OAAO,EAAE,YAAY,CAAC,yBAAyB,CAAC;IAG7D,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAyBtF,aAAa,CAClB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,qBAAqB,GAC9B,aAAa,CAAC,yBAAyB,CAAC;IAI3C,eAAe,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO;CAGhD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"github-issue.service.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/external/github-issue.service.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EACV,qBAAqB,EACrB,aAAa,EACd,MAAM,yEAAyE,CAAC;AAMjF,KAAK,UAAU,GAAG,CAChB,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,MAAM,EAAE,EACd,OAAO,CAAC,EAAE,MAAM,KACb,OAAO,CAAC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAElD,qBAAa,kBAAmB,YAAW,IAAI,CAAC,qBAAqB,EAAE,kBAAkB,CAAC;IAC5E,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBAAR,QAAQ,EAAE,UAAU;IAE3C,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAyC3D,OAAO,CAAC,QAAQ;CAoBjB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jira-ticket.service.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/external/jira-ticket.service.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EACV,qBAAqB,EACrB,aAAa,EACd,MAAM,yEAAyE,CAAC;AAOjF,KAAK,OAAO,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,WAAW,KAAK,OAAO,CAAC,QAAQ,CAAC,CAAC;AAEtE,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,qBAAa,iBAAkB,YAAW,IAAI,CAAC,qBAAqB,EAAE,iBAAiB,CAAC;IACtF,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;IACjC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAS;IACpC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAU;gBAEtB,MAAM,EAAE,UAAU;IAYxB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;CAqD3D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shep-directory.service.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/filesystem/shep-directory.service.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAOH;;;GAGG;AACH,eAAO,MAAM,aAAa,QAA2B,CAAC;AAEtD;;;GAGG;AACH,eAAO,MAAM,YAAY,QAA8B,CAAC;AAExD;;;;;;;;GAQG;AACH,wBAAsB,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC,CAkBzD;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,IAAI,MAAM,CAEvC;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,IAAI,MAAM,CAEtC"}
@@ -0,0 +1,20 @@
1
+ export interface FolderDialogDeps {
2
+ platform: NodeJS.Platform;
3
+ exec: (cmd: string, opts?: {
4
+ encoding: BufferEncoding;
5
+ timeout?: number;
6
+ }) => string;
7
+ }
8
+ export declare class FolderDialogService {
9
+ private deps;
10
+ constructor(deps?: Partial<FolderDialogDeps>);
11
+ /** Returns the OS-specific command string, or null if the platform is unsupported. */
12
+ getCommand(): string | null;
13
+ /**
14
+ * Opens a native folder picker dialog and returns the selected absolute path.
15
+ * Returns `null` if the user cancels the dialog.
16
+ * Throws if the platform is unsupported or the command fails unexpectedly.
17
+ */
18
+ pickFolder(): string | null;
19
+ }
20
+ //# sourceMappingURL=folder-dialog.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"folder-dialog.service.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/services/folder-dialog.service.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC;IAC1B,IAAI,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE;QAAE,QAAQ,EAAE,cAAc,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC;CACtF;AAiBD,qBAAa,mBAAmB;IAC9B,OAAO,CAAC,IAAI,CAAmB;gBAEnB,IAAI,GAAE,OAAO,CAAC,gBAAgB,CAAM;IAIhD,sFAAsF;IACtF,UAAU,IAAI,MAAM,GAAG,IAAI;IAI3B;;;;OAIG;IACH,UAAU,IAAI,MAAM,GAAG,IAAI;CAkB5B"}
@@ -0,0 +1,50 @@
1
+ import { execSync } from 'node:child_process';
2
+ const defaultDeps = {
3
+ platform: process.platform,
4
+ exec: (cmd, opts) => execSync(cmd, opts),
5
+ };
6
+ /**
7
+ * Platform-specific commands that open a native OS folder picker dialog.
8
+ * Each returns the chosen absolute folder path on stdout, or exits non-zero / returns empty on cancel.
9
+ */
10
+ const PLATFORM_COMMANDS = {
11
+ darwin: `osascript -e 'POSIX path of (choose folder with prompt "Select a repository folder")'`,
12
+ linux: `zenity --file-selection --directory --title="Select a repository folder" 2>/dev/null`,
13
+ win32: `powershell -NoProfile -Command "Add-Type -AssemblyName System.Windows.Forms; $f = New-Object System.Windows.Forms.FolderBrowserDialog; $f.Description = 'Select a repository folder'; if ($f.ShowDialog() -eq 'OK') { $f.SelectedPath } else { exit 1 }"`,
14
+ };
15
+ export class FolderDialogService {
16
+ deps;
17
+ constructor(deps = {}) {
18
+ this.deps = { ...defaultDeps, ...deps };
19
+ }
20
+ /** Returns the OS-specific command string, or null if the platform is unsupported. */
21
+ getCommand() {
22
+ return PLATFORM_COMMANDS[this.deps.platform] ?? null;
23
+ }
24
+ /**
25
+ * Opens a native folder picker dialog and returns the selected absolute path.
26
+ * Returns `null` if the user cancels the dialog.
27
+ * Throws if the platform is unsupported or the command fails unexpectedly.
28
+ */
29
+ pickFolder() {
30
+ const command = this.getCommand();
31
+ if (!command) {
32
+ throw new Error(`Unsupported platform: ${this.deps.platform}`);
33
+ }
34
+ try {
35
+ const result = this.deps.exec(command, { encoding: 'utf-8', timeout: 60_000 });
36
+ const trimmed = result.trim();
37
+ return trimmed.length > 0 ? trimmed : null;
38
+ }
39
+ catch (error) {
40
+ // User cancelled the dialog — exit code 1 from osascript/zenity/powershell
41
+ if (isExecError(error) && error.status === 1) {
42
+ return null;
43
+ }
44
+ throw error;
45
+ }
46
+ }
47
+ }
48
+ function isExecError(error) {
49
+ return typeof error === 'object' && error !== null && 'status' in error;
50
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worktree.service.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/git/worktree.service.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,OAAO,KAAK,EACV,gBAAgB,EAChB,YAAY,EACb,MAAM,0EAA0E,CAAC;AAOlF;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,CACzB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EAAE,EACd,OAAO,CAAC,EAAE,MAAM,KACb,OAAO,CAAC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAEjD,qBACa,eAAgB,YAAW,gBAAgB;IAClB,OAAO,CAAC,QAAQ,CAAC,QAAQ;gBAAR,QAAQ,EAAE,YAAY;IAErE,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC;IAqBrF,MAAM,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ3C,IAAI,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;IAO/C,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAKhE,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;IAMzD,OAAO,CAAC,mBAAmB;IA2B3B,OAAO,CAAC,aAAa;CA+BtB"}
@@ -1,5 +1,5 @@
1
1
  import { EditorType } from '../../../domain/generated/output.js';
2
- import type { IdeLauncher } from './ide-launcher.interface';
2
+ import type { IdeLauncher } from './ide-launcher.interface.js';
3
3
  export declare class AntigravityLauncher implements IdeLauncher {
4
4
  readonly name = "Antigravity";
5
5
  readonly editorId = EditorType.Antigravity;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"antigravity.launcher.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,qBAAa,mBAAoB,YAAW,WAAW;IACrD,QAAQ,CAAC,IAAI,iBAAiB;IAC9B,QAAQ,CAAC,QAAQ,0BAA0B;IAC3C,QAAQ,CAAC,MAAM,iBAAiB;IAE1B,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQzC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;CAOnC"}
@@ -1,5 +1,5 @@
1
1
  import { EditorType } from '../../../domain/generated/output.js';
2
- import type { IdeLauncher } from './ide-launcher.interface';
2
+ import type { IdeLauncher } from './ide-launcher.interface.js';
3
3
  export declare class CursorLauncher implements IdeLauncher {
4
4
  readonly name = "Cursor";
5
5
  readonly editorId = EditorType.Cursor;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cursor.launcher.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,qBAAa,cAAe,YAAW,WAAW;IAChD,QAAQ,CAAC,IAAI,YAAY;IACzB,QAAQ,CAAC,QAAQ,qBAAqB;IACtC,QAAQ,CAAC,MAAM,YAAY;IAErB,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQzC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;CAOnC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ide-launcher.interface.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAEtE,MAAM,WAAW,WAAW;IAC1B,wDAAwD;IACxD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IAEtB,4DAA4D;IAC5D,QAAQ,CAAC,QAAQ,EAAE,UAAU,CAAC;IAE9B,2DAA2D;IAC3D,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IAExB;;;;;;OAMG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEpC;;;;OAIG;IACH,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;CACpC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ide-launcher.registry.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAO/D;;;;GAIG;AACH,wBAAgB,sBAAsB,IAAI,GAAG,CAAC,UAAU,EAAE,WAAW,CAAC,CAcrE"}
@@ -1,5 +1,5 @@
1
1
  import { EditorType } from '../../../domain/generated/output.js';
2
- import type { IdeLauncher } from './ide-launcher.interface';
2
+ import type { IdeLauncher } from './ide-launcher.interface.js';
3
3
  export declare class VsCodeLauncher implements IdeLauncher {
4
4
  readonly name = "VS Code";
5
5
  readonly editorId = EditorType.VsCode;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vscode.launcher.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,qBAAa,cAAe,YAAW,WAAW;IAChD,QAAQ,CAAC,IAAI,aAAa;IAC1B,QAAQ,CAAC,QAAQ,qBAAqB;IACtC,QAAQ,CAAC,MAAM,UAAU;IAEnB,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQzC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;CAOnC"}
@@ -1,5 +1,5 @@
1
1
  import { EditorType } from '../../../domain/generated/output.js';
2
- import type { IdeLauncher } from './ide-launcher.interface';
2
+ import type { IdeLauncher } from './ide-launcher.interface.js';
3
3
  export declare class WindsurfLauncher implements IdeLauncher {
4
4
  readonly name = "Windsurf";
5
5
  readonly editorId = EditorType.Windsurf;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"windsurf.launcher.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,qBAAa,gBAAiB,YAAW,WAAW;IAClD,QAAQ,CAAC,IAAI,cAAc;IAC3B,QAAQ,CAAC,QAAQ,uBAAuB;IACxC,QAAQ,CAAC,MAAM,cAAc;IAEvB,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQzC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;CAOnC"}
@@ -1,5 +1,5 @@
1
1
  import { EditorType } from '../../../domain/generated/output.js';
2
- import type { IdeLauncher } from './ide-launcher.interface';
2
+ import type { IdeLauncher } from './ide-launcher.interface.js';
3
3
  export declare class ZedLauncher implements IdeLauncher {
4
4
  readonly name = "Zed";
5
5
  readonly editorId = EditorType.Zed;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zed.launcher.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/ide-launchers/zed.launcher.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,qBAAa,WAAY,YAAW,WAAW;IAC7C,QAAQ,CAAC,IAAI,SAAS;IACtB,QAAQ,CAAC,QAAQ,kBAAkB;IACnC,QAAQ,CAAC,MAAM,SAAS;IAElB,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAQzC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;CAOnC"}
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.service.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/services/settings.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAQjE;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAM3D;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,IAAI,QAAQ,CAMtC;AAED;;;;GAIG;AACH,wBAAgB,WAAW,IAAI,OAAO,CAErC;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,IAAI,IAAI,CAEpC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spec-initializer.service.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/spec/spec-initializer.service.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,KAAK,EACV,uBAAuB,EACvB,qBAAqB,EACtB,MAAM,mEAAmE,CAAC;AA4P3E,qBAAa,sBAAuB,YAAW,uBAAuB;IAC9D,UAAU,CACd,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,qBAAqB,CAAC;IA4BjC;;;OAGG;YACW,iBAAiB;CAoBhC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-installer.service.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/services/tool-installer/tool-installer.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAKH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sEAAsE,CAAC;AAClH,OAAO,KAAK,EACV,sBAAsB,EACtB,kBAAkB,EAEnB,MAAM,qCAAqC,CAAC;AA6B7C,qBACa,wBAAyB,YAAW,qBAAqB;IACpE;;OAEG;IACG,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,sBAAsB,CAAC;IA8B1E;;;OAGG;IACH,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB,GAAG,IAAI;IAqB9D;;;OAGG;IACG,cAAc,CAClB,QAAQ,EAAE,MAAM,EAChB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,GAChC,OAAO,CAAC,sBAAsB,CAAC;IAuElC;;OAEG;IACH,OAAO,CAAC,6BAA6B;CA4BtC"}
@@ -134,9 +134,23 @@ let ToolInstallerServiceImpl = class ToolInstallerServiceImpl {
134
134
  : createAvailableStatus(toolName);
135
135
  resolve(returnStatus);
136
136
  };
137
- child.on('close', (code) => {
137
+ child.on('close', async (code) => {
138
138
  if (code === 0) {
139
- cleanup();
139
+ // Verify the installation by checking if binary exists
140
+ const metadata = TOOL_METADATA[toolName];
141
+ if (metadata) {
142
+ const binary = resolveBinary(metadata);
143
+ const verifyResult = await checkBinaryExists(binary);
144
+ if (verifyResult.found) {
145
+ cleanup();
146
+ }
147
+ else {
148
+ cleanup(`Installation completed but binary '${binary}' not found in PATH. The installation may require a shell restart or PATH update.`);
149
+ }
150
+ }
151
+ else {
152
+ cleanup();
153
+ }
140
154
  }
141
155
  else {
142
156
  cleanup(`Installation failed with exit code ${code}. Output: ${output.slice(0, 200)}`);
@@ -0,0 +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,6CAA6C;IAC7C,QAAQ,EAAE,KAAK,GAAG,WAAW,CAAC;IAE9B,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,gEAAgE;IAChE,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AA8CD,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAAsB,CAAC"}
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "Cursor CLI",
3
+ "summary": "AI-powered terminal coding agent",
4
+ "description": "Cursor CLI is a terminal-based AI coding agent that brings conversational AI assistance directly to your command line for any IDE or terminal.",
5
+ "category": "cli-agent",
6
+ "binary": "cursor-agent",
7
+ "packageManager": "curl",
8
+ "commands": {
9
+ "linux": "curl https://cursor.com/install -fsS | bash",
10
+ "darwin": "curl https://cursor.com/install -fsS | bash"
11
+ },
12
+ "timeout": 300000,
13
+ "documentationUrl": "https://www.codecademy.com/article/getting-started-with-cursor-cli",
14
+ "verifyCommand": "cursor-agent --version",
15
+ "autoInstall": true
16
+ }
@@ -4,14 +4,14 @@
4
4
  "description": "Cursor is an AI-powered code editor built on VS Code, designed to streamline development workflows with advanced AI-assisted coding capabilities.",
5
5
  "category": "ide",
6
6
  "binary": "cursor",
7
- "packageManager": "curl",
7
+ "packageManager": "manual",
8
8
  "commands": {
9
- "linux": "curl -fsSL https://www.cursor.com/linux/install.sh | sh",
10
- "darwin": "curl -fsSL https://www.cursor.com/mac/install.sh | sh"
9
+ "linux": "Download from https://cursor.com/download and install the AppImage manually",
10
+ "darwin": "Download from https://cursor.com/download or use: brew install --cask cursor"
11
11
  },
12
12
  "timeout": 600000,
13
- "documentationUrl": "https://www.cursor.com/docs",
13
+ "documentationUrl": "https://cursor.com/download",
14
14
  "verifyCommand": "cursor --version",
15
- "autoInstall": true,
15
+ "autoInstall": false,
16
16
  "openDirectory": "cursor ."
17
17
  }