@shepai/cli 1.106.4-pr329.33649c0 → 1.106.5

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 (227) hide show
  1. package/dist/src/presentation/web/app/(dashboard)/@drawer/feature/[featureId]/page.d.ts.map +1 -1
  2. package/dist/src/presentation/web/app/(dashboard)/@drawer/feature/[featureId]/page.js +5 -48
  3. package/dist/src/presentation/web/app/actions/get-feature-drawer-data.d.ts +8 -0
  4. package/dist/src/presentation/web/app/actions/get-feature-drawer-data.d.ts.map +1 -0
  5. package/dist/src/presentation/web/app/actions/get-feature-drawer-data.js +67 -0
  6. package/dist/src/presentation/web/app/api/graph-data/route.d.ts +14 -0
  7. package/dist/src/presentation/web/app/api/graph-data/route.d.ts.map +1 -0
  8. package/dist/src/presentation/web/app/api/graph-data/route.js +14 -0
  9. package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.d.ts.map +1 -1
  10. package/dist/src/presentation/web/components/common/control-center-drawer/feature-drawer-client.js +9 -25
  11. package/dist/src/presentation/web/components/common/control-center-drawer/use-drawer-sync.d.ts +12 -0
  12. package/dist/src/presentation/web/components/common/control-center-drawer/use-drawer-sync.d.ts.map +1 -0
  13. package/dist/src/presentation/web/components/common/control-center-drawer/use-drawer-sync.js +75 -0
  14. package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts.map +1 -1
  15. package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.js +3 -1
  16. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -1
  17. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +6 -2
  18. package/dist/src/presentation/web/hooks/use-graph-state.d.ts.map +1 -1
  19. package/dist/src/presentation/web/hooks/use-graph-state.js +26 -0
  20. package/dist/src/presentation/web/hooks/use-sound.d.ts.map +1 -1
  21. package/dist/src/presentation/web/hooks/use-sound.js +13 -3
  22. package/dist/tsconfig.build.tsbuildinfo +1 -1
  23. package/package.json +1 -1
  24. package/web/.next/BUILD_ID +1 -1
  25. package/web/.next/app-path-routes-manifest.json +1 -0
  26. package/web/.next/build-manifest.json +2 -2
  27. package/web/.next/fallback-build-manifest.json +2 -2
  28. package/web/.next/prerender-manifest.json +3 -3
  29. package/web/.next/required-server-files.js +2 -2
  30. package/web/.next/required-server-files.json +2 -2
  31. package/web/.next/routes-manifest.json +6 -0
  32. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +38 -53
  33. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +3 -3
  34. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  35. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  36. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +63 -63
  37. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +4 -4
  38. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  39. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  40. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +63 -63
  41. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +4 -4
  42. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  43. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  44. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +34 -49
  45. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +3 -3
  46. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  47. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  48. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +38 -53
  49. package/web/.next/server/app/(dashboard)/create/page.js +3 -3
  50. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  51. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  52. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +63 -63
  53. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +4 -4
  54. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  55. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  56. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +63 -63
  57. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +4 -4
  58. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  59. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  60. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +34 -49
  61. package/web/.next/server/app/(dashboard)/page.js +3 -3
  62. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  63. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  64. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +34 -49
  65. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +3 -3
  66. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  67. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  68. package/web/.next/server/app/_global-error.html +2 -2
  69. package/web/.next/server/app/_global-error.rsc +1 -1
  70. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  71. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  72. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  73. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  74. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  75. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  76. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  77. package/web/.next/server/app/api/agent-events/route.js +1 -2
  78. package/web/.next/server/app/api/agent-events/route.js.nft.json +1 -1
  79. package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
  80. package/web/.next/server/app/api/attachments/upload-from-path/route.js +1 -1
  81. package/web/.next/server/app/api/attachments/upload-from-path/route.js.nft.json +1 -1
  82. package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
  83. package/web/.next/server/app/api/feature-logs/route.js +1 -1
  84. package/web/.next/server/app/api/feature-logs/route.js.nft.json +1 -1
  85. package/web/.next/server/app/api/graph-data/route/app-paths-manifest.json +3 -0
  86. package/web/.next/server/app/api/graph-data/route/build-manifest.json +11 -0
  87. package/web/.next/server/app/api/graph-data/route/server-reference-manifest.json +4 -0
  88. package/web/.next/server/app/api/graph-data/route.js +8 -0
  89. package/web/.next/server/app/api/graph-data/route.js.map +5 -0
  90. package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -0
  91. package/web/.next/server/app/api/graph-data/route_client-reference-manifest.js +2 -0
  92. package/web/.next/server/app/settings/page/server-reference-manifest.json +5 -5
  93. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  94. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  95. package/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
  96. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  97. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  98. package/web/.next/server/app/tools/page/server-reference-manifest.json +6 -6
  99. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  100. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  101. package/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
  102. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  103. package/web/.next/server/app-paths-manifest.json +1 -0
  104. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js +3 -0
  105. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_370c43b1.js.map +1 -0
  106. package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_graph-data_route_actions_26df8a4e.js +3 -0
  107. package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_graph-data_route_actions_26df8a4e.js.map +1 -0
  108. package/web/.next/server/chunks/[root-of-the-server]__7d5492a0._.js +3 -0
  109. package/web/.next/server/chunks/[root-of-the-server]__7d5492a0._.js.map +1 -0
  110. package/web/.next/server/chunks/{[root-of-the-server]__db04ed44._.js → [root-of-the-server]__a5879003._.js} +2 -2
  111. package/web/.next/server/chunks/[root-of-the-server]__aae14de3._.js +6 -0
  112. package/web/.next/server/chunks/[root-of-the-server]__aae14de3._.js.map +1 -0
  113. package/web/.next/server/chunks/{[root-of-the-server]__91d44424._.js → [root-of-the-server]__d8037e14._.js} +2 -2
  114. package/web/.next/server/chunks/[root-of-the-server]__f47bb8a5._.js +1 -1
  115. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
  116. package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
  117. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_7fc19e0a.js +3 -0
  118. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_7fc19e0a.js.map +1 -0
  119. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_c3aca900.js +3 -0
  120. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_c3aca900.js.map +1 -0
  121. package/web/.next/server/chunks/ssr/[root-of-the-server]__11033878._.js +1 -1
  122. package/web/.next/server/chunks/ssr/[root-of-the-server]__11033878._.js.map +1 -1
  123. package/web/.next/server/chunks/ssr/[root-of-the-server]__13dc8e37._.js +3 -0
  124. package/web/.next/server/chunks/ssr/[root-of-the-server]__13dc8e37._.js.map +1 -0
  125. package/web/.next/server/chunks/ssr/[root-of-the-server]__24dd0927._.js +2 -2
  126. package/web/.next/server/chunks/ssr/[root-of-the-server]__24dd0927._.js.map +1 -1
  127. package/web/.next/server/chunks/ssr/[root-of-the-server]__357d99f9._.js +1 -1
  128. package/web/.next/server/chunks/ssr/[root-of-the-server]__3a2d3067._.js +3 -0
  129. package/web/.next/server/chunks/ssr/[root-of-the-server]__3a2d3067._.js.map +1 -0
  130. package/web/.next/server/chunks/ssr/[root-of-the-server]__5d87af2e._.js +1 -1
  131. package/web/.next/server/chunks/ssr/[root-of-the-server]__5f776c10._.js +3 -0
  132. package/web/.next/server/chunks/ssr/[root-of-the-server]__5f776c10._.js.map +1 -0
  133. package/web/.next/server/chunks/ssr/[root-of-the-server]__684a868c._.js +3 -0
  134. package/web/.next/server/chunks/ssr/[root-of-the-server]__684a868c._.js.map +1 -0
  135. package/web/.next/server/chunks/ssr/[root-of-the-server]__845a9d2a._.js +1 -1
  136. package/web/.next/server/chunks/ssr/[root-of-the-server]__845a9d2a._.js.map +1 -1
  137. package/web/.next/server/chunks/ssr/[root-of-the-server]__89e8a5cc._.js +2 -2
  138. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +2 -2
  139. package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -1
  140. package/web/.next/server/chunks/ssr/[root-of-the-server]__c03a4370._.js +3 -0
  141. package/web/.next/server/chunks/ssr/[root-of-the-server]__c03a4370._.js.map +1 -0
  142. package/web/.next/server/chunks/ssr/[root-of-the-server]__c16bf5de._.js +3 -0
  143. package/web/.next/server/chunks/ssr/[root-of-the-server]__c16bf5de._.js.map +1 -0
  144. package/web/.next/server/chunks/ssr/[root-of-the-server]__fdc75809._.js +1 -1
  145. package/web/.next/server/chunks/ssr/[root-of-the-server]__fdc75809._.js.map +1 -1
  146. package/web/.next/server/chunks/ssr/_135edb9c._.js +1 -1
  147. package/web/.next/server/chunks/ssr/_135edb9c._.js.map +1 -1
  148. package/web/.next/server/chunks/ssr/{_6e08ce21._.js → _250a63ae._.js} +2 -2
  149. package/web/.next/server/chunks/ssr/_250a63ae._.js.map +1 -0
  150. package/web/.next/server/chunks/ssr/{_7e99855b._.js → _3bae8e09._.js} +2 -2
  151. package/web/.next/server/chunks/ssr/{_7e99855b._.js.map → _3bae8e09._.js.map} +1 -1
  152. package/web/.next/server/chunks/ssr/{_70f16963._.js → _4a13fd24._.js} +2 -2
  153. package/web/.next/server/chunks/ssr/{_70f16963._.js.map → _4a13fd24._.js.map} +1 -1
  154. package/web/.next/server/chunks/ssr/_8dacd1e7._.js +1 -1
  155. package/web/.next/server/chunks/ssr/_8dacd1e7._.js.map +1 -1
  156. package/web/.next/server/chunks/ssr/{_d04c85b5._.js → _c98e033f._.js} +2 -2
  157. package/web/.next/server/chunks/ssr/{_d04c85b5._.js.map → _c98e033f._.js.map} +1 -1
  158. package/web/.next/server/chunks/ssr/_cc77a143._.js +1 -1
  159. package/web/.next/server/chunks/ssr/_cc77a143._.js.map +1 -1
  160. package/web/.next/server/chunks/ssr/_e6f2da4f._.js.map +1 -1
  161. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js +1 -1
  162. package/web/.next/server/chunks/ssr/b1a17_presentation_web_components_features_settings_settings-page-client_tsx_6ed9d5f8._.js.map +1 -1
  163. package/web/.next/server/chunks/ssr/{src_presentation_web_758dfa10._.js → src_presentation_web_9f444130._.js} +3 -3
  164. package/web/.next/server/chunks/ssr/{src_presentation_web_7275ce5d._.js.map → src_presentation_web_9f444130._.js.map} +1 -1
  165. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_85d37ebe.js +3 -0
  166. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_85d37ebe.js.map +1 -0
  167. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js +1 -1
  168. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_1fa8042e.js.map +1 -1
  169. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js +1 -1
  170. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_24684200.js.map +1 -1
  171. package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js +3 -0
  172. package/web/.next/server/chunks/ssr/src_presentation_web_ca99d62d._.js.map +1 -0
  173. package/web/.next/server/chunks/ssr/src_presentation_web_components_bf50c527._.js +1 -1
  174. package/web/.next/server/chunks/ssr/src_presentation_web_components_de814675._.js +1 -1
  175. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
  176. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
  177. package/web/.next/server/chunks/ssr/{src_presentation_web_7275ce5d._.js → src_presentation_web_d7392251._.js} +3 -3
  178. package/web/.next/server/chunks/ssr/{src_presentation_web_758dfa10._.js.map → src_presentation_web_d7392251._.js.map} +1 -1
  179. package/web/.next/server/pages/500.html +2 -2
  180. package/web/.next/server/server-reference-manifest.js +1 -1
  181. package/web/.next/server/server-reference-manifest.json +250 -285
  182. package/web/.next/static/chunks/26d9daaa8e7ae994.js +1 -0
  183. package/web/.next/static/chunks/{edf8a02334a5a894.js → 6fc75f45a90afaca.js} +1 -1
  184. package/web/.next/static/chunks/{e04aeaa883926ea0.js → 772fe887bd3200e4.js} +2 -2
  185. package/web/.next/static/chunks/{053a94b60990dd9c.js → 78f37724b73daecc.js} +2 -2
  186. package/web/.next/static/chunks/{a3d13ca81511017c.js → 7f53af94820dd254.js} +1 -1
  187. package/web/.next/static/chunks/{844861bb47bd14dd.js → 8f29c6159bf2ace9.js} +1 -1
  188. package/web/.next/static/chunks/9294c44a23259725.js +1 -0
  189. package/web/.next/static/chunks/{f470db7cbffa077a.js → a941aad50e999afb.js} +1 -1
  190. package/web/.next/static/chunks/abe8df9f7d2e0ea2.js +2 -0
  191. package/web/.next/static/chunks/{d0eae8f634543b5b.js → dcaecc4f31b2a9cf.js} +1 -1
  192. package/dist/src/presentation/web/app/actions/get-graph-data.d.ts +0 -10
  193. package/dist/src/presentation/web/app/actions/get-graph-data.d.ts.map +0 -1
  194. package/dist/src/presentation/web/app/actions/get-graph-data.js +0 -10
  195. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js +0 -6
  196. package/web/.next/server/chunks/403f9_next_dist_esm_build_templates_app-route_4d623b8e.js.map +0 -1
  197. package/web/.next/server/chunks/[root-of-the-server]__3b22a1eb._.js +0 -3
  198. package/web/.next/server/chunks/[root-of-the-server]__3b22a1eb._.js.map +0 -1
  199. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_0a7546ed.js +0 -3
  200. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_0a7546ed.js.map +0 -1
  201. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_978cbb4c.js +0 -3
  202. package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_978cbb4c.js.map +0 -1
  203. package/web/.next/server/chunks/ssr/[root-of-the-server]__51fc98b0._.js +0 -3
  204. package/web/.next/server/chunks/ssr/[root-of-the-server]__51fc98b0._.js.map +0 -1
  205. package/web/.next/server/chunks/ssr/[root-of-the-server]__57f37786._.js +0 -3
  206. package/web/.next/server/chunks/ssr/[root-of-the-server]__57f37786._.js.map +0 -1
  207. package/web/.next/server/chunks/ssr/[root-of-the-server]__708dcad1._.js +0 -3
  208. package/web/.next/server/chunks/ssr/[root-of-the-server]__708dcad1._.js.map +0 -1
  209. package/web/.next/server/chunks/ssr/[root-of-the-server]__8e002910._.js +0 -3
  210. package/web/.next/server/chunks/ssr/[root-of-the-server]__8e002910._.js.map +0 -1
  211. package/web/.next/server/chunks/ssr/[root-of-the-server]__94128fa9._.js +0 -3
  212. package/web/.next/server/chunks/ssr/[root-of-the-server]__94128fa9._.js.map +0 -1
  213. package/web/.next/server/chunks/ssr/[root-of-the-server]__9bfb8e7c._.js +0 -3
  214. package/web/.next/server/chunks/ssr/[root-of-the-server]__9bfb8e7c._.js.map +0 -1
  215. package/web/.next/server/chunks/ssr/_6e08ce21._.js.map +0 -1
  216. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_84803221.js +0 -3
  217. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_84803221.js.map +0 -1
  218. package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js +0 -3
  219. package/web/.next/server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js.map +0 -1
  220. package/web/.next/static/chunks/4365252b615a40f0.js +0 -1
  221. package/web/.next/static/chunks/772354bc92c616a4.js +0 -1
  222. package/web/.next/static/chunks/92cab7a0449d3596.js +0 -2
  223. /package/web/.next/server/chunks/{[root-of-the-server]__db04ed44._.js.map → [root-of-the-server]__a5879003._.js.map} +0 -0
  224. /package/web/.next/server/chunks/{[root-of-the-server]__91d44424._.js.map → [root-of-the-server]__d8037e14._.js.map} +0 -0
  225. /package/web/.next/static/{HOQufUZ8x1fFMnnLH1RpU → znGgra8ySC0iYcFiYbyxv}/_buildManifest.js +0 -0
  226. /package/web/.next/static/{HOQufUZ8x1fFMnnLH1RpU → znGgra8ySC0iYcFiYbyxv}/_clientMiddlewareManifest.json +0 -0
  227. /package/web/.next/static/{HOQufUZ8x1fFMnnLH1RpU → znGgra8ySC0iYcFiYbyxv}/_ssgManifest.js +0 -0
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "node": {
3
- "00b96710cd53298035630d423f5a5b5d785c17012b": {
3
+ "005506a74b84646b30372e0d487906a425bf0d05b6": {
4
4
  "workers": {
5
5
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
6
- "moduleId": 9441,
6
+ "moduleId": 19848,
7
7
  "async": false,
8
8
  "exportedName": "pickFolder",
9
9
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
@@ -15,10 +15,10 @@
15
15
  "exportedName": "pickFolder",
16
16
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
17
17
  },
18
- "40eb4715b8e320d3876c2a011358a388f7eda7e0bc": {
18
+ "40da7c978015749ea4d0b6b71774b1e53401edf396": {
19
19
  "workers": {
20
20
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
21
- "moduleId": 9441,
21
+ "moduleId": 19848,
22
22
  "async": false,
23
23
  "exportedName": "getDeploymentLogs",
24
24
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
@@ -30,10 +30,10 @@
30
30
  "exportedName": "getDeploymentLogs",
31
31
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts"
32
32
  },
33
- "4019e0617e90d4ef3ee7afe2563c0c18a89bc45473": {
33
+ "4063cee3ae7c8118443d597973c90ce474c80f05b0": {
34
34
  "workers": {
35
35
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
36
- "moduleId": 9441,
36
+ "moduleId": 19848,
37
37
  "async": false,
38
38
  "exportedName": "deployFeature",
39
39
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
@@ -45,10 +45,10 @@
45
45
  "exportedName": "deployFeature",
46
46
  "filename": "src/presentation/web/app/actions/deploy-feature.ts"
47
47
  },
48
- "405e1ead1854f46fc767921e2f213cb0ad0dedc160": {
48
+ "40f3c9b164726667feb2d129e193f89c0d1867ecfe": {
49
49
  "workers": {
50
50
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
51
- "moduleId": 9441,
51
+ "moduleId": 19848,
52
52
  "async": false,
53
53
  "exportedName": "deployRepository",
54
54
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
@@ -60,10 +60,10 @@
60
60
  "exportedName": "deployRepository",
61
61
  "filename": "src/presentation/web/app/actions/deploy-repository.ts"
62
62
  },
63
- "40d9a0febf9dcd8f168d135c6c7ad57211a315ffdd": {
63
+ "40eb1978c293f9a0a1b626807bb5123270c80b7510": {
64
64
  "workers": {
65
65
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
66
- "moduleId": 9441,
66
+ "moduleId": 19848,
67
67
  "async": false,
68
68
  "exportedName": "stopDeployment",
69
69
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
@@ -75,10 +75,10 @@
75
75
  "exportedName": "stopDeployment",
76
76
  "filename": "src/presentation/web/app/actions/stop-deployment.ts"
77
77
  },
78
- "40587798ad4ce8ee15a90f14ddfaffc571a7e4b958": {
78
+ "407e96f59a76cdf458c418d3024a8d321986c5cd80": {
79
79
  "workers": {
80
80
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
81
- "moduleId": 9441,
81
+ "moduleId": 19848,
82
82
  "async": false,
83
83
  "exportedName": "getDeploymentStatus",
84
84
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
@@ -90,10 +90,10 @@
90
90
  "exportedName": "getDeploymentStatus",
91
91
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts"
92
92
  },
93
- "4085e47fcf697705fb470c860c7abb4175f868dced": {
93
+ "4082b530f378340e9a7d56f2fefd73e6ca9395710c": {
94
94
  "workers": {
95
95
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
96
- "moduleId": 9441,
96
+ "moduleId": 19848,
97
97
  "async": false,
98
98
  "exportedName": "openIde",
99
99
  "filename": "src/presentation/web/app/actions/open-ide.ts"
@@ -105,10 +105,10 @@
105
105
  "exportedName": "openIde",
106
106
  "filename": "src/presentation/web/app/actions/open-ide.ts"
107
107
  },
108
- "40095b19a7618bee5ba7bf759bba07873f9c604b20": {
108
+ "4011b13585aadf8fdb5e5333573113833f39be2f72": {
109
109
  "workers": {
110
110
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
111
- "moduleId": 9441,
111
+ "moduleId": 19848,
112
112
  "async": false,
113
113
  "exportedName": "openShell",
114
114
  "filename": "src/presentation/web/app/actions/open-shell.ts"
@@ -120,10 +120,10 @@
120
120
  "exportedName": "openShell",
121
121
  "filename": "src/presentation/web/app/actions/open-shell.ts"
122
122
  },
123
- "40ed5380bfb9ab7b4769b308514e5c51aa2e8f66e9": {
123
+ "406cb5583f90fed30ca250703e40e7696c47655368": {
124
124
  "workers": {
125
125
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
126
- "moduleId": 9441,
126
+ "moduleId": 19848,
127
127
  "async": false,
128
128
  "exportedName": "openFolder",
129
129
  "filename": "src/presentation/web/app/actions/open-folder.ts"
@@ -135,10 +135,10 @@
135
135
  "exportedName": "openFolder",
136
136
  "filename": "src/presentation/web/app/actions/open-folder.ts"
137
137
  },
138
- "005992607083fe1b97a4ef235e38bebbbd1feb7a5e": {
138
+ "00a9327b885aeac4f55615287e35093ea71f661e8e": {
139
139
  "workers": {
140
140
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
141
- "moduleId": 9441,
141
+ "moduleId": 19848,
142
142
  "async": false,
143
143
  "exportedName": "isAgentSetupComplete",
144
144
  "filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
@@ -150,10 +150,10 @@
150
150
  "exportedName": "isAgentSetupComplete",
151
151
  "filename": "src/presentation/web/app/actions/agent-setup-flag.ts"
152
152
  },
153
- "00202bba4b3e1d705174fe31d67b8df8e50f3fa3a7": {
153
+ "0092c8ac67ee79ab7c35337fa6f2501afc73f9c587": {
154
154
  "workers": {
155
155
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
156
- "moduleId": 9441,
156
+ "moduleId": 19848,
157
157
  "async": false,
158
158
  "exportedName": "checkAgentAuth",
159
159
  "filename": "src/presentation/web/app/actions/check-agent-auth.ts"
@@ -165,10 +165,10 @@
165
165
  "exportedName": "checkAgentAuth",
166
166
  "filename": "src/presentation/web/app/actions/check-agent-auth.ts"
167
167
  },
168
- "0046345c928dbcd53770a86ee921c8a0093b82e539": {
168
+ "001d4df589f4acd7476a66f3429db01e8da016c77d": {
169
169
  "workers": {
170
170
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
171
- "moduleId": 9441,
171
+ "moduleId": 19848,
172
172
  "async": false,
173
173
  "exportedName": "getAllAgentModels",
174
174
  "filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
@@ -180,10 +180,10 @@
180
180
  "exportedName": "getAllAgentModels",
181
181
  "filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
182
182
  },
183
- "60dbfbda7021c4dfa27db228da8557aa27e1374040": {
183
+ "608b67d8e9c4f4b1c2b6550edc61661414c3257e91": {
184
184
  "workers": {
185
185
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
186
- "moduleId": 9441,
186
+ "moduleId": 19848,
187
187
  "async": false,
188
188
  "exportedName": "updateAgentAndModel",
189
189
  "filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
@@ -195,10 +195,10 @@
195
195
  "exportedName": "updateAgentAndModel",
196
196
  "filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
197
197
  },
198
- "605cf526025bf30b988ef059aa21f77738217b800d": {
198
+ "60ae55f747a22137305183762debe2a7021979de52": {
199
199
  "workers": {
200
200
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
201
- "moduleId": 9441,
201
+ "moduleId": 19848,
202
202
  "async": false,
203
203
  "exportedName": "deleteFeature",
204
204
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
@@ -210,10 +210,10 @@
210
210
  "exportedName": "deleteFeature",
211
211
  "filename": "src/presentation/web/app/actions/delete-feature.ts"
212
212
  },
213
- "40ba2be19e269708dc888a5f84f28fcd31a1fb4543": {
213
+ "40edffb966212993625d027b2b670c1a85b623cace": {
214
214
  "workers": {
215
215
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
216
- "moduleId": 9441,
216
+ "moduleId": 19848,
217
217
  "async": false,
218
218
  "exportedName": "addRepository",
219
219
  "filename": "src/presentation/web/app/actions/add-repository.ts"
@@ -225,10 +225,10 @@
225
225
  "exportedName": "addRepository",
226
226
  "filename": "src/presentation/web/app/actions/add-repository.ts"
227
227
  },
228
- "406508fca6c2ad00e068225fc80c716c6a654f0d48": {
228
+ "40df3d92b78a3be1220596610c00e1dea08ba99a72": {
229
229
  "workers": {
230
230
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
231
- "moduleId": 9441,
231
+ "moduleId": 19848,
232
232
  "async": false,
233
233
  "exportedName": "deleteRepository",
234
234
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
@@ -240,10 +240,10 @@
240
240
  "exportedName": "deleteRepository",
241
241
  "filename": "src/presentation/web/app/actions/delete-repository.ts"
242
242
  },
243
- "400ddf5941521b67db4ad5a65c7b5817c826017c88": {
243
+ "4063b07611960731c46f5d3726b45d4a9660b81977": {
244
244
  "workers": {
245
245
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
246
- "moduleId": 9441,
246
+ "moduleId": 19848,
247
247
  "async": false,
248
248
  "exportedName": "getFeatureMetadata",
249
249
  "filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
@@ -255,25 +255,10 @@
255
255
  "exportedName": "getFeatureMetadata",
256
256
  "filename": "src/presentation/web/app/actions/get-feature-metadata.ts"
257
257
  },
258
- "009132e111bd7a79c06f45440197eb4e20d4c3edef": {
258
+ "60cafc6f90ae772a7385b6e7e1fd4ebf83a0cc56d9": {
259
259
  "workers": {
260
260
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
261
- "moduleId": 9441,
262
- "async": false,
263
- "exportedName": "fetchGraphData",
264
- "filename": "src/presentation/web/app/actions/get-graph-data.ts"
265
- }
266
- },
267
- "layer": {
268
- "app/(dashboard)/@drawer/feature/[featureId]/page": "action-browser"
269
- },
270
- "exportedName": "fetchGraphData",
271
- "filename": "src/presentation/web/app/actions/get-graph-data.ts"
272
- },
273
- "6012919330f2766a48cba25885acdf54f6e4e91e27": {
274
- "workers": {
275
- "app/(dashboard)/@drawer/feature/[featureId]/page": {
276
- "moduleId": 9441,
261
+ "moduleId": 19848,
277
262
  "async": false,
278
263
  "exportedName": "approveFeature",
279
264
  "filename": "src/presentation/web/app/actions/approve-feature.ts"
@@ -285,10 +270,10 @@
285
270
  "exportedName": "approveFeature",
286
271
  "filename": "src/presentation/web/app/actions/approve-feature.ts"
287
272
  },
288
- "70c28276919d259f957cd5804d056238445f8ff252": {
273
+ "70125b451a90875ccf5815e8048fd87475ccdca2f7": {
289
274
  "workers": {
290
275
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
291
- "moduleId": 9441,
276
+ "moduleId": 19848,
292
277
  "async": false,
293
278
  "exportedName": "rejectFeature",
294
279
  "filename": "src/presentation/web/app/actions/reject-feature.ts"
@@ -300,10 +285,10 @@
300
285
  "exportedName": "rejectFeature",
301
286
  "filename": "src/presentation/web/app/actions/reject-feature.ts"
302
287
  },
303
- "4061584663d17b3f28549bfd2f75ae17c955db2ae4": {
288
+ "40c612ff81eb5d9f04020eb8f5475bf735bdebc264": {
304
289
  "workers": {
305
290
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
306
- "moduleId": 9441,
291
+ "moduleId": 19848,
307
292
  "async": false,
308
293
  "exportedName": "getFeatureArtifact",
309
294
  "filename": "src/presentation/web/app/actions/get-feature-artifact.ts"
@@ -315,10 +300,10 @@
315
300
  "exportedName": "getFeatureArtifact",
316
301
  "filename": "src/presentation/web/app/actions/get-feature-artifact.ts"
317
302
  },
318
- "40a32fe8e67d019befd66a13952d7b181c15e3f928": {
303
+ "406dfb479cd4457f9d21a3ad0cd6e0fd29f7c6bc81": {
319
304
  "workers": {
320
305
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
321
- "moduleId": 9441,
306
+ "moduleId": 19848,
322
307
  "async": false,
323
308
  "exportedName": "getResearchArtifact",
324
309
  "filename": "src/presentation/web/app/actions/get-research-artifact.ts"
@@ -330,10 +315,10 @@
330
315
  "exportedName": "getResearchArtifact",
331
316
  "filename": "src/presentation/web/app/actions/get-research-artifact.ts"
332
317
  },
333
- "40dfd245e1e555089ab6bca72764901a32f29acad1": {
318
+ "405692d3c0ab145587a58842188a6aba831038e80a": {
334
319
  "workers": {
335
320
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
336
- "moduleId": 9441,
321
+ "moduleId": 19848,
337
322
  "async": false,
338
323
  "exportedName": "getMergeReviewData",
339
324
  "filename": "src/presentation/web/app/actions/get-merge-review-data.ts"
@@ -345,10 +330,10 @@
345
330
  "exportedName": "getMergeReviewData",
346
331
  "filename": "src/presentation/web/app/actions/get-merge-review-data.ts"
347
332
  },
348
- "40a611ec8ac2a94e77890adfee1ec1e94999685d7e": {
333
+ "40da61efce34a0c3e83b23d702b911e66c82ddb78b": {
349
334
  "workers": {
350
335
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
351
- "moduleId": 9441,
336
+ "moduleId": 19848,
352
337
  "async": false,
353
338
  "exportedName": "getFeaturePhaseTimings",
354
339
  "filename": "src/presentation/web/app/actions/get-feature-phase-timings.ts"
@@ -360,10 +345,10 @@
360
345
  "exportedName": "getFeaturePhaseTimings",
361
346
  "filename": "src/presentation/web/app/actions/get-feature-phase-timings.ts"
362
347
  },
363
- "408c0df98e561c50c7857591208fd7746aba745b52": {
348
+ "404cbe2f1b19b90075ceecb957e2a44182745d7fda": {
364
349
  "workers": {
365
350
  "app/(dashboard)/@drawer/feature/[featureId]/page": {
366
- "moduleId": 9441,
351
+ "moduleId": 19848,
367
352
  "async": false,
368
353
  "exportedName": "getFeaturePlan",
369
354
  "filename": "src/presentation/web/app/actions/get-feature-plan.ts"
@@ -374,6 +359,21 @@
374
359
  },
375
360
  "exportedName": "getFeaturePlan",
376
361
  "filename": "src/presentation/web/app/actions/get-feature-plan.ts"
362
+ },
363
+ "40189a895ab18260d1b00fd41d99275681e8192dca": {
364
+ "workers": {
365
+ "app/(dashboard)/@drawer/feature/[featureId]/page": {
366
+ "moduleId": 19848,
367
+ "async": false,
368
+ "exportedName": "getFeatureDrawerData",
369
+ "filename": "src/presentation/web/app/actions/get-feature-drawer-data.ts"
370
+ }
371
+ },
372
+ "layer": {
373
+ "app/(dashboard)/@drawer/feature/[featureId]/page": "action-browser"
374
+ },
375
+ "exportedName": "getFeatureDrawerData",
376
+ "filename": "src/presentation/web/app/actions/get-feature-drawer-data.ts"
377
377
  }
378
378
  },
379
379
  "edge": {}
@@ -1,5 +1,5 @@
1
1
  var R=require("../../../../../chunks/ssr/[turbopack]_runtime.js")("server/app/(dashboard)/@drawer/feature/[featureId]/page.js")
2
- R.c("server/chunks/ssr/[root-of-the-server]__9bfb8e7c._.js")
2
+ R.c("server/chunks/ssr/[root-of-the-server]__684a868c._.js")
3
3
  R.c("server/chunks/ssr/403f9_next_dist_1f3516d7._.js")
4
4
  R.c("server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_ce6dae5d.js")
5
5
  R.c("server/chunks/ssr/[root-of-the-server]__4af0afe0._.js")
@@ -11,10 +11,10 @@ R.c("server/chunks/ssr/_a37f5f18._.js")
11
11
  R.c("server/chunks/ssr/src_presentation_web_app_not-found_tsx_64b86c46._.js")
12
12
  R.c("server/chunks/ssr/403f9_next_dist_client_components_44deecdf._.js")
13
13
  R.c("server/chunks/ssr/403f9_next_dist_client_components_builtin_unauthorized_a2906ebd.js")
14
- R.c("server/chunks/ssr/_6e08ce21._.js")
15
- R.c("server/chunks/ssr/src_presentation_web_app_(dashboard)_get-graph-data_ts_b018483e._.js")
14
+ R.c("server/chunks/ssr/_250a63ae._.js")
15
+ R.c("server/chunks/ssr/src_presentation_web_ca99d62d._.js")
16
16
  R.c("server/chunks/ssr/src_presentation_web_app_(dashboard)_feature_[featureId]_page_tsx_797907a1._.js")
17
- R.c("server/chunks/ssr/[root-of-the-server]__51fc98b0._.js")
17
+ R.c("server/chunks/ssr/[root-of-the-server]__13dc8e37._.js")
18
18
  R.c("server/chunks/ssr/[root-of-the-server]__24dd0927._.js")
19
19
  R.m(41194)
20
20
  module.exports=R.m(41194).exports