@ai-development-environment/server 0.0.29 → 0.0.31

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 (357) hide show
  1. package/package.json +1 -1
  2. package/prisma-runtime/prisma/migrations/20260719010000_add_build_reports/migration.sql +29 -0
  3. package/prisma-runtime/prisma/schema.prisma +23 -0
  4. package/standalone/.next/BUILD_ID +1 -1
  5. package/standalone/.next/app-path-routes-manifest.json +3 -0
  6. package/standalone/.next/build-manifest.json +6 -6
  7. package/standalone/.next/prerender-manifest.json +3 -3
  8. package/standalone/.next/routes-manifest.json +26 -0
  9. package/standalone/.next/server/app/[locale]/actions/page/build-manifest.json +3 -3
  10. package/standalone/.next/server/app/[locale]/actions/page.js.nft.json +1 -1
  11. package/standalone/.next/server/app/[locale]/actions/page_client-reference-manifest.js +1 -1
  12. package/standalone/.next/server/app/[locale]/agents/[id]/page/build-manifest.json +3 -3
  13. package/standalone/.next/server/app/[locale]/agents/[id]/page.js.nft.json +1 -1
  14. package/standalone/.next/server/app/[locale]/agents/[id]/page_client-reference-manifest.js +1 -1
  15. package/standalone/.next/server/app/[locale]/agents/page/build-manifest.json +3 -3
  16. package/standalone/.next/server/app/[locale]/agents/page.js.nft.json +1 -1
  17. package/standalone/.next/server/app/[locale]/agents/page_client-reference-manifest.js +1 -1
  18. package/standalone/.next/server/app/[locale]/build-data/page/build-manifest.json +3 -3
  19. package/standalone/.next/server/app/[locale]/build-data/page.js.nft.json +1 -1
  20. package/standalone/.next/server/app/[locale]/build-data/page_client-reference-manifest.js +1 -1
  21. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/app-paths-manifest.json +3 -0
  22. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/build-manifest.json +16 -0
  23. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/next-font-manifest.json +11 -0
  24. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/react-loadable-manifest.json +1 -0
  25. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/server-reference-manifest.json +4 -0
  26. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page.js +16 -0
  27. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page.js.map +5 -0
  28. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page.js.nft.json +1 -0
  29. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page_client-reference-manifest.js +3 -0
  30. package/standalone/.next/server/app/[locale]/builds/[buildId]/page/build-manifest.json +3 -3
  31. package/standalone/.next/server/app/[locale]/builds/[buildId]/page.js.nft.json +1 -1
  32. package/standalone/.next/server/app/[locale]/builds/[buildId]/page_client-reference-manifest.js +1 -1
  33. package/standalone/.next/server/app/[locale]/builds/page/build-manifest.json +3 -3
  34. package/standalone/.next/server/app/[locale]/builds/page.js.nft.json +1 -1
  35. package/standalone/.next/server/app/[locale]/builds/page_client-reference-manifest.js +1 -1
  36. package/standalone/.next/server/app/[locale]/codebases/[codebaseId]/page/build-manifest.json +3 -3
  37. package/standalone/.next/server/app/[locale]/codebases/[codebaseId]/page.js.nft.json +1 -1
  38. package/standalone/.next/server/app/[locale]/codebases/[codebaseId]/page_client-reference-manifest.js +1 -1
  39. package/standalone/.next/server/app/[locale]/codebases/page/build-manifest.json +3 -3
  40. package/standalone/.next/server/app/[locale]/codebases/page.js.nft.json +1 -1
  41. package/standalone/.next/server/app/[locale]/codebases/page_client-reference-manifest.js +1 -1
  42. package/standalone/.next/server/app/[locale]/codebases/repositories/[repositoryId]/page/build-manifest.json +3 -3
  43. package/standalone/.next/server/app/[locale]/codebases/repositories/[repositoryId]/page.js.nft.json +1 -1
  44. package/standalone/.next/server/app/[locale]/codebases/repositories/[repositoryId]/page_client-reference-manifest.js +1 -1
  45. package/standalone/.next/server/app/[locale]/comments/page/build-manifest.json +3 -3
  46. package/standalone/.next/server/app/[locale]/comments/page.js.nft.json +1 -1
  47. package/standalone/.next/server/app/[locale]/comments/page_client-reference-manifest.js +1 -1
  48. package/standalone/.next/server/app/[locale]/jira/cache/page/build-manifest.json +3 -3
  49. package/standalone/.next/server/app/[locale]/jira/cache/page.js.nft.json +1 -1
  50. package/standalone/.next/server/app/[locale]/jira/cache/page_client-reference-manifest.js +1 -1
  51. package/standalone/.next/server/app/[locale]/jira/cache/tickets/[issueKey]/page/build-manifest.json +3 -3
  52. package/standalone/.next/server/app/[locale]/jira/cache/tickets/[issueKey]/page.js.nft.json +1 -1
  53. package/standalone/.next/server/app/[locale]/jira/cache/tickets/[issueKey]/page_client-reference-manifest.js +1 -1
  54. package/standalone/.next/server/app/[locale]/jira/tickets/[issueKey]/page/build-manifest.json +3 -3
  55. package/standalone/.next/server/app/[locale]/jira/tickets/[issueKey]/page.js.nft.json +1 -1
  56. package/standalone/.next/server/app/[locale]/jira/tickets/[issueKey]/page_client-reference-manifest.js +1 -1
  57. package/standalone/.next/server/app/[locale]/jira/tickets/page/build-manifest.json +3 -3
  58. package/standalone/.next/server/app/[locale]/jira/tickets/page.js.nft.json +1 -1
  59. package/standalone/.next/server/app/[locale]/jira/tickets/page_client-reference-manifest.js +1 -1
  60. package/standalone/.next/server/app/[locale]/jobs/[jobId]/page/build-manifest.json +3 -3
  61. package/standalone/.next/server/app/[locale]/jobs/[jobId]/page.js.nft.json +1 -1
  62. package/standalone/.next/server/app/[locale]/jobs/[jobId]/page_client-reference-manifest.js +1 -1
  63. package/standalone/.next/server/app/[locale]/page/build-manifest.json +3 -3
  64. package/standalone/.next/server/app/[locale]/page.js.nft.json +1 -1
  65. package/standalone/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
  66. package/standalone/.next/server/app/[locale]/pull-requests/[owner]/[repository]/[number]/page/build-manifest.json +3 -3
  67. package/standalone/.next/server/app/[locale]/pull-requests/[owner]/[repository]/[number]/page.js.nft.json +1 -1
  68. package/standalone/.next/server/app/[locale]/pull-requests/[owner]/[repository]/[number]/page_client-reference-manifest.js +1 -1
  69. package/standalone/.next/server/app/[locale]/pull-requests/page/build-manifest.json +3 -3
  70. package/standalone/.next/server/app/[locale]/pull-requests/page.js.nft.json +1 -1
  71. package/standalone/.next/server/app/[locale]/pull-requests/page_client-reference-manifest.js +1 -1
  72. package/standalone/.next/server/app/[locale]/settings/page/build-manifest.json +3 -3
  73. package/standalone/.next/server/app/[locale]/settings/page.js.nft.json +1 -1
  74. package/standalone/.next/server/app/[locale]/settings/page_client-reference-manifest.js +1 -1
  75. package/standalone/.next/server/app/[locale]/skills/[skillId]/page/build-manifest.json +3 -3
  76. package/standalone/.next/server/app/[locale]/skills/[skillId]/page.js.nft.json +1 -1
  77. package/standalone/.next/server/app/[locale]/skills/[skillId]/page_client-reference-manifest.js +1 -1
  78. package/standalone/.next/server/app/[locale]/skills/groups/[groupId]/page/build-manifest.json +3 -3
  79. package/standalone/.next/server/app/[locale]/skills/groups/[groupId]/page.js.nft.json +1 -1
  80. package/standalone/.next/server/app/[locale]/skills/groups/[groupId]/page_client-reference-manifest.js +1 -1
  81. package/standalone/.next/server/app/[locale]/skills/groups/page/build-manifest.json +3 -3
  82. package/standalone/.next/server/app/[locale]/skills/groups/page.js.nft.json +1 -1
  83. package/standalone/.next/server/app/[locale]/skills/groups/page_client-reference-manifest.js +1 -1
  84. package/standalone/.next/server/app/[locale]/skills/page/build-manifest.json +3 -3
  85. package/standalone/.next/server/app/[locale]/skills/page.js.nft.json +1 -1
  86. package/standalone/.next/server/app/[locale]/skills/page_client-reference-manifest.js +1 -1
  87. package/standalone/.next/server/app/[locale]/skills/sync/[runId]/page/build-manifest.json +3 -3
  88. package/standalone/.next/server/app/[locale]/skills/sync/[runId]/page.js.nft.json +1 -1
  89. package/standalone/.next/server/app/[locale]/skills/sync/[runId]/page_client-reference-manifest.js +1 -1
  90. package/standalone/.next/server/app/[locale]/tools/page/build-manifest.json +3 -3
  91. package/standalone/.next/server/app/[locale]/tools/page.js.nft.json +1 -1
  92. package/standalone/.next/server/app/[locale]/tools/page_client-reference-manifest.js +1 -1
  93. package/standalone/.next/server/app/[locale]/usage/page/build-manifest.json +3 -3
  94. package/standalone/.next/server/app/[locale]/usage/page.js.nft.json +1 -1
  95. package/standalone/.next/server/app/[locale]/usage/page_client-reference-manifest.js +1 -1
  96. package/standalone/.next/server/app/[locale]/worktrees/[worktreeId]/page/build-manifest.json +3 -3
  97. package/standalone/.next/server/app/[locale]/worktrees/[worktreeId]/page.js.nft.json +1 -1
  98. package/standalone/.next/server/app/[locale]/worktrees/[worktreeId]/page_client-reference-manifest.js +1 -1
  99. package/standalone/.next/server/app/[locale]/worktrees/page/build-manifest.json +3 -3
  100. package/standalone/.next/server/app/[locale]/worktrees/page.js.nft.json +1 -1
  101. package/standalone/.next/server/app/[locale]/worktrees/page_client-reference-manifest.js +1 -1
  102. package/standalone/.next/server/app/_global-error/page/build-manifest.json +3 -3
  103. package/standalone/.next/server/app/_global-error.html +1 -1
  104. package/standalone/.next/server/app/_global-error.rsc +1 -1
  105. package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  106. package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  107. package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  108. package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  109. package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  110. package/standalone/.next/server/app/_not-found/page/build-manifest.json +3 -3
  111. package/standalone/.next/server/app/_not-found.html +1 -1
  112. package/standalone/.next/server/app/_not-found.rsc +1 -1
  113. package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  114. package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  115. package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  116. package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  117. package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  118. package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  119. package/standalone/.next/server/app/api/build-artifact-uploads/[uploadId]/route.js +1 -1
  120. package/standalone/.next/server/app/api/build-artifact-uploads/[uploadId]/route.js.nft.json +1 -1
  121. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist/route/app-paths-manifest.json +3 -0
  122. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist/route/build-manifest.json +9 -0
  123. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist/route/server-reference-manifest.json +4 -0
  124. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist/route.js +11 -0
  125. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist/route.js.map +5 -0
  126. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist/route.js.nft.json +1 -0
  127. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist/route_client-reference-manifest.js +3 -0
  128. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/route.js +4 -3
  129. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/route.js.nft.json +1 -1
  130. package/standalone/.next/server/app/api/codebases/by-path/route.js.nft.json +1 -1
  131. package/standalone/.next/server/app/api/codebases/route.js.nft.json +1 -1
  132. package/standalone/.next/server/app/api/graphql/route.js.nft.json +1 -1
  133. package/standalone/.next/server/app/api/mcp/route.js.nft.json +1 -1
  134. package/standalone/.next/server/app/api/tools/call/route.js.nft.json +1 -1
  135. package/standalone/.next/server/app/api/tools/catalog/route.js.nft.json +1 -1
  136. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route/app-paths-manifest.json +3 -0
  137. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route/build-manifest.json +9 -0
  138. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route/server-reference-manifest.json +4 -0
  139. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route.js +10 -0
  140. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route.js.map +5 -0
  141. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route.js.nft.json +1 -0
  142. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route_client-reference-manifest.js +3 -0
  143. package/standalone/.next/server/app-paths-manifest.json +3 -0
  144. package/standalone/.next/server/chunks/07_e_builds_[buildId]_artifacts_[artifactId]_manifest_plist_route_actions_18mzaf3.js +3 -0
  145. package/standalone/.next/server/chunks/1oeh_server_app_api_worktrees_[worktreeId]_diff-image_route_actions_0nie5n3.js +3 -0
  146. package/standalone/.next/server/chunks/[root-of-the-server]__08mnmfs._.js +3 -0
  147. package/standalone/.next/server/chunks/[root-of-the-server]__0906ea6._.js +3 -0
  148. package/standalone/.next/server/chunks/{[root-of-the-server]__0-ypkf7._.js → [root-of-the-server]__09v6swg._.js} +1 -1
  149. package/standalone/.next/server/chunks/{[root-of-the-server]__1wtng3p._.js → [root-of-the-server]__0aiyd05._.js} +1 -1
  150. package/standalone/.next/server/chunks/{[root-of-the-server]__09skp6r._.js → [root-of-the-server]__0cz4ap5._.js} +1 -1
  151. package/standalone/.next/server/chunks/[root-of-the-server]__0nvcazp._.js +3 -0
  152. package/standalone/.next/server/chunks/[root-of-the-server]__12807ia._.js +3 -0
  153. package/standalone/.next/server/chunks/[root-of-the-server]__15_clsj._.js +3 -0
  154. package/standalone/.next/server/chunks/[root-of-the-server]__1csx222._.js +3 -0
  155. package/standalone/.next/server/chunks/[root-of-the-server]__1ix62p0._.js +122 -0
  156. package/standalone/.next/server/chunks/[root-of-the-server]__1j-hk6b._.js +3 -0
  157. package/standalone/.next/server/chunks/{[root-of-the-server]__15aat79._.js → [root-of-the-server]__1j0u03u._.js} +1 -1
  158. package/standalone/.next/server/chunks/{[root-of-the-server]__0c02fce._.js → [root-of-the-server]__1oa-sy6._.js} +2 -2
  159. package/standalone/.next/server/chunks/[root-of-the-server]__1qmvsu_._.js +3 -0
  160. package/standalone/.next/server/chunks/[root-of-the-server]__1vxtcsq._.js +3 -0
  161. package/standalone/.next/server/chunks/[root-of-the-server]__1w59u6o._.js +3 -0
  162. package/standalone/.next/server/chunks/[root-of-the-server]__1z-3x8k._.js +3 -0
  163. package/standalone/.next/server/chunks/_0exkna-._.js +193 -8
  164. package/standalone/.next/server/chunks/_0jurkow._.js +1 -1
  165. package/standalone/.next/server/chunks/_0rx5rfm._.js +1 -1
  166. package/standalone/.next/server/chunks/_0tufgj0._.js +263 -78
  167. package/standalone/.next/server/chunks/_0w2eghf._.js +193 -8
  168. package/standalone/.next/server/chunks/_152rnkf._.js +17 -17
  169. package/standalone/.next/server/chunks/_16x77b_._.js +1 -1
  170. package/standalone/.next/server/chunks/_1dbqy8c._.js +17 -17
  171. package/standalone/.next/server/chunks/_1vrixpc._.js +17 -17
  172. package/standalone/.next/server/chunks/_1yfz-9u._.js +17 -17
  173. package/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_08x37wy.js +6 -0
  174. package/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0eghv0a.js +3 -0
  175. package/standalone/.next/server/chunks/src_0o4-snj._.js +1 -1
  176. package/standalone/.next/server/chunks/ssr/1oeh_server_app_[locale]_builds_[buildId]_coverage_page_actions_20i_0zd.js +3 -0
  177. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__08bbv6z._.js +9 -0
  178. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ckj6wg._.js +13 -0
  179. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0eit075._.js +3 -0
  180. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0qy28ku._.js +3 -0
  181. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0tsac-e._.js +15 -0
  182. package/standalone/.next/server/chunks/ssr/{_19fwji0._.js → [root-of-the-server]__0uo4dhz._.js} +2 -2
  183. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__15v1geo._.js +3 -0
  184. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1qm_j4s._.js +3 -0
  185. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1s6_fta._.js +3 -0
  186. package/standalone/.next/server/chunks/ssr/_0-o77zz._.js +3 -0
  187. package/standalone/.next/server/chunks/ssr/_00m30gw._.js +3 -0
  188. package/standalone/.next/server/chunks/ssr/_03961l6._.js +3 -0
  189. package/standalone/.next/server/chunks/ssr/{_00ye62k._.js → _08q5hnx._.js} +2 -2
  190. package/standalone/.next/server/chunks/ssr/_093--4s._.js +3 -0
  191. package/standalone/.next/server/chunks/ssr/{_1kaz2gq._.js → _09lh67h._.js} +2 -2
  192. package/standalone/.next/server/chunks/ssr/_0a1ligo._.js +3 -0
  193. package/standalone/.next/server/chunks/ssr/{_1h3p6oi._.js → _0cw_tqx._.js} +2 -2
  194. package/standalone/.next/server/chunks/ssr/_0dq-84j._.js +22 -0
  195. package/standalone/.next/server/chunks/ssr/_0dy1ovj._.js +3 -0
  196. package/standalone/.next/server/chunks/ssr/_0ezo890._.js +3 -0
  197. package/standalone/.next/server/chunks/ssr/{_1_1j9nd._.js → _0id1774._.js} +3 -3
  198. package/standalone/.next/server/chunks/ssr/_0j48up8._.js +1 -1
  199. package/standalone/.next/server/chunks/ssr/_0nhtqty._.js +1 -1
  200. package/standalone/.next/server/chunks/ssr/_0oh246z._.js +3 -0
  201. package/standalone/.next/server/chunks/ssr/_0q8sy0w._.js +3 -0
  202. package/standalone/.next/server/chunks/ssr/_0qra30j._.js +3 -0
  203. package/standalone/.next/server/chunks/ssr/_0t2jwg3._.js +109 -0
  204. package/standalone/.next/server/chunks/ssr/{_1zyjq9y._.js → _0ufkrvm._.js} +2 -2
  205. package/standalone/.next/server/chunks/ssr/{_07tglcd._.js → _0vjihfb._.js} +2 -10
  206. package/standalone/.next/server/chunks/ssr/_0xh-lyy._.js +3 -0
  207. package/standalone/.next/server/chunks/ssr/_15erjna._.js +3 -0
  208. package/standalone/.next/server/chunks/ssr/_17a3xuq._.js +3 -0
  209. package/standalone/.next/server/chunks/ssr/_17p59oz._.js +1 -1
  210. package/standalone/.next/server/chunks/ssr/_1bzibio._.js +109 -0
  211. package/standalone/.next/server/chunks/ssr/{_12ws_f2._.js → _1c2fde9._.js} +2 -2
  212. package/standalone/.next/server/chunks/ssr/{_0mr9u9p._.js → _1dnm1d4._.js} +2 -2
  213. package/standalone/.next/server/chunks/ssr/_1ekznx8._.js +3 -0
  214. package/standalone/.next/server/chunks/ssr/{_1r2rmfp._.js → _1f5k6bj._.js} +2 -2
  215. package/standalone/.next/server/chunks/ssr/_1k1tyz4._.js +3 -0
  216. package/standalone/.next/server/chunks/ssr/_1och_zk._.js +3 -0
  217. package/standalone/.next/server/chunks/ssr/{_0xrpdyy._.js → _1tpguta._.js} +2 -2
  218. package/standalone/.next/server/chunks/ssr/_1v1lo7c._.js +3 -0
  219. package/standalone/.next/server/chunks/ssr/_1vv-dg-._.js +3 -0
  220. package/standalone/.next/server/chunks/ssr/_1zgu74l._.js +1 -1
  221. package/standalone/.next/server/chunks/ssr/messages_de_json_[json]_cjs_1uig1ud._.js +1 -1
  222. package/standalone/.next/server/chunks/ssr/messages_en_json_[json]_cjs_206072-._.js +1 -1
  223. package/standalone/.next/server/chunks/ssr/messages_es_json_[json]_cjs_082yukd._.js +1 -1
  224. package/standalone/.next/server/chunks/ssr/messages_fr_json_[json]_cjs_0j6-w0i._.js +1 -1
  225. package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1uzalot.js +4 -0
  226. package/standalone/.next/server/chunks/ssr/src_components_builds_build-detail-page_tsx_0q1lvps._.js +25 -9
  227. package/standalone/.next/server/chunks/ssr/src_components_builds_coverage-report-page_tsx_1nhwba1._.js +11 -0
  228. package/standalone/.next/server/chunks/ssr/src_components_codebases_repository-detail-page_tsx_20_7wk_._.js +5 -5
  229. package/standalone/.next/server/chunks/ssr/src_components_jira_cache-page_tsx_1znt1yl._.js +1 -1
  230. package/standalone/.next/server/chunks/ssr/src_components_skills_skill-sync-page_tsx_15sidhb._.js +1 -1
  231. package/standalone/.next/server/chunks/ssr/src_components_skills_skills-page_tsx_0o1nlbg._.js +3 -3
  232. package/standalone/.next/server/chunks/ssr/src_components_worktrees_worktree-detail-page_tsx_1oexgu_._.js +13 -5
  233. package/standalone/.next/server/functions-config-manifest.json +7 -1
  234. package/standalone/.next/server/middleware-build-manifest.js +6 -6
  235. package/standalone/.next/server/next-font-manifest.js +1 -1
  236. package/standalone/.next/server/next-font-manifest.json +4 -0
  237. package/standalone/.next/server/pages/404.html +1 -1
  238. package/standalone/.next/server/pages/500.html +1 -1
  239. package/standalone/.next/server/server-reference-manifest.js +1 -1
  240. package/standalone/.next/server/server-reference-manifest.json +1 -1
  241. package/standalone/.next/static/chunks/08ujwkhzkokhf.js +1 -0
  242. package/standalone/.next/static/chunks/{16tfdsma_h0r5.js → 0a82bgw37ev__.js} +1 -1
  243. package/standalone/.next/static/chunks/0cw4z7_m01m5f.js +31 -0
  244. package/standalone/.next/static/chunks/0emxr8tr7kji0.js +33 -0
  245. package/standalone/.next/static/chunks/0h8zu6aywqh1-.js +27 -0
  246. package/standalone/.next/static/chunks/0hwbkceik59kx.js +35 -0
  247. package/standalone/.next/static/chunks/0mq066ue0yufb.js +7 -0
  248. package/standalone/.next/static/chunks/0ng892ycfzv2q.js +1 -0
  249. package/standalone/.next/static/chunks/0tgtji0dbbefa.js +107 -0
  250. package/standalone/.next/static/chunks/15_8kla24ff9f.js +1 -0
  251. package/standalone/.next/static/chunks/16-l4kp9o217d.js +1 -0
  252. package/standalone/.next/static/chunks/175269y15-grc.js +48 -0
  253. package/standalone/.next/static/chunks/1c7ci5ai5qyfo.js +1 -0
  254. package/standalone/.next/static/chunks/1egccqmgk3kbi.js +1 -0
  255. package/standalone/.next/static/chunks/1gwvywh0e6i17.js +3 -0
  256. package/standalone/.next/static/chunks/1hehq94hslvbl.js +7 -0
  257. package/standalone/.next/static/chunks/1k5cw41bd4e5r.js +51 -0
  258. package/standalone/.next/static/chunks/{2rjf8o4g23no8.js → 1mprxk0uebv70.js} +1 -1
  259. package/standalone/.next/static/chunks/1rus13s58mkxy.js +1 -0
  260. package/standalone/.next/static/chunks/{2fzxwi39odugq.js → 1rwqeg_l_plzt.js} +1 -1
  261. package/standalone/.next/static/chunks/1u_jwc-bo10k3.js +1 -0
  262. package/standalone/.next/static/chunks/1w_zvfx_jdyv_.js +29 -0
  263. package/standalone/.next/static/chunks/2-wrd12dmwbo-.js +1 -0
  264. package/standalone/.next/static/chunks/208k3moxxd_53.js +51 -0
  265. package/standalone/.next/static/chunks/23kut2_l2y2-w.js +9 -0
  266. package/standalone/.next/static/chunks/{1nnp0crt0mi_-.js → 23xyv764-kx8z.js} +12 -12
  267. package/standalone/.next/static/chunks/{1wihkuyju-wa-.js → 25haryfoj4x3h.js} +1 -1
  268. package/standalone/.next/static/chunks/{0fr0zp4cwlyrr.js → 28ljy-uz6n_g9.js} +2 -2
  269. package/standalone/.next/static/chunks/{4013cp3x6bvuw.js → 2__bi79el56lb.js} +5 -5
  270. package/standalone/.next/static/chunks/2aq80hyo4l8a2.js +7 -0
  271. package/standalone/.next/static/chunks/{24a_ux27e8jj4.js → 2l_wayk-ioguc.js} +1 -1
  272. package/standalone/.next/static/chunks/2swvzbwm_dr9y.js +1 -0
  273. package/standalone/.next/static/chunks/2zwijj9t6y7gn.js +7 -0
  274. package/standalone/.next/static/chunks/{0m26h4h36cb_0.js → 3120xcqaqci82.js} +1 -1
  275. package/standalone/.next/static/chunks/{3-u7pvogc5_bx.js → 315cis1es_5t3.js} +12 -12
  276. package/standalone/.next/static/chunks/321feys_9vp2v.js +33 -0
  277. package/standalone/.next/static/chunks/{0d-e51sawr2y8.js → 34oyci46fsc5w.js} +1 -1
  278. package/standalone/.next/static/chunks/37mczlawlcx5l.js +1 -0
  279. package/standalone/.next/static/chunks/398uw5_4-ciaz.css +1 -0
  280. package/standalone/.next/static/chunks/{1tcqtaedz7922.js → 3d4ijy7zglgv5.js} +1 -1
  281. package/standalone/.next/static/chunks/3ir4b8po439x7.js +40 -0
  282. package/standalone/.next/static/chunks/3l2g83119oyl0.js +1 -0
  283. package/standalone/.next/static/chunks/3r-6igcofcwxj.js +107 -0
  284. package/standalone/.next/static/chunks/{0m--47yk9j-ec.js → 3tycetq7o8g3h.js} +1 -1
  285. package/standalone/.next/static/chunks/{0biu8z1f8c42u.js → 40ovzayigkz_-.js} +1 -1
  286. package/standalone/.next/static/chunks/41wq-96yyl0uw.js +1 -0
  287. package/standalone/.next/static/chunks/44xu63hsh11xp.js +1 -0
  288. package/standalone/.next/static/chunks/{turbopack-1rw7om86c18dg.js → turbopack-1v9ogj_5hv56l.js} +1 -1
  289. package/standalone/src/services/builds/artifact-cache.test.ts +241 -0
  290. package/standalone/src/services/builds/artifact-cache.ts +235 -0
  291. package/standalone/src/services/builds/artifact-transfer.ts +2 -1
  292. package/standalone/src/services/builds/builds.service.test.ts +55 -0
  293. package/standalone/src/services/builds/builds.service.ts +499 -17
  294. package/standalone/.next/server/chunks/[root-of-the-server]__02vqwey._.js +0 -3
  295. package/standalone/.next/server/chunks/[root-of-the-server]__1oahp4o._.js +0 -122
  296. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0361lgt._.js +0 -33
  297. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__06f05jg._.js +0 -3
  298. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ay4_3d._.js +0 -37
  299. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dm8osz._.js +0 -3
  300. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1349-us._.js +0 -3
  301. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1xv798-._.js +0 -3
  302. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1z955gh._.js +0 -3
  303. package/standalone/.next/server/chunks/ssr/_0bvpmhm._.js +0 -101
  304. package/standalone/.next/server/chunks/ssr/_0eb36qa._.js +0 -3
  305. package/standalone/.next/server/chunks/ssr/_0ndnmkz._.js +0 -3
  306. package/standalone/.next/server/chunks/ssr/_0nm6upn._.js +0 -3
  307. package/standalone/.next/server/chunks/ssr/_0pe56xv._.js +0 -3
  308. package/standalone/.next/server/chunks/ssr/_0quhjav._.js +0 -3
  309. package/standalone/.next/server/chunks/ssr/_0w05v7m._.js +0 -3
  310. package/standalone/.next/server/chunks/ssr/_0xozjkz._.js +0 -3
  311. package/standalone/.next/server/chunks/ssr/_1-1mnp6._.js +0 -3
  312. package/standalone/.next/server/chunks/ssr/_1-7r8vu._.js +0 -3
  313. package/standalone/.next/server/chunks/ssr/_1-grolz._.js +0 -3
  314. package/standalone/.next/server/chunks/ssr/_10evhql._.js +0 -3
  315. package/standalone/.next/server/chunks/ssr/_142x9wn._.js +0 -22
  316. package/standalone/.next/server/chunks/ssr/_1_ta7g1._.js +0 -3
  317. package/standalone/.next/server/chunks/ssr/_1ey5mmy._.js +0 -3
  318. package/standalone/.next/server/chunks/ssr/_1fdyu2w._.js +0 -3
  319. package/standalone/.next/server/chunks/ssr/_1g3i459._.js +0 -15
  320. package/standalone/.next/server/chunks/ssr/_1g_aflc._.js +0 -3
  321. package/standalone/.next/server/chunks/ssr/_1lcwubl._.js +0 -3
  322. package/standalone/.next/server/chunks/ssr/_1lseili._.js +0 -3
  323. package/standalone/.next/server/chunks/ssr/_1za3z6k._.js +0 -101
  324. package/standalone/.next/server/chunks/ssr/_20ufqtr._.js +0 -3
  325. package/standalone/.next/static/chunks/0a3s519wuzjet.js +0 -1
  326. package/standalone/.next/static/chunks/0newuocvg03xy.js +0 -3
  327. package/standalone/.next/static/chunks/0rlomhlt6030e.js +0 -1
  328. package/standalone/.next/static/chunks/1802j8gq2g47d.js +0 -7
  329. package/standalone/.next/static/chunks/1_tnhhn4f122y.js +0 -9
  330. package/standalone/.next/static/chunks/1eny65xy2ho48.js +0 -1
  331. package/standalone/.next/static/chunks/1joeb4m-mmn69.js +0 -7
  332. package/standalone/.next/static/chunks/1l4bkigul15i3.js +0 -25
  333. package/standalone/.next/static/chunks/1qd6cse_d9ae1.js +0 -99
  334. package/standalone/.next/static/chunks/2-mxmazwsh-wz.js +0 -1
  335. package/standalone/.next/static/chunks/24sd_kmnetibb.js +0 -1
  336. package/standalone/.next/static/chunks/27k7_zc-iuppd.js +0 -1
  337. package/standalone/.next/static/chunks/2baaj4mpr6i-i.js +0 -1
  338. package/standalone/.next/static/chunks/2cj2ndz_e0hbz.js +0 -1
  339. package/standalone/.next/static/chunks/2fzwgr2iq_783.css +0 -1
  340. package/standalone/.next/static/chunks/2hv6pkoloju0g.js +0 -33
  341. package/standalone/.next/static/chunks/2jbygfc0lzu0t.js +0 -55
  342. package/standalone/.next/static/chunks/2n7u72nxziv_5.js +0 -7
  343. package/standalone/.next/static/chunks/2sqprazdqp7f7.js +0 -1
  344. package/standalone/.next/static/chunks/2x8qovg070057.js +0 -1
  345. package/standalone/.next/static/chunks/3-zh9b0tcttiw.js +0 -33
  346. package/standalone/.next/static/chunks/31wyih3wwkeid.js +0 -1
  347. package/standalone/.next/static/chunks/33y_b6dqfx3tk.js +0 -1
  348. package/standalone/.next/static/chunks/3h1pxh5fd97ym.js +0 -27
  349. package/standalone/.next/static/chunks/3jbfibit05k5o.js +0 -29
  350. package/standalone/.next/static/chunks/3jd8_7lna-j_x.js +0 -40
  351. package/standalone/.next/static/chunks/3jv2gnnn4vx-j.js +0 -43
  352. package/standalone/.next/static/chunks/3k0oakdayt9yt.js +0 -40
  353. package/standalone/.next/static/chunks/3pgngh8lg3be3.js +0 -99
  354. package/standalone/.next/static/chunks/43gw6_6hbw18w.js +0 -51
  355. /package/standalone/.next/static/{8uBWJ8MOV-OEPe88M3PhU → sJ09NBDjsLncJEkHNWbdR}/_buildManifest.js +0 -0
  356. /package/standalone/.next/static/{8uBWJ8MOV-OEPe88M3PhU → sJ09NBDjsLncJEkHNWbdR}/_clientMiddlewareManifest.js +0 -0
  357. /package/standalone/.next/static/{8uBWJ8MOV-OEPe88M3PhU → sJ09NBDjsLncJEkHNWbdR}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-development-environment/server",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
4
4
  "description": "AI-focused development environment (prebuilt Next.js standalone server)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -0,0 +1,29 @@
1
+ -- CreateTable
2
+ CREATE TABLE "BuildReport" (
3
+ "id" TEXT NOT NULL PRIMARY KEY,
4
+ "buildId" TEXT NOT NULL,
5
+ "artifactId" TEXT,
6
+ "kind" TEXT NOT NULL,
7
+ "source" TEXT NOT NULL,
8
+ "status" TEXT NOT NULL DEFAULT 'PENDING',
9
+ "summaryJson" TEXT NOT NULL DEFAULT '{}',
10
+ "dataJson" TEXT NOT NULL DEFAULT '{}',
11
+ "error" TEXT,
12
+ "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
13
+ "updatedAt" DATETIME NOT NULL,
14
+ "finishedAt" DATETIME,
15
+ CONSTRAINT "BuildReport_buildId_fkey" FOREIGN KEY ("buildId") REFERENCES "Build" ("id") ON DELETE CASCADE ON UPDATE CASCADE,
16
+ CONSTRAINT "BuildReport_artifactId_fkey" FOREIGN KEY ("artifactId") REFERENCES "BuildArtifact" ("id") ON DELETE SET NULL ON UPDATE CASCADE
17
+ );
18
+
19
+ -- CreateIndex
20
+ CREATE UNIQUE INDEX "BuildReport_artifactId_key" ON "BuildReport"("artifactId");
21
+
22
+ -- CreateIndex
23
+ CREATE UNIQUE INDEX "BuildReport_buildId_kind_key" ON "BuildReport"("buildId", "kind");
24
+
25
+ -- CreateIndex
26
+ CREATE INDEX "BuildReport_kind_status_createdAt_idx" ON "BuildReport"("kind", "status", "createdAt");
27
+
28
+ -- CreateIndex
29
+ CREATE INDEX "BuildReport_buildId_createdAt_idx" ON "BuildReport"("buildId", "createdAt");
@@ -543,6 +543,7 @@ model Build {
543
543
  logs BuildLogEvent[]
544
544
  deployments BuildDeployment[]
545
545
  exports BuildExport[]
546
+ reports BuildReport[]
546
547
 
547
548
  @@index([status, createdAt])
548
549
  @@index([agentId, createdAt])
@@ -561,11 +562,33 @@ model BuildArtifact {
561
562
  metadataJson String @default("{}")
562
563
  createdAt DateTime @default(now())
563
564
  build Build @relation(fields: [buildId], references: [id], onDelete: Cascade)
565
+ report BuildReport?
564
566
 
565
567
  @@unique([buildId, relativePath])
566
568
  @@index([buildId, kind])
567
569
  }
568
570
 
571
+ model BuildReport {
572
+ id String @id
573
+ buildId String
574
+ artifactId String? @unique
575
+ kind String
576
+ source String
577
+ status String @default("PENDING")
578
+ summaryJson String @default("{}")
579
+ dataJson String @default("{}")
580
+ error String?
581
+ createdAt DateTime @default(now())
582
+ updatedAt DateTime @updatedAt
583
+ finishedAt DateTime?
584
+ build Build @relation(fields: [buildId], references: [id], onDelete: Cascade)
585
+ artifact BuildArtifact? @relation(fields: [artifactId], references: [id], onDelete: SetNull)
586
+
587
+ @@unique([buildId, kind])
588
+ @@index([kind, status, createdAt])
589
+ @@index([buildId, createdAt])
590
+ }
591
+
569
592
  model BuildScriptExecution {
570
593
  id String @id
571
594
  buildId String
@@ -1 +1 @@
1
- 8uBWJ8MOV-OEPe88M3PhU
1
+ sJ09NBDjsLncJEkHNWbdR
@@ -3,6 +3,7 @@
3
3
  "/[locale]/agents/[id]/page": "/[locale]/agents/[id]",
4
4
  "/[locale]/agents/page": "/[locale]/agents",
5
5
  "/[locale]/build-data/page": "/[locale]/build-data",
6
+ "/[locale]/builds/[buildId]/coverage/page": "/[locale]/builds/[buildId]/coverage",
6
7
  "/[locale]/builds/[buildId]/page": "/[locale]/builds/[buildId]",
7
8
  "/[locale]/builds/page": "/[locale]/builds",
8
9
  "/[locale]/codebases/[codebaseId]/page": "/[locale]/codebases/[codebaseId]",
@@ -30,6 +31,7 @@
30
31
  "/_global-error/page": "/_global-error",
31
32
  "/_not-found/page": "/_not-found",
32
33
  "/api/build-artifact-uploads/[uploadId]/route": "/api/build-artifact-uploads/[uploadId]",
34
+ "/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist/route": "/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist",
33
35
  "/api/builds/[buildId]/artifacts/[artifactId]/route": "/api/builds/[buildId]/artifacts/[artifactId]",
34
36
  "/api/codebases/by-path/route": "/api/codebases/by-path",
35
37
  "/api/codebases/route": "/api/codebases",
@@ -38,5 +40,6 @@
38
40
  "/api/openapi.json/route": "/api/openapi.json",
39
41
  "/api/tools/call/route": "/api/tools/call",
40
42
  "/api/tools/catalog/route": "/api/tools/catalog",
43
+ "/api/worktrees/[worktreeId]/diff-image/route": "/api/worktrees/[worktreeId]/diff-image",
41
44
  "/favicon.ico/route": "/favicon.ico"
42
45
  }
@@ -7,14 +7,14 @@
7
7
  "static/chunks/0cz1d0mv5g_q7.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/8uBWJ8MOV-OEPe88M3PhU/_buildManifest.js",
11
- "static/8uBWJ8MOV-OEPe88M3PhU/_ssgManifest.js",
12
- "static/8uBWJ8MOV-OEPe88M3PhU/_clientMiddlewareManifest.js"
10
+ "static/sJ09NBDjsLncJEkHNWbdR/_buildManifest.js",
11
+ "static/sJ09NBDjsLncJEkHNWbdR/_ssgManifest.js",
12
+ "static/sJ09NBDjsLncJEkHNWbdR/_clientMiddlewareManifest.js"
13
13
  ],
14
14
  "rootMainFiles": [
15
- "static/chunks/0biu8z1f8c42u.js",
15
+ "static/chunks/40ovzayigkz_-.js",
16
16
  "static/chunks/09w24awgoam9b.js",
17
- "static/chunks/0d-e51sawr2y8.js",
18
- "static/chunks/turbopack-1rw7om86c18dg.js"
17
+ "static/chunks/34oyci46fsc5w.js",
18
+ "static/chunks/turbopack-1v9ogj_5hv56l.js"
19
19
  ]
20
20
  }
@@ -83,8 +83,8 @@
83
83
  "dynamicRoutes": {},
84
84
  "notFoundRoutes": [],
85
85
  "preview": {
86
- "previewModeId": "db2ffb274ae996ee908d65af81f8c26d",
87
- "previewModeSigningKey": "4c35d93d9899f9e408d4d5b44e4917700c6c3e8f7eaab15a405cacef5d27ede0",
88
- "previewModeEncryptionKey": "28289f4ee29adb409d5bfee56102ef7eb176c3f8abdb48165d927b8bcc29a771"
86
+ "previewModeId": "d1a453d166a37ef0f2109b0f33917d57",
87
+ "previewModeSigningKey": "359675959f5c935518e19b4b5c18c7923c9381bdc03a7ffac7aa7ed240051f6e",
88
+ "previewModeEncryptionKey": "3889481498b679255fef5c3b765785cd14a319a3d930c08aa9810db3cc5a9429"
89
89
  }
90
90
  }
@@ -39,6 +39,23 @@
39
39
  },
40
40
  "namedRegex": "^/api/builds/(?<nxtPbuildId>[^/]+?)/artifacts/(?<nxtPartifactId>[^/]+?)(?:/)?$"
41
41
  },
42
+ {
43
+ "page": "/api/builds/[buildId]/artifacts/[artifactId]/manifest.plist",
44
+ "regex": "^/api/builds/([^/]+?)/artifacts/([^/]+?)/manifest\\.plist(?:/)?$",
45
+ "routeKeys": {
46
+ "nxtPbuildId": "nxtPbuildId",
47
+ "nxtPartifactId": "nxtPartifactId"
48
+ },
49
+ "namedRegex": "^/api/builds/(?<nxtPbuildId>[^/]+?)/artifacts/(?<nxtPartifactId>[^/]+?)/manifest\\.plist(?:/)?$"
50
+ },
51
+ {
52
+ "page": "/api/worktrees/[worktreeId]/diff-image",
53
+ "regex": "^/api/worktrees/([^/]+?)/diff\\-image(?:/)?$",
54
+ "routeKeys": {
55
+ "nxtPworktreeId": "nxtPworktreeId"
56
+ },
57
+ "namedRegex": "^/api/worktrees/(?<nxtPworktreeId>[^/]+?)/diff\\-image(?:/)?$"
58
+ },
42
59
  {
43
60
  "page": "/[locale]",
44
61
  "regex": "^/([^/]+?)(?:/)?$",
@@ -97,6 +114,15 @@
97
114
  },
98
115
  "namedRegex": "^/(?<nxtPlocale>[^/]+?)/builds/(?<nxtPbuildId>[^/]+?)(?:/)?$"
99
116
  },
117
+ {
118
+ "page": "/[locale]/builds/[buildId]/coverage",
119
+ "regex": "^/([^/]+?)/builds/([^/]+?)/coverage(?:/)?$",
120
+ "routeKeys": {
121
+ "nxtPlocale": "nxtPlocale",
122
+ "nxtPbuildId": "nxtPbuildId"
123
+ },
124
+ "namedRegex": "^/(?<nxtPlocale>[^/]+?)/builds/(?<nxtPbuildId>[^/]+?)/coverage(?:/)?$"
125
+ },
100
126
  {
101
127
  "page": "/[locale]/codebases",
102
128
  "regex": "^/([^/]+?)/codebases(?:/)?$",
@@ -6,10 +6,10 @@
6
6
  ],
7
7
  "lowPriorityFiles": [],
8
8
  "rootMainFiles": [
9
- "static/chunks/0biu8z1f8c42u.js",
9
+ "static/chunks/40ovzayigkz_-.js",
10
10
  "static/chunks/09w24awgoam9b.js",
11
- "static/chunks/0d-e51sawr2y8.js",
12
- "static/chunks/turbopack-1rw7om86c18dg.js"
11
+ "static/chunks/34oyci46fsc5w.js",
12
+ "static/chunks/turbopack-1v9ogj_5hv56l.js"
13
13
  ],
14
14
  "pages": {},
15
15
  "ampFirstPages": []
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../chunks/ssr/[root-of-the-server]__04xf3ag._.js","../../../chunks/ssr/[root-of-the-server]__05rbev1._.js","../../../chunks/ssr/[root-of-the-server]__1349-us._.js","../../../chunks/ssr/[root-of-the-server]__1nqgwrd._.js","../../../chunks/ssr/[root-of-the-server]__1widz3b._.js","../../../chunks/ssr/[root-of-the-server]__1yeu4q4._.js","../../../chunks/ssr/[root-of-the-server]__1z955gh._.js","../../../chunks/ssr/[turbopack]_runtime.js","../../../chunks/ssr/_07qmjrj._.js","../../../chunks/ssr/_07tv_hf._.js","../../../chunks/ssr/_0k5jx04._.js","../../../chunks/ssr/_0nhtqty._.js","../../../chunks/ssr/_0ogk175._.js","../../../chunks/ssr/_0quhjav._.js","../../../chunks/ssr/_19fwji0._.js","../../../chunks/ssr/_1lseili._.js","../../../chunks/ssr/_1q28u9h._.js","../../../chunks/ssr/_1ul5_yk._.js","../../../chunks/ssr/_1zgu74l._.js","../../../chunks/ssr/_next-internal_server_app_[locale]_actions_page_actions_1yjcldf.js","../../../chunks/ssr/messages_de_json_[json]_cjs_1uig1ud._.js","../../../chunks/ssr/messages_en_json_[json]_cjs_206072-._.js","../../../chunks/ssr/messages_es_json_[json]_cjs_082yukd._.js","../../../chunks/ssr/messages_fr_json_[json]_cjs_0j6-w0i._.js","../../../chunks/ssr/node_modules_182rc0j._.js","../../../chunks/ssr/node_modules_1n5939e._.js","../../../chunks/ssr/node_modules_1s0gh8q._.js","../../../chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","../../../chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","../../../chunks/ssr/node_modules_next_dist_0her4jo._.js","../../../chunks/ssr/node_modules_next_dist_0uboya6._.js","../../../chunks/ssr/node_modules_next_dist_1map00z._.js","../../../chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js","../../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0bdeexv.js","../../../chunks/ssr/src_components_github_actions-page_tsx_18434xt._.js","../../../chunks/ssr/src_components_ui_dropdown-menu_tsx_1xyz_k6._.js","../../../chunks/ssr/src_components_ui_select_tsx_0m__-6s._.js","../../../chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../chunks/ssr/[root-of-the-server]__04xf3ag._.js","../../../chunks/ssr/[root-of-the-server]__05rbev1._.js","../../../chunks/ssr/[root-of-the-server]__0qy28ku._.js","../../../chunks/ssr/[root-of-the-server]__0uo4dhz._.js","../../../chunks/ssr/[root-of-the-server]__1nqgwrd._.js","../../../chunks/ssr/[root-of-the-server]__1widz3b._.js","../../../chunks/ssr/[root-of-the-server]__1yeu4q4._.js","../../../chunks/ssr/[turbopack]_runtime.js","../../../chunks/ssr/_0-o77zz._.js","../../../chunks/ssr/_03961l6._.js","../../../chunks/ssr/_07qmjrj._.js","../../../chunks/ssr/_07tv_hf._.js","../../../chunks/ssr/_0k5jx04._.js","../../../chunks/ssr/_0nhtqty._.js","../../../chunks/ssr/_0ogk175._.js","../../../chunks/ssr/_1k1tyz4._.js","../../../chunks/ssr/_1q28u9h._.js","../../../chunks/ssr/_1ul5_yk._.js","../../../chunks/ssr/_1zgu74l._.js","../../../chunks/ssr/_next-internal_server_app_[locale]_actions_page_actions_1yjcldf.js","../../../chunks/ssr/messages_de_json_[json]_cjs_1uig1ud._.js","../../../chunks/ssr/messages_en_json_[json]_cjs_206072-._.js","../../../chunks/ssr/messages_es_json_[json]_cjs_082yukd._.js","../../../chunks/ssr/messages_fr_json_[json]_cjs_0j6-w0i._.js","../../../chunks/ssr/node_modules_182rc0j._.js","../../../chunks/ssr/node_modules_1n5939e._.js","../../../chunks/ssr/node_modules_1s0gh8q._.js","../../../chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","../../../chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","../../../chunks/ssr/node_modules_next_dist_0her4jo._.js","../../../chunks/ssr/node_modules_next_dist_0uboya6._.js","../../../chunks/ssr/node_modules_next_dist_1map00z._.js","../../../chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js","../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js","../../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0bdeexv.js","../../../chunks/ssr/src_components_github_actions-page_tsx_18434xt._.js","../../../chunks/ssr/src_components_ui_dropdown-menu_tsx_1xyz_k6._.js","../../../chunks/ssr/src_components_ui_select_tsx_0m__-6s._.js","../../../chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/[locale]/actions/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":339756,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":339756,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":837457,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":837457,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":347257,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":347257,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":768017,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":768017,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":897367,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":897367,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":154500,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":154500,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":168027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":168027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js <module evaluation>":{"id":175696,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":175696,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/app-shell.tsx <module evaluation>":{"id":763141,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/app-shell.tsx":{"id":763141,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/github/actions-page.tsx <module evaluation>":{"id":487179,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/3jv2gnnn4vx-j.js","/_next/static/chunks/2sqprazdqp7f7.js","/_next/static/chunks/1_tnhhn4f122y.js","/_next/static/chunks/12hy0kml-fc40.js","/_next/static/chunks/046yjbuer96un.js","/_next/static/chunks/1nc0w3yg2nwys.js","/_next/static/chunks/331lb29dcb1ta.js","/_next/static/chunks/3ng6c8anu3ou9.js"],"async":false},"[project]/src/components/github/actions-page.tsx":{"id":487179,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/3jv2gnnn4vx-j.js","/_next/static/chunks/2sqprazdqp7f7.js","/_next/static/chunks/1_tnhhn4f122y.js","/_next/static/chunks/12hy0kml-fc40.js","/_next/static/chunks/046yjbuer96un.js","/_next/static/chunks/1nc0w3yg2nwys.js","/_next/static/chunks/331lb29dcb1ta.js","/_next/static/chunks/3ng6c8anu3ou9.js"],"async":false}},"ssrModuleMapping":{"339756":{"*":{"id":802420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"837457":{"*":{"id":324017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"347257":{"*":{"id":877682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"92825":{"*":{"id":697296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"768017":{"*":{"id":861660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"897367":{"*":{"id":990574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"154500":{"*":{"id":660704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"168027":{"*":{"id":340622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__05rbev1._.js"],"async":false}},"175696":{"*":{"id":588788,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__1349-us._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"763141":{"*":{"id":383862,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__1349-us._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__1349-us._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"487179":{"*":{"id":35441,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__1349-us._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js","server/chunks/ssr/_19fwji0._.js","server/chunks/ssr/_0quhjav._.js","server/chunks/ssr/src_components_ui_dropdown-menu_tsx_1xyz_k6._.js","server/chunks/ssr/_1lseili._.js","server/chunks/ssr/[root-of-the-server]__1z955gh._.js","server/chunks/ssr/src_components_ui_select_tsx_0m__-6s._.js","server/chunks/ssr/_07tv_hf._.js","server/chunks/ssr/_0k5jx04._.js","server/chunks/ssr/src_components_github_actions-page_tsx_18434xt._.js","server/chunks/ssr/_0ogk175._.js","server/chunks/ssr/_07qmjrj._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"339756":{"*":{"id":926768,"name":"*","chunks":[],"async":false}},"837457":{"*":{"id":517910,"name":"*","chunks":[],"async":false}},"347257":{"*":{"id":292977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":348552,"name":"*","chunks":[],"async":false}},"768017":{"*":{"id":683919,"name":"*","chunks":[],"async":false}},"897367":{"*":{"id":724150,"name":"*","chunks":[],"async":false}},"154500":{"*":{"id":643934,"name":"*","chunks":[],"async":false}},"168027":{"*":{"id":782509,"name":"*","chunks":[],"async":false}},"175696":{"*":{"id":152265,"name":"*","chunks":[],"async":false}},"763141":{"*":{"id":590090,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"487179":{"*":{"id":764327,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/not-found":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/[locale]/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2fzwgr2iq_783.css","inlined":false}],"[project]/src/app/[locale]/actions/page":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2fzwgr2iq_783.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/not-found":["static/chunks/2yl1jv4w6po1z.js","static/chunks/1m5ykreap-f2c.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/[locale]/layout":["static/chunks/2baaj4mpr6i-i.js","static/chunks/0m26h4h36cb_0.js","static/chunks/33y_b6dqfx3tk.js","static/chunks/1ch1iiugfh7pr.js","static/chunks/0ab6q42kqhtht.js","static/chunks/1oen75tfvh0v0.js"],"[project]/src/app/[locale]/actions/page":["static/chunks/2baaj4mpr6i-i.js","static/chunks/0m26h4h36cb_0.js","static/chunks/33y_b6dqfx3tk.js","static/chunks/1ch1iiugfh7pr.js","static/chunks/0ab6q42kqhtht.js","static/chunks/1oen75tfvh0v0.js","static/chunks/3jv2gnnn4vx-j.js","static/chunks/2sqprazdqp7f7.js","static/chunks/1_tnhhn4f122y.js","static/chunks/12hy0kml-fc40.js","static/chunks/046yjbuer96un.js","static/chunks/1nc0w3yg2nwys.js","static/chunks/331lb29dcb1ta.js","static/chunks/3ng6c8anu3ou9.js"]}};
2
+ globalThis.__RSC_MANIFEST["/[locale]/actions/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":339756,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":339756,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":837457,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":837457,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":347257,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":347257,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":768017,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":768017,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":897367,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":897367,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":154500,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":154500,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":168027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":168027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js <module evaluation>":{"id":175696,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":175696,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/app-shell.tsx <module evaluation>":{"id":763141,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/app-shell.tsx":{"id":763141,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/github/actions-page.tsx <module evaluation>":{"id":487179,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/44xu63hsh11xp.js","/_next/static/chunks/12hy0kml-fc40.js","/_next/static/chunks/331lb29dcb1ta.js","/_next/static/chunks/1nc0w3yg2nwys.js","/_next/static/chunks/3ng6c8anu3ou9.js","/_next/static/chunks/046yjbuer96un.js","/_next/static/chunks/1k5cw41bd4e5r.js"],"async":false},"[project]/src/components/github/actions-page.tsx":{"id":487179,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/44xu63hsh11xp.js","/_next/static/chunks/12hy0kml-fc40.js","/_next/static/chunks/331lb29dcb1ta.js","/_next/static/chunks/1nc0w3yg2nwys.js","/_next/static/chunks/3ng6c8anu3ou9.js","/_next/static/chunks/046yjbuer96un.js","/_next/static/chunks/1k5cw41bd4e5r.js"],"async":false}},"ssrModuleMapping":{"339756":{"*":{"id":802420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"837457":{"*":{"id":324017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"347257":{"*":{"id":877682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"92825":{"*":{"id":697296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"768017":{"*":{"id":861660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"897367":{"*":{"id":990574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"154500":{"*":{"id":660704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"168027":{"*":{"id":340622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__05rbev1._.js"],"async":false}},"175696":{"*":{"id":588788,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__0qy28ku._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"763141":{"*":{"id":383862,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__0qy28ku._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__0qy28ku._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"487179":{"*":{"id":35441,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__0qy28ku._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js","server/chunks/ssr/[root-of-the-server]__0uo4dhz._.js","server/chunks/ssr/_03961l6._.js","server/chunks/ssr/src_components_ui_dropdown-menu_tsx_1xyz_k6._.js","server/chunks/ssr/_07qmjrj._.js","server/chunks/ssr/_0-o77zz._.js","server/chunks/ssr/_0k5jx04._.js","server/chunks/ssr/_07tv_hf._.js","server/chunks/ssr/src_components_ui_select_tsx_0m__-6s._.js","server/chunks/ssr/src_components_github_actions-page_tsx_18434xt._.js","server/chunks/ssr/_0ogk175._.js","server/chunks/ssr/_1k1tyz4._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"339756":{"*":{"id":926768,"name":"*","chunks":[],"async":false}},"837457":{"*":{"id":517910,"name":"*","chunks":[],"async":false}},"347257":{"*":{"id":292977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":348552,"name":"*","chunks":[],"async":false}},"768017":{"*":{"id":683919,"name":"*","chunks":[],"async":false}},"897367":{"*":{"id":724150,"name":"*","chunks":[],"async":false}},"154500":{"*":{"id":643934,"name":"*","chunks":[],"async":false}},"168027":{"*":{"id":782509,"name":"*","chunks":[],"async":false}},"175696":{"*":{"id":152265,"name":"*","chunks":[],"async":false}},"763141":{"*":{"id":590090,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"487179":{"*":{"id":764327,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/not-found":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/[locale]/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/398uw5_4-ciaz.css","inlined":false}],"[project]/src/app/[locale]/actions/page":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/398uw5_4-ciaz.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/not-found":["static/chunks/2yl1jv4w6po1z.js","static/chunks/1m5ykreap-f2c.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/[locale]/layout":["static/chunks/3l2g83119oyl0.js","static/chunks/3120xcqaqci82.js","static/chunks/1egccqmgk3kbi.js","static/chunks/1oen75tfvh0v0.js","static/chunks/0ab6q42kqhtht.js","static/chunks/1ch1iiugfh7pr.js"],"[project]/src/app/[locale]/actions/page":["static/chunks/3l2g83119oyl0.js","static/chunks/3120xcqaqci82.js","static/chunks/1egccqmgk3kbi.js","static/chunks/1oen75tfvh0v0.js","static/chunks/0ab6q42kqhtht.js","static/chunks/1ch1iiugfh7pr.js","static/chunks/44xu63hsh11xp.js","static/chunks/12hy0kml-fc40.js","static/chunks/331lb29dcb1ta.js","static/chunks/1nc0w3yg2nwys.js","static/chunks/3ng6c8anu3ou9.js","static/chunks/046yjbuer96un.js","static/chunks/1k5cw41bd4e5r.js"]}};
3
3
 
@@ -6,10 +6,10 @@
6
6
  ],
7
7
  "lowPriorityFiles": [],
8
8
  "rootMainFiles": [
9
- "static/chunks/0biu8z1f8c42u.js",
9
+ "static/chunks/40ovzayigkz_-.js",
10
10
  "static/chunks/09w24awgoam9b.js",
11
- "static/chunks/0d-e51sawr2y8.js",
12
- "static/chunks/turbopack-1rw7om86c18dg.js"
11
+ "static/chunks/34oyci46fsc5w.js",
12
+ "static/chunks/turbopack-1v9ogj_5hv56l.js"
13
13
  ],
14
14
  "pages": {},
15
15
  "ampFirstPages": []
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../node_modules/@swc/helpers/package.json","../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../node_modules/next/dist/client/lib/console.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../node_modules/next/dist/server/require-hook.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/react/cjs/react.development.js","../../../../../../node_modules/react/cjs/react.production.js","../../../../../../node_modules/react/index.js","../../../../../../node_modules/react/package.json","../../../../chunks/ssr/[root-of-the-server]__05rbev1._.js","../../../../chunks/ssr/[root-of-the-server]__1349-us._.js","../../../../chunks/ssr/[root-of-the-server]__1nqgwrd._.js","../../../../chunks/ssr/[root-of-the-server]__1o0ywwj._.js","../../../../chunks/ssr/[root-of-the-server]__1widz3b._.js","../../../../chunks/ssr/[root-of-the-server]__1yeu4q4._.js","../../../../chunks/ssr/[turbopack]_runtime.js","../../../../chunks/ssr/_0eb36qa._.js","../../../../chunks/ssr/_0ndnmkz._.js","../../../../chunks/ssr/_0nhtqty._.js","../../../../chunks/ssr/_0swpqwo._.js","../../../../chunks/ssr/_1m50niy._.js","../../../../chunks/ssr/_1q28u9h._.js","../../../../chunks/ssr/_1ul5_yk._.js","../../../../chunks/ssr/_1zgu74l._.js","../../../../chunks/ssr/_next-internal_server_app_[locale]_agents_[id]_page_actions_0uq4ujm.js","../../../../chunks/ssr/messages_de_json_[json]_cjs_1uig1ud._.js","../../../../chunks/ssr/messages_en_json_[json]_cjs_206072-._.js","../../../../chunks/ssr/messages_es_json_[json]_cjs_082yukd._.js","../../../../chunks/ssr/messages_fr_json_[json]_cjs_0j6-w0i._.js","../../../../chunks/ssr/node_modules_182rc0j._.js","../../../../chunks/ssr/node_modules_1n5939e._.js","../../../../chunks/ssr/node_modules_1s0gh8q._.js","../../../../chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","../../../../chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","../../../../chunks/ssr/node_modules_next_dist_0her4jo._.js","../../../../chunks/ssr/node_modules_next_dist_0uboya6._.js","../../../../chunks/ssr/node_modules_next_dist_1map00z._.js","../../../../chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js","../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js","../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js","../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js","../../../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_02yxr3j.js","../../../../chunks/ssr/src_components_agents_agent-detail_tsx_0lfa4ui._.js","../../../../chunks/ssr/src_components_ui_checkbox_tsx_0xdylzm._.js","../../../../chunks/ssr/src_components_ui_select_tsx_0m__-6s._.js","../../../../chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../node_modules/@swc/helpers/package.json","../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../node_modules/next/dist/client/lib/console.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../node_modules/next/dist/server/require-hook.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/react/cjs/react.development.js","../../../../../../node_modules/react/cjs/react.production.js","../../../../../../node_modules/react/index.js","../../../../../../node_modules/react/package.json","../../../../chunks/ssr/[root-of-the-server]__05rbev1._.js","../../../../chunks/ssr/[root-of-the-server]__0qy28ku._.js","../../../../chunks/ssr/[root-of-the-server]__1nqgwrd._.js","../../../../chunks/ssr/[root-of-the-server]__1o0ywwj._.js","../../../../chunks/ssr/[root-of-the-server]__1widz3b._.js","../../../../chunks/ssr/[root-of-the-server]__1yeu4q4._.js","../../../../chunks/ssr/[turbopack]_runtime.js","../../../../chunks/ssr/_0nhtqty._.js","../../../../chunks/ssr/_0qra30j._.js","../../../../chunks/ssr/_0swpqwo._.js","../../../../chunks/ssr/_1m50niy._.js","../../../../chunks/ssr/_1q28u9h._.js","../../../../chunks/ssr/_1ul5_yk._.js","../../../../chunks/ssr/_1vv-dg-._.js","../../../../chunks/ssr/_1zgu74l._.js","../../../../chunks/ssr/_next-internal_server_app_[locale]_agents_[id]_page_actions_0uq4ujm.js","../../../../chunks/ssr/messages_de_json_[json]_cjs_1uig1ud._.js","../../../../chunks/ssr/messages_en_json_[json]_cjs_206072-._.js","../../../../chunks/ssr/messages_es_json_[json]_cjs_082yukd._.js","../../../../chunks/ssr/messages_fr_json_[json]_cjs_0j6-w0i._.js","../../../../chunks/ssr/node_modules_182rc0j._.js","../../../../chunks/ssr/node_modules_1n5939e._.js","../../../../chunks/ssr/node_modules_1s0gh8q._.js","../../../../chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","../../../../chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","../../../../chunks/ssr/node_modules_next_dist_0her4jo._.js","../../../../chunks/ssr/node_modules_next_dist_0uboya6._.js","../../../../chunks/ssr/node_modules_next_dist_1map00z._.js","../../../../chunks/ssr/node_modules_next_dist_client_components_0wpq8j3._.js","../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0symwr9.js","../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0-o-goa.js","../../../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0l_sp0x.js","../../../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_02yxr3j.js","../../../../chunks/ssr/src_components_agents_agent-detail_tsx_0lfa4ui._.js","../../../../chunks/ssr/src_components_ui_checkbox_tsx_0xdylzm._.js","../../../../chunks/ssr/src_components_ui_select_tsx_0m__-6s._.js","../../../../chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/[locale]/agents/[id]/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":339756,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":339756,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":837457,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":837457,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":347257,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":347257,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":768017,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":768017,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":897367,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":897367,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":154500,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":154500,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":168027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":168027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js <module evaluation>":{"id":175696,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":175696,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/app-shell.tsx <module evaluation>":{"id":763141,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/app-shell.tsx":{"id":763141,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js"],"async":false},"[project]/src/components/agents/agent-detail.tsx <module evaluation>":{"id":354576,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/27k7_zc-iuppd.js","/_next/static/chunks/331lb29dcb1ta.js","/_next/static/chunks/2rjf8o4g23no8.js"],"async":false},"[project]/src/components/agents/agent-detail.tsx":{"id":354576,"name":"*","chunks":["/_next/static/chunks/2baaj4mpr6i-i.js","/_next/static/chunks/0m26h4h36cb_0.js","/_next/static/chunks/33y_b6dqfx3tk.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/27k7_zc-iuppd.js","/_next/static/chunks/331lb29dcb1ta.js","/_next/static/chunks/2rjf8o4g23no8.js"],"async":false}},"ssrModuleMapping":{"339756":{"*":{"id":802420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"837457":{"*":{"id":324017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"347257":{"*":{"id":877682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"92825":{"*":{"id":697296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"768017":{"*":{"id":861660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"897367":{"*":{"id":990574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"154500":{"*":{"id":660704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"168027":{"*":{"id":340622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__05rbev1._.js"],"async":false}},"175696":{"*":{"id":588788,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__1349-us._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"763141":{"*":{"id":383862,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__1349-us._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__1349-us._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"354576":{"*":{"id":61302,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__1349-us._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js","server/chunks/ssr/_1m50niy._.js","server/chunks/ssr/_0ndnmkz._.js","server/chunks/ssr/src_components_ui_checkbox_tsx_0xdylzm._.js","server/chunks/ssr/src_components_ui_select_tsx_0m__-6s._.js","server/chunks/ssr/src_components_agents_agent-detail_tsx_0lfa4ui._.js","server/chunks/ssr/_0swpqwo._.js","server/chunks/ssr/_0eb36qa._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"339756":{"*":{"id":926768,"name":"*","chunks":[],"async":false}},"837457":{"*":{"id":517910,"name":"*","chunks":[],"async":false}},"347257":{"*":{"id":292977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":348552,"name":"*","chunks":[],"async":false}},"768017":{"*":{"id":683919,"name":"*","chunks":[],"async":false}},"897367":{"*":{"id":724150,"name":"*","chunks":[],"async":false}},"154500":{"*":{"id":643934,"name":"*","chunks":[],"async":false}},"168027":{"*":{"id":782509,"name":"*","chunks":[],"async":false}},"175696":{"*":{"id":152265,"name":"*","chunks":[],"async":false}},"763141":{"*":{"id":590090,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"354576":{"*":{"id":225980,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/not-found":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/[locale]/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2fzwgr2iq_783.css","inlined":false}],"[project]/src/app/[locale]/agents/[id]/page":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/2fzwgr2iq_783.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/not-found":["static/chunks/2yl1jv4w6po1z.js","static/chunks/1m5ykreap-f2c.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/[locale]/layout":["static/chunks/2baaj4mpr6i-i.js","static/chunks/0m26h4h36cb_0.js","static/chunks/33y_b6dqfx3tk.js","static/chunks/1ch1iiugfh7pr.js","static/chunks/0ab6q42kqhtht.js","static/chunks/1oen75tfvh0v0.js"],"[project]/src/app/[locale]/agents/[id]/page":["static/chunks/2baaj4mpr6i-i.js","static/chunks/0m26h4h36cb_0.js","static/chunks/33y_b6dqfx3tk.js","static/chunks/1ch1iiugfh7pr.js","static/chunks/0ab6q42kqhtht.js","static/chunks/1oen75tfvh0v0.js","static/chunks/27k7_zc-iuppd.js","static/chunks/331lb29dcb1ta.js","static/chunks/2rjf8o4g23no8.js"]}};
2
+ globalThis.__RSC_MANIFEST["/[locale]/agents/[id]/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":339756,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":339756,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":837457,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":837457,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":347257,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":347257,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":768017,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":768017,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":897367,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":897367,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":154500,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":154500,"name":"*","chunks":["/_next/static/chunks/2yl1jv4w6po1z.js","/_next/static/chunks/1m5ykreap-f2c.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":168027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":168027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js <module evaluation>":{"id":175696,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":175696,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/app-shell.tsx <module evaluation>":{"id":763141,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/app-shell.tsx":{"id":763141,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js"],"async":false},"[project]/src/components/agents/agent-detail.tsx <module evaluation>":{"id":354576,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/2-wrd12dmwbo-.js","/_next/static/chunks/331lb29dcb1ta.js","/_next/static/chunks/1mprxk0uebv70.js"],"async":false},"[project]/src/components/agents/agent-detail.tsx":{"id":354576,"name":"*","chunks":["/_next/static/chunks/3l2g83119oyl0.js","/_next/static/chunks/3120xcqaqci82.js","/_next/static/chunks/1egccqmgk3kbi.js","/_next/static/chunks/1oen75tfvh0v0.js","/_next/static/chunks/0ab6q42kqhtht.js","/_next/static/chunks/1ch1iiugfh7pr.js","/_next/static/chunks/2-wrd12dmwbo-.js","/_next/static/chunks/331lb29dcb1ta.js","/_next/static/chunks/1mprxk0uebv70.js"],"async":false}},"ssrModuleMapping":{"339756":{"*":{"id":802420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"837457":{"*":{"id":324017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"347257":{"*":{"id":877682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"92825":{"*":{"id":697296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"768017":{"*":{"id":861660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"897367":{"*":{"id":990574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"154500":{"*":{"id":660704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__1yeu4q4._.js","server/chunks/ssr/node_modules_next_dist_0uboya6._.js"],"async":false}},"168027":{"*":{"id":340622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__05rbev1._.js"],"async":false}},"175696":{"*":{"id":588788,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__0qy28ku._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"763141":{"*":{"id":383862,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__0qy28ku._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__0qy28ku._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js"],"async":false}},"354576":{"*":{"id":61302,"name":"*","chunks":["server/chunks/ssr/_0nhtqty._.js","server/chunks/ssr/[root-of-the-server]__0qy28ku._.js","server/chunks/ssr/_1zgu74l._.js","server/chunks/ssr/node_modules_@radix-ui_react-dialog_dist_index_mjs_1-cjcqz._.js","server/chunks/ssr/node_modules_@radix-ui_react-popper_dist_index_mjs_0428afp._.js","server/chunks/ssr/_1ul5_yk._.js","server/chunks/ssr/_1q28u9h._.js","server/chunks/ssr/node_modules_182rc0j._.js","server/chunks/ssr/src_components_ui_tooltip_tsx_0paor_t._.js","server/chunks/ssr/_1vv-dg-._.js","server/chunks/ssr/_1m50niy._.js","server/chunks/ssr/src_components_ui_checkbox_tsx_0xdylzm._.js","server/chunks/ssr/src_components_ui_select_tsx_0m__-6s._.js","server/chunks/ssr/src_components_agents_agent-detail_tsx_0lfa4ui._.js","server/chunks/ssr/_0swpqwo._.js","server/chunks/ssr/_0qra30j._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"339756":{"*":{"id":926768,"name":"*","chunks":[],"async":false}},"837457":{"*":{"id":517910,"name":"*","chunks":[],"async":false}},"347257":{"*":{"id":292977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":348552,"name":"*","chunks":[],"async":false}},"768017":{"*":{"id":683919,"name":"*","chunks":[],"async":false}},"897367":{"*":{"id":724150,"name":"*","chunks":[],"async":false}},"154500":{"*":{"id":643934,"name":"*","chunks":[],"async":false}},"168027":{"*":{"id":782509,"name":"*","chunks":[],"async":false}},"175696":{"*":{"id":152265,"name":"*","chunks":[],"async":false}},"763141":{"*":{"id":590090,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"354576":{"*":{"id":225980,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/not-found":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/[locale]/layout":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/398uw5_4-ciaz.css","inlined":false}],"[project]/src/app/[locale]/agents/[id]/page":[{"path":"static/chunks/233p45nuh4m5b.css","inlined":false},{"path":"static/chunks/398uw5_4-ciaz.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/not-found":["static/chunks/2yl1jv4w6po1z.js","static/chunks/1m5ykreap-f2c.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/[locale]/layout":["static/chunks/3l2g83119oyl0.js","static/chunks/3120xcqaqci82.js","static/chunks/1egccqmgk3kbi.js","static/chunks/1oen75tfvh0v0.js","static/chunks/0ab6q42kqhtht.js","static/chunks/1ch1iiugfh7pr.js"],"[project]/src/app/[locale]/agents/[id]/page":["static/chunks/3l2g83119oyl0.js","static/chunks/3120xcqaqci82.js","static/chunks/1egccqmgk3kbi.js","static/chunks/1oen75tfvh0v0.js","static/chunks/0ab6q42kqhtht.js","static/chunks/1ch1iiugfh7pr.js","static/chunks/2-wrd12dmwbo-.js","static/chunks/331lb29dcb1ta.js","static/chunks/1mprxk0uebv70.js"]}};
3
3
 
@@ -6,10 +6,10 @@
6
6
  ],
7
7
  "lowPriorityFiles": [],
8
8
  "rootMainFiles": [
9
- "static/chunks/0biu8z1f8c42u.js",
9
+ "static/chunks/40ovzayigkz_-.js",
10
10
  "static/chunks/09w24awgoam9b.js",
11
- "static/chunks/0d-e51sawr2y8.js",
12
- "static/chunks/turbopack-1rw7om86c18dg.js"
11
+ "static/chunks/34oyci46fsc5w.js",
12
+ "static/chunks/turbopack-1v9ogj_5hv56l.js"
13
13
  ],
14
14
  "pages": {},
15
15
  "ampFirstPages": []