@shepai/cli 1.72.7 → 1.72.8-pr216.5a2ec32

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 (493) hide show
  1. package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts +2 -1
  2. package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +1 -1
  3. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -1
  4. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.js +1 -0
  5. package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts.map +1 -1
  6. package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.js +1 -0
  7. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts +3 -0
  8. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts.map +1 -1
  9. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.js +3 -0
  10. package/dist/packages/core/src/domain/factories/settings-defaults.factory.js +1 -1
  11. package/dist/packages/core/src/infrastructure/services/agents/common/executors/dev-executor.service.d.ts.map +1 -1
  12. package/dist/packages/core/src/infrastructure/services/agents/common/executors/dev-executor.service.js +88 -13
  13. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +1 -1
  14. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts +2 -1
  15. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -1
  16. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +3 -0
  17. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +2 -0
  18. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -1
  19. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.js +16 -3
  20. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/merge/merge.node.d.ts.map +1 -1
  21. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/merge/merge.node.js +5 -1
  22. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -1
  23. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.js +9 -1
  24. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +6 -0
  25. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -1
  26. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.js +5 -0
  27. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/alacritty.json +5 -2
  28. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/antigravity.json +3 -0
  29. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/claude-code.json +4 -1
  30. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +3 -0
  31. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor.json +3 -0
  32. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/gemini-cli.json +3 -0
  33. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/gh.json +3 -0
  34. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/git.json +3 -0
  35. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/iterm2.json +3 -0
  36. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/kitty.json +5 -2
  37. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/tmux.json +4 -1
  38. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/vscode.json +4 -1
  39. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/warp.json +3 -0
  40. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/windsurf.json +4 -1
  41. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zed.json +3 -0
  42. package/dist/src/presentation/web/app/actions/get-graph-data.d.ts +10 -0
  43. package/dist/src/presentation/web/app/actions/get-graph-data.d.ts.map +1 -0
  44. package/dist/src/presentation/web/app/actions/get-graph-data.js +10 -0
  45. package/dist/src/presentation/web/app/api/agent-events/route.d.ts.map +1 -1
  46. package/dist/src/presentation/web/app/api/agent-events/route.js +3 -0
  47. package/dist/src/presentation/web/app/api/tools/[id]/install/route.d.ts.map +1 -1
  48. package/dist/src/presentation/web/app/api/tools/[id]/install/route.js +9 -4
  49. package/dist/src/presentation/web/app/api/tools/[id]/install/stream/route.d.ts +7 -0
  50. package/dist/src/presentation/web/app/api/tools/[id]/install/stream/route.d.ts.map +1 -0
  51. package/dist/src/presentation/web/app/api/tools/[id]/install/stream/route.js +32 -0
  52. package/dist/src/presentation/web/components/common/base-drawer/base-drawer.d.ts +2 -1
  53. package/dist/src/presentation/web/components/common/base-drawer/base-drawer.d.ts.map +1 -1
  54. package/dist/src/presentation/web/components/common/base-drawer/base-drawer.js +3 -3
  55. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -1
  56. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +2 -0
  57. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -1
  58. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +72 -1
  59. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -1
  60. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +2 -2
  61. package/dist/src/presentation/web/components/features/index.d.ts +1 -1
  62. package/dist/src/presentation/web/components/features/index.d.ts.map +1 -1
  63. package/dist/src/presentation/web/components/features/index.js +1 -1
  64. package/dist/src/presentation/web/components/features/tools/index.d.ts +1 -1
  65. package/dist/src/presentation/web/components/features/tools/index.d.ts.map +1 -1
  66. package/dist/src/presentation/web/components/features/tools/index.js +1 -1
  67. package/dist/src/presentation/web/components/features/tools/tool-card.d.ts.map +1 -1
  68. package/dist/src/presentation/web/components/features/tools/tool-card.js +18 -14
  69. package/dist/src/presentation/web/components/features/tools/tool-card.stories.d.ts.map +1 -1
  70. package/dist/src/presentation/web/components/features/tools/tool-card.stories.js +18 -0
  71. package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.d.ts +10 -0
  72. package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.d.ts.map +1 -0
  73. package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.js +95 -0
  74. package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.stories.d.ts +12 -0
  75. package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.stories.d.ts.map +1 -0
  76. package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.stories.js +119 -0
  77. package/dist/src/presentation/web/components/features/tools/tools-page-client.js +3 -3
  78. package/dist/src/presentation/web/components/features/tools/tools-page-client.stories.d.ts.map +1 -1
  79. package/dist/src/presentation/web/components/features/tools/tools-page-client.stories.js +15 -0
  80. package/dist/src/presentation/web/hooks/use-tool-install-stream.d.ts +10 -0
  81. package/dist/src/presentation/web/hooks/use-tool-install-stream.d.ts.map +1 -0
  82. package/dist/src/presentation/web/hooks/use-tool-install-stream.js +38 -0
  83. package/dist/tsconfig.build.tsbuildinfo +1 -1
  84. package/package.json +1 -1
  85. package/web/.next/BUILD_ID +1 -1
  86. package/web/.next/app-path-routes-manifest.json +1 -0
  87. package/web/.next/build-manifest.json +7 -7
  88. package/web/.next/cache/.previewinfo +1 -1
  89. package/web/.next/cache/.rscinfo +1 -1
  90. package/web/.next/cache/.tsbuildinfo +1 -1
  91. package/web/.next/cache/config.json +3 -3
  92. package/web/.next/fallback-build-manifest.json +2 -2
  93. package/web/.next/prerender-manifest.json +3 -3
  94. package/web/.next/required-server-files.js +1 -1
  95. package/web/.next/required-server-files.json +1 -1
  96. package/web/.next/routes-manifest.json +8 -0
  97. package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +5 -5
  98. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +43 -28
  99. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +4 -4
  100. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  101. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  102. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +5 -5
  103. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +49 -34
  104. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
  105. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  106. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  107. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +5 -5
  108. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +39 -24
  109. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +4 -4
  110. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  111. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  112. package/web/.next/server/app/(dashboard)/create/page/build-manifest.json +5 -5
  113. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +43 -28
  114. package/web/.next/server/app/(dashboard)/create/page.js +4 -4
  115. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  116. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  117. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +5 -5
  118. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +49 -34
  119. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
  120. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  121. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  122. package/web/.next/server/app/(dashboard)/page/build-manifest.json +5 -5
  123. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +39 -24
  124. package/web/.next/server/app/(dashboard)/page.js +4 -4
  125. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  126. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  127. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +5 -5
  128. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +39 -24
  129. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +4 -4
  130. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  131. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  132. package/web/.next/server/app/_global-error/page/build-manifest.json +5 -5
  133. package/web/.next/server/app/_global-error.html +2 -2
  134. package/web/.next/server/app/_global-error.rsc +1 -1
  135. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  136. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  137. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  138. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  139. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  140. package/web/.next/server/app/_not-found/page/build-manifest.json +5 -5
  141. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  142. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  143. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  144. package/web/.next/server/app/api/tools/[id]/install/route.js +1 -1
  145. package/web/.next/server/app/api/tools/[id]/install/route.js.nft.json +1 -1
  146. package/web/.next/server/app/api/tools/[id]/install/stream/route/app-paths-manifest.json +3 -0
  147. package/web/.next/server/app/api/tools/[id]/install/stream/route/build-manifest.json +11 -0
  148. package/web/.next/server/app/api/tools/[id]/install/stream/route/server-reference-manifest.json +4 -0
  149. package/web/.next/server/app/api/tools/[id]/install/stream/route.js +6 -0
  150. package/web/.next/server/app/api/tools/[id]/install/stream/route.js.map +5 -0
  151. package/web/.next/server/app/api/tools/[id]/install/stream/route.js.nft.json +1 -0
  152. package/web/.next/server/app/api/tools/[id]/install/stream/route_client-reference-manifest.js +2 -0
  153. package/web/.next/server/app/skills/page/build-manifest.json +5 -5
  154. package/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
  155. package/web/.next/server/app/skills/page.js +1 -1
  156. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  157. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  158. package/web/.next/server/app/tools/page/build-manifest.json +5 -5
  159. package/web/.next/server/app/tools/page/server-reference-manifest.json +77 -2
  160. package/web/.next/server/app/tools/page.js +2 -2
  161. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  162. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  163. package/web/.next/server/app/version/page/build-manifest.json +5 -5
  164. package/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  165. package/web/.next/server/app/version/page.js.nft.json +1 -1
  166. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  167. package/web/.next/server/app-paths-manifest.json +1 -0
  168. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +2 -2
  169. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +1 -1
  170. package/web/.next/server/chunks/[root-of-the-server]__0866d2b5._.js +3 -0
  171. package/web/.next/server/chunks/[root-of-the-server]__0866d2b5._.js.map +1 -0
  172. package/web/.next/server/chunks/[root-of-the-server]__e247a485._.js +11 -0
  173. package/web/.next/server/chunks/[root-of-the-server]__e247a485._.js.map +1 -0
  174. package/web/.next/server/chunks/f3a1f__next-internal_server_app_api_tools_[id]_install_stream_route_actions_1fe5bd5d.js +3 -0
  175. package/web/.next/server/chunks/f3a1f__next-internal_server_app_api_tools_[id]_install_stream_route_actions_1fe5bd5d.js.map +1 -0
  176. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  177. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
  178. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_3a02d8a5.js +3 -0
  179. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_3a02d8a5.js.map +1 -0
  180. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_a3044852.js +3 -0
  181. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_a3044852.js.map +1 -0
  182. package/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js +4 -0
  183. package/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js.map +1 -0
  184. package/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
  185. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__07385073._.js → server/chunks/ssr/[root-of-the-server]__45dbf93d._.js} +3 -3
  186. package/web/.next/server/chunks/ssr/{[root-of-the-server]__07385073._.js.map → [root-of-the-server]__45dbf93d._.js.map} +1 -1
  187. package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
  188. package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js.map +1 -1
  189. package/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js +4 -0
  190. package/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js.map +1 -0
  191. package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
  192. package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js.map +1 -1
  193. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +3 -0
  194. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -0
  195. package/web/.next/server/chunks/ssr/[root-of-the-server]__c18f84a4._.js +3 -0
  196. package/web/.next/server/chunks/ssr/[root-of-the-server]__c18f84a4._.js.map +1 -0
  197. package/web/.next/server/chunks/ssr/[root-of-the-server]__cbae9863._.js +3 -0
  198. package/web/.next/server/chunks/ssr/[root-of-the-server]__cbae9863._.js.map +1 -0
  199. package/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js +3 -0
  200. package/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js.map +1 -0
  201. package/web/.next/server/chunks/ssr/[root-of-the-server]__e5e09f72._.js +3 -0
  202. package/web/.next/server/chunks/ssr/[root-of-the-server]__e5e09f72._.js.map +1 -0
  203. package/web/.next/server/chunks/ssr/_0e9d6bf7._.js +3 -0
  204. package/web/.next/server/chunks/ssr/_0e9d6bf7._.js.map +1 -0
  205. package/web/.next/server/chunks/ssr/_1978f325._.js +7 -0
  206. package/web/.next/server/chunks/ssr/_1978f325._.js.map +1 -0
  207. package/web/.next/server/chunks/ssr/_3197d5cb._.js +3 -0
  208. package/web/.next/server/chunks/ssr/_3197d5cb._.js.map +1 -0
  209. package/web/.next/server/chunks/ssr/_61351ed3._.js +3 -0
  210. package/web/.next/server/chunks/ssr/_61351ed3._.js.map +1 -0
  211. package/web/.next/server/chunks/ssr/_6e08ce21._.js +3 -0
  212. package/web/.next/server/chunks/ssr/_6e08ce21._.js.map +1 -0
  213. package/web/.next/server/chunks/ssr/_8400c8bb._.js +3 -0
  214. package/web/.next/server/chunks/ssr/_8400c8bb._.js.map +1 -0
  215. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/_7215bb0f._.js → server/chunks/ssr/_8fa33b4c._.js} +2 -2
  216. package/web/.next/server/chunks/ssr/{_7215bb0f._.js.map → _8fa33b4c._.js.map} +1 -1
  217. package/web/.next/server/chunks/ssr/_9f940437._.js +3 -0
  218. package/web/.next/server/chunks/ssr/_9f940437._.js.map +1 -0
  219. package/web/.next/server/chunks/ssr/_a29296f0._.js +3 -0
  220. package/web/.next/server/chunks/ssr/_a29296f0._.js.map +1 -0
  221. package/web/.next/server/chunks/ssr/_e806976d._.js +3 -0
  222. package/web/.next/server/chunks/ssr/_e806976d._.js.map +1 -0
  223. package/web/.next/server/chunks/ssr/{src_presentation_web_1a32dbcb._.js → src_presentation_web_0a49d9ee._.js} +3 -3
  224. package/web/.next/server/chunks/ssr/{src_presentation_web_1a32dbcb._.js.map → src_presentation_web_0a49d9ee._.js.map} +1 -1
  225. package/web/.next/server/chunks/ssr/{src_presentation_web_398553b0._.js → src_presentation_web_5ea689db._.js} +2 -2
  226. package/web/.next/server/chunks/ssr/{src_presentation_web_398553b0._.js.map → src_presentation_web_5ea689db._.js.map} +1 -1
  227. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_398553b0._.js → server/chunks/ssr/src_presentation_web_7188a290._.js} +2 -2
  228. package/web/.next/server/chunks/ssr/{src_presentation_web_5c87e8e4._.js.map → src_presentation_web_7188a290._.js.map} +1 -1
  229. package/web/.next/server/chunks/ssr/{src_presentation_web_c1bc6240._.js → src_presentation_web_79b0305a._.js} +3 -3
  230. package/web/.next/server/chunks/ssr/{src_presentation_web_c1bc6240._.js.map → src_presentation_web_79b0305a._.js.map} +1 -1
  231. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_cc16bd01.js +3 -0
  232. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_cc16bd01.js.map +1 -0
  233. package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js +3 -0
  234. package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js.map +1 -0
  235. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  236. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
  237. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js +3 -0
  238. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js.map +1 -0
  239. package/web/.next/server/middleware-build-manifest.js +5 -5
  240. package/web/.next/server/pages/500.html +2 -2
  241. package/web/.next/server/server-reference-manifest.js +1 -1
  242. package/web/.next/server/server-reference-manifest.json +216 -124
  243. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  244. package/web/.next/standalone/src/presentation/web/.next/app-path-routes-manifest.json +1 -0
  245. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +7 -7
  246. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  247. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  248. package/web/.next/standalone/src/presentation/web/.next/routes-manifest.json +8 -0
  249. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +5 -5
  250. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +43 -28
  251. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page.js +4 -4
  252. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  253. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  254. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +5 -5
  255. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +49 -34
  256. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
  257. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  258. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  259. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +5 -5
  260. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +39 -24
  261. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +4 -4
  262. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  263. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  264. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page/build-manifest.json +5 -5
  265. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +43 -28
  266. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page.js +4 -4
  267. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  268. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  269. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +5 -5
  270. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +49 -34
  271. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
  272. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  273. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  274. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page/build-manifest.json +5 -5
  275. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +39 -24
  276. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page.js +4 -4
  277. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  278. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  279. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +5 -5
  280. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +39 -24
  281. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +4 -4
  282. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  283. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  284. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error/page/build-manifest.json +5 -5
  285. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  286. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  287. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  288. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  289. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  290. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  291. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  292. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/build-manifest.json +5 -5
  293. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  294. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  295. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  296. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/route.js +1 -1
  297. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/route.js.nft.json +1 -1
  298. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route/app-paths-manifest.json +3 -0
  299. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route/build-manifest.json +11 -0
  300. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route/server-reference-manifest.json +4 -0
  301. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route.js +6 -0
  302. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route.js.map +5 -0
  303. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route.js.nft.json +1 -0
  304. package/web/.next/standalone/src/presentation/web/.next/server/app/api/tools/[id]/install/stream/route_client-reference-manifest.js +2 -0
  305. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/build-manifest.json +5 -5
  306. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
  307. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page.js +1 -1
  308. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page.js.nft.json +1 -1
  309. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  310. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/build-manifest.json +5 -5
  311. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/server-reference-manifest.json +77 -2
  312. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page.js +2 -2
  313. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page.js.nft.json +1 -1
  314. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  315. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/build-manifest.json +5 -5
  316. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  317. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page.js.nft.json +1 -1
  318. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  319. package/web/.next/standalone/src/presentation/web/.next/server/app-paths-manifest.json +1 -0
  320. package/web/.next/standalone/src/presentation/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +2 -2
  321. package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__0866d2b5._.js +3 -0
  322. package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__e247a485._.js +11 -0
  323. package/web/.next/standalone/src/presentation/web/.next/server/chunks/f3a1f__next-internal_server_app_api_tools_[id]_install_stream_route_actions_1fe5bd5d.js +3 -0
  324. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  325. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_3a02d8a5.js +3 -0
  326. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_a3044852.js +3 -0
  327. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js +4 -0
  328. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +1 -1
  329. package/web/.next/{server/chunks/ssr/[root-of-the-server]__07385073._.js → standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__45dbf93d._.js} +3 -3
  330. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
  331. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js +4 -0
  332. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
  333. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +3 -0
  334. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__c18f84a4._.js +3 -0
  335. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__cbae9863._.js +3 -0
  336. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js +3 -0
  337. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__e5e09f72._.js +3 -0
  338. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_0e9d6bf7._.js +3 -0
  339. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_1978f325._.js +7 -0
  340. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_3197d5cb._.js +3 -0
  341. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_61351ed3._.js +3 -0
  342. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_6e08ce21._.js +3 -0
  343. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_8400c8bb._.js +3 -0
  344. package/web/.next/{server/chunks/ssr/_7215bb0f._.js → standalone/src/presentation/web/.next/server/chunks/ssr/_8fa33b4c._.js} +2 -2
  345. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_9f940437._.js +3 -0
  346. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_a29296f0._.js +3 -0
  347. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_e806976d._.js +3 -0
  348. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{src_presentation_web_1a32dbcb._.js → src_presentation_web_0a49d9ee._.js} +3 -3
  349. package/web/.next/{server/chunks/ssr/src_presentation_web_5c87e8e4._.js → standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_5ea689db._.js} +2 -2
  350. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{src_presentation_web_5c87e8e4._.js → src_presentation_web_7188a290._.js} +2 -2
  351. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{src_presentation_web_c1bc6240._.js → src_presentation_web_79b0305a._.js} +3 -3
  352. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_cc16bd01.js +3 -0
  353. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js +3 -0
  354. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  355. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js +3 -0
  356. package/web/.next/standalone/src/presentation/web/.next/server/middleware-build-manifest.js +5 -5
  357. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  358. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  359. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +216 -124
  360. package/web/.next/standalone/src/presentation/web/CLAUDE.md +128 -0
  361. package/web/.next/standalone/src/presentation/web/app/actions/get-graph-data.ts +12 -0
  362. package/web/.next/standalone/src/presentation/web/app/api/agent-events/route.ts +4 -1
  363. package/web/.next/standalone/src/presentation/web/app/api/tools/[id]/install/route.ts +14 -6
  364. package/web/.next/standalone/src/presentation/web/app/api/tools/[id]/install/stream/route.ts +42 -0
  365. package/web/.next/standalone/src/presentation/web/components/common/base-drawer/base-drawer.tsx +13 -1
  366. package/web/.next/standalone/src/presentation/web/components/common/feature-node/derive-feature-state.ts +2 -0
  367. package/web/.next/standalone/src/presentation/web/components/features/control-center/use-control-center-state.ts +82 -1
  368. package/web/.next/standalone/src/presentation/web/components/features/features-canvas/features-canvas.tsx +21 -23
  369. package/web/.next/standalone/src/presentation/web/components/features/index.ts +1 -1
  370. package/web/.next/standalone/src/presentation/web/components/features/tools/index.ts +1 -1
  371. package/web/.next/standalone/src/presentation/web/components/features/tools/tool-card.stories.tsx +18 -0
  372. package/web/.next/standalone/src/presentation/web/components/features/tools/tool-card.tsx +75 -67
  373. package/web/.next/standalone/src/presentation/web/components/features/tools/tool-detail-drawer.stories.tsx +132 -0
  374. package/web/.next/standalone/src/presentation/web/components/features/tools/tool-detail-drawer.tsx +313 -0
  375. package/web/.next/standalone/src/presentation/web/components/features/tools/tools-page-client.stories.tsx +15 -0
  376. package/web/.next/standalone/src/presentation/web/components/features/tools/tools-page-client.tsx +3 -3
  377. package/web/.next/standalone/src/presentation/web/hooks/use-tool-install-stream.ts +58 -0
  378. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  379. package/web/.next/static/chunks/3cab1e09dfb7bd2f.js +1 -0
  380. package/web/.next/static/chunks/4a3b3cfcc85e7254.js +1 -0
  381. package/web/.next/static/chunks/5d0a6417c4e4e545.js +1 -0
  382. package/web/.next/static/chunks/67f2a7a5e8dc358a.css +2 -0
  383. package/web/.next/static/chunks/73304a30a2bc5060.js +1 -0
  384. package/web/.next/static/chunks/778b64d00834e733.js +1 -0
  385. package/web/.next/static/chunks/84a181ff3270fd9f.js +1 -0
  386. package/web/.next/static/chunks/{b45344579a43cbb8.js → 86a1874bad52ce9c.js} +1 -1
  387. package/web/.next/static/chunks/9215b6fb973482c5.js +1 -0
  388. package/web/.next/static/chunks/{585ae19c520e8b72.js → ac1ebc041544949d.js} +1 -1
  389. package/web/.next/static/chunks/b2594f43fcecee16.js +1 -0
  390. package/web/.next/static/chunks/c92e1360ada8ca94.js +5 -0
  391. package/web/.next/static/chunks/{fe83a799663fd3cc.js → de9e34a45eebec78.js} +1 -1
  392. package/web/.next/static/chunks/eb3b1975428d04a8.js +1 -0
  393. package/web/.next/static/chunks/edbd674102e897b4.js +1 -0
  394. package/web/.next/static/chunks/f0a17d065f1aa75f.js +1 -0
  395. package/web/.next/static/chunks/{turbopack-3a8fe0e18e69b0ab.js → turbopack-05820f781f3ffc22.js} +1 -1
  396. package/web/.next/trace +1 -1
  397. package/web/.next/trace-build +1 -1
  398. package/web/.next/types/link.d.ts +1 -0
  399. package/web/.next/types/routes.d.ts +2 -1
  400. package/web/.next/types/validator.ts +9 -0
  401. package/dist/src/presentation/web/components/features/tools/install-instructions.d.ts +0 -9
  402. package/dist/src/presentation/web/components/features/tools/install-instructions.d.ts.map +0 -1
  403. package/dist/src/presentation/web/components/features/tools/install-instructions.js +0 -19
  404. package/dist/src/presentation/web/components/features/tools/install-instructions.stories.d.ts +0 -12
  405. package/dist/src/presentation/web/components/features/tools/install-instructions.stories.d.ts.map +0 -1
  406. package/dist/src/presentation/web/components/features/tools/install-instructions.stories.js +0 -77
  407. package/web/.next/server/chunks/[root-of-the-server]__b1f03347._.js +0 -3
  408. package/web/.next/server/chunks/[root-of-the-server]__b1f03347._.js.map +0 -1
  409. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js +0 -3
  410. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js.map +0 -1
  411. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.js +0 -3
  412. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.js.map +0 -1
  413. package/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js +0 -4
  414. package/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js.map +0 -1
  415. package/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js +0 -3
  416. package/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js.map +0 -1
  417. package/web/.next/server/chunks/ssr/[root-of-the-server]__6db85a66._.js +0 -4
  418. package/web/.next/server/chunks/ssr/[root-of-the-server]__6db85a66._.js.map +0 -1
  419. package/web/.next/server/chunks/ssr/[root-of-the-server]__8c1a3d66._.js +0 -3
  420. package/web/.next/server/chunks/ssr/[root-of-the-server]__8c1a3d66._.js.map +0 -1
  421. package/web/.next/server/chunks/ssr/[root-of-the-server]__8fcb9132._.js +0 -4
  422. package/web/.next/server/chunks/ssr/[root-of-the-server]__8fcb9132._.js.map +0 -1
  423. package/web/.next/server/chunks/ssr/[root-of-the-server]__9d14479b._.js +0 -3
  424. package/web/.next/server/chunks/ssr/[root-of-the-server]__9d14479b._.js.map +0 -1
  425. package/web/.next/server/chunks/ssr/[root-of-the-server]__d4e51258._.js +0 -3
  426. package/web/.next/server/chunks/ssr/[root-of-the-server]__d4e51258._.js.map +0 -1
  427. package/web/.next/server/chunks/ssr/[root-of-the-server]__fe2a7deb._.js +0 -3
  428. package/web/.next/server/chunks/ssr/[root-of-the-server]__fe2a7deb._.js.map +0 -1
  429. package/web/.next/server/chunks/ssr/_00e6c698._.js +0 -3
  430. package/web/.next/server/chunks/ssr/_00e6c698._.js.map +0 -1
  431. package/web/.next/server/chunks/ssr/_13566ff3._.js +0 -3
  432. package/web/.next/server/chunks/ssr/_13566ff3._.js.map +0 -1
  433. package/web/.next/server/chunks/ssr/_250a63ae._.js +0 -3
  434. package/web/.next/server/chunks/ssr/_250a63ae._.js.map +0 -1
  435. package/web/.next/server/chunks/ssr/_26129e04._.js +0 -3
  436. package/web/.next/server/chunks/ssr/_26129e04._.js.map +0 -1
  437. package/web/.next/server/chunks/ssr/_34a58db8._.js +0 -3
  438. package/web/.next/server/chunks/ssr/_34a58db8._.js.map +0 -1
  439. package/web/.next/server/chunks/ssr/_37259405._.js +0 -3
  440. package/web/.next/server/chunks/ssr/_37259405._.js.map +0 -1
  441. package/web/.next/server/chunks/ssr/_63bfa7dd._.js +0 -3
  442. package/web/.next/server/chunks/ssr/_63bfa7dd._.js.map +0 -1
  443. package/web/.next/server/chunks/ssr/_cb5b3951._.js +0 -3
  444. package/web/.next/server/chunks/ssr/_cb5b3951._.js.map +0 -1
  445. package/web/.next/server/chunks/ssr/_fc3a6895._.js +0 -3
  446. package/web/.next/server/chunks/ssr/_fc3a6895._.js.map +0 -1
  447. package/web/.next/server/chunks/ssr/node_modules__pnpm_3288606c._.js +0 -7
  448. package/web/.next/server/chunks/ssr/node_modules__pnpm_3288606c._.js.map +0 -1
  449. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js +0 -3
  450. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js.map +0 -1
  451. package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +0 -3
  452. package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js.map +0 -1
  453. package/web/.next/standalone/src/presentation/web/.next/server/chunks/[root-of-the-server]__b1f03347._.js +0 -3
  454. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_2b7834f6.js +0 -3
  455. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_6923c575.js +0 -3
  456. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__08ba9bd3._.js +0 -4
  457. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6bb00d90._.js +0 -3
  458. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6db85a66._.js +0 -4
  459. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__8c1a3d66._.js +0 -3
  460. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__8fcb9132._.js +0 -4
  461. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__9d14479b._.js +0 -3
  462. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__d4e51258._.js +0 -3
  463. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__fe2a7deb._.js +0 -3
  464. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_00e6c698._.js +0 -3
  465. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_13566ff3._.js +0 -3
  466. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_250a63ae._.js +0 -3
  467. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_26129e04._.js +0 -3
  468. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_34a58db8._.js +0 -3
  469. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_37259405._.js +0 -3
  470. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_63bfa7dd._.js +0 -3
  471. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_cb5b3951._.js +0 -3
  472. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_fc3a6895._.js +0 -3
  473. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/node_modules__pnpm_3288606c._.js +0 -7
  474. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_f4952172.js +0 -3
  475. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +0 -3
  476. package/web/.next/standalone/src/presentation/web/components/features/tools/install-instructions.stories.tsx +0 -89
  477. package/web/.next/standalone/src/presentation/web/components/features/tools/install-instructions.tsx +0 -109
  478. package/web/.next/static/chunks/07fcc6d17357e905.js +0 -1
  479. package/web/.next/static/chunks/304c8593d0a6525d.js +0 -1
  480. package/web/.next/static/chunks/3e1227e02ef8bcc6.js +0 -5
  481. package/web/.next/static/chunks/4558d1663c6f4d2c.js +0 -1
  482. package/web/.next/static/chunks/4df07e765b233622.js +0 -1
  483. package/web/.next/static/chunks/64d73952a0291431.js +0 -1
  484. package/web/.next/static/chunks/6e14d8bd5c005e6e.js +0 -1
  485. package/web/.next/static/chunks/8a1eb93510e54db0.js +0 -1
  486. package/web/.next/static/chunks/938c21b0cefb2b1d.js +0 -1
  487. package/web/.next/static/chunks/b143c7d78a6888e9.js +0 -1
  488. package/web/.next/static/chunks/c7e793951b20a67f.js +0 -1
  489. package/web/.next/static/chunks/dec13bccb136ef7c.css +0 -2
  490. package/web/.next/static/chunks/e4522f7d3134eefe.js +0 -1
  491. /package/web/.next/static/{9bO_bJBssG0NRxEG03iM5 → rLo0X398WFLTarx1augqu}/_buildManifest.js +0 -0
  492. /package/web/.next/static/{9bO_bJBssG0NRxEG03iM5 → rLo0X398WFLTarx1augqu}/_clientMiddlewareManifest.json +0 -0
  493. /package/web/.next/static/{9bO_bJBssG0NRxEG03iM5 → rLo0X398WFLTarx1augqu}/_ssgManifest.js +0 -0
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "node": {
3
- "004b2dc39c2c87090aa79cc490f2278a407e6a1a99": {
3
+ "009532bf926f84457b69a3f05df7f86f9e83787736": {
4
4
  "workers": {
5
5
  "app/(dashboard)/@drawer/create/page": {
6
- "moduleId": 42016,
6
+ "moduleId": 98460,
7
7
  "async": false,
8
8
  "exportedName": "pickFolder",
9
9
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
10
10
  },
11
11
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
12
- "moduleId": 53432,
12
+ "moduleId": 1125,
13
13
  "async": false,
14
14
  "exportedName": "pickFolder",
15
15
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
16
16
  },
17
17
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
18
- "moduleId": 12834,
18
+ "moduleId": 15659,
19
19
  "async": false,
20
20
  "exportedName": "pickFolder",
21
21
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
22
22
  },
23
23
  "app/(dashboard)/create/page": {
24
- "moduleId": 15434,
24
+ "moduleId": 63016,
25
25
  "async": false,
26
26
  "exportedName": "pickFolder",
27
27
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
28
28
  },
29
29
  "app/(dashboard)/feature/[featureId]/page": {
30
- "moduleId": 24734,
30
+ "moduleId": 96804,
31
31
  "async": false,
32
32
  "exportedName": "pickFolder",
33
33
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
34
34
  },
35
35
  "app/(dashboard)/page": {
36
- "moduleId": 21365,
36
+ "moduleId": 14110,
37
37
  "async": false,
38
38
  "exportedName": "pickFolder",
39
39
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
40
40
  },
41
41
  "app/(dashboard)/repository/[repositoryId]/page": {
42
- "moduleId": 43068,
42
+ "moduleId": 5887,
43
43
  "async": false,
44
44
  "exportedName": "pickFolder",
45
45
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
@@ -57,7 +57,7 @@
57
57
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
58
58
  },
59
59
  "app/tools/page": {
60
- "moduleId": 19036,
60
+ "moduleId": 90322,
61
61
  "async": false,
62
62
  "exportedName": "pickFolder",
63
63
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
@@ -85,46 +85,46 @@
85
85
  "filename": "src/presentation/web/app/actions/pick-folder.ts",
86
86
  "exportedName": "pickFolder"
87
87
  },
88
- "400a8ede2435ed7ef4a02a59c0ca10ed273a2b5dfd": {
88
+ "40dddea5d18ba06330a0c2accb88caa204d8b74799": {
89
89
  "workers": {
90
90
  "app/(dashboard)/@drawer/create/page": {
91
- "moduleId": 42016,
91
+ "moduleId": 98460,
92
92
  "async": false,
93
93
  "exportedName": "getDeploymentLogs",
94
94
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
95
95
  },
96
96
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
97
- "moduleId": 53432,
97
+ "moduleId": 1125,
98
98
  "async": false,
99
99
  "exportedName": "getDeploymentLogs",
100
100
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
101
101
  },
102
102
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
103
- "moduleId": 12834,
103
+ "moduleId": 15659,
104
104
  "async": false,
105
105
  "exportedName": "getDeploymentLogs",
106
106
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
107
107
  },
108
108
  "app/(dashboard)/create/page": {
109
- "moduleId": 15434,
109
+ "moduleId": 63016,
110
110
  "async": false,
111
111
  "exportedName": "getDeploymentLogs",
112
112
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
113
113
  },
114
114
  "app/(dashboard)/feature/[featureId]/page": {
115
- "moduleId": 24734,
115
+ "moduleId": 96804,
116
116
  "async": false,
117
117
  "exportedName": "getDeploymentLogs",
118
118
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
119
119
  },
120
120
  "app/(dashboard)/page": {
121
- "moduleId": 21365,
121
+ "moduleId": 14110,
122
122
  "async": false,
123
123
  "exportedName": "getDeploymentLogs",
124
124
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
125
125
  },
126
126
  "app/(dashboard)/repository/[repositoryId]/page": {
127
- "moduleId": 43068,
127
+ "moduleId": 5887,
128
128
  "async": false,
129
129
  "exportedName": "getDeploymentLogs",
130
130
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
@@ -134,6 +134,12 @@
134
134
  "async": false,
135
135
  "exportedName": "getDeploymentLogs",
136
136
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
137
+ },
138
+ "app/tools/page": {
139
+ "moduleId": 90322,
140
+ "async": false,
141
+ "exportedName": "getDeploymentLogs",
142
+ "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
137
143
  }
138
144
  },
139
145
  "layer": {
@@ -144,51 +150,52 @@
144
150
  "app/(dashboard)/feature/[featureId]/page": "action-browser",
145
151
  "app/(dashboard)/page": "action-browser",
146
152
  "app/(dashboard)/repository/[repositoryId]/page": "action-browser",
147
- "app/skills/page": "action-browser"
153
+ "app/skills/page": "action-browser",
154
+ "app/tools/page": "action-browser"
148
155
  },
149
156
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts",
150
157
  "exportedName": "getDeploymentLogs"
151
158
  },
152
- "4091b389ef395ae89fda106fcc72a7298e7c2ba701": {
159
+ "4042ebcdb8254ec9bd35465f32fe0abd1d3a8361d0": {
153
160
  "workers": {
154
161
  "app/(dashboard)/@drawer/create/page": {
155
- "moduleId": 42016,
162
+ "moduleId": 98460,
156
163
  "async": false,
157
164
  "exportedName": "deployFeature",
158
165
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
159
166
  },
160
167
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
161
- "moduleId": 53432,
168
+ "moduleId": 1125,
162
169
  "async": false,
163
170
  "exportedName": "deployFeature",
164
171
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
165
172
  },
166
173
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
167
- "moduleId": 12834,
174
+ "moduleId": 15659,
168
175
  "async": false,
169
176
  "exportedName": "deployFeature",
170
177
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
171
178
  },
172
179
  "app/(dashboard)/create/page": {
173
- "moduleId": 15434,
180
+ "moduleId": 63016,
174
181
  "async": false,
175
182
  "exportedName": "deployFeature",
176
183
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
177
184
  },
178
185
  "app/(dashboard)/feature/[featureId]/page": {
179
- "moduleId": 24734,
186
+ "moduleId": 96804,
180
187
  "async": false,
181
188
  "exportedName": "deployFeature",
182
189
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
183
190
  },
184
191
  "app/(dashboard)/page": {
185
- "moduleId": 21365,
192
+ "moduleId": 14110,
186
193
  "async": false,
187
194
  "exportedName": "deployFeature",
188
195
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
189
196
  },
190
197
  "app/(dashboard)/repository/[repositoryId]/page": {
191
- "moduleId": 43068,
198
+ "moduleId": 5887,
192
199
  "async": false,
193
200
  "exportedName": "deployFeature",
194
201
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
@@ -198,6 +205,12 @@
198
205
  "async": false,
199
206
  "exportedName": "deployFeature",
200
207
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
208
+ },
209
+ "app/tools/page": {
210
+ "moduleId": 90322,
211
+ "async": false,
212
+ "exportedName": "deployFeature",
213
+ "filename": "src/presentation/web/app/actions/deploy-feature.ts"
201
214
  }
202
215
  },
203
216
  "layer": {
@@ -208,51 +221,52 @@
208
221
  "app/(dashboard)/feature/[featureId]/page": "action-browser",
209
222
  "app/(dashboard)/page": "action-browser",
210
223
  "app/(dashboard)/repository/[repositoryId]/page": "action-browser",
211
- "app/skills/page": "action-browser"
224
+ "app/skills/page": "action-browser",
225
+ "app/tools/page": "action-browser"
212
226
  },
213
227
  "filename": "src/presentation/web/app/actions/deploy-feature.ts",
214
228
  "exportedName": "deployFeature"
215
229
  },
216
- "40d24de9aedba6687d265fa4b247a37eba5cf807fe": {
230
+ "40e0234f848afa2c029794b2f67ac3a4da652595db": {
217
231
  "workers": {
218
232
  "app/(dashboard)/@drawer/create/page": {
219
- "moduleId": 42016,
233
+ "moduleId": 98460,
220
234
  "async": false,
221
235
  "exportedName": "deployRepository",
222
236
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
223
237
  },
224
238
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
225
- "moduleId": 53432,
239
+ "moduleId": 1125,
226
240
  "async": false,
227
241
  "exportedName": "deployRepository",
228
242
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
229
243
  },
230
244
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
231
- "moduleId": 12834,
245
+ "moduleId": 15659,
232
246
  "async": false,
233
247
  "exportedName": "deployRepository",
234
248
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
235
249
  },
236
250
  "app/(dashboard)/create/page": {
237
- "moduleId": 15434,
251
+ "moduleId": 63016,
238
252
  "async": false,
239
253
  "exportedName": "deployRepository",
240
254
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
241
255
  },
242
256
  "app/(dashboard)/feature/[featureId]/page": {
243
- "moduleId": 24734,
257
+ "moduleId": 96804,
244
258
  "async": false,
245
259
  "exportedName": "deployRepository",
246
260
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
247
261
  },
248
262
  "app/(dashboard)/page": {
249
- "moduleId": 21365,
263
+ "moduleId": 14110,
250
264
  "async": false,
251
265
  "exportedName": "deployRepository",
252
266
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
253
267
  },
254
268
  "app/(dashboard)/repository/[repositoryId]/page": {
255
- "moduleId": 43068,
269
+ "moduleId": 5887,
256
270
  "async": false,
257
271
  "exportedName": "deployRepository",
258
272
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
@@ -262,6 +276,12 @@
262
276
  "async": false,
263
277
  "exportedName": "deployRepository",
264
278
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
279
+ },
280
+ "app/tools/page": {
281
+ "moduleId": 90322,
282
+ "async": false,
283
+ "exportedName": "deployRepository",
284
+ "filename": "src/presentation/web/app/actions/deploy-repository.ts"
265
285
  }
266
286
  },
267
287
  "layer": {
@@ -272,51 +292,52 @@
272
292
  "app/(dashboard)/feature/[featureId]/page": "action-browser",
273
293
  "app/(dashboard)/page": "action-browser",
274
294
  "app/(dashboard)/repository/[repositoryId]/page": "action-browser",
275
- "app/skills/page": "action-browser"
295
+ "app/skills/page": "action-browser",
296
+ "app/tools/page": "action-browser"
276
297
  },
277
298
  "filename": "src/presentation/web/app/actions/deploy-repository.ts",
278
299
  "exportedName": "deployRepository"
279
300
  },
280
- "40cd70db8a92b99a63e84ce96e00d17eb5853d883e": {
301
+ "40367d2a8dc08a7acaecc157720b7f88e83c04bdb9": {
281
302
  "workers": {
282
303
  "app/(dashboard)/@drawer/create/page": {
283
- "moduleId": 42016,
304
+ "moduleId": 98460,
284
305
  "async": false,
285
306
  "exportedName": "stopDeployment",
286
307
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
287
308
  },
288
309
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
289
- "moduleId": 53432,
310
+ "moduleId": 1125,
290
311
  "async": false,
291
312
  "exportedName": "stopDeployment",
292
313
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
293
314
  },
294
315
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
295
- "moduleId": 12834,
316
+ "moduleId": 15659,
296
317
  "async": false,
297
318
  "exportedName": "stopDeployment",
298
319
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
299
320
  },
300
321
  "app/(dashboard)/create/page": {
301
- "moduleId": 15434,
322
+ "moduleId": 63016,
302
323
  "async": false,
303
324
  "exportedName": "stopDeployment",
304
325
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
305
326
  },
306
327
  "app/(dashboard)/feature/[featureId]/page": {
307
- "moduleId": 24734,
328
+ "moduleId": 96804,
308
329
  "async": false,
309
330
  "exportedName": "stopDeployment",
310
331
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
311
332
  },
312
333
  "app/(dashboard)/page": {
313
- "moduleId": 21365,
334
+ "moduleId": 14110,
314
335
  "async": false,
315
336
  "exportedName": "stopDeployment",
316
337
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
317
338
  },
318
339
  "app/(dashboard)/repository/[repositoryId]/page": {
319
- "moduleId": 43068,
340
+ "moduleId": 5887,
320
341
  "async": false,
321
342
  "exportedName": "stopDeployment",
322
343
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
@@ -326,6 +347,12 @@
326
347
  "async": false,
327
348
  "exportedName": "stopDeployment",
328
349
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
350
+ },
351
+ "app/tools/page": {
352
+ "moduleId": 90322,
353
+ "async": false,
354
+ "exportedName": "stopDeployment",
355
+ "filename": "src/presentation/web/app/actions/stop-deployment.ts"
329
356
  }
330
357
  },
331
358
  "layer": {
@@ -336,51 +363,52 @@
336
363
  "app/(dashboard)/feature/[featureId]/page": "action-browser",
337
364
  "app/(dashboard)/page": "action-browser",
338
365
  "app/(dashboard)/repository/[repositoryId]/page": "action-browser",
339
- "app/skills/page": "action-browser"
366
+ "app/skills/page": "action-browser",
367
+ "app/tools/page": "action-browser"
340
368
  },
341
369
  "filename": "src/presentation/web/app/actions/stop-deployment.ts",
342
370
  "exportedName": "stopDeployment"
343
371
  },
344
- "403d630984e0b0ab0dbc946b89ffb6064720577c28": {
372
+ "40173d82961a942e932476bd2a446469fbc6e3f37b": {
345
373
  "workers": {
346
374
  "app/(dashboard)/@drawer/create/page": {
347
- "moduleId": 42016,
375
+ "moduleId": 98460,
348
376
  "async": false,
349
377
  "exportedName": "getDeploymentStatus",
350
378
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
351
379
  },
352
380
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
353
- "moduleId": 53432,
381
+ "moduleId": 1125,
354
382
  "async": false,
355
383
  "exportedName": "getDeploymentStatus",
356
384
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
357
385
  },
358
386
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
359
- "moduleId": 12834,
387
+ "moduleId": 15659,
360
388
  "async": false,
361
389
  "exportedName": "getDeploymentStatus",
362
390
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
363
391
  },
364
392
  "app/(dashboard)/create/page": {
365
- "moduleId": 15434,
393
+ "moduleId": 63016,
366
394
  "async": false,
367
395
  "exportedName": "getDeploymentStatus",
368
396
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
369
397
  },
370
398
  "app/(dashboard)/feature/[featureId]/page": {
371
- "moduleId": 24734,
399
+ "moduleId": 96804,
372
400
  "async": false,
373
401
  "exportedName": "getDeploymentStatus",
374
402
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
375
403
  },
376
404
  "app/(dashboard)/page": {
377
- "moduleId": 21365,
405
+ "moduleId": 14110,
378
406
  "async": false,
379
407
  "exportedName": "getDeploymentStatus",
380
408
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
381
409
  },
382
410
  "app/(dashboard)/repository/[repositoryId]/page": {
383
- "moduleId": 43068,
411
+ "moduleId": 5887,
384
412
  "async": false,
385
413
  "exportedName": "getDeploymentStatus",
386
414
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
@@ -390,6 +418,12 @@
390
418
  "async": false,
391
419
  "exportedName": "getDeploymentStatus",
392
420
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
421
+ },
422
+ "app/tools/page": {
423
+ "moduleId": 90322,
424
+ "async": false,
425
+ "exportedName": "getDeploymentStatus",
426
+ "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
393
427
  }
394
428
  },
395
429
  "layer": {
@@ -400,51 +434,52 @@
400
434
  "app/(dashboard)/feature/[featureId]/page": "action-browser",
401
435
  "app/(dashboard)/page": "action-browser",
402
436
  "app/(dashboard)/repository/[repositoryId]/page": "action-browser",
403
- "app/skills/page": "action-browser"
437
+ "app/skills/page": "action-browser",
438
+ "app/tools/page": "action-browser"
404
439
  },
405
440
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts",
406
441
  "exportedName": "getDeploymentStatus"
407
442
  },
408
- "40ba682dbe274bdf04e51dfd27c2a4eeff1d95c817": {
443
+ "40a1c9ebe814db3a4a5d4c128f5ceb4c03f1bd96a4": {
409
444
  "workers": {
410
445
  "app/(dashboard)/@drawer/create/page": {
411
- "moduleId": 42016,
446
+ "moduleId": 98460,
412
447
  "async": false,
413
448
  "exportedName": "openIde",
414
449
  "filename": "src/presentation/web/app/actions/open-ide.ts"
415
450
  },
416
451
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
417
- "moduleId": 53432,
452
+ "moduleId": 1125,
418
453
  "async": false,
419
454
  "exportedName": "openIde",
420
455
  "filename": "src/presentation/web/app/actions/open-ide.ts"
421
456
  },
422
457
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
423
- "moduleId": 12834,
458
+ "moduleId": 15659,
424
459
  "async": false,
425
460
  "exportedName": "openIde",
426
461
  "filename": "src/presentation/web/app/actions/open-ide.ts"
427
462
  },
428
463
  "app/(dashboard)/create/page": {
429
- "moduleId": 15434,
464
+ "moduleId": 63016,
430
465
  "async": false,
431
466
  "exportedName": "openIde",
432
467
  "filename": "src/presentation/web/app/actions/open-ide.ts"
433
468
  },
434
469
  "app/(dashboard)/feature/[featureId]/page": {
435
- "moduleId": 24734,
470
+ "moduleId": 96804,
436
471
  "async": false,
437
472
  "exportedName": "openIde",
438
473
  "filename": "src/presentation/web/app/actions/open-ide.ts"
439
474
  },
440
475
  "app/(dashboard)/page": {
441
- "moduleId": 21365,
476
+ "moduleId": 14110,
442
477
  "async": false,
443
478
  "exportedName": "openIde",
444
479
  "filename": "src/presentation/web/app/actions/open-ide.ts"
445
480
  },
446
481
  "app/(dashboard)/repository/[repositoryId]/page": {
447
- "moduleId": 43068,
482
+ "moduleId": 5887,
448
483
  "async": false,
449
484
  "exportedName": "openIde",
450
485
  "filename": "src/presentation/web/app/actions/open-ide.ts"
@@ -462,46 +497,46 @@
462
497
  "filename": "src/presentation/web/app/actions/open-ide.ts",
463
498
  "exportedName": "openIde"
464
499
  },
465
- "4005a4e90f82bf960ea223d961b7ceb4ee7273fbfe": {
500
+ "40c19eced9dff3c4805220819dcaff2a75fb08a73f": {
466
501
  "workers": {
467
502
  "app/(dashboard)/@drawer/create/page": {
468
- "moduleId": 42016,
503
+ "moduleId": 98460,
469
504
  "async": false,
470
505
  "exportedName": "openShell",
471
506
  "filename": "src/presentation/web/app/actions/open-shell.ts"
472
507
  },
473
508
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
474
- "moduleId": 53432,
509
+ "moduleId": 1125,
475
510
  "async": false,
476
511
  "exportedName": "openShell",
477
512
  "filename": "src/presentation/web/app/actions/open-shell.ts"
478
513
  },
479
514
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
480
- "moduleId": 12834,
515
+ "moduleId": 15659,
481
516
  "async": false,
482
517
  "exportedName": "openShell",
483
518
  "filename": "src/presentation/web/app/actions/open-shell.ts"
484
519
  },
485
520
  "app/(dashboard)/create/page": {
486
- "moduleId": 15434,
521
+ "moduleId": 63016,
487
522
  "async": false,
488
523
  "exportedName": "openShell",
489
524
  "filename": "src/presentation/web/app/actions/open-shell.ts"
490
525
  },
491
526
  "app/(dashboard)/feature/[featureId]/page": {
492
- "moduleId": 24734,
527
+ "moduleId": 96804,
493
528
  "async": false,
494
529
  "exportedName": "openShell",
495
530
  "filename": "src/presentation/web/app/actions/open-shell.ts"
496
531
  },
497
532
  "app/(dashboard)/page": {
498
- "moduleId": 21365,
533
+ "moduleId": 14110,
499
534
  "async": false,
500
535
  "exportedName": "openShell",
501
536
  "filename": "src/presentation/web/app/actions/open-shell.ts"
502
537
  },
503
538
  "app/(dashboard)/repository/[repositoryId]/page": {
504
- "moduleId": 43068,
539
+ "moduleId": 5887,
505
540
  "async": false,
506
541
  "exportedName": "openShell",
507
542
  "filename": "src/presentation/web/app/actions/open-shell.ts"
@@ -519,46 +554,46 @@
519
554
  "filename": "src/presentation/web/app/actions/open-shell.ts",
520
555
  "exportedName": "openShell"
521
556
  },
522
- "402b6975b9af5a5c21a021ab1a56dc0712ff55d2c4": {
557
+ "40b0becc19aca2bed2024d1be7abd4a608149ec9d5": {
523
558
  "workers": {
524
559
  "app/(dashboard)/@drawer/create/page": {
525
- "moduleId": 42016,
560
+ "moduleId": 98460,
526
561
  "async": false,
527
562
  "exportedName": "openFolder",
528
563
  "filename": "src/presentation/web/app/actions/open-folder.ts"
529
564
  },
530
565
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
531
- "moduleId": 53432,
566
+ "moduleId": 1125,
532
567
  "async": false,
533
568
  "exportedName": "openFolder",
534
569
  "filename": "src/presentation/web/app/actions/open-folder.ts"
535
570
  },
536
571
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
537
- "moduleId": 12834,
572
+ "moduleId": 15659,
538
573
  "async": false,
539
574
  "exportedName": "openFolder",
540
575
  "filename": "src/presentation/web/app/actions/open-folder.ts"
541
576
  },
542
577
  "app/(dashboard)/create/page": {
543
- "moduleId": 15434,
578
+ "moduleId": 63016,
544
579
  "async": false,
545
580
  "exportedName": "openFolder",
546
581
  "filename": "src/presentation/web/app/actions/open-folder.ts"
547
582
  },
548
583
  "app/(dashboard)/feature/[featureId]/page": {
549
- "moduleId": 24734,
584
+ "moduleId": 96804,
550
585
  "async": false,
551
586
  "exportedName": "openFolder",
552
587
  "filename": "src/presentation/web/app/actions/open-folder.ts"
553
588
  },
554
589
  "app/(dashboard)/page": {
555
- "moduleId": 21365,
590
+ "moduleId": 14110,
556
591
  "async": false,
557
592
  "exportedName": "openFolder",
558
593
  "filename": "src/presentation/web/app/actions/open-folder.ts"
559
594
  },
560
595
  "app/(dashboard)/repository/[repositoryId]/page": {
561
- "moduleId": 43068,
596
+ "moduleId": 5887,
562
597
  "async": false,
563
598
  "exportedName": "openFolder",
564
599
  "filename": "src/presentation/web/app/actions/open-folder.ts"
@@ -576,46 +611,46 @@
576
611
  "filename": "src/presentation/web/app/actions/open-folder.ts",
577
612
  "exportedName": "openFolder"
578
613
  },
579
- "40a2c8d77b3c9077856eda0a32f3864be255a159e4": {
614
+ "4018e4b3e77d66c73e33b177938dd1d46413b369e7": {
580
615
  "workers": {
581
616
  "app/(dashboard)/@drawer/create/page": {
582
- "moduleId": 42016,
617
+ "moduleId": 98460,
583
618
  "async": false,
584
619
  "exportedName": "deleteFeature",
585
620
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
586
621
  },
587
622
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
588
- "moduleId": 53432,
623
+ "moduleId": 1125,
589
624
  "async": false,
590
625
  "exportedName": "deleteFeature",
591
626
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
592
627
  },
593
628
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
594
- "moduleId": 12834,
629
+ "moduleId": 15659,
595
630
  "async": false,
596
631
  "exportedName": "deleteFeature",
597
632
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
598
633
  },
599
634
  "app/(dashboard)/create/page": {
600
- "moduleId": 15434,
635
+ "moduleId": 63016,
601
636
  "async": false,
602
637
  "exportedName": "deleteFeature",
603
638
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
604
639
  },
605
640
  "app/(dashboard)/feature/[featureId]/page": {
606
- "moduleId": 24734,
641
+ "moduleId": 96804,
607
642
  "async": false,
608
643
  "exportedName": "deleteFeature",
609
644
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
610
645
  },
611
646
  "app/(dashboard)/page": {
612
- "moduleId": 21365,
647
+ "moduleId": 14110,
613
648
  "async": false,
614
649
  "exportedName": "deleteFeature",
615
650
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
616
651
  },
617
652
  "app/(dashboard)/repository/[repositoryId]/page": {
618
- "moduleId": 43068,
653
+ "moduleId": 5887,
619
654
  "async": false,
620
655
  "exportedName": "deleteFeature",
621
656
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
@@ -633,46 +668,46 @@
633
668
  "filename": "src/presentation/web/app/actions/delete-feature.ts",
634
669
  "exportedName": "deleteFeature"
635
670
  },
636
- "401f04652d1234ae172e4f38fc83a8ee05ff1787c0": {
671
+ "40b923d6f29a34eb0fceb201177e08bff3b23c7cf7": {
637
672
  "workers": {
638
673
  "app/(dashboard)/@drawer/create/page": {
639
- "moduleId": 42016,
674
+ "moduleId": 98460,
640
675
  "async": false,
641
676
  "exportedName": "addRepository",
642
677
  "filename": "src/presentation/web/app/actions/add-repository.ts"
643
678
  },
644
679
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
645
- "moduleId": 53432,
680
+ "moduleId": 1125,
646
681
  "async": false,
647
682
  "exportedName": "addRepository",
648
683
  "filename": "src/presentation/web/app/actions/add-repository.ts"
649
684
  },
650
685
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
651
- "moduleId": 12834,
686
+ "moduleId": 15659,
652
687
  "async": false,
653
688
  "exportedName": "addRepository",
654
689
  "filename": "src/presentation/web/app/actions/add-repository.ts"
655
690
  },
656
691
  "app/(dashboard)/create/page": {
657
- "moduleId": 15434,
692
+ "moduleId": 63016,
658
693
  "async": false,
659
694
  "exportedName": "addRepository",
660
695
  "filename": "src/presentation/web/app/actions/add-repository.ts"
661
696
  },
662
697
  "app/(dashboard)/feature/[featureId]/page": {
663
- "moduleId": 24734,
698
+ "moduleId": 96804,
664
699
  "async": false,
665
700
  "exportedName": "addRepository",
666
701
  "filename": "src/presentation/web/app/actions/add-repository.ts"
667
702
  },
668
703
  "app/(dashboard)/page": {
669
- "moduleId": 21365,
704
+ "moduleId": 14110,
670
705
  "async": false,
671
706
  "exportedName": "addRepository",
672
707
  "filename": "src/presentation/web/app/actions/add-repository.ts"
673
708
  },
674
709
  "app/(dashboard)/repository/[repositoryId]/page": {
675
- "moduleId": 43068,
710
+ "moduleId": 5887,
676
711
  "async": false,
677
712
  "exportedName": "addRepository",
678
713
  "filename": "src/presentation/web/app/actions/add-repository.ts"
@@ -690,46 +725,46 @@
690
725
  "filename": "src/presentation/web/app/actions/add-repository.ts",
691
726
  "exportedName": "addRepository"
692
727
  },
693
- "408d1018e3aaede30886d78e2f25f3f068adc0bb56": {
728
+ "40434cdcbfb2a43f6337587b33dcaab3a28d6e8e60": {
694
729
  "workers": {
695
730
  "app/(dashboard)/@drawer/create/page": {
696
- "moduleId": 42016,
731
+ "moduleId": 98460,
697
732
  "async": false,
698
733
  "exportedName": "deleteRepository",
699
734
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
700
735
  },
701
736
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
702
- "moduleId": 53432,
737
+ "moduleId": 1125,
703
738
  "async": false,
704
739
  "exportedName": "deleteRepository",
705
740
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
706
741
  },
707
742
  "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
708
- "moduleId": 12834,
743
+ "moduleId": 15659,
709
744
  "async": false,
710
745
  "exportedName": "deleteRepository",
711
746
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
712
747
  },
713
748
  "app/(dashboard)/create/page": {
714
- "moduleId": 15434,
749
+ "moduleId": 63016,
715
750
  "async": false,
716
751
  "exportedName": "deleteRepository",
717
752
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
718
753
  },
719
754
  "app/(dashboard)/feature/[featureId]/page": {
720
- "moduleId": 24734,
755
+ "moduleId": 96804,
721
756
  "async": false,
722
757
  "exportedName": "deleteRepository",
723
758
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
724
759
  },
725
760
  "app/(dashboard)/page": {
726
- "moduleId": 21365,
761
+ "moduleId": 14110,
727
762
  "async": false,
728
763
  "exportedName": "deleteRepository",
729
764
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
730
765
  },
731
766
  "app/(dashboard)/repository/[repositoryId]/page": {
732
- "moduleId": 43068,
767
+ "moduleId": 5887,
733
768
  "async": false,
734
769
  "exportedName": "deleteRepository",
735
770
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
@@ -747,16 +782,73 @@
747
782
  "filename": "src/presentation/web/app/actions/delete-repository.ts",
748
783
  "exportedName": "deleteRepository"
749
784
  },
750
- "003192d30d03f3d14a39761ac89a91409a52823723": {
785
+ "006d927f83676b07333203cddceb6c9739604760d6": {
786
+ "workers": {
787
+ "app/(dashboard)/@drawer/create/page": {
788
+ "moduleId": 98460,
789
+ "async": false,
790
+ "exportedName": "fetchGraphData",
791
+ "filename": "src/presentation/web/app/actions/get-graph-data.ts"
792
+ },
793
+ "app/(dashboard)/@drawer/feature/[featureId]/page": {
794
+ "moduleId": 1125,
795
+ "async": false,
796
+ "exportedName": "fetchGraphData",
797
+ "filename": "src/presentation/web/app/actions/get-graph-data.ts"
798
+ },
799
+ "app/(dashboard)/@drawer/repository/[repositoryId]/page": {
800
+ "moduleId": 15659,
801
+ "async": false,
802
+ "exportedName": "fetchGraphData",
803
+ "filename": "src/presentation/web/app/actions/get-graph-data.ts"
804
+ },
805
+ "app/(dashboard)/create/page": {
806
+ "moduleId": 63016,
807
+ "async": false,
808
+ "exportedName": "fetchGraphData",
809
+ "filename": "src/presentation/web/app/actions/get-graph-data.ts"
810
+ },
811
+ "app/(dashboard)/feature/[featureId]/page": {
812
+ "moduleId": 96804,
813
+ "async": false,
814
+ "exportedName": "fetchGraphData",
815
+ "filename": "src/presentation/web/app/actions/get-graph-data.ts"
816
+ },
817
+ "app/(dashboard)/page": {
818
+ "moduleId": 14110,
819
+ "async": false,
820
+ "exportedName": "fetchGraphData",
821
+ "filename": "src/presentation/web/app/actions/get-graph-data.ts"
822
+ },
823
+ "app/(dashboard)/repository/[repositoryId]/page": {
824
+ "moduleId": 5887,
825
+ "async": false,
826
+ "exportedName": "fetchGraphData",
827
+ "filename": "src/presentation/web/app/actions/get-graph-data.ts"
828
+ }
829
+ },
830
+ "layer": {
831
+ "app/(dashboard)/@drawer/create/page": "action-browser",
832
+ "app/(dashboard)/@drawer/feature/[featureId]/page": "action-browser",
833
+ "app/(dashboard)/@drawer/repository/[repositoryId]/page": "action-browser",
834
+ "app/(dashboard)/create/page": "action-browser",
835
+ "app/(dashboard)/feature/[featureId]/page": "action-browser",
836
+ "app/(dashboard)/page": "action-browser",
837
+ "app/(dashboard)/repository/[repositoryId]/page": "action-browser"
838
+ },
839
+ "filename": "src/presentation/web/app/actions/get-graph-data.ts",
840
+ "exportedName": "fetchGraphData"
841
+ },
842
+ "00d4f73bcf661be456565aa35899c616e26830baff": {
751
843
  "workers": {
752
844
  "app/(dashboard)/@drawer/create/page": {
753
- "moduleId": 42016,
845
+ "moduleId": 98460,
754
846
  "async": false,
755
847
  "exportedName": "getWorkflowDefaults",
756
848
  "filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
757
849
  },
758
850
  "app/(dashboard)/create/page": {
759
- "moduleId": 15434,
851
+ "moduleId": 63016,
760
852
  "async": false,
761
853
  "exportedName": "getWorkflowDefaults",
762
854
  "filename": "src/presentation/web/app/actions/get-workflow-defaults.ts"
@@ -769,16 +861,16 @@
769
861
  "filename": "src/presentation/web/app/actions/get-workflow-defaults.ts",
770
862
  "exportedName": "getWorkflowDefaults"
771
863
  },
772
- "40dc2819f0410c1864b5e8240beda7a7e0bbded84a": {
864
+ "407049b1f40e037d000435d9df8a030b383b568b74": {
773
865
  "workers": {
774
866
  "app/(dashboard)/@drawer/create/page": {
775
- "moduleId": 42016,
867
+ "moduleId": 98460,
776
868
  "async": false,
777
869
  "exportedName": "createFeature",
778
870
  "filename": "src/presentation/web/app/actions/create-feature.ts"
779
871
  },
780
872
  "app/(dashboard)/create/page": {
781
- "moduleId": 15434,
873
+ "moduleId": 63016,
782
874
  "async": false,
783
875
  "exportedName": "createFeature",
784
876
  "filename": "src/presentation/web/app/actions/create-feature.ts"
@@ -791,16 +883,16 @@
791
883
  "filename": "src/presentation/web/app/actions/create-feature.ts",
792
884
  "exportedName": "createFeature"
793
885
  },
794
- "60c1544db6a24763824d6e6635e96f956a27885760": {
886
+ "606de4eb83b2c32f17749975fafbb4e8771f83af3f": {
795
887
  "workers": {
796
888
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
797
- "moduleId": 53432,
889
+ "moduleId": 1125,
798
890
  "async": false,
799
891
  "exportedName": "approveFeature",
800
892
  "filename": "src/presentation/web/app/actions/approve-feature.ts"
801
893
  },
802
894
  "app/(dashboard)/feature/[featureId]/page": {
803
- "moduleId": 24734,
895
+ "moduleId": 96804,
804
896
  "async": false,
805
897
  "exportedName": "approveFeature",
806
898
  "filename": "src/presentation/web/app/actions/approve-feature.ts"
@@ -813,16 +905,16 @@
813
905
  "filename": "src/presentation/web/app/actions/approve-feature.ts",
814
906
  "exportedName": "approveFeature"
815
907
  },
816
- "60dbaaa4ea82809dc2c8054a310332edb41efc56d9": {
908
+ "601ebdbb329d3ee7c236f59f5a37376daed73622e6": {
817
909
  "workers": {
818
910
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
819
- "moduleId": 53432,
911
+ "moduleId": 1125,
820
912
  "async": false,
821
913
  "exportedName": "rejectFeature",
822
914
  "filename": "src/presentation/web/app/actions/reject-feature.ts"
823
915
  },
824
916
  "app/(dashboard)/feature/[featureId]/page": {
825
- "moduleId": 24734,
917
+ "moduleId": 96804,
826
918
  "async": false,
827
919
  "exportedName": "rejectFeature",
828
920
  "filename": "src/presentation/web/app/actions/reject-feature.ts"
@@ -835,16 +927,16 @@
835
927
  "filename": "src/presentation/web/app/actions/reject-feature.ts",
836
928
  "exportedName": "rejectFeature"
837
929
  },
838
- "402f22100a4e19d1a1cdbe4c89e87a36641a9fa8f7": {
930
+ "40ce9f017a2218827ce8585c83b7d40e8d417161ed": {
839
931
  "workers": {
840
932
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
841
- "moduleId": 53432,
933
+ "moduleId": 1125,
842
934
  "async": false,
843
935
  "exportedName": "getFeatureArtifact",
844
936
  "filename": "src/presentation/web/app/actions/get-feature-artifact.ts"
845
937
  },
846
938
  "app/(dashboard)/feature/[featureId]/page": {
847
- "moduleId": 24734,
939
+ "moduleId": 96804,
848
940
  "async": false,
849
941
  "exportedName": "getFeatureArtifact",
850
942
  "filename": "src/presentation/web/app/actions/get-feature-artifact.ts"
@@ -857,16 +949,16 @@
857
949
  "filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
858
950
  "exportedName": "getFeatureArtifact"
859
951
  },
860
- "40532f400ff7cc11798e6472692025ed83ffdd4577": {
952
+ "408efa0bf07af5f36edd1c19a5fea3cb060d5f4782": {
861
953
  "workers": {
862
954
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
863
- "moduleId": 53432,
955
+ "moduleId": 1125,
864
956
  "async": false,
865
957
  "exportedName": "getResearchArtifact",
866
958
  "filename": "src/presentation/web/app/actions/get-research-artifact.ts"
867
959
  },
868
960
  "app/(dashboard)/feature/[featureId]/page": {
869
- "moduleId": 24734,
961
+ "moduleId": 96804,
870
962
  "async": false,
871
963
  "exportedName": "getResearchArtifact",
872
964
  "filename": "src/presentation/web/app/actions/get-research-artifact.ts"
@@ -879,16 +971,16 @@
879
971
  "filename": "src/presentation/web/app/actions/get-research-artifact.ts",
880
972
  "exportedName": "getResearchArtifact"
881
973
  },
882
- "40eeee82ffadacec80880824975184ade92b178c9b": {
974
+ "408347b2b729eb8b84d7ef181e9482910635f2ae47": {
883
975
  "workers": {
884
976
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
885
- "moduleId": 53432,
977
+ "moduleId": 1125,
886
978
  "async": false,
887
979
  "exportedName": "getMergeReviewData",
888
980
  "filename": "src/presentation/web/app/actions/get-merge-review-data.ts"
889
981
  },
890
982
  "app/(dashboard)/feature/[featureId]/page": {
891
- "moduleId": 24734,
983
+ "moduleId": 96804,
892
984
  "async": false,
893
985
  "exportedName": "getMergeReviewData",
894
986
  "filename": "src/presentation/web/app/actions/get-merge-review-data.ts"
@@ -903,5 +995,5 @@
903
995
  }
904
996
  },
905
997
  "edge": {},
906
- "encryptionKey": "ovEK0toRj8BHc5ThyOz8kdSd0Ucxco6spjyXEYc2YNA="
998
+ "encryptionKey": "jpkSZDtGGCNt0j1KfiX48ABMAChud+xFsHOv1XvdON4="
907
999
  }