@shepai/cli 1.183.0-pr554.2632d62 → 1.183.0-pr555.e53ab0e

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 (1211) hide show
  1. package/apis/json-schema/Application.yaml +0 -22
  2. package/apis/json-schema/Feature.yaml +3 -0
  3. package/apis/json-schema/NotificationEventConfig.yaml +0 -4
  4. package/apis/json-schema/NotificationEventType.yaml +0 -1
  5. package/apis/json-schema/Plugin.yaml +86 -0
  6. package/apis/json-schema/PluginHealthStatus.yaml +9 -0
  7. package/apis/json-schema/PluginTransport.yaml +7 -0
  8. package/apis/json-schema/PluginType.yaml +8 -0
  9. package/apis/json-schema/RecordBoolean.yaml +6 -0
  10. package/apis/json-schema/ToolGroup.yaml +18 -0
  11. package/dist/eslint.config.mjs +0 -19
  12. package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts +7 -0
  13. package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts.map +1 -1
  14. package/dist/packages/core/src/application/ports/output/agents/index.d.ts +0 -1
  15. package/dist/packages/core/src/application/ports/output/agents/index.d.ts.map +1 -1
  16. package/dist/packages/core/src/application/ports/output/repositories/application-repository.interface.d.ts +1 -1
  17. package/dist/packages/core/src/application/ports/output/repositories/application-repository.interface.d.ts.map +1 -1
  18. package/dist/packages/core/src/application/ports/output/repositories/index.d.ts +1 -0
  19. package/dist/packages/core/src/application/ports/output/repositories/index.d.ts.map +1 -1
  20. package/dist/packages/core/src/application/ports/output/repositories/plugin-repository.interface.d.ts +60 -0
  21. package/dist/packages/core/src/application/ports/output/repositories/plugin-repository.interface.d.ts.map +1 -0
  22. package/dist/packages/core/src/application/ports/output/repositories/plugin-repository.interface.js +11 -0
  23. package/dist/packages/core/src/application/ports/output/services/index.d.ts +2 -5
  24. package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -1
  25. package/dist/packages/core/src/application/ports/output/services/mcp-server-manager.interface.d.ts +66 -0
  26. package/dist/packages/core/src/application/ports/output/services/mcp-server-manager.interface.d.ts.map +1 -0
  27. package/dist/packages/core/src/application/ports/output/services/mcp-server-manager.interface.js +12 -0
  28. package/dist/packages/core/src/application/ports/output/services/plugin-health-checker.interface.d.ts +49 -0
  29. package/dist/packages/core/src/application/ports/output/services/plugin-health-checker.interface.d.ts.map +1 -0
  30. package/dist/packages/core/src/application/ports/output/services/plugin-health-checker.interface.js +12 -0
  31. package/dist/packages/core/src/application/services/agents/agent-session-repository.registry.d.ts +24 -0
  32. package/dist/packages/core/src/application/services/agents/agent-session-repository.registry.d.ts.map +1 -0
  33. package/dist/packages/core/src/{infrastructure → application}/services/agents/agent-session-repository.registry.js +5 -10
  34. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts +1 -5
  35. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -1
  36. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.js +6 -10
  37. package/dist/packages/core/src/application/use-cases/agents/check-agent-auth.use-case.d.ts +1 -3
  38. package/dist/packages/core/src/application/use-cases/agents/check-agent-auth.use-case.d.ts.map +1 -1
  39. package/dist/packages/core/src/application/use-cases/agents/check-agent-auth.use-case.js +4 -10
  40. package/dist/packages/core/src/application/use-cases/agents/get-agent-session.use-case.d.ts +2 -4
  41. package/dist/packages/core/src/application/use-cases/agents/get-agent-session.use-case.d.ts.map +1 -1
  42. package/dist/packages/core/src/application/use-cases/agents/get-agent-session.use-case.js +8 -15
  43. package/dist/packages/core/src/application/use-cases/agents/list-agent-sessions.use-case.d.ts +2 -4
  44. package/dist/packages/core/src/application/use-cases/agents/list-agent-sessions.use-case.d.ts.map +1 -1
  45. package/dist/packages/core/src/application/use-cases/agents/list-agent-sessions.use-case.js +8 -15
  46. package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts +1 -7
  47. package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +1 -1
  48. package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.js +8 -15
  49. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts +1 -3
  50. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +1 -1
  51. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.js +5 -7
  52. package/dist/packages/core/src/application/use-cases/applications/create-application.use-case.d.ts +1 -3
  53. package/dist/packages/core/src/application/use-cases/applications/create-application.use-case.d.ts.map +1 -1
  54. package/dist/packages/core/src/application/use-cases/applications/create-application.use-case.js +7 -12
  55. package/dist/packages/core/src/application/use-cases/applications/delete-application.use-case.d.ts.map +1 -1
  56. package/dist/packages/core/src/application/use-cases/applications/delete-application.use-case.js +1 -2
  57. package/dist/packages/core/src/application/use-cases/applications/list-applications.use-case.d.ts.map +1 -1
  58. package/dist/packages/core/src/application/use-cases/applications/list-applications.use-case.js +1 -2
  59. package/dist/packages/core/src/application/use-cases/applications/resume-application-workflow.use-case.d.ts.map +1 -1
  60. package/dist/packages/core/src/application/use-cases/applications/resume-application-workflow.use-case.js +2 -3
  61. package/dist/packages/core/src/application/use-cases/deployments/start-feature-deployment.use-case.d.ts +1 -3
  62. package/dist/packages/core/src/application/use-cases/deployments/start-feature-deployment.use-case.d.ts.map +1 -1
  63. package/dist/packages/core/src/application/use-cases/deployments/start-feature-deployment.use-case.js +4 -7
  64. package/dist/packages/core/src/application/use-cases/features/cleanup-feature-worktree.use-case.d.ts +1 -3
  65. package/dist/packages/core/src/application/use-cases/features/cleanup-feature-worktree.use-case.d.ts.map +1 -1
  66. package/dist/packages/core/src/application/use-cases/features/cleanup-feature-worktree.use-case.js +10 -17
  67. package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts +2 -10
  68. package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -1
  69. package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.js +10 -20
  70. package/dist/packages/core/src/application/use-cases/features/create/types.d.ts +2 -0
  71. package/dist/packages/core/src/application/use-cases/features/create/types.d.ts.map +1 -1
  72. package/dist/packages/core/src/application/use-cases/features/get-feature-artifact.use-case.d.ts +1 -3
  73. package/dist/packages/core/src/application/use-cases/features/get-feature-artifact.use-case.d.ts.map +1 -1
  74. package/dist/packages/core/src/application/use-cases/features/get-feature-artifact.use-case.js +4 -6
  75. package/dist/packages/core/src/application/use-cases/features/get-plan-artifact.use-case.d.ts +1 -3
  76. package/dist/packages/core/src/application/use-cases/features/get-plan-artifact.use-case.d.ts.map +1 -1
  77. package/dist/packages/core/src/application/use-cases/features/get-plan-artifact.use-case.js +4 -6
  78. package/dist/packages/core/src/application/use-cases/features/get-research-artifact.use-case.d.ts +1 -3
  79. package/dist/packages/core/src/application/use-cases/features/get-research-artifact.use-case.d.ts.map +1 -1
  80. package/dist/packages/core/src/application/use-cases/features/get-research-artifact.use-case.js +4 -6
  81. package/dist/packages/core/src/application/use-cases/features/rebase-feature-on-main.use-case.d.ts +2 -2
  82. package/dist/packages/core/src/application/use-cases/features/rebase-feature-on-main.use-case.d.ts.map +1 -1
  83. package/dist/packages/core/src/application/use-cases/features/rebase-feature-on-main.use-case.js +2 -2
  84. package/dist/packages/core/src/application/use-cases/ide/launch-ide.use-case.d.ts +1 -3
  85. package/dist/packages/core/src/application/use-cases/ide/launch-ide.use-case.d.ts.map +1 -1
  86. package/dist/packages/core/src/application/use-cases/ide/launch-ide.use-case.js +4 -8
  87. package/dist/packages/core/src/application/use-cases/plugins/add-plugin.use-case.d.ts +35 -0
  88. package/dist/packages/core/src/application/use-cases/plugins/add-plugin.use-case.d.ts.map +1 -0
  89. package/dist/packages/core/src/application/use-cases/plugins/add-plugin.use-case.js +106 -0
  90. package/dist/packages/core/src/application/use-cases/plugins/check-plugin-health.use-case.d.ts +20 -0
  91. package/dist/packages/core/src/application/use-cases/plugins/check-plugin-health.use-case.d.ts.map +1 -0
  92. package/dist/packages/core/src/application/use-cases/plugins/check-plugin-health.use-case.js +72 -0
  93. package/dist/packages/core/src/application/use-cases/plugins/configure-plugin.use-case.d.ts +22 -0
  94. package/dist/packages/core/src/application/use-cases/plugins/configure-plugin.use-case.d.ts.map +1 -0
  95. package/dist/packages/core/src/application/use-cases/plugins/configure-plugin.use-case.js +59 -0
  96. package/dist/packages/core/src/application/use-cases/plugins/disable-plugin.use-case.d.ts +18 -0
  97. package/dist/packages/core/src/application/use-cases/plugins/disable-plugin.use-case.d.ts.map +1 -0
  98. package/dist/packages/core/src/application/use-cases/{cloud-deploy/ensure-gh-authenticated.use-case.js → plugins/disable-plugin.use-case.js} +31 -12
  99. package/dist/packages/core/src/application/use-cases/plugins/enable-plugin.use-case.d.ts +18 -0
  100. package/dist/packages/core/src/application/use-cases/plugins/enable-plugin.use-case.d.ts.map +1 -0
  101. package/dist/packages/core/src/application/use-cases/{cloud-deploy/select-cloud-provider.use-case.js → plugins/enable-plugin.use-case.js} +31 -17
  102. package/dist/packages/core/src/application/use-cases/plugins/get-plugin-catalog.use-case.d.ts +21 -0
  103. package/dist/packages/core/src/application/use-cases/plugins/get-plugin-catalog.use-case.d.ts.map +1 -0
  104. package/dist/packages/core/src/application/use-cases/plugins/get-plugin-catalog.use-case.js +45 -0
  105. package/dist/packages/core/src/application/use-cases/plugins/list-plugins.use-case.d.ts +22 -0
  106. package/dist/packages/core/src/application/use-cases/plugins/list-plugins.use-case.d.ts.map +1 -0
  107. package/dist/packages/core/src/application/use-cases/plugins/list-plugins.use-case.js +50 -0
  108. package/dist/packages/core/src/application/use-cases/plugins/remove-plugin.use-case.d.ts +21 -0
  109. package/dist/packages/core/src/application/use-cases/plugins/remove-plugin.use-case.d.ts.map +1 -0
  110. package/dist/packages/core/src/application/use-cases/plugins/remove-plugin.use-case.js +50 -0
  111. package/dist/packages/core/src/application/use-cases/repositories/add-repository.use-case.d.ts.map +1 -1
  112. package/dist/packages/core/src/application/use-cases/repositories/add-repository.use-case.js +11 -1
  113. package/dist/packages/core/src/application/use-cases/repositories/import-github-repository.use-case.d.ts.map +1 -1
  114. package/dist/packages/core/src/application/use-cases/repositories/import-github-repository.use-case.js +9 -1
  115. package/dist/packages/core/src/application/use-cases/settings/check-onboarding-status.use-case.d.ts +2 -6
  116. package/dist/packages/core/src/application/use-cases/settings/check-onboarding-status.use-case.d.ts.map +1 -1
  117. package/dist/packages/core/src/application/use-cases/settings/check-onboarding-status.use-case.js +7 -30
  118. package/dist/packages/core/src/application/use-cases/tools/launch-tool.use-case.d.ts +1 -3
  119. package/dist/packages/core/src/application/use-cases/tools/launch-tool.use-case.d.ts.map +1 -1
  120. package/dist/packages/core/src/application/use-cases/tools/launch-tool.use-case.js +4 -6
  121. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts +1 -3
  122. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts.map +1 -1
  123. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.js +4 -6
  124. package/dist/packages/core/src/application/use-cases/workflows/run-workflow.use-case.d.ts +2 -4
  125. package/dist/packages/core/src/application/use-cases/workflows/run-workflow.use-case.d.ts.map +1 -1
  126. package/dist/packages/core/src/application/use-cases/workflows/run-workflow.use-case.js +4 -8
  127. package/dist/packages/core/src/application/workflows/application-creation.workflow.d.ts.map +1 -0
  128. package/dist/packages/core/src/domain/factories/index.d.ts +1 -0
  129. package/dist/packages/core/src/domain/factories/index.d.ts.map +1 -1
  130. package/dist/packages/core/src/domain/factories/index.js +1 -0
  131. package/dist/packages/core/src/domain/factories/spec-yaml-parser.d.ts +29 -0
  132. package/dist/packages/core/src/domain/factories/spec-yaml-parser.d.ts.map +1 -0
  133. package/dist/packages/core/src/domain/factories/spec-yaml-parser.js +134 -0
  134. package/dist/packages/core/src/domain/generated/output.d.ts +113 -41
  135. package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
  136. package/dist/packages/core/src/domain/generated/output.js +18 -25
  137. package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
  138. package/dist/packages/core/src/infrastructure/di/container.js +679 -32
  139. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/application.mapper.d.ts +0 -7
  140. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/application.mapper.d.ts.map +1 -1
  141. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/application.mapper.js +6 -23
  142. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +1 -0
  143. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -1
  144. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.js +8 -0
  145. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/plugin.mapper.d.ts +61 -0
  146. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/plugin.mapper.d.ts.map +1 -0
  147. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/plugin.mapper.js +91 -0
  148. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/060-create-plugins-table.d.ts +13 -0
  149. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/060-create-plugins-table.d.ts.map +1 -0
  150. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/060-create-plugins-table.js +51 -0
  151. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/061-add-active-plugins-to-features.d.ts +12 -0
  152. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/061-add-active-plugins-to-features.d.ts.map +1 -0
  153. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/061-add-active-plugins-to-features.js +17 -0
  154. package/dist/packages/core/src/infrastructure/repositories/sqlite-application.repository.d.ts +1 -1
  155. package/dist/packages/core/src/infrastructure/repositories/sqlite-application.repository.d.ts.map +1 -1
  156. package/dist/packages/core/src/infrastructure/repositories/sqlite-application.repository.js +2 -40
  157. package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -1
  158. package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.js +3 -0
  159. package/dist/packages/core/src/infrastructure/repositories/sqlite-plugin.repository.d.ts +24 -0
  160. package/dist/packages/core/src/infrastructure/repositories/sqlite-plugin.repository.d.ts.map +1 -0
  161. package/dist/packages/core/src/infrastructure/repositories/sqlite-plugin.repository.js +114 -0
  162. package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts +1 -1
  163. package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -1
  164. package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.js +2 -0
  165. package/dist/packages/core/src/infrastructure/services/agents/conflict-resolution/conflict-resolution.service.d.ts +1 -2
  166. package/dist/packages/core/src/infrastructure/services/agents/conflict-resolution/conflict-resolution.service.d.ts.map +1 -1
  167. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/fast-feature-agent-graph.d.ts +6 -1
  168. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/fast-feature-agent-graph.d.ts.map +1 -1
  169. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +18 -1
  170. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts.map +1 -1
  171. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -1
  172. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.js +12 -0
  173. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
  174. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +1 -0
  175. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/plugin-startup.d.ts +23 -0
  176. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/plugin-startup.d.ts.map +1 -0
  177. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/plugin-startup.js +53 -0
  178. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts +1 -0
  179. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts.map +1 -1
  180. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.js +5 -0
  181. package/dist/packages/core/src/infrastructure/services/attachment-storage.service.d.ts +5 -3
  182. package/dist/packages/core/src/infrastructure/services/attachment-storage.service.d.ts.map +1 -1
  183. package/dist/packages/core/src/infrastructure/services/notifications/notification.service.d.ts.map +1 -1
  184. package/dist/packages/core/src/infrastructure/services/notifications/notification.service.js +0 -1
  185. package/dist/packages/core/src/infrastructure/services/plugin/mcp-server-manager.service.d.ts +51 -0
  186. package/dist/packages/core/src/infrastructure/services/plugin/mcp-server-manager.service.d.ts.map +1 -0
  187. package/dist/packages/core/src/infrastructure/services/plugin/mcp-server-manager.service.js +206 -0
  188. package/dist/packages/core/src/infrastructure/services/plugin/plugin-catalog.d.ts +52 -0
  189. package/dist/packages/core/src/infrastructure/services/plugin/plugin-catalog.d.ts.map +1 -0
  190. package/dist/packages/core/src/infrastructure/services/plugin/plugin-catalog.js +86 -0
  191. package/dist/packages/core/src/infrastructure/services/plugin/plugin-health-checker.service.d.ts +28 -0
  192. package/dist/packages/core/src/infrastructure/services/plugin/plugin-health-checker.service.d.ts.map +1 -0
  193. package/dist/packages/core/src/infrastructure/services/plugin/plugin-health-checker.service.js +95 -0
  194. package/dist/src/presentation/cli/commands/app/index.d.ts +4 -10
  195. package/dist/src/presentation/cli/commands/app/index.d.ts.map +1 -1
  196. package/dist/src/presentation/cli/commands/app/index.js +5 -17
  197. package/dist/src/presentation/cli/commands/feat/new.command.d.ts.map +1 -1
  198. package/dist/src/presentation/cli/commands/feat/new.command.js +1 -2
  199. package/dist/src/presentation/cli/commands/plugin/add.command.d.ts +12 -0
  200. package/dist/src/presentation/cli/commands/plugin/add.command.d.ts.map +1 -0
  201. package/dist/src/presentation/cli/commands/plugin/add.command.js +75 -0
  202. package/dist/src/presentation/cli/commands/plugin/catalog.command.d.ts +11 -0
  203. package/dist/src/presentation/cli/commands/plugin/catalog.command.d.ts.map +1 -0
  204. package/dist/src/presentation/cli/commands/plugin/catalog.command.js +46 -0
  205. package/dist/src/presentation/cli/commands/plugin/configure.command.d.ts +11 -0
  206. package/dist/src/presentation/cli/commands/plugin/configure.command.d.ts.map +1 -0
  207. package/dist/src/presentation/cli/commands/plugin/configure.command.js +37 -0
  208. package/dist/src/presentation/cli/commands/plugin/disable.command.d.ts +11 -0
  209. package/dist/src/presentation/cli/commands/plugin/disable.command.d.ts.map +1 -0
  210. package/dist/src/presentation/cli/commands/plugin/disable.command.js +31 -0
  211. package/dist/src/presentation/cli/commands/plugin/enable.command.d.ts +11 -0
  212. package/dist/src/presentation/cli/commands/plugin/enable.command.d.ts.map +1 -0
  213. package/dist/src/presentation/cli/commands/plugin/enable.command.js +31 -0
  214. package/dist/src/presentation/cli/commands/plugin/index.d.ts +22 -0
  215. package/dist/src/presentation/cli/commands/plugin/index.d.ts.map +1 -0
  216. package/dist/src/presentation/cli/commands/plugin/index.js +41 -0
  217. package/dist/src/presentation/cli/commands/plugin/list.command.d.ts +11 -0
  218. package/dist/src/presentation/cli/commands/plugin/list.command.d.ts.map +1 -0
  219. package/dist/src/presentation/cli/commands/plugin/list.command.js +63 -0
  220. package/dist/src/presentation/cli/commands/plugin/remove.command.d.ts +11 -0
  221. package/dist/src/presentation/cli/commands/plugin/remove.command.d.ts.map +1 -0
  222. package/dist/src/presentation/cli/commands/plugin/remove.command.js +31 -0
  223. package/dist/src/presentation/cli/commands/plugin/status.command.d.ts +12 -0
  224. package/dist/src/presentation/cli/commands/plugin/status.command.d.ts.map +1 -0
  225. package/dist/src/presentation/cli/commands/plugin/status.command.js +126 -0
  226. package/dist/src/presentation/cli/index.js +2 -0
  227. package/dist/src/presentation/web/app/(dashboard)/@drawer/create/page.d.ts.map +1 -1
  228. package/dist/src/presentation/web/app/(dashboard)/@drawer/create/page.js +9 -2
  229. package/dist/src/presentation/web/app/actions/add-plugin.d.ts +7 -0
  230. package/dist/src/presentation/web/app/actions/add-plugin.d.ts.map +1 -0
  231. package/dist/src/presentation/web/app/actions/add-plugin.js +15 -0
  232. package/dist/src/presentation/web/app/actions/check-plugin-health.d.ts +7 -0
  233. package/dist/src/presentation/web/app/actions/check-plugin-health.d.ts.map +1 -0
  234. package/dist/src/presentation/web/app/actions/check-plugin-health.js +15 -0
  235. package/dist/src/presentation/web/app/actions/configure-plugin.d.ts +7 -0
  236. package/dist/src/presentation/web/app/actions/configure-plugin.d.ts.map +1 -0
  237. package/dist/src/presentation/web/app/actions/configure-plugin.js +15 -0
  238. package/dist/src/presentation/web/app/actions/create-feature.d.ts +2 -0
  239. package/dist/src/presentation/web/app/actions/create-feature.d.ts.map +1 -1
  240. package/dist/src/presentation/web/app/actions/create-feature.js +3 -1
  241. package/dist/src/presentation/web/app/actions/deploy-application.d.ts +9 -8
  242. package/dist/src/presentation/web/app/actions/deploy-application.d.ts.map +1 -1
  243. package/dist/src/presentation/web/app/actions/deploy-application.js +38 -22
  244. package/dist/src/presentation/web/app/actions/get-plugin-catalog.d.ts +7 -0
  245. package/dist/src/presentation/web/app/actions/get-plugin-catalog.d.ts.map +1 -0
  246. package/dist/src/presentation/web/app/actions/get-plugin-catalog.js +13 -0
  247. package/dist/src/presentation/web/app/actions/list-plugins.d.ts +7 -0
  248. package/dist/src/presentation/web/app/actions/list-plugins.d.ts.map +1 -0
  249. package/dist/src/presentation/web/app/actions/list-plugins.js +13 -0
  250. package/dist/src/presentation/web/app/actions/remove-plugin.d.ts +7 -0
  251. package/dist/src/presentation/web/app/actions/remove-plugin.d.ts.map +1 -0
  252. package/dist/src/presentation/web/app/actions/remove-plugin.js +15 -0
  253. package/dist/src/presentation/web/app/actions/toggle-plugin.d.ts +7 -0
  254. package/dist/src/presentation/web/app/actions/toggle-plugin.d.ts.map +1 -0
  255. package/dist/src/presentation/web/app/actions/toggle-plugin.js +23 -0
  256. package/dist/src/presentation/web/app/api/agent-events/route.d.ts +12 -17
  257. package/dist/src/presentation/web/app/api/agent-events/route.d.ts.map +1 -1
  258. package/dist/src/presentation/web/app/api/agent-events/route.js +331 -58
  259. package/dist/src/presentation/web/app/api/applications/[id]/route.d.ts.map +1 -1
  260. package/dist/src/presentation/web/app/api/applications/[id]/route.js +1 -4
  261. package/dist/src/presentation/web/app/api/deployment-logs/route.d.ts.map +1 -1
  262. package/dist/src/presentation/web/app/api/deployment-logs/route.js +2 -4
  263. package/dist/src/presentation/web/app/build-graph-nodes.d.ts.map +1 -1
  264. package/dist/src/presentation/web/app/build-graph-nodes.js +1 -2
  265. package/dist/src/presentation/web/app/plugins/page.d.ts +4 -0
  266. package/dist/src/presentation/web/app/plugins/page.d.ts.map +1 -0
  267. package/dist/src/presentation/web/app/plugins/page.js +24 -0
  268. package/dist/src/presentation/web/app/plugins/plugins-page-client.d.ts +8 -0
  269. package/dist/src/presentation/web/app/plugins/plugins-page-client.d.ts.map +1 -0
  270. package/dist/src/presentation/web/app/plugins/plugins-page-client.js +61 -0
  271. package/dist/src/presentation/web/components/common/application-node/application-node.d.ts.map +1 -1
  272. package/dist/src/presentation/web/components/common/application-node/application-node.js +1 -2
  273. package/dist/src/presentation/web/components/common/control-center-drawer/create-drawer-client.d.ts +6 -1
  274. package/dist/src/presentation/web/components/common/control-center-drawer/create-drawer-client.d.ts.map +1 -1
  275. package/dist/src/presentation/web/components/common/control-center-drawer/create-drawer-client.js +2 -2
  276. package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.d.ts +9 -1
  277. package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.d.ts.map +1 -1
  278. package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.js +15 -3
  279. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -1
  280. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +0 -4
  281. package/dist/src/presentation/web/components/common/plugin-catalog/index.d.ts +2 -0
  282. package/dist/src/presentation/web/components/common/plugin-catalog/index.d.ts.map +1 -0
  283. package/dist/src/presentation/web/components/common/plugin-catalog/index.js +1 -0
  284. package/dist/src/presentation/web/components/common/plugin-catalog/plugin-catalog.d.ts +7 -0
  285. package/dist/src/presentation/web/components/common/plugin-catalog/plugin-catalog.d.ts.map +1 -0
  286. package/dist/src/presentation/web/components/common/plugin-catalog/plugin-catalog.js +32 -0
  287. package/dist/src/presentation/web/components/common/plugin-catalog/plugin-catalog.stories.d.ts +16 -0
  288. package/dist/src/presentation/web/components/common/plugin-catalog/plugin-catalog.stories.d.ts.map +1 -0
  289. package/dist/src/presentation/web/components/common/plugin-catalog/plugin-catalog.stories.js +87 -0
  290. package/dist/src/presentation/web/components/common/plugin-list/index.d.ts +2 -0
  291. package/dist/src/presentation/web/components/common/plugin-list/index.d.ts.map +1 -0
  292. package/dist/src/presentation/web/components/common/plugin-list/index.js +1 -0
  293. package/dist/src/presentation/web/components/common/plugin-list/plugin-list.d.ts +9 -0
  294. package/dist/src/presentation/web/components/common/plugin-list/plugin-list.d.ts.map +1 -0
  295. package/dist/src/presentation/web/components/common/plugin-list/plugin-list.js +77 -0
  296. package/dist/src/presentation/web/components/common/plugin-list/plugin-list.stories.d.ts +17 -0
  297. package/dist/src/presentation/web/components/common/plugin-list/plugin-list.stories.d.ts.map +1 -0
  298. package/dist/src/presentation/web/components/common/plugin-list/plugin-list.stories.js +114 -0
  299. package/dist/src/presentation/web/components/features/application-page/application-page.d.ts.map +1 -1
  300. package/dist/src/presentation/web/components/features/application-page/application-page.js +306 -17
  301. package/dist/src/presentation/web/components/features/applications/application-card.d.ts.map +1 -1
  302. package/dist/src/presentation/web/components/features/applications/application-card.js +1 -2
  303. package/dist/src/presentation/web/components/features/chat/workflow-placeholder.d.ts +1 -1
  304. package/dist/src/presentation/web/components/features/chat/workflow-placeholder.js +1 -1
  305. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -1
  306. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +1 -2
  307. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
  308. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +2 -2
  309. package/dist/src/presentation/web/hooks/deployment-status-provider.js +3 -4
  310. package/dist/translations/ar/cli.json +82 -0
  311. package/dist/translations/ar/web.json +2 -1
  312. package/dist/translations/de/cli.json +82 -0
  313. package/dist/translations/de/web.json +2 -1
  314. package/dist/translations/en/cli.json +82 -0
  315. package/dist/translations/en/web.json +2 -1
  316. package/dist/translations/es/cli.json +82 -0
  317. package/dist/translations/es/web.json +2 -1
  318. package/dist/translations/fr/cli.json +82 -0
  319. package/dist/translations/fr/web.json +2 -1
  320. package/dist/translations/he/cli.json +82 -0
  321. package/dist/translations/he/web.json +2 -1
  322. package/dist/translations/pt/cli.json +82 -0
  323. package/dist/translations/pt/web.json +2 -1
  324. package/dist/translations/ru/cli.json +82 -0
  325. package/dist/translations/ru/web.json +2 -1
  326. package/dist/translations/uk/cli.json +82 -0
  327. package/dist/translations/uk/web.json +2 -1
  328. package/dist/tsconfig.build.tsbuildinfo +1 -1
  329. package/package.json +1 -1
  330. package/web/.next/BUILD_ID +1 -1
  331. package/web/.next/app-path-routes-manifest.json +1 -8
  332. package/web/.next/build-manifest.json +2 -2
  333. package/web/.next/fallback-build-manifest.json +2 -2
  334. package/web/.next/prerender-manifest.json +3 -3
  335. package/web/.next/required-server-files.js +1 -1
  336. package/web/.next/required-server-files.json +1 -1
  337. package/web/.next/routes-manifest.json +6 -58
  338. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +32 -32
  339. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +3 -3
  340. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
  341. package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
  342. package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +30 -30
  343. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +3 -3
  344. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
  345. package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
  346. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +33 -33
  347. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +3 -3
  348. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  349. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  350. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +41 -41
  351. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +4 -4
  352. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  353. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  354. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +41 -41
  355. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
  356. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  357. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  358. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +31 -31
  359. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +3 -3
  360. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  361. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  362. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +31 -31
  363. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +3 -3
  364. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  365. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  366. package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +30 -30
  367. package/web/.next/server/app/(dashboard)/chat/page.js +3 -3
  368. package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
  369. package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
  370. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +33 -33
  371. package/web/.next/server/app/(dashboard)/create/page.js +3 -3
  372. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  373. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  374. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +41 -41
  375. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +4 -4
  376. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  377. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  378. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +41 -41
  379. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
  380. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  381. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  382. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +30 -30
  383. package/web/.next/server/app/(dashboard)/page.js +3 -3
  384. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  385. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  386. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +31 -31
  387. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +3 -3
  388. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  389. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  390. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +31 -31
  391. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +3 -3
  392. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  393. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  394. package/web/.next/server/app/_global-error/page.js +1 -1
  395. package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
  396. package/web/.next/server/app/_global-error.html +2 -2
  397. package/web/.next/server/app/_global-error.rsc +1 -1
  398. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  399. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  400. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  401. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  402. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  403. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +7 -7
  404. package/web/.next/server/app/_not-found/page.js +2 -2
  405. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  406. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  407. package/web/.next/server/app/api/agent-events/route.js +2 -1
  408. package/web/.next/server/app/api/agent-events/route.js.nft.json +1 -1
  409. package/web/.next/server/app/api/applications/[id]/route.js +1 -1
  410. package/web/.next/server/app/api/applications/[id]/route.js.nft.json +1 -1
  411. package/web/.next/server/app/api/attachments/preview/route.js +1 -1
  412. package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
  413. package/web/.next/server/app/api/attachments/upload-from-path/route.js +1 -1
  414. package/web/.next/server/app/api/attachments/upload-from-path/route.js.nft.json +1 -1
  415. package/web/.next/server/app/api/evidence/route.js +1 -1
  416. package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
  417. package/web/.next/server/app/api/feature-logs/route.js +1 -1
  418. package/web/.next/server/app/api/feature-logs/route.js.nft.json +1 -1
  419. package/web/.next/server/app/api/graph-data/route.js +2 -2
  420. package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
  421. package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js +1 -1
  422. package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
  423. package/web/.next/server/app/application/[id]/page/server-reference-manifest.json +40 -70
  424. package/web/.next/server/app/application/[id]/page.js +3 -3
  425. package/web/.next/server/app/application/[id]/page.js.nft.json +1 -1
  426. package/web/.next/server/app/application/[id]/page_client-reference-manifest.js +1 -1
  427. package/web/.next/server/app/applications/page/server-reference-manifest.json +15 -15
  428. package/web/.next/server/app/applications/page.js +3 -3
  429. package/web/.next/server/app/applications/page.js.nft.json +1 -1
  430. package/web/.next/server/app/applications/page_client-reference-manifest.js +1 -1
  431. package/web/.next/server/app/features/page/server-reference-manifest.json +7 -7
  432. package/web/.next/server/app/features/page.js +2 -2
  433. package/web/.next/server/app/features/page.js.nft.json +1 -1
  434. package/web/.next/server/app/features/page_client-reference-manifest.js +1 -1
  435. package/web/.next/server/app/plugins/page/app-paths-manifest.json +3 -0
  436. package/web/.next/server/app/plugins/page/build-manifest.json +18 -0
  437. package/web/.next/server/app/plugins/page/next-font-manifest.json +6 -0
  438. package/web/.next/server/app/plugins/page/react-loadable-manifest.json +1 -0
  439. package/web/.next/server/app/plugins/page/server-reference-manifest.json +170 -0
  440. package/web/.next/server/app/plugins/page.js +19 -0
  441. package/web/.next/server/app/plugins/page.js.nft.json +1 -0
  442. package/web/.next/server/app/plugins/page_client-reference-manifest.js +2 -0
  443. package/web/.next/server/app/settings/page/server-reference-manifest.json +10 -10
  444. package/web/.next/server/app/settings/page.js +3 -3
  445. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  446. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  447. package/web/.next/server/app/skills/page/server-reference-manifest.json +15 -15
  448. package/web/.next/server/app/skills/page.js +3 -3
  449. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  450. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  451. package/web/.next/server/app/tools/page/server-reference-manifest.json +13 -13
  452. package/web/.next/server/app/tools/page.js +3 -3
  453. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  454. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  455. package/web/.next/server/app/version/page/server-reference-manifest.json +7 -7
  456. package/web/.next/server/app/version/page.js +2 -2
  457. package/web/.next/server/app/version/page.js.nft.json +1 -1
  458. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  459. package/web/.next/server/app-paths-manifest.json +1 -8
  460. package/web/.next/server/chunks/{[root-of-the-server]__582ebd78._.js → [root-of-the-server]__0702fed9._.js} +2 -2
  461. package/web/.next/server/chunks/[root-of-the-server]__10e976f3._.js +1 -1
  462. package/web/.next/server/chunks/[root-of-the-server]__3f7e7be1._.js +2 -2
  463. package/web/.next/server/chunks/[root-of-the-server]__3f7e7be1._.js.map +1 -1
  464. package/web/.next/server/chunks/[root-of-the-server]__7a2ddaea._.js +3 -0
  465. package/web/.next/server/chunks/[root-of-the-server]__7a2ddaea._.js.map +1 -0
  466. package/web/.next/server/chunks/[root-of-the-server]__84fede21._.js +3 -0
  467. package/web/.next/server/chunks/[root-of-the-server]__84fede21._.js.map +1 -0
  468. package/web/.next/server/chunks/{[root-of-the-server]__76a92098._.js → [root-of-the-server]__88c71186._.js} +2 -2
  469. package/web/.next/server/chunks/{[root-of-the-server]__7de24eaf._.js → [root-of-the-server]__8b6abaa3._.js} +2 -2
  470. package/web/.next/server/chunks/[root-of-the-server]__aabea727._.js +3 -0
  471. package/web/.next/server/chunks/[root-of-the-server]__aabea727._.js.map +1 -0
  472. package/web/.next/server/chunks/{[root-of-the-server]__6af3863d._.js → [root-of-the-server]__cfba7146._.js} +2 -2
  473. package/web/.next/server/chunks/{[root-of-the-server]__6af3863d._.js.map → [root-of-the-server]__cfba7146._.js.map} +1 -1
  474. package/web/.next/server/chunks/{[root-of-the-server]__1133b25d._.js → [root-of-the-server]__dbb420e4._.js} +2 -2
  475. package/web/.next/server/chunks/d9f3b_next_dist_esm_build_templates_app-route_4faf694b.js +12 -0
  476. package/web/.next/server/chunks/d9f3b_next_dist_esm_build_templates_app-route_4faf694b.js.map +1 -0
  477. package/web/.next/server/chunks/d9f3b_next_dist_esm_build_templates_app-route_fc401c5d.js +1 -1
  478. package/web/.next/server/chunks/d9f3b_next_dist_esm_build_templates_app-route_fc401c5d.js.map +1 -1
  479. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_4f9eef62.js +1 -1
  480. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_4f9eef62.js.map +1 -1
  481. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_ffa16a22.js +1 -1
  482. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_ffa16a22.js.map +1 -1
  483. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_chat_page_actions_a1a998f9.js +1 -1
  484. package/web/.next/server/chunks/ssr/744ca_web__next-internal_server_app_(dashboard)_chat_page_actions_a1a998f9.js.map +1 -1
  485. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  486. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
  487. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js +2 -2
  488. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_feature-drawer-client_tsx_e9755fc8._.js.map +1 -1
  489. package/web/.next/server/chunks/ssr/744ca_web_components_features_applications_applications-page-client_tsx_d0db9938._.js +1 -1
  490. package/web/.next/server/chunks/ssr/744ca_web_components_features_applications_applications-page-client_tsx_d0db9938._.js.map +1 -1
  491. package/web/.next/server/chunks/ssr/[root-of-the-server]__269765de._.js +4 -0
  492. package/web/.next/server/chunks/ssr/[root-of-the-server]__269765de._.js.map +1 -0
  493. package/web/.next/server/chunks/ssr/{[root-of-the-server]__ec85e47f._.js → [root-of-the-server]__288ffaa6._.js} +2 -2
  494. package/web/.next/server/chunks/ssr/{[root-of-the-server]__ec85e47f._.js.map → [root-of-the-server]__288ffaa6._.js.map} +1 -1
  495. package/web/.next/server/chunks/ssr/[root-of-the-server]__4101a4a8._.js +1 -1
  496. package/web/.next/server/chunks/ssr/[root-of-the-server]__4101a4a8._.js.map +1 -1
  497. package/web/.next/server/chunks/ssr/{[root-of-the-server]__7ea16f3a._.js → [root-of-the-server]__46dd2baf._.js} +2 -2
  498. package/web/.next/server/chunks/ssr/{[root-of-the-server]__7ea16f3a._.js.map → [root-of-the-server]__46dd2baf._.js.map} +1 -1
  499. package/web/.next/server/chunks/ssr/[root-of-the-server]__538580df._.js +1 -1
  500. package/web/.next/server/chunks/ssr/[root-of-the-server]__538580df._.js.map +1 -1
  501. package/web/.next/server/chunks/ssr/[root-of-the-server]__58043de2._.js +3 -0
  502. package/web/.next/server/chunks/ssr/[root-of-the-server]__58043de2._.js.map +1 -0
  503. package/web/.next/server/chunks/ssr/{[root-of-the-server]__5193e3ce._.js → [root-of-the-server]__5c5de261._.js} +2 -2
  504. package/web/.next/server/chunks/ssr/{[root-of-the-server]__5193e3ce._.js.map → [root-of-the-server]__5c5de261._.js.map} +1 -1
  505. package/web/.next/server/chunks/ssr/[root-of-the-server]__638955bc._.js +1 -1
  506. package/web/.next/server/chunks/ssr/[root-of-the-server]__87d5ff6e._.js +1 -1
  507. package/web/.next/server/chunks/ssr/[root-of-the-server]__87d5ff6e._.js.map +1 -1
  508. package/web/.next/server/chunks/ssr/[root-of-the-server]__9b0e14ee._.js +3 -0
  509. package/web/.next/server/chunks/ssr/[root-of-the-server]__9b0e14ee._.js.map +1 -0
  510. package/web/.next/server/chunks/ssr/{[root-of-the-server]__93be3301._.js → [root-of-the-server]__ac9ab3c5._.js} +2 -2
  511. package/web/.next/server/chunks/ssr/{[root-of-the-server]__93be3301._.js.map → [root-of-the-server]__ac9ab3c5._.js.map} +1 -1
  512. package/web/.next/server/chunks/ssr/[root-of-the-server]__c3d233f3._.js +1 -1
  513. package/web/.next/server/chunks/ssr/[root-of-the-server]__c3d233f3._.js.map +1 -1
  514. package/web/.next/server/chunks/ssr/[root-of-the-server]__c6dba2b8._.js +1 -1
  515. package/web/.next/server/chunks/ssr/[root-of-the-server]__c6dba2b8._.js.map +1 -1
  516. package/web/.next/server/chunks/ssr/[root-of-the-server]__de3991d8._.js +3 -0
  517. package/web/.next/server/chunks/ssr/[root-of-the-server]__de3991d8._.js.map +1 -0
  518. package/web/.next/server/chunks/ssr/[root-of-the-server]__e4fac430._.js +3 -0
  519. package/web/.next/server/chunks/ssr/[root-of-the-server]__e4fac430._.js.map +1 -0
  520. package/web/.next/server/chunks/ssr/[root-of-the-server]__eacd32e9._.js +4 -0
  521. package/web/.next/server/chunks/ssr/[root-of-the-server]__eacd32e9._.js.map +1 -0
  522. package/web/.next/server/chunks/ssr/{[root-of-the-server]__494cf0fb._.js → [root-of-the-server]__ef0b8905._.js} +3 -3
  523. package/web/.next/server/chunks/ssr/[root-of-the-server]__ef0b8905._.js.map +1 -0
  524. package/web/.next/server/chunks/ssr/{[root-of-the-server]__7198dce9._.js → [root-of-the-server]__f94e4165._.js} +2 -2
  525. package/web/.next/server/chunks/ssr/{[root-of-the-server]__7198dce9._.js.map → [root-of-the-server]__f94e4165._.js.map} +1 -1
  526. package/web/.next/server/chunks/ssr/{[root-of-the-server]__149d89d9._.js → [root-of-the-server]__ff5a5243._.js} +2 -2
  527. package/web/.next/server/chunks/ssr/{[root-of-the-server]__149d89d9._.js.map → [root-of-the-server]__ff5a5243._.js.map} +1 -1
  528. package/web/.next/server/chunks/ssr/_0f41c049._.js +3 -0
  529. package/web/.next/server/chunks/ssr/_0f41c049._.js.map +1 -0
  530. package/web/.next/server/chunks/ssr/_33a243dd._.js +1 -1
  531. package/web/.next/server/chunks/ssr/_33a243dd._.js.map +1 -1
  532. package/web/.next/server/chunks/ssr/{_5bf2415e._.js → _34113cf8._.js} +2 -2
  533. package/web/.next/server/chunks/ssr/_34113cf8._.js.map +1 -0
  534. package/web/.next/server/chunks/ssr/_519d77a9._.js +3 -0
  535. package/web/.next/server/chunks/ssr/_519d77a9._.js.map +1 -0
  536. package/web/.next/server/chunks/ssr/_563be831._.js +3 -0
  537. package/web/.next/server/chunks/ssr/_563be831._.js.map +1 -0
  538. package/web/.next/server/chunks/ssr/_56b9d60f._.js +1 -1
  539. package/web/.next/server/chunks/ssr/_56b9d60f._.js.map +1 -1
  540. package/web/.next/server/chunks/ssr/_57643324._.js +3 -0
  541. package/web/.next/server/chunks/ssr/_57643324._.js.map +1 -0
  542. package/web/.next/server/chunks/ssr/_6a252f90._.js +3 -0
  543. package/web/.next/server/chunks/ssr/_6a252f90._.js.map +1 -0
  544. package/web/.next/server/chunks/ssr/_6b254164._.js +1 -1
  545. package/web/.next/server/chunks/ssr/_6b254164._.js.map +1 -1
  546. package/web/.next/server/chunks/ssr/_6cc2c4f7._.js +3 -0
  547. package/web/.next/server/chunks/ssr/_6cc2c4f7._.js.map +1 -0
  548. package/web/.next/server/chunks/ssr/_6cc4c05b._.js +3 -0
  549. package/web/.next/server/chunks/ssr/_6cc4c05b._.js.map +1 -0
  550. package/web/.next/server/chunks/ssr/_6fd324a3._.js +3 -0
  551. package/web/.next/server/chunks/ssr/_6fd324a3._.js.map +1 -0
  552. package/web/.next/server/chunks/ssr/{_82baa7c1._.js → _828a0b9c._.js} +2 -2
  553. package/web/.next/server/chunks/ssr/{_82baa7c1._.js.map → _828a0b9c._.js.map} +1 -1
  554. package/web/.next/server/chunks/ssr/_8757ce67._.js +4 -0
  555. package/web/.next/server/chunks/ssr/_8757ce67._.js.map +1 -0
  556. package/web/.next/server/chunks/ssr/_8e101e0b._.js +12 -12
  557. package/web/.next/server/chunks/ssr/_8e101e0b._.js.map +1 -1
  558. package/web/.next/server/chunks/ssr/_93002ccf._.js +3 -0
  559. package/web/.next/server/chunks/ssr/_93002ccf._.js.map +1 -0
  560. package/web/.next/server/chunks/ssr/_9f191a54._.js +3 -0
  561. package/web/.next/server/chunks/ssr/_9f191a54._.js.map +1 -0
  562. package/web/.next/server/chunks/ssr/_d6ba4d64._.js +3 -0
  563. package/web/.next/server/chunks/ssr/_d6ba4d64._.js.map +1 -0
  564. package/web/.next/server/chunks/ssr/_e225a49c._.js +3 -0
  565. package/web/.next/server/chunks/ssr/_e225a49c._.js.map +1 -0
  566. package/web/.next/server/chunks/ssr/_e28c6144._.js +3 -0
  567. package/web/.next/server/chunks/ssr/_e28c6144._.js.map +1 -0
  568. package/web/.next/server/chunks/ssr/_e65abbd1._.js +3 -0
  569. package/web/.next/server/chunks/ssr/_e65abbd1._.js.map +1 -0
  570. package/web/.next/server/chunks/ssr/_ebd74417._.js +9 -0
  571. package/web/.next/server/chunks/ssr/_ebd74417._.js.map +1 -0
  572. package/web/.next/server/chunks/ssr/{_750b8cfe._.js → _f39276bf._.js} +2 -2
  573. package/web/.next/server/chunks/ssr/{_750b8cfe._.js.map → _f39276bf._.js.map} +1 -1
  574. package/web/.next/server/chunks/ssr/_f86fc1bf._.js +1 -1
  575. package/web/.next/server/chunks/ssr/_f86fc1bf._.js.map +1 -1
  576. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
  577. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
  578. package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
  579. package/web/.next/server/chunks/ssr/node_modules__pnpm_1300ae39._.js +3 -0
  580. package/web/.next/server/chunks/ssr/node_modules__pnpm_1300ae39._.js.map +1 -0
  581. package/web/.next/server/chunks/ssr/node_modules__pnpm_28388798._.js +3 -0
  582. package/web/.next/server/chunks/ssr/node_modules__pnpm_28388798._.js.map +1 -0
  583. package/web/.next/server/chunks/ssr/{_72cc0c05._.js → node_modules__pnpm_632deb2b._.js} +2 -2
  584. package/web/.next/server/chunks/ssr/node_modules__pnpm_632deb2b._.js.map +1 -0
  585. package/web/.next/server/chunks/ssr/src_presentation_web_47181610._.js +1 -1
  586. package/web/.next/server/chunks/ssr/src_presentation_web_47181610._.js.map +1 -1
  587. package/web/.next/server/chunks/ssr/src_presentation_web_5d3f4199._.js +1 -1
  588. package/web/.next/server/chunks/ssr/src_presentation_web_5d3f4199._.js.map +1 -1
  589. package/web/.next/server/chunks/ssr/src_presentation_web_6159fef8._.js +1 -1
  590. package/web/.next/server/chunks/ssr/src_presentation_web_6159fef8._.js.map +1 -1
  591. package/web/.next/server/chunks/ssr/src_presentation_web_61d96ba8._.js +1 -1
  592. package/web/.next/server/chunks/ssr/src_presentation_web_61d96ba8._.js.map +1 -1
  593. package/web/.next/server/chunks/ssr/src_presentation_web_6994959a._.js +1 -1
  594. package/web/.next/server/chunks/ssr/src_presentation_web_6994959a._.js.map +1 -1
  595. package/web/.next/server/chunks/ssr/src_presentation_web_77dadf68._.js +3 -3
  596. package/web/.next/server/chunks/ssr/src_presentation_web_77dadf68._.js.map +1 -1
  597. package/web/.next/server/chunks/ssr/src_presentation_web_9a543843._.js +1 -1
  598. package/web/.next/server/chunks/ssr/src_presentation_web_9a543843._.js.map +1 -1
  599. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_c3f6f57e.js +1 -1
  600. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_c3f6f57e.js.map +1 -1
  601. package/web/.next/server/chunks/ssr/src_presentation_web_ad42cc73._.js +1 -1
  602. package/web/.next/server/chunks/ssr/src_presentation_web_ad42cc73._.js.map +1 -1
  603. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_8514dfcd._.js +3 -3
  604. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_8514dfcd._.js.map +1 -1
  605. package/web/.next/server/chunks/ssr/src_presentation_web_b95ed206._.js +1 -1
  606. package/web/.next/server/chunks/ssr/src_presentation_web_b95ed206._.js.map +1 -1
  607. package/web/.next/server/chunks/ssr/src_presentation_web_bade80bd._.js +1 -1
  608. package/web/.next/server/chunks/ssr/src_presentation_web_bade80bd._.js.map +1 -1
  609. package/web/.next/server/chunks/ssr/src_presentation_web_c543cf3e._.js +1 -1
  610. package/web/.next/server/chunks/ssr/src_presentation_web_c543cf3e._.js.map +1 -1
  611. package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js +1 -1
  612. package/web/.next/server/chunks/ssr/src_presentation_web_components_895e5bfa._.js.map +1 -1
  613. package/web/.next/server/chunks/ssr/src_presentation_web_components_common_base-drawer_base-drawer_tsx_97dfbbc8._.js +1 -1
  614. package/web/.next/server/chunks/ssr/src_presentation_web_components_common_base-drawer_base-drawer_tsx_97dfbbc8._.js.map +1 -1
  615. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js +1 -1
  616. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_skills_8a174cac._.js.map +1 -1
  617. package/web/.next/server/chunks/ssr/{_bb8735f7._.js → src_presentation_web_components_ui_dropdown-menu_tsx_229332e3._.js} +2 -2
  618. package/web/.next/server/chunks/ssr/src_presentation_web_components_ui_dropdown-menu_tsx_229332e3._.js.map +1 -0
  619. package/web/.next/server/chunks/ssr/translations_1562ae1a._.js +1 -1
  620. package/web/.next/server/chunks/ssr/translations_1562ae1a._.js.map +1 -1
  621. package/web/.next/server/pages/500.html +2 -2
  622. package/web/.next/server/server-reference-manifest.js +1 -1
  623. package/web/.next/server/server-reference-manifest.json +165 -86
  624. package/web/.next/static/chunks/{113f38481fc14902.js → 08fd591b02975483.js} +12 -12
  625. package/web/.next/static/chunks/{74d3f880029b266f.js → 0b974caf7e3c6fea.js} +1 -1
  626. package/web/.next/static/chunks/116e8d2a69619e48.js +1 -0
  627. package/web/.next/static/chunks/1b72915af68bd327.js +1 -0
  628. package/web/.next/static/chunks/{e0f33f0d6cb8cf21.js → 1f2f77dd2f63f257.js} +1 -1
  629. package/web/.next/static/chunks/3031618bf02ecd26.js +1 -0
  630. package/web/.next/static/chunks/{d770f7a879b2f43a.js → 3caa2489e09df522.js} +1 -1
  631. package/web/.next/static/chunks/463c8dd86ed296c9.js +1 -0
  632. package/web/.next/static/chunks/{6bac882ad18c881c.js → 534c414bd5e096af.js} +2 -2
  633. package/web/.next/static/chunks/59e96a965c1cc25b.js +7 -0
  634. package/web/.next/static/chunks/5a2f5a3c29c6c3dd.js +1 -0
  635. package/web/.next/static/chunks/616760ae36cf397f.js +1 -0
  636. package/web/.next/static/chunks/{6512133101a3eb85.js → 6aa8cfb9a0673778.js} +3 -3
  637. package/web/.next/static/chunks/772f87225f881091.css +1 -0
  638. package/web/.next/static/chunks/854d1bb6e05cadeb.js +1 -0
  639. package/web/.next/static/chunks/86ce4c6dcb228907.js +1 -0
  640. package/web/.next/static/chunks/86e9d633379e74e8.js +5 -0
  641. package/web/.next/static/chunks/88aa4f96ec9e8349.js +1 -0
  642. package/web/.next/static/chunks/{7f25b508e717b00c.js → a3ea2afcbac5ac67.js} +1 -1
  643. package/web/.next/static/chunks/{270528435203323f.js → b58faaa9802033ff.js} +1 -1
  644. package/web/.next/static/chunks/b9102b4bbe2f64f9.js +1 -0
  645. package/web/.next/static/chunks/b944b65ad181b84d.js +1 -0
  646. package/web/.next/static/chunks/c77489661f071f47.js +1 -0
  647. package/web/.next/static/chunks/cadb8f07b3c1e864.js +1 -0
  648. package/web/.next/static/chunks/d3224741c62e8767.js +1 -0
  649. package/web/.next/static/chunks/d51b987a73d58809.js +1 -0
  650. package/web/.next/static/chunks/e99459f76df95a70.js +1 -0
  651. package/web/.next/static/chunks/{9c4c03206c46abd2.js → f318341087d1415a.js} +1 -1
  652. package/web/.next/static/chunks/f76f1155e5d0d296.js +1 -0
  653. package/web/.next/static/chunks/fc5dbf92b25edf22.js +1 -0
  654. package/apis/json-schema/CloudDeploymentProvider.yaml +0 -10
  655. package/apis/json-schema/CloudDeploymentStatus.yaml +0 -11
  656. package/apis/json-schema/InteractiveSessionEventType.yaml +0 -9
  657. package/dist/packages/core/src/application/ports/output/agents/agent-session-repository-registry.interface.d.ts +0 -23
  658. package/dist/packages/core/src/application/ports/output/agents/agent-session-repository-registry.interface.d.ts.map +0 -1
  659. package/dist/packages/core/src/application/ports/output/agents/agent-session-repository-registry.interface.js +0 -12
  660. package/dist/packages/core/src/application/ports/output/repositories/cloud-provider-tokens.repository.interface.d.ts +0 -29
  661. package/dist/packages/core/src/application/ports/output/repositories/cloud-provider-tokens.repository.interface.d.ts.map +0 -1
  662. package/dist/packages/core/src/application/ports/output/repositories/cloud-provider-tokens.repository.interface.js +0 -9
  663. package/dist/packages/core/src/application/ports/output/services/attachment-storage.interface.d.ts +0 -31
  664. package/dist/packages/core/src/application/ports/output/services/attachment-storage.interface.d.ts.map +0 -1
  665. package/dist/packages/core/src/application/ports/output/services/attachment-storage.interface.js +0 -9
  666. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-event-bus.interface.d.ts +0 -23
  667. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-event-bus.interface.d.ts.map +0 -1
  668. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-event-bus.interface.js +0 -8
  669. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-provider-registry.interface.d.ts +0 -30
  670. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-provider-registry.interface.d.ts.map +0 -1
  671. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-provider-registry.interface.js +0 -9
  672. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-provider.interface.d.ts +0 -54
  673. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-provider.interface.d.ts.map +0 -1
  674. package/dist/packages/core/src/application/ports/output/services/cloud-deployment-provider.interface.js +0 -10
  675. package/dist/packages/core/src/application/ports/output/services/conflict-resolution.interface.d.ts +0 -36
  676. package/dist/packages/core/src/application/ports/output/services/conflict-resolution.interface.d.ts.map +0 -1
  677. package/dist/packages/core/src/application/ports/output/services/conflict-resolution.interface.js +0 -8
  678. package/dist/packages/core/src/application/ports/output/services/git-commit.service.interface.d.ts +0 -47
  679. package/dist/packages/core/src/application/ports/output/services/git-commit.service.interface.d.ts.map +0 -1
  680. package/dist/packages/core/src/application/ports/output/services/git-commit.service.interface.js +0 -19
  681. package/dist/packages/core/src/application/ports/output/services/git-remote.service.interface.d.ts +0 -41
  682. package/dist/packages/core/src/application/ports/output/services/git-remote.service.interface.d.ts.map +0 -1
  683. package/dist/packages/core/src/application/ports/output/services/git-remote.service.interface.js +0 -18
  684. package/dist/packages/core/src/application/ports/output/services/logger.interface.d.ts +0 -14
  685. package/dist/packages/core/src/application/ports/output/services/logger.interface.d.ts.map +0 -1
  686. package/dist/packages/core/src/application/ports/output/services/logger.interface.js +0 -8
  687. package/dist/packages/core/src/application/ports/output/services/node-helpers.interface.d.ts +0 -28
  688. package/dist/packages/core/src/application/ports/output/services/node-helpers.interface.d.ts.map +0 -1
  689. package/dist/packages/core/src/application/ports/output/services/node-helpers.interface.js +0 -8
  690. package/dist/packages/core/src/application/ports/output/services/phase-timing-context.interface.d.ts +0 -25
  691. package/dist/packages/core/src/application/ports/output/services/phase-timing-context.interface.d.ts.map +0 -1
  692. package/dist/packages/core/src/application/ports/output/services/phase-timing-context.interface.js +0 -9
  693. package/dist/packages/core/src/application/ports/output/services/process-liveness.interface.d.ts +0 -20
  694. package/dist/packages/core/src/application/ports/output/services/process-liveness.interface.d.ts.map +0 -1
  695. package/dist/packages/core/src/application/ports/output/services/process-liveness.interface.js +0 -12
  696. package/dist/packages/core/src/application/ports/output/services/spec-artifact-parser.interface.d.ts +0 -37
  697. package/dist/packages/core/src/application/ports/output/services/spec-artifact-parser.interface.d.ts.map +0 -1
  698. package/dist/packages/core/src/application/ports/output/services/spec-artifact-parser.interface.js +0 -14
  699. package/dist/packages/core/src/application/ports/output/services/tool-metadata-provider.interface.d.ts +0 -85
  700. package/dist/packages/core/src/application/ports/output/services/tool-metadata-provider.interface.d.ts.map +0 -1
  701. package/dist/packages/core/src/application/ports/output/services/tool-metadata-provider.interface.js +0 -9
  702. package/dist/packages/core/src/application/ports/output/services/worktree-path-provider.interface.d.ts +0 -22
  703. package/dist/packages/core/src/application/ports/output/services/worktree-path-provider.interface.d.ts.map +0 -1
  704. package/dist/packages/core/src/application/ports/output/services/worktree-path-provider.interface.js +0 -9
  705. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-feature-deltas.d.ts +0 -19
  706. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-feature-deltas.d.ts.map +0 -1
  707. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-feature-deltas.js +0 -74
  708. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-phase-completion-deltas.d.ts +0 -17
  709. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-phase-completion-deltas.d.ts.map +0 -1
  710. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-phase-completion-deltas.js +0 -31
  711. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-pr-deltas.d.ts +0 -18
  712. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-pr-deltas.d.ts.map +0 -1
  713. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-pr-deltas.js +0 -43
  714. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-session-deltas.d.ts +0 -20
  715. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-session-deltas.d.ts.map +0 -1
  716. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-session-deltas.js +0 -51
  717. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-status-deltas.d.ts +0 -22
  718. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-status-deltas.d.ts.map +0 -1
  719. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/compute-status-deltas.js +0 -59
  720. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/stream-agent-events.types.d.ts +0 -73
  721. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/stream-agent-events.types.d.ts.map +0 -1
  722. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events/stream-agent-events.types.js +0 -63
  723. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events.use-case.d.ts +0 -79
  724. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events.use-case.d.ts.map +0 -1
  725. package/dist/packages/core/src/application/use-cases/agents/stream-agent-events.use-case.js +0 -291
  726. package/dist/packages/core/src/application/use-cases/applications/application-creation.workflow.d.ts.map +0 -1
  727. package/dist/packages/core/src/application/use-cases/applications/commit-and-push-application-changes.use-case.d.ts +0 -22
  728. package/dist/packages/core/src/application/use-cases/applications/commit-and-push-application-changes.use-case.d.ts.map +0 -1
  729. package/dist/packages/core/src/application/use-cases/applications/commit-and-push-application-changes.use-case.js +0 -63
  730. package/dist/packages/core/src/application/use-cases/applications/commit-application-changes.use-case.d.ts +0 -21
  731. package/dist/packages/core/src/application/use-cases/applications/commit-application-changes.use-case.d.ts.map +0 -1
  732. package/dist/packages/core/src/application/use-cases/applications/commit-application-changes.use-case.js +0 -61
  733. package/dist/packages/core/src/application/use-cases/cloud-deploy/connect-cloud-provider.use-case.d.ts +0 -14
  734. package/dist/packages/core/src/application/use-cases/cloud-deploy/connect-cloud-provider.use-case.d.ts.map +0 -1
  735. package/dist/packages/core/src/application/use-cases/cloud-deploy/connect-cloud-provider.use-case.js +0 -38
  736. package/dist/packages/core/src/application/use-cases/cloud-deploy/create-git-remote.use-case.d.ts +0 -12
  737. package/dist/packages/core/src/application/use-cases/cloud-deploy/create-git-remote.use-case.d.ts.map +0 -1
  738. package/dist/packages/core/src/application/use-cases/cloud-deploy/create-git-remote.use-case.js +0 -41
  739. package/dist/packages/core/src/application/use-cases/cloud-deploy/ensure-gh-authenticated.use-case.d.ts +0 -9
  740. package/dist/packages/core/src/application/use-cases/cloud-deploy/ensure-gh-authenticated.use-case.d.ts.map +0 -1
  741. package/dist/packages/core/src/application/use-cases/cloud-deploy/get-cloud-deployment-status.use-case.d.ts +0 -17
  742. package/dist/packages/core/src/application/use-cases/cloud-deploy/get-cloud-deployment-status.use-case.d.ts.map +0 -1
  743. package/dist/packages/core/src/application/use-cases/cloud-deploy/get-cloud-deployment-status.use-case.js +0 -44
  744. package/dist/packages/core/src/application/use-cases/cloud-deploy/initiate-cloud-deployment.use-case.d.ts +0 -27
  745. package/dist/packages/core/src/application/use-cases/cloud-deploy/initiate-cloud-deployment.use-case.d.ts.map +0 -1
  746. package/dist/packages/core/src/application/use-cases/cloud-deploy/initiate-cloud-deployment.use-case.js +0 -120
  747. package/dist/packages/core/src/application/use-cases/cloud-deploy/list-cloud-providers.use-case.d.ts +0 -16
  748. package/dist/packages/core/src/application/use-cases/cloud-deploy/list-cloud-providers.use-case.d.ts.map +0 -1
  749. package/dist/packages/core/src/application/use-cases/cloud-deploy/list-cloud-providers.use-case.js +0 -38
  750. package/dist/packages/core/src/application/use-cases/cloud-deploy/select-cloud-provider.use-case.d.ts +0 -12
  751. package/dist/packages/core/src/application/use-cases/cloud-deploy/select-cloud-provider.use-case.d.ts.map +0 -1
  752. package/dist/packages/core/src/application/use-cases/deployments/start-application-deployment.use-case.d.ts +0 -48
  753. package/dist/packages/core/src/application/use-cases/deployments/start-application-deployment.use-case.d.ts.map +0 -1
  754. package/dist/packages/core/src/application/use-cases/deployments/start-application-deployment.use-case.js +0 -99
  755. package/dist/packages/core/src/domain/errors/application-not-found.error.d.ts +0 -12
  756. package/dist/packages/core/src/domain/errors/application-not-found.error.d.ts.map +0 -1
  757. package/dist/packages/core/src/domain/errors/application-not-found.error.js +0 -16
  758. package/dist/packages/core/src/domain/errors/application-not-ready.error.d.ts +0 -12
  759. package/dist/packages/core/src/domain/errors/application-not-ready.error.d.ts.map +0 -1
  760. package/dist/packages/core/src/domain/errors/application-not-ready.error.js +0 -16
  761. package/dist/packages/core/src/domain/errors/application-repository-not-on-disk.error.d.ts +0 -15
  762. package/dist/packages/core/src/domain/errors/application-repository-not-on-disk.error.d.ts.map +0 -1
  763. package/dist/packages/core/src/domain/errors/application-repository-not-on-disk.error.js +0 -20
  764. package/dist/packages/core/src/domain/errors/build-output-not-found.error.d.ts +0 -13
  765. package/dist/packages/core/src/domain/errors/build-output-not-found.error.d.ts.map +0 -1
  766. package/dist/packages/core/src/domain/errors/build-output-not-found.error.js +0 -17
  767. package/dist/packages/core/src/domain/errors/cannot-deploy-self.error.d.ts +0 -14
  768. package/dist/packages/core/src/domain/errors/cannot-deploy-self.error.d.ts.map +0 -1
  769. package/dist/packages/core/src/domain/errors/cannot-deploy-self.error.js +0 -18
  770. package/dist/packages/core/src/domain/errors/cloud-provider-not-connected.error.d.ts +0 -12
  771. package/dist/packages/core/src/domain/errors/cloud-provider-not-connected.error.d.ts.map +0 -1
  772. package/dist/packages/core/src/domain/errors/cloud-provider-not-connected.error.js +0 -16
  773. package/dist/packages/core/src/domain/errors/no-provider-selected.error.d.ts +0 -13
  774. package/dist/packages/core/src/domain/errors/no-provider-selected.error.d.ts.map +0 -1
  775. package/dist/packages/core/src/domain/errors/no-provider-selected.error.js +0 -17
  776. package/dist/packages/core/src/domain/errors/provider-not-implemented.error.d.ts +0 -12
  777. package/dist/packages/core/src/domain/errors/provider-not-implemented.error.d.ts.map +0 -1
  778. package/dist/packages/core/src/domain/errors/provider-not-implemented.error.js +0 -16
  779. package/dist/packages/core/src/domain/shared/feature-id.d.ts +0 -25
  780. package/dist/packages/core/src/domain/shared/feature-id.d.ts.map +0 -1
  781. package/dist/packages/core/src/domain/shared/feature-id.js +0 -33
  782. package/dist/packages/core/src/domain/shared/normalize-path.d.ts +0 -21
  783. package/dist/packages/core/src/domain/shared/normalize-path.d.ts.map +0 -1
  784. package/dist/packages/core/src/domain/shared/normalize-path.js +0 -29
  785. package/dist/packages/core/src/domain/shared/sdlc-lifecycle-mapping.d.ts +0 -25
  786. package/dist/packages/core/src/domain/shared/sdlc-lifecycle-mapping.d.ts.map +0 -1
  787. package/dist/packages/core/src/domain/shared/sdlc-lifecycle-mapping.js +0 -40
  788. package/dist/packages/core/src/infrastructure/di/modules/register-agents.d.ts +0 -8
  789. package/dist/packages/core/src/infrastructure/di/modules/register-agents.d.ts.map +0 -1
  790. package/dist/packages/core/src/infrastructure/di/modules/register-agents.js +0 -100
  791. package/dist/packages/core/src/infrastructure/di/modules/register-cloud-deploy.d.ts +0 -9
  792. package/dist/packages/core/src/infrastructure/di/modules/register-cloud-deploy.d.ts.map +0 -1
  793. package/dist/packages/core/src/infrastructure/di/modules/register-cloud-deploy.js +0 -82
  794. package/dist/packages/core/src/infrastructure/di/modules/register-deployment.d.ts +0 -7
  795. package/dist/packages/core/src/infrastructure/di/modules/register-deployment.d.ts.map +0 -1
  796. package/dist/packages/core/src/infrastructure/di/modules/register-deployment.js +0 -38
  797. package/dist/packages/core/src/infrastructure/di/modules/register-interactive.d.ts +0 -10
  798. package/dist/packages/core/src/infrastructure/di/modules/register-interactive.d.ts.map +0 -1
  799. package/dist/packages/core/src/infrastructure/di/modules/register-interactive.js +0 -41
  800. package/dist/packages/core/src/infrastructure/di/modules/register-repositories.d.ts +0 -8
  801. package/dist/packages/core/src/infrastructure/di/modules/register-repositories.d.ts.map +0 -1
  802. package/dist/packages/core/src/infrastructure/di/modules/register-repositories.js +0 -70
  803. package/dist/packages/core/src/infrastructure/di/modules/register-services.d.ts +0 -10
  804. package/dist/packages/core/src/infrastructure/di/modules/register-services.d.ts.map +0 -1
  805. package/dist/packages/core/src/infrastructure/di/modules/register-services.js +0 -113
  806. package/dist/packages/core/src/infrastructure/di/modules/register-tools.d.ts +0 -7
  807. package/dist/packages/core/src/infrastructure/di/modules/register-tools.d.ts.map +0 -1
  808. package/dist/packages/core/src/infrastructure/di/modules/register-tools.js +0 -16
  809. package/dist/packages/core/src/infrastructure/di/modules/register-use-cases.d.ts +0 -12
  810. package/dist/packages/core/src/infrastructure/di/modules/register-use-cases.d.ts.map +0 -1
  811. package/dist/packages/core/src/infrastructure/di/modules/register-use-cases.js +0 -327
  812. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/060-add-cloud-deploy-columns-to-applications.d.ts +0 -5
  813. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/060-add-cloud-deploy-columns-to-applications.d.ts.map +0 -1
  814. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/060-add-cloud-deploy-columns-to-applications.js +0 -36
  815. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/061-create-cloud-provider-tokens-table.d.ts +0 -5
  816. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/061-create-cloud-provider-tokens-table.d.ts.map +0 -1
  817. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations/061-create-cloud-provider-tokens-table.js +0 -20
  818. package/dist/packages/core/src/infrastructure/repositories/sqlite-cloud-provider-tokens.repository.d.ts +0 -20
  819. package/dist/packages/core/src/infrastructure/repositories/sqlite-cloud-provider-tokens.repository.d.ts.map +0 -1
  820. package/dist/packages/core/src/infrastructure/repositories/sqlite-cloud-provider-tokens.repository.js +0 -75
  821. package/dist/packages/core/src/infrastructure/services/agents/agent-session-repository.registry.d.ts +0 -30
  822. package/dist/packages/core/src/infrastructure/services/agents/agent-session-repository.registry.d.ts.map +0 -1
  823. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.adapter.d.ts +0 -14
  824. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.adapter.d.ts.map +0 -1
  825. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.adapter.js +0 -28
  826. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.adapter.d.ts +0 -14
  827. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.adapter.d.ts.map +0 -1
  828. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.adapter.js +0 -25
  829. package/dist/packages/core/src/infrastructure/services/cloud-deploy/aws-amplify.provider.stub.d.ts +0 -7
  830. package/dist/packages/core/src/infrastructure/services/cloud-deploy/aws-amplify.provider.stub.d.ts.map +0 -1
  831. package/dist/packages/core/src/infrastructure/services/cloud-deploy/aws-amplify.provider.stub.js +0 -17
  832. package/dist/packages/core/src/infrastructure/services/cloud-deploy/base-provider-stub.d.ts +0 -21
  833. package/dist/packages/core/src/infrastructure/services/cloud-deploy/base-provider-stub.d.ts.map +0 -1
  834. package/dist/packages/core/src/infrastructure/services/cloud-deploy/base-provider-stub.js +0 -22
  835. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloud-deployment-errors.d.ts +0 -24
  836. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloud-deployment-errors.d.ts.map +0 -1
  837. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloud-deployment-errors.js +0 -25
  838. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloud-deployment-provider.registry.d.ts +0 -19
  839. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloud-deployment-provider.registry.d.ts.map +0 -1
  840. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloud-deployment-provider.registry.js +0 -48
  841. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloudflare-pages.provider.d.ts +0 -52
  842. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloudflare-pages.provider.d.ts.map +0 -1
  843. package/dist/packages/core/src/infrastructure/services/cloud-deploy/cloudflare-pages.provider.js +0 -208
  844. package/dist/packages/core/src/infrastructure/services/cloud-deploy/gcp-cloud-run.provider.stub.d.ts +0 -7
  845. package/dist/packages/core/src/infrastructure/services/cloud-deploy/gcp-cloud-run.provider.stub.d.ts.map +0 -1
  846. package/dist/packages/core/src/infrastructure/services/cloud-deploy/gcp-cloud-run.provider.stub.js +0 -17
  847. package/dist/packages/core/src/infrastructure/services/cloud-deploy/netlify.provider.stub.d.ts +0 -7
  848. package/dist/packages/core/src/infrastructure/services/cloud-deploy/netlify.provider.stub.d.ts.map +0 -1
  849. package/dist/packages/core/src/infrastructure/services/cloud-deploy/netlify.provider.stub.js +0 -17
  850. package/dist/packages/core/src/infrastructure/services/cloud-deploy/vercel.provider.stub.d.ts +0 -7
  851. package/dist/packages/core/src/infrastructure/services/cloud-deploy/vercel.provider.stub.d.ts.map +0 -1
  852. package/dist/packages/core/src/infrastructure/services/cloud-deploy/vercel.provider.stub.js +0 -17
  853. package/dist/packages/core/src/infrastructure/services/crypto/local-secret-box.d.ts +0 -29
  854. package/dist/packages/core/src/infrastructure/services/crypto/local-secret-box.d.ts.map +0 -1
  855. package/dist/packages/core/src/infrastructure/services/crypto/local-secret-box.js +0 -48
  856. package/dist/packages/core/src/infrastructure/services/crypto/secret-key-file.d.ts +0 -23
  857. package/dist/packages/core/src/infrastructure/services/crypto/secret-key-file.d.ts.map +0 -1
  858. package/dist/packages/core/src/infrastructure/services/crypto/secret-key-file.js +0 -46
  859. package/dist/packages/core/src/infrastructure/services/events/in-memory-cloud-deployment-event-bus.d.ts +0 -14
  860. package/dist/packages/core/src/infrastructure/services/events/in-memory-cloud-deployment-event-bus.d.ts.map +0 -1
  861. package/dist/packages/core/src/infrastructure/services/events/in-memory-cloud-deployment-event-bus.js +0 -37
  862. package/dist/packages/core/src/infrastructure/services/git/git-commit.service.d.ts +0 -20
  863. package/dist/packages/core/src/infrastructure/services/git/git-commit.service.d.ts.map +0 -1
  864. package/dist/packages/core/src/infrastructure/services/git/git-commit.service.js +0 -99
  865. package/dist/packages/core/src/infrastructure/services/git/git-remote.service.d.ts +0 -23
  866. package/dist/packages/core/src/infrastructure/services/git/git-remote.service.d.ts.map +0 -1
  867. package/dist/packages/core/src/infrastructure/services/git/git-remote.service.js +0 -131
  868. package/dist/packages/core/src/infrastructure/services/ide-launchers/worktree-path.provider.d.ts +0 -12
  869. package/dist/packages/core/src/infrastructure/services/ide-launchers/worktree-path.provider.d.ts.map +0 -1
  870. package/dist/packages/core/src/infrastructure/services/ide-launchers/worktree-path.provider.js +0 -24
  871. package/dist/packages/core/src/infrastructure/services/logging/console-logger.d.ts +0 -14
  872. package/dist/packages/core/src/infrastructure/services/logging/console-logger.d.ts.map +0 -1
  873. package/dist/packages/core/src/infrastructure/services/logging/console-logger.js +0 -53
  874. package/dist/packages/core/src/infrastructure/services/process/process-liveness.adapter.d.ts +0 -11
  875. package/dist/packages/core/src/infrastructure/services/process/process-liveness.adapter.d.ts.map +0 -1
  876. package/dist/packages/core/src/infrastructure/services/process/process-liveness.adapter.js +0 -23
  877. package/dist/packages/core/src/infrastructure/services/spec/spec-yaml-parser.service.d.ts +0 -24
  878. package/dist/packages/core/src/infrastructure/services/spec/spec-yaml-parser.service.d.ts.map +0 -1
  879. package/dist/packages/core/src/infrastructure/services/spec/spec-yaml-parser.service.js +0 -124
  880. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.provider.d.ts +0 -17
  881. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.provider.d.ts.map +0 -1
  882. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.provider.js +0 -31
  883. package/dist/src/presentation/cli/commands/app/cloud-providers/connect.command.d.ts +0 -10
  884. package/dist/src/presentation/cli/commands/app/cloud-providers/connect.command.d.ts.map +0 -1
  885. package/dist/src/presentation/cli/commands/app/cloud-providers/connect.command.js +0 -62
  886. package/dist/src/presentation/cli/commands/app/cloud-providers/github-login.command.d.ts +0 -10
  887. package/dist/src/presentation/cli/commands/app/cloud-providers/github-login.command.d.ts.map +0 -1
  888. package/dist/src/presentation/cli/commands/app/cloud-providers/github-login.command.js +0 -52
  889. package/dist/src/presentation/cli/commands/app/cloud-providers/index.d.ts +0 -10
  890. package/dist/src/presentation/cli/commands/app/cloud-providers/index.d.ts.map +0 -1
  891. package/dist/src/presentation/cli/commands/app/cloud-providers/index.js +0 -18
  892. package/dist/src/presentation/cli/commands/app/cloud-providers/ls.command.d.ts +0 -8
  893. package/dist/src/presentation/cli/commands/app/cloud-providers/ls.command.d.ts.map +0 -1
  894. package/dist/src/presentation/cli/commands/app/cloud-providers/ls.command.js +0 -40
  895. package/dist/src/presentation/cli/commands/app/deploy/index.d.ts +0 -8
  896. package/dist/src/presentation/cli/commands/app/deploy/index.d.ts.map +0 -1
  897. package/dist/src/presentation/cli/commands/app/deploy/index.js +0 -14
  898. package/dist/src/presentation/cli/commands/app/deploy/initiate.command.d.ts +0 -10
  899. package/dist/src/presentation/cli/commands/app/deploy/initiate.command.d.ts.map +0 -1
  900. package/dist/src/presentation/cli/commands/app/deploy/initiate.command.js +0 -86
  901. package/dist/src/presentation/cli/commands/app/deploy/status.command.d.ts +0 -8
  902. package/dist/src/presentation/cli/commands/app/deploy/status.command.d.ts.map +0 -1
  903. package/dist/src/presentation/cli/commands/app/deploy/status.command.js +0 -49
  904. package/dist/src/presentation/cli/commands/app/git/create-remote.command.d.ts +0 -10
  905. package/dist/src/presentation/cli/commands/app/git/create-remote.command.d.ts.map +0 -1
  906. package/dist/src/presentation/cli/commands/app/git/create-remote.command.js +0 -49
  907. package/dist/src/presentation/cli/commands/app/git/index.d.ts +0 -9
  908. package/dist/src/presentation/cli/commands/app/git/index.d.ts.map +0 -1
  909. package/dist/src/presentation/cli/commands/app/git/index.js +0 -13
  910. package/dist/src/presentation/web/app/actions/applications/commit-and-push-application-changes.d.ts +0 -11
  911. package/dist/src/presentation/web/app/actions/applications/commit-and-push-application-changes.d.ts.map +0 -1
  912. package/dist/src/presentation/web/app/actions/applications/commit-and-push-application-changes.js +0 -22
  913. package/dist/src/presentation/web/app/actions/applications/commit-application-changes.d.ts +0 -10
  914. package/dist/src/presentation/web/app/actions/applications/commit-application-changes.d.ts.map +0 -1
  915. package/dist/src/presentation/web/app/actions/applications/commit-application-changes.js +0 -22
  916. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/initiate/route.d.ts +0 -19
  917. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/initiate/route.d.ts.map +0 -1
  918. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/initiate/route.js +0 -43
  919. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/select-provider/route.d.ts +0 -16
  920. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/select-provider/route.d.ts.map +0 -1
  921. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/select-provider/route.js +0 -35
  922. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/status/route.d.ts +0 -16
  923. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/status/route.d.ts.map +0 -1
  924. package/dist/src/presentation/web/app/api/applications/[id]/cloud-deploy/status/route.js +0 -23
  925. package/dist/src/presentation/web/app/api/applications/[id]/git/create-remote/route.d.ts +0 -20
  926. package/dist/src/presentation/web/app/api/applications/[id]/git/create-remote/route.d.ts.map +0 -1
  927. package/dist/src/presentation/web/app/api/applications/[id]/git/create-remote/route.js +0 -31
  928. package/dist/src/presentation/web/app/api/cloud-providers/[provider]/connect/route.d.ts +0 -18
  929. package/dist/src/presentation/web/app/api/cloud-providers/[provider]/connect/route.d.ts.map +0 -1
  930. package/dist/src/presentation/web/app/api/cloud-providers/[provider]/connect/route.js +0 -38
  931. package/dist/src/presentation/web/app/api/cloud-providers/github/auth-login/route.d.ts +0 -11
  932. package/dist/src/presentation/web/app/api/cloud-providers/github/auth-login/route.d.ts.map +0 -1
  933. package/dist/src/presentation/web/app/api/cloud-providers/github/auth-login/route.js +0 -24
  934. package/dist/src/presentation/web/app/api/cloud-providers/github/auth-status/route.d.ts +0 -9
  935. package/dist/src/presentation/web/app/api/cloud-providers/github/auth-status/route.d.ts.map +0 -1
  936. package/dist/src/presentation/web/app/api/cloud-providers/github/auth-status/route.js +0 -18
  937. package/dist/src/presentation/web/app/api/cloud-providers/route.d.ts +0 -10
  938. package/dist/src/presentation/web/app/api/cloud-providers/route.d.ts.map +0 -1
  939. package/dist/src/presentation/web/app/api/cloud-providers/route.js +0 -19
  940. package/dist/src/presentation/web/components/features/application-page/app-top-bar.d.ts +0 -27
  941. package/dist/src/presentation/web/components/features/application-page/app-top-bar.d.ts.map +0 -1
  942. package/dist/src/presentation/web/components/features/application-page/app-top-bar.js +0 -24
  943. package/dist/src/presentation/web/components/features/application-page/app-top-bar.stories.d.ts +0 -9
  944. package/dist/src/presentation/web/components/features/application-page/app-top-bar.stories.d.ts.map +0 -1
  945. package/dist/src/presentation/web/components/features/application-page/app-top-bar.stories.js +0 -79
  946. package/dist/src/presentation/web/components/features/application-page/application-page-loader.stories.d.ts +0 -8
  947. package/dist/src/presentation/web/components/features/application-page/application-page-loader.stories.d.ts.map +0 -1
  948. package/dist/src/presentation/web/components/features/application-page/application-page-loader.stories.js +0 -63
  949. package/dist/src/presentation/web/components/features/application-page/cloud-provider-icons.d.ts +0 -22
  950. package/dist/src/presentation/web/components/features/application-page/cloud-provider-icons.d.ts.map +0 -1
  951. package/dist/src/presentation/web/components/features/application-page/cloud-provider-icons.js +0 -28
  952. package/dist/src/presentation/web/components/features/application-page/connect-provider-modal.d.ts +0 -8
  953. package/dist/src/presentation/web/components/features/application-page/connect-provider-modal.d.ts.map +0 -1
  954. package/dist/src/presentation/web/components/features/application-page/connect-provider-modal.js +0 -61
  955. package/dist/src/presentation/web/components/features/application-page/connect-provider-modal.stories.d.ts +0 -10
  956. package/dist/src/presentation/web/components/features/application-page/connect-provider-modal.stories.d.ts.map +0 -1
  957. package/dist/src/presentation/web/components/features/application-page/connect-provider-modal.stories.js +0 -40
  958. package/dist/src/presentation/web/components/features/application-page/copy-prompt-button.d.ts +0 -5
  959. package/dist/src/presentation/web/components/features/application-page/copy-prompt-button.d.ts.map +0 -1
  960. package/dist/src/presentation/web/components/features/application-page/copy-prompt-button.js +0 -37
  961. package/dist/src/presentation/web/components/features/application-page/copy-prompt-button.stories.d.ts +0 -8
  962. package/dist/src/presentation/web/components/features/application-page/copy-prompt-button.stories.d.ts.map +0 -1
  963. package/dist/src/presentation/web/components/features/application-page/copy-prompt-button.stories.js +0 -13
  964. package/dist/src/presentation/web/components/features/application-page/create-github-repo-button.d.ts +0 -9
  965. package/dist/src/presentation/web/components/features/application-page/create-github-repo-button.d.ts.map +0 -1
  966. package/dist/src/presentation/web/components/features/application-page/create-github-repo-button.js +0 -85
  967. package/dist/src/presentation/web/components/features/application-page/create-github-repo-button.stories.d.ts +0 -9
  968. package/dist/src/presentation/web/components/features/application-page/create-github-repo-button.stories.d.ts.map +0 -1
  969. package/dist/src/presentation/web/components/features/application-page/create-github-repo-button.stories.js +0 -19
  970. package/dist/src/presentation/web/components/features/application-page/delete-button.d.ts +0 -6
  971. package/dist/src/presentation/web/components/features/application-page/delete-button.d.ts.map +0 -1
  972. package/dist/src/presentation/web/components/features/application-page/delete-button.js +0 -24
  973. package/dist/src/presentation/web/components/features/application-page/delete-button.stories.d.ts +0 -8
  974. package/dist/src/presentation/web/components/features/application-page/delete-button.stories.d.ts.map +0 -1
  975. package/dist/src/presentation/web/components/features/application-page/delete-button.stories.js +0 -16
  976. package/dist/src/presentation/web/components/features/application-page/deploy-button.d.ts +0 -8
  977. package/dist/src/presentation/web/components/features/application-page/deploy-button.d.ts.map +0 -1
  978. package/dist/src/presentation/web/components/features/application-page/deploy-button.js +0 -94
  979. package/dist/src/presentation/web/components/features/application-page/deploy-button.stories.d.ts +0 -11
  980. package/dist/src/presentation/web/components/features/application-page/deploy-button.stories.d.ts.map +0 -1
  981. package/dist/src/presentation/web/components/features/application-page/deploy-button.stories.js +0 -53
  982. package/dist/src/presentation/web/components/features/application-page/git-status-cluster.d.ts +0 -13
  983. package/dist/src/presentation/web/components/features/application-page/git-status-cluster.d.ts.map +0 -1
  984. package/dist/src/presentation/web/components/features/application-page/git-status-cluster.js +0 -113
  985. package/dist/src/presentation/web/components/features/application-page/git-status-cluster.stories.d.ts +0 -8
  986. package/dist/src/presentation/web/components/features/application-page/git-status-cluster.stories.d.ts.map +0 -1
  987. package/dist/src/presentation/web/components/features/application-page/git-status-cluster.stories.js +0 -19
  988. package/dist/src/presentation/web/components/features/application-page/path-cluster.d.ts +0 -6
  989. package/dist/src/presentation/web/components/features/application-page/path-cluster.d.ts.map +0 -1
  990. package/dist/src/presentation/web/components/features/application-page/path-cluster.js +0 -32
  991. package/dist/src/presentation/web/components/features/application-page/path-cluster.stories.d.ts +0 -8
  992. package/dist/src/presentation/web/components/features/application-page/path-cluster.stories.d.ts.map +0 -1
  993. package/dist/src/presentation/web/components/features/application-page/path-cluster.stories.js +0 -19
  994. package/dist/src/presentation/web/components/features/application-page/provider-dropdown.d.ts +0 -26
  995. package/dist/src/presentation/web/components/features/application-page/provider-dropdown.d.ts.map +0 -1
  996. package/dist/src/presentation/web/components/features/application-page/provider-dropdown.js +0 -30
  997. package/dist/src/presentation/web/components/features/application-page/provider-dropdown.stories.d.ts +0 -10
  998. package/dist/src/presentation/web/components/features/application-page/provider-dropdown.stories.d.ts.map +0 -1
  999. package/dist/src/presentation/web/components/features/application-page/provider-dropdown.stories.js +0 -80
  1000. package/dist/src/presentation/web/components/features/application-page/resizable-split.d.ts +0 -7
  1001. package/dist/src/presentation/web/components/features/application-page/resizable-split.d.ts.map +0 -1
  1002. package/dist/src/presentation/web/components/features/application-page/resizable-split.js +0 -30
  1003. package/dist/src/presentation/web/components/features/application-page/resizable-split.stories.d.ts +0 -8
  1004. package/dist/src/presentation/web/components/features/application-page/resizable-split.stories.d.ts.map +0 -1
  1005. package/dist/src/presentation/web/components/features/application-page/resizable-split.stories.js +0 -23
  1006. package/dist/src/presentation/web/components/features/application-page/run-dev-button.stories.d.ts +0 -12
  1007. package/dist/src/presentation/web/components/features/application-page/run-dev-button.stories.d.ts.map +0 -1
  1008. package/dist/src/presentation/web/components/features/application-page/run-dev-button.stories.js +0 -53
  1009. package/dist/src/presentation/web/components/features/application-page/session-chip.d.ts +0 -9
  1010. package/dist/src/presentation/web/components/features/application-page/session-chip.d.ts.map +0 -1
  1011. package/dist/src/presentation/web/components/features/application-page/session-chip.js +0 -38
  1012. package/dist/src/presentation/web/components/features/application-page/session-chip.stories.d.ts +0 -8
  1013. package/dist/src/presentation/web/components/features/application-page/session-chip.stories.d.ts.map +0 -1
  1014. package/dist/src/presentation/web/components/features/application-page/session-chip.stories.js +0 -16
  1015. package/dist/src/presentation/web/components/features/application-page/status-pill.d.ts +0 -8
  1016. package/dist/src/presentation/web/components/features/application-page/status-pill.d.ts.map +0 -1
  1017. package/dist/src/presentation/web/components/features/application-page/status-pill.js +0 -16
  1018. package/dist/src/presentation/web/components/features/application-page/status-pill.stories.d.ts +0 -8
  1019. package/dist/src/presentation/web/components/features/application-page/status-pill.stories.d.ts.map +0 -1
  1020. package/dist/src/presentation/web/components/features/application-page/status-pill.stories.js +0 -22
  1021. package/dist/src/presentation/web/components/features/application-page/terminal-tab.stories.d.ts +0 -15
  1022. package/dist/src/presentation/web/components/features/application-page/terminal-tab.stories.d.ts.map +0 -1
  1023. package/dist/src/presentation/web/components/features/application-page/terminal-tab.stories.js +0 -31
  1024. package/dist/src/presentation/web/components/features/application-page/use-dev-server-coordinator.d.ts +0 -14
  1025. package/dist/src/presentation/web/components/features/application-page/use-dev-server-coordinator.d.ts.map +0 -1
  1026. package/dist/src/presentation/web/components/features/application-page/use-dev-server-coordinator.js +0 -82
  1027. package/dist/src/presentation/web/components/features/application-page/view-body.d.ts +0 -17
  1028. package/dist/src/presentation/web/components/features/application-page/view-body.d.ts.map +0 -1
  1029. package/dist/src/presentation/web/components/features/application-page/view-body.js +0 -25
  1030. package/dist/src/presentation/web/components/features/application-page/view-body.stories.d.ts +0 -8
  1031. package/dist/src/presentation/web/components/features/application-page/view-body.stories.d.ts.map +0 -1
  1032. package/dist/src/presentation/web/components/features/application-page/view-body.stories.js +0 -42
  1033. package/dist/src/presentation/web/components/features/application-page/view-switcher.d.ts +0 -10
  1034. package/dist/src/presentation/web/components/features/application-page/view-switcher.d.ts.map +0 -1
  1035. package/dist/src/presentation/web/components/features/application-page/view-switcher.js +0 -18
  1036. package/dist/src/presentation/web/components/features/application-page/view-switcher.stories.d.ts +0 -8
  1037. package/dist/src/presentation/web/components/features/application-page/view-switcher.stories.d.ts.map +0 -1
  1038. package/dist/src/presentation/web/components/features/application-page/view-switcher.stories.js +0 -13
  1039. package/dist/src/presentation/web/components/features/application-page/web-preview-tab.stories.d.ts +0 -10
  1040. package/dist/src/presentation/web/components/features/application-page/web-preview-tab.stories.d.ts.map +0 -1
  1041. package/dist/src/presentation/web/components/features/application-page/web-preview-tab.stories.js +0 -49
  1042. package/dist/src/presentation/web/hooks/use-cloud-deploy-action.d.ts +0 -20
  1043. package/dist/src/presentation/web/hooks/use-cloud-deploy-action.d.ts.map +0 -1
  1044. package/dist/src/presentation/web/hooks/use-cloud-deploy-action.js +0 -120
  1045. package/web/.next/server/app/api/applications/[id]/cloud-deploy/initiate/route/app-paths-manifest.json +0 -3
  1046. package/web/.next/server/app/api/applications/[id]/cloud-deploy/initiate/route/build-manifest.json +0 -11
  1047. package/web/.next/server/app/api/applications/[id]/cloud-deploy/initiate/route/server-reference-manifest.json +0 -4
  1048. package/web/.next/server/app/api/applications/[id]/cloud-deploy/initiate/route.js +0 -7
  1049. package/web/.next/server/app/api/applications/[id]/cloud-deploy/initiate/route.js.nft.json +0 -1
  1050. package/web/.next/server/app/api/applications/[id]/cloud-deploy/initiate/route_client-reference-manifest.js +0 -2
  1051. package/web/.next/server/app/api/applications/[id]/cloud-deploy/select-provider/route/app-paths-manifest.json +0 -3
  1052. package/web/.next/server/app/api/applications/[id]/cloud-deploy/select-provider/route/build-manifest.json +0 -11
  1053. package/web/.next/server/app/api/applications/[id]/cloud-deploy/select-provider/route/server-reference-manifest.json +0 -4
  1054. package/web/.next/server/app/api/applications/[id]/cloud-deploy/select-provider/route.js +0 -7
  1055. package/web/.next/server/app/api/applications/[id]/cloud-deploy/select-provider/route.js.map +0 -5
  1056. package/web/.next/server/app/api/applications/[id]/cloud-deploy/select-provider/route.js.nft.json +0 -1
  1057. package/web/.next/server/app/api/applications/[id]/cloud-deploy/select-provider/route_client-reference-manifest.js +0 -2
  1058. package/web/.next/server/app/api/applications/[id]/cloud-deploy/status/route/app-paths-manifest.json +0 -3
  1059. package/web/.next/server/app/api/applications/[id]/cloud-deploy/status/route/build-manifest.json +0 -11
  1060. package/web/.next/server/app/api/applications/[id]/cloud-deploy/status/route/server-reference-manifest.json +0 -4
  1061. package/web/.next/server/app/api/applications/[id]/cloud-deploy/status/route.js +0 -7
  1062. package/web/.next/server/app/api/applications/[id]/cloud-deploy/status/route.js.map +0 -5
  1063. package/web/.next/server/app/api/applications/[id]/cloud-deploy/status/route.js.nft.json +0 -1
  1064. package/web/.next/server/app/api/applications/[id]/cloud-deploy/status/route_client-reference-manifest.js +0 -2
  1065. package/web/.next/server/app/api/applications/[id]/git/create-remote/route/app-paths-manifest.json +0 -3
  1066. package/web/.next/server/app/api/applications/[id]/git/create-remote/route/build-manifest.json +0 -11
  1067. package/web/.next/server/app/api/applications/[id]/git/create-remote/route/server-reference-manifest.json +0 -4
  1068. package/web/.next/server/app/api/applications/[id]/git/create-remote/route.js +0 -7
  1069. package/web/.next/server/app/api/applications/[id]/git/create-remote/route.js.map +0 -5
  1070. package/web/.next/server/app/api/applications/[id]/git/create-remote/route.js.nft.json +0 -1
  1071. package/web/.next/server/app/api/applications/[id]/git/create-remote/route_client-reference-manifest.js +0 -2
  1072. package/web/.next/server/app/api/cloud-providers/[provider]/connect/route/app-paths-manifest.json +0 -3
  1073. package/web/.next/server/app/api/cloud-providers/[provider]/connect/route/build-manifest.json +0 -11
  1074. package/web/.next/server/app/api/cloud-providers/[provider]/connect/route/server-reference-manifest.json +0 -4
  1075. package/web/.next/server/app/api/cloud-providers/[provider]/connect/route.js +0 -7
  1076. package/web/.next/server/app/api/cloud-providers/[provider]/connect/route.js.map +0 -5
  1077. package/web/.next/server/app/api/cloud-providers/[provider]/connect/route.js.nft.json +0 -1
  1078. package/web/.next/server/app/api/cloud-providers/[provider]/connect/route_client-reference-manifest.js +0 -2
  1079. package/web/.next/server/app/api/cloud-providers/github/auth-login/route/app-paths-manifest.json +0 -3
  1080. package/web/.next/server/app/api/cloud-providers/github/auth-login/route/build-manifest.json +0 -11
  1081. package/web/.next/server/app/api/cloud-providers/github/auth-login/route/server-reference-manifest.json +0 -4
  1082. package/web/.next/server/app/api/cloud-providers/github/auth-login/route.js +0 -7
  1083. package/web/.next/server/app/api/cloud-providers/github/auth-login/route.js.map +0 -5
  1084. package/web/.next/server/app/api/cloud-providers/github/auth-login/route.js.nft.json +0 -1
  1085. package/web/.next/server/app/api/cloud-providers/github/auth-login/route_client-reference-manifest.js +0 -2
  1086. package/web/.next/server/app/api/cloud-providers/github/auth-status/route/app-paths-manifest.json +0 -3
  1087. package/web/.next/server/app/api/cloud-providers/github/auth-status/route/build-manifest.json +0 -11
  1088. package/web/.next/server/app/api/cloud-providers/github/auth-status/route/server-reference-manifest.json +0 -4
  1089. package/web/.next/server/app/api/cloud-providers/github/auth-status/route.js +0 -7
  1090. package/web/.next/server/app/api/cloud-providers/github/auth-status/route.js.map +0 -5
  1091. package/web/.next/server/app/api/cloud-providers/github/auth-status/route.js.nft.json +0 -1
  1092. package/web/.next/server/app/api/cloud-providers/github/auth-status/route_client-reference-manifest.js +0 -2
  1093. package/web/.next/server/app/api/cloud-providers/route/app-paths-manifest.json +0 -3
  1094. package/web/.next/server/app/api/cloud-providers/route/build-manifest.json +0 -11
  1095. package/web/.next/server/app/api/cloud-providers/route/server-reference-manifest.json +0 -4
  1096. package/web/.next/server/app/api/cloud-providers/route.js +0 -7
  1097. package/web/.next/server/app/api/cloud-providers/route.js.map +0 -5
  1098. package/web/.next/server/app/api/cloud-providers/route.js.nft.json +0 -1
  1099. package/web/.next/server/app/api/cloud-providers/route_client-reference-manifest.js +0 -2
  1100. package/web/.next/server/chunks/20c8b_app_api_applications_[id]_cloud-deploy_select-provider_route_actions_0b41b3f7.js +0 -3
  1101. package/web/.next/server/chunks/20c8b_app_api_applications_[id]_cloud-deploy_select-provider_route_actions_0b41b3f7.js.map +0 -1
  1102. package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_cloud-providers_route_actions_b29d775a.js +0 -3
  1103. package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_cloud-providers_route_actions_b29d775a.js.map +0 -1
  1104. package/web/.next/server/chunks/8ba4b_server_app_api_applications_[id]_cloud-deploy_initiate_route_actions_b4867bc6.js +0 -3
  1105. package/web/.next/server/chunks/8ba4b_server_app_api_applications_[id]_cloud-deploy_initiate_route_actions_b4867bc6.js.map +0 -1
  1106. package/web/.next/server/chunks/8ba4b_server_app_api_applications_[id]_cloud-deploy_status_route_actions_9a3b876b.js +0 -3
  1107. package/web/.next/server/chunks/8ba4b_server_app_api_applications_[id]_cloud-deploy_status_route_actions_9a3b876b.js.map +0 -1
  1108. package/web/.next/server/chunks/8ba4b_server_app_api_applications_[id]_git_create-remote_route_actions_41c42379.js +0 -3
  1109. package/web/.next/server/chunks/8ba4b_server_app_api_applications_[id]_git_create-remote_route_actions_41c42379.js.map +0 -1
  1110. package/web/.next/server/chunks/8ba4b_server_app_api_cloud-providers_[provider]_connect_route_actions_a0ca54c4.js +0 -3
  1111. package/web/.next/server/chunks/8ba4b_server_app_api_cloud-providers_[provider]_connect_route_actions_a0ca54c4.js.map +0 -1
  1112. package/web/.next/server/chunks/8ba4b_server_app_api_cloud-providers_github_auth-login_route_actions_7bef847d.js +0 -3
  1113. package/web/.next/server/chunks/8ba4b_server_app_api_cloud-providers_github_auth-login_route_actions_7bef847d.js.map +0 -1
  1114. package/web/.next/server/chunks/8ba4b_server_app_api_cloud-providers_github_auth-status_route_actions_8cdaeffc.js +0 -3
  1115. package/web/.next/server/chunks/8ba4b_server_app_api_cloud-providers_github_auth-status_route_actions_8cdaeffc.js.map +0 -1
  1116. package/web/.next/server/chunks/[root-of-the-server]__2c15d675._.js +0 -3
  1117. package/web/.next/server/chunks/[root-of-the-server]__2c15d675._.js.map +0 -1
  1118. package/web/.next/server/chunks/[root-of-the-server]__3b3b8980._.js +0 -9
  1119. package/web/.next/server/chunks/[root-of-the-server]__3b3b8980._.js.map +0 -1
  1120. package/web/.next/server/chunks/[root-of-the-server]__631f5bbe._.js +0 -3
  1121. package/web/.next/server/chunks/[root-of-the-server]__631f5bbe._.js.map +0 -1
  1122. package/web/.next/server/chunks/[root-of-the-server]__770c0c09._.js +0 -3
  1123. package/web/.next/server/chunks/[root-of-the-server]__770c0c09._.js.map +0 -1
  1124. package/web/.next/server/chunks/[root-of-the-server]__83e9501d._.js +0 -3
  1125. package/web/.next/server/chunks/[root-of-the-server]__83e9501d._.js.map +0 -1
  1126. package/web/.next/server/chunks/[root-of-the-server]__9017bfe4._.js +0 -3
  1127. package/web/.next/server/chunks/[root-of-the-server]__9017bfe4._.js.map +0 -1
  1128. package/web/.next/server/chunks/[root-of-the-server]__90eb0e51._.js +0 -3
  1129. package/web/.next/server/chunks/[root-of-the-server]__90eb0e51._.js.map +0 -1
  1130. package/web/.next/server/chunks/[root-of-the-server]__9bf8eb9d._.js +0 -3
  1131. package/web/.next/server/chunks/[root-of-the-server]__9bf8eb9d._.js.map +0 -1
  1132. package/web/.next/server/chunks/[root-of-the-server]__b78eeb4f._.js +0 -3
  1133. package/web/.next/server/chunks/[root-of-the-server]__b78eeb4f._.js.map +0 -1
  1134. package/web/.next/server/chunks/[root-of-the-server]__cac531cb._.js +0 -3
  1135. package/web/.next/server/chunks/[root-of-the-server]__cac531cb._.js.map +0 -1
  1136. package/web/.next/server/chunks/[root-of-the-server]__e7e98696._.js +0 -3
  1137. package/web/.next/server/chunks/[root-of-the-server]__e7e98696._.js.map +0 -1
  1138. package/web/.next/server/chunks/ssr/[root-of-the-server]__01559f4c._.js +0 -3
  1139. package/web/.next/server/chunks/ssr/[root-of-the-server]__01559f4c._.js.map +0 -1
  1140. package/web/.next/server/chunks/ssr/[root-of-the-server]__0f0865b6._.js +0 -3
  1141. package/web/.next/server/chunks/ssr/[root-of-the-server]__0f0865b6._.js.map +0 -1
  1142. package/web/.next/server/chunks/ssr/[root-of-the-server]__494cf0fb._.js.map +0 -1
  1143. package/web/.next/server/chunks/ssr/[root-of-the-server]__78e103c3._.js +0 -3
  1144. package/web/.next/server/chunks/ssr/[root-of-the-server]__78e103c3._.js.map +0 -1
  1145. package/web/.next/server/chunks/ssr/_15173081._.js +0 -3
  1146. package/web/.next/server/chunks/ssr/_15173081._.js.map +0 -1
  1147. package/web/.next/server/chunks/ssr/_1da7af78._.js +0 -3
  1148. package/web/.next/server/chunks/ssr/_1da7af78._.js.map +0 -1
  1149. package/web/.next/server/chunks/ssr/_22d60ea8._.js +0 -3
  1150. package/web/.next/server/chunks/ssr/_22d60ea8._.js.map +0 -1
  1151. package/web/.next/server/chunks/ssr/_28d8fc85._.js +0 -3
  1152. package/web/.next/server/chunks/ssr/_28d8fc85._.js.map +0 -1
  1153. package/web/.next/server/chunks/ssr/_35b56ded._.js +0 -3
  1154. package/web/.next/server/chunks/ssr/_35b56ded._.js.map +0 -1
  1155. package/web/.next/server/chunks/ssr/_4b57bcc3._.js +0 -9
  1156. package/web/.next/server/chunks/ssr/_4b57bcc3._.js.map +0 -1
  1157. package/web/.next/server/chunks/ssr/_5b868d9b._.js +0 -3
  1158. package/web/.next/server/chunks/ssr/_5b868d9b._.js.map +0 -1
  1159. package/web/.next/server/chunks/ssr/_5bf2415e._.js.map +0 -1
  1160. package/web/.next/server/chunks/ssr/_6401fcb4._.js +0 -3
  1161. package/web/.next/server/chunks/ssr/_6401fcb4._.js.map +0 -1
  1162. package/web/.next/server/chunks/ssr/_66d02826._.js +0 -3
  1163. package/web/.next/server/chunks/ssr/_66d02826._.js.map +0 -1
  1164. package/web/.next/server/chunks/ssr/_68befcc0._.js +0 -3
  1165. package/web/.next/server/chunks/ssr/_68befcc0._.js.map +0 -1
  1166. package/web/.next/server/chunks/ssr/_72cc0c05._.js.map +0 -1
  1167. package/web/.next/server/chunks/ssr/_82c47cc2._.js +0 -3
  1168. package/web/.next/server/chunks/ssr/_82c47cc2._.js.map +0 -1
  1169. package/web/.next/server/chunks/ssr/_bb8735f7._.js.map +0 -1
  1170. package/web/.next/server/chunks/ssr/_e9a4c41e._.js +0 -3
  1171. package/web/.next/server/chunks/ssr/_e9a4c41e._.js.map +0 -1
  1172. package/web/.next/server/chunks/ssr/_ef697bcb._.js +0 -3
  1173. package/web/.next/server/chunks/ssr/_ef697bcb._.js.map +0 -1
  1174. package/web/.next/server/chunks/ssr/node_modules__pnpm_03825509._.js +0 -3
  1175. package/web/.next/server/chunks/ssr/node_modules__pnpm_03825509._.js.map +0 -1
  1176. package/web/.next/server/chunks/ssr/node_modules__pnpm_747b43ac._.js +0 -3
  1177. package/web/.next/server/chunks/ssr/node_modules__pnpm_747b43ac._.js.map +0 -1
  1178. package/web/.next/server/chunks/ssr/node_modules__pnpm_b4a5d907._.js +0 -3
  1179. package/web/.next/server/chunks/ssr/node_modules__pnpm_b4a5d907._.js.map +0 -1
  1180. package/web/.next/static/chunks/0412f29f896ee09c.js +0 -1
  1181. package/web/.next/static/chunks/0b7fc927918d27b7.js +0 -1
  1182. package/web/.next/static/chunks/0de93c756f719ec3.js +0 -1
  1183. package/web/.next/static/chunks/19327577e3a31a12.js +0 -1
  1184. package/web/.next/static/chunks/21122562afc22707.js +0 -1
  1185. package/web/.next/static/chunks/4f09cbb36f0ee7bc.js +0 -1
  1186. package/web/.next/static/chunks/4fdc8e750df8ca80.js +0 -1
  1187. package/web/.next/static/chunks/544aff2bfab6627d.js +0 -1
  1188. package/web/.next/static/chunks/5a686ebc9fc2add1.js +0 -1
  1189. package/web/.next/static/chunks/63b0b9bd3d9e77c1.js +0 -1
  1190. package/web/.next/static/chunks/693bac34da5f5767.js +0 -1
  1191. package/web/.next/static/chunks/6a7d6f15d3366b65.js +0 -1
  1192. package/web/.next/static/chunks/6d56af6ae0a033a6.js +0 -5
  1193. package/web/.next/static/chunks/8a44ba83aaeb4b83.js +0 -1
  1194. package/web/.next/static/chunks/9b34d8c773ee0165.js +0 -1
  1195. package/web/.next/static/chunks/abe2a450d1e2f77d.js +0 -1
  1196. package/web/.next/static/chunks/b7c8bf8006038a6c.js +0 -1
  1197. package/web/.next/static/chunks/c6011887cf4bc18e.js +0 -1
  1198. package/web/.next/static/chunks/c7659438d8afcb6b.js +0 -1
  1199. package/web/.next/static/chunks/d9ca1010cff1e77d.css +0 -1
  1200. package/web/.next/static/chunks/f7677be24e542028.js +0 -7
  1201. package/web/.next/static/chunks/fb0dc8b38808eaae.js +0 -1
  1202. /package/dist/packages/core/src/application/{use-cases/applications → workflows}/application-creation.workflow.d.ts +0 -0
  1203. /package/dist/packages/core/src/application/{use-cases/applications → workflows}/application-creation.workflow.js +0 -0
  1204. /package/web/.next/server/app/{api/applications/[id]/cloud-deploy/initiate/route.js.map → plugins/page.js.map} +0 -0
  1205. /package/web/.next/server/chunks/{[root-of-the-server]__582ebd78._.js.map → [root-of-the-server]__0702fed9._.js.map} +0 -0
  1206. /package/web/.next/server/chunks/{[root-of-the-server]__76a92098._.js.map → [root-of-the-server]__88c71186._.js.map} +0 -0
  1207. /package/web/.next/server/chunks/{[root-of-the-server]__7de24eaf._.js.map → [root-of-the-server]__8b6abaa3._.js.map} +0 -0
  1208. /package/web/.next/server/chunks/{[root-of-the-server]__1133b25d._.js.map → [root-of-the-server]__dbb420e4._.js.map} +0 -0
  1209. /package/web/.next/static/{FRWpPK0Bg6IM4rVnqge0Z → H1ozIesERGbwQQ6nOO8UC}/_buildManifest.js +0 -0
  1210. /package/web/.next/static/{FRWpPK0Bg6IM4rVnqge0Z → H1ozIesERGbwQQ6nOO8UC}/_clientMiddlewareManifest.json +0 -0
  1211. /package/web/.next/static/{FRWpPK0Bg6IM4rVnqge0Z → H1ozIesERGbwQQ6nOO8UC}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../../node_modules/.pnpm/next%4016.1.6_%40babel%2Bcore%407.29.0_%40opentelemetry%2Bapi%401.9.0_%40playwright%2Btest%401.58.1_react-d_d9c18bd661a1e9b7c9abe9bc5eac27bd/node_modules/next/dist/esm/build/templates/app-page.js%3Fpage%3D/plugins/page"],"sourcesContent":["const __TURBOPACK__layout__$23$0__ = () => require(\"MODULE_0\");\n\nconst __TURBOPACK__not$2d$found__$23$1__ = () => require(\"MODULE_1\");\n\nconst __TURBOPACK__forbidden__$23$2__ = () => require(\"MODULE_2\");\n\nconst __TURBOPACK__unauthorized__$23$3__ = () => require(\"MODULE_3\");\n\nconst __TURBOPACK__global$2d$error__$23$4__ = () => require(\"MODULE_4\");\n\nconst __TURBOPACK__page__$23$5__ = () => require(\"MODULE_5\");\n\nimport { AppPageRouteModule } from \"next/dist/esm/server/route-modules/app-page/module.compiled\" with {\n 'turbopack-transition': 'next-ssr'\n};\nimport { RouteKind } from \"next/dist/esm/server/route-kind\" with {\n 'turbopack-transition': 'next-server-utility'\n};\nimport { getRevalidateReason } from \"next/dist/esm/server/instrumentation/utils\";\nimport { getTracer, SpanKind } from \"next/dist/esm/server/lib/trace/tracer\";\nimport { addRequestMeta, getRequestMeta } from \"next/dist/esm/server/request-meta\";\nimport { BaseServerSpan } from \"next/dist/esm/server/lib/trace/constants\";\nimport { interopDefault } from \"next/dist/esm/server/app-render/interop-default\";\nimport { stripFlightHeaders } from \"next/dist/esm/server/app-render/strip-flight-headers\";\nimport { NodeNextRequest, NodeNextResponse } from \"next/dist/esm/server/base-http/node\";\nimport { checkIsAppPPREnabled } from \"next/dist/esm/server/lib/experimental/ppr\";\nimport { getFallbackRouteParams, createOpaqueFallbackRouteParams } from \"next/dist/esm/server/request/fallback-params\";\nimport { setManifestsSingleton } from \"next/dist/esm/server/app-render/manifests-singleton\";\nimport { isHtmlBotRequest, shouldServeStreamingMetadata } from \"next/dist/esm/server/lib/streaming-metadata\";\nimport { normalizeAppPath } from \"next/dist/esm/shared/lib/router/utils/app-paths\";\nimport { getIsPossibleServerAction } from \"next/dist/esm/server/lib/server-action-request-meta\";\nimport { RSC_HEADER, NEXT_ROUTER_PREFETCH_HEADER, NEXT_IS_PRERENDER_HEADER, NEXT_DID_POSTPONE_HEADER, RSC_CONTENT_TYPE_HEADER } from \"next/dist/esm/client/components/app-router-headers\";\nimport { getBotType, isBot } from \"next/dist/esm/shared/lib/router/utils/is-bot\";\nimport { CachedRouteKind, IncrementalCacheKind } from \"next/dist/esm/server/response-cache\";\nimport { FallbackMode, parseFallbackField } from \"next/dist/esm/lib/fallback\";\nimport RenderResult from \"next/dist/esm/server/render-result\";\nimport { CACHE_ONE_YEAR, HTML_CONTENT_TYPE_HEADER, NEXT_CACHE_TAGS_HEADER, NEXT_RESUME_HEADER } from \"next/dist/esm/lib/constants\";\nimport { ENCODED_TAGS } from \"next/dist/esm/server/stream-utils/encoded-tags\";\nimport { sendRenderResult } from \"next/dist/esm/server/send-payload\";\nimport { NoFallbackError } from \"next/dist/esm/shared/lib/no-fallback-error.external\";\nimport { parseMaxPostponedStateSize } from \"next/dist/esm/shared/lib/size-limit\";\n// We inject the tree and pages here so that we can use them in the route\n// module.\nconst tree = [\"\", {\n\"children\": [\"plugins\", {\n\"children\": [\"__PAGE__\", {\n}, {\n metadata: { }, \"page\": [__TURBOPACK__page__$23$5__, \"[project]/src/presentation/web/app/plugins/page.tsx\"],\n}],\n}, {\n metadata: { },}],\n}, {\n \"layout\": [__TURBOPACK__layout__$23$0__, \"[project]/src/presentation/web/app/layout.tsx\"],\n \"not-found\": [__TURBOPACK__not$2d$found__$23$1__, \"[project]/src/presentation/web/app/not-found.tsx\"],\n \"forbidden\": [__TURBOPACK__forbidden__$23$2__, \"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@opentelemetry+api@1.9.0_@playwright+test@1.58.1_react-d_d9c18bd661a1e9b7c9abe9bc5eac27bd/node_modules/next/dist/client/components/builtin/forbidden.js\"],\n \"unauthorized\": [__TURBOPACK__unauthorized__$23$3__, \"[project]/node_modules/.pnpm/next@16.1.6_@babel+core@7.29.0_@opentelemetry+api@1.9.0_@playwright+test@1.58.1_react-d_d9c18bd661a1e9b7c9abe9bc5eac27bd/node_modules/next/dist/client/components/builtin/unauthorized.js\"],\n \"global-error\": [__TURBOPACK__global$2d$error__$23$4__, \"[project]/src/presentation/web/app/global-error.tsx\"],\n}]\nimport GlobalError from \"GLOBAL_ERROR_MODULE\" with {\n 'turbopack-transition': 'next-server-utility'\n};\nexport { GlobalError };\nconst __next_app_require__ = __turbopack_context__.r.bind(__turbopack_context__)\nconst __next_app_load_chunk__ = __turbopack_context__.l.bind(__turbopack_context__)\nexport const __next_app__ = {\n require: __next_app_require__,\n loadChunk: __next_app_load_chunk__\n};\nimport * as entryBase from \"next/dist/esm/server/app-render/entry-base\" with {\n 'turbopack-transition': 'next-server-utility'\n};\nimport { RedirectStatusCode } from \"next/dist/esm/client/components/redirect-status-code\";\nimport { InvariantError } from \"next/dist/esm/shared/lib/invariant-error\";\nimport { scheduleOnNextTick } from \"next/dist/esm/lib/scheduler\";\nimport { isInterceptionRouteAppPath } from \"next/dist/esm/shared/lib/router/utils/interception-routes\";\nexport * from \"next/dist/esm/server/app-render/entry-base\" with {\n 'turbopack-transition': 'next-server-utility'\n};\n// Create and export the route module that will be consumed.\nexport const routeModule = new AppPageRouteModule({\n definition: {\n kind: RouteKind.APP_PAGE,\n page: \"/plugins/page\",\n pathname: \"/plugins\",\n // The following aren't used in production.\n bundlePath: '',\n filename: '',\n appPaths: []\n },\n userland: {\n loaderTree: tree\n },\n distDir: process.env.__NEXT_RELATIVE_DIST_DIR || '',\n relativeProjectDir: process.env.__NEXT_RELATIVE_PROJECT_DIR || ''\n});\nexport async function handler(req, res, ctx) {\n var _this;\n if (routeModule.isDev) {\n addRequestMeta(req, 'devRequestTimingInternalsEnd', process.hrtime.bigint());\n }\n const isMinimalMode = Boolean(process.env.MINIMAL_MODE || getRequestMeta(req, 'minimalMode'));\n let srcPage = \"/plugins/page\";\n // turbopack doesn't normalize `/index` in the page name\n // so we need to to process dynamic routes properly\n // TODO: fix turbopack providing differing value from webpack\n if (process.env.TURBOPACK) {\n srcPage = srcPage.replace(/\\/index$/, '') || '/';\n } else if (srcPage === '/index') {\n // we always normalize /index specifically\n srcPage = '/';\n }\n const multiZoneDraftMode = process.env.__NEXT_MULTI_ZONE_DRAFT_MODE;\n const prepareResult = await routeModule.prepare(req, res, {\n srcPage,\n multiZoneDraftMode\n });\n if (!prepareResult) {\n res.statusCode = 400;\n res.end('Bad Request');\n ctx.waitUntil == null ? void 0 : ctx.waitUntil.call(ctx, Promise.resolve());\n return null;\n }\n const { buildId, query, params, pageIsDynamic, buildManifest, nextFontManifest, reactLoadableManifest, serverActionsManifest, clientReferenceManifest, subresourceIntegrityManifest, prerenderManifest, isDraftMode, resolvedPathname, revalidateOnlyGenerated, routerServerContext, nextConfig, parsedUrl, interceptionRoutePatterns, deploymentId } = prepareResult;\n const normalizedSrcPage = normalizeAppPath(srcPage);\n let { isOnDemandRevalidate } = prepareResult;\n // We use the resolvedPathname instead of the parsedUrl.pathname because it\n // is not rewritten as resolvedPathname is. This will ensure that the correct\n // prerender info is used instead of using the original pathname as the\n // source. If however PPR is enabled and cacheComponents is disabled, we\n // treat the pathname as dynamic. Currently, there's a bug in the PPR\n // implementation that incorrectly leaves %%drp placeholders in the output of\n // parallel routes. This is addressed with cacheComponents.\n const prerenderInfo = nextConfig.experimental.ppr && !nextConfig.cacheComponents && isInterceptionRouteAppPath(resolvedPathname) ? null : routeModule.match(resolvedPathname, prerenderManifest);\n const isPrerendered = !!prerenderManifest.routes[resolvedPathname];\n const userAgent = req.headers['user-agent'] || '';\n const botType = getBotType(userAgent);\n const isHtmlBot = isHtmlBotRequest(req);\n /**\n * If true, this indicates that the request being made is for an app\n * prefetch request.\n */ const isPrefetchRSCRequest = getRequestMeta(req, 'isPrefetchRSCRequest') ?? req.headers[NEXT_ROUTER_PREFETCH_HEADER] === '1' // exclude runtime prefetches, which use '2'\n ;\n // NOTE: Don't delete headers[RSC] yet, it still needs to be used in renderToHTML later\n const isRSCRequest = getRequestMeta(req, 'isRSCRequest') ?? Boolean(req.headers[RSC_HEADER]);\n const isPossibleServerAction = getIsPossibleServerAction(req);\n /**\n * If the route being rendered is an app page, and the ppr feature has been\n * enabled, then the given route _could_ support PPR.\n */ const couldSupportPPR = checkIsAppPPREnabled(nextConfig.experimental.ppr);\n if (!getRequestMeta(req, 'postponed') && couldSupportPPR && req.headers[NEXT_RESUME_HEADER] === '1' && req.method === 'POST') {\n // Decode the postponed state from the request body, it will come as\n // an array of buffers, so collect them and then concat them to form\n // the string.\n const body = [];\n for await (const chunk of req){\n body.push(chunk);\n }\n const postponed = Buffer.concat(body).toString('utf8');\n addRequestMeta(req, 'postponed', postponed);\n }\n // When enabled, this will allow the use of the `?__nextppronly` query to\n // enable debugging of the static shell.\n const hasDebugStaticShellQuery = process.env.__NEXT_EXPERIMENTAL_STATIC_SHELL_DEBUGGING === '1' && typeof query.__nextppronly !== 'undefined' && couldSupportPPR;\n // When enabled, this will allow the use of the `?__nextppronly` query\n // to enable debugging of the fallback shell.\n const hasDebugFallbackShellQuery = hasDebugStaticShellQuery && query.__nextppronly === 'fallback';\n // This page supports PPR if it is marked as being `PARTIALLY_STATIC` in the\n // prerender manifest and this is an app page.\n const isRoutePPREnabled = couldSupportPPR && (((_this = prerenderManifest.routes[normalizedSrcPage] ?? prerenderManifest.dynamicRoutes[normalizedSrcPage]) == null ? void 0 : _this.renderingMode) === 'PARTIALLY_STATIC' || // Ideally we'd want to check the appConfig to see if this page has PPR\n // enabled or not, but that would require plumbing the appConfig through\n // to the server during development. We assume that the page supports it\n // but only during development.\n hasDebugStaticShellQuery && (routeModule.isDev === true || (routerServerContext == null ? void 0 : routerServerContext.experimentalTestProxy) === true));\n const isDebugStaticShell = hasDebugStaticShellQuery && isRoutePPREnabled;\n // We should enable debugging dynamic accesses when the static shell\n // debugging has been enabled and we're also in development mode.\n const isDebugDynamicAccesses = isDebugStaticShell && routeModule.isDev === true;\n const isDebugFallbackShell = hasDebugFallbackShellQuery && isRoutePPREnabled;\n // If we're in minimal mode, then try to get the postponed information from\n // the request metadata. If available, use it for resuming the postponed\n // render.\n const minimalPostponed = isRoutePPREnabled ? getRequestMeta(req, 'postponed') : undefined;\n // If PPR is enabled, and this is a RSC request (but not a prefetch), then\n // we can use this fact to only generate the flight data for the request\n // because we can't cache the HTML (as it's also dynamic).\n let isDynamicRSCRequest = isRoutePPREnabled && isRSCRequest && !isPrefetchRSCRequest;\n // During a PPR revalidation, the RSC request is not dynamic if we do not have the postponed data.\n // We only attach the postponed data during a resume. If there's no postponed data, then it must be a revalidation.\n // This is to ensure that we don't bypass the cache during a revalidation.\n if (isMinimalMode) {\n isDynamicRSCRequest = isDynamicRSCRequest && !!minimalPostponed;\n }\n // Need to read this before it's stripped by stripFlightHeaders. We don't\n // need to transfer it to the request meta because it's only read\n // within this function; the static segment data should have already been\n // generated, so we will always either return a static response or a 404.\n const segmentPrefetchHeader = getRequestMeta(req, 'segmentPrefetchRSCRequest');\n // TODO: investigate existing bug with shouldServeStreamingMetadata always\n // being true for a revalidate due to modifying the base-server this.renderOpts\n // when fixing this to correct logic it causes hydration issue since we set\n // serveStreamingMetadata to true during export\n const serveStreamingMetadata = isHtmlBot && isRoutePPREnabled ? false : !userAgent ? true : shouldServeStreamingMetadata(userAgent, nextConfig.htmlLimitedBots);\n const isSSG = Boolean((prerenderInfo || isPrerendered || prerenderManifest.routes[normalizedSrcPage]) && // If this is a html bot request and PPR is enabled, then we don't want\n // to serve a static response.\n !(isHtmlBot && isRoutePPREnabled));\n // When a page supports cacheComponents, we can support RDC for Navigations\n const supportsRDCForNavigations = isRoutePPREnabled && nextConfig.cacheComponents === true;\n // In development, we always want to generate dynamic HTML.\n const supportsDynamicResponse = // If we're in development, we always support dynamic HTML, unless it's\n // a data request, in which case we only produce static HTML.\n routeModule.isDev === true || // If this is not SSG or does not have static paths, then it supports\n // dynamic HTML.\n !isSSG || // If this request has provided postponed data, it supports dynamic\n // HTML.\n typeof minimalPostponed === 'string' || // If this handler supports onCacheEntryV2, then we can only support\n // dynamic responses if it's a dynamic RSC request and not in minimal mode. If it\n // doesn't support it we must fallback to the default behavior.\n (supportsRDCForNavigations && getRequestMeta(req, 'onCacheEntryV2') ? // which will generate the RDC for the route. When resuming a Dynamic\n // RSC request, we'll pass the minimal postponed data to the render\n // which will trigger the `supportsDynamicResponse` to be true.\n isDynamicRSCRequest && !isMinimalMode : isDynamicRSCRequest);\n // When html bots request PPR page, perform the full dynamic rendering.\n const shouldWaitOnAllReady = isHtmlBot && isRoutePPREnabled;\n let ssgCacheKey = null;\n if (!isDraftMode && isSSG && !supportsDynamicResponse && !isPossibleServerAction && !minimalPostponed && !isDynamicRSCRequest) {\n ssgCacheKey = resolvedPathname;\n }\n // the staticPathKey differs from ssgCacheKey since\n // ssgCacheKey is null in dev since we're always in \"dynamic\"\n // mode in dev to bypass the cache, but we still need to honor\n // dynamicParams = false in dev mode\n let staticPathKey = ssgCacheKey;\n if (!staticPathKey && routeModule.isDev) {\n staticPathKey = resolvedPathname;\n }\n // If this is a request for an app path that should be statically generated\n // and we aren't in the edge runtime, strip the flight headers so it will\n // generate the static response.\n if (!routeModule.isDev && !isDraftMode && isSSG && isRSCRequest && !isDynamicRSCRequest) {\n stripFlightHeaders(req.headers);\n }\n const ComponentMod = {\n ...entryBase,\n tree,\n GlobalError,\n handler,\n routeModule,\n __next_app__\n };\n // Before rendering (which initializes component tree modules), we have to\n // set the reference manifests to our global store so Server Action's\n // encryption util can access to them at the top level of the page module.\n if (serverActionsManifest && clientReferenceManifest) {\n setManifestsSingleton({\n page: srcPage,\n clientReferenceManifest,\n serverActionsManifest\n });\n }\n const method = req.method || 'GET';\n const tracer = getTracer();\n const activeSpan = tracer.getActiveScopeSpan();\n const render404 = async ()=>{\n // TODO: should route-module itself handle rendering the 404\n if (routerServerContext == null ? void 0 : routerServerContext.render404) {\n await routerServerContext.render404(req, res, parsedUrl, false);\n } else {\n res.end('This page could not be found');\n }\n return null;\n };\n try {\n const varyHeader = routeModule.getVaryHeader(resolvedPathname, interceptionRoutePatterns);\n res.setHeader('Vary', varyHeader);\n const invokeRouteModule = async (span, context)=>{\n const nextReq = new NodeNextRequest(req);\n const nextRes = new NodeNextResponse(res);\n return routeModule.render(nextReq, nextRes, context).finally(()=>{\n if (!span) return;\n span.setAttributes({\n 'http.status_code': res.statusCode,\n 'next.rsc': false\n });\n const rootSpanAttributes = tracer.getRootSpanAttributes();\n // We were unable to get attributes, probably OTEL is not enabled\n if (!rootSpanAttributes) {\n return;\n }\n if (rootSpanAttributes.get('next.span_type') !== BaseServerSpan.handleRequest) {\n console.warn(`Unexpected root span type '${rootSpanAttributes.get('next.span_type')}'. Please report this Next.js issue https://github.com/vercel/next.js`);\n return;\n }\n const route = rootSpanAttributes.get('next.route');\n if (route) {\n const name = `${method} ${route}`;\n span.setAttributes({\n 'next.route': route,\n 'http.route': route,\n 'next.span_name': name\n });\n span.updateName(name);\n } else {\n span.updateName(`${method} ${srcPage}`);\n }\n });\n };\n const incrementalCache = getRequestMeta(req, 'incrementalCache');\n const doRender = async ({ span, postponed, fallbackRouteParams, forceStaticRender })=>{\n const context = {\n query,\n params,\n page: normalizedSrcPage,\n sharedContext: {\n buildId\n },\n serverComponentsHmrCache: getRequestMeta(req, 'serverComponentsHmrCache'),\n fallbackRouteParams,\n renderOpts: {\n App: ()=>null,\n Document: ()=>null,\n pageConfig: {},\n ComponentMod,\n Component: interopDefault(ComponentMod),\n params,\n routeModule,\n page: srcPage,\n postponed,\n shouldWaitOnAllReady,\n serveStreamingMetadata,\n supportsDynamicResponse: typeof postponed === 'string' || supportsDynamicResponse,\n buildManifest,\n nextFontManifest,\n reactLoadableManifest,\n subresourceIntegrityManifest,\n setCacheStatus: routerServerContext == null ? void 0 : routerServerContext.setCacheStatus,\n setIsrStatus: routerServerContext == null ? void 0 : routerServerContext.setIsrStatus,\n setReactDebugChannel: routerServerContext == null ? void 0 : routerServerContext.setReactDebugChannel,\n sendErrorsToBrowser: routerServerContext == null ? void 0 : routerServerContext.sendErrorsToBrowser,\n dir: process.env.NEXT_RUNTIME === 'nodejs' ? require('path').join(/* turbopackIgnore: true */ process.cwd(), routeModule.relativeProjectDir) : `${process.cwd()}/${routeModule.relativeProjectDir}`,\n isDraftMode,\n botType,\n isOnDemandRevalidate,\n isPossibleServerAction,\n assetPrefix: nextConfig.assetPrefix,\n nextConfigOutput: nextConfig.output,\n crossOrigin: nextConfig.crossOrigin,\n trailingSlash: nextConfig.trailingSlash,\n images: nextConfig.images,\n previewProps: prerenderManifest.preview,\n deploymentId: deploymentId,\n enableTainting: nextConfig.experimental.taint,\n htmlLimitedBots: nextConfig.htmlLimitedBots,\n reactMaxHeadersLength: nextConfig.reactMaxHeadersLength,\n multiZoneDraftMode,\n incrementalCache,\n cacheLifeProfiles: nextConfig.cacheLife,\n basePath: nextConfig.basePath,\n serverActions: nextConfig.experimental.serverActions,\n ...isDebugStaticShell || isDebugDynamicAccesses || isDebugFallbackShell ? {\n nextExport: true,\n supportsDynamicResponse: false,\n isStaticGeneration: true,\n isDebugDynamicAccesses: isDebugDynamicAccesses\n } : {},\n cacheComponents: Boolean(nextConfig.cacheComponents),\n experimental: {\n isRoutePPREnabled,\n expireTime: nextConfig.expireTime,\n staleTimes: nextConfig.experimental.staleTimes,\n dynamicOnHover: Boolean(nextConfig.experimental.dynamicOnHover),\n inlineCss: Boolean(nextConfig.experimental.inlineCss),\n authInterrupts: Boolean(nextConfig.experimental.authInterrupts),\n clientTraceMetadata: nextConfig.experimental.clientTraceMetadata || [],\n clientParamParsingOrigins: nextConfig.experimental.clientParamParsingOrigins,\n maxPostponedStateSizeBytes: parseMaxPostponedStateSize(nextConfig.experimental.maxPostponedStateSize)\n },\n waitUntil: ctx.waitUntil,\n onClose: (cb)=>{\n res.on('close', cb);\n },\n onAfterTaskError: ()=>{},\n onInstrumentationRequestError: (error, _request, errorContext, silenceLog)=>routeModule.onRequestError(req, error, errorContext, silenceLog, routerServerContext),\n err: getRequestMeta(req, 'invokeError'),\n dev: routeModule.isDev\n }\n };\n if (isDebugStaticShell || isDebugDynamicAccesses) {\n context.renderOpts.nextExport = true;\n context.renderOpts.supportsDynamicResponse = false;\n context.renderOpts.isDebugDynamicAccesses = isDebugDynamicAccesses;\n }\n // When we're revalidating in the background, we should not allow dynamic\n // responses.\n if (forceStaticRender) {\n context.renderOpts.supportsDynamicResponse = false;\n }\n const result = await invokeRouteModule(span, context);\n const { metadata } = result;\n const { cacheControl, headers = {}, // Add any fetch tags that were on the page to the response headers.\n fetchTags: cacheTags, fetchMetrics } = metadata;\n if (cacheTags) {\n headers[NEXT_CACHE_TAGS_HEADER] = cacheTags;\n }\n // Pull any fetch metrics from the render onto the request.\n ;\n req.fetchMetrics = fetchMetrics;\n // we don't throw static to dynamic errors in dev as isSSG\n // is a best guess in dev since we don't have the prerender pass\n // to know whether the path is actually static or not\n if (isSSG && (cacheControl == null ? void 0 : cacheControl.revalidate) === 0 && !routeModule.isDev && !isRoutePPREnabled) {\n const staticBailoutInfo = metadata.staticBailoutInfo;\n const err = Object.defineProperty(new Error(`Page changed from static to dynamic at runtime ${resolvedPathname}${(staticBailoutInfo == null ? void 0 : staticBailoutInfo.description) ? `, reason: ${staticBailoutInfo.description}` : ``}` + `\\nsee more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`), \"__NEXT_ERROR_CODE\", {\n value: \"E132\",\n enumerable: false,\n configurable: true\n });\n if (staticBailoutInfo == null ? void 0 : staticBailoutInfo.stack) {\n const stack = staticBailoutInfo.stack;\n err.stack = err.message + stack.substring(stack.indexOf('\\n'));\n }\n throw err;\n }\n return {\n value: {\n kind: CachedRouteKind.APP_PAGE,\n html: result,\n headers,\n rscData: metadata.flightData,\n postponed: metadata.postponed,\n status: metadata.statusCode,\n segmentData: metadata.segmentData\n },\n cacheControl\n };\n };\n const responseGenerator = async ({ hasResolved, previousCacheEntry: previousIncrementalCacheEntry, isRevalidating, span, forceStaticRender = false })=>{\n const isProduction = routeModule.isDev === false;\n const didRespond = hasResolved || res.writableEnded;\n // skip on-demand revalidate if cache is not present and\n // revalidate-if-generated is set\n if (isOnDemandRevalidate && revalidateOnlyGenerated && !previousIncrementalCacheEntry && !isMinimalMode) {\n if (routerServerContext == null ? void 0 : routerServerContext.render404) {\n await routerServerContext.render404(req, res);\n } else {\n res.statusCode = 404;\n res.end('This page could not be found');\n }\n return null;\n }\n let fallbackMode;\n if (prerenderInfo) {\n fallbackMode = parseFallbackField(prerenderInfo.fallback);\n }\n // When serving a HTML bot request, we want to serve a blocking render and\n // not the prerendered page. This ensures that the correct content is served\n // to the bot in the head.\n if (fallbackMode === FallbackMode.PRERENDER && isBot(userAgent)) {\n if (!isRoutePPREnabled || isHtmlBot) {\n fallbackMode = FallbackMode.BLOCKING_STATIC_RENDER;\n }\n }\n if ((previousIncrementalCacheEntry == null ? void 0 : previousIncrementalCacheEntry.isStale) === -1) {\n isOnDemandRevalidate = true;\n }\n // TODO: adapt for PPR\n // only allow on-demand revalidate for fallback: true/blocking\n // or for prerendered fallback: false paths\n if (isOnDemandRevalidate && (fallbackMode !== FallbackMode.NOT_FOUND || previousIncrementalCacheEntry)) {\n fallbackMode = FallbackMode.BLOCKING_STATIC_RENDER;\n }\n if (!isMinimalMode && fallbackMode !== FallbackMode.BLOCKING_STATIC_RENDER && staticPathKey && !didRespond && !isDraftMode && pageIsDynamic && (isProduction || !isPrerendered)) {\n // if the page has dynamicParams: false and this pathname wasn't\n // prerendered trigger the no fallback handling\n if (// In development, fall through to render to handle missing\n // getStaticPaths.\n (isProduction || prerenderInfo) && // When fallback isn't present, abort this render so we 404\n fallbackMode === FallbackMode.NOT_FOUND) {\n if (nextConfig.experimental.adapterPath) {\n return await render404();\n }\n throw new NoFallbackError();\n }\n // When cacheComponents is enabled, we can use the fallback\n // response if the request is not a dynamic RSC request because the\n // RSC data when this feature flag is enabled does not contain any\n // param references. Without this feature flag enabled, the RSC data\n // contains param references, and therefore we can't use the fallback.\n if (isRoutePPREnabled && (nextConfig.cacheComponents ? !isDynamicRSCRequest : !isRSCRequest)) {\n const cacheKey = isProduction && typeof (prerenderInfo == null ? void 0 : prerenderInfo.fallback) === 'string' ? prerenderInfo.fallback : normalizedSrcPage;\n const fallbackRouteParams = // If we're in production and we have fallback route params, then we\n // can use the manifest fallback route params.\n isProduction && (prerenderInfo == null ? void 0 : prerenderInfo.fallbackRouteParams) ? createOpaqueFallbackRouteParams(prerenderInfo.fallbackRouteParams) : // have to manually generate the fallback route params.\n isDebugFallbackShell ? getFallbackRouteParams(normalizedSrcPage, routeModule) : null;\n // We use the response cache here to handle the revalidation and\n // management of the fallback shell.\n const fallbackResponse = await routeModule.handleResponse({\n cacheKey,\n req,\n nextConfig,\n routeKind: RouteKind.APP_PAGE,\n isFallback: true,\n prerenderManifest,\n isRoutePPREnabled,\n responseGenerator: async ()=>doRender({\n span,\n // We pass `undefined` as rendering a fallback isn't resumed\n // here.\n postponed: undefined,\n fallbackRouteParams,\n forceStaticRender: false\n }),\n waitUntil: ctx.waitUntil,\n isMinimalMode\n });\n // If the fallback response was set to null, then we should return null.\n if (fallbackResponse === null) return null;\n // Otherwise, if we did get a fallback response, we should return it.\n if (fallbackResponse) {\n // Remove the cache control from the response to prevent it from being\n // used in the surrounding cache.\n delete fallbackResponse.cacheControl;\n return fallbackResponse;\n }\n }\n }\n // Only requests that aren't revalidating can be resumed. If we have the\n // minimal postponed data, then we should resume the render with it.\n let postponed = !isOnDemandRevalidate && !isRevalidating && minimalPostponed ? minimalPostponed : undefined;\n // If this is a dynamic RSC request, we should use the postponed data from\n // the static render (if available). This ensures that we can utilize the\n // resume data cache (RDC) from the static render to ensure that the data\n // is consistent between the static and dynamic renders.\n if (// Only enable RDC for Navigations if the feature is enabled.\n supportsRDCForNavigations && process.env.NEXT_RUNTIME !== 'edge' && !isMinimalMode && incrementalCache && isDynamicRSCRequest && // We don't typically trigger an on-demand revalidation for dynamic RSC\n // requests, as we're typically revalidating the page in the background\n // instead. However, if the cache entry is stale, we should trigger a\n // background revalidation on dynamic RSC requests. This prevents us\n // from entering an infinite loop of revalidations.\n !forceStaticRender) {\n const incrementalCacheEntry = await incrementalCache.get(resolvedPathname, {\n kind: IncrementalCacheKind.APP_PAGE,\n isRoutePPREnabled: true,\n isFallback: false\n });\n // If the cache entry is found, we should use the postponed data from\n // the cache.\n if (incrementalCacheEntry && incrementalCacheEntry.value && incrementalCacheEntry.value.kind === CachedRouteKind.APP_PAGE) {\n // CRITICAL: we're assigning the postponed data from the cache entry\n // here as we're using the RDC to resume the render.\n postponed = incrementalCacheEntry.value.postponed;\n // If the cache entry is stale, we should trigger a background\n // revalidation so that subsequent requests will get a fresh response.\n if (incrementalCacheEntry && // We want to trigger this flow if the cache entry is stale and if\n // the requested revalidation flow is either foreground or\n // background.\n (incrementalCacheEntry.isStale === -1 || incrementalCacheEntry.isStale === true)) {\n // We want to schedule this on the next tick to ensure that the\n // render is not blocked on it.\n scheduleOnNextTick(async ()=>{\n const responseCache = routeModule.getResponseCache(req);\n try {\n await responseCache.revalidate(resolvedPathname, incrementalCache, isRoutePPREnabled, false, (c)=>responseGenerator({\n ...c,\n // CRITICAL: we need to set this to true as we're\n // revalidating in the background and typically this dynamic\n // RSC request is not treated as static.\n forceStaticRender: true\n }), // CRITICAL: we need to pass null here because passing the\n // previous cache entry here (which is stale) will switch on\n // isOnDemandRevalidate and break the prerendering.\n null, hasResolved, ctx.waitUntil);\n } catch (err) {\n console.error('Error revalidating the page in the background', err);\n }\n });\n }\n }\n }\n // When we're in minimal mode, if we're trying to debug the static shell,\n // we should just return nothing instead of resuming the dynamic render.\n if ((isDebugStaticShell || isDebugDynamicAccesses) && typeof postponed !== 'undefined') {\n return {\n cacheControl: {\n revalidate: 1,\n expire: undefined\n },\n value: {\n kind: CachedRouteKind.PAGES,\n html: RenderResult.EMPTY,\n pageData: {},\n headers: undefined,\n status: undefined\n }\n };\n }\n const fallbackRouteParams = // If we're in production and we have fallback route params, then we\n // can use the manifest fallback route params if we need to render the\n // fallback shell.\n isProduction && (prerenderInfo == null ? void 0 : prerenderInfo.fallbackRouteParams) && getRequestMeta(req, 'renderFallbackShell') ? createOpaqueFallbackRouteParams(prerenderInfo.fallbackRouteParams) : // manually generate the fallback route params.\n isDebugFallbackShell ? getFallbackRouteParams(normalizedSrcPage, routeModule) : null;\n // Perform the render.\n return doRender({\n span,\n postponed,\n fallbackRouteParams,\n forceStaticRender\n });\n };\n const handleResponse = async (span)=>{\n var _cacheEntry_value, _cachedData_headers;\n const cacheEntry = await routeModule.handleResponse({\n cacheKey: ssgCacheKey,\n responseGenerator: (c)=>responseGenerator({\n span,\n ...c\n }),\n routeKind: RouteKind.APP_PAGE,\n isOnDemandRevalidate,\n isRoutePPREnabled,\n req,\n nextConfig,\n prerenderManifest,\n waitUntil: ctx.waitUntil,\n isMinimalMode\n });\n if (isDraftMode) {\n res.setHeader('Cache-Control', 'private, no-cache, no-store, max-age=0, must-revalidate');\n }\n // In dev, we should not cache pages for any reason.\n if (routeModule.isDev) {\n res.setHeader('Cache-Control', 'no-store, must-revalidate');\n }\n if (!cacheEntry) {\n if (ssgCacheKey) {\n // A cache entry might not be generated if a response is written\n // in `getInitialProps` or `getServerSideProps`, but those shouldn't\n // have a cache key. If we do have a cache key but we don't end up\n // with a cache entry, then either Next.js or the application has a\n // bug that needs fixing.\n throw Object.defineProperty(new Error('invariant: cache entry required but not generated'), \"__NEXT_ERROR_CODE\", {\n value: \"E62\",\n enumerable: false,\n configurable: true\n });\n }\n return null;\n }\n if (((_cacheEntry_value = cacheEntry.value) == null ? void 0 : _cacheEntry_value.kind) !== CachedRouteKind.APP_PAGE) {\n var _cacheEntry_value1;\n throw Object.defineProperty(new Error(`Invariant app-page handler received invalid cache entry ${(_cacheEntry_value1 = cacheEntry.value) == null ? void 0 : _cacheEntry_value1.kind}`), \"__NEXT_ERROR_CODE\", {\n value: \"E707\",\n enumerable: false,\n configurable: true\n });\n }\n const didPostpone = typeof cacheEntry.value.postponed === 'string';\n if (isSSG && // We don't want to send a cache header for requests that contain dynamic\n // data. If this is a Dynamic RSC request or wasn't a Prefetch RSC\n // request, then we should set the cache header.\n !isDynamicRSCRequest && (!didPostpone || isPrefetchRSCRequest)) {\n if (!isMinimalMode) {\n // set x-nextjs-cache header to match the header\n // we set for the image-optimizer\n res.setHeader('x-nextjs-cache', isOnDemandRevalidate ? 'REVALIDATED' : cacheEntry.isMiss ? 'MISS' : cacheEntry.isStale ? 'STALE' : 'HIT');\n }\n // Set a header used by the client router to signal the response is static\n // and should respect the `static` cache staleTime value.\n res.setHeader(NEXT_IS_PRERENDER_HEADER, '1');\n }\n const { value: cachedData } = cacheEntry;\n // Coerce the cache control parameter from the render.\n let cacheControl;\n // If this is a resume request in minimal mode it is streamed with dynamic\n // content and should not be cached.\n if (minimalPostponed) {\n cacheControl = {\n revalidate: 0,\n expire: undefined\n };\n } else if (isDynamicRSCRequest) {\n cacheControl = {\n revalidate: 0,\n expire: undefined\n };\n } else if (!routeModule.isDev) {\n // If this is a preview mode request, we shouldn't cache it\n if (isDraftMode) {\n cacheControl = {\n revalidate: 0,\n expire: undefined\n };\n } else if (!isSSG) {\n if (!res.getHeader('Cache-Control')) {\n cacheControl = {\n revalidate: 0,\n expire: undefined\n };\n }\n } else if (cacheEntry.cacheControl) {\n // If the cache entry has a cache control with a revalidate value that's\n // a number, use it.\n if (typeof cacheEntry.cacheControl.revalidate === 'number') {\n var _cacheEntry_cacheControl;\n if (cacheEntry.cacheControl.revalidate < 1) {\n throw Object.defineProperty(new Error(`Invalid revalidate configuration provided: ${cacheEntry.cacheControl.revalidate} < 1`), \"__NEXT_ERROR_CODE\", {\n value: \"E22\",\n enumerable: false,\n configurable: true\n });\n }\n cacheControl = {\n revalidate: cacheEntry.cacheControl.revalidate,\n expire: ((_cacheEntry_cacheControl = cacheEntry.cacheControl) == null ? void 0 : _cacheEntry_cacheControl.expire) ?? nextConfig.expireTime\n };\n } else {\n cacheControl = {\n revalidate: CACHE_ONE_YEAR,\n expire: undefined\n };\n }\n }\n }\n cacheEntry.cacheControl = cacheControl;\n if (typeof segmentPrefetchHeader === 'string' && (cachedData == null ? void 0 : cachedData.kind) === CachedRouteKind.APP_PAGE && cachedData.segmentData) {\n var _cachedData_headers1;\n // This is a prefetch request issued by the client Segment Cache. These\n // should never reach the application layer (lambda). We should either\n // respond from the cache (HIT) or respond with 204 No Content (MISS).\n // Set a header to indicate that PPR is enabled for this route. This\n // lets the client distinguish between a regular cache miss and a cache\n // miss due to PPR being disabled. In other contexts this header is used\n // to indicate that the response contains dynamic data, but here we're\n // only using it to indicate that the feature is enabled — the segment\n // response itself contains whether the data is dynamic.\n res.setHeader(NEXT_DID_POSTPONE_HEADER, '2');\n // Add the cache tags header to the response if it exists and we're in\n // minimal mode while rendering a static page.\n const tags = (_cachedData_headers1 = cachedData.headers) == null ? void 0 : _cachedData_headers1[NEXT_CACHE_TAGS_HEADER];\n if (isMinimalMode && isSSG && tags && typeof tags === 'string') {\n res.setHeader(NEXT_CACHE_TAGS_HEADER, tags);\n }\n const matchedSegment = cachedData.segmentData.get(segmentPrefetchHeader);\n if (matchedSegment !== undefined) {\n // Cache hit\n return sendRenderResult({\n req,\n res,\n generateEtags: nextConfig.generateEtags,\n poweredByHeader: nextConfig.poweredByHeader,\n result: RenderResult.fromStatic(matchedSegment, RSC_CONTENT_TYPE_HEADER),\n cacheControl: cacheEntry.cacheControl\n });\n }\n // Cache miss. Either a cache entry for this route has not been generated\n // (which technically should not be possible when PPR is enabled, because\n // at a minimum there should always be a fallback entry) or there's no\n // match for the requested segment. Respond with a 204 No Content. We\n // don't bother to respond with 404, because these requests are only\n // issued as part of a prefetch.\n res.statusCode = 204;\n return sendRenderResult({\n req,\n res,\n generateEtags: nextConfig.generateEtags,\n poweredByHeader: nextConfig.poweredByHeader,\n result: RenderResult.EMPTY,\n cacheControl: cacheEntry.cacheControl\n });\n }\n // If there's a callback for `onCacheEntry`, call it with the cache entry\n // and the revalidate options. If we support RDC for Navigations, we\n // prefer the `onCacheEntryV2` callback. Once RDC for Navigations is the\n // default, we can remove the fallback to `onCacheEntry` as\n // `onCacheEntryV2` is now fully supported.\n const onCacheEntry = supportsRDCForNavigations ? getRequestMeta(req, 'onCacheEntryV2') ?? getRequestMeta(req, 'onCacheEntry') : getRequestMeta(req, 'onCacheEntry');\n if (onCacheEntry) {\n const finished = await onCacheEntry(cacheEntry, {\n url: getRequestMeta(req, 'initURL') ?? req.url\n });\n if (finished) return null;\n }\n if (cachedData.headers) {\n const headers = {\n ...cachedData.headers\n };\n if (!isMinimalMode || !isSSG) {\n delete headers[NEXT_CACHE_TAGS_HEADER];\n }\n for (let [key, value] of Object.entries(headers)){\n if (typeof value === 'undefined') continue;\n if (Array.isArray(value)) {\n for (const v of value){\n res.appendHeader(key, v);\n }\n } else if (typeof value === 'number') {\n value = value.toString();\n res.appendHeader(key, value);\n } else {\n res.appendHeader(key, value);\n }\n }\n }\n // Add the cache tags header to the response if it exists and we're in\n // minimal mode while rendering a static page.\n const tags = (_cachedData_headers = cachedData.headers) == null ? void 0 : _cachedData_headers[NEXT_CACHE_TAGS_HEADER];\n if (isMinimalMode && isSSG && tags && typeof tags === 'string') {\n res.setHeader(NEXT_CACHE_TAGS_HEADER, tags);\n }\n // If the request is a data request, then we shouldn't set the status code\n // from the response because it should always be 200. This should be gated\n // behind the experimental PPR flag.\n if (cachedData.status && (!isRSCRequest || !isRoutePPREnabled)) {\n res.statusCode = cachedData.status;\n }\n // Redirect information is encoded in RSC payload, so we don't need to use redirect status codes\n if (!isMinimalMode && cachedData.status && RedirectStatusCode[cachedData.status] && isRSCRequest) {\n res.statusCode = 200;\n }\n // Mark that the request did postpone.\n if (didPostpone && !isDynamicRSCRequest) {\n res.setHeader(NEXT_DID_POSTPONE_HEADER, '1');\n }\n // we don't go through this block when preview mode is true\n // as preview mode is a dynamic request (bypasses cache) and doesn't\n // generate both HTML and payloads in the same request so continue to just\n // return the generated payload\n if (isRSCRequest && !isDraftMode) {\n // If this is a dynamic RSC request, then stream the response.\n if (typeof cachedData.rscData === 'undefined') {\n // If the response is not an RSC response, then we can't serve it.\n if (cachedData.html.contentType !== RSC_CONTENT_TYPE_HEADER) {\n if (nextConfig.cacheComponents) {\n res.statusCode = 404;\n return sendRenderResult({\n req,\n res,\n generateEtags: nextConfig.generateEtags,\n poweredByHeader: nextConfig.poweredByHeader,\n result: RenderResult.EMPTY,\n cacheControl: cacheEntry.cacheControl\n });\n } else {\n // Otherwise this case is not expected.\n throw Object.defineProperty(new InvariantError(`Expected RSC response, got ${cachedData.html.contentType}`), \"__NEXT_ERROR_CODE\", {\n value: \"E789\",\n enumerable: false,\n configurable: true\n });\n }\n }\n return sendRenderResult({\n req,\n res,\n generateEtags: nextConfig.generateEtags,\n poweredByHeader: nextConfig.poweredByHeader,\n result: cachedData.html,\n cacheControl: cacheEntry.cacheControl\n });\n }\n // As this isn't a prefetch request, we should serve the static flight\n // data.\n return sendRenderResult({\n req,\n res,\n generateEtags: nextConfig.generateEtags,\n poweredByHeader: nextConfig.poweredByHeader,\n result: RenderResult.fromStatic(cachedData.rscData, RSC_CONTENT_TYPE_HEADER),\n cacheControl: cacheEntry.cacheControl\n });\n }\n // This is a request for HTML data.\n const body = cachedData.html;\n // If there's no postponed state, we should just serve the HTML. This\n // should also be the case for a resume request because it's completed\n // as a server render (rather than a static render).\n if (!didPostpone || isMinimalMode || isRSCRequest) {\n // If we're in test mode, we should add a sentinel chunk to the response\n // that's between the static and dynamic parts so we can compare the\n // chunks and add assertions.\n if (process.env.__NEXT_TEST_MODE && isMinimalMode && isRoutePPREnabled && body.contentType === HTML_CONTENT_TYPE_HEADER) {\n // As we're in minimal mode, the static part would have already been\n // streamed first. The only part that this streams is the dynamic part\n // so we should FIRST stream the sentinel and THEN the dynamic part.\n body.unshift(createPPRBoundarySentinel());\n }\n return sendRenderResult({\n req,\n res,\n generateEtags: nextConfig.generateEtags,\n poweredByHeader: nextConfig.poweredByHeader,\n result: body,\n cacheControl: cacheEntry.cacheControl\n });\n }\n // If we're debugging the static shell or the dynamic API accesses, we\n // should just serve the HTML without resuming the render. The returned\n // HTML will be the static shell so all the Dynamic API's will be used\n // during static generation.\n if (isDebugStaticShell || isDebugDynamicAccesses) {\n // Since we're not resuming the render, we need to at least add the\n // closing body and html tags to create valid HTML.\n body.push(new ReadableStream({\n start (controller) {\n controller.enqueue(ENCODED_TAGS.CLOSED.BODY_AND_HTML);\n controller.close();\n }\n }));\n return sendRenderResult({\n req,\n res,\n generateEtags: nextConfig.generateEtags,\n poweredByHeader: nextConfig.poweredByHeader,\n result: body,\n cacheControl: {\n revalidate: 0,\n expire: undefined\n }\n });\n }\n // If we're in test mode, we should add a sentinel chunk to the response\n // that's between the static and dynamic parts so we can compare the\n // chunks and add assertions.\n if (process.env.__NEXT_TEST_MODE) {\n body.push(createPPRBoundarySentinel());\n }\n // This request has postponed, so let's create a new transformer that the\n // dynamic data can pipe to that will attach the dynamic data to the end\n // of the response.\n const transformer = new TransformStream();\n body.push(transformer.readable);\n // Perform the render again, but this time, provide the postponed state.\n // We don't await because we want the result to start streaming now, and\n // we've already chained the transformer's readable to the render result.\n doRender({\n span,\n postponed: cachedData.postponed,\n // This is a resume render, not a fallback render, so we don't need to\n // set this.\n fallbackRouteParams: null,\n forceStaticRender: false\n }).then(async (result)=>{\n var _result_value;\n if (!result) {\n throw Object.defineProperty(new Error('Invariant: expected a result to be returned'), \"__NEXT_ERROR_CODE\", {\n value: \"E463\",\n enumerable: false,\n configurable: true\n });\n }\n if (((_result_value = result.value) == null ? void 0 : _result_value.kind) !== CachedRouteKind.APP_PAGE) {\n var _result_value1;\n throw Object.defineProperty(new Error(`Invariant: expected a page response, got ${(_result_value1 = result.value) == null ? void 0 : _result_value1.kind}`), \"__NEXT_ERROR_CODE\", {\n value: \"E305\",\n enumerable: false,\n configurable: true\n });\n }\n // Pipe the resume result to the transformer.\n await result.value.html.pipeTo(transformer.writable);\n }).catch((err)=>{\n // An error occurred during piping or preparing the render, abort\n // the transformers writer so we can terminate the stream.\n transformer.writable.abort(err).catch((e)=>{\n console.error(\"couldn't abort transformer\", e);\n });\n });\n return sendRenderResult({\n req,\n res,\n generateEtags: nextConfig.generateEtags,\n poweredByHeader: nextConfig.poweredByHeader,\n result: body,\n // We don't want to cache the response if it has postponed data because\n // the response being sent to the client it's dynamic parts are streamed\n // to the client on the same request.\n cacheControl: {\n revalidate: 0,\n expire: undefined\n }\n });\n };\n // TODO: activeSpan code path is for when wrapped by\n // next-server can be removed when this is no longer used\n if (activeSpan) {\n await handleResponse(activeSpan);\n } else {\n return await tracer.withPropagatedContext(req.headers, ()=>tracer.trace(BaseServerSpan.handleRequest, {\n spanName: `${method} ${srcPage}`,\n kind: SpanKind.SERVER,\n attributes: {\n 'http.method': method,\n 'http.target': req.url\n }\n }, handleResponse));\n }\n } catch (err) {\n if (!(err instanceof NoFallbackError)) {\n const silenceLog = false;\n await routeModule.onRequestError(req, err, {\n routerKind: 'App Router',\n routePath: srcPage,\n routeType: 'render',\n revalidateReason: getRevalidateReason({\n isStaticGeneration: isSSG,\n isOnDemandRevalidate\n })\n }, silenceLog, routerServerContext);\n }\n // rethrow so that we can handle serving error page\n throw err;\n }\n}\n// TODO: omit this from production builds, only test builds should include it\n/**\n * Creates a readable stream that emits a PPR boundary sentinel.\n *\n * @returns A readable stream that emits a PPR boundary sentinel.\n */ function createPPRBoundarySentinel() {\n return new ReadableStream({\n start (controller) {\n controller.enqueue(new TextEncoder().encode('<!-- PPR_BOUNDARY_SENTINEL -->'));\n controller.close();\n }\n });\n}\n\n//# sourceMappingURL=app-page.js.map\n"],"names":[],"mappings":"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","ignoreList":[0]}