tower-studio 0.2.38 → 0.2.39

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 (217) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +3 -3
  3. package/.next/standalone/.next/prerender-manifest.json +3 -3
  4. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  5. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  6. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +2 -2
  12. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +40 -28
  13. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  15. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  16. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  17. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  18. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  19. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  20. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  34. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +75 -63
  35. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  36. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  37. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +2 -2
  38. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +40 -28
  39. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  41. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +2 -2
  42. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +40 -28
  43. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  45. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +2 -2
  46. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +57 -45
  47. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  49. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +2 -2
  50. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +107 -95
  51. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  52. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  53. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +2 -2
  54. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +92 -80
  55. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  56. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  57. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +2 -2
  58. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +81 -69
  59. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  60. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  61. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +2 -2
  62. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +82 -70
  63. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  64. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  65. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +2 -2
  66. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +40 -28
  67. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  68. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  69. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +2 -2
  70. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +80 -68
  71. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  72. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  73. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +3 -3
  74. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +91 -79
  75. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  76. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  77. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +2 -2
  78. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +58 -46
  79. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  80. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  81. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
  82. package/.next/standalone/.next/server/chunks/[root-of-the-server]__00llstz._.js +1 -1
  83. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01n7exm._.js +1 -1
  84. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01yu.gw._.js +1 -1
  85. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +1 -1
  86. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qijr4h._.js +1 -1
  87. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~foo~5._.js +1 -1
  88. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  89. package/.next/standalone/.next/server/chunks/src_lib_0i2.v2d._.js +1 -1
  90. package/.next/standalone/.next/server/chunks/src_lib_12xey8u._.js +1 -1
  91. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  92. package/.next/standalone/.next/server/chunks/ssr/{0ws9_lucide-react_dist_esm_icons_0odx0ph._.js → 0ws9_lucide-react_dist_esm_icons_10_90yo._.js} +2 -2
  93. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-tolks._.js +2 -2
  94. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0i97rbw._.js → [root-of-the-server]__0.~z1-.._.js} +2 -2
  95. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05sv58d._.js +1 -1
  96. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
  97. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__062b.yt._.js +2 -2
  98. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__093tt4a._.js +2 -2
  99. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js +3 -0
  100. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0guqcva._.js +2 -2
  101. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gzafdq._.js +1 -1
  102. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0rlar2j._.js → [root-of-the-server]__0i0o7w5._.js} +2 -2
  103. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  104. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__04p5fnx._.js → [root-of-the-server]__0k1ivnj._.js} +2 -2
  105. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dixwk_._.js → [root-of-the-server]__0kgd-1s._.js} +2 -2
  106. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0p0te97._.js +2 -2
  107. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0siyg1p._.js +2 -2
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0t6f4lq._.js +2 -2
  109. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0th-t1a._.js +2 -2
  110. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0mbvmq1._.js → [root-of-the-server]__0xte.35._.js} +2 -2
  111. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  112. package/.next/standalone/.next/server/chunks/ssr/{_00vn2qb._.js → _0-qd2ss._.js} +2 -2
  113. package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
  114. package/.next/standalone/.next/server/chunks/ssr/{_13glpna._.js → _00kwrmr._.js} +2 -2
  115. package/.next/standalone/.next/server/chunks/ssr/_00t6138._.js +2 -2
  116. package/.next/standalone/.next/server/chunks/ssr/_05jv_cy._.js +3 -0
  117. package/.next/standalone/.next/server/chunks/ssr/{_0j84cn0._.js → _06nlsbw._.js} +2 -2
  118. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  119. package/.next/standalone/.next/server/chunks/ssr/_07c-9da._.js +3 -0
  120. package/.next/standalone/.next/server/chunks/ssr/_0_z-t6g._.js +3 -0
  121. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +2 -2
  122. package/.next/standalone/.next/server/chunks/ssr/_0cxhub8._.js +2 -2
  123. package/.next/standalone/.next/server/chunks/ssr/{_0qkt.3y._.js → _0gb8a9_._.js} +2 -2
  124. package/.next/standalone/.next/server/chunks/ssr/_0gxccup._.js +3 -0
  125. package/.next/standalone/.next/server/chunks/ssr/_0hh17jg._.js +1 -1
  126. package/.next/standalone/.next/server/chunks/ssr/_0m.34j8._.js +3 -0
  127. package/.next/standalone/.next/server/chunks/ssr/_0mpce0d._.js +2 -2
  128. package/.next/standalone/.next/server/chunks/ssr/_0muaopo._.js +2 -2
  129. package/.next/standalone/.next/server/chunks/ssr/_0n1l7yo._.js +2 -2
  130. package/.next/standalone/.next/server/chunks/ssr/_0ng0eku._.js +1 -1
  131. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  132. package/.next/standalone/.next/server/chunks/ssr/{_0t53a7_._.js → _0t0oltj._.js} +3 -3
  133. package/.next/standalone/.next/server/chunks/ssr/{_0ght75u._.js → _0v66l8c._.js} +2 -2
  134. package/.next/standalone/.next/server/chunks/ssr/_0w9~m7o._.js +3 -0
  135. package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
  136. package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hhlpw6._.js → node_modules__pnpm_06f0dao._.js} +2 -2
  137. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  138. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  139. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  140. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  141. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  142. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  143. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  144. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  146. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
  147. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  148. package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
  149. package/.next/standalone/.next/server/chunks/ssr/src_lib_0sms4xl._.js +1 -1
  150. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  151. package/.next/standalone/.next/server/pages/500.html +1 -1
  152. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  153. package/.next/standalone/.next/server/server-reference-manifest.json +346 -262
  154. package/.next/standalone/.next/static/chunks/0.euy5rie4v3d.js +1 -0
  155. package/.next/standalone/.next/static/chunks/0.lqb7y9kz5z6.js +1 -0
  156. package/.next/standalone/.next/static/chunks/01.nidb8sf6bh.js +1 -0
  157. package/.next/standalone/.next/static/chunks/{151eqj4g7bidp.js → 01ijm9dpmm34q.js} +1 -1
  158. package/.next/standalone/.next/static/chunks/023v9juzhzc~d.js +1 -0
  159. package/.next/standalone/.next/static/chunks/02jsekc779t5~.js +1 -0
  160. package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +1 -0
  161. package/.next/standalone/.next/static/chunks/{0.nk_89kz3j6c.js → 0_-2es-r~03mg.js} +1 -1
  162. package/.next/standalone/.next/static/chunks/0a._hcvzq4ko7.js +2 -0
  163. package/.next/standalone/.next/static/chunks/{0khxfvo-tgpbc.js → 0dha37i1oc6z~.js} +1 -1
  164. package/.next/standalone/.next/static/chunks/{0wbzgoyu4~g4x.js → 0e9ykduz3_0e1.js} +1 -1
  165. package/.next/standalone/.next/static/chunks/0fy6w5d_zyro0.js +1 -0
  166. package/.next/standalone/.next/static/chunks/0g-gbdkcssn.g.js +1 -0
  167. package/.next/standalone/.next/static/chunks/{14man4i21otxe.js → 0h4k3cicu7g-w.js} +1 -1
  168. package/.next/standalone/.next/static/chunks/{0c0u4it7gyb1..js → 0h73q-9fyea0t.js} +1 -1
  169. package/.next/standalone/.next/static/chunks/0h7~fn.p-fxz_.js +1 -0
  170. package/.next/standalone/.next/static/chunks/0j2n.h0~von8h.js +1 -0
  171. package/.next/standalone/.next/static/chunks/0k.hp06ufx4yp.js +1 -0
  172. package/.next/standalone/.next/static/chunks/0lk-i0jm2ubea.css +1 -0
  173. package/.next/standalone/.next/static/chunks/0p5rare_o5zb1.js +5 -0
  174. package/.next/standalone/.next/static/chunks/0q~4dhw.phxg3.js +1 -0
  175. package/.next/standalone/.next/static/chunks/{0w7_~s93hxxkk.js → 0t_3wwd~mmc.1.js} +1 -1
  176. package/.next/standalone/.next/static/chunks/{0a234qgxmvbfu.js → 0u.3xek3m2ud..js} +1 -1
  177. package/.next/standalone/.next/static/chunks/{0jlzko424.5et.js → 0u.b0t7fueh-x.js} +1 -1
  178. package/.next/standalone/.next/static/chunks/{10mwqzqdpi9d5.js → 0v.l5.sqos562.js} +1 -1
  179. package/.next/standalone/.next/static/chunks/{0bsigqvr2-qcp.js → 0w14di5d0vw6-.js} +1 -1
  180. package/.next/standalone/.next/static/chunks/0z2blg_osfipv.js +1 -0
  181. package/.next/standalone/.next/static/chunks/{0yl2smjfz2bzk.js → 11.r6a56ss7qu.js} +1 -1
  182. package/.next/standalone/.next/static/chunks/{17ldo-bezxis..js → 112wpv9rqw4dp.js} +1 -1
  183. package/.next/standalone/.next/static/chunks/134c60acdsr_g.js +1 -0
  184. package/.next/standalone/.next/static/chunks/13rq33eiffqaz.js +1 -0
  185. package/.next/standalone/package.json +3 -2
  186. package/dist/mcp-server.cjs +6 -3
  187. package/package.json +3 -2
  188. package/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts +113 -0
  189. package/scripts/run-migrations.ts +12 -0
  190. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__046-2.-._.js +0 -3
  191. package/.next/standalone/.next/server/chunks/ssr/_07_.oek._.js +0 -3
  192. package/.next/standalone/.next/server/chunks/ssr/_09ri_be._.js +0 -3
  193. package/.next/standalone/.next/server/chunks/ssr/_0_q.4.i._.js +0 -3
  194. package/.next/standalone/.next/server/chunks/ssr/_0nk7qd4._.js +0 -3
  195. package/.next/standalone/.next/server/chunks/ssr/_0no6nrx._.js +0 -3
  196. package/.next/standalone/.next/server/chunks/ssr/_0vqyl_~._.js +0 -3
  197. package/.next/standalone/.next/static/chunks/01.g0gvh6h11a.js +0 -2
  198. package/.next/standalone/.next/static/chunks/03zzmb3y7kpxl.js +0 -1
  199. package/.next/standalone/.next/static/chunks/04t77qlr4-sw7.js +0 -1
  200. package/.next/standalone/.next/static/chunks/097rglx2_e2oo.js +0 -1
  201. package/.next/standalone/.next/static/chunks/0dt3ljzz2pz0r.css +0 -1
  202. package/.next/standalone/.next/static/chunks/0nfwp8f87wok1.js +0 -1
  203. package/.next/standalone/.next/static/chunks/0qonpqhvpg-tt.js +0 -1
  204. package/.next/standalone/.next/static/chunks/0qu5zm6k.e_de.js +0 -5
  205. package/.next/standalone/.next/static/chunks/0rbykdrqih-0t.js +0 -1
  206. package/.next/standalone/.next/static/chunks/0~uo_7-sxehxf.js +0 -1
  207. package/.next/standalone/.next/static/chunks/10q75vl~mg7vy.js +0 -1
  208. package/.next/standalone/.next/static/chunks/11pivwhywsmj9.js +0 -1
  209. package/.next/standalone/.next/static/chunks/13ipvyn1q8z4y.js +0 -1
  210. package/.next/standalone/.next/static/chunks/13qts-1uv7-ee.js +0 -1
  211. package/.next/standalone/.next/static/chunks/14bii1nj2yewi.js +0 -1
  212. package/.next/standalone/.next/static/chunks/15_ulpp1r-6ra.js +0 -1
  213. package/.next/standalone/.next/static/chunks/15~2jg4z8h54~.js +0 -1
  214. package/.next/standalone/.next/static/chunks/183k6undfylp5.js +0 -1
  215. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_buildManifest.js +0 -0
  216. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_clientMiddlewareManifest.js +0 -0
  217. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_ssgManifest.js +0 -0
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/workspaces/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx <module evaluation>":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts <module evaluation>":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts <module evaluation>":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts <module evaluation>":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/03zzmb3y7kpxl.js","/_next/static/chunks/0qu5zm6k.e_de.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"889383":{"*":{"id":519786,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"454711":{"*":{"id":542940,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"743059":{"*":{"id":424764,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"841359":{"*":{"id":267654,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_13glpna._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__046-2.-._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"889383":{"*":{"id":240404,"name":"*","chunks":[],"async":false}},"454711":{"*":{"id":320609,"name":"*","chunks":[],"async":false}},"743059":{"*":{"id":994168,"name":"*","chunks":[],"async":false}},"841359":{"*":{"id":448525,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0dt3ljzz2pz0r.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0dt3ljzz2pz0r.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0qonpqhvpg-tt.js","static/chunks/10mwqzqdpi9d5.js","static/chunks/0f73nbasuf4u_.js","static/chunks/15~2jg4z8h54~.js","static/chunks/0b2yknsc68f2a.js","static/chunks/03zzmb3y7kpxl.js","static/chunks/0qu5zm6k.e_de.js","static/chunks/0.65.u3zhwau~.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0~uo_7-sxehxf.js","static/chunks/16nn-au~pxlvy.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0qonpqhvpg-tt.js","static/chunks/10mwqzqdpi9d5.js","static/chunks/0f73nbasuf4u_.js","static/chunks/15~2jg4z8h54~.js","static/chunks/0b2yknsc68f2a.js","static/chunks/03zzmb3y7kpxl.js","static/chunks/0qu5zm6k.e_de.js","static/chunks/0.65.u3zhwau~.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0~uo_7-sxehxf.js","static/chunks/16nn-au~pxlvy.js"]}};
2
+ globalThis.__RSC_MANIFEST["/workspaces/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx <module evaluation>":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts <module evaluation>":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts <module evaluation>":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts <module evaluation>":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"889383":{"*":{"id":519786,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"454711":{"*":{"id":542940,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"743059":{"*":{"id":424764,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"841359":{"*":{"id":267654,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"889383":{"*":{"id":240404,"name":"*","chunks":[],"async":false}},"454711":{"*":{"id":320609,"name":"*","chunks":[],"async":false}},"743059":{"*":{"id":994168,"name":"*","chunks":[],"async":false}},"841359":{"*":{"id":448525,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0lk-i0jm2ubea.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0lk-i0jm2ubea.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0v.l5.sqos562.js","static/chunks/0651zmy-w~saj.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0j2n.h0~von8h.js","static/chunks/0p5rare_o5zb1.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0.65.u3zhwau~.js","static/chunks/13rq33eiffqaz.js","static/chunks/16nn-au~pxlvy.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0v.l5.sqos562.js","static/chunks/0651zmy-w~saj.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0j2n.h0~von8h.js","static/chunks/0p5rare_o5zb1.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0.65.u3zhwau~.js","static/chunks/13rq33eiffqaz.js","static/chunks/16nn-au~pxlvy.js"]}};
3
3
 
@@ -1,4 +1,4 @@
1
1
  module.exports=[550972,e=>{"use strict";var t=e.i(765876),a=e.i(675896),r=e.i(959160),i=e.i(97944),n=e.i(86757),s=e.i(204144),o=e.i(273436),d=e.i(743641),l=e.i(813766),c=e.i(840884),u=e.i(498814),p=e.i(780006),w=e.i(544432),h=e.i(772005),f=e.i(450223),k=e.i(193695);e.i(628400);var E=e.i(800071),b=e.i(855104),m=e.i(78091),g=e.i(198840),v=e.i(921675),R=e.i(843793),P=e.i(195158),A=e.i(248434),I=e.i(83721),N=e.i(50377),x=e.i(572173),y=e.i(89428),S=e.i(924868),C=e.i(446786),j=e.i(814747),T=e.i(86708);let D=N.logger.create("agent-actions"),U=(0,j.join)((0,C.tmpdir)(),"tower-signals");async function O(e,t){try{await (0,S.mkdir)(U,{recursive:!0,mode:448}),await (0,S.writeFile)((0,j.join)(U,`exit-${e}`),String(t),{mode:384})}catch{}}async function M(e,t){let a=await R.db.taskMessage.create({data:{role:"USER",content:t,taskId:e}});return(0,P.revalidatePath)("/workspaces"),{userMessage:a}}async function _(e){return R.db.taskMessage.findMany({where:{taskId:e},orderBy:{createdAt:"asc"}})}async function F(e,t="CLAUDE_CODE",a,r){let i=await R.db.taskExecution.create({data:{taskId:e,agent:t,status:"RUNNING",startedAt:new Date,worktreePath:a??null,worktreeBranch:r??null}});return await R.db.task.update({where:{id:e},data:{status:"IN_PROGRESS"}}),(0,P.revalidatePath)("/workspaces"),i}async function q(e,t="FAILED"){let a=await R.db.taskExecution.update({where:{id:e},data:{status:t,endedAt:new Date}});return(0,P.revalidatePath)("/workspaces"),a}async function L(t){let{destroySession:a,getSession:r}=await e.A(217260),i=r(t),n=i?.getBuffer()??"",s=await R.db.taskExecution.findFirst({where:{taskId:t,status:"RUNNING"},orderBy:{createdAt:"desc"}}),o=await R.db.task.findUnique({where:{id:t},include:{project:{select:{localPath:!0}}}});if(a(t),s){await R.db.taskExecution.update({where:{id:s.id},data:{status:"COMPLETED",endedAt:new Date}}),await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}});let a=s.worktreePath||o?.project?.localPath||null,{captureExecutionSummary:r}=await e.A(507603);await r(s.id,t,0,n,a,s.forkCommit)}(0,P.revalidatePath)("/workspaces")}async function B(e){return R.db.taskExecution.findMany({where:{taskId:e},orderBy:{createdAt:"desc"},include:{insightNote:{select:{id:!0,title:!0,content:!0}}}})}async function $(t,a){let r=await R.db.task.findUnique({where:{id:t},include:{project:!0}});if(!r)throw Error("Task not found");if(!r.project?.localPath)throw Error("Project has no local path configured");await R.db.taskExecution.updateMany({where:{taskId:t,status:"RUNNING",NOT:{sessionId:a}},data:{status:"FAILED",endedAt:new Date}});let i=await R.db.taskExecution.findFirst({where:{taskId:t,sessionId:a},orderBy:{createdAt:"desc"}});if(!i)throw Error("Previous execution not found");let n=i.worktreePath??r.project.localPath,s=r.subPath?(0,j.join)(n,r.subPath):n,o=await (0,x.readConfigValue)("terminal.idleTimeoutSec",180),{adapter:d}=await (0,y.resolveCliAdapter)("terminal"),l=d.buildEnvOverrides({taskId:t,taskTitle:r.title,apiUrl:`http://localhost:${process.env.PORT||"3000"}`,callbackUrl:i.callbackUrl??void 0}),c=await R.db.taskExecution.update({where:{id:i.id},data:{status:"RUNNING",endedAt:null}});await R.db.task.update({where:{id:t},data:{status:"IN_PROGRESS"}}),(0,P.revalidatePath)("/workspaces");let u=await (0,x.readConfigValue)("onboarding.username",""),p=d.buildSpawnArgs({taskId:t,prompt:"",cwd:s,resumeSessionId:a,extraArgs:[...u?["--append-system-prompt",`The user's name is ${u}.`]:[]],envOverrides:l}),w=/no conversation found with session id|unknown session|session .* not found/i;return(0,I.createSession)(t,p.command,p.args,s,()=>{},async n=>{await O(t,n);let s=await R.db.taskExecution.findUnique({where:{id:c.id}});if(s?.status!=="RUNNING")return;let{getSession:o}=await e.A(217260),d=o(t),l=d?.getBuffer()??"";if(0!==n&&w.test(l)){D.info("Session resume failed — retrying with fresh execution",{taskId:t,previousSessionId:a}),await R.db.taskExecution.update({where:{id:c.id},data:{status:"FAILED",endedAt:new Date}}).catch(()=>{});try{await H(t,r.title)}catch(e){D.error("Fresh execution retry also failed",e,{taskId:t})}return}await R.db.taskExecution.update({where:{id:c.id},data:{status:0===n?"COMPLETED":"FAILED",endedAt:new Date}}).catch(()=>{});let u=i.worktreePath||r.project.localPath,{captureExecutionSummary:p}=await e.A(507603);await p(c.id,t,n,l,u,c.forkCommit);let{dispatchTaskCompletionEvent:h}=await e.A(136565);await h({taskId:t,taskTitle:r.title,status:0===n?"COMPLETED":"FAILED",executionId:c.id,workspaceId:r.project.workspaceId}),0===n&&await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}}).catch(()=>{})},p.env,void 0,1e3*o),{executionId:c.id,worktreePath:i.worktreePath??n??null}}async function G(t){let a=await R.db.task.findUnique({where:{id:t},include:{project:!0}});if(!a)throw Error("Task not found");if(!a.project?.localPath)throw Error("Project has no local path configured");let r=await R.db.taskExecution.findFirst({where:{taskId:t},orderBy:{createdAt:"desc"}}),{destroySession:i}=await e.A(217260);i(t),await R.db.taskExecution.updateMany({where:{taskId:t,status:"RUNNING"},data:{status:"FAILED",endedAt:new Date}});let n=r?.worktreePath??a.project.localPath,s=a.subPath?(0,j.join)(n,a.subPath):n,o=await (0,x.readConfigValue)("terminal.idleTimeoutSec",180),{adapter:d,provider:l}=await (0,y.resolveCliAdapter)("terminal"),c=d.buildEnvOverrides({taskId:t,taskTitle:a.title,apiUrl:`http://localhost:${process.env.PORT||"3000"}`}),u=await R.db.taskExecution.create({data:{taskId:t,agent:l.agentFieldValue,status:"RUNNING",startedAt:new Date,worktreePath:r?.worktreePath??null,worktreeBranch:r?.worktreeBranch??null}});await R.db.task.update({where:{id:t},data:{status:"IN_PROGRESS"}}),(0,P.revalidatePath)("/workspaces");let p=await (0,x.readConfigValue)("onboarding.username",""),w=d.buildSpawnArgs({taskId:t,prompt:"",cwd:s,continueLatest:!0,extraArgs:[...p?["--append-system-prompt",`The user's name is ${p}.`]:[]],envOverrides:c});return(0,I.createSession)(t,w.command,w.args,s,()=>{},async i=>{await O(t,i);let n=await R.db.taskExecution.findUnique({where:{id:u.id}});if(n?.status!=="RUNNING")return;let{getSession:s}=await e.A(217260),o=s(t),d=o?.getBuffer()??"";await R.db.taskExecution.update({where:{id:u.id},data:{status:0===i?"COMPLETED":"FAILED",endedAt:new Date}}).catch(()=>{});let l=r?.worktreePath||a.project.localPath,{captureExecutionSummary:c}=await e.A(507603);await c(u.id,t,i,d,l,r?.forkCommit??null);let{dispatchTaskCompletionEvent:p}=await e.A(136565);await p({taskId:t,taskTitle:a.title,status:0===i?"COMPLETED":"FAILED",executionId:u.id,workspaceId:a.project.workspaceId}),0===i&&await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}}).catch(()=>{})},w.env,void 0,1e3*o),{executionId:u.id,worktreePath:r?.worktreePath??n??null}}async function H(t,a,r,i,n){let s,o,d=await R.db.task.findUnique({where:{id:t},include:{project:!0}});if(!d)throw Error("Task not found");if(!d.project?.localPath)throw Error("Project has no local path configured");let l=await (0,x.readConfigValue)("system.maxConcurrentExecutions",20);if(await R.db.taskExecution.count({where:{status:"RUNNING"}})>=l)throw Error(`已达并发上限(${l}),请等待其他任务完成后再启动`);let c=await (0,x.readConfigValue)("terminal.idleTimeoutSec",180),{adapter:u,provider:p,model:w}=await (0,y.resolveCliAdapter)("terminal");await R.db.taskExecution.updateMany({where:{taskId:t,status:"RUNNING"},data:{status:"FAILED",endedAt:new Date}}),"IN_PROGRESS"!==d.status&&(await R.db.task.update({where:{id:t},data:{status:"IN_PROGRESS"}}),(0,P.revalidatePath)("/workspaces"));let h="";if(!n){let e=await R.db.taskMessage.findMany({where:{taskId:t},orderBy:{createdAt:"desc"},take:10});h=[`Task: ${d.title}`,d.description?`Description: ${d.description}`:"",e.length>0?`Recent conversation:
2
- ${e.reverse().map(e=>`${e.role}: ${e.content}`).join("\n")}`:"",a.trim()?`User message: ${a}`:""].filter(Boolean).join("\n\n")}let f=r??d.promptId;if(f){let e=await R.db.agentPrompt.findUnique({where:{id:f}});e?.content&&(o=await (0,S.mkdtemp)((0,j.join)((0,C.tmpdir)(),"tower-pty-")),s=(0,j.join)(o,"instructions.md"),await (0,S.writeFile)(s,e.content,"utf-8"))}let k=null,E=null;if(d.baseBranch&&d.project.localPath){let{worktreePath:e,worktreeBranch:a}=await (0,A.createWorktree)(d.project.localPath,t,d.baseBranch,d.subPath);k=e,E=a}let b=k??d.project.localPath,m=d.subPath?(0,j.join)(b,d.subPath):b,g=await R.db.taskExecution.create({data:{taskId:t,agent:p.agentFieldValue,status:"RUNNING",startedAt:new Date,worktreePath:k??null,worktreeBranch:E??null,callbackUrl:i??null}}),v=null;if(d.project.localPath)try{let t,{execFileSync:a}=await e.A(144264);(t=k&&d.baseBranch?a("git",["merge-base",d.baseBranch,"HEAD"],{cwd:k,encoding:"utf-8",timeout:5e3}).trim():a("git",["rev-parse","HEAD"],{cwd:d.project.localPath,encoding:"utf-8",timeout:5e3}).trim())&&(v=t,await R.db.taskExecution.update({where:{id:g.id},data:{forkCommit:t}}))}catch{}let N="";if(s){let{readFile:t}=await e.A(260815);N+=await t(s,"utf-8")}let T=await (0,x.readConfigValue)("onboarding.username","");T&&(N+=(N?"\n":"")+`The user's name is ${T}.`);let U=u.buildSpawnArgs({taskId:t,prompt:h,cwd:m,extraArgs:[...N?["--append-system-prompt",N]:[],...w?["--model",w]:[]],envOverrides:u.buildEnvOverrides({taskId:t,taskTitle:d.title,apiUrl:`http://localhost:${process.env.PORT||"3000"}`,callbackUrl:i??void 0})});return(0,I.createSession)(t,U.command,U.args,m,()=>{},async a=>{await O(t,a);let r=await R.db.taskExecution.findUnique({where:{id:g.id}});if(r?.status!=="RUNNING")return;let{getSession:i}=await e.A(217260),n=i(t),s=n?.getBuffer()??"";await R.db.taskExecution.update({where:{id:g.id},data:{status:0===a?"COMPLETED":"FAILED",endedAt:new Date}}).catch(e=>{D.error("Failed to update execution status",e)});let l=k||d.project.localPath,{captureExecutionSummary:c}=await e.A(507603);await c(g.id,t,a,s,l,v);let{dispatchTaskCompletionEvent:u}=await e.A(136565);await u({taskId:t,taskTitle:d.title,status:0===a?"COMPLETED":"FAILED",executionId:g.id,workspaceId:d.project.workspaceId}),0===a&&await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}}).catch(e=>{D.error("Failed to update task status",e)}),o&&await (0,S.rm)(o,{recursive:!0,force:!0}).catch(()=>{})},U.env,void 0,1e3*c),{executionId:g.id,worktreePath:k??b??null}}async function V(e,t,a,r,i){try{let n=await H(e,t,a,r,i);return{ok:!0,...n}}catch(t){return D.error("startPtyExecution failed",{taskId:e,error:t instanceof Error?t.stack??t.message:String(t)}),{ok:!1,error:t instanceof Error&&t.message?t.message:String(t)}}}async function K(){return(await R.db.taskExecution.findMany({where:{status:"RUNNING"},orderBy:{startedAt:"asc"},include:{task:{include:{project:{include:{workspace:!0}}}}}})).map(e=>({executionId:e.id,taskId:e.taskId,taskTitle:e.task.title,projectId:e.task.project.id,projectName:e.task.project.name,projectAlias:e.task.project.alias,projectLocalPath:e.task.project.localPath,workspaceId:e.task.project.workspace.id,workspaceName:e.task.project.workspace.name,worktreePath:e.worktreePath,subPath:e.task.subPath??null,startedAt:e.startedAt?.toISOString()??null}))}(0,T.ensureServerEntryExports)([M,_,F,q,L,B,$,G,H,V,K]),(0,v.registerServerReference)(M,"60e4624c6f33d0ffe3e0a77e431ea28f37949b22d2",null),(0,v.registerServerReference)(_,"401eefa1cea47e1a431bf89049462cc58dc6f0fc12",null),(0,v.registerServerReference)(F,"78652ad06febde9df0656ee502969cfa42fa80f101",null),(0,v.registerServerReference)(q,"60d723f36a51c943e8baad0f3a222ebff10d31acb9",null),(0,v.registerServerReference)(L,"40b400ff5b05c6a2cc9e22bb08c49c3a9384b04f0d",null),(0,v.registerServerReference)(B,"40e35bb2d01b14eeccf0c46897d86399797ff36feb",null),(0,v.registerServerReference)($,"60ee0e6712a226685ca6e1745323baabb2172f74b5",null),(0,v.registerServerReference)(G,"401b19ed1de78cc49e951594c328f146e9f3b16d23",null),(0,v.registerServerReference)(H,"7ce9d6cf599f47d28dee6ce3b03c08930d3f12476e",null),(0,v.registerServerReference)(V,"7c1e12d6aeb59bf8e240aa5902e48cd569ebcc127a",null),(0,v.registerServerReference)(K,"000863e4bcea15ea38d43ed0ddb7936ea4bd231b21",null);let W=m.z.object({prompt:m.z.string().optional().default("")});async function z(e,{params:t}){let a=(0,g.requireLocalhost)(e);if(a)return a;let{taskId:r}=await t,i=(0,g.validateTaskId)(r);if(i)return i;try{let t=await e.json(),a=W.safeParse(t);if(!a.success)return b.NextResponse.json({error:"Invalid body"},{status:400});let i=await H(r,a.data.prompt);return b.NextResponse.json(i)}catch(t){let e=t instanceof Error?t.message:String(t);return b.NextResponse.json({error:e},{status:500})}}e.s(["POST",0,z,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],499090);var X=e.i(499090);let Z=new t.AppRouteRouteModule({definition:{kind:a.RouteKind.APP_ROUTE,page:"/api/internal/terminal/[taskId]/start/route",pathname:"/api/internal/terminal/[taskId]/start",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/terminal/[taskId]/start/route.ts",nextConfigOutput:"standalone",userland:X}),{workAsyncStorage:J,workUnitAsyncStorage:Q,serverHooks:Y}=Z;async function ee(e,t,r){r.requestMeta&&(0,i.setRequestMeta)(e,r.requestMeta),Z.isDev&&(0,i.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let b="/api/internal/terminal/[taskId]/start/route";b=b.replace(/\/index$/,"")||"/";let m=await Z.prepare(e,t,{srcPage:b,multiZoneDraftMode:!1});if(!m)return t.statusCode=400,t.end("Bad Request"),null==r.waitUntil||r.waitUntil.call(r,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:R,parsedUrl:P,isDraftMode:A,prerenderManifest:I,routerServerContext:N,isOnDemandRevalidate:x,revalidateOnlyGenerated:y,resolvedPathname:S,clientReferenceManifest:C,serverActionsManifest:j}=m,T=(0,o.normalizeAppPath)(b),D=!!(I.dynamicRoutes[T]||I.routes[S]),U=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,P,!1):t.end("This page could not be found"),null);if(D&&!A){let e=!!I.routes[S],t=I.dynamicRoutes[T];if(t&&!1===t.fallback&&!e){if(R.adapterPath)return await U();throw new k.NoFallbackError}}let O=null;!D||Z.isDev||A||(O="/index"===(O=S)?"/":O);let M=!0===Z.isDev||!D,_=D&&!M;j&&C&&(0,s.setManifestsSingleton)({page:b,clientReferenceManifest:C,serverActionsManifest:j});let F=e.method||"GET",q=(0,n.getTracer)(),L=q.getActiveScopeSpan(),B=!!(null==N?void 0:N.isWrappedByNextServer),$=!!(0,i.getRequestMeta)(e,"minimalMode"),G=(0,i.getRequestMeta)(e,"incrementalCache")||await Z.getIncrementalCache(e,R,I,$);null==G||G.resetRequestCache(),globalThis.__incrementalCache=G;let H={params:v,previewProps:I.preview,renderOpts:{experimental:{authInterrupts:!!R.experimental.authInterrupts},cacheComponents:!!R.cacheComponents,supportsDynamicResponse:M,incrementalCache:G,cacheLifeProfiles:R.cacheLife,waitUntil:r.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,a,r,i)=>Z.onRequestError(e,t,r,i,N)},sharedContext:{buildId:g}},V=new d.NodeNextRequest(e),K=new d.NodeNextResponse(t),W=l.NextRequestAdapter.fromNodeNextRequest(V,(0,l.signalFromNodeResponse)(t));try{let i,s=async e=>Z.handle(W,H).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let a=q.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==c.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let r=a.get("next.route");if(r){let t=`${F} ${r}`;e.setAttributes({"next.route":r,"http.route":r,"next.span_name":t}),e.updateName(t),i&&i!==e&&(i.setAttribute("http.route",r),i.updateName(t))}else e.updateName(`${F} ${b}`)}),o=async i=>{var n,o;let d=async({previousCacheEntry:a})=>{try{if(!$&&x&&y&&!a)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let n=await s(i);e.fetchMetrics=H.renderOpts.fetchMetrics;let o=H.renderOpts.pendingWaitUntil;o&&r.waitUntil&&(r.waitUntil(o),o=void 0);let d=H.renderOpts.collectedTags;if(!D)return await (0,p.sendResponse)(V,K,n,H.renderOpts.pendingWaitUntil),null;{let e=await n.blob(),t=(0,w.toNodeOutgoingHttpHeaders)(n.headers);d&&(t[f.NEXT_CACHE_TAGS_HEADER]=d),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let a=void 0!==H.renderOpts.collectedRevalidate&&!(H.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&H.renderOpts.collectedRevalidate,r=void 0===H.renderOpts.collectedExpire||H.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:H.renderOpts.collectedExpire;return{value:{kind:E.CachedRouteKind.APP_ROUTE,status:n.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:a,expire:r}}}}catch(t){throw(null==a?void 0:a.isStale)&&await Z.onRequestError(e,t,{routerKind:"App Router",routePath:b,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:_,isOnDemandRevalidate:x})},!1,N),t}},l=await Z.handleResponse({req:e,nextConfig:R,cacheKey:O,routeKind:a.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:I,isRoutePPREnabled:!1,isOnDemandRevalidate:x,revalidateOnlyGenerated:y,responseGenerator:d,waitUntil:r.waitUntil,isMinimalMode:$});if(!D)return null;if((null==l||null==(n=l.value)?void 0:n.kind)!==E.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(o=l.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});$||t.setHeader("x-nextjs-cache",x?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let c=(0,w.fromNodeOutgoingHttpHeaders)(l.value.headers);return $&&D||c.delete(f.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||t.getHeader("Cache-Control")||c.get("Cache-Control")||c.set("Cache-Control",(0,h.getCacheControlHeader)(l.cacheControl)),await (0,p.sendResponse)(V,K,new Response(l.value.body,{headers:c,status:l.value.status||200})),null};B&&L?await o(L):(i=q.getActiveScopeSpan(),await q.withPropagatedContext(e.headers,()=>q.trace(c.BaseServerSpan.handleRequest,{spanName:`${F} ${b}`,kind:n.SpanKind.SERVER,attributes:{"http.method":F,"http.target":e.url}},o),void 0,!B))}catch(t){if(t instanceof k.NoFallbackError||await Z.onRequestError(e,t,{routerKind:"App Router",routePath:T,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:_,isOnDemandRevalidate:x})},!1,N),D)throw t;return await (0,p.sendResponse)(V,K,new Response(null,{status:500})),null}}e.s(["handler",0,ee,"patchFetch",0,function(){return(0,r.patchFetch)({workAsyncStorage:J,workUnitAsyncStorage:Q})},"routeModule",0,Z,"serverHooks",0,Y,"workAsyncStorage",0,J,"workUnitAsyncStorage",0,Q],550972)}];
2
+ ${e.reverse().map(e=>`${e.role}: ${e.content}`).join("\n")}`:"",a.trim()?`User message: ${a}`:""].filter(Boolean).join("\n\n")}let f=r??d.promptId;if(f){let e=await R.db.agentPrompt.findUnique({where:{id:f}});e?.content&&(o=await (0,S.mkdtemp)((0,j.join)((0,C.tmpdir)(),"tower-pty-")),s=(0,j.join)(o,"instructions.md"),await (0,S.writeFile)(s,e.content,"utf-8"))}let k=null,E=null;if(d.baseBranch&&d.project.localPath){let{worktreePath:e,worktreeBranch:a}=await (0,A.createWorktree)(d.project.localPath,t,d.baseBranch,d.subPath);k=e,E=a}let b=k??d.project.localPath,m=d.subPath?(0,j.join)(b,d.subPath):b,g=await R.db.taskExecution.create({data:{taskId:t,agent:p.agentFieldValue,status:"RUNNING",startedAt:new Date,worktreePath:k??null,worktreeBranch:E??null,callbackUrl:i??null}}),v=null;if(d.project.localPath)try{let t,{execFileSync:a}=await e.A(144264);(t=k&&d.baseBranch?a("git",["merge-base",d.baseBranch,"HEAD"],{cwd:k,encoding:"utf-8",timeout:5e3}).trim():a("git",["rev-parse","HEAD"],{cwd:d.project.localPath,encoding:"utf-8",timeout:5e3}).trim())&&(v=t,await R.db.taskExecution.update({where:{id:g.id},data:{forkCommit:t}}))}catch{}let N="";if(s){let{readFile:t}=await e.A(260815);N+=await t(s,"utf-8")}let T=await (0,x.readConfigValue)("onboarding.username","");T&&(N+=(N?"\n":"")+`The user's name is ${T}.`);let U=u.buildSpawnArgs({taskId:t,prompt:h,cwd:m,extraArgs:[...N?["--append-system-prompt",N]:[],...w?["--model",w]:[]],envOverrides:u.buildEnvOverrides({taskId:t,taskTitle:d.title,apiUrl:`http://localhost:${process.env.PORT||"3000"}`,callbackUrl:i??void 0})});return(0,I.createSession)(t,U.command,U.args,m,()=>{},async a=>{await O(t,a);let r=await R.db.taskExecution.findUnique({where:{id:g.id}});if(r?.status!=="RUNNING")return;let{getSession:i}=await e.A(217260),n=i(t),s=n?.getBuffer()??"";await R.db.taskExecution.update({where:{id:g.id},data:{status:0===a?"COMPLETED":"FAILED",endedAt:new Date}}).catch(e=>{D.error("Failed to update execution status",e)});let l=k||d.project.localPath,{captureExecutionSummary:c}=await e.A(507603);await c(g.id,t,a,s,l,v);let{dispatchTaskCompletionEvent:u}=await e.A(136565);await u({taskId:t,taskTitle:d.title,status:0===a?"COMPLETED":"FAILED",executionId:g.id,workspaceId:d.project.workspaceId}),0===a&&await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}}).catch(e=>{D.error("Failed to update task status",e)}),o&&await (0,S.rm)(o,{recursive:!0,force:!0}).catch(()=>{})},U.env,void 0,1e3*c),{executionId:g.id,worktreePath:k??b??null}}async function V(e,t,a,r,i){try{let n=await H(e,t,a,r,i);return{ok:!0,...n}}catch(t){return D.error("startPtyExecution failed",{taskId:e,error:t instanceof Error?t.stack??t.message:String(t)}),{ok:!1,error:t instanceof Error&&t.message?t.message:String(t)}}}async function K(){return(await R.db.taskExecution.findMany({where:{status:"RUNNING"},orderBy:{startedAt:"asc"},include:{task:{include:{project:{include:{workspace:!0}}}}}})).map(e=>({executionId:e.id,taskId:e.taskId,taskTitle:e.task.title,projectId:e.task.project.id,projectName:e.task.project.name,projectAlias:e.task.project.alias,projectLocalPath:e.task.project.localPath,workspaceId:e.task.project.workspace.id,workspaceName:e.task.project.workspace.name,worktreePath:e.worktreePath,subPath:e.task.subPath??null,startedAt:e.startedAt?.toISOString()??null}))}(0,T.ensureServerEntryExports)([M,_,F,q,L,B,$,G,H,V,K]),(0,v.registerServerReference)(M,"605cc4c8b44b98a4a592a37671efd9fb5efae7a398",null),(0,v.registerServerReference)(_,"40de68fcad20831269beab962ec357dbfffb62b27b",null),(0,v.registerServerReference)(F,"7867c48900706e5d827374a90ea72c13bf95679d71",null),(0,v.registerServerReference)(q,"60dca3c9fcf2c8d9fbd2f064a503c015f2300c829a",null),(0,v.registerServerReference)(L,"401e30bc402a675fb82986e90ca385e44a94be9e63",null),(0,v.registerServerReference)(B,"40cef3a1f4a61d3cdd08d75fe43d2d12e9faed1603",null),(0,v.registerServerReference)($,"60e35407677ba51c6aa1ee8c2a4625c9ec602b3748",null),(0,v.registerServerReference)(G,"40fd5022e920c7b2a827882d57d69c7880353d7fd4",null),(0,v.registerServerReference)(H,"7c6d144b031773a1935aff7cb31975f95f676d8731",null),(0,v.registerServerReference)(V,"7c27667b5cdc151628b1ecdfed7dfbe1d135dcf2ad",null),(0,v.registerServerReference)(K,"0070a50eb5e37cdefa4ab7c928a529029f39b75202",null);let W=m.z.object({prompt:m.z.string().optional().default("")});async function z(e,{params:t}){let a=(0,g.requireLocalhost)(e);if(a)return a;let{taskId:r}=await t,i=(0,g.validateTaskId)(r);if(i)return i;try{let t=await e.json(),a=W.safeParse(t);if(!a.success)return b.NextResponse.json({error:"Invalid body"},{status:400});let i=await H(r,a.data.prompt);return b.NextResponse.json(i)}catch(t){let e=t instanceof Error?t.message:String(t);return b.NextResponse.json({error:e},{status:500})}}e.s(["POST",0,z,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],499090);var X=e.i(499090);let Z=new t.AppRouteRouteModule({definition:{kind:a.RouteKind.APP_ROUTE,page:"/api/internal/terminal/[taskId]/start/route",pathname:"/api/internal/terminal/[taskId]/start",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/terminal/[taskId]/start/route.ts",nextConfigOutput:"standalone",userland:X}),{workAsyncStorage:J,workUnitAsyncStorage:Q,serverHooks:Y}=Z;async function ee(e,t,r){r.requestMeta&&(0,i.setRequestMeta)(e,r.requestMeta),Z.isDev&&(0,i.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let b="/api/internal/terminal/[taskId]/start/route";b=b.replace(/\/index$/,"")||"/";let m=await Z.prepare(e,t,{srcPage:b,multiZoneDraftMode:!1});if(!m)return t.statusCode=400,t.end("Bad Request"),null==r.waitUntil||r.waitUntil.call(r,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:R,parsedUrl:P,isDraftMode:A,prerenderManifest:I,routerServerContext:N,isOnDemandRevalidate:x,revalidateOnlyGenerated:y,resolvedPathname:S,clientReferenceManifest:C,serverActionsManifest:j}=m,T=(0,o.normalizeAppPath)(b),D=!!(I.dynamicRoutes[T]||I.routes[S]),U=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,P,!1):t.end("This page could not be found"),null);if(D&&!A){let e=!!I.routes[S],t=I.dynamicRoutes[T];if(t&&!1===t.fallback&&!e){if(R.adapterPath)return await U();throw new k.NoFallbackError}}let O=null;!D||Z.isDev||A||(O="/index"===(O=S)?"/":O);let M=!0===Z.isDev||!D,_=D&&!M;j&&C&&(0,s.setManifestsSingleton)({page:b,clientReferenceManifest:C,serverActionsManifest:j});let F=e.method||"GET",q=(0,n.getTracer)(),L=q.getActiveScopeSpan(),B=!!(null==N?void 0:N.isWrappedByNextServer),$=!!(0,i.getRequestMeta)(e,"minimalMode"),G=(0,i.getRequestMeta)(e,"incrementalCache")||await Z.getIncrementalCache(e,R,I,$);null==G||G.resetRequestCache(),globalThis.__incrementalCache=G;let H={params:v,previewProps:I.preview,renderOpts:{experimental:{authInterrupts:!!R.experimental.authInterrupts},cacheComponents:!!R.cacheComponents,supportsDynamicResponse:M,incrementalCache:G,cacheLifeProfiles:R.cacheLife,waitUntil:r.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,a,r,i)=>Z.onRequestError(e,t,r,i,N)},sharedContext:{buildId:g}},V=new d.NodeNextRequest(e),K=new d.NodeNextResponse(t),W=l.NextRequestAdapter.fromNodeNextRequest(V,(0,l.signalFromNodeResponse)(t));try{let i,s=async e=>Z.handle(W,H).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let a=q.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==c.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let r=a.get("next.route");if(r){let t=`${F} ${r}`;e.setAttributes({"next.route":r,"http.route":r,"next.span_name":t}),e.updateName(t),i&&i!==e&&(i.setAttribute("http.route",r),i.updateName(t))}else e.updateName(`${F} ${b}`)}),o=async i=>{var n,o;let d=async({previousCacheEntry:a})=>{try{if(!$&&x&&y&&!a)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let n=await s(i);e.fetchMetrics=H.renderOpts.fetchMetrics;let o=H.renderOpts.pendingWaitUntil;o&&r.waitUntil&&(r.waitUntil(o),o=void 0);let d=H.renderOpts.collectedTags;if(!D)return await (0,p.sendResponse)(V,K,n,H.renderOpts.pendingWaitUntil),null;{let e=await n.blob(),t=(0,w.toNodeOutgoingHttpHeaders)(n.headers);d&&(t[f.NEXT_CACHE_TAGS_HEADER]=d),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let a=void 0!==H.renderOpts.collectedRevalidate&&!(H.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&H.renderOpts.collectedRevalidate,r=void 0===H.renderOpts.collectedExpire||H.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:H.renderOpts.collectedExpire;return{value:{kind:E.CachedRouteKind.APP_ROUTE,status:n.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:a,expire:r}}}}catch(t){throw(null==a?void 0:a.isStale)&&await Z.onRequestError(e,t,{routerKind:"App Router",routePath:b,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:_,isOnDemandRevalidate:x})},!1,N),t}},l=await Z.handleResponse({req:e,nextConfig:R,cacheKey:O,routeKind:a.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:I,isRoutePPREnabled:!1,isOnDemandRevalidate:x,revalidateOnlyGenerated:y,responseGenerator:d,waitUntil:r.waitUntil,isMinimalMode:$});if(!D)return null;if((null==l||null==(n=l.value)?void 0:n.kind)!==E.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(o=l.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});$||t.setHeader("x-nextjs-cache",x?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let c=(0,w.fromNodeOutgoingHttpHeaders)(l.value.headers);return $&&D||c.delete(f.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||t.getHeader("Cache-Control")||c.get("Cache-Control")||c.set("Cache-Control",(0,h.getCacheControlHeader)(l.cacheControl)),await (0,p.sendResponse)(V,K,new Response(l.value.body,{headers:c,status:l.value.status||200})),null};B&&L?await o(L):(i=q.getActiveScopeSpan(),await q.withPropagatedContext(e.headers,()=>q.trace(c.BaseServerSpan.handleRequest,{spanName:`${F} ${b}`,kind:n.SpanKind.SERVER,attributes:{"http.method":F,"http.target":e.url}},o),void 0,!B))}catch(t){if(t instanceof k.NoFallbackError||await Z.onRequestError(e,t,{routerKind:"App Router",routePath:T,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:_,isOnDemandRevalidate:x})},!1,N),D)throw t;return await (0,p.sendResponse)(V,K,new Response(null,{status:500})),null}}e.s(["handler",0,ee,"patchFetch",0,function(){return(0,r.patchFetch)({workAsyncStorage:J,workUnitAsyncStorage:Q})},"routeModule",0,Z,"serverHooks",0,Y,"workAsyncStorage",0,J,"workUnitAsyncStorage",0,Q],550972)}];
3
3
 
4
4
  //# sourceMappingURL=0se9_next_dist_esm_build_templates_app-route_0hrprmi.js.map
@@ -1,4 +1,4 @@
1
1
  module.exports=[324725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},193695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},198840,e=>{"use strict";var t=e.i(855104);let r=["localhost","127.0.0.1","[::1]"],a=new Set(["127.0.0.1","::1","::ffff:127.0.0.1"]),n=/^c[a-z0-9]{20,30}$/;e.s(["requireLocalhost",0,function(e){let n=e.headers.get("x-forwarded-for");if(n&&!n.split(",").map(e=>e.trim()).every(e=>a.has(e)))return t.NextResponse.json({error:"Forbidden"},{status:403});let s=e.headers.get("host")??"";return r.some(e=>s.startsWith(e))?null:t.NextResponse.json({error:"Forbidden"},{status:403})},"validateProjectId",0,function(e){return n.test(e)?null:t.NextResponse.json({error:"Invalid projectId format"},{status:400})},"validateTaskId",0,function(e){return n.test(e)?null:t.NextResponse.json({error:"Invalid taskId format"},{status:400})}])},980738,(e,t,r)=>{t.exports=e.x("node-pty-c710df912a232c01",()=>require("node-pty-c710df912a232c01"))},433541,e=>e.a(async(t,r)=>{try{let t=await e.y("ws-4df7fc762dfa9a52");e.n(t),r()}catch(e){r(e)}},!0),504446,(e,t,r)=>{t.exports=e.x("net",()=>require("net"))},666680,(e,t,r)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},933919,(e,t,r)=>{t.exports=e.x("@prisma/client-9249dd53ac5b6a44",()=>require("@prisma/client-9249dd53ac5b6a44"))},750227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},902157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},874533,(e,t,r)=>{t.exports=e.x("node:child_process",()=>require("node:child_process"))},660526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},918622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},556704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},832319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},270406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},814747,(e,t,r)=>{t.exports=e.x("path",()=>require("path"))},446786,(e,t,r)=>{t.exports=e.x("os",()=>require("os"))},192520,e=>{"use strict";let t;var r=e.i(750227),a=e.i(660526),n=e.i(902157);function s(){return t||(t=process.env.TOWER_DATA_DIR||(0,r.join)((0,a.homedir)(),".tower"),(0,n.existsSync)(t)||(0,n.mkdirSync)(t,{recursive:!0})),t}e.s(["getAssistantDir",0,function(){let e=(0,r.join)(s(),"assistant");return(0,n.existsSync)(e)||(0,n.mkdirSync)(e,{recursive:!0}),e},"getBackupsDir",0,function(){let e=(0,r.join)(s(),"backups");return(0,n.existsSync)(e)||(0,n.mkdirSync)(e,{recursive:!0}),e},"getExtensionsDir",0,function(){let e=(0,r.join)(s(),"extensions");return(0,n.existsSync)(e)||(0,n.mkdirSync)(e,{recursive:!0}),e},"getStorageDir",0,function(){let e=process.env.TOWER_STORAGE_DIR||function(){try{let e=(0,n.readFileSync)((0,r.join)(s(),"storage-location"),"utf-8").trim();return e.length>0?e:null}catch{return null}}(),t=e&&e.length>0?e:(0,r.join)(s(),"storage");return(0,n.existsSync)(t)||(0,n.mkdirSync)(t,{recursive:!0}),t},"getTowerDbPath",0,function(){let e;return(0,r.join)((e=(0,r.join)(s(),"database"),(0,n.existsSync)(e)||(0,n.mkdirSync)(e,{recursive:!0}),e),"tower.db")},"getTowerDir",0,s])},482819,(e,t,r)=>{"use strict";t.exports=e.r(583981).vendored["react-rsc"].ReactServerDOMTurbopackServer},921675,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"registerServerReference",{enumerable:!0,get:function(){return a.registerServerReference}});let a=e.r(482819)},86708,(e,t,r)=>{"use strict";function a(e){for(let t=0;t<e.length;t++){let r=e[t];if("function"!=typeof r)throw Object.defineProperty(Error(`A "use server" file can only export async functions, found ${typeof r}.
2
- Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ensureServerEntryExports",{enumerable:!0,get:function(){return a}})},843793,e=>{"use strict";var t=e.i(933919);let r=globalThis.prisma??new t.PrismaClient({log:[]});process.on("SIGTERM",()=>{r.$disconnect().catch(()=>{})}),process.on("SIGINT",()=>{r.$disconnect().catch(()=>{})}),e.s(["db",0,r])},572173,e=>{"use strict";var t=e.i(843793);async function r(e,r){let a=await t.db.systemConfig.findUnique({where:{key:e}});if(!a)return r;try{return JSON.parse(a.value)}catch{return r}}e.s(["readConfigValue",0,r])},658053,e=>{"use strict";e.s(["ASSISTANT_SESSION_KEY",0,"__assistant__"])},341291,e=>{"use strict";var t=e.i(666680),r=e.i(902157),a=e.i(750227),n=e.i(192520);function s(e){if(!e.startsWith((0,n.getStorageDir)()+a.sep))throw Error("Path traversal detected")}let i=new Set(["image","screenshot","img","photo","picture","clipboard","paste","untitled"]);e.s(["buildCacheFilename",0,function(e,r){let n=a.basename(e,a.extname(e)),s=t.randomUUID().replace(/-/g,"").slice(0,8),o=n.toLowerCase();if(!n||i.has(o)||/^screenshot[\s_\-]/i.test(n))return`tower_image-${s}${r}`;let l=n.replace(/[^\p{L}\p{N}]/gu,"_").replace(/_+/g,"_").replace(/^_+|_+$/g,"");return`${l||"file"}-${s}${r}`},"ensureAssetsDir",0,function(e){let t,i=(s(t=a.join((0,n.getStorageDir)(),"assets",e)),t);return r.mkdirSync(i,{recursive:!0}),i},"getAssistantCacheDir",0,function(e="images"){let t=new Date,i=`${t.getFullYear()}-${String(t.getMonth()+1).padStart(2,"0")}`,o=a.join((0,n.getStorageDir)(),"cache","assistant",i,e);return s(o),r.mkdirSync(o,{recursive:!0}),o},"getAssistantCacheRoot",0,function(){let e=a.join((0,n.getStorageDir)(),"cache","assistant");return s(e),e}])},634712,e=>{"use strict";let t=["jpg","jpeg","png","gif","webp"],r=["md","txt","json","csv"],a=[...t,...r].join("|"),n=RegExp(`^\\d{4}-\\d{2}/(images|files)/[^/]+\\.(${a})$`,"i");function s(e){let a=e.replace(/^\./,"").toLowerCase();return t.includes(a)?"image":r.includes(a)?"text":null}[...t.map(e=>`.${e}`),...r.map(e=>`.${e}`),"image/*"].join(","),e.s(["ALLOWED_TEXT_EXTS",0,r,"ATTACHMENT_SUBPATH_RE",0,n,"MAX_ATTACHMENTS",0,10,"classifyAttachmentExt",0,s,"classifyAttachmentSubPath",0,function(e){if(!n.test(e))return null;let t=e.lastIndexOf(".");return t<0?null:s(e.slice(t+1))}])},276534,e=>{"use strict";e.s(["CONFIG_DEFAULTS",0,{"git.pathMappingRules":{defaultValue:[],type:"object",label:"Git Path Mapping Rules"},"system.maxUploadBytes":{defaultValue:0x3200000,type:"number",label:"Max Upload Size (bytes)"},"system.maxConcurrentExecutions":{defaultValue:20,type:"number",label:"Max Concurrent Executions"},"system.maxReadableFileBytes":{defaultValue:5242880,type:"number",label:"Max Readable File Size (bytes)"},"system.backupDir":{defaultValue:"",type:"string",label:"Backup Directory"},"git.timeoutSec":{defaultValue:30,type:"number",label:"Git Operation Timeout (seconds)"},"search.resultLimit":{defaultValue:20,type:"number",label:"Search Result Limit"},"search.allModeCap":{defaultValue:5,type:"number",label:"All-Mode Per-Type Cap"},"search.debounceMs":{defaultValue:250,type:"number",label:"Search Debounce (ms)"},"search.snippetLength":{defaultValue:80,type:"number",label:"Snippet Length (characters)"},"search.codeTimeoutSec":{defaultValue:30,type:"number",label:"Code Search Timeout (seconds)"},"board.archiveDelayDays":{defaultValue:7,type:"number",label:"Archive Delay (days)"},"missions.grid.minCols":{defaultValue:1,type:"number",label:"Grid Min Columns"},"missions.grid.maxCols":{defaultValue:5,type:"number",label:"Grid Max Columns"},"missions.grid.minRows":{defaultValue:1,type:"number",label:"Grid Min Rows"},"missions.grid.maxRows":{defaultValue:5,type:"number",label:"Grid Max Rows"},"terminal.app":{defaultValue:"Terminal",type:"string",label:"Default Terminal App"},"editor.command":{defaultValue:"",type:"string",label:"Default Editor Command"},"terminal.wsPort":{defaultValue:3001,type:"number",label:"WebSocket Port"},"terminal.idleTimeoutSec":{defaultValue:180,type:"number",label:"Idle Timeout (seconds)"},"terminal.fontSize":{defaultValue:13,type:"number",label:"Terminal Font Size"},"terminal.fontFamily":{defaultValue:"Menlo, Monaco, 'Courier New', monospace",type:"string",label:"Terminal Font Family"},"assistant.systemPrompt":{defaultValue:'You are Tower Assistant — the built-in AI operator for the Tower task management platform.\n\n## Identity\n- You are a task management operator, NOT a coding assistant.\n- You can ONLY use Tower MCP tools. You CANNOT read files, edit code, run shell commands, or search the web.\n- Always respond in the same language the user uses.\n\n## Capabilities\nWhen users ask what you can do, respond with EXACTLY these 6 groups. Translate to the user\'s language.\n\n1. **Workspace & Project** — View, create, update, delete workspaces and projects. Search projects and repositories.\n2. **Task Management** — Create tasks (priority, labels, worktree branch isolation, sub-path, auto-start). Move task status (TODO → IN_PROGRESS → IN_REVIEW → DONE / CANCELLED). Update task info and labels.\n3. **Execution Monitor** — Start task execution, check execution status, get terminal output, send commands to running terminals.\n4. **Daily Report & Todo** — Generate daily work summary (completed + in-progress). View pending task list sorted by priority.\n5. **Labels & Notes & Assets** — Manage workspace labels, project notes, and file attachments.\n6. **Global Search** — Search tasks, projects, repositories, notes, and assets by keyword.\n\nDo NOT list any capabilities beyond the above. Do NOT mention code editing, debugging, testing, git operations, or any development capabilities.\n\n## Scope Boundary\nIf the user asks you to write code, explain code, debug, search the web, read/write files, or anything outside Tower task management, reply:\n"抱歉,我只能帮你管理工作区、项目和任务。编码、调试等操作请在任务终端中完成。"',type:"string",label:"Assistant System Prompt"},"assistant.displayMode":{defaultValue:"sidebar",type:"string",label:"Assistant Display Mode"},"assistant.communicationMode":{defaultValue:"chat",type:"string",label:"Assistant Communication Mode"},"task.defaultUseWorktree":{defaultValue:!0,type:"boolean",label:"Default: Use Worktree"},"task.defaultAutoStart":{defaultValue:!1,type:"boolean",label:"Default: Auto-start Execution"},"task.mcpDefaultsConfigured":{defaultValue:!1,type:"boolean",label:"MCP Task Defaults Configured"}}])},519827,e=>{"use strict";e.s(["ARCHIVE_DELAY_KEY",0,"board.archiveDelayDays","DEFAULT_ARCHIVE_DELAY_DAYS",0,7,"normalizeArchiveDelayDays",0,function(e){let t=Math.floor(Number(e));return Number.isFinite(t)?Math.min(Math.max(t,1),365):7}])},61920,e=>{"use strict";var t=e.i(446786),r=e.i(814747);function a(e){return e.startsWith("~/")?r.default.join(t.default.homedir(),e.slice(2)):e}function n(e){let t,r=e.match(/^git@([^:]+):(.+)$/);if(r)return{host:r[1],pathSegments:s(r[2]).split("/").filter(Boolean)};try{t=new URL(e)}catch{return null}return{host:t.hostname,pathSegments:s(decodeURIComponent(t.pathname)).split("/").filter(Boolean)}}function s(e){return e.replace(/\.git\/?$/,"")}e.s(["gitUrlToLocalPath",0,function(e){let t=e.trim();if(!t)return"";try{let e=n(t);if(!e)return"";let{host:s,pathSegments:i}=e;if("code.iflytek.com"===s){let e,t;return a((e=[...i],"osc"===e[0]&&"_source"===e[1]&&(e=e.slice(2)),((t=e.indexOf("-"))>0&&(e=e.slice(0,t)),0===e.length)?"":`~/company/${e.join("/")}`))}if("github.com"===s){var r;let e,t;return a((e=(r=i)[0],t=r[1],e&&t?`${"jp-liu"===e?"~/project/i":"~/project/f"}/${t}`:""))}let o=i[i.length-1];return o?a(`~/project/f/${o}`):""}catch{return""}},"matchGitPathRule",0,function(e,t){if(!t.length)return"";let r=e.trim();if(!r)return"";let s=n(r);if(!s)return"";let{host:i,pathSegments:o}=s,l=o[0]??"",u=o[o.length-1]??"",c=[...t].sort((e,t)=>{let r=+("*"===e.ownerMatch),a=+("*"===t.ownerMatch);return r!==a?r-a:e.priority-t.priority}),d=o.join("/");for(let e of c){if(e.host!==i||"*"!==e.ownerMatch&&e.ownerMatch!==l)continue;let t=e.localPathTemplate;if(t.includes("{path}"))return a(t.replace("{path}",d).replace("{owner}",l).replace("{repo}",u).replace(/\/+$/,""));let r=t.replace("{owner}",l).replace("{repo}","").replace(/\/+$/,"");return a(`${r}/${u}`)}return""}])},22569,e=>e.a(async(t,r)=>{try{var a=e.i(921675),n=e.i(843793),s=e.i(276534),i=e.i(519827),o=e.i(61920),l=e.i(769310),u=e.i(721390),c=e.i(86708),d=t([u]);async function p(e,t){let r=await n.db.systemConfig.findUnique({where:{key:e}});if(!r)return t;try{return JSON.parse(r.value)}catch{return t}}async function f(e,t){await n.db.systemConfig.upsert({where:{key:e},create:{key:e,value:JSON.stringify(t)},update:{value:JSON.stringify(t)}})}async function m(){let e=await p(i.ARCHIVE_DELAY_KEY,i.DEFAULT_ARCHIVE_DELAY_DAYS);return(0,i.normalizeArchiveDelayDays)(e)}async function h(e){let t=e.trim();if(!t)return"";try{let e=await p("git.pathMappingRules",[]),r=(0,o.matchGitPathRule)(t,e);if(r)return r;return(0,o.gitUrlToLocalPath)(t)}catch{return(0,o.gitUrlToLocalPath)(t)}}async function g(e){let t=await n.db.systemConfig.findMany({where:{key:{in:e}}}),r=Object.fromEntries(t.map(e=>{try{return[e.key,JSON.parse(e.value)]}catch{return[e.key,null]}})),a={};for(let t of e)a[t]=t in r?r[t]:s.CONFIG_DEFAULTS[t]?.defaultValue??null;return a}async function y(){return(0,l.detectShells)()}async function b(){return(0,l.detectTerminalApps)()}async function x(){return(0,l.detectEditors)()}async function v(){return{platform:process.platform}}async function R(){let e=(0,u.getActiveWsPort)();if(null!==e)return e;let t=parseInt(process.env.PORT||"3000",10);return p("terminal.wsPort",t+1)}[u]=d.then?(await d)():d,(0,c.ensureServerEntryExports)([p,f,m,h,g,y,b,x,v,R]),(0,a.registerServerReference)(p,"60fed8ee888cd0a6a4480474a484ee4fe77a6d9c20",null),(0,a.registerServerReference)(f,"60c086bb0d6a417695daf1a78de8b35ca7f8183e15",null),(0,a.registerServerReference)(m,"007299bb439e8bd78f44c5943e259c3c64826d2322",null),(0,a.registerServerReference)(h,"4012b5a73e0f56276592ab3dffbfb4a5886b44ad1f",null),(0,a.registerServerReference)(g,"400e2fda1bae5acb01074e51d080a2be2a77bc34cd",null),(0,a.registerServerReference)(y,"00787d644bb3e50af7d1fc14f1f2ef93c8e1b718dd",null),(0,a.registerServerReference)(b,"0096dda894769b63f7db321229f2e29c5eb63910eb",null),(0,a.registerServerReference)(x,"003a751a093cb8d33cb84837de53ed55bb831808f0",null),(0,a.registerServerReference)(v,"009dc12578d21ac356f7a520046a766fd241cb1a2e",null),(0,a.registerServerReference)(R,"003ef32d24bc4b29c342acf4c816cf95fa4fe3f598",null),e.s(["getConfigValue",0,p]),r()}catch(e){r(e)}},!1),437513,e=>{"use strict";let t=[{mime:"image/jpeg",check:e=>255===e[0]&&216===e[1]&&255===e[2]},{mime:"image/png",check:e=>137===e[0]&&80===e[1]&&78===e[2]&&71===e[3]},{mime:"image/gif",check:e=>71===e[0]&&73===e[1]&&70===e[2]},{mime:"image/webp",check:e=>82===e[0]&&73===e[1]&&70===e[2]&&70===e[3]&&87===e[8]&&69===e[9]&&66===e[10]&&80===e[11]}];e.s(["MIME_TO_EXT",0,{"image/jpeg":".jpg","image/png":".png","image/gif":".gif","image/webp":".webp"},"TEXT_EXT_TO_MIME",0,{".md":"text/markdown",".txt":"text/plain",".json":"application/json",".csv":"text/csv"},"detectImageMime",0,function(e){if(e.length<12)return null;for(let r of t)if(r.check(e))return r.mime;return null},"isLikelyTextFile",0,function(e){if(0===e.length)return!0;let t=Math.min(e.length,8192);for(let r=0;r<t;r++)if(0===e[r])return!1;return!0}])},648834,e=>e.a(async(t,r)=>{try{var a=e.i(750227),n=e.i(902157),s=e.i(855104),i=e.i(198840),o=e.i(437513),l=e.i(341291),u=e.i(22569),c=e.i(634712),d=t([u]);async function p(e){let t,r,d,p=(0,i.requireLocalhost)(e);if(p)return p;let f=(await e.formData()).get("file");if(!f)return s.NextResponse.json({error:"Missing file field"},{status:400});let m=await (0,u.getConfigValue)("system.maxUploadBytes",0x3200000);if(f.size>m)return s.NextResponse.json({error:"File too large"},{status:400});let h=Buffer.from(await f.arrayBuffer()),g=a.extname(f.name),y=(0,c.classifyAttachmentExt)(g);if(!y)return s.NextResponse.json({error:"Unsupported file type"},{status:400});if("image"===y){let e=(0,o.detectImageMime)(h);if(!e)return s.NextResponse.json({error:"Invalid image content"},{status:400});r=e,t=o.MIME_TO_EXT[e],d=(0,l.getAssistantCacheDir)("images")}else{if(!(0,o.isLikelyTextFile)(h))return s.NextResponse.json({error:"File appears to be binary, not text"},{status:400});let e=g.toLowerCase();if(!c.ALLOWED_TEXT_EXTS.includes(e.replace(/^\./,"")))return s.NextResponse.json({error:"Unsupported text type"},{status:400});t=e,r=o.TEXT_EXT_TO_MIME[e]??"text/plain",d=(0,l.getAssistantCacheDir)("files")}let b=(0,l.buildCacheFilename)(f.name,t),x=a.join(d,b);if(!x.startsWith(d+a.sep)&&x!==d)return s.NextResponse.json({error:"Invalid path"},{status:400});await n.promises.writeFile(x,h);let v=a.relative((0,l.getAssistantCacheRoot)(),x);return s.NextResponse.json({filename:v,mimeType:r,kind:y})}[u]=d.then?(await d)():d,e.s(["POST",0,p,"dynamic",0,"force-dynamic","runtime",0,"nodejs"]),r()}catch(e){r(e)}},!1),122166,e=>e.a(async(t,r)=>{try{var a=e.i(765876),n=e.i(675896),s=e.i(959160),i=e.i(97944),o=e.i(86757),l=e.i(204144),u=e.i(273436),c=e.i(743641),d=e.i(813766),p=e.i(840884),f=e.i(498814),m=e.i(780006),h=e.i(544432),g=e.i(772005),y=e.i(450223),b=e.i(193695);e.i(628400);var x=e.i(800071),v=e.i(648834),R=t([v]);[v]=R.then?(await R)():R;let S=new a.AppRouteRouteModule({definition:{kind:n.RouteKind.APP_ROUTE,page:"/api/internal/assistant/attachments/route",pathname:"/api/internal/assistant/attachments",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/assistant/attachments/route.ts",nextConfigOutput:"standalone",userland:v}),{workAsyncStorage:E,workUnitAsyncStorage:T,serverHooks:A}=S;async function w(e,t,r){r.requestMeta&&(0,i.setRequestMeta)(e,r.requestMeta),S.isDev&&(0,i.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let a="/api/internal/assistant/attachments/route";a=a.replace(/\/index$/,"")||"/";let s=await S.prepare(e,t,{srcPage:a,multiZoneDraftMode:!1});if(!s)return t.statusCode=400,t.end("Bad Request"),null==r.waitUntil||r.waitUntil.call(r,Promise.resolve()),null;let{buildId:v,params:R,nextConfig:w,parsedUrl:E,isDraftMode:T,prerenderManifest:A,routerServerContext:C,isOnDemandRevalidate:_,revalidateOnlyGenerated:j,resolvedPathname:k,clientReferenceManifest:D,serverActionsManifest:M}=s,N=(0,u.normalizeAppPath)(a),O=!!(A.dynamicRoutes[N]||A.routes[k]),P=async()=>((null==C?void 0:C.render404)?await C.render404(e,t,E,!1):t.end("This page could not be found"),null);if(O&&!T){let e=!!A.routes[k],t=A.dynamicRoutes[N];if(t&&!1===t.fallback&&!e){if(w.adapterPath)return await P();throw new b.NoFallbackError}}let I=null;!O||S.isDev||T||(I=k,I="/index"===I?"/":I);let V=!0===S.isDev||!O,q=O&&!V;M&&D&&(0,l.setManifestsSingleton)({page:a,clientReferenceManifest:D,serverActionsManifest:M});let L=e.method||"GET",U=(0,o.getTracer)(),$=U.getActiveScopeSpan(),F=!!(null==C?void 0:C.isWrappedByNextServer),H=!!(0,i.getRequestMeta)(e,"minimalMode"),G=(0,i.getRequestMeta)(e,"incrementalCache")||await S.getIncrementalCache(e,w,A,H);null==G||G.resetRequestCache(),globalThis.__incrementalCache=G;let W={params:R,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:V,incrementalCache:G,cacheLifeProfiles:w.cacheLife,waitUntil:r.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>S.onRequestError(e,t,a,n,C)},sharedContext:{buildId:v}},B=new c.NodeNextRequest(e),X=new c.NodeNextResponse(t),Y=d.NextRequestAdapter.fromNodeNextRequest(B,(0,d.signalFromNodeResponse)(t));try{let s,i=async e=>S.handle(Y,W).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=U.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==p.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let n=r.get("next.route");if(n){let t=`${L} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t),s&&s!==e&&(s.setAttribute("http.route",n),s.updateName(t))}else e.updateName(`${L} ${a}`)}),l=async s=>{var o,l;let u=async({previousCacheEntry:n})=>{try{if(!H&&_&&j&&!n)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let a=await i(s);e.fetchMetrics=W.renderOpts.fetchMetrics;let o=W.renderOpts.pendingWaitUntil;o&&r.waitUntil&&(r.waitUntil(o),o=void 0);let l=W.renderOpts.collectedTags;if(!O)return await (0,m.sendResponse)(B,X,a,W.renderOpts.pendingWaitUntil),null;{let e=await a.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(a.headers);l&&(t[y.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==W.renderOpts.collectedRevalidate&&!(W.renderOpts.collectedRevalidate>=y.INFINITE_CACHE)&&W.renderOpts.collectedRevalidate,n=void 0===W.renderOpts.collectedExpire||W.renderOpts.collectedExpire>=y.INFINITE_CACHE?void 0:W.renderOpts.collectedExpire;return{value:{kind:x.CachedRouteKind.APP_ROUTE,status:a.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==n?void 0:n.isStale)&&await S.onRequestError(e,t,{routerKind:"App Router",routePath:a,routeType:"route",revalidateReason:(0,f.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:_})},!1,C),t}},c=await S.handleResponse({req:e,nextConfig:w,cacheKey:I,routeKind:n.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:_,revalidateOnlyGenerated:j,responseGenerator:u,waitUntil:r.waitUntil,isMinimalMode:H});if(!O)return null;if((null==c||null==(o=c.value)?void 0:o.kind)!==x.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==c||null==(l=c.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});H||t.setHeader("x-nextjs-cache",_?"REVALIDATED":c.isMiss?"MISS":c.isStale?"STALE":"HIT"),T&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let d=(0,h.fromNodeOutgoingHttpHeaders)(c.value.headers);return H&&O||d.delete(y.NEXT_CACHE_TAGS_HEADER),!c.cacheControl||t.getHeader("Cache-Control")||d.get("Cache-Control")||d.set("Cache-Control",(0,g.getCacheControlHeader)(c.cacheControl)),await (0,m.sendResponse)(B,X,new Response(c.value.body,{headers:d,status:c.value.status||200})),null};F&&$?await l($):(s=U.getActiveScopeSpan(),await U.withPropagatedContext(e.headers,()=>U.trace(p.BaseServerSpan.handleRequest,{spanName:`${L} ${a}`,kind:o.SpanKind.SERVER,attributes:{"http.method":L,"http.target":e.url}},l),void 0,!F))}catch(t){if(t instanceof b.NoFallbackError||await S.onRequestError(e,t,{routerKind:"App Router",routePath:N,routeType:"route",revalidateReason:(0,f.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:_})},!1,C),O)throw t;return await (0,m.sendResponse)(B,X,new Response(null,{status:500})),null}}e.s(["handler",0,w,"patchFetch",0,function(){return(0,s.patchFetch)({workAsyncStorage:E,workUnitAsyncStorage:T})},"routeModule",0,S,"serverHooks",0,A,"workAsyncStorage",0,E,"workUnitAsyncStorage",0,T]),r()}catch(e){r(e)}},!1)];
2
+ Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ensureServerEntryExports",{enumerable:!0,get:function(){return a}})},843793,e=>{"use strict";var t=e.i(933919);let r=globalThis.prisma??new t.PrismaClient({log:[]});process.on("SIGTERM",()=>{r.$disconnect().catch(()=>{})}),process.on("SIGINT",()=>{r.$disconnect().catch(()=>{})}),e.s(["db",0,r])},572173,e=>{"use strict";var t=e.i(843793);async function r(e,r){let a=await t.db.systemConfig.findUnique({where:{key:e}});if(!a)return r;try{return JSON.parse(a.value)}catch{return r}}e.s(["readConfigValue",0,r])},658053,e=>{"use strict";e.s(["ASSISTANT_SESSION_KEY",0,"__assistant__"])},341291,e=>{"use strict";var t=e.i(666680),r=e.i(902157),a=e.i(750227),n=e.i(192520);function s(e){if(!e.startsWith((0,n.getStorageDir)()+a.sep))throw Error("Path traversal detected")}let i=new Set(["image","screenshot","img","photo","picture","clipboard","paste","untitled"]);e.s(["buildCacheFilename",0,function(e,r){let n=a.basename(e,a.extname(e)),s=t.randomUUID().replace(/-/g,"").slice(0,8),o=n.toLowerCase();if(!n||i.has(o)||/^screenshot[\s_\-]/i.test(n))return`tower_image-${s}${r}`;let l=n.replace(/[^\p{L}\p{N}]/gu,"_").replace(/_+/g,"_").replace(/^_+|_+$/g,"");return`${l||"file"}-${s}${r}`},"ensureAssetsDir",0,function(e){let t,i=(s(t=a.join((0,n.getStorageDir)(),"assets",e)),t);return r.mkdirSync(i,{recursive:!0}),i},"getAssistantCacheDir",0,function(e="images"){let t=new Date,i=`${t.getFullYear()}-${String(t.getMonth()+1).padStart(2,"0")}`,o=a.join((0,n.getStorageDir)(),"cache","assistant",i,e);return s(o),r.mkdirSync(o,{recursive:!0}),o},"getAssistantCacheRoot",0,function(){let e=a.join((0,n.getStorageDir)(),"cache","assistant");return s(e),e}])},634712,e=>{"use strict";let t=["jpg","jpeg","png","gif","webp"],r=["md","txt","json","csv"],a=[...t,...r].join("|"),n=RegExp(`^\\d{4}-\\d{2}/(images|files)/[^/]+\\.(${a})$`,"i");function s(e){let a=e.replace(/^\./,"").toLowerCase();return t.includes(a)?"image":r.includes(a)?"text":null}[...t.map(e=>`.${e}`),...r.map(e=>`.${e}`),"image/*"].join(","),e.s(["ALLOWED_TEXT_EXTS",0,r,"ATTACHMENT_SUBPATH_RE",0,n,"MAX_ATTACHMENTS",0,10,"classifyAttachmentExt",0,s,"classifyAttachmentSubPath",0,function(e){if(!n.test(e))return null;let t=e.lastIndexOf(".");return t<0?null:s(e.slice(t+1))}])},276534,e=>{"use strict";e.s(["CONFIG_DEFAULTS",0,{"git.pathMappingRules":{defaultValue:[],type:"object",label:"Git Path Mapping Rules"},"system.maxUploadBytes":{defaultValue:0x3200000,type:"number",label:"Max Upload Size (bytes)"},"system.maxConcurrentExecutions":{defaultValue:20,type:"number",label:"Max Concurrent Executions"},"system.maxReadableFileBytes":{defaultValue:5242880,type:"number",label:"Max Readable File Size (bytes)"},"system.backupDir":{defaultValue:"",type:"string",label:"Backup Directory"},"git.timeoutSec":{defaultValue:30,type:"number",label:"Git Operation Timeout (seconds)"},"search.resultLimit":{defaultValue:20,type:"number",label:"Search Result Limit"},"search.allModeCap":{defaultValue:5,type:"number",label:"All-Mode Per-Type Cap"},"search.debounceMs":{defaultValue:250,type:"number",label:"Search Debounce (ms)"},"search.snippetLength":{defaultValue:80,type:"number",label:"Snippet Length (characters)"},"search.codeTimeoutSec":{defaultValue:30,type:"number",label:"Code Search Timeout (seconds)"},"board.archiveDelayDays":{defaultValue:7,type:"number",label:"Archive Delay (days)"},"missions.grid.minCols":{defaultValue:1,type:"number",label:"Grid Min Columns"},"missions.grid.maxCols":{defaultValue:5,type:"number",label:"Grid Max Columns"},"missions.grid.minRows":{defaultValue:1,type:"number",label:"Grid Min Rows"},"missions.grid.maxRows":{defaultValue:5,type:"number",label:"Grid Max Rows"},"terminal.app":{defaultValue:"Terminal",type:"string",label:"Default Terminal App"},"editor.command":{defaultValue:"",type:"string",label:"Default Editor Command"},"terminal.wsPort":{defaultValue:3001,type:"number",label:"WebSocket Port"},"terminal.idleTimeoutSec":{defaultValue:180,type:"number",label:"Idle Timeout (seconds)"},"terminal.fontSize":{defaultValue:13,type:"number",label:"Terminal Font Size"},"terminal.fontFamily":{defaultValue:"Menlo, Monaco, 'Courier New', monospace",type:"string",label:"Terminal Font Family"},"assistant.systemPrompt":{defaultValue:'You are Tower Assistant — the built-in AI operator for the Tower task management platform.\n\n## Identity\n- You are a task management operator, NOT a coding assistant.\n- You can ONLY use Tower MCP tools. You CANNOT read files, edit code, run shell commands, or search the web.\n- Always respond in the same language the user uses.\n\n## Capabilities\nWhen users ask what you can do, respond with EXACTLY these 6 groups. Translate to the user\'s language.\n\n1. **Workspace & Project** — View, create, update, delete workspaces and projects. Search projects and repositories.\n2. **Task Management** — Create tasks (priority, labels, worktree branch isolation, sub-path, auto-start). Move task status (TODO → IN_PROGRESS → IN_REVIEW → DONE / CANCELLED). Update task info and labels.\n3. **Execution Monitor** — Start task execution, check execution status, get terminal output, send commands to running terminals.\n4. **Daily Report & Todo** — Generate daily work summary (completed + in-progress). View pending task list sorted by priority.\n5. **Labels & Notes & Assets** — Manage workspace labels, project notes, and file attachments.\n6. **Global Search** — Search tasks, projects, repositories, notes, and assets by keyword.\n\nDo NOT list any capabilities beyond the above. Do NOT mention code editing, debugging, testing, git operations, or any development capabilities.\n\n## Scope Boundary\nIf the user asks you to write code, explain code, debug, search the web, read/write files, or anything outside Tower task management, reply:\n"抱歉,我只能帮你管理工作区、项目和任务。编码、调试等操作请在任务终端中完成。"',type:"string",label:"Assistant System Prompt"},"assistant.displayMode":{defaultValue:"sidebar",type:"string",label:"Assistant Display Mode"},"assistant.communicationMode":{defaultValue:"chat",type:"string",label:"Assistant Communication Mode"},"task.defaultUseWorktree":{defaultValue:!0,type:"boolean",label:"Default: Use Worktree"},"task.defaultAutoStart":{defaultValue:!1,type:"boolean",label:"Default: Auto-start Execution"},"task.mcpDefaultsConfigured":{defaultValue:!1,type:"boolean",label:"MCP Task Defaults Configured"}}])},519827,e=>{"use strict";e.s(["ARCHIVE_DELAY_KEY",0,"board.archiveDelayDays","DEFAULT_ARCHIVE_DELAY_DAYS",0,7,"normalizeArchiveDelayDays",0,function(e){let t=Math.floor(Number(e));return Number.isFinite(t)?Math.min(Math.max(t,1),365):7}])},61920,e=>{"use strict";var t=e.i(446786),r=e.i(814747);function a(e){return e.startsWith("~/")?r.default.join(t.default.homedir(),e.slice(2)):e}function n(e){let t,r=e.match(/^git@([^:]+):(.+)$/);if(r)return{host:r[1],pathSegments:s(r[2]).split("/").filter(Boolean)};try{t=new URL(e)}catch{return null}return{host:t.hostname,pathSegments:s(decodeURIComponent(t.pathname)).split("/").filter(Boolean)}}function s(e){return e.replace(/\.git\/?$/,"")}e.s(["gitUrlToLocalPath",0,function(e){let t=e.trim();if(!t)return"";try{let e=n(t);if(!e)return"";let{host:s,pathSegments:i}=e;if("code.iflytek.com"===s){let e,t;return a((e=[...i],"osc"===e[0]&&"_source"===e[1]&&(e=e.slice(2)),((t=e.indexOf("-"))>0&&(e=e.slice(0,t)),0===e.length)?"":`~/company/${e.join("/")}`))}if("github.com"===s){var r;let e,t;return a((e=(r=i)[0],t=r[1],e&&t?`${"jp-liu"===e?"~/project/i":"~/project/f"}/${t}`:""))}let o=i[i.length-1];return o?a(`~/project/f/${o}`):""}catch{return""}},"matchGitPathRule",0,function(e,t){if(!t.length)return"";let r=e.trim();if(!r)return"";let s=n(r);if(!s)return"";let{host:i,pathSegments:o}=s,l=o[0]??"",u=o[o.length-1]??"",c=[...t].sort((e,t)=>{let r=+("*"===e.ownerMatch),a=+("*"===t.ownerMatch);return r!==a?r-a:e.priority-t.priority}),d=o.join("/");for(let e of c){if(e.host!==i||"*"!==e.ownerMatch&&e.ownerMatch!==l)continue;let t=e.localPathTemplate;if(t.includes("{path}"))return a(t.replace("{path}",d).replace("{owner}",l).replace("{repo}",u).replace(/\/+$/,""));let r=t.replace("{owner}",l).replace("{repo}","").replace(/\/+$/,"");return a(`${r}/${u}`)}return""}])},22569,e=>e.a(async(t,r)=>{try{var a=e.i(921675),n=e.i(843793),s=e.i(276534),i=e.i(519827),o=e.i(61920),l=e.i(769310),u=e.i(721390),c=e.i(86708),d=t([u]);async function p(e,t){let r=await n.db.systemConfig.findUnique({where:{key:e}});if(!r)return t;try{return JSON.parse(r.value)}catch{return t}}async function f(e,t){await n.db.systemConfig.upsert({where:{key:e},create:{key:e,value:JSON.stringify(t)},update:{value:JSON.stringify(t)}})}async function m(){let e=await p(i.ARCHIVE_DELAY_KEY,i.DEFAULT_ARCHIVE_DELAY_DAYS);return(0,i.normalizeArchiveDelayDays)(e)}async function h(e){let t=e.trim();if(!t)return{path:"",source:"empty"};try{let e=await p("git.pathMappingRules",[]),r=(0,o.matchGitPathRule)(t,e);if(r)return{path:r,source:"rule"};return{path:(0,o.gitUrlToLocalPath)(t),source:"fallback"}}catch{return{path:(0,o.gitUrlToLocalPath)(t),source:"fallback"}}}async function g(e){let{path:t}=await h(e);return t}async function y(e){let t=await n.db.systemConfig.findMany({where:{key:{in:e}}}),r=Object.fromEntries(t.map(e=>{try{return[e.key,JSON.parse(e.value)]}catch{return[e.key,null]}})),a={};for(let t of e)a[t]=t in r?r[t]:s.CONFIG_DEFAULTS[t]?.defaultValue??null;return a}async function b(){return(0,l.detectShells)()}async function x(){return(0,l.detectTerminalApps)()}async function v(){return(0,l.detectEditors)()}async function R(){return{platform:process.platform}}async function w(){let e=(0,u.getActiveWsPort)();if(null!==e)return e;let t=parseInt(process.env.PORT||"3000",10);return p("terminal.wsPort",t+1)}[u]=d.then?(await d)():d,(0,c.ensureServerEntryExports)([p,f,m,h,g,y,b,x,v,R,w]),(0,a.registerServerReference)(p,"60d2d75acc239bcc3016922e2bcf473c4b443f3ca9",null),(0,a.registerServerReference)(f,"60b661b64158203fc3f2bfee77e830c7f050c1d9c7",null),(0,a.registerServerReference)(m,"003f9d5fdf8fb396447637bdd5abc276e2ff990e7a",null),(0,a.registerServerReference)(h,"404e7cc0e8e3765926dd1f7911020f0d67988d9696",null),(0,a.registerServerReference)(g,"403c3eb99fad3fed76d481d40f018e89b581ec53ea",null),(0,a.registerServerReference)(y,"40bd6bd14273f742080b119c49ce1ae4226a0ea9ae",null),(0,a.registerServerReference)(b,"009eb01594df9b75b93002e86c595d5631bc8ed4a1",null),(0,a.registerServerReference)(x,"00a9b88fdb6f5d2ed889612ced6fe0412b32143347",null),(0,a.registerServerReference)(v,"00fc8b1d62e542629a0e6007ad82949d0c44f5f5d6",null),(0,a.registerServerReference)(R,"0036cbe219e738f8cbdffb75cb454d4b5b1adfacb2",null),(0,a.registerServerReference)(w,"003cda51028de7d8ca1763a51d13223b9acbae6c96",null),e.s(["getConfigValue",0,p]),r()}catch(e){r(e)}},!1),437513,e=>{"use strict";let t=[{mime:"image/jpeg",check:e=>255===e[0]&&216===e[1]&&255===e[2]},{mime:"image/png",check:e=>137===e[0]&&80===e[1]&&78===e[2]&&71===e[3]},{mime:"image/gif",check:e=>71===e[0]&&73===e[1]&&70===e[2]},{mime:"image/webp",check:e=>82===e[0]&&73===e[1]&&70===e[2]&&70===e[3]&&87===e[8]&&69===e[9]&&66===e[10]&&80===e[11]}];e.s(["MIME_TO_EXT",0,{"image/jpeg":".jpg","image/png":".png","image/gif":".gif","image/webp":".webp"},"TEXT_EXT_TO_MIME",0,{".md":"text/markdown",".txt":"text/plain",".json":"application/json",".csv":"text/csv"},"detectImageMime",0,function(e){if(e.length<12)return null;for(let r of t)if(r.check(e))return r.mime;return null},"isLikelyTextFile",0,function(e){if(0===e.length)return!0;let t=Math.min(e.length,8192);for(let r=0;r<t;r++)if(0===e[r])return!1;return!0}])},648834,e=>e.a(async(t,r)=>{try{var a=e.i(750227),n=e.i(902157),s=e.i(855104),i=e.i(198840),o=e.i(437513),l=e.i(341291),u=e.i(22569),c=e.i(634712),d=t([u]);async function p(e){let t,r,d,p=(0,i.requireLocalhost)(e);if(p)return p;let f=(await e.formData()).get("file");if(!f)return s.NextResponse.json({error:"Missing file field"},{status:400});let m=await (0,u.getConfigValue)("system.maxUploadBytes",0x3200000);if(f.size>m)return s.NextResponse.json({error:"File too large"},{status:400});let h=Buffer.from(await f.arrayBuffer()),g=a.extname(f.name),y=(0,c.classifyAttachmentExt)(g);if(!y)return s.NextResponse.json({error:"Unsupported file type"},{status:400});if("image"===y){let e=(0,o.detectImageMime)(h);if(!e)return s.NextResponse.json({error:"Invalid image content"},{status:400});r=e,t=o.MIME_TO_EXT[e],d=(0,l.getAssistantCacheDir)("images")}else{if(!(0,o.isLikelyTextFile)(h))return s.NextResponse.json({error:"File appears to be binary, not text"},{status:400});let e=g.toLowerCase();if(!c.ALLOWED_TEXT_EXTS.includes(e.replace(/^\./,"")))return s.NextResponse.json({error:"Unsupported text type"},{status:400});t=e,r=o.TEXT_EXT_TO_MIME[e]??"text/plain",d=(0,l.getAssistantCacheDir)("files")}let b=(0,l.buildCacheFilename)(f.name,t),x=a.join(d,b);if(!x.startsWith(d+a.sep)&&x!==d)return s.NextResponse.json({error:"Invalid path"},{status:400});await n.promises.writeFile(x,h);let v=a.relative((0,l.getAssistantCacheRoot)(),x);return s.NextResponse.json({filename:v,mimeType:r,kind:y})}[u]=d.then?(await d)():d,e.s(["POST",0,p,"dynamic",0,"force-dynamic","runtime",0,"nodejs"]),r()}catch(e){r(e)}},!1),122166,e=>e.a(async(t,r)=>{try{var a=e.i(765876),n=e.i(675896),s=e.i(959160),i=e.i(97944),o=e.i(86757),l=e.i(204144),u=e.i(273436),c=e.i(743641),d=e.i(813766),p=e.i(840884),f=e.i(498814),m=e.i(780006),h=e.i(544432),g=e.i(772005),y=e.i(450223),b=e.i(193695);e.i(628400);var x=e.i(800071),v=e.i(648834),R=t([v]);[v]=R.then?(await R)():R;let S=new a.AppRouteRouteModule({definition:{kind:n.RouteKind.APP_ROUTE,page:"/api/internal/assistant/attachments/route",pathname:"/api/internal/assistant/attachments",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/assistant/attachments/route.ts",nextConfigOutput:"standalone",userland:v}),{workAsyncStorage:E,workUnitAsyncStorage:T,serverHooks:A}=S;async function w(e,t,r){r.requestMeta&&(0,i.setRequestMeta)(e,r.requestMeta),S.isDev&&(0,i.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let a="/api/internal/assistant/attachments/route";a=a.replace(/\/index$/,"")||"/";let s=await S.prepare(e,t,{srcPage:a,multiZoneDraftMode:!1});if(!s)return t.statusCode=400,t.end("Bad Request"),null==r.waitUntil||r.waitUntil.call(r,Promise.resolve()),null;let{buildId:v,params:R,nextConfig:w,parsedUrl:E,isDraftMode:T,prerenderManifest:A,routerServerContext:C,isOnDemandRevalidate:_,revalidateOnlyGenerated:k,resolvedPathname:j,clientReferenceManifest:D,serverActionsManifest:M}=s,N=(0,u.normalizeAppPath)(a),O=!!(A.dynamicRoutes[N]||A.routes[j]),P=async()=>((null==C?void 0:C.render404)?await C.render404(e,t,E,!1):t.end("This page could not be found"),null);if(O&&!T){let e=!!A.routes[j],t=A.dynamicRoutes[N];if(t&&!1===t.fallback&&!e){if(w.adapterPath)return await P();throw new b.NoFallbackError}}let I=null;!O||S.isDev||T||(I=j,I="/index"===I?"/":I);let V=!0===S.isDev||!O,q=O&&!V;M&&D&&(0,l.setManifestsSingleton)({page:a,clientReferenceManifest:D,serverActionsManifest:M});let L=e.method||"GET",U=(0,o.getTracer)(),$=U.getActiveScopeSpan(),F=!!(null==C?void 0:C.isWrappedByNextServer),H=!!(0,i.getRequestMeta)(e,"minimalMode"),G=(0,i.getRequestMeta)(e,"incrementalCache")||await S.getIncrementalCache(e,w,A,H);null==G||G.resetRequestCache(),globalThis.__incrementalCache=G;let W={params:R,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:V,incrementalCache:G,cacheLifeProfiles:w.cacheLife,waitUntil:r.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>S.onRequestError(e,t,a,n,C)},sharedContext:{buildId:v}},B=new c.NodeNextRequest(e),X=new c.NodeNextResponse(t),Y=d.NextRequestAdapter.fromNodeNextRequest(B,(0,d.signalFromNodeResponse)(t));try{let s,i=async e=>S.handle(Y,W).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=U.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==p.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let n=r.get("next.route");if(n){let t=`${L} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t),s&&s!==e&&(s.setAttribute("http.route",n),s.updateName(t))}else e.updateName(`${L} ${a}`)}),l=async s=>{var o,l;let u=async({previousCacheEntry:n})=>{try{if(!H&&_&&k&&!n)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let a=await i(s);e.fetchMetrics=W.renderOpts.fetchMetrics;let o=W.renderOpts.pendingWaitUntil;o&&r.waitUntil&&(r.waitUntil(o),o=void 0);let l=W.renderOpts.collectedTags;if(!O)return await (0,m.sendResponse)(B,X,a,W.renderOpts.pendingWaitUntil),null;{let e=await a.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(a.headers);l&&(t[y.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==W.renderOpts.collectedRevalidate&&!(W.renderOpts.collectedRevalidate>=y.INFINITE_CACHE)&&W.renderOpts.collectedRevalidate,n=void 0===W.renderOpts.collectedExpire||W.renderOpts.collectedExpire>=y.INFINITE_CACHE?void 0:W.renderOpts.collectedExpire;return{value:{kind:x.CachedRouteKind.APP_ROUTE,status:a.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==n?void 0:n.isStale)&&await S.onRequestError(e,t,{routerKind:"App Router",routePath:a,routeType:"route",revalidateReason:(0,f.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:_})},!1,C),t}},c=await S.handleResponse({req:e,nextConfig:w,cacheKey:I,routeKind:n.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:_,revalidateOnlyGenerated:k,responseGenerator:u,waitUntil:r.waitUntil,isMinimalMode:H});if(!O)return null;if((null==c||null==(o=c.value)?void 0:o.kind)!==x.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==c||null==(l=c.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});H||t.setHeader("x-nextjs-cache",_?"REVALIDATED":c.isMiss?"MISS":c.isStale?"STALE":"HIT"),T&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let d=(0,h.fromNodeOutgoingHttpHeaders)(c.value.headers);return H&&O||d.delete(y.NEXT_CACHE_TAGS_HEADER),!c.cacheControl||t.getHeader("Cache-Control")||d.get("Cache-Control")||d.set("Cache-Control",(0,g.getCacheControlHeader)(c.cacheControl)),await (0,m.sendResponse)(B,X,new Response(c.value.body,{headers:d,status:c.value.status||200})),null};F&&$?await l($):(s=U.getActiveScopeSpan(),await U.withPropagatedContext(e.headers,()=>U.trace(p.BaseServerSpan.handleRequest,{spanName:`${L} ${a}`,kind:o.SpanKind.SERVER,attributes:{"http.method":L,"http.target":e.url}},l),void 0,!F))}catch(t){if(t instanceof b.NoFallbackError||await S.onRequestError(e,t,{routerKind:"App Router",routePath:N,routeType:"route",revalidateReason:(0,f.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:_})},!1,C),O)throw t;return await (0,m.sendResponse)(B,X,new Response(null,{status:500})),null}}e.s(["handler",0,w,"patchFetch",0,function(){return(0,s.patchFetch)({workAsyncStorage:E,workUnitAsyncStorage:T})},"routeModule",0,S,"serverHooks",0,A,"workAsyncStorage",0,E,"workUnitAsyncStorage",0,T]),r()}catch(e){r(e)}},!1)];
3
3
 
4
4
  //# sourceMappingURL=%5Broot-of-the-server%5D__00llstz._.js.map