@shepai/cli 1.20.1 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (962) 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 -0
  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 +35 -0
  24. package/dist/packages/core/src/application/ports/output/services/tool-installer.service.d.ts.map +1 -0
  25. package/dist/packages/core/src/application/ports/output/services/tool-installer.service.js +7 -0
  26. package/dist/packages/core/src/application/ports/output/services/version-service.interface.d.ts.map +1 -0
  27. package/dist/packages/core/src/application/ports/output/services/web-server-service.interface.d.ts.map +1 -0
  28. package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts.map +1 -0
  29. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -0
  30. package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +1 -0
  31. package/dist/packages/core/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +1 -0
  32. package/dist/packages/core/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +1 -0
  33. package/dist/packages/core/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +1 -0
  34. package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +1 -0
  35. package/dist/packages/core/src/application/use-cases/agents/run-agent.use-case.d.ts.map +1 -0
  36. package/dist/packages/core/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +1 -0
  37. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +1 -0
  38. package/dist/packages/core/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +1 -0
  39. package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -0
  40. package/dist/packages/core/src/application/use-cases/features/create/metadata-generator.d.ts.map +1 -0
  41. package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts.map +1 -0
  42. package/dist/packages/core/src/application/use-cases/features/create/types.d.ts.map +1 -0
  43. package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.d.ts.map +1 -0
  44. package/dist/packages/core/src/application/use-cases/features/list-features.use-case.d.ts.map +1 -0
  45. package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts.map +1 -0
  46. package/dist/packages/core/src/application/use-cases/features/show-feature.use-case.d.ts.map +1 -0
  47. package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -0
  48. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -0
  49. package/dist/packages/core/src/application/use-cases/settings/load-settings.use-case.d.ts.map +1 -0
  50. package/dist/packages/core/src/application/use-cases/settings/update-settings.use-case.d.ts.map +1 -0
  51. package/dist/packages/core/src/application/use-cases/tools/install-tool.use-case.d.ts +21 -0
  52. package/dist/packages/core/src/application/use-cases/tools/install-tool.use-case.d.ts.map +1 -0
  53. package/dist/packages/core/src/application/use-cases/tools/install-tool.use-case.js +41 -0
  54. package/dist/packages/core/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts +20 -0
  55. package/dist/packages/core/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +1 -0
  56. package/dist/packages/core/src/application/use-cases/tools/validate-tool-availability.use-case.js +40 -0
  57. package/dist/packages/core/src/domain/factories/index.d.ts.map +1 -0
  58. package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -0
  59. package/dist/packages/core/src/domain/generated/index.d.ts +2 -0
  60. package/dist/packages/core/src/domain/generated/index.d.ts.map +1 -0
  61. package/dist/packages/core/src/domain/generated/index.js +2 -0
  62. package/dist/{src → packages/core/src}/domain/generated/output.d.ts +97 -0
  63. package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -0
  64. package/dist/{src → packages/core/src}/domain/generated/output.js +10 -0
  65. package/dist/packages/core/src/domain/index.d.ts +10 -0
  66. package/dist/packages/core/src/domain/index.d.ts.map +1 -0
  67. package/dist/packages/core/src/domain/index.js +10 -0
  68. package/dist/packages/core/src/domain/value-objects/index.d.ts +5 -0
  69. package/dist/packages/core/src/domain/value-objects/index.d.ts.map +1 -0
  70. package/dist/packages/core/src/domain/value-objects/index.js +2 -0
  71. package/dist/packages/core/src/domain/value-objects/tool-installation-status.d.ts +70 -0
  72. package/dist/packages/core/src/domain/value-objects/tool-installation-status.d.ts.map +1 -0
  73. package/dist/packages/core/src/domain/value-objects/tool-installation-status.js +111 -0
  74. package/dist/packages/core/src/domain/value-objects/version-info.d.ts.map +1 -0
  75. package/dist/packages/core/src/index.d.ts +6 -0
  76. package/dist/packages/core/src/index.d.ts.map +1 -0
  77. package/dist/packages/core/src/index.js +6 -0
  78. package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -0
  79. package/dist/{src → packages/core/src}/infrastructure/di/container.js +6 -0
  80. package/dist/packages/core/src/infrastructure/index.d.ts +8 -0
  81. package/dist/packages/core/src/infrastructure/index.d.ts.map +1 -0
  82. package/dist/packages/core/src/infrastructure/index.js +9 -0
  83. package/dist/packages/core/src/infrastructure/persistence/sqlite/connection.d.ts.map +1 -0
  84. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +1 -0
  85. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -0
  86. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -0
  87. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.d.ts.map +1 -0
  88. package/dist/packages/core/src/infrastructure/repositories/agent-run.repository.d.ts.map +1 -0
  89. package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -0
  90. package/dist/packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +1 -0
  91. package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +1 -0
  92. package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +1 -0
  93. package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +1 -0
  94. package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +1 -0
  95. package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +1 -0
  96. package/dist/packages/core/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +1 -0
  97. package/dist/packages/core/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +1 -0
  98. package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.js +1 -1
  99. package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +1 -0
  100. package/dist/packages/core/src/infrastructure/services/agents/common/checkpointer.d.ts.map +1 -0
  101. package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -0
  102. package/dist/packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +1 -0
  103. package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +1 -0
  104. package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +1 -0
  105. package/dist/packages/core/src/infrastructure/services/agents/common/types.d.ts.map +1 -0
  106. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +17 -17
  107. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts.map +1 -1
  108. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -0
  109. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -0
  110. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.js +2 -2
  111. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +1 -0
  112. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +1 -0
  113. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +1 -0
  114. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -0
  115. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +1 -0
  116. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +1 -0
  117. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +1 -0
  118. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +1 -0
  119. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +1 -0
  120. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +1 -0
  121. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +1 -0
  122. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +1 -0
  123. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +1 -0
  124. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +1 -0
  125. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +1 -0
  126. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +1 -0
  127. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +1 -0
  128. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +1 -0
  129. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +1 -0
  130. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts.map +1 -0
  131. package/dist/packages/core/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +1 -0
  132. package/dist/packages/core/src/infrastructure/services/agents/streaming/index.d.ts.map +1 -0
  133. package/dist/packages/core/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +1 -0
  134. package/dist/packages/core/src/infrastructure/services/external/github-issue.service.d.ts.map +1 -0
  135. package/dist/packages/core/src/infrastructure/services/external/jira-ticket.service.d.ts.map +1 -0
  136. package/dist/packages/core/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +1 -0
  137. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts +20 -0
  138. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts.map +1 -0
  139. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.js +50 -0
  140. package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -0
  141. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.d.ts +1 -1
  142. package/dist/packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +1 -0
  143. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.d.ts +1 -1
  144. package/dist/packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +1 -0
  145. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +1 -0
  146. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +1 -0
  147. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.d.ts +1 -1
  148. package/dist/packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +1 -0
  149. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.d.ts +1 -1
  150. package/dist/packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +1 -0
  151. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.d.ts +1 -1
  152. package/dist/packages/core/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +1 -0
  153. package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -0
  154. package/dist/packages/core/src/infrastructure/services/settings.service.d.ts.map +1 -0
  155. package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +1 -0
  156. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts +36 -0
  157. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -0
  158. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.js +179 -0
  159. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +37 -0
  160. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -0
  161. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.js +52 -0
  162. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/antigravity.json +20 -0
  163. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/claude-code.json +16 -0
  164. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +16 -0
  165. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor.json +17 -0
  166. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/vscode.json +17 -0
  167. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/windsurf.json +17 -0
  168. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zed.json +17 -0
  169. package/dist/packages/core/src/infrastructure/services/version.service.d.ts.map +1 -0
  170. package/dist/{src → packages/core/src}/infrastructure/services/version.service.js +18 -4
  171. package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.d.ts +4 -4
  172. package/dist/packages/core/src/infrastructure/services/web-server.service.d.ts.map +1 -0
  173. package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.js +8 -7
  174. package/dist/src/index.d.ts +2 -2
  175. package/dist/src/index.js +1 -1
  176. package/dist/src/presentation/cli/commands/agent/approve.command.js +2 -2
  177. package/dist/src/presentation/cli/commands/agent/delete.command.js +3 -3
  178. package/dist/src/presentation/cli/commands/agent/ls.command.js +2 -2
  179. package/dist/src/presentation/cli/commands/agent/reject.command.js +2 -2
  180. package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts +1 -1
  181. package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts.map +1 -1
  182. package/dist/src/presentation/cli/commands/agent/resolve-run.js +3 -3
  183. package/dist/src/presentation/cli/commands/agent/show.command.js +2 -2
  184. package/dist/src/presentation/cli/commands/agent/stop.command.js +2 -2
  185. package/dist/src/presentation/cli/commands/feat/approve.command.js +2 -2
  186. package/dist/src/presentation/cli/commands/feat/del.command.js +3 -3
  187. package/dist/src/presentation/cli/commands/feat/ls.command.js +2 -2
  188. package/dist/src/presentation/cli/commands/feat/new.command.js +3 -3
  189. package/dist/src/presentation/cli/commands/feat/reject.command.js +2 -2
  190. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts +3 -3
  191. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts.map +1 -1
  192. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.js +1 -1
  193. package/dist/src/presentation/cli/commands/feat/resume.command.js +2 -2
  194. package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
  195. package/dist/src/presentation/cli/commands/feat/show.command.js +3 -3
  196. package/dist/src/presentation/cli/commands/ide-open.command.js +6 -6
  197. package/dist/src/presentation/cli/commands/install.command.d.ts +14 -0
  198. package/dist/src/presentation/cli/commands/install.command.d.ts.map +1 -0
  199. package/dist/src/presentation/cli/commands/install.command.js +134 -0
  200. package/dist/src/presentation/cli/commands/run.command.js +2 -2
  201. package/dist/src/presentation/cli/commands/settings/agent.command.d.ts.map +1 -1
  202. package/dist/src/presentation/cli/commands/settings/agent.command.js +3 -3
  203. package/dist/src/presentation/cli/commands/settings/ide.command.js +5 -5
  204. package/dist/src/presentation/cli/commands/settings/init.command.d.ts.map +1 -1
  205. package/dist/src/presentation/cli/commands/settings/init.command.js +2 -2
  206. package/dist/src/presentation/cli/commands/settings/show.command.js +2 -2
  207. package/dist/src/presentation/cli/commands/ui.command.js +4 -4
  208. package/dist/src/presentation/cli/commands/version.command.js +1 -1
  209. package/dist/src/presentation/cli/index.js +13 -3
  210. package/dist/src/presentation/cli/ui/colors.d.ts +1 -1
  211. package/dist/src/presentation/cli/ui/colors.js +1 -1
  212. package/dist/src/presentation/cli/ui/formatters.d.ts +1 -1
  213. package/dist/src/presentation/cli/ui/formatters.js +1 -1
  214. package/dist/src/presentation/cli/ui/index.d.ts +2 -1
  215. package/dist/src/presentation/cli/ui/index.d.ts.map +1 -1
  216. package/dist/src/presentation/cli/ui/index.js +2 -1
  217. package/dist/src/presentation/cli/ui/install-messages.d.ts +23 -0
  218. package/dist/src/presentation/cli/ui/install-messages.d.ts.map +1 -0
  219. package/dist/src/presentation/cli/ui/install-messages.js +36 -0
  220. package/dist/src/presentation/cli/ui/messages.d.ts +1 -1
  221. package/dist/src/presentation/cli/ui/messages.js +1 -1
  222. package/dist/src/presentation/cli/ui/spinner.d.ts +1 -1
  223. package/dist/src/presentation/cli/ui/spinner.js +1 -1
  224. package/dist/src/presentation/cli/ui/symbols.d.ts +1 -1
  225. package/dist/src/presentation/cli/ui/symbols.js +1 -1
  226. package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts +1 -1
  227. package/dist/src/presentation/tui/prompts/agent-select.prompt.js +1 -1
  228. package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts +1 -1
  229. package/dist/src/presentation/tui/prompts/auth-method.prompt.js +1 -1
  230. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts +1 -1
  231. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts.map +1 -1
  232. package/dist/src/presentation/tui/prompts/ide-select.prompt.js +1 -1
  233. package/dist/src/presentation/tui/wizards/agent-config.wizard.d.ts +1 -1
  234. package/dist/src/presentation/tui/wizards/agent-config.wizard.js +1 -1
  235. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts +11 -0
  236. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts.map +1 -0
  237. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.js +16 -0
  238. package/dist/src/presentation/web/app/layout.js +1 -1
  239. package/dist/src/presentation/web/app/page.d.ts +1 -1
  240. package/dist/src/presentation/web/app/page.d.ts.map +1 -1
  241. package/dist/src/presentation/web/app/page.js +72 -5
  242. package/dist/src/presentation/web/app/version/page.js +2 -2
  243. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts +7 -0
  244. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts.map +1 -0
  245. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.js +1 -0
  246. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts +6 -0
  247. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts.map +1 -0
  248. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.js +23 -0
  249. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts +8 -0
  250. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts.map +1 -0
  251. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.js +27 -0
  252. package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts +3 -0
  253. package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts.map +1 -0
  254. package/dist/src/presentation/web/components/common/add-repository-node/index.js +1 -0
  255. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts +6 -0
  256. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts.map +1 -0
  257. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.js +13 -0
  258. package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.d.ts +1 -1
  259. package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.js +1 -1
  260. package/dist/src/presentation/web/components/common/elapsed-time/index.d.ts +1 -1
  261. package/dist/src/presentation/web/components/common/elapsed-time/index.js +1 -1
  262. package/dist/src/presentation/web/components/common/empty-state/empty-state.js +1 -1
  263. package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.d.ts +1 -1
  264. package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.js +2 -2
  265. package/dist/src/presentation/web/components/common/empty-state/index.d.ts +1 -1
  266. package/dist/src/presentation/web/components/common/empty-state/index.js +1 -1
  267. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.d.ts +1 -1
  268. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.js +3 -3
  269. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.d.ts +1 -1
  270. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.js +2 -2
  271. package/dist/src/presentation/web/components/common/feature-list-item/index.d.ts +2 -2
  272. package/dist/src/presentation/web/components/common/feature-list-item/index.js +1 -1
  273. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts +12 -0
  274. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts.map +1 -0
  275. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.js +29 -0
  276. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts +8 -0
  277. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts.map +1 -0
  278. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.js +30 -0
  279. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts +28 -0
  280. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -0
  281. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +71 -0
  282. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +42 -0
  283. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -0
  284. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +71 -0
  285. package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts +7 -0
  286. package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts.map +1 -0
  287. package/dist/src/presentation/web/components/common/feature-node/feature-node.js +37 -0
  288. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts +16 -0
  289. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts.map +1 -0
  290. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +228 -0
  291. package/dist/src/presentation/web/components/common/feature-node/index.d.ts +5 -0
  292. package/dist/src/presentation/web/components/common/feature-node/index.d.ts.map +1 -0
  293. package/dist/src/presentation/web/components/common/feature-node/index.js +4 -0
  294. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.d.ts +1 -1
  295. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.js +3 -3
  296. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.d.ts +1 -1
  297. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.js +2 -2
  298. package/dist/src/presentation/web/components/common/feature-status-badges/index.d.ts +2 -2
  299. package/dist/src/presentation/web/components/common/feature-status-badges/index.js +1 -1
  300. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.js +1 -1
  301. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.d.ts +1 -1
  302. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.js +3 -3
  303. package/dist/src/presentation/web/components/common/feature-status-group/index.d.ts +2 -2
  304. package/dist/src/presentation/web/components/common/feature-status-group/index.js +1 -1
  305. package/dist/src/presentation/web/components/common/index.d.ts +16 -0
  306. package/dist/src/presentation/web/components/common/index.d.ts.map +1 -0
  307. package/dist/src/presentation/web/components/common/index.js +15 -0
  308. package/dist/src/presentation/web/components/common/loading-skeleton/index.d.ts +1 -1
  309. package/dist/src/presentation/web/components/common/loading-skeleton/index.js +1 -1
  310. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.js +1 -1
  311. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.d.ts +1 -1
  312. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.js +1 -1
  313. package/dist/src/presentation/web/components/common/page-header/index.d.ts +1 -1
  314. package/dist/src/presentation/web/components/common/page-header/index.js +1 -1
  315. package/dist/src/presentation/web/components/common/page-header/page-header.js +1 -1
  316. package/dist/src/presentation/web/components/common/page-header/page-header.stories.d.ts +1 -1
  317. package/dist/src/presentation/web/components/common/page-header/page-header.stories.js +2 -2
  318. package/dist/src/presentation/web/components/common/repository-node/index.d.ts +3 -0
  319. package/dist/src/presentation/web/components/common/repository-node/index.d.ts.map +1 -0
  320. package/dist/src/presentation/web/components/common/repository-node/index.js +1 -0
  321. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts +11 -0
  322. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts.map +1 -0
  323. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.js +1 -0
  324. package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts +6 -0
  325. package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts.map +1 -0
  326. package/dist/src/presentation/web/components/common/repository-node/repository-node.js +13 -0
  327. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts +12 -0
  328. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts.map +1 -0
  329. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.js +76 -0
  330. package/dist/src/presentation/web/components/common/shep-logo/index.d.ts +2 -2
  331. package/dist/src/presentation/web/components/common/shep-logo/index.js +1 -1
  332. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.js +1 -1
  333. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.d.ts +1 -1
  334. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.js +1 -1
  335. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.d.ts +2 -2
  336. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.js +1 -1
  337. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.js +3 -3
  338. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.d.ts +1 -1
  339. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.js +2 -2
  340. package/dist/src/presentation/web/components/common/sidebar-nav-item/index.d.ts +2 -2
  341. package/dist/src/presentation/web/components/common/sidebar-nav-item/index.js +1 -1
  342. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.js +1 -1
  343. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.d.ts +1 -1
  344. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.js +2 -2
  345. package/dist/src/presentation/web/components/common/sidebar-section-header/index.d.ts +2 -2
  346. package/dist/src/presentation/web/components/common/sidebar-section-header/index.js +1 -1
  347. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.js +4 -4
  348. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.d.ts +1 -1
  349. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.js +2 -2
  350. package/dist/src/presentation/web/components/common/theme-toggle/index.d.ts +1 -1
  351. package/dist/src/presentation/web/components/common/theme-toggle/index.js +1 -1
  352. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.js +2 -2
  353. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.d.ts +1 -1
  354. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.js +1 -1
  355. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts +6 -0
  356. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -0
  357. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +31 -0
  358. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts +8 -0
  359. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts.map +1 -0
  360. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.js +25 -0
  361. package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts +9 -0
  362. package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -0
  363. package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +9 -0
  364. package/dist/src/presentation/web/components/features/control-center/control-center.d.ts +8 -0
  365. package/dist/src/presentation/web/components/features/control-center/control-center.d.ts.map +1 -0
  366. package/dist/src/presentation/web/components/features/control-center/control-center.js +7 -0
  367. package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts +29 -0
  368. package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts.map +1 -0
  369. package/dist/src/presentation/web/components/features/control-center/control-center.stories.js +249 -0
  370. package/dist/src/presentation/web/components/features/control-center/index.d.ts +3 -0
  371. package/dist/src/presentation/web/components/features/control-center/index.d.ts.map +1 -0
  372. package/dist/src/presentation/web/components/features/control-center/index.js +2 -0
  373. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts +20 -0
  374. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -0
  375. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +219 -0
  376. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts +22 -0
  377. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -0
  378. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +52 -0
  379. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts +17 -0
  380. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts.map +1 -0
  381. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +520 -0
  382. package/dist/src/presentation/web/components/features/features-canvas/index.d.ts +2 -0
  383. package/dist/src/presentation/web/components/features/features-canvas/index.d.ts.map +1 -0
  384. package/dist/src/presentation/web/components/features/features-canvas/index.js +1 -0
  385. package/dist/src/presentation/web/components/features/index.d.ts +2 -0
  386. package/dist/src/presentation/web/components/features/index.d.ts.map +1 -0
  387. package/dist/src/presentation/web/components/features/index.js +1 -0
  388. package/dist/src/presentation/web/components/features/version/version-page-client.d.ts +1 -1
  389. package/dist/src/presentation/web/components/features/version/version-page-client.js +4 -4
  390. package/dist/src/presentation/web/components/layouts/app-shell/app-shell.d.ts.map +1 -1
  391. package/dist/src/presentation/web/components/layouts/app-shell/app-shell.js +4 -5
  392. package/dist/src/presentation/web/components/layouts/app-shell/index.d.ts +1 -1
  393. package/dist/src/presentation/web/components/layouts/app-shell/index.js +1 -1
  394. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts +1 -1
  395. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +10 -10
  396. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.d.ts +1 -1
  397. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.js +2 -2
  398. package/dist/src/presentation/web/components/layouts/app-sidebar/index.d.ts +2 -2
  399. package/dist/src/presentation/web/components/layouts/app-sidebar/index.js +1 -1
  400. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.d.ts +1 -1
  401. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.js +3 -3
  402. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.d.ts +1 -1
  403. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.js +1 -1
  404. package/dist/src/presentation/web/components/layouts/dashboard-layout/index.d.ts +1 -1
  405. package/dist/src/presentation/web/components/layouts/dashboard-layout/index.js +1 -1
  406. package/dist/src/presentation/web/components/layouts/header/header.js +1 -1
  407. package/dist/src/presentation/web/components/layouts/header/header.stories.d.ts +1 -1
  408. package/dist/src/presentation/web/components/layouts/header/header.stories.js +1 -1
  409. package/dist/src/presentation/web/components/layouts/header/index.d.ts +1 -1
  410. package/dist/src/presentation/web/components/layouts/header/index.js +1 -1
  411. package/dist/src/presentation/web/components/layouts/index.d.ts +6 -0
  412. package/dist/src/presentation/web/components/layouts/index.d.ts.map +1 -0
  413. package/dist/src/presentation/web/components/layouts/index.js +5 -0
  414. package/dist/src/presentation/web/components/layouts/sidebar/index.d.ts +2 -2
  415. package/dist/src/presentation/web/components/layouts/sidebar/index.js +1 -1
  416. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.js +1 -1
  417. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.d.ts +1 -1
  418. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.js +1 -1
  419. package/dist/src/presentation/web/components/ui/accordion.js +1 -1
  420. package/dist/src/presentation/web/components/ui/accordion.stories.d.ts +1 -1
  421. package/dist/src/presentation/web/components/ui/accordion.stories.js +1 -1
  422. package/dist/src/presentation/web/components/ui/alert.js +1 -1
  423. package/dist/src/presentation/web/components/ui/alert.stories.d.ts +1 -1
  424. package/dist/src/presentation/web/components/ui/alert.stories.js +1 -1
  425. package/dist/src/presentation/web/components/ui/badge.js +1 -1
  426. package/dist/src/presentation/web/components/ui/badge.stories.d.ts +1 -1
  427. package/dist/src/presentation/web/components/ui/badge.stories.js +1 -1
  428. package/dist/src/presentation/web/components/ui/button.js +1 -1
  429. package/dist/src/presentation/web/components/ui/button.stories.d.ts +1 -1
  430. package/dist/src/presentation/web/components/ui/button.stories.js +1 -1
  431. package/dist/src/presentation/web/components/ui/card.js +1 -1
  432. package/dist/src/presentation/web/components/ui/card.stories.d.ts +1 -1
  433. package/dist/src/presentation/web/components/ui/card.stories.js +2 -2
  434. package/dist/src/presentation/web/components/ui/comet-spinner.d.ts +12 -0
  435. package/dist/src/presentation/web/components/ui/comet-spinner.d.ts.map +1 -0
  436. package/dist/src/presentation/web/components/ui/comet-spinner.js +32 -0
  437. package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts +13 -0
  438. package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts.map +1 -0
  439. package/dist/src/presentation/web/components/ui/comet-spinner.stories.js +50 -0
  440. package/dist/src/presentation/web/components/ui/dialog.js +1 -1
  441. package/dist/src/presentation/web/components/ui/dialog.stories.d.ts +1 -1
  442. package/dist/src/presentation/web/components/ui/dialog.stories.js +4 -4
  443. package/dist/src/presentation/web/components/ui/input.js +1 -1
  444. package/dist/src/presentation/web/components/ui/input.stories.d.ts +1 -1
  445. package/dist/src/presentation/web/components/ui/input.stories.js +2 -2
  446. package/dist/src/presentation/web/components/ui/label.js +1 -1
  447. package/dist/src/presentation/web/components/ui/label.stories.d.ts +1 -1
  448. package/dist/src/presentation/web/components/ui/label.stories.js +2 -2
  449. package/dist/src/presentation/web/components/ui/popover.js +1 -1
  450. package/dist/src/presentation/web/components/ui/popover.stories.d.ts +1 -1
  451. package/dist/src/presentation/web/components/ui/popover.stories.js +4 -4
  452. package/dist/src/presentation/web/components/ui/scroll-area.js +1 -1
  453. package/dist/src/presentation/web/components/ui/select.js +1 -1
  454. package/dist/src/presentation/web/components/ui/select.stories.d.ts +1 -1
  455. package/dist/src/presentation/web/components/ui/select.stories.js +1 -1
  456. package/dist/src/presentation/web/components/ui/separator.js +1 -1
  457. package/dist/src/presentation/web/components/ui/sheet.js +1 -1
  458. package/dist/src/presentation/web/components/ui/sidebar.d.ts +4 -4
  459. package/dist/src/presentation/web/components/ui/sidebar.js +8 -8
  460. package/dist/src/presentation/web/components/ui/skeleton.js +1 -1
  461. package/dist/src/presentation/web/components/ui/sonner.stories.d.ts +1 -1
  462. package/dist/src/presentation/web/components/ui/sonner.stories.js +2 -2
  463. package/dist/src/presentation/web/components/ui/spinner.d.ts +10 -0
  464. package/dist/src/presentation/web/components/ui/spinner.d.ts.map +1 -0
  465. package/dist/src/presentation/web/components/ui/spinner.js +28 -0
  466. package/dist/src/presentation/web/components/ui/spinner.stories.d.ts +11 -0
  467. package/dist/src/presentation/web/components/ui/spinner.stories.d.ts.map +1 -0
  468. package/dist/src/presentation/web/components/ui/spinner.stories.js +38 -0
  469. package/dist/src/presentation/web/components/ui/tabs.js +1 -1
  470. package/dist/src/presentation/web/components/ui/tabs.stories.d.ts +1 -1
  471. package/dist/src/presentation/web/components/ui/tabs.stories.js +4 -4
  472. package/dist/src/presentation/web/components/ui/tooltip.js +1 -1
  473. package/dist/src/presentation/web/dev-server.d.ts +11 -0
  474. package/dist/src/presentation/web/dev-server.d.ts.map +1 -0
  475. package/dist/src/presentation/web/dev-server.js +68 -0
  476. package/dist/src/presentation/web/hooks/useTheme.d.ts +1 -1
  477. package/dist/src/presentation/web/hooks/useTheme.js +1 -1
  478. package/dist/src/presentation/web/lib/layout-with-dagre.d.ts +27 -0
  479. package/dist/src/presentation/web/lib/layout-with-dagre.d.ts.map +1 -0
  480. package/dist/src/presentation/web/lib/layout-with-dagre.js +98 -0
  481. package/dist/src/presentation/web/lib/use-cases.d.ts +29 -0
  482. package/dist/src/presentation/web/lib/use-cases.d.ts.map +1 -0
  483. package/dist/src/presentation/web/lib/use-cases.js +46 -0
  484. package/dist/src/presentation/web/next.config.d.ts.map +1 -1
  485. package/dist/src/presentation/web/next.config.js +2 -0
  486. package/dist/tsconfig.build.tsbuildinfo +1 -1
  487. package/package.json +5 -3
  488. package/web/.next/BUILD_ID +1 -1
  489. package/web/.next/app-path-routes-manifest.json +1 -0
  490. package/web/.next/build-manifest.json +5 -5
  491. package/web/.next/cache/.previewinfo +1 -1
  492. package/web/.next/cache/.rscinfo +1 -1
  493. package/web/.next/cache/.tsbuildinfo +1 -1
  494. package/web/.next/cache/config.json +3 -3
  495. package/web/.next/fallback-build-manifest.json +2 -2
  496. package/web/.next/prerender-manifest.json +3 -3
  497. package/web/.next/required-server-files.js +4 -1
  498. package/web/.next/required-server-files.json +4 -1
  499. package/web/.next/routes-manifest.json +6 -0
  500. package/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
  501. package/web/.next/server/app/_global-error/page.js +4 -4
  502. package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
  503. package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  504. package/web/.next/server/app/_global-error.html +2 -2
  505. package/web/.next/server/app/_global-error.rsc +1 -1
  506. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  507. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  508. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  509. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  510. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  511. package/web/.next/server/app/_not-found/page/build-manifest.json +3 -3
  512. package/web/.next/server/app/_not-found/page.js +4 -4
  513. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  514. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  515. package/web/.next/server/app/_not-found.html +2 -2
  516. package/web/.next/server/app/_not-found.rsc +9 -9
  517. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +9 -9
  518. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  519. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
  520. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  521. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  522. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  523. package/web/.next/server/app/api/dialog/pick-folder/route/app-paths-manifest.json +3 -0
  524. package/web/.next/server/app/api/dialog/pick-folder/route/build-manifest.json +11 -0
  525. package/web/.next/server/app/api/dialog/pick-folder/route/server-reference-manifest.json +4 -0
  526. package/web/.next/server/app/api/dialog/pick-folder/route.js +6 -0
  527. package/web/.next/server/app/api/dialog/pick-folder/route.js.map +5 -0
  528. package/web/.next/server/app/api/dialog/pick-folder/route.js.nft.json +1 -0
  529. package/web/.next/server/app/api/dialog/pick-folder/route_client-reference-manifest.js +2 -0
  530. package/web/.next/server/app/index.html +2 -2
  531. package/web/.next/server/app/index.rsc +5 -4
  532. package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  533. package/web/.next/server/app/index.segments/_full.segment.rsc +5 -4
  534. package/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  535. package/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
  536. package/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  537. package/web/.next/server/app/page/build-manifest.json +3 -3
  538. package/web/.next/server/app/page.js +5 -5
  539. package/web/.next/server/app/page.js.nft.json +1 -1
  540. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  541. package/web/.next/server/app/version/page/build-manifest.json +3 -3
  542. package/web/.next/server/app/version/page.js +4 -4
  543. package/web/.next/server/app/version/page.js.nft.json +1 -1
  544. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  545. package/web/.next/server/app/version.html +2 -2
  546. package/web/.next/server/app/version.rsc +4 -4
  547. package/web/.next/server/app/version.segments/_full.segment.rsc +4 -4
  548. package/web/.next/server/app/version.segments/_head.segment.rsc +1 -1
  549. package/web/.next/server/app/version.segments/_index.segment.rsc +3 -3
  550. package/web/.next/server/app/version.segments/_tree.segment.rsc +2 -2
  551. package/web/.next/server/app/version.segments/version/__PAGE__.segment.rsc +2 -2
  552. package/web/.next/server/app/version.segments/version.segment.rsc +1 -1
  553. package/web/.next/server/app-paths-manifest.json +1 -0
  554. package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js +3 -0
  555. package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js +3 -0
  556. package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js.map +1 -0
  557. package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js +21 -0
  558. package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js.map +1 -0
  559. package/web/.next/server/chunks/[turbopack]_runtime.js +795 -0
  560. package/web/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
  561. package/web/.next/server/chunks/ssr/403f9_next_dist_1f3516d7._.js +3 -0
  562. package/web/.next/server/chunks/ssr/{[root-of-the-server]__01b8cb62._.js.map → 403f9_next_dist_1f3516d7._.js.map} +1 -1
  563. package/web/.next/server/chunks/ssr/403f9_next_dist_d738ab66._.js +3 -0
  564. package/web/.next/server/chunks/ssr/{[root-of-the-server]__7b98fb96._.js.map → 403f9_next_dist_d738ab66._.js.map} +1 -1
  565. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js +1 -1
  566. package/web/.next/server/chunks/ssr/[root-of-the-server]__2127336f._.js +3 -0
  567. package/web/.next/server/chunks/ssr/{[root-of-the-server]__659cf841._.js.map → [root-of-the-server]__2127336f._.js.map} +1 -1
  568. package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js +3 -0
  569. package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js.map +1 -0
  570. package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js +3 -0
  571. package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js.map +1 -0
  572. package/web/.next/server/chunks/ssr/{[root-of-the-server]__18ff2ebf._.js → [root-of-the-server]__6b3c1f2b._.js} +2 -2
  573. package/web/.next/server/chunks/ssr/{[root-of-the-server]__ccf8a903._.js.map → [root-of-the-server]__6b3c1f2b._.js.map} +1 -1
  574. package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js +3 -0
  575. package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js.map +1 -0
  576. package/web/.next/server/chunks/ssr/[root-of-the-server]__c37779e6._.js +4 -0
  577. package/web/.next/server/chunks/ssr/{node_modules__pnpm_03635e2b._.js.map → [root-of-the-server]__c37779e6._.js.map} +1 -1
  578. package/web/.next/server/chunks/ssr/[root-of-the-server]__e55e9c7f._.js +3 -0
  579. package/web/.next/server/chunks/ssr/{[root-of-the-server]__479da921._.js.map → [root-of-the-server]__e55e9c7f._.js.map} +1 -1
  580. package/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +3 -0
  581. package/web/.next/server/chunks/ssr/{_19be0743._.js.map → [root-of-the-server]__f12b60be._.js.map} +1 -1
  582. package/web/.next/server/chunks/ssr/[root-of-the-server]__fa87595c._.js +3 -0
  583. package/web/.next/server/chunks/ssr/{_c536147b._.js.map → [root-of-the-server]__fa87595c._.js.map} +1 -1
  584. package/web/.next/server/chunks/ssr/_09afa42a._.js +4 -0
  585. package/web/.next/server/chunks/ssr/_09afa42a._.js.map +1 -0
  586. package/web/.next/server/chunks/ssr/{_4582f3c3._.js → _3d152196._.js} +2 -2
  587. package/web/.next/server/chunks/ssr/_3d152196._.js.map +1 -0
  588. package/web/.next/server/chunks/ssr/_884ddade._.js +1 -1
  589. package/web/.next/server/chunks/ssr/_a0c04017._.js +2 -2
  590. package/web/.next/server/chunks/ssr/_a0c04017._.js.map +1 -1
  591. package/web/.next/server/chunks/ssr/_c5d377cc._.js +1 -1
  592. package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js +3 -0
  593. package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js.map +1 -0
  594. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_a836bb2a.js +1 -1
  595. package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js +3 -0
  596. package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js.map +1 -0
  597. package/web/.next/server/middleware-build-manifest.js +3 -3
  598. package/web/.next/server/pages/404.html +2 -2
  599. package/web/.next/server/pages/500.html +2 -2
  600. package/web/.next/server/server-reference-manifest.js +1 -1
  601. package/web/.next/server/server-reference-manifest.json +1 -1
  602. package/web/.next/static/chunks/3701b9d5749e6143.css +1 -0
  603. package/web/.next/static/chunks/a8030d19b4d73c95.js +1 -0
  604. package/web/.next/static/chunks/b0d13220be9ac29c.js +1 -0
  605. package/web/.next/static/chunks/b29c0572633eb9e4.js +2 -0
  606. package/web/.next/static/chunks/be34161188b4e0a0.js +2 -0
  607. package/web/.next/static/chunks/c87445f8cbe36c74.js +1 -0
  608. package/web/.next/static/chunks/f220dad9d38bff95.js +5 -0
  609. package/web/.next/static/chunks/{turbopack-a5a88a85e7ac8e8d.js → turbopack-e0a0178ee911c212.js} +1 -1
  610. package/web/.next/trace +1 -1
  611. package/web/.next/trace-build +1 -1
  612. package/web/.next/types/link.d.ts +1 -0
  613. package/web/.next/types/routes.d.ts +18 -2
  614. package/web/.next/types/validator.ts +20 -2
  615. package/web/package.json +5 -1
  616. package/dist/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +0 -1
  617. package/dist/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +0 -1
  618. package/dist/src/application/ports/output/agents/agent-executor.interface.d.ts.map +0 -1
  619. package/dist/src/application/ports/output/agents/agent-registry.interface.d.ts.map +0 -1
  620. package/dist/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +0 -1
  621. package/dist/src/application/ports/output/agents/agent-runner.interface.d.ts.map +0 -1
  622. package/dist/src/application/ports/output/agents/agent-validator.interface.d.ts.map +0 -1
  623. package/dist/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +0 -1
  624. package/dist/src/application/ports/output/agents/index.d.ts.map +0 -1
  625. package/dist/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +0 -1
  626. package/dist/src/application/ports/output/index.d.ts.map +0 -1
  627. package/dist/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +0 -1
  628. package/dist/src/application/ports/output/repositories/index.d.ts.map +0 -1
  629. package/dist/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +0 -1
  630. package/dist/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +0 -1
  631. package/dist/src/application/ports/output/services/index.d.ts.map +0 -1
  632. package/dist/src/application/ports/output/services/spec-initializer.interface.d.ts.map +0 -1
  633. package/dist/src/application/ports/output/services/version-service.interface.d.ts.map +0 -1
  634. package/dist/src/application/ports/output/services/web-server-service.interface.d.ts.map +0 -1
  635. package/dist/src/application/ports/output/services/worktree-service.interface.d.ts.map +0 -1
  636. package/dist/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +0 -1
  637. package/dist/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +0 -1
  638. package/dist/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +0 -1
  639. package/dist/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +0 -1
  640. package/dist/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +0 -1
  641. package/dist/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +0 -1
  642. package/dist/src/application/use-cases/agents/run-agent.use-case.d.ts.map +0 -1
  643. package/dist/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +0 -1
  644. package/dist/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +0 -1
  645. package/dist/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +0 -1
  646. package/dist/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +0 -1
  647. package/dist/src/application/use-cases/features/create/metadata-generator.d.ts.map +0 -1
  648. package/dist/src/application/use-cases/features/create/slug-resolver.d.ts.map +0 -1
  649. package/dist/src/application/use-cases/features/create/types.d.ts.map +0 -1
  650. package/dist/src/application/use-cases/features/delete-feature.use-case.d.ts.map +0 -1
  651. package/dist/src/application/use-cases/features/list-features.use-case.d.ts.map +0 -1
  652. package/dist/src/application/use-cases/features/resume-feature.use-case.d.ts.map +0 -1
  653. package/dist/src/application/use-cases/features/show-feature.use-case.d.ts.map +0 -1
  654. package/dist/src/application/use-cases/settings/index.d.ts.map +0 -1
  655. package/dist/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +0 -1
  656. package/dist/src/application/use-cases/settings/load-settings.use-case.d.ts.map +0 -1
  657. package/dist/src/application/use-cases/settings/update-settings.use-case.d.ts.map +0 -1
  658. package/dist/src/domain/factories/index.d.ts.map +0 -1
  659. package/dist/src/domain/factories/settings-defaults.factory.d.ts.map +0 -1
  660. package/dist/src/domain/generated/output.d.ts.map +0 -1
  661. package/dist/src/domain/value-objects/index.d.ts +0 -3
  662. package/dist/src/domain/value-objects/index.d.ts.map +0 -1
  663. package/dist/src/domain/value-objects/index.js +0 -1
  664. package/dist/src/domain/value-objects/version-info.d.ts.map +0 -1
  665. package/dist/src/infrastructure/di/container.d.ts.map +0 -1
  666. package/dist/src/infrastructure/persistence/sqlite/connection.d.ts.map +0 -1
  667. package/dist/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +0 -1
  668. package/dist/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +0 -1
  669. package/dist/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +0 -1
  670. package/dist/src/infrastructure/persistence/sqlite/migrations.d.ts.map +0 -1
  671. package/dist/src/infrastructure/repositories/agent-run.repository.d.ts.map +0 -1
  672. package/dist/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +0 -1
  673. package/dist/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +0 -1
  674. package/dist/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +0 -1
  675. package/dist/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +0 -1
  676. package/dist/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +0 -1
  677. package/dist/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +0 -1
  678. package/dist/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +0 -1
  679. package/dist/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +0 -1
  680. package/dist/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +0 -1
  681. package/dist/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +0 -1
  682. package/dist/src/infrastructure/services/agents/common/checkpointer.d.ts.map +0 -1
  683. package/dist/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +0 -1
  684. package/dist/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +0 -1
  685. package/dist/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +0 -1
  686. package/dist/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +0 -1
  687. package/dist/src/infrastructure/services/agents/common/types.d.ts.map +0 -1
  688. package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +0 -1
  689. package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +0 -1
  690. package/dist/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +0 -1
  691. package/dist/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +0 -1
  692. package/dist/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +0 -1
  693. package/dist/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +0 -1
  694. package/dist/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +0 -1
  695. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +0 -1
  696. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +0 -1
  697. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +0 -1
  698. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +0 -1
  699. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +0 -1
  700. package/dist/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +0 -1
  701. package/dist/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +0 -1
  702. package/dist/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +0 -1
  703. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +0 -1
  704. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +0 -1
  705. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +0 -1
  706. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +0 -1
  707. package/dist/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +0 -1
  708. package/dist/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +0 -1
  709. package/dist/src/infrastructure/services/agents/feature-agent/state.d.ts.map +0 -1
  710. package/dist/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +0 -1
  711. package/dist/src/infrastructure/services/agents/streaming/index.d.ts.map +0 -1
  712. package/dist/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +0 -1
  713. package/dist/src/infrastructure/services/external/github-issue.service.d.ts.map +0 -1
  714. package/dist/src/infrastructure/services/external/jira-ticket.service.d.ts.map +0 -1
  715. package/dist/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +0 -1
  716. package/dist/src/infrastructure/services/git/worktree.service.d.ts.map +0 -1
  717. package/dist/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +0 -1
  718. package/dist/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +0 -1
  719. package/dist/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +0 -1
  720. package/dist/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +0 -1
  721. package/dist/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +0 -1
  722. package/dist/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +0 -1
  723. package/dist/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +0 -1
  724. package/dist/src/infrastructure/services/port.service.d.ts.map +0 -1
  725. package/dist/src/infrastructure/services/settings.service.d.ts.map +0 -1
  726. package/dist/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +0 -1
  727. package/dist/src/infrastructure/services/version.service.d.ts.map +0 -1
  728. package/dist/src/infrastructure/services/web-server.service.d.ts.map +0 -1
  729. package/web/.next/server/chunks/ssr/[root-of-the-server]__01b8cb62._.js +0 -3
  730. package/web/.next/server/chunks/ssr/[root-of-the-server]__18ff2ebf._.js.map +0 -1
  731. package/web/.next/server/chunks/ssr/[root-of-the-server]__479da921._.js +0 -3
  732. package/web/.next/server/chunks/ssr/[root-of-the-server]__659cf841._.js +0 -3
  733. package/web/.next/server/chunks/ssr/[root-of-the-server]__7b98fb96._.js +0 -3
  734. package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js +0 -3
  735. package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js.map +0 -1
  736. package/web/.next/server/chunks/ssr/[root-of-the-server]__ccf8a903._.js +0 -3
  737. package/web/.next/server/chunks/ssr/_0f02ab66._.js +0 -3
  738. package/web/.next/server/chunks/ssr/_0f02ab66._.js.map +0 -1
  739. package/web/.next/server/chunks/ssr/_19be0743._.js +0 -3
  740. package/web/.next/server/chunks/ssr/_4582f3c3._.js.map +0 -1
  741. package/web/.next/server/chunks/ssr/_90bc0c33._.js +0 -3
  742. package/web/.next/server/chunks/ssr/_c536147b._.js +0 -3
  743. package/web/.next/server/chunks/ssr/node_modules__pnpm_03635e2b._.js +0 -4
  744. package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js +0 -3
  745. package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js.map +0 -1
  746. package/web/.next/static/chunks/26d260496abf3ed8.js +0 -5
  747. package/web/.next/static/chunks/33854795ae473cf1.css +0 -1
  748. package/web/.next/static/chunks/4d6504b9f2ca7e4d.js +0 -1
  749. package/web/.next/static/chunks/70993ebedee7eab0.js +0 -2
  750. package/web/.next/static/chunks/8353f5690707d9a5.js +0 -1
  751. package/web/.next/static/chunks/df7d29673e0ac11d.js +0 -1
  752. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.d.ts +0 -0
  753. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.js +0 -0
  754. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.d.ts +0 -0
  755. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.js +0 -0
  756. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.d.ts +0 -0
  757. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.js +0 -0
  758. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.d.ts +0 -0
  759. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.js +0 -0
  760. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.d.ts +0 -0
  761. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.js +0 -0
  762. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.d.ts +0 -0
  763. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.js +0 -0
  764. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.d.ts +0 -0
  765. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.js +0 -0
  766. /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.d.ts +0 -0
  767. /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.js +0 -0
  768. /package/dist/{src → packages/core/src}/application/ports/output/agents/index.d.ts +0 -0
  769. /package/dist/{src → packages/core/src}/application/ports/output/agents/index.js +0 -0
  770. /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.d.ts +0 -0
  771. /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.js +0 -0
  772. /package/dist/{src → packages/core/src}/application/ports/output/index.d.ts +0 -0
  773. /package/dist/{src → packages/core/src}/application/ports/output/index.js +0 -0
  774. /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.d.ts +0 -0
  775. /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.js +0 -0
  776. /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.d.ts +0 -0
  777. /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.js +0 -0
  778. /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.d.ts +0 -0
  779. /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.js +0 -0
  780. /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.d.ts +0 -0
  781. /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.js +0 -0
  782. /package/dist/{src → packages/core/src}/application/ports/output/services/index.js +0 -0
  783. /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.d.ts +0 -0
  784. /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.js +0 -0
  785. /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.d.ts +0 -0
  786. /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.js +0 -0
  787. /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.d.ts +0 -0
  788. /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.js +0 -0
  789. /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.d.ts +0 -0
  790. /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.js +0 -0
  791. /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.d.ts +0 -0
  792. /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.js +0 -0
  793. /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.d.ts +0 -0
  794. /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.js +0 -0
  795. /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.d.ts +0 -0
  796. /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.js +0 -0
  797. /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.d.ts +0 -0
  798. /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.js +0 -0
  799. /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.d.ts +0 -0
  800. /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.js +0 -0
  801. /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.d.ts +0 -0
  802. /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.js +0 -0
  803. /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.d.ts +0 -0
  804. /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.js +0 -0
  805. /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.d.ts +0 -0
  806. /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.js +0 -0
  807. /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.d.ts +0 -0
  808. /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.js +0 -0
  809. /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.d.ts +0 -0
  810. /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.js +0 -0
  811. /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.d.ts +0 -0
  812. /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.js +0 -0
  813. /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.d.ts +0 -0
  814. /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.js +0 -0
  815. /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.d.ts +0 -0
  816. /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.js +0 -0
  817. /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.d.ts +0 -0
  818. /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.js +0 -0
  819. /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.d.ts +0 -0
  820. /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.js +0 -0
  821. /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.d.ts +0 -0
  822. /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.js +0 -0
  823. /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.d.ts +0 -0
  824. /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.js +0 -0
  825. /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.d.ts +0 -0
  826. /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.js +0 -0
  827. /package/dist/{src → packages/core/src}/application/use-cases/settings/index.d.ts +0 -0
  828. /package/dist/{src → packages/core/src}/application/use-cases/settings/index.js +0 -0
  829. /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.d.ts +0 -0
  830. /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.js +0 -0
  831. /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.d.ts +0 -0
  832. /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.js +0 -0
  833. /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.d.ts +0 -0
  834. /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.js +0 -0
  835. /package/dist/{src → packages/core/src}/domain/factories/index.d.ts +0 -0
  836. /package/dist/{src → packages/core/src}/domain/factories/index.js +0 -0
  837. /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.d.ts +0 -0
  838. /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.js +0 -0
  839. /package/dist/{src → packages/core/src}/domain/value-objects/version-info.d.ts +0 -0
  840. /package/dist/{src → packages/core/src}/domain/value-objects/version-info.js +0 -0
  841. /package/dist/{src → packages/core/src}/infrastructure/di/container.d.ts +0 -0
  842. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.d.ts +0 -0
  843. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.js +0 -0
  844. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts +0 -0
  845. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.js +0 -0
  846. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +0 -0
  847. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.js +0 -0
  848. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -0
  849. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.js +0 -0
  850. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.d.ts +0 -0
  851. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.js +0 -0
  852. /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.d.ts +0 -0
  853. /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.js +0 -0
  854. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.d.ts +0 -0
  855. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.js +0 -0
  856. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.d.ts +0 -0
  857. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.js +0 -0
  858. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.d.ts +0 -0
  859. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.js +0 -0
  860. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts +0 -0
  861. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.js +0 -0
  862. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts +0 -0
  863. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.js +0 -0
  864. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.d.ts +0 -0
  865. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.js +0 -0
  866. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.d.ts +0 -0
  867. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.js +0 -0
  868. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.d.ts +0 -0
  869. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.js +0 -0
  870. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.d.ts +0 -0
  871. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.d.ts +0 -0
  872. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.js +0 -0
  873. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.d.ts +0 -0
  874. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.js +0 -0
  875. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts +0 -0
  876. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.js +0 -0
  877. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts +0 -0
  878. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.js +0 -0
  879. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts +0 -0
  880. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.js +0 -0
  881. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.d.ts +0 -0
  882. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.js +0 -0
  883. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.d.ts +0 -0
  884. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.js +0 -0
  885. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.js +0 -0
  886. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts +0 -0
  887. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +0 -0
  888. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +0 -0
  889. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.d.ts +0 -0
  890. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.js +0 -0
  891. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts +0 -0
  892. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.js +0 -0
  893. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts +0 -0
  894. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.js +0 -0
  895. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts +0 -0
  896. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +0 -0
  897. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts +0 -0
  898. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.js +0 -0
  899. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts +0 -0
  900. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.js +0 -0
  901. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts +0 -0
  902. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.js +0 -0
  903. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts +0 -0
  904. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.js +0 -0
  905. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts +0 -0
  906. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.js +0 -0
  907. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts +0 -0
  908. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.js +0 -0
  909. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts +0 -0
  910. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.js +0 -0
  911. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts +0 -0
  912. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.js +0 -0
  913. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts +0 -0
  914. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.js +0 -0
  915. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts +0 -0
  916. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.js +0 -0
  917. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts +0 -0
  918. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.js +0 -0
  919. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts +0 -0
  920. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.js +0 -0
  921. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts +0 -0
  922. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.js +0 -0
  923. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts +0 -0
  924. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.js +0 -0
  925. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts +0 -0
  926. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.js +0 -0
  927. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.d.ts +0 -0
  928. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.js +0 -0
  929. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.d.ts +0 -0
  930. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.js +0 -0
  931. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.d.ts +0 -0
  932. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.js +0 -0
  933. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts +0 -0
  934. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.js +0 -0
  935. /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.d.ts +0 -0
  936. /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.js +0 -0
  937. /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.d.ts +0 -0
  938. /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.js +0 -0
  939. /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.d.ts +0 -0
  940. /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.js +0 -0
  941. /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.d.ts +0 -0
  942. /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.js +0 -0
  943. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.js +0 -0
  944. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.js +0 -0
  945. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts +0 -0
  946. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.js +0 -0
  947. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts +0 -0
  948. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.js +0 -0
  949. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.js +0 -0
  950. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.js +0 -0
  951. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.js +0 -0
  952. /package/dist/{src → packages/core/src}/infrastructure/services/port.service.d.ts +0 -0
  953. /package/dist/{src → packages/core/src}/infrastructure/services/port.service.js +0 -0
  954. /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.d.ts +0 -0
  955. /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.js +0 -0
  956. /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.d.ts +0 -0
  957. /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.js +0 -0
  958. /package/dist/{src → packages/core/src}/infrastructure/services/version.service.d.ts +0 -0
  959. /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
  960. /package/web/.next/static/{xKJulVMYO_ZRGoqa6eM7G → 50v5TcK4kMIcF3xxCPBNl}/_buildManifest.js +0 -0
  961. /package/web/.next/static/{xKJulVMYO_ZRGoqa6eM7G → 50v5TcK4kMIcF3xxCPBNl}/_clientMiddlewareManifest.json +0 -0
  962. /package/web/.next/static/{xKJulVMYO_ZRGoqa6eM7G → 50v5TcK4kMIcF3xxCPBNl}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/domain/generated/output.ts"],"names":[],"mappings":"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"}
@@ -77,6 +77,16 @@ export var SdlcLifecycle;
77
77
  SdlcLifecycle["DeployAndQA"] = "Deploy & QA";
78
78
  SdlcLifecycle["Maintain"] = "Maintain";
79
79
  })(SdlcLifecycle || (SdlcLifecycle = {}));
80
+ export var ToolType;
81
+ (function (ToolType) {
82
+ ToolType["VsCode"] = "vscode";
83
+ ToolType["Cursor"] = "cursor";
84
+ ToolType["Windsurf"] = "windsurf";
85
+ ToolType["Zed"] = "zed";
86
+ ToolType["Antigravity"] = "antigravity";
87
+ ToolType["CursorCli"] = "cursor-cli";
88
+ ToolType["ClaudeCode"] = "claude-code";
89
+ })(ToolType || (ToolType = {}));
80
90
  export var AgentStatus;
81
91
  (function (AgentStatus) {
82
92
  AgentStatus["Idle"] = "Idle";
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @shepai/core Domain Layer
3
+ *
4
+ * Exports all domain types, factories, and value objects.
5
+ */
6
+ export * from './generated/output.js';
7
+ export { createDefaultSettings } from './factories/settings-defaults.factory.js';
8
+ export type { VersionInfo } from './value-objects/version-info.js';
9
+ export { DEFAULT_VERSION_INFO } from './value-objects/version-info.js';
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/core/src/domain/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,oBAAoB,CAAC;AAGnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,YAAY,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @shepai/core Domain Layer
3
+ *
4
+ * Exports all domain types, factories, and value objects.
5
+ */
6
+ // Generated types from TypeSpec
7
+ export * from './generated/output.js';
8
+ // Factories
9
+ export { createDefaultSettings } from './factories/settings-defaults.factory.js';
10
+ export { DEFAULT_VERSION_INFO } from './value-objects/version-info.js';
@@ -0,0 +1,5 @@
1
+ export type { VersionInfo } from './version-info.js';
2
+ export { DEFAULT_VERSION_INFO } from './version-info.js';
3
+ export type { ToolInstallationStatus } from './tool-installation-status.js';
4
+ export { createToolInstallationStatus, createAvailableStatus, createMissingStatus, createErrorStatus, } from './tool-installation-status.js';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/domain/value-objects/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,YAAY,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACzE,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,4BAA4B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { DEFAULT_VERSION_INFO } from './version-info.js';
2
+ export { createToolInstallationStatus, createAvailableStatus, createMissingStatus, createErrorStatus, } from './tool-installation-status.js';
@@ -0,0 +1,70 @@
1
+ /**
2
+ * ToolInstallationStatus Value Object
3
+ *
4
+ * Represents the installation status of a development tool with optional
5
+ * error messages and installation suggestions. Provides immutable, validated
6
+ * value objects through factory functions.
7
+ *
8
+ * Uses Object.freeze() to ensure immutability and prevent accidental mutations.
9
+ */
10
+ import type { ToolInstallationStatus as GeneratedType, InstallationSuggestion } from '../generated/output.js';
11
+ /**
12
+ * Type alias for the generated ToolInstallationStatus type
13
+ */
14
+ export type ToolInstallationStatus = GeneratedType;
15
+ /**
16
+ * Creates a validated, immutable ToolInstallationStatus value object.
17
+ *
18
+ * @param data - The status data to create
19
+ * @returns A frozen ToolInstallationStatus object
20
+ * @throws {Error} If toolName is empty or status is invalid
21
+ *
22
+ * @example
23
+ * const status = createToolInstallationStatus({
24
+ * status: 'available',
25
+ * toolName: 'vscode',
26
+ * });
27
+ */
28
+ export declare function createToolInstallationStatus(data: ToolInstallationStatus): ToolInstallationStatus;
29
+ /**
30
+ * Creates an available tool status object.
31
+ *
32
+ * @param toolName - The name of the available tool
33
+ * @returns A frozen ToolInstallationStatus with status='available'
34
+ * @throws {Error} If toolName is empty
35
+ *
36
+ * @example
37
+ * const status = createAvailableStatus('vscode');
38
+ */
39
+ export declare function createAvailableStatus(toolName: string): ToolInstallationStatus;
40
+ /**
41
+ * Creates a missing tool status object with installation suggestions.
42
+ *
43
+ * @param toolName - The name of the missing tool
44
+ * @param suggestions - Installation suggestions for the tool
45
+ * @returns A frozen ToolInstallationStatus with status='missing'
46
+ * @throws {Error} If toolName is empty
47
+ *
48
+ * @example
49
+ * const status = createMissingStatus('vscode', [
50
+ * {
51
+ * packageManager: 'brew',
52
+ * command: 'brew install code',
53
+ * documentationUrl: 'https://code.visualstudio.com/docs/setup/mac',
54
+ * }
55
+ * ]);
56
+ */
57
+ export declare function createMissingStatus(toolName: string, suggestions: InstallationSuggestion[]): ToolInstallationStatus;
58
+ /**
59
+ * Creates an error tool status object with error details.
60
+ *
61
+ * @param toolName - The name of the tool with an error
62
+ * @param errorMessage - Description of what went wrong
63
+ * @returns A frozen ToolInstallationStatus with status='error'
64
+ * @throws {Error} If toolName is empty
65
+ *
66
+ * @example
67
+ * const status = createErrorStatus('vscode', 'Permission denied');
68
+ */
69
+ export declare function createErrorStatus(toolName: string, errorMessage: string): ToolInstallationStatus;
70
+ //# sourceMappingURL=tool-installation-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-installation-status.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/domain/value-objects/tool-installation-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EACV,sBAAsB,IAAI,aAAa,EACvC,sBAAsB,EACvB,MAAM,8BAA8B,CAAC;AAEtC;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,aAAa,CAAC;AAOnD;;;;;;;;;;;;GAYG;AACH,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,sBAAsB,GAAG,sBAAsB,CA8BjG;AAED;;;;;;;;;GASG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB,CAK9E;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,sBAAsB,EAAE,GACpC,sBAAsB,CAMxB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,sBAAsB,CAMhG"}
@@ -0,0 +1,111 @@
1
+ /**
2
+ * ToolInstallationStatus Value Object
3
+ *
4
+ * Represents the installation status of a development tool with optional
5
+ * error messages and installation suggestions. Provides immutable, validated
6
+ * value objects through factory functions.
7
+ *
8
+ * Uses Object.freeze() to ensure immutability and prevent accidental mutations.
9
+ */
10
+ /**
11
+ * Valid status values for tool installation
12
+ */
13
+ const VALID_STATUSES = ['available', 'missing', 'error'];
14
+ /**
15
+ * Creates a validated, immutable ToolInstallationStatus value object.
16
+ *
17
+ * @param data - The status data to create
18
+ * @returns A frozen ToolInstallationStatus object
19
+ * @throws {Error} If toolName is empty or status is invalid
20
+ *
21
+ * @example
22
+ * const status = createToolInstallationStatus({
23
+ * status: 'available',
24
+ * toolName: 'vscode',
25
+ * });
26
+ */
27
+ export function createToolInstallationStatus(data) {
28
+ // Validate and normalize toolName
29
+ const toolName = (data.toolName ?? '').trim();
30
+ if (!toolName) {
31
+ throw new Error('toolName must be a non-empty string');
32
+ }
33
+ // Validate status
34
+ const status_value = data.status;
35
+ if (!VALID_STATUSES.includes(status_value)) {
36
+ throw new Error(`status must be one of: ${VALID_STATUSES.join(', ')}. Got: ${data.status}`);
37
+ }
38
+ // Create the object with normalized toolName
39
+ const status = {
40
+ status: data.status,
41
+ toolName,
42
+ ...(data.errorMessage !== undefined && { errorMessage: data.errorMessage }),
43
+ ...(data.suggestions !== undefined && {
44
+ suggestions: data.suggestions,
45
+ }),
46
+ };
47
+ // Freeze suggestions array if present
48
+ if (status.suggestions) {
49
+ Object.freeze(status.suggestions);
50
+ }
51
+ // Freeze and return the object
52
+ return Object.freeze(status);
53
+ }
54
+ /**
55
+ * Creates an available tool status object.
56
+ *
57
+ * @param toolName - The name of the available tool
58
+ * @returns A frozen ToolInstallationStatus with status='available'
59
+ * @throws {Error} If toolName is empty
60
+ *
61
+ * @example
62
+ * const status = createAvailableStatus('vscode');
63
+ */
64
+ export function createAvailableStatus(toolName) {
65
+ return createToolInstallationStatus({
66
+ status: 'available',
67
+ toolName,
68
+ });
69
+ }
70
+ /**
71
+ * Creates a missing tool status object with installation suggestions.
72
+ *
73
+ * @param toolName - The name of the missing tool
74
+ * @param suggestions - Installation suggestions for the tool
75
+ * @returns A frozen ToolInstallationStatus with status='missing'
76
+ * @throws {Error} If toolName is empty
77
+ *
78
+ * @example
79
+ * const status = createMissingStatus('vscode', [
80
+ * {
81
+ * packageManager: 'brew',
82
+ * command: 'brew install code',
83
+ * documentationUrl: 'https://code.visualstudio.com/docs/setup/mac',
84
+ * }
85
+ * ]);
86
+ */
87
+ export function createMissingStatus(toolName, suggestions) {
88
+ return createToolInstallationStatus({
89
+ status: 'missing',
90
+ toolName,
91
+ suggestions,
92
+ });
93
+ }
94
+ /**
95
+ * Creates an error tool status object with error details.
96
+ *
97
+ * @param toolName - The name of the tool with an error
98
+ * @param errorMessage - Description of what went wrong
99
+ * @returns A frozen ToolInstallationStatus with status='error'
100
+ * @throws {Error} If toolName is empty
101
+ *
102
+ * @example
103
+ * const status = createErrorStatus('vscode', 'Permission denied');
104
+ */
105
+ export function createErrorStatus(toolName, errorMessage) {
106
+ return createToolInstallationStatus({
107
+ status: 'error',
108
+ toolName,
109
+ errorMessage,
110
+ });
111
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"version-info.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/domain/value-objects/version-info.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,WAAW,WAAW;IAC1B,sCAAsC;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,yCAAyC;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,4DAA4D;AAC5D,eAAO,MAAM,oBAAoB,EAAE,WAIlC,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * @shepai/core - Shep AI Core Package
3
+ *
4
+ * Domain, application, and infrastructure layers for the Shep AI platform.
5
+ */
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/core/src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /**
3
+ * @shepai/core - Shep AI Core Package
4
+ *
5
+ * Domain, application, and infrastructure layers for the Shep AI platform.
6
+ */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/di/container.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,kBAAkB,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AA0ErC;;;;;GAKG;AACH,wBAAsB,mBAAmB,IAAI,OAAO,CAAC,OAAO,SAAS,CAAC,CAoIrE;AAED;;;GAGG;AACH,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -20,6 +20,7 @@ import { execFile } from 'node:child_process';
20
20
  import { VersionService } from '../services/version.service.js';
21
21
  import { WebServerService } from '../services/web-server.service.js';
22
22
  import { WorktreeService } from '../services/git/worktree.service.js';
23
+ import { ToolInstallerServiceImpl } from '../services/tool-installer/tool-installer.service.js';
23
24
  import { AgentExecutorFactory } from '../services/agents/common/agent-executor-factory.service.js';
24
25
  import { AgentExecutorProvider } from '../services/agents/common/agent-executor-provider.service.js';
25
26
  import { MockAgentExecutorFactory } from '../services/agents/common/executors/mock-executor-factory.service.js';
@@ -51,6 +52,8 @@ import { ListFeaturesUseCase } from '../../application/use-cases/features/list-f
51
52
  import { ShowFeatureUseCase } from '../../application/use-cases/features/show-feature.use-case.js';
52
53
  import { DeleteFeatureUseCase } from '../../application/use-cases/features/delete-feature.use-case.js';
53
54
  import { ResumeFeatureUseCase } from '../../application/use-cases/features/resume-feature.use-case.js';
55
+ import { ValidateToolAvailabilityUseCase } from '../../application/use-cases/tools/validate-tool-availability.use-case.js';
56
+ import { InstallToolUseCase } from '../../application/use-cases/tools/install-tool.use-case.js';
54
57
  // Database connection
55
58
  import { getSQLiteConnection } from '../persistence/sqlite/connection.js';
56
59
  import { runSQLiteMigrations } from '../persistence/sqlite/migrations.js';
@@ -90,6 +93,7 @@ export async function initializeContainer() {
90
93
  useFactory: () => new WebServerService(),
91
94
  });
92
95
  container.registerSingleton('IWorktreeService', WorktreeService);
96
+ container.registerSingleton('IToolInstallerService', ToolInstallerServiceImpl);
93
97
  // Register agent infrastructure
94
98
  container.register('IAgentRunRepository', {
95
99
  useFactory: (c) => {
@@ -169,6 +173,8 @@ export async function initializeContainer() {
169
173
  container.registerSingleton(ShowFeatureUseCase);
170
174
  container.registerSingleton(DeleteFeatureUseCase);
171
175
  container.registerSingleton(ResumeFeatureUseCase);
176
+ container.registerSingleton(ValidateToolAvailabilityUseCase);
177
+ container.registerSingleton(InstallToolUseCase);
172
178
  return container;
173
179
  }
174
180
  /**
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @shepai/core Infrastructure Layer
3
+ *
4
+ * Exports DI container, repositories, and services.
5
+ */
6
+ export { initializeContainer, container } from './di/container.js';
7
+ export { getSettings, initializeSettings } from './services/settings.service.js';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/core/src/infrastructure/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGnE,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @shepai/core Infrastructure Layer
3
+ *
4
+ * Exports DI container, repositories, and services.
5
+ */
6
+ // DI container
7
+ export { initializeContainer, container } from './di/container.js';
8
+ // Settings service
9
+ export { getSettings, initializeSettings } from './services/settings.service.js';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/persistence/sqlite/connection.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAYtC;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAsB,mBAAmB,IAAI,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAkCtE;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,IAAI,IAAI,CAK5C;AAED;;;;;GAKG;AACH,wBAAgB,qBAAqB,IAAI,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAEhE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-run.mapper.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAiB,MAAM,wCAAwC,CAAC;AAGtF;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B;AAED;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,WAAW,CAwB1D;AAED;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,WAAW,GAAG,QAAQ,CAuBvD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.mapper.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAGtE;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,OAAO,GAAG,UAAU,CAiBvD;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,UAAU,GAAG,OAAO,CAiBrD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.mapper.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAOvE;;;GAGG;AACH,MAAM,WAAW,WAAW;IAE1B,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IAGnB,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IAGxB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,MAAM,CAAC;IAG7B,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IAGtB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B;AAED;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,WAAW,CAiC1D;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,WAAW,GAAG,QAAQ,CAyCvD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations.d.ts","sourceRoot":"","sources":["../../../../../../../packages/core/src/infrastructure/persistence/sqlite/migrations.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AA4J3C;;;;;;;GAOG;AACH,wBAAsB,mBAAmB,CAAC,EAAE,EAAE,QAAQ,CAAC,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAuB9E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-run.repository.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/repositories/agent-run.repository.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAE3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yEAAyE,CAAC;AACnH,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAkBjF;;;GAGG;AACH,qBACa,wBAAyB,YAAW,mBAAmB;IACtD,OAAO,CAAC,QAAQ,CAAC,EAAE;gBAAF,EAAE,EAAE,QAAQ,CAAC,QAAQ;IAE5C,MAAM,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC;IAwBzC,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAW9C,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAW1D,YAAY,CAChB,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,cAAc,EACtB,OAAO,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,GAC1B,OAAO,CAAC,IAAI,CAAC;IAqDV,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC;IAOlD,IAAI,IAAI,OAAO,CAAC,QAAQ,EAAE,CAAC;IAO3B,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAIxC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sqlite-feature.repository.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/repositories/sqlite-feature.repository.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAE3C,OAAO,KAAK,EACV,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,6EAA6E,CAAC;AACrF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAOhE;;;GAGG;AACH,qBACa,uBAAwB,YAAW,kBAAkB;IACpD,OAAO,CAAC,QAAQ,CAAC,EAAE;gBAAF,EAAE,EAAE,QAAQ,CAAC,QAAQ;IAE5C,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAkBvC,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAW7C,cAAc,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAcvD,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAWzE,IAAI,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAqBtD,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAuBvC,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAIxC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sqlite-phase-timing.repository.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAE3C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4EAA4E,CAAC;AACzH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AA0CpE;;GAEG;AACH,qBACa,2BAA4B,YAAW,sBAAsB;IAC5D,OAAO,CAAC,QAAQ,CAAC,EAAE;gBAAF,EAAE,EAAE,QAAQ,CAAC,QAAQ;IAE5C,IAAI,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAgB7C,MAAM,CACV,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,aAAa,GAAG,YAAY,CAAC,CAAC,GAChE,OAAO,CAAC,IAAI,CAAC;IAyBV,WAAW,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IASvD,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;CAWjE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sqlite-settings.repository.d.ts","sourceRoot":"","sources":["../../../../../../packages/core/src/infrastructure/repositories/sqlite-settings.repository.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAE3C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8EAA8E,CAAC;AACxH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAOjE;;;GAGG;AACH,qBACa,wBAAyB,YAAW,mBAAmB;IACtD,OAAO,CAAC,QAAQ,CAAC,EAAE;gBAAF,EAAE,EAAE,QAAQ,CAAC,QAAQ;IAElD;;;;;;OAMG;IACG,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC;IAiCnD;;;;OAIG;IACG,IAAI,IAAI,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAgBtC;;;;;OAKG;IACG,MAAM,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC;CAwChD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze-repository-graph.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,KAAK,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AACpG,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAGpG;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;EAIjC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GAAG,OAAO,sBAAsB,CAAC,KAAK,CAAC;AAyB7E;;;;;;;;;;GAUG;AACH,wBAAgB,4BAA4B,CAC1C,QAAQ,EAAE,cAAc,EACxB,YAAY,CAAC,EAAE,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAQnC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze-repository.prompt.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,mhBAcO,CAAC;AAE9C,wBAAgB,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,CAEjE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-executor-factory.service.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AACrF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yEAAyE,CAAC;AAC9G,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iFAAiF,CAAC;AAG7H,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD;;;;;GAKG;AACH,qBAAa,oBAAqB,YAAW,qBAAqB;IAMpD,OAAO,CAAC,QAAQ,CAAC,KAAK;IALlC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAqC;IAE3D;;OAEG;gBAC0B,KAAK,EAAE,aAAa;IAEjD;;;;;;;OAOG;IACH,cAAc,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,GAAG,cAAc;IAuB9E;;;;OAIG;IACH,kBAAkB,IAAI,SAAS,EAAE;CAGlC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-executor-provider.service.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/common/agent-executor-provider.service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kFAAkF,CAAC;AAC/H,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iFAAiF,CAAC;AAC7H,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yEAAyE,CAAC;AAG9G,qBAAa,qBAAsB,YAAW,sBAAsB;IACtD,OAAO,CAAC,QAAQ,CAAC,OAAO;gBAAP,OAAO,EAAE,qBAAqB;IAE3D,WAAW,IAAI,cAAc;CAI9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-registry.service.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/common/agent-registry.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,KAAK,EACV,cAAc,EACd,0BAA0B,EAC3B,MAAM,+DAA+D,CAAC;AAIvE,qBAAa,oBAAqB,YAAW,cAAc;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiD;;IAiBxE,QAAQ,CAAC,UAAU,EAAE,0BAA0B,GAAG,IAAI;IAItD,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,0BAA0B,GAAG,SAAS;IAIzD,IAAI,IAAI,0BAA0B,EAAE;CAGrC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-runner.service.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/common/agent-runner.service.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,KAAK,EACV,YAAY,EACZ,eAAe,EAChB,MAAM,6DAA6D,CAAC;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AACpG,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wEAAwE,CAAC;AACrH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qEAAqE,CAAC;AAE/G,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAM5E,qBAAa,kBAAmB,YAAW,YAAY;IAEnD,OAAO,CAAC,QAAQ,CAAC,QAAQ;IACzB,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAHb,QAAQ,EAAE,cAAc,EACxB,gBAAgB,EAAE,sBAAsB,EACxC,YAAY,EAAE,mBAAmB,EACjC,aAAa,EAAE,mBAAmB;IAG/C,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,QAAQ,CAAC;IAmBxF,cAAc,CACnB,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,eAAe,GACxB,aAAa,CAAC,aAAa,CAAC;YAwCjB,QAAQ;YAwCR,aAAa;YAUb,UAAU;CAQzB"}
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import * as crypto from 'node:crypto';
10
10
  import { AgentRunStatus } from '../../../../domain/generated/output.js';
11
- import { getSettings } from '../../../../infrastructure/services/settings.service.js';
11
+ import { getSettings } from '../../../services/settings.service.js';
12
12
  import { EventChannel } from '../streaming/event-channel.js';
13
13
  import { StreamingExecutorProxy } from '../streaming/streaming-executor-proxy.js';
14
14
  export class AgentRunnerService {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-validator.service.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/common/agent-validator.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAC;AACxE,OAAO,KAAK,EACV,eAAe,EACf,qBAAqB,EACtB,MAAM,0EAA0E,CAAC;AAElF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAU/C;;;;;GAKG;AACH,qBACa,qBAAsB,YAAW,eAAe;IAC3D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAe;IAEtC;;;OAGG;gBACiC,MAAM,EAAE,YAAY;IAIxD;;;;;OAKG;IACG,WAAW,CAAC,SAAS,EAAE,SAAS,GAAG,OAAO,CAAC,qBAAqB,CAAC;CA2BxE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkpointer.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/core/src/infrastructure/services/agents/common/checkpointer.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAErE;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,CAK9D"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"claude-code-executor.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;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;AACpF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAUjD;;;GAGG;AACH,qBAAa,yBAA0B,YAAW,cAAc;IAMlD,OAAO,CAAC,QAAQ,CAAC,KAAK;IALlC,QAAQ,CAAC,SAAS,EAAE,SAAS,CAA8B;IAE3D,4EAA4E;IAC5E,OAAO,CAAC,MAAM,CAAS;gBAEM,KAAK,EAAE,aAAa;IAEjD,4EAA4E;IAC5E,OAAO,CAAC,GAAG;IAML,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAmHtF,aAAa,CAClB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,qBAAqB,GAC9B,aAAa,CAAC,yBAAyB,CAAC;IA+F3C;;;OAGG;IACH,OAAO,CAAC,cAAc;IAmCtB,eAAe,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO;IAI/C,OAAO,CAAC,SAAS;IAajB,OAAO,CAAC,eAAe;IAUvB,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,eAAe;IAiCvB,OAAO,CAAC,eAAe;CAkExB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cursor-executor.service.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;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;AACpF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAKjD;;;GAGG;AACH,qBAAa,qBAAsB,YAAW,cAAc;IAM9C,OAAO,CAAC,QAAQ,CAAC,KAAK;IALlC,QAAQ,CAAC,SAAS,EAAE,SAAS,CAAyB;IAEtD,4EAA4E;IAC5E,OAAO,CAAC,MAAM,CAAS;gBAEM,KAAK,EAAE,aAAa;IAEjD,4EAA4E;IAC5E,OAAO,CAAC,GAAG;IAMX,eAAe,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO;IAIzC,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAkGtF,aAAa,CAClB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,qBAAqB,GAC9B,aAAa,CAAC,yBAAyB,CAAC;IA8E3C;;OAEG;IACH,OAAO,CAAC,cAAc;IAkCtB,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,eAAe;IAOvB,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,eAAe;CAgDxB"}
@@ -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"}