@shepai/cli 1.77.1-pr244.c979f34 → 1.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (663) hide show
  1. package/apis/json-schema/Settings.yaml +0 -3
  2. package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -1
  3. package/dist/packages/core/src/domain/factories/settings-defaults.factory.js +2 -7
  4. package/dist/packages/core/src/domain/generated/output.d.ts +0 -21
  5. package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -1
  6. package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -1
  7. package/dist/packages/core/src/infrastructure/di/container.js +0 -6
  8. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -6
  9. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -1
  10. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.js +0 -17
  11. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.d.ts.map +1 -1
  12. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.js +0 -27
  13. package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +1 -1
  14. package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.js +3 -13
  15. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
  16. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +2 -1
  17. package/dist/packages/core/src/infrastructure/services/settings.service.d.ts +0 -10
  18. package/dist/packages/core/src/infrastructure/services/settings.service.d.ts.map +1 -1
  19. package/dist/packages/core/src/infrastructure/services/settings.service.js +0 -15
  20. package/dist/src/presentation/web/app/layout.d.ts.map +1 -1
  21. package/dist/src/presentation/web/app/layout.js +1 -3
  22. package/dist/src/presentation/web/components/common/base-drawer/base-drawer.d.ts.map +1 -1
  23. package/dist/src/presentation/web/components/common/base-drawer/base-drawer.js +1 -2
  24. package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.d.ts.map +1 -1
  25. package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.js +1 -2
  26. package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.d.ts.map +1 -1
  27. package/dist/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.js +1 -2
  28. package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts.map +1 -1
  29. package/dist/src/presentation/web/components/common/repository-node/repository-node.js +1 -2
  30. package/dist/src/presentation/web/components/common/review-drawer-shell/review-drawer-shell.d.ts.map +1 -1
  31. package/dist/src/presentation/web/components/common/review-drawer-shell/review-drawer-shell.js +1 -2
  32. package/dist/src/presentation/web/components/layouts/app-shell/app-shell.d.ts.map +1 -1
  33. package/dist/src/presentation/web/components/layouts/app-shell/app-shell.js +1 -3
  34. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts +1 -3
  35. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
  36. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +4 -3
  37. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.d.ts.map +1 -1
  38. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.js +0 -4
  39. package/dist/src/presentation/web/lib/feature-flags.d.ts +2 -14
  40. package/dist/src/presentation/web/lib/feature-flags.d.ts.map +1 -1
  41. package/dist/src/presentation/web/lib/feature-flags.js +4 -39
  42. package/dist/tsconfig.build.tsbuildinfo +1 -1
  43. package/package.json +1 -1
  44. package/web/.next/BUILD_ID +1 -1
  45. package/web/.next/app-path-routes-manifest.json +0 -1
  46. package/web/.next/build-manifest.json +5 -5
  47. package/web/.next/cache/.previewinfo +1 -1
  48. package/web/.next/cache/.rscinfo +1 -1
  49. package/web/.next/cache/.tsbuildinfo +1 -1
  50. package/web/.next/cache/config.json +3 -3
  51. package/web/.next/fallback-build-manifest.json +2 -2
  52. package/web/.next/prerender-manifest.json +3 -3
  53. package/web/.next/required-server-files.js +1 -1
  54. package/web/.next/required-server-files.json +1 -1
  55. package/web/.next/routes-manifest.json +0 -6
  56. package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +3 -3
  57. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +16 -16
  58. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +8 -9
  59. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  60. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  61. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +3 -3
  62. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +19 -19
  63. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +8 -9
  64. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  65. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  66. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +3 -3
  67. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +14 -14
  68. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +8 -9
  69. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  70. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  71. package/web/.next/server/app/(dashboard)/create/page/build-manifest.json +3 -3
  72. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +16 -16
  73. package/web/.next/server/app/(dashboard)/create/page.js +8 -9
  74. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  75. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  76. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +3 -3
  77. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +19 -19
  78. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +8 -9
  79. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  80. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/(dashboard)/page/build-manifest.json +3 -3
  82. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +14 -14
  83. package/web/.next/server/app/(dashboard)/page.js +8 -9
  84. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  85. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  86. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +3 -3
  87. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +14 -14
  88. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +8 -9
  89. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  90. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  91. package/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
  92. package/web/.next/server/app/_global-error/page.js +3 -4
  93. package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
  94. package/web/.next/server/app/_global-error.html +2 -2
  95. package/web/.next/server/app/_global-error.rsc +1 -1
  96. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  97. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  98. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  99. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  100. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  101. package/web/.next/server/app/_not-found/page/build-manifest.json +3 -3
  102. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  103. package/web/.next/server/app/_not-found/page.js +8 -10
  104. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  105. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  106. package/web/.next/server/app/skills/page/build-manifest.json +3 -3
  107. package/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
  108. package/web/.next/server/app/skills/page.js +9 -12
  109. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  110. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  111. package/web/.next/server/app/tools/page/build-manifest.json +3 -3
  112. package/web/.next/server/app/tools/page/server-reference-manifest.json +6 -6
  113. package/web/.next/server/app/tools/page.js +8 -10
  114. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  115. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  116. package/web/.next/server/app/version/page/build-manifest.json +3 -3
  117. package/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  118. package/web/.next/server/app/version/page.js +8 -9
  119. package/web/.next/server/app/version/page.js.nft.json +1 -1
  120. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  121. package/web/.next/server/app-paths-manifest.json +0 -1
  122. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +1 -1
  123. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/_8eeee4db._.js → server/chunks/ssr/403f9_next_dist_6c821c12._.js} +3 -3
  124. package/web/.next/server/chunks/ssr/{403f9_next_dist_190bdc35._.js.map → 403f9_next_dist_6c821c12._.js.map} +1 -1
  125. package/web/.next/server/chunks/ssr/403f9_next_dist_client_components_builtin_global-error_5fefc4d7.js +3 -0
  126. package/web/.next/server/chunks/ssr/403f9_next_dist_client_components_builtin_global-error_5fefc4d7.js.map +1 -0
  127. package/web/.next/server/chunks/ssr/403f9_next_dist_d738ab66._.js +3 -0
  128. package/web/.next/server/chunks/ssr/403f9_next_dist_d738ab66._.js.map +1 -0
  129. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_0f115902.js +4 -0
  130. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_0f115902.js.map +1 -0
  131. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/_16235e5e._.js → server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_8e8822d6.js} +3 -3
  132. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_8e8822d6.js.map +1 -0
  133. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/_f4d222d6._.js → server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_9d039634.js} +3 -3
  134. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_9d039634.js.map +1 -0
  135. package/web/.next/server/chunks/ssr/{403f9_next_dist_esm_build_templates_app-page_2eacac96.js → 403f9_next_dist_esm_build_templates_app-page_bec3d8d3.js} +3 -3
  136. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_bec3d8d3.js.map +1 -0
  137. package/web/.next/server/chunks/ssr/{403f9_next_dist_esm_build_templates_app-page_46d6bf1b.js → 403f9_next_dist_esm_build_templates_app-page_c27615b6.js} +3 -3
  138. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_c27615b6.js.map +1 -0
  139. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_c9978986.js → server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_d302115b.js} +3 -3
  140. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_d302115b.js.map +1 -0
  141. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_6c70ecca.js → server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js} +3 -3
  142. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js.map +1 -0
  143. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  144. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
  145. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_da7eef33.js +1 -1
  146. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_da7eef33.js.map +1 -1
  147. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_0a9251aa.js +1 -1
  148. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_0a9251aa.js.map +1 -1
  149. package/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js +4 -0
  150. package/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js.map +1 -0
  151. package/web/.next/server/chunks/ssr/[root-of-the-server]__2018e25f._.js +3 -0
  152. package/web/.next/server/chunks/ssr/{[root-of-the-server]__c3c963c6._.js.map → [root-of-the-server]__2018e25f._.js.map} +1 -1
  153. package/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +3 -0
  154. package/web/.next/server/chunks/ssr/{[root-of-the-server]__357d99f9._.js.map → [root-of-the-server]__249c74f6._.js.map} +1 -1
  155. package/web/.next/server/chunks/ssr/[root-of-the-server]__3b4af5ae._.js +3 -0
  156. package/web/.next/server/chunks/ssr/{[root-of-the-server]__c9777776._.js.map → [root-of-the-server]__3b4af5ae._.js.map} +1 -1
  157. package/web/.next/server/chunks/ssr/[root-of-the-server]__45dbf93d._.js +4 -0
  158. package/web/.next/server/chunks/ssr/[root-of-the-server]__45dbf93d._.js.map +1 -0
  159. package/web/.next/server/chunks/ssr/[root-of-the-server]__6258349c._.js +3 -0
  160. package/web/.next/server/chunks/ssr/[root-of-the-server]__6258349c._.js.map +1 -0
  161. package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +4 -0
  162. package/web/.next/server/chunks/ssr/{[root-of-the-server]__11033878._.js.map → [root-of-the-server]__6b17a22d._.js.map} +1 -1
  163. package/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js +4 -0
  164. package/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js.map +1 -0
  165. package/web/.next/server/chunks/ssr/[root-of-the-server]__6ee2450e._.js +3 -0
  166. package/web/.next/server/chunks/ssr/{[root-of-the-server]__23b5ca2c._.js.map → [root-of-the-server]__6ee2450e._.js.map} +1 -1
  167. package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +4 -0
  168. package/web/.next/server/chunks/ssr/{[root-of-the-server]__fdc75809._.js.map → [root-of-the-server]__804c006d._.js.map} +1 -1
  169. package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js +3 -0
  170. package/web/.next/server/chunks/ssr/[root-of-the-server]__8a947500._.js +3 -0
  171. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0880ff0e._.js.map → [root-of-the-server]__8a947500._.js.map} +1 -1
  172. package/web/.next/server/chunks/ssr/[root-of-the-server]__94a6d275._.js +3 -0
  173. package/web/.next/server/chunks/ssr/[root-of-the-server]__94a6d275._.js.map +1 -0
  174. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +1 -1
  175. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -1
  176. package/web/.next/server/chunks/ssr/[root-of-the-server]__c18f84a4._.js +3 -0
  177. package/web/.next/server/chunks/ssr/{[root-of-the-server]__5edfc56b._.js.map → [root-of-the-server]__c18f84a4._.js.map} +1 -1
  178. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__09af7f56._.js → server/chunks/ssr/[root-of-the-server]__c37779e6._.js} +2 -2
  179. package/web/.next/server/chunks/ssr/{[root-of-the-server]__09af7f56._.js.map → [root-of-the-server]__c37779e6._.js.map} +1 -1
  180. package/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js +3 -0
  181. package/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js.map +1 -0
  182. package/web/.next/server/chunks/ssr/[root-of-the-server]__fa87595c._.js +3 -0
  183. package/web/.next/server/chunks/ssr/{[root-of-the-server]__8c88ef55._.js.map → [root-of-the-server]__fa87595c._.js.map} +1 -1
  184. package/web/.next/server/chunks/ssr/_07c2a32a._.js +9 -0
  185. package/web/.next/server/chunks/ssr/_07c2a32a._.js.map +1 -0
  186. package/web/.next/server/chunks/ssr/_0e9d6bf7._.js +1 -1
  187. package/web/.next/server/chunks/ssr/_0e9d6bf7._.js.map +1 -1
  188. package/web/.next/server/chunks/ssr/{_88c4dab8._.js → _3197d5cb._.js} +2 -2
  189. package/web/.next/server/chunks/ssr/_3197d5cb._.js.map +1 -0
  190. package/web/.next/server/chunks/ssr/_380c6567._.js +6 -0
  191. package/web/.next/server/chunks/ssr/_380c6567._.js.map +1 -0
  192. package/web/.next/server/chunks/ssr/_44cce4e0._.js +4 -0
  193. package/web/.next/server/chunks/ssr/_44cce4e0._.js.map +1 -0
  194. package/web/.next/server/chunks/ssr/_5ee4f5a7._.js +7 -0
  195. package/web/.next/server/chunks/ssr/_5ee4f5a7._.js.map +1 -0
  196. package/web/.next/server/chunks/ssr/_61351ed3._.js +1 -1
  197. package/web/.next/server/chunks/ssr/_61351ed3._.js.map +1 -1
  198. package/web/.next/server/chunks/ssr/_6640df4c._.js +6 -0
  199. package/web/.next/server/chunks/ssr/_6640df4c._.js.map +1 -0
  200. package/web/.next/server/chunks/ssr/_6e08ce21._.js.map +1 -1
  201. package/web/.next/server/chunks/ssr/_8400c8bb._.js +1 -1
  202. package/web/.next/server/chunks/ssr/_8400c8bb._.js.map +1 -1
  203. package/web/.next/server/chunks/ssr/{_ed11dcd6._.js → _884ddade._.js} +3 -3
  204. package/web/.next/server/chunks/ssr/{403f9_next_dist_esm_build_templates_app-page_d82f78f0.js.map → _884ddade._.js.map} +1 -1
  205. package/web/.next/server/chunks/ssr/_9f940437._.js +3 -0
  206. package/web/.next/server/chunks/ssr/_9f940437._.js.map +1 -0
  207. package/web/.next/server/chunks/ssr/{_6887cba3._.js → _ad8a094f._.js} +3 -3
  208. package/web/.next/server/chunks/ssr/_ad8a094f._.js.map +1 -0
  209. package/web/.next/{standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_190bdc35._.js → server/chunks/ssr/_dc379243._.js} +3 -3
  210. package/web/.next/server/chunks/ssr/_dc379243._.js.map +1 -0
  211. package/web/.next/server/chunks/ssr/_e806976d._.js +3 -0
  212. package/web/.next/server/chunks/ssr/_e806976d._.js.map +1 -0
  213. package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
  214. package/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js.map +1 -1
  215. package/web/.next/server/chunks/ssr/src_presentation_web_163038ba._.js +2 -2
  216. package/web/.next/server/chunks/ssr/src_presentation_web_163038ba._.js.map +1 -1
  217. package/web/.next/server/chunks/ssr/src_presentation_web_30d7eeda._.js +1 -1
  218. package/web/.next/server/chunks/ssr/src_presentation_web_30d7eeda._.js.map +1 -1
  219. package/web/.next/server/chunks/ssr/src_presentation_web_459cb687._.js +2 -2
  220. package/web/.next/server/chunks/ssr/src_presentation_web_459cb687._.js.map +1 -1
  221. package/web/.next/server/chunks/ssr/src_presentation_web_565a14f8._.js +1 -1
  222. package/web/.next/server/chunks/ssr/src_presentation_web_565a14f8._.js.map +1 -1
  223. package/web/.next/server/chunks/ssr/src_presentation_web_67178b88._.js +13 -0
  224. package/web/.next/server/chunks/ssr/src_presentation_web_67178b88._.js.map +1 -0
  225. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_021a05f2.js +1 -1
  226. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_021a05f2.js.map +1 -1
  227. package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js +1 -1
  228. package/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js.map +1 -1
  229. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  230. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
  231. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js +1 -1
  232. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js.map +1 -1
  233. package/web/.next/server/chunks/ssr/src_presentation_web_components_ui_tabs_tsx_b226ea9b._.js +3 -0
  234. package/web/.next/server/chunks/ssr/src_presentation_web_components_ui_tabs_tsx_b226ea9b._.js.map +1 -0
  235. package/web/.next/server/middleware-build-manifest.js +3 -3
  236. package/web/.next/server/pages/500.html +2 -2
  237. package/web/.next/server/server-reference-manifest.js +1 -1
  238. package/web/.next/server/server-reference-manifest.json +22 -59
  239. package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
  240. package/web/.next/standalone/src/presentation/web/.next/app-path-routes-manifest.json +0 -1
  241. package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +5 -5
  242. package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
  243. package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
  244. package/web/.next/standalone/src/presentation/web/.next/routes-manifest.json +0 -6
  245. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +3 -3
  246. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +16 -16
  247. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page.js +8 -9
  248. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  249. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  250. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +3 -3
  251. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +19 -19
  252. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +8 -9
  253. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  254. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  255. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +3 -3
  256. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +14 -14
  257. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +8 -9
  258. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  259. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  260. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page/build-manifest.json +3 -3
  261. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +16 -16
  262. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page.js +8 -9
  263. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  264. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  265. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +3 -3
  266. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +19 -19
  267. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +8 -9
  268. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  269. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  270. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page/build-manifest.json +3 -3
  271. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +14 -14
  272. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page.js +8 -9
  273. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  274. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  275. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +3 -3
  276. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +14 -14
  277. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +8 -9
  278. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  279. package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  280. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
  281. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error/page.js +3 -4
  282. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error/page.js.nft.json +1 -1
  283. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
  284. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
  285. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  286. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  287. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  288. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  289. package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  290. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/build-manifest.json +3 -3
  291. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  292. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page.js +8 -10
  293. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  294. package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  295. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/build-manifest.json +3 -3
  296. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
  297. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page.js +9 -12
  298. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page.js.nft.json +1 -1
  299. package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  300. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/build-manifest.json +3 -3
  301. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/server-reference-manifest.json +6 -6
  302. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page.js +8 -10
  303. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page.js.nft.json +1 -1
  304. package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  305. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/build-manifest.json +3 -3
  306. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  307. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page.js +8 -9
  308. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page.js.nft.json +1 -1
  309. package/web/.next/standalone/src/presentation/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  310. package/web/.next/standalone/src/presentation/web/.next/server/app-paths-manifest.json +0 -1
  311. package/web/.next/{server/chunks/ssr/_8eeee4db._.js → standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_6c821c12._.js} +3 -3
  312. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_client_components_builtin_global-error_5fefc4d7.js +3 -0
  313. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_d738ab66._.js +3 -0
  314. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_0f115902.js +4 -0
  315. package/web/.next/{server/chunks/ssr/_16235e5e._.js → standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_8e8822d6.js} +3 -3
  316. package/web/.next/{server/chunks/ssr/_f4d222d6._.js → standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_9d039634.js} +3 -3
  317. package/web/.next/{server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_54b1e179.js → standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_bec3d8d3.js} +3 -3
  318. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{403f9_next_dist_esm_build_templates_app-page_46d6bf1b.js → 403f9_next_dist_esm_build_templates_app-page_c27615b6.js} +3 -3
  319. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{403f9_next_dist_esm_build_templates_app-page_ce6dae5d.js → 403f9_next_dist_esm_build_templates_app-page_d302115b.js} +3 -3
  320. package/web/.next/{server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_6c70ecca.js → standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js} +3 -3
  321. 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
  322. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_da7eef33.js +1 -1
  323. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_0a9251aa.js +1 -1
  324. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js +4 -0
  325. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__2018e25f._.js +3 -0
  326. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__249c74f6._.js +3 -0
  327. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__3b4af5ae._.js +3 -0
  328. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__45dbf93d._.js +4 -0
  329. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6258349c._.js +3 -0
  330. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +4 -0
  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]__6ee2450e._.js +3 -0
  333. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +4 -0
  334. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js +3 -0
  335. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__8a947500._.js +3 -0
  336. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__94a6d275._.js +3 -0
  337. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +1 -1
  338. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__c18f84a4._.js +3 -0
  339. package/web/.next/{server/chunks/ssr/[root-of-the-server]__09af7f56._.js → standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__c37779e6._.js} +2 -2
  340. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__e062a6de._.js +3 -0
  341. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__fa87595c._.js +3 -0
  342. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_07c2a32a._.js +9 -0
  343. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_0e9d6bf7._.js +1 -1
  344. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{_88c4dab8._.js → _3197d5cb._.js} +2 -2
  345. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_380c6567._.js +6 -0
  346. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_44cce4e0._.js +4 -0
  347. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_5ee4f5a7._.js +7 -0
  348. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_61351ed3._.js +1 -1
  349. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_6640df4c._.js +6 -0
  350. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_8400c8bb._.js +1 -1
  351. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{_ed11dcd6._.js → _884ddade._.js} +3 -3
  352. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_9f940437._.js +3 -0
  353. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{_6887cba3._.js → _ad8a094f._.js} +3 -3
  354. package/web/.next/{server/chunks/ssr/403f9_next_dist_190bdc35._.js → standalone/src/presentation/web/.next/server/chunks/ssr/_dc379243._.js} +3 -3
  355. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_e806976d._.js +3 -0
  356. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/f3a1f_components_common_control-center-drawer_repository-drawer-client_tsx_39a00c03._.js +1 -1
  357. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_163038ba._.js +2 -2
  358. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_30d7eeda._.js +1 -1
  359. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_459cb687._.js +2 -2
  360. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_565a14f8._.js +1 -1
  361. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_67178b88._.js +13 -0
  362. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_021a05f2.js +1 -1
  363. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_e599bb8c._.js +1 -1
  364. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  365. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_3d0aa70c._.js +1 -1
  366. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_ui_tabs_tsx_b226ea9b._.js +3 -0
  367. package/web/.next/standalone/src/presentation/web/.next/server/middleware-build-manifest.js +3 -3
  368. package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
  369. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
  370. package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +22 -59
  371. package/web/.next/standalone/src/presentation/web/app/layout.tsx +1 -5
  372. package/web/.next/standalone/src/presentation/web/components/common/base-drawer/base-drawer.tsx +1 -2
  373. package/web/.next/standalone/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.tsx +1 -2
  374. package/web/.next/standalone/src/presentation/web/components/common/control-center-drawer/repository-drawer-client.tsx +1 -2
  375. package/web/.next/standalone/src/presentation/web/components/common/repository-node/repository-node.tsx +1 -2
  376. package/web/.next/standalone/src/presentation/web/components/common/review-drawer-shell/review-drawer-shell.tsx +1 -2
  377. package/web/.next/standalone/src/presentation/web/components/layouts/app-shell/app-shell.tsx +0 -3
  378. package/web/.next/standalone/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.tsx +0 -5
  379. package/web/.next/standalone/src/presentation/web/components/layouts/app-sidebar/app-sidebar.tsx +3 -15
  380. package/web/.next/standalone/src/presentation/web/lib/feature-flags.ts +4 -47
  381. package/web/.next/standalone/src/presentation/web/server.js +1 -1
  382. package/web/.next/static/chunks/{98e3a7cf58fc912a.js → 00adfce42dbbd5ef.js} +1 -1
  383. package/web/.next/static/chunks/{d4d8f0a137bd2eb4.js → 07f00e2e73d322d2.js} +3 -3
  384. package/web/.next/static/chunks/{0b7bccc8f636dd5b.js → 0853e1358b862314.js} +1 -1
  385. package/web/.next/static/chunks/1f5c93a8b939416d.js +5 -0
  386. package/web/.next/static/chunks/3f205fd6adbfd20a.js +7 -0
  387. package/web/.next/static/chunks/424982cd78174a1a.js +1 -0
  388. package/web/.next/static/chunks/4a3b3cfcc85e7254.js +1 -0
  389. package/web/.next/static/chunks/4e7375d89f61c79d.js +4 -0
  390. package/web/.next/static/chunks/5d0a6417c4e4e545.js +1 -0
  391. package/web/.next/static/chunks/7194d56ee0c66306.js +1 -0
  392. package/web/.next/static/chunks/7e6f572625c82efd.js +1 -0
  393. package/web/.next/static/chunks/8b6a6c28b4f733d0.js +1 -0
  394. package/web/.next/static/chunks/{8946a56bec2830be.js → 8b8d01272ba4aebd.js} +1 -1
  395. package/web/.next/static/chunks/{8530c7b12f46a61e.js → 8cbc99412f24eb01.js} +1 -1
  396. package/web/.next/static/chunks/9215b6fb973482c5.js +1 -0
  397. package/web/.next/static/chunks/ab411f151f1b87cc.js +1 -0
  398. package/web/.next/static/chunks/b6c507fc42d9a277.js +1 -0
  399. package/web/.next/static/chunks/c6ade368deec2ef6.js +1 -0
  400. package/web/.next/static/chunks/e12fff3b57456bc2.css +2 -0
  401. package/web/.next/static/chunks/{c596c91507fdc622.js → ec76915c456404e6.js} +1 -1
  402. package/web/.next/static/chunks/{turbopack-080e470ea902d0ba.js → turbopack-05820f781f3ffc22.js} +1 -1
  403. package/web/.next/trace +1 -1
  404. package/web/.next/trace-build +1 -1
  405. package/web/.next/types/link.d.ts +0 -1
  406. package/web/.next/types/routes.d.ts +1 -2
  407. package/web/.next/types/validator.ts +0 -9
  408. package/apis/json-schema/FeatureFlags.yaml +0 -21
  409. package/dist/src/presentation/web/app/actions/load-settings.d.ts +0 -9
  410. package/dist/src/presentation/web/app/actions/load-settings.d.ts.map +0 -1
  411. package/dist/src/presentation/web/app/actions/load-settings.js +0 -33
  412. package/dist/src/presentation/web/app/actions/update-settings.d.ts +0 -11
  413. package/dist/src/presentation/web/app/actions/update-settings.d.ts.map +0 -1
  414. package/dist/src/presentation/web/app/actions/update-settings.js +0 -45
  415. package/dist/src/presentation/web/app/global-error.d.ts +0 -7
  416. package/dist/src/presentation/web/app/global-error.d.ts.map +0 -1
  417. package/dist/src/presentation/web/app/global-error.js +0 -5
  418. package/dist/src/presentation/web/app/settings/page.d.ts +0 -4
  419. package/dist/src/presentation/web/app/settings/page.d.ts.map +0 -1
  420. package/dist/src/presentation/web/app/settings/page.js +0 -12
  421. package/dist/src/presentation/web/components/common/editor-type-icons.d.ts +0 -8
  422. package/dist/src/presentation/web/components/common/editor-type-icons.d.ts.map +0 -1
  423. package/dist/src/presentation/web/components/common/editor-type-icons.js +0 -42
  424. package/dist/src/presentation/web/components/features/settings/agent-settings-section.d.ts +0 -6
  425. package/dist/src/presentation/web/components/features/settings/agent-settings-section.d.ts.map +0 -1
  426. package/dist/src/presentation/web/components/features/settings/agent-settings-section.js +0 -75
  427. package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.d.ts +0 -16
  428. package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.d.ts.map +0 -1
  429. package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.js +0 -36
  430. package/dist/src/presentation/web/components/features/settings/database-settings-section.d.ts +0 -6
  431. package/dist/src/presentation/web/components/features/settings/database-settings-section.d.ts.map +0 -1
  432. package/dist/src/presentation/web/components/features/settings/database-settings-section.js +0 -8
  433. package/dist/src/presentation/web/components/features/settings/database-settings-section.stories.d.ts +0 -15
  434. package/dist/src/presentation/web/components/features/settings/database-settings-section.stories.d.ts.map +0 -1
  435. package/dist/src/presentation/web/components/features/settings/database-settings-section.stories.js +0 -22
  436. package/dist/src/presentation/web/components/features/settings/environment-settings-section.d.ts +0 -6
  437. package/dist/src/presentation/web/components/features/settings/environment-settings-section.d.ts.map +0 -1
  438. package/dist/src/presentation/web/components/features/settings/environment-settings-section.js +0 -54
  439. package/dist/src/presentation/web/components/features/settings/environment-settings-section.stories.d.ts +0 -15
  440. package/dist/src/presentation/web/components/features/settings/environment-settings-section.stories.d.ts.map +0 -1
  441. package/dist/src/presentation/web/components/features/settings/environment-settings-section.stories.js +0 -27
  442. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.d.ts +0 -6
  443. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.d.ts.map +0 -1
  444. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.js +0 -45
  445. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.stories.d.ts +0 -16
  446. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.stories.d.ts.map +0 -1
  447. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.stories.js +0 -37
  448. package/dist/src/presentation/web/components/features/settings/notification-settings-section.d.ts +0 -6
  449. package/dist/src/presentation/web/components/features/settings/notification-settings-section.d.ts.map +0 -1
  450. package/dist/src/presentation/web/components/features/settings/notification-settings-section.js +0 -68
  451. package/dist/src/presentation/web/components/features/settings/notification-settings-section.stories.d.ts +0 -16
  452. package/dist/src/presentation/web/components/features/settings/notification-settings-section.stories.d.ts.map +0 -1
  453. package/dist/src/presentation/web/components/features/settings/notification-settings-section.stories.js +0 -62
  454. package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts +0 -8
  455. package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts.map +0 -1
  456. package/dist/src/presentation/web/components/features/settings/settings-page-client.js +0 -245
  457. package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.d.ts +0 -15
  458. package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.d.ts.map +0 -1
  459. package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.js +0 -39
  460. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.d.ts +0 -6
  461. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.d.ts.map +0 -1
  462. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.js +0 -76
  463. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.d.ts +0 -16
  464. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.d.ts.map +0 -1
  465. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.js +0 -55
  466. package/dist/src/presentation/web/components/ui/switch.d.ts +0 -7
  467. package/dist/src/presentation/web/components/ui/switch.d.ts.map +0 -1
  468. package/dist/src/presentation/web/components/ui/switch.js +0 -8
  469. package/dist/src/presentation/web/hooks/feature-flags-context.d.ts +0 -19
  470. package/dist/src/presentation/web/hooks/feature-flags-context.d.ts.map +0 -1
  471. package/dist/src/presentation/web/hooks/feature-flags-context.js +0 -20
  472. package/web/.next/server/app/settings/page/app-paths-manifest.json +0 -3
  473. package/web/.next/server/app/settings/page/build-manifest.json +0 -18
  474. package/web/.next/server/app/settings/page/next-font-manifest.json +0 -6
  475. package/web/.next/server/app/settings/page/react-loadable-manifest.json +0 -1
  476. package/web/.next/server/app/settings/page/server-reference-manifest.json +0 -50
  477. package/web/.next/server/app/settings/page.js +0 -18
  478. package/web/.next/server/app/settings/page.js.map +0 -5
  479. package/web/.next/server/app/settings/page.js.nft.json +0 -1
  480. package/web/.next/server/app/settings/page_client-reference-manifest.js +0 -2
  481. package/web/.next/server/chunks/ssr/403f9_next_dist_31ea46d3._.js +0 -6
  482. package/web/.next/server/chunks/ssr/403f9_next_dist_31ea46d3._.js.map +0 -1
  483. package/web/.next/server/chunks/ssr/403f9_next_dist_c9d9b4d7._.js +0 -6
  484. package/web/.next/server/chunks/ssr/403f9_next_dist_c9d9b4d7._.js.map +0 -1
  485. package/web/.next/server/chunks/ssr/403f9_next_dist_compiled_dc550646._.js +0 -3
  486. package/web/.next/server/chunks/ssr/403f9_next_dist_compiled_dc550646._.js.map +0 -1
  487. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_3981ee1d._.js +0 -3
  488. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_3981ee1d._.js.map +0 -1
  489. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_2eacac96.js.map +0 -1
  490. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_46d6bf1b.js.map +0 -1
  491. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_54b1e179.js.map +0 -1
  492. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_6c70ecca.js.map +0 -1
  493. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_c9978986.js +0 -4
  494. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_c9978986.js.map +0 -1
  495. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_ce6dae5d.js +0 -4
  496. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_ce6dae5d.js.map +0 -1
  497. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_d82f78f0.js +0 -4
  498. package/web/.next/server/chunks/ssr/[root-of-the-server]__0880ff0e._.js +0 -3
  499. package/web/.next/server/chunks/ssr/[root-of-the-server]__11033878._.js +0 -4
  500. package/web/.next/server/chunks/ssr/[root-of-the-server]__1c870feb._.js +0 -3
  501. package/web/.next/server/chunks/ssr/[root-of-the-server]__1c870feb._.js.map +0 -1
  502. package/web/.next/server/chunks/ssr/[root-of-the-server]__23b5ca2c._.js +0 -3
  503. package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +0 -3
  504. package/web/.next/server/chunks/ssr/[root-of-the-server]__4be9a9bb._.js +0 -4
  505. package/web/.next/server/chunks/ssr/[root-of-the-server]__4be9a9bb._.js.map +0 -1
  506. package/web/.next/server/chunks/ssr/[root-of-the-server]__52485955._.js +0 -3
  507. package/web/.next/server/chunks/ssr/[root-of-the-server]__5edfc56b._.js +0 -3
  508. package/web/.next/server/chunks/ssr/[root-of-the-server]__6eb2a2b0._.js +0 -3
  509. package/web/.next/server/chunks/ssr/[root-of-the-server]__6eb2a2b0._.js.map +0 -1
  510. package/web/.next/server/chunks/ssr/[root-of-the-server]__8c88ef55._.js +0 -3
  511. package/web/.next/server/chunks/ssr/[root-of-the-server]__ad2b2a3c._.js +0 -3
  512. package/web/.next/server/chunks/ssr/[root-of-the-server]__ad2b2a3c._.js.map +0 -1
  513. package/web/.next/server/chunks/ssr/[root-of-the-server]__aea328fd._.js +0 -3
  514. package/web/.next/server/chunks/ssr/[root-of-the-server]__aea328fd._.js.map +0 -1
  515. package/web/.next/server/chunks/ssr/[root-of-the-server]__c3c963c6._.js +0 -3
  516. package/web/.next/server/chunks/ssr/[root-of-the-server]__c9777776._.js +0 -3
  517. package/web/.next/server/chunks/ssr/[root-of-the-server]__f0d8d054._.js +0 -4
  518. package/web/.next/server/chunks/ssr/[root-of-the-server]__f0d8d054._.js.map +0 -1
  519. package/web/.next/server/chunks/ssr/[root-of-the-server]__fd36b8bf._.js +0 -4
  520. package/web/.next/server/chunks/ssr/[root-of-the-server]__fd36b8bf._.js.map +0 -1
  521. package/web/.next/server/chunks/ssr/[root-of-the-server]__fdc75809._.js +0 -4
  522. package/web/.next/server/chunks/ssr/_16235e5e._.js.map +0 -1
  523. package/web/.next/server/chunks/ssr/_3a4c94e3._.js +0 -3
  524. package/web/.next/server/chunks/ssr/_3a4c94e3._.js.map +0 -1
  525. package/web/.next/server/chunks/ssr/_4093a637._.js +0 -5
  526. package/web/.next/server/chunks/ssr/_4093a637._.js.map +0 -1
  527. package/web/.next/server/chunks/ssr/_5428b384._.js +0 -3
  528. package/web/.next/server/chunks/ssr/_5428b384._.js.map +0 -1
  529. package/web/.next/server/chunks/ssr/_6645f218._.js +0 -21
  530. package/web/.next/server/chunks/ssr/_6645f218._.js.map +0 -1
  531. package/web/.next/server/chunks/ssr/_6887cba3._.js.map +0 -1
  532. package/web/.next/server/chunks/ssr/_88c4dab8._.js.map +0 -1
  533. package/web/.next/server/chunks/ssr/_8eeee4db._.js.map +0 -1
  534. package/web/.next/server/chunks/ssr/_956601a1._.js +0 -9
  535. package/web/.next/server/chunks/ssr/_956601a1._.js.map +0 -1
  536. package/web/.next/server/chunks/ssr/_9d11d025._.js +0 -7
  537. package/web/.next/server/chunks/ssr/_9d11d025._.js.map +0 -1
  538. package/web/.next/server/chunks/ssr/_a37f5f18._.js +0 -13
  539. package/web/.next/server/chunks/ssr/_a37f5f18._.js.map +0 -1
  540. package/web/.next/server/chunks/ssr/_a445a23e._.js +0 -4
  541. package/web/.next/server/chunks/ssr/_a445a23e._.js.map +0 -1
  542. package/web/.next/server/chunks/ssr/_c26c679f._.js +0 -3
  543. package/web/.next/server/chunks/ssr/_c26c679f._.js.map +0 -1
  544. package/web/.next/server/chunks/ssr/_caf6533c._.js +0 -3
  545. package/web/.next/server/chunks/ssr/_caf6533c._.js.map +0 -1
  546. package/web/.next/server/chunks/ssr/_d4b20e29._.js +0 -3
  547. package/web/.next/server/chunks/ssr/_d4b20e29._.js.map +0 -1
  548. package/web/.next/server/chunks/ssr/_ed11dcd6._.js.map +0 -1
  549. package/web/.next/server/chunks/ssr/_f38b49fe._.js +0 -3
  550. package/web/.next/server/chunks/ssr/_f38b49fe._.js.map +0 -1
  551. package/web/.next/server/chunks/ssr/_f4d222d6._.js.map +0 -1
  552. package/web/.next/server/chunks/ssr/_f7f6173c._.js +0 -3
  553. package/web/.next/server/chunks/ssr/_f7f6173c._.js.map +0 -1
  554. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +0 -3
  555. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +0 -1
  556. package/web/.next/server/chunks/ssr/f7870_sonner_dist_index_mjs_dbf63824._.js +0 -3
  557. package/web/.next/server/chunks/ssr/f7870_sonner_dist_index_mjs_dbf63824._.js.map +0 -1
  558. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js +0 -3
  559. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js.map +0 -1
  560. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js +0 -3
  561. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js.map +0 -1
  562. package/web/.next/server/chunks/ssr/src_presentation_web_app_global-error_tsx_14c389b5._.js +0 -3
  563. package/web/.next/server/chunks/ssr/src_presentation_web_app_global-error_tsx_14c389b5._.js.map +0 -1
  564. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page/app-paths-manifest.json +0 -3
  565. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page/build-manifest.json +0 -18
  566. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page/next-font-manifest.json +0 -6
  567. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page/react-loadable-manifest.json +0 -1
  568. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page/server-reference-manifest.json +0 -50
  569. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page.js +0 -18
  570. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page.js.map +0 -5
  571. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page.js.nft.json +0 -1
  572. package/web/.next/standalone/src/presentation/web/.next/server/app/settings/page_client-reference-manifest.js +0 -2
  573. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_31ea46d3._.js +0 -6
  574. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_c9d9b4d7._.js +0 -6
  575. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_compiled_dc550646._.js +0 -3
  576. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_3981ee1d._.js +0 -3
  577. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_2eacac96.js +0 -4
  578. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_54b1e179.js +0 -4
  579. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_d82f78f0.js +0 -4
  580. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__0880ff0e._.js +0 -3
  581. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__11033878._.js +0 -4
  582. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__1c870feb._.js +0 -3
  583. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__23b5ca2c._.js +0 -3
  584. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +0 -3
  585. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__4be9a9bb._.js +0 -4
  586. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__52485955._.js +0 -3
  587. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__5edfc56b._.js +0 -3
  588. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6eb2a2b0._.js +0 -3
  589. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__8c88ef55._.js +0 -3
  590. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__ad2b2a3c._.js +0 -3
  591. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__aea328fd._.js +0 -3
  592. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__c3c963c6._.js +0 -3
  593. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__c9777776._.js +0 -3
  594. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__f0d8d054._.js +0 -4
  595. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__fd36b8bf._.js +0 -4
  596. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__fdc75809._.js +0 -4
  597. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_3a4c94e3._.js +0 -3
  598. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_4093a637._.js +0 -5
  599. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_5428b384._.js +0 -3
  600. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_6645f218._.js +0 -21
  601. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_956601a1._.js +0 -9
  602. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_9d11d025._.js +0 -7
  603. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_a37f5f18._.js +0 -13
  604. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_a445a23e._.js +0 -4
  605. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_c26c679f._.js +0 -3
  606. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_caf6533c._.js +0 -3
  607. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_d4b20e29._.js +0 -3
  608. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_f38b49fe._.js +0 -3
  609. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_f7f6173c._.js +0 -3
  610. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +0 -3
  611. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/f7870_sonner_dist_index_mjs_dbf63824._.js +0 -3
  612. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js +0 -3
  613. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js +0 -3
  614. package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_app_global-error_tsx_14c389b5._.js +0 -3
  615. package/web/.next/standalone/src/presentation/web/app/actions/load-settings.ts +0 -43
  616. package/web/.next/standalone/src/presentation/web/app/actions/update-settings.ts +0 -73
  617. package/web/.next/standalone/src/presentation/web/app/global-error.tsx +0 -23
  618. package/web/.next/standalone/src/presentation/web/app/settings/page.tsx +0 -27
  619. package/web/.next/standalone/src/presentation/web/components/common/editor-type-icons.tsx +0 -84
  620. package/web/.next/standalone/src/presentation/web/components/features/settings/agent-settings-section.stories.tsx +0 -43
  621. package/web/.next/standalone/src/presentation/web/components/features/settings/agent-settings-section.tsx +0 -183
  622. package/web/.next/standalone/src/presentation/web/components/features/settings/database-settings-section.stories.tsx +0 -28
  623. package/web/.next/standalone/src/presentation/web/components/features/settings/database-settings-section.tsx +0 -43
  624. package/web/.next/standalone/src/presentation/web/components/features/settings/environment-settings-section.stories.tsx +0 -33
  625. package/web/.next/standalone/src/presentation/web/components/features/settings/environment-settings-section.tsx +0 -125
  626. package/web/.next/standalone/src/presentation/web/components/features/settings/feature-flags-settings-section.stories.tsx +0 -44
  627. package/web/.next/standalone/src/presentation/web/components/features/settings/feature-flags-settings-section.tsx +0 -94
  628. package/web/.next/standalone/src/presentation/web/components/features/settings/notification-settings-section.stories.tsx +0 -71
  629. package/web/.next/standalone/src/presentation/web/components/features/settings/notification-settings-section.tsx +0 -178
  630. package/web/.next/standalone/src/presentation/web/components/features/settings/settings-page-client.stories.tsx +0 -46
  631. package/web/.next/standalone/src/presentation/web/components/features/settings/settings-page-client.tsx +0 -706
  632. package/web/.next/standalone/src/presentation/web/components/features/settings/workflow-settings-section.stories.tsx +0 -62
  633. package/web/.next/standalone/src/presentation/web/components/features/settings/workflow-settings-section.tsx +0 -274
  634. package/web/.next/standalone/src/presentation/web/components/ui/switch.tsx +0 -35
  635. package/web/.next/standalone/src/presentation/web/hooks/feature-flags-context.tsx +0 -30
  636. package/web/.next/standalone/src/presentation/web/public/icons/editors/vscode.svg +0 -3
  637. package/web/.next/standalone/src/presentation/web/public/icons/editors/windsurf.svg +0 -4
  638. package/web/.next/standalone/src/presentation/web/public/icons/editors/zed.svg +0 -4
  639. package/web/.next/static/chunks/120e17fda1419d01.js +0 -1
  640. package/web/.next/static/chunks/3479d6ae297e5410.css +0 -2
  641. package/web/.next/static/chunks/356ebc89a2a97627.js +0 -1
  642. package/web/.next/static/chunks/36d88ff9f7db4eb9.js +0 -1
  643. package/web/.next/static/chunks/55c131b6fc504375.js +0 -1
  644. package/web/.next/static/chunks/6bc55aa5ad2095ac.js +0 -3
  645. package/web/.next/static/chunks/700501f5ac2bb320.js +0 -1
  646. package/web/.next/static/chunks/730cb306a35d6396.js +0 -1
  647. package/web/.next/static/chunks/7ea835cf2a6ae94b.js +0 -1
  648. package/web/.next/static/chunks/89aac43287d73b02.js +0 -1
  649. package/web/.next/static/chunks/8beb0ab10e6c953c.js +0 -1
  650. package/web/.next/static/chunks/907556417091ee06.js +0 -11
  651. package/web/.next/static/chunks/92ba0981701fda34.js +0 -2
  652. package/web/.next/static/chunks/aa6cc6df962a3fc0.js +0 -3
  653. package/web/.next/static/chunks/c17b075a71a85424.js +0 -1
  654. package/web/.next/static/chunks/c63d1c145c5a07dc.js +0 -1
  655. package/web/.next/static/chunks/eb9841ec4d80af01.js +0 -1
  656. package/web/.next/static/chunks/fc00e1b83852da4e.js +0 -1
  657. package/web/public/icons/editors/vscode.svg +0 -3
  658. package/web/public/icons/editors/windsurf.svg +0 -4
  659. package/web/public/icons/editors/zed.svg +0 -4
  660. /package/web/.next/server/chunks/ssr/{[root-of-the-server]__52485955._.js.map → [root-of-the-server]__80e5bed2._.js.map} +0 -0
  661. /package/web/.next/static/{YWzkM_I8raXDlPfEwO-Xo → kPTTy-YsS3np6cPgsciL2}/_buildManifest.js +0 -0
  662. /package/web/.next/static/{YWzkM_I8raXDlPfEwO-Xo → kPTTy-YsS3np6cPgsciL2}/_clientMiddlewareManifest.json +0 -0
  663. /package/web/.next/static/{YWzkM_I8raXDlPfEwO-Xo → kPTTy-YsS3np6cPgsciL2}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"00ccd7284f0091bd27b1752bfa3ad139c36d859df8\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 66973,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 39169,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 86139,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/settings/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\",\n \"exportedName\": \"pickFolder\"\n },\n \"405436e6b914c4daa7629236712a73709534a1961e\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\",\n \"exportedName\": \"getDeploymentLogs\"\n },\n \"4021ee1b527a765960826574a3177726ccc2a765d4\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\",\n \"exportedName\": \"deployFeature\"\n },\n \"40c335cc7d3a3a4fc9ddae8410fe93caad01d10e6f\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\",\n \"exportedName\": \"deployRepository\"\n },\n \"4097a0e3ea500207e82252978e1ad8d7ce2ff53248\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\",\n \"exportedName\": \"stopDeployment\"\n },\n \"404062484992f3669231732d5d2403d66a5f9cc913\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\",\n \"exportedName\": \"getDeploymentStatus\"\n },\n \"40570a337ab2ae5ccfe9b79658f6aa475defa9f75d\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\",\n \"exportedName\": \"openIde\"\n },\n \"407b6c5befe5bfa90f1cd460ee45dac055d5d9d04f\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\",\n \"exportedName\": \"openShell\"\n },\n \"406108ff10e594d3bfa57f99e768bf577318ba81d6\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\",\n \"exportedName\": \"openFolder\"\n },\n \"40e38cb9d2287bd9af8021104d0ecb47ccbfb18930\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\",\n \"exportedName\": \"deleteFeature\"\n },\n \"40a45c9fd82a5742a18a4df78a0068e1248b05087b\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\",\n \"exportedName\": \"addRepository\"\n },\n \"400e83140b93cac77053ea7a4ebd0b94a23406bf91\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\",\n \"exportedName\": \"deleteRepository\"\n },\n \"40c9934bd9dd5c71b0276fdc7f44bfd8bf28cdb815\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\",\n \"exportedName\": \"getFeatureMetadata\"\n },\n \"008841e626b2a8f39062b34b3bd5902c8b5902c267\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\",\n \"exportedName\": \"fetchGraphData\"\n },\n \"0042acc1e438456eb97e0802ed87cceb62c4096bf6\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"getWorkflowDefaults\",\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"getWorkflowDefaults\",\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"rsc\",\n \"app/(dashboard)/create/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\",\n \"exportedName\": \"getWorkflowDefaults\"\n },\n \"40ef9438d5bb2a4aba7d8dbbdf0c066f45155c5473\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\",\n \"exportedName\": \"createFeature\"\n },\n \"60860a77ac2286cbf7c9ce0a2a8e2b20379a9acd99\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\",\n \"exportedName\": \"approveFeature\"\n },\n \"60ecb57333761270221a6667aaa9111913b87dc6da\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\",\n \"exportedName\": \"rejectFeature\"\n },\n \"40a99cbcb9cb4144bcc8be1f403bad8d01c7345cb2\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\",\n \"exportedName\": \"getFeatureArtifact\"\n },\n \"40c86257bbe4cc2cd5b40b6ab6fffa3cd9f4a1c06a\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\",\n \"exportedName\": \"getResearchArtifact\"\n },\n \"40e6bee7f959ab110d43683c33823577ce62d0e6e4\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\",\n \"exportedName\": \"getMergeReviewData\"\n },\n \"0022dd6695787277858a7910315ab4b5f1247af770\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 39169,\n \"async\": false,\n \"exportedName\": \"loadSettings\",\n \"filename\": \"src/presentation/web/app/actions/load-settings.ts\"\n }\n },\n \"layer\": {\n \"app/settings/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/load-settings.ts\",\n \"exportedName\": \"loadSettings\"\n },\n \"407e749fe0f446c93e8d8d654f927541da6c7c6b72\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 39169,\n \"async\": false,\n \"exportedName\": \"updateSettingsAction\",\n \"filename\": \"src/presentation/web/app/actions/update-settings.ts\"\n }\n },\n \"layer\": {\n \"app/settings/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/update-settings.ts\",\n \"exportedName\": \"updateSettingsAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"LtzDyig+R7fvlKmrdg5aaDJdxSFsz+l0MR0CtHuYwSo=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"0099e97c34bfcdb7562e6e478a2b3fe44cef92239a\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 66973,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n },\n \"app/version/page\": {\n \"moduleId\": 86139,\n \"async\": false,\n \"exportedName\": \"pickFolder\",\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/_not-found/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\",\n \"app/version/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/pick-folder.ts\",\n \"exportedName\": \"pickFolder\"\n },\n \"404164a62b23bfde087b4d428d4c6da0045542d240\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"getDeploymentLogs\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-deployment-logs.ts\",\n \"exportedName\": \"getDeploymentLogs\"\n },\n \"4049cf92e6bdc25b5325a9b73271fa4a9ac8334f89\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"deployFeature\",\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-feature.ts\",\n \"exportedName\": \"deployFeature\"\n },\n \"4005e9076f8d2f92a96e44d6f262879c7dff9d9f08\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"deployRepository\",\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/deploy-repository.ts\",\n \"exportedName\": \"deployRepository\"\n },\n \"4062c862c79712921415c1afe41c18b0243ddc68e1\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"stopDeployment\",\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/stop-deployment.ts\",\n \"exportedName\": \"stopDeployment\"\n },\n \"40477a105502126a0f8a4e4aa556a88ee303ca963a\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/skills/page\": {\n \"moduleId\": 87596,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n },\n \"app/tools/page\": {\n \"moduleId\": 90322,\n \"async\": false,\n \"exportedName\": \"getDeploymentStatus\",\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\",\n \"app/skills/page\": \"action-browser\",\n \"app/tools/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-deployment-status.ts\",\n \"exportedName\": \"getDeploymentStatus\"\n },\n \"40c6952293b1274b70d74db418bad8b073eb619c22\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"openIde\",\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-ide.ts\",\n \"exportedName\": \"openIde\"\n },\n \"40a737bb708d68a103409ecec01e3de8352b6da56e\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"openShell\",\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-shell.ts\",\n \"exportedName\": \"openShell\"\n },\n \"40edb373887d86204db1f54599ad8b0eb8da2827e3\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"openFolder\",\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/open-folder.ts\",\n \"exportedName\": \"openFolder\"\n },\n \"4015789974820714e8c4cca9e7a3500e96c763bcfa\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"deleteFeature\",\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-feature.ts\",\n \"exportedName\": \"deleteFeature\"\n },\n \"40d8b97a5b4163024055919a580611cc72ee7cf8d6\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"addRepository\",\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/add-repository.ts\",\n \"exportedName\": \"addRepository\"\n },\n \"4077dc23186abd82bd1be596fb81b0dbb1335bb91e\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"deleteRepository\",\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/delete-repository.ts\",\n \"exportedName\": \"deleteRepository\"\n },\n \"403323eae9bfe03e1b6f06e46363b833ee03e79e73\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"getFeatureMetadata\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-metadata.ts\",\n \"exportedName\": \"getFeatureMetadata\"\n },\n \"00544a99ff60e060761b8c3a6e9bb20bcf75c1ff86\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": {\n \"moduleId\": 61199,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/page\": {\n \"moduleId\": 78391,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n },\n \"app/(dashboard)/repository/[repositoryId]/page\": {\n \"moduleId\": 23956,\n \"async\": false,\n \"exportedName\": \"fetchGraphData\",\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/@drawer/repository/[repositoryId]/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/page\": \"action-browser\",\n \"app/(dashboard)/repository/[repositoryId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-graph-data.ts\",\n \"exportedName\": \"fetchGraphData\"\n },\n \"0028c1953ec331aa3b814e9100903c0c2d65652a71\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"getWorkflowDefaults\",\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"getWorkflowDefaults\",\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"rsc\",\n \"app/(dashboard)/create/page\": \"rsc\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-workflow-defaults.ts\",\n \"exportedName\": \"getWorkflowDefaults\"\n },\n \"40803ff0cb9d067891afe6deb93f4c3d13340972b7\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/create/page\": {\n \"moduleId\": 90842,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n },\n \"app/(dashboard)/create/page\": {\n \"moduleId\": 80118,\n \"async\": false,\n \"exportedName\": \"createFeature\",\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/create/page\": \"action-browser\",\n \"app/(dashboard)/create/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/create-feature.ts\",\n \"exportedName\": \"createFeature\"\n },\n \"60f4924c1e28b0a147be49aab54a6654238376d3e5\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"approveFeature\",\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/approve-feature.ts\",\n \"exportedName\": \"approveFeature\"\n },\n \"601f91acf0e34059e2435c3eb3e4832d27844200cd\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"rejectFeature\",\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/reject-feature.ts\",\n \"exportedName\": \"rejectFeature\"\n },\n \"40693118cce9351b94051be89c33f3789e5a4ffce9\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getFeatureArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-feature-artifact.ts\",\n \"exportedName\": \"getFeatureArtifact\"\n },\n \"4065cc49f66fd457d29554eead1d1ac250bab71367\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getResearchArtifact\",\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-research-artifact.ts\",\n \"exportedName\": \"getResearchArtifact\"\n },\n \"402a65a0826eb9816ddccb1f90031dd48a390f43eb\": {\n \"workers\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": {\n \"moduleId\": 48839,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n },\n \"app/(dashboard)/feature/[featureId]/page\": {\n \"moduleId\": 10015,\n \"async\": false,\n \"exportedName\": \"getMergeReviewData\",\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\"\n }\n },\n \"layer\": {\n \"app/(dashboard)/@drawer/feature/[featureId]/page\": \"action-browser\",\n \"app/(dashboard)/feature/[featureId]/page\": \"action-browser\"\n },\n \"filename\": \"src/presentation/web/app/actions/get-merge-review-data.ts\",\n \"exportedName\": \"getMergeReviewData\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"zGymE69mIHN2CLMsj44AAOxYgVc3Sjq7MgD7CGHc8yo=\"\n}"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "00ccd7284f0091bd27b1752bfa3ad139c36d859df8": {
3
+ "0099e97c34bfcdb7562e6e478a2b3fe44cef92239a": {
4
4
  "workers": {
5
5
  "app/(dashboard)/@drawer/create/page": {
6
6
  "moduleId": 90842,
@@ -50,12 +50,6 @@
50
50
  "exportedName": "pickFolder",
51
51
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
52
52
  },
53
- "app/settings/page": {
54
- "moduleId": 39169,
55
- "async": false,
56
- "exportedName": "pickFolder",
57
- "filename": "src/presentation/web/app/actions/pick-folder.ts"
58
- },
59
53
  "app/skills/page": {
60
54
  "moduleId": 87596,
61
55
  "async": false,
@@ -84,7 +78,6 @@
84
78
  "app/(dashboard)/page": "action-browser",
85
79
  "app/(dashboard)/repository/[repositoryId]/page": "action-browser",
86
80
  "app/_not-found/page": "action-browser",
87
- "app/settings/page": "action-browser",
88
81
  "app/skills/page": "action-browser",
89
82
  "app/tools/page": "action-browser",
90
83
  "app/version/page": "action-browser"
@@ -92,7 +85,7 @@
92
85
  "filename": "src/presentation/web/app/actions/pick-folder.ts",
93
86
  "exportedName": "pickFolder"
94
87
  },
95
- "405436e6b914c4daa7629236712a73709534a1961e": {
88
+ "404164a62b23bfde087b4d428d4c6da0045542d240": {
96
89
  "workers": {
97
90
  "app/(dashboard)/@drawer/create/page": {
98
91
  "moduleId": 90842,
@@ -163,7 +156,7 @@
163
156
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts",
164
157
  "exportedName": "getDeploymentLogs"
165
158
  },
166
- "4021ee1b527a765960826574a3177726ccc2a765d4": {
159
+ "4049cf92e6bdc25b5325a9b73271fa4a9ac8334f89": {
167
160
  "workers": {
168
161
  "app/(dashboard)/@drawer/create/page": {
169
162
  "moduleId": 90842,
@@ -234,7 +227,7 @@
234
227
  "filename": "src/presentation/web/app/actions/deploy-feature.ts",
235
228
  "exportedName": "deployFeature"
236
229
  },
237
- "40c335cc7d3a3a4fc9ddae8410fe93caad01d10e6f": {
230
+ "4005e9076f8d2f92a96e44d6f262879c7dff9d9f08": {
238
231
  "workers": {
239
232
  "app/(dashboard)/@drawer/create/page": {
240
233
  "moduleId": 90842,
@@ -305,7 +298,7 @@
305
298
  "filename": "src/presentation/web/app/actions/deploy-repository.ts",
306
299
  "exportedName": "deployRepository"
307
300
  },
308
- "4097a0e3ea500207e82252978e1ad8d7ce2ff53248": {
301
+ "4062c862c79712921415c1afe41c18b0243ddc68e1": {
309
302
  "workers": {
310
303
  "app/(dashboard)/@drawer/create/page": {
311
304
  "moduleId": 90842,
@@ -376,7 +369,7 @@
376
369
  "filename": "src/presentation/web/app/actions/stop-deployment.ts",
377
370
  "exportedName": "stopDeployment"
378
371
  },
379
- "404062484992f3669231732d5d2403d66a5f9cc913": {
372
+ "40477a105502126a0f8a4e4aa556a88ee303ca963a": {
380
373
  "workers": {
381
374
  "app/(dashboard)/@drawer/create/page": {
382
375
  "moduleId": 90842,
@@ -447,7 +440,7 @@
447
440
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts",
448
441
  "exportedName": "getDeploymentStatus"
449
442
  },
450
- "40570a337ab2ae5ccfe9b79658f6aa475defa9f75d": {
443
+ "40c6952293b1274b70d74db418bad8b073eb619c22": {
451
444
  "workers": {
452
445
  "app/(dashboard)/@drawer/create/page": {
453
446
  "moduleId": 90842,
@@ -504,7 +497,7 @@
504
497
  "filename": "src/presentation/web/app/actions/open-ide.ts",
505
498
  "exportedName": "openIde"
506
499
  },
507
- "407b6c5befe5bfa90f1cd460ee45dac055d5d9d04f": {
500
+ "40a737bb708d68a103409ecec01e3de8352b6da56e": {
508
501
  "workers": {
509
502
  "app/(dashboard)/@drawer/create/page": {
510
503
  "moduleId": 90842,
@@ -561,7 +554,7 @@
561
554
  "filename": "src/presentation/web/app/actions/open-shell.ts",
562
555
  "exportedName": "openShell"
563
556
  },
564
- "406108ff10e594d3bfa57f99e768bf577318ba81d6": {
557
+ "40edb373887d86204db1f54599ad8b0eb8da2827e3": {
565
558
  "workers": {
566
559
  "app/(dashboard)/@drawer/create/page": {
567
560
  "moduleId": 90842,
@@ -618,7 +611,7 @@
618
611
  "filename": "src/presentation/web/app/actions/open-folder.ts",
619
612
  "exportedName": "openFolder"
620
613
  },
621
- "40e38cb9d2287bd9af8021104d0ecb47ccbfb18930": {
614
+ "4015789974820714e8c4cca9e7a3500e96c763bcfa": {
622
615
  "workers": {
623
616
  "app/(dashboard)/@drawer/create/page": {
624
617
  "moduleId": 90842,
@@ -675,7 +668,7 @@
675
668
  "filename": "src/presentation/web/app/actions/delete-feature.ts",
676
669
  "exportedName": "deleteFeature"
677
670
  },
678
- "40a45c9fd82a5742a18a4df78a0068e1248b05087b": {
671
+ "40d8b97a5b4163024055919a580611cc72ee7cf8d6": {
679
672
  "workers": {
680
673
  "app/(dashboard)/@drawer/create/page": {
681
674
  "moduleId": 90842,
@@ -732,7 +725,7 @@
732
725
  "filename": "src/presentation/web/app/actions/add-repository.ts",
733
726
  "exportedName": "addRepository"
734
727
  },
735
- "400e83140b93cac77053ea7a4ebd0b94a23406bf91": {
728
+ "4077dc23186abd82bd1be596fb81b0dbb1335bb91e": {
736
729
  "workers": {
737
730
  "app/(dashboard)/@drawer/create/page": {
738
731
  "moduleId": 90842,
@@ -789,7 +782,7 @@
789
782
  "filename": "src/presentation/web/app/actions/delete-repository.ts",
790
783
  "exportedName": "deleteRepository"
791
784
  },
792
- "40c9934bd9dd5c71b0276fdc7f44bfd8bf28cdb815": {
785
+ "403323eae9bfe03e1b6f06e46363b833ee03e79e73": {
793
786
  "workers": {
794
787
  "app/(dashboard)/@drawer/create/page": {
795
788
  "moduleId": 90842,
@@ -846,7 +839,7 @@
846
839
  "filename": "src/presentation/web/app/actions/get-feature-metadata.ts",
847
840
  "exportedName": "getFeatureMetadata"
848
841
  },
849
- "008841e626b2a8f39062b34b3bd5902c8b5902c267": {
842
+ "00544a99ff60e060761b8c3a6e9bb20bcf75c1ff86": {
850
843
  "workers": {
851
844
  "app/(dashboard)/@drawer/create/page": {
852
845
  "moduleId": 90842,
@@ -903,7 +896,7 @@
903
896
  "filename": "src/presentation/web/app/actions/get-graph-data.ts",
904
897
  "exportedName": "fetchGraphData"
905
898
  },
906
- "0042acc1e438456eb97e0802ed87cceb62c4096bf6": {
899
+ "0028c1953ec331aa3b814e9100903c0c2d65652a71": {
907
900
  "workers": {
908
901
  "app/(dashboard)/@drawer/create/page": {
909
902
  "moduleId": 90842,
@@ -925,7 +918,7 @@
925
918
  "filename": "src/presentation/web/app/actions/get-workflow-defaults.ts",
926
919
  "exportedName": "getWorkflowDefaults"
927
920
  },
928
- "40ef9438d5bb2a4aba7d8dbbdf0c066f45155c5473": {
921
+ "40803ff0cb9d067891afe6deb93f4c3d13340972b7": {
929
922
  "workers": {
930
923
  "app/(dashboard)/@drawer/create/page": {
931
924
  "moduleId": 90842,
@@ -947,7 +940,7 @@
947
940
  "filename": "src/presentation/web/app/actions/create-feature.ts",
948
941
  "exportedName": "createFeature"
949
942
  },
950
- "60860a77ac2286cbf7c9ce0a2a8e2b20379a9acd99": {
943
+ "60f4924c1e28b0a147be49aab54a6654238376d3e5": {
951
944
  "workers": {
952
945
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
953
946
  "moduleId": 48839,
@@ -969,7 +962,7 @@
969
962
  "filename": "src/presentation/web/app/actions/approve-feature.ts",
970
963
  "exportedName": "approveFeature"
971
964
  },
972
- "60ecb57333761270221a6667aaa9111913b87dc6da": {
965
+ "601f91acf0e34059e2435c3eb3e4832d27844200cd": {
973
966
  "workers": {
974
967
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
975
968
  "moduleId": 48839,
@@ -991,7 +984,7 @@
991
984
  "filename": "src/presentation/web/app/actions/reject-feature.ts",
992
985
  "exportedName": "rejectFeature"
993
986
  },
994
- "40a99cbcb9cb4144bcc8be1f403bad8d01c7345cb2": {
987
+ "40693118cce9351b94051be89c33f3789e5a4ffce9": {
995
988
  "workers": {
996
989
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
997
990
  "moduleId": 48839,
@@ -1013,7 +1006,7 @@
1013
1006
  "filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
1014
1007
  "exportedName": "getFeatureArtifact"
1015
1008
  },
1016
- "40c86257bbe4cc2cd5b40b6ab6fffa3cd9f4a1c06a": {
1009
+ "4065cc49f66fd457d29554eead1d1ac250bab71367": {
1017
1010
  "workers": {
1018
1011
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
1019
1012
  "moduleId": 48839,
@@ -1035,7 +1028,7 @@
1035
1028
  "filename": "src/presentation/web/app/actions/get-research-artifact.ts",
1036
1029
  "exportedName": "getResearchArtifact"
1037
1030
  },
1038
- "40e6bee7f959ab110d43683c33823577ce62d0e6e4": {
1031
+ "402a65a0826eb9816ddccb1f90031dd48a390f43eb": {
1039
1032
  "workers": {
1040
1033
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
1041
1034
  "moduleId": 48839,
@@ -1056,38 +1049,8 @@
1056
1049
  },
1057
1050
  "filename": "src/presentation/web/app/actions/get-merge-review-data.ts",
1058
1051
  "exportedName": "getMergeReviewData"
1059
- },
1060
- "0022dd6695787277858a7910315ab4b5f1247af770": {
1061
- "workers": {
1062
- "app/settings/page": {
1063
- "moduleId": 39169,
1064
- "async": false,
1065
- "exportedName": "loadSettings",
1066
- "filename": "src/presentation/web/app/actions/load-settings.ts"
1067
- }
1068
- },
1069
- "layer": {
1070
- "app/settings/page": "rsc"
1071
- },
1072
- "filename": "src/presentation/web/app/actions/load-settings.ts",
1073
- "exportedName": "loadSettings"
1074
- },
1075
- "407e749fe0f446c93e8d8d654f927541da6c7c6b72": {
1076
- "workers": {
1077
- "app/settings/page": {
1078
- "moduleId": 39169,
1079
- "async": false,
1080
- "exportedName": "updateSettingsAction",
1081
- "filename": "src/presentation/web/app/actions/update-settings.ts"
1082
- }
1083
- },
1084
- "layer": {
1085
- "app/settings/page": "action-browser"
1086
- },
1087
- "filename": "src/presentation/web/app/actions/update-settings.ts",
1088
- "exportedName": "updateSettingsAction"
1089
1052
  }
1090
1053
  },
1091
1054
  "edge": {},
1092
- "encryptionKey": "LtzDyig+R7fvlKmrdg5aaDJdxSFsz+l0MR0CtHuYwSo="
1055
+ "encryptionKey": "zGymE69mIHN2CLMsj44AAOxYgVc3Sjq7MgD7CGHc8yo="
1093
1056
  }
@@ -3,8 +3,6 @@ import '@xyflow/react/dist/base.css';
3
3
  import './globals.css';
4
4
  import { AppShell } from '@/components/layouts/app-shell';
5
5
  import { Toaster } from '@/components/ui/sonner';
6
- import { getFeatureFlags } from '@/lib/feature-flags';
7
- import { FeatureFlagsProvider } from '@/hooks/feature-flags-context';
8
6
 
9
7
  /** Force dynamic rendering for all pages since they depend on client-side context. */
10
8
  export const dynamic = 'force-dynamic';
@@ -54,9 +52,7 @@ export default function RootLayout({
54
52
  />
55
53
  </head>
56
54
  <body className="min-h-screen antialiased">
57
- <FeatureFlagsProvider flags={getFeatureFlags()}>
58
- <AppShell>{children}</AppShell>
59
- </FeatureFlagsProvider>
55
+ <AppShell>{children}</AppShell>
60
56
  <Toaster position="bottom-center" />
61
57
  </body>
62
58
  </html>
@@ -18,7 +18,7 @@ import {
18
18
  import { Separator } from '@/components/ui/separator';
19
19
  import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '@/components/ui/tooltip';
20
20
  import { useDeployAction, type DeployActionInput } from '@/hooks/use-deploy-action';
21
- import { useFeatureFlags } from '@/hooks/feature-flags-context';
21
+ import { featureFlags } from '@/lib/feature-flags';
22
22
 
23
23
  const drawerVariants = cva('', {
24
24
  variants: {
@@ -61,7 +61,6 @@ export function BaseDrawer({
61
61
  'data-testid': testId,
62
62
  deployTarget,
63
63
  }: BaseDrawerProps) {
64
- const featureFlags = useFeatureFlags();
65
64
  const contentRef = useRef<HTMLDivElement>(null);
66
65
 
67
66
  // Close when clicking outside the drawer panel (no overlay needed — canvas stays draggable).
@@ -16,7 +16,7 @@ import { getResearchArtifact } from '@/app/actions/get-research-artifact';
16
16
  import { getMergeReviewData } from '@/app/actions/get-merge-review-data';
17
17
  import { deleteFeature } from '@/app/actions/delete-feature';
18
18
  import { cn } from '@/lib/utils';
19
- import { useFeatureFlags } from '@/hooks/feature-flags-context';
19
+ import { featureFlags } from '@/lib/feature-flags';
20
20
  import { useSoundAction } from '@/hooks/use-sound-action';
21
21
  import { useGuardedDrawerClose } from '@/hooks/drawer-close-guard';
22
22
  import { useDeployAction } from '@/hooks/use-deploy-action';
@@ -63,7 +63,6 @@ export interface FeatureDrawerClientProps {
63
63
  }
64
64
 
65
65
  export function FeatureDrawerClient({ view: initialView }: FeatureDrawerClientProps) {
66
- const featureFlags = useFeatureFlags();
67
66
  const router = useRouter();
68
67
  const deleteSound = useSoundAction('delete');
69
68
  const rejectSound = useSoundAction('reject');