tower-studio 0.2.37 → 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 (219) 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 +44 -32
  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 +81 -69
  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 +44 -32
  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 +44 -32
  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 +61 -49
  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 +115 -103
  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 +98 -86
  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 +86 -74
  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 +44 -32
  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 +84 -72
  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 +95 -83
  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 +62 -50
  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_0eh8dj_.js +5 -5
  82. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
  83. package/.next/standalone/.next/server/chunks/[root-of-the-server]__00llstz._.js +1 -1
  84. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01n7exm._.js +1 -1
  85. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01yu.gw._.js +1 -1
  86. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +1 -1
  87. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qijr4h._.js +1 -1
  88. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~foo~5._.js +2 -2
  89. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  90. package/.next/standalone/.next/server/chunks/src_lib_0i2.v2d._.js +1 -1
  91. package/.next/standalone/.next/server/chunks/src_lib_12xey8u._.js +1 -1
  92. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  93. 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
  94. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-tolks._.js +2 -2
  95. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__05b5dyi._.js → [root-of-the-server]__0.~z1-.._.js} +2 -2
  96. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05sv58d._.js +1 -1
  97. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
  98. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__062b.yt._.js +2 -2
  99. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__093tt4a._.js +2 -2
  100. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js +3 -0
  101. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0guqcva._.js +2 -2
  102. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gzafdq._.js +1 -1
  103. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0csj88a._.js → [root-of-the-server]__0i0o7w5._.js} +2 -2
  104. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  105. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0oy9qt7._.js → [root-of-the-server]__0k1ivnj._.js} +2 -2
  106. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0vjz4a4._.js → [root-of-the-server]__0kgd-1s._.js} +2 -2
  107. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0p0te97._.js +2 -2
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0siyg1p._.js +2 -2
  109. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0t6f4lq._.js +2 -2
  110. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0th-t1a._.js +2 -2
  111. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0kdfgja._.js → [root-of-the-server]__0xte.35._.js} +2 -2
  112. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  113. package/.next/standalone/.next/server/chunks/ssr/{_0r1f9zc._.js → _0-qd2ss._.js} +2 -2
  114. package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
  115. package/.next/standalone/.next/server/chunks/ssr/{_0pp8emp._.js → _00kwrmr._.js} +2 -2
  116. package/.next/standalone/.next/server/chunks/ssr/_00t6138._.js +2 -2
  117. package/.next/standalone/.next/server/chunks/ssr/_05jv_cy._.js +3 -0
  118. package/.next/standalone/.next/server/chunks/ssr/{_0ub.iem._.js → _06nlsbw._.js} +2 -2
  119. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  120. package/.next/standalone/.next/server/chunks/ssr/_07c-9da._.js +3 -0
  121. package/.next/standalone/.next/server/chunks/ssr/_0_z-t6g._.js +3 -0
  122. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +2 -2
  123. package/.next/standalone/.next/server/chunks/ssr/_0cxhub8._.js +2 -2
  124. package/.next/standalone/.next/server/chunks/ssr/{_0v0y2s~._.js → _0gb8a9_._.js} +2 -2
  125. package/.next/standalone/.next/server/chunks/ssr/_0gxccup._.js +3 -0
  126. package/.next/standalone/.next/server/chunks/ssr/_0hh17jg._.js +1 -1
  127. package/.next/standalone/.next/server/chunks/ssr/{_0lqxllh._.js → _0m.34j8._.js} +2 -2
  128. package/.next/standalone/.next/server/chunks/ssr/_0mpce0d._.js +2 -2
  129. package/.next/standalone/.next/server/chunks/ssr/_0muaopo._.js +2 -2
  130. package/.next/standalone/.next/server/chunks/ssr/_0n1l7yo._.js +2 -2
  131. package/.next/standalone/.next/server/chunks/ssr/_0ng0eku._.js +1 -1
  132. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  133. package/.next/standalone/.next/server/chunks/ssr/{_0r_ch71._.js → _0t0oltj._.js} +3 -3
  134. package/.next/standalone/.next/server/chunks/ssr/{_0.-xze1._.js → _0v66l8c._.js} +2 -2
  135. package/.next/standalone/.next/server/chunks/ssr/_0w9~m7o._.js +3 -0
  136. package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
  137. package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hhlpw6._.js → node_modules__pnpm_06f0dao._.js} +2 -2
  138. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  139. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  140. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  141. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  142. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  143. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  144. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  146. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  147. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
  148. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  149. package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
  150. package/.next/standalone/.next/server/chunks/ssr/src_lib_0sms4xl._.js +1 -1
  151. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  152. package/.next/standalone/.next/server/pages/500.html +1 -1
  153. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  154. package/.next/standalone/.next/server/server-reference-manifest.json +356 -272
  155. package/.next/standalone/.next/static/chunks/0.euy5rie4v3d.js +1 -0
  156. package/.next/standalone/.next/static/chunks/0.lqb7y9kz5z6.js +1 -0
  157. package/.next/standalone/.next/static/chunks/01.nidb8sf6bh.js +1 -0
  158. package/.next/standalone/.next/static/chunks/{00_-_qcmfqtqx.js → 01ijm9dpmm34q.js} +1 -1
  159. package/.next/standalone/.next/static/chunks/023v9juzhzc~d.js +1 -0
  160. package/.next/standalone/.next/static/chunks/02jsekc779t5~.js +1 -0
  161. package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +1 -0
  162. package/.next/standalone/.next/static/chunks/0_-2es-r~03mg.js +1 -0
  163. package/.next/standalone/.next/static/chunks/{0m227i3p__4qz.js → 0a._hcvzq4ko7.js} +2 -2
  164. package/.next/standalone/.next/static/chunks/{0o0ngxu962xwu.js → 0dha37i1oc6z~.js} +1 -1
  165. package/.next/standalone/.next/static/chunks/0e9ykduz3_0e1.js +1 -0
  166. package/.next/standalone/.next/static/chunks/0fy6w5d_zyro0.js +1 -0
  167. package/.next/standalone/.next/static/chunks/0g-gbdkcssn.g.js +1 -0
  168. package/.next/standalone/.next/static/chunks/{08ewy5rmh_n_s.js → 0h4k3cicu7g-w.js} +1 -1
  169. package/.next/standalone/.next/static/chunks/{03tc~x4m3si-p.js → 0h73q-9fyea0t.js} +1 -1
  170. package/.next/standalone/.next/static/chunks/0h7~fn.p-fxz_.js +1 -0
  171. package/.next/standalone/.next/static/chunks/0j2n.h0~von8h.js +1 -0
  172. package/.next/standalone/.next/static/chunks/0k.hp06ufx4yp.js +1 -0
  173. package/.next/standalone/.next/static/chunks/0lk-i0jm2ubea.css +1 -0
  174. package/.next/standalone/.next/static/chunks/0p5rare_o5zb1.js +5 -0
  175. package/.next/standalone/.next/static/chunks/{08cuzj12jsob5.js → 0q~4dhw.phxg3.js} +1 -1
  176. package/.next/standalone/.next/static/chunks/{0oaelsx9hpsxi.js → 0t_3wwd~mmc.1.js} +1 -1
  177. package/.next/standalone/.next/static/chunks/{0950xt.ix3j1q.js → 0u.3xek3m2ud..js} +1 -1
  178. package/.next/standalone/.next/static/chunks/0u.b0t7fueh-x.js +1 -0
  179. package/.next/standalone/.next/static/chunks/{10mwqzqdpi9d5.js → 0v.l5.sqos562.js} +1 -1
  180. package/.next/standalone/.next/static/chunks/{0o3eu9q3qnvi..js → 0w14di5d0vw6-.js} +1 -1
  181. package/.next/standalone/.next/static/chunks/0z2blg_osfipv.js +1 -0
  182. package/.next/standalone/.next/static/chunks/{0c.6n7.lv8~10.js → 11.r6a56ss7qu.js} +1 -1
  183. package/.next/standalone/.next/static/chunks/112wpv9rqw4dp.js +1 -0
  184. package/.next/standalone/.next/static/chunks/{09a43rligfn_v.js → 134c60acdsr_g.js} +1 -1
  185. package/.next/standalone/.next/static/chunks/13rq33eiffqaz.js +1 -0
  186. package/.next/standalone/package.json +3 -2
  187. package/dist/mcp-server.cjs +6 -3
  188. package/package.json +3 -2
  189. package/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts +113 -0
  190. package/scripts/run-migrations.ts +12 -0
  191. package/skills/tower/SKILL.md +81 -2
  192. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js +0 -3
  193. package/.next/standalone/.next/server/chunks/ssr/_00z0339._.js +0 -3
  194. package/.next/standalone/.next/server/chunks/ssr/_0_r-f5a._.js +0 -3
  195. package/.next/standalone/.next/server/chunks/ssr/_0gzdrnf._.js +0 -3
  196. package/.next/standalone/.next/server/chunks/ssr/_0nk7qd4._.js +0 -3
  197. package/.next/standalone/.next/server/chunks/ssr/_0z7hp2l._.js +0 -3
  198. package/.next/standalone/.next/static/chunks/00.kucs-nzw72.js +0 -1
  199. package/.next/standalone/.next/static/chunks/014cs5ykpuy3m.js +0 -1
  200. package/.next/standalone/.next/static/chunks/01f6i88h8guls.js +0 -1
  201. package/.next/standalone/.next/static/chunks/034x~85_u-f26.js +0 -1
  202. package/.next/standalone/.next/static/chunks/03v.cnuy3h3rb.js +0 -1
  203. package/.next/standalone/.next/static/chunks/05dlhgy_00kj1.js +0 -1
  204. package/.next/standalone/.next/static/chunks/05p_suay02eo1.js +0 -1
  205. package/.next/standalone/.next/static/chunks/0ckcff42.pa_j.js +0 -1
  206. package/.next/standalone/.next/static/chunks/0dt3ljzz2pz0r.css +0 -1
  207. package/.next/standalone/.next/static/chunks/0kuz7yd.6hpd1.js +0 -1
  208. package/.next/standalone/.next/static/chunks/0mk6~akqfc05t.js +0 -1
  209. package/.next/standalone/.next/static/chunks/0p.-6dhm_nm9f.js +0 -1
  210. package/.next/standalone/.next/static/chunks/0qc.bnyy68-yh.js +0 -1
  211. package/.next/standalone/.next/static/chunks/0qfx4.vrc9a9n.js +0 -5
  212. package/.next/standalone/.next/static/chunks/0qonpqhvpg-tt.js +0 -1
  213. package/.next/standalone/.next/static/chunks/0s46.9vyvnj99.js +0 -1
  214. package/.next/standalone/.next/static/chunks/0u~0j4_f3gwi2.js +0 -1
  215. package/.next/standalone/.next/static/chunks/0~uo_7-sxehxf.js +0 -1
  216. package/.next/standalone/.next/static/chunks/15~2jg4z8h54~.js +0 -1
  217. /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_buildManifest.js +0 -0
  218. /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_clientMiddlewareManifest.js +0 -0
  219. /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "40dc5994c5145791aa6b750c6db19b674339691e95": {
3
+ "4000fd33b002f8f107377429f338f6aaddba6b48e7": {
4
4
  "workers": {
5
5
  "app/_not-found/page": {
6
6
  "moduleId": 861951,
@@ -84,7 +84,7 @@
84
84
  "filename": "src/actions/workspace-actions.ts",
85
85
  "exportedName": "createWorkspace"
86
86
  },
87
- "60de99d8abadfb18ea24da9fe6659ba6eb8f9b8b90": {
87
+ "60195d33c3642b0391d36a40f9be713c837345bcdc": {
88
88
  "workers": {
89
89
  "app/_not-found/page": {
90
90
  "moduleId": 861951,
@@ -168,7 +168,7 @@
168
168
  "filename": "src/actions/workspace-actions.ts",
169
169
  "exportedName": "updateWorkspace"
170
170
  },
171
- "4033f23e3fceeb4827b06ccb240c11c6786038f237": {
171
+ "401aa0045164b9aaa0699a7eb6df980f436dc0edfe": {
172
172
  "workers": {
173
173
  "app/_not-found/page": {
174
174
  "moduleId": 861951,
@@ -252,7 +252,7 @@
252
252
  "filename": "src/actions/workspace-actions.ts",
253
253
  "exportedName": "deleteWorkspace"
254
254
  },
255
- "40d05a29d8dc5caa8d25e073a30ecc92f40fcd0db5": {
255
+ "40fe67db1340e8da26e398b83a4596e60c17915573": {
256
256
  "workers": {
257
257
  "app/_not-found/page": {
258
258
  "moduleId": 861951,
@@ -336,7 +336,7 @@
336
336
  "filename": "src/actions/workspace-actions.ts",
337
337
  "exportedName": "reorderWorkspaces"
338
338
  },
339
- "4026f39b36357e46d8d5e1027d089a1739d81ecabc": {
339
+ "403b5916a159649caf9f3f60a8a609eff6478fbbb3": {
340
340
  "workers": {
341
341
  "app/_not-found/page": {
342
342
  "moduleId": 861951,
@@ -420,7 +420,7 @@
420
420
  "filename": "src/actions/label-actions.ts",
421
421
  "exportedName": "getLabelsForWorkspace"
422
422
  },
423
- "40d973f296d8738cf4afb3d63fdcf700207ef10e8f": {
423
+ "40787eafcd84a6469dab06156a248a9fe75248326d": {
424
424
  "workers": {
425
425
  "app/_not-found/page": {
426
426
  "moduleId": 861951,
@@ -504,7 +504,7 @@
504
504
  "filename": "src/actions/label-actions.ts",
505
505
  "exportedName": "createLabel"
506
506
  },
507
- "40021a9d736acd9bcfa12e8373f683a674b28086a3": {
507
+ "4010642c30732cf2c92871a2410bf6c83ad967b50d": {
508
508
  "workers": {
509
509
  "app/_not-found/page": {
510
510
  "moduleId": 861951,
@@ -588,7 +588,7 @@
588
588
  "filename": "src/actions/label-actions.ts",
589
589
  "exportedName": "deleteLabel"
590
590
  },
591
- "6071f62865d7cc8fd3ab220abf5ecfbc0ec631d910": {
591
+ "601729ed0bad968a41393fe90d428239c654b0709c": {
592
592
  "workers": {
593
593
  "app/_not-found/page": {
594
594
  "moduleId": 861951,
@@ -672,7 +672,7 @@
672
672
  "filename": "src/actions/search-actions.ts",
673
673
  "exportedName": "globalSearch"
674
674
  },
675
- "6086ca5502a7fc3a40c487b758649db2e2ecd161d2": {
675
+ "60d2d75acc239bcc3016922e2bcf473c4b443f3ca9": {
676
676
  "workers": {
677
677
  "app/_not-found/page": {
678
678
  "moduleId": 861951,
@@ -756,91 +756,91 @@
756
756
  "filename": "src/actions/config-actions.ts",
757
757
  "exportedName": "getConfigValue"
758
758
  },
759
- "4092804c67622795f702440c3e64d76bd68b0f7dd4": {
759
+ "404e7cc0e8e3765926dd1f7911020f0d67988d9696": {
760
760
  "workers": {
761
761
  "app/_not-found/page": {
762
762
  "moduleId": 861951,
763
763
  "async": true,
764
- "exportedName": "resolveGitLocalPath",
764
+ "exportedName": "resolveGitLocalPathWithSource",
765
765
  "filename": "src/actions/config-actions.ts"
766
766
  },
767
767
  "app/missions/page": {
768
768
  "moduleId": 289201,
769
769
  "async": true,
770
- "exportedName": "resolveGitLocalPath",
770
+ "exportedName": "resolveGitLocalPathWithSource",
771
771
  "filename": "src/actions/config-actions.ts"
772
772
  },
773
773
  "app/onboarding/page": {
774
774
  "moduleId": 811509,
775
775
  "async": true,
776
- "exportedName": "resolveGitLocalPath",
776
+ "exportedName": "resolveGitLocalPathWithSource",
777
777
  "filename": "src/actions/config-actions.ts"
778
778
  },
779
779
  "app/page": {
780
780
  "moduleId": 413773,
781
781
  "async": true,
782
- "exportedName": "resolveGitLocalPath",
782
+ "exportedName": "resolveGitLocalPathWithSource",
783
783
  "filename": "src/actions/config-actions.ts"
784
784
  },
785
785
  "app/settings/page": {
786
786
  "moduleId": 857434,
787
787
  "async": true,
788
- "exportedName": "resolveGitLocalPath",
788
+ "exportedName": "resolveGitLocalPathWithSource",
789
789
  "filename": "src/actions/config-actions.ts"
790
790
  },
791
791
  "app/workspaces/[workspaceId]/archive/page": {
792
792
  "moduleId": 670300,
793
793
  "async": true,
794
- "exportedName": "resolveGitLocalPath",
794
+ "exportedName": "resolveGitLocalPathWithSource",
795
795
  "filename": "src/actions/config-actions.ts"
796
796
  },
797
797
  "app/workspaces/[workspaceId]/assets/page": {
798
798
  "moduleId": 54850,
799
799
  "async": true,
800
- "exportedName": "resolveGitLocalPath",
800
+ "exportedName": "resolveGitLocalPathWithSource",
801
801
  "filename": "src/actions/config-actions.ts"
802
802
  },
803
803
  "app/workspaces/[workspaceId]/notes/page": {
804
804
  "moduleId": 593804,
805
805
  "async": true,
806
- "exportedName": "resolveGitLocalPath",
806
+ "exportedName": "resolveGitLocalPathWithSource",
807
807
  "filename": "src/actions/config-actions.ts"
808
808
  },
809
809
  "app/workspaces/[workspaceId]/page": {
810
810
  "moduleId": 590656,
811
811
  "async": true,
812
- "exportedName": "resolveGitLocalPath",
812
+ "exportedName": "resolveGitLocalPathWithSource",
813
813
  "filename": "src/actions/config-actions.ts"
814
814
  },
815
815
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
816
816
  "moduleId": 656705,
817
817
  "async": true,
818
- "exportedName": "resolveGitLocalPath",
818
+ "exportedName": "resolveGitLocalPathWithSource",
819
819
  "filename": "src/actions/config-actions.ts"
820
820
  },
821
821
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
822
822
  "moduleId": 384874,
823
823
  "async": true,
824
- "exportedName": "resolveGitLocalPath",
824
+ "exportedName": "resolveGitLocalPathWithSource",
825
825
  "filename": "src/actions/config-actions.ts"
826
826
  },
827
827
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
828
828
  "moduleId": 942658,
829
829
  "async": true,
830
- "exportedName": "resolveGitLocalPath",
830
+ "exportedName": "resolveGitLocalPathWithSource",
831
831
  "filename": "src/actions/config-actions.ts"
832
832
  },
833
833
  "app/workspaces/page": {
834
834
  "moduleId": 101752,
835
835
  "async": true,
836
- "exportedName": "resolveGitLocalPath",
836
+ "exportedName": "resolveGitLocalPathWithSource",
837
837
  "filename": "src/actions/config-actions.ts"
838
838
  }
839
839
  },
840
840
  "filename": "src/actions/config-actions.ts",
841
- "exportedName": "resolveGitLocalPath"
841
+ "exportedName": "resolveGitLocalPathWithSource"
842
842
  },
843
- "60a292b7637bc9c6bbcf1e4b13a3eb2f18317daf40": {
843
+ "60aec2ccb7f2e37674de7451b5028826a23d1fd408": {
844
844
  "workers": {
845
845
  "app/_not-found/page": {
846
846
  "moduleId": 861951,
@@ -924,7 +924,91 @@
924
924
  "filename": "src/actions/project-actions.ts",
925
925
  "exportedName": "analyzeProjectDirectory"
926
926
  },
927
- "60697db45fd919041164efede51525c37717402587": {
927
+ "403c3eb99fad3fed76d481d40f018e89b581ec53ea": {
928
+ "workers": {
929
+ "app/_not-found/page": {
930
+ "moduleId": 861951,
931
+ "async": true,
932
+ "exportedName": "resolveGitLocalPath",
933
+ "filename": "src/actions/config-actions.ts"
934
+ },
935
+ "app/missions/page": {
936
+ "moduleId": 289201,
937
+ "async": true,
938
+ "exportedName": "resolveGitLocalPath",
939
+ "filename": "src/actions/config-actions.ts"
940
+ },
941
+ "app/onboarding/page": {
942
+ "moduleId": 811509,
943
+ "async": true,
944
+ "exportedName": "resolveGitLocalPath",
945
+ "filename": "src/actions/config-actions.ts"
946
+ },
947
+ "app/page": {
948
+ "moduleId": 413773,
949
+ "async": true,
950
+ "exportedName": "resolveGitLocalPath",
951
+ "filename": "src/actions/config-actions.ts"
952
+ },
953
+ "app/settings/page": {
954
+ "moduleId": 857434,
955
+ "async": true,
956
+ "exportedName": "resolveGitLocalPath",
957
+ "filename": "src/actions/config-actions.ts"
958
+ },
959
+ "app/workspaces/[workspaceId]/archive/page": {
960
+ "moduleId": 670300,
961
+ "async": true,
962
+ "exportedName": "resolveGitLocalPath",
963
+ "filename": "src/actions/config-actions.ts"
964
+ },
965
+ "app/workspaces/[workspaceId]/assets/page": {
966
+ "moduleId": 54850,
967
+ "async": true,
968
+ "exportedName": "resolveGitLocalPath",
969
+ "filename": "src/actions/config-actions.ts"
970
+ },
971
+ "app/workspaces/[workspaceId]/notes/page": {
972
+ "moduleId": 593804,
973
+ "async": true,
974
+ "exportedName": "resolveGitLocalPath",
975
+ "filename": "src/actions/config-actions.ts"
976
+ },
977
+ "app/workspaces/[workspaceId]/page": {
978
+ "moduleId": 590656,
979
+ "async": true,
980
+ "exportedName": "resolveGitLocalPath",
981
+ "filename": "src/actions/config-actions.ts"
982
+ },
983
+ "app/workspaces/[workspaceId]/projects/[projectId]/page": {
984
+ "moduleId": 656705,
985
+ "async": true,
986
+ "exportedName": "resolveGitLocalPath",
987
+ "filename": "src/actions/config-actions.ts"
988
+ },
989
+ "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
990
+ "moduleId": 384874,
991
+ "async": true,
992
+ "exportedName": "resolveGitLocalPath",
993
+ "filename": "src/actions/config-actions.ts"
994
+ },
995
+ "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
996
+ "moduleId": 942658,
997
+ "async": true,
998
+ "exportedName": "resolveGitLocalPath",
999
+ "filename": "src/actions/config-actions.ts"
1000
+ },
1001
+ "app/workspaces/page": {
1002
+ "moduleId": 101752,
1003
+ "async": true,
1004
+ "exportedName": "resolveGitLocalPath",
1005
+ "filename": "src/actions/config-actions.ts"
1006
+ }
1007
+ },
1008
+ "filename": "src/actions/config-actions.ts",
1009
+ "exportedName": "resolveGitLocalPath"
1010
+ },
1011
+ "60e24e764bbd4747cf07763092c8c9e7d893ae14c3": {
928
1012
  "workers": {
929
1013
  "app/_not-found/page": {
930
1014
  "moduleId": 861951,
@@ -1008,7 +1092,7 @@
1008
1092
  "filename": "src/actions/project-actions.ts",
1009
1093
  "exportedName": "migrateProjectPath"
1010
1094
  },
1011
- "4046e8aa9ca2e60552574e42d4b0ea37efacf35831": {
1095
+ "40197cd678ef6a311b1ffba1e86ba4f15bd16fd63b": {
1012
1096
  "workers": {
1013
1097
  "app/_not-found/page": {
1014
1098
  "moduleId": 861951,
@@ -1092,7 +1176,7 @@
1092
1176
  "filename": "src/actions/project-actions.ts",
1093
1177
  "exportedName": "checkMigrationSafety"
1094
1178
  },
1095
- "008f1d70c23c8fc694e191710a68f9e6dbb24d2b7d": {
1179
+ "003cda51028de7d8ca1763a51d13223b9acbae6c96": {
1096
1180
  "workers": {
1097
1181
  "app/_not-found/page": {
1098
1182
  "moduleId": 861951,
@@ -1176,7 +1260,7 @@
1176
1260
  "filename": "src/actions/config-actions.ts",
1177
1261
  "exportedName": "getActualWsPort"
1178
1262
  },
1179
- "403e249332bbafc27c9bd0589236bf3e4c6d842ee8": {
1263
+ "40bd6bd14273f742080b119c49ce1ae4226a0ea9ae": {
1180
1264
  "workers": {
1181
1265
  "app/_not-found/page": {
1182
1266
  "moduleId": 861951,
@@ -1260,7 +1344,7 @@
1260
1344
  "filename": "src/actions/config-actions.ts",
1261
1345
  "exportedName": "getConfigValues"
1262
1346
  },
1263
- "40fb6f67ebac76ac251cbb28c80f7071af885e8214": {
1347
+ "40bb3a59850008c559600bccd7be895b059a0cfc73": {
1264
1348
  "workers": {
1265
1349
  "app/_not-found/page": {
1266
1350
  "moduleId": 861951,
@@ -1344,7 +1428,7 @@
1344
1428
  "filename": "src/actions/workspace-actions.ts",
1345
1429
  "exportedName": "createProject"
1346
1430
  },
1347
- "60328d14d064267c9ac3962fe5cb2f7b5165c4a29d": {
1431
+ "60b661b64158203fc3f2bfee77e830c7f050c1d9c7": {
1348
1432
  "workers": {
1349
1433
  "app/_not-found/page": {
1350
1434
  "moduleId": 861951,
@@ -1428,7 +1512,7 @@
1428
1512
  "filename": "src/actions/config-actions.ts",
1429
1513
  "exportedName": "setConfigValue"
1430
1514
  },
1431
- "40d0968e9fa1c8b754c9e9def91c0a2c07f3003abd": {
1515
+ "40eb934880e7b3819f12c1c7f91817927d87299cd1": {
1432
1516
  "workers": {
1433
1517
  "app/_not-found/page": {
1434
1518
  "moduleId": 861951,
@@ -1512,7 +1596,7 @@
1512
1596
  "filename": "src/actions/extension-actions.ts",
1513
1597
  "exportedName": "checkExtension"
1514
1598
  },
1515
- "40b4640c57401cd27cb33d9aaa952b629581721f99": {
1599
+ "403c101f24d1e7605a51cedf69da0d41af5c8ce953": {
1516
1600
  "workers": {
1517
1601
  "app/_not-found/page": {
1518
1602
  "moduleId": 861951,
@@ -1596,7 +1680,7 @@
1596
1680
  "filename": "src/actions/extension-actions.ts",
1597
1681
  "exportedName": "installExtension"
1598
1682
  },
1599
- "40384d46b1738e8f02779aaf2987bcaf1b7f85734c": {
1683
+ "40ce35e60ac54cb8269e14dc338b432fad63b05057": {
1600
1684
  "workers": {
1601
1685
  "app/_not-found/page": {
1602
1686
  "moduleId": 861951,
@@ -1680,7 +1764,7 @@
1680
1764
  "filename": "src/actions/extension-actions.ts",
1681
1765
  "exportedName": "uninstallExtension"
1682
1766
  },
1683
- "00c1f5272b2d8bd31e426269e483505324c0a6f441": {
1767
+ "00592b2050dca8305e2268efac020dae8b2fdb5ee0": {
1684
1768
  "workers": {
1685
1769
  "app/_not-found/page": {
1686
1770
  "moduleId": 861951,
@@ -1764,175 +1848,175 @@
1764
1848
  "filename": "src/actions/onboarding-actions.ts",
1765
1849
  "exportedName": "getOnboardingStatus"
1766
1850
  },
1767
- "400609c7b57a8ab711666bb6509945b5b05c6dc866": {
1851
+ "4057ffbbbeabb40cc3e03af5715687d8e537dc4639": {
1768
1852
  "workers": {
1769
1853
  "app/_not-found/page": {
1770
1854
  "moduleId": 861951,
1771
1855
  "async": true,
1772
- "exportedName": "setOnboardingProgress",
1856
+ "exportedName": "dispatchTaskCompletionEvent",
1773
1857
  "filename": "src/actions/onboarding-actions.ts"
1774
1858
  },
1775
1859
  "app/missions/page": {
1776
1860
  "moduleId": 289201,
1777
1861
  "async": true,
1778
- "exportedName": "setOnboardingProgress",
1862
+ "exportedName": "dispatchTaskCompletionEvent",
1779
1863
  "filename": "src/actions/onboarding-actions.ts"
1780
1864
  },
1781
1865
  "app/onboarding/page": {
1782
1866
  "moduleId": 811509,
1783
1867
  "async": true,
1784
- "exportedName": "setOnboardingProgress",
1868
+ "exportedName": "dispatchTaskCompletionEvent",
1785
1869
  "filename": "src/actions/onboarding-actions.ts"
1786
1870
  },
1787
1871
  "app/page": {
1788
1872
  "moduleId": 413773,
1789
1873
  "async": true,
1790
- "exportedName": "setOnboardingProgress",
1874
+ "exportedName": "dispatchTaskCompletionEvent",
1791
1875
  "filename": "src/actions/onboarding-actions.ts"
1792
1876
  },
1793
1877
  "app/settings/page": {
1794
1878
  "moduleId": 857434,
1795
1879
  "async": true,
1796
- "exportedName": "setOnboardingProgress",
1880
+ "exportedName": "dispatchTaskCompletionEvent",
1797
1881
  "filename": "src/actions/onboarding-actions.ts"
1798
1882
  },
1799
1883
  "app/workspaces/[workspaceId]/archive/page": {
1800
1884
  "moduleId": 670300,
1801
1885
  "async": true,
1802
- "exportedName": "setOnboardingProgress",
1886
+ "exportedName": "dispatchTaskCompletionEvent",
1803
1887
  "filename": "src/actions/onboarding-actions.ts"
1804
1888
  },
1805
1889
  "app/workspaces/[workspaceId]/assets/page": {
1806
1890
  "moduleId": 54850,
1807
1891
  "async": true,
1808
- "exportedName": "setOnboardingProgress",
1892
+ "exportedName": "dispatchTaskCompletionEvent",
1809
1893
  "filename": "src/actions/onboarding-actions.ts"
1810
1894
  },
1811
1895
  "app/workspaces/[workspaceId]/notes/page": {
1812
1896
  "moduleId": 593804,
1813
1897
  "async": true,
1814
- "exportedName": "setOnboardingProgress",
1898
+ "exportedName": "dispatchTaskCompletionEvent",
1815
1899
  "filename": "src/actions/onboarding-actions.ts"
1816
1900
  },
1817
1901
  "app/workspaces/[workspaceId]/page": {
1818
1902
  "moduleId": 590656,
1819
1903
  "async": true,
1820
- "exportedName": "setOnboardingProgress",
1904
+ "exportedName": "dispatchTaskCompletionEvent",
1821
1905
  "filename": "src/actions/onboarding-actions.ts"
1822
1906
  },
1823
1907
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1824
1908
  "moduleId": 656705,
1825
1909
  "async": true,
1826
- "exportedName": "setOnboardingProgress",
1910
+ "exportedName": "dispatchTaskCompletionEvent",
1827
1911
  "filename": "src/actions/onboarding-actions.ts"
1828
1912
  },
1829
1913
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
1830
1914
  "moduleId": 384874,
1831
1915
  "async": true,
1832
- "exportedName": "setOnboardingProgress",
1916
+ "exportedName": "dispatchTaskCompletionEvent",
1833
1917
  "filename": "src/actions/onboarding-actions.ts"
1834
1918
  },
1835
1919
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1836
1920
  "moduleId": 942658,
1837
1921
  "async": true,
1838
- "exportedName": "setOnboardingProgress",
1922
+ "exportedName": "dispatchTaskCompletionEvent",
1839
1923
  "filename": "src/actions/onboarding-actions.ts"
1840
1924
  },
1841
1925
  "app/workspaces/page": {
1842
1926
  "moduleId": 101752,
1843
1927
  "async": true,
1844
- "exportedName": "setOnboardingProgress",
1928
+ "exportedName": "dispatchTaskCompletionEvent",
1845
1929
  "filename": "src/actions/onboarding-actions.ts"
1846
1930
  }
1847
1931
  },
1848
1932
  "filename": "src/actions/onboarding-actions.ts",
1849
- "exportedName": "setOnboardingProgress"
1933
+ "exportedName": "dispatchTaskCompletionEvent"
1850
1934
  },
1851
- "402fa5b9bc12b71c47e2caba096f7b4ad90f82ef0e": {
1935
+ "40f772df9c5ef70aa3f0c91a6dc2716b97ed40d3a1": {
1852
1936
  "workers": {
1853
1937
  "app/_not-found/page": {
1854
1938
  "moduleId": 861951,
1855
1939
  "async": true,
1856
- "exportedName": "dispatchTaskCompletionEvent",
1940
+ "exportedName": "setOnboardingProgress",
1857
1941
  "filename": "src/actions/onboarding-actions.ts"
1858
1942
  },
1859
1943
  "app/missions/page": {
1860
1944
  "moduleId": 289201,
1861
1945
  "async": true,
1862
- "exportedName": "dispatchTaskCompletionEvent",
1946
+ "exportedName": "setOnboardingProgress",
1863
1947
  "filename": "src/actions/onboarding-actions.ts"
1864
1948
  },
1865
1949
  "app/onboarding/page": {
1866
1950
  "moduleId": 811509,
1867
1951
  "async": true,
1868
- "exportedName": "dispatchTaskCompletionEvent",
1952
+ "exportedName": "setOnboardingProgress",
1869
1953
  "filename": "src/actions/onboarding-actions.ts"
1870
1954
  },
1871
1955
  "app/page": {
1872
1956
  "moduleId": 413773,
1873
1957
  "async": true,
1874
- "exportedName": "dispatchTaskCompletionEvent",
1958
+ "exportedName": "setOnboardingProgress",
1875
1959
  "filename": "src/actions/onboarding-actions.ts"
1876
1960
  },
1877
1961
  "app/settings/page": {
1878
1962
  "moduleId": 857434,
1879
1963
  "async": true,
1880
- "exportedName": "dispatchTaskCompletionEvent",
1964
+ "exportedName": "setOnboardingProgress",
1881
1965
  "filename": "src/actions/onboarding-actions.ts"
1882
1966
  },
1883
1967
  "app/workspaces/[workspaceId]/archive/page": {
1884
1968
  "moduleId": 670300,
1885
1969
  "async": true,
1886
- "exportedName": "dispatchTaskCompletionEvent",
1970
+ "exportedName": "setOnboardingProgress",
1887
1971
  "filename": "src/actions/onboarding-actions.ts"
1888
1972
  },
1889
1973
  "app/workspaces/[workspaceId]/assets/page": {
1890
1974
  "moduleId": 54850,
1891
1975
  "async": true,
1892
- "exportedName": "dispatchTaskCompletionEvent",
1976
+ "exportedName": "setOnboardingProgress",
1893
1977
  "filename": "src/actions/onboarding-actions.ts"
1894
1978
  },
1895
1979
  "app/workspaces/[workspaceId]/notes/page": {
1896
1980
  "moduleId": 593804,
1897
1981
  "async": true,
1898
- "exportedName": "dispatchTaskCompletionEvent",
1982
+ "exportedName": "setOnboardingProgress",
1899
1983
  "filename": "src/actions/onboarding-actions.ts"
1900
1984
  },
1901
1985
  "app/workspaces/[workspaceId]/page": {
1902
1986
  "moduleId": 590656,
1903
1987
  "async": true,
1904
- "exportedName": "dispatchTaskCompletionEvent",
1988
+ "exportedName": "setOnboardingProgress",
1905
1989
  "filename": "src/actions/onboarding-actions.ts"
1906
1990
  },
1907
1991
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1908
1992
  "moduleId": 656705,
1909
1993
  "async": true,
1910
- "exportedName": "dispatchTaskCompletionEvent",
1994
+ "exportedName": "setOnboardingProgress",
1911
1995
  "filename": "src/actions/onboarding-actions.ts"
1912
1996
  },
1913
1997
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
1914
1998
  "moduleId": 384874,
1915
1999
  "async": true,
1916
- "exportedName": "dispatchTaskCompletionEvent",
2000
+ "exportedName": "setOnboardingProgress",
1917
2001
  "filename": "src/actions/onboarding-actions.ts"
1918
2002
  },
1919
2003
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1920
2004
  "moduleId": 942658,
1921
2005
  "async": true,
1922
- "exportedName": "dispatchTaskCompletionEvent",
2006
+ "exportedName": "setOnboardingProgress",
1923
2007
  "filename": "src/actions/onboarding-actions.ts"
1924
2008
  },
1925
2009
  "app/workspaces/page": {
1926
2010
  "moduleId": 101752,
1927
2011
  "async": true,
1928
- "exportedName": "dispatchTaskCompletionEvent",
2012
+ "exportedName": "setOnboardingProgress",
1929
2013
  "filename": "src/actions/onboarding-actions.ts"
1930
2014
  }
1931
2015
  },
1932
2016
  "filename": "src/actions/onboarding-actions.ts",
1933
- "exportedName": "dispatchTaskCompletionEvent"
2017
+ "exportedName": "setOnboardingProgress"
1934
2018
  },
1935
- "601e524262fb3b53183989aa4f2e0243f166dfec7f": {
2019
+ "6049009cebae9501b35174bc10f6e95392e15c1415": {
1936
2020
  "workers": {
1937
2021
  "app/_not-found/page": {
1938
2022
  "moduleId": 861951,
@@ -2016,7 +2100,7 @@
2016
2100
  "filename": "src/actions/onboarding-actions.ts",
2017
2101
  "exportedName": "setOnboardingExtensions"
2018
2102
  },
2019
- "607e5b0ab5c7347c5bb81b3b5287be85ede70be100": {
2103
+ "60d40c8f11280124b357c0af9e03f73ddef4889dc1": {
2020
2104
  "workers": {
2021
2105
  "app/_not-found/page": {
2022
2106
  "moduleId": 861951,
@@ -2100,7 +2184,7 @@
2100
2184
  "filename": "src/actions/onboarding-actions.ts",
2101
2185
  "exportedName": "completeOnboarding"
2102
2186
  },
2103
- "00d7f31f117aaee09de948bf431e08beffe59912b3": {
2187
+ "00eaa4c6a465fc639f0823aa156f91447fb561cc40": {
2104
2188
  "workers": {
2105
2189
  "app/_not-found/page": {
2106
2190
  "moduleId": 861951,
@@ -2184,7 +2268,7 @@
2184
2268
  "filename": "src/actions/extension-actions.ts",
2185
2269
  "exportedName": "listAllExtensionStatus"
2186
2270
  },
2187
- "0071dfd5a1f5a0664caf5d4992d299f27fe650d0ec": {
2271
+ "0070a50eb5e37cdefa4ab7c928a529029f39b75202": {
2188
2272
  "workers": {
2189
2273
  "app/missions/page": {
2190
2274
  "moduleId": 289201,
@@ -2202,7 +2286,7 @@
2202
2286
  "filename": "src/actions/agent-actions.ts",
2203
2287
  "exportedName": "getActiveExecutionsAcrossWorkspaces"
2204
2288
  },
2205
- "400c0b9c1dff05721c7931faf8b52ed30cc53c42ae": {
2289
+ "401e30bc402a675fb82986e90ca385e44a94be9e63": {
2206
2290
  "workers": {
2207
2291
  "app/missions/page": {
2208
2292
  "moduleId": 289201,
@@ -2226,7 +2310,7 @@
2226
2310
  "filename": "src/actions/agent-actions.ts",
2227
2311
  "exportedName": "stopPtyExecution"
2228
2312
  },
2229
- "406572c5fbe4100084907bc2c65bb80972dc5096d1": {
2313
+ "40cef3a1f4a61d3cdd08d75fe43d2d12e9faed1603": {
2230
2314
  "workers": {
2231
2315
  "app/missions/page": {
2232
2316
  "moduleId": 289201,
@@ -2250,31 +2334,7 @@
2250
2334
  "filename": "src/actions/agent-actions.ts",
2251
2335
  "exportedName": "getTaskExecutions"
2252
2336
  },
2253
- "40cf9ae670f09573d1a7522c174e4765bf6a4505b9": {
2254
- "workers": {
2255
- "app/missions/page": {
2256
- "moduleId": 289201,
2257
- "async": true,
2258
- "exportedName": "continueLatestPtyExecution",
2259
- "filename": "src/actions/agent-actions.ts"
2260
- },
2261
- "app/workspaces/[workspaceId]/page": {
2262
- "moduleId": 590656,
2263
- "async": true,
2264
- "exportedName": "continueLatestPtyExecution",
2265
- "filename": "src/actions/agent-actions.ts"
2266
- },
2267
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2268
- "moduleId": 942658,
2269
- "async": true,
2270
- "exportedName": "continueLatestPtyExecution",
2271
- "filename": "src/actions/agent-actions.ts"
2272
- }
2273
- },
2274
- "filename": "src/actions/agent-actions.ts",
2275
- "exportedName": "continueLatestPtyExecution"
2276
- },
2277
- "40fec4904f6fc1fc268b54f6c4657c1e6ab9fdf840": {
2337
+ "40de68fcad20831269beab962ec357dbfffb62b27b": {
2278
2338
  "workers": {
2279
2339
  "app/missions/page": {
2280
2340
  "moduleId": 289201,
@@ -2292,31 +2352,31 @@
2292
2352
  "filename": "src/actions/agent-actions.ts",
2293
2353
  "exportedName": "getTaskMessages"
2294
2354
  },
2295
- "605f1badb26836c2f61b22cf70182360cc2fd9c6be": {
2355
+ "40fd5022e920c7b2a827882d57d69c7880353d7fd4": {
2296
2356
  "workers": {
2297
2357
  "app/missions/page": {
2298
2358
  "moduleId": 289201,
2299
2359
  "async": true,
2300
- "exportedName": "resumePtyExecution",
2360
+ "exportedName": "continueLatestPtyExecution",
2301
2361
  "filename": "src/actions/agent-actions.ts"
2302
2362
  },
2303
2363
  "app/workspaces/[workspaceId]/page": {
2304
2364
  "moduleId": 590656,
2305
2365
  "async": true,
2306
- "exportedName": "resumePtyExecution",
2366
+ "exportedName": "continueLatestPtyExecution",
2307
2367
  "filename": "src/actions/agent-actions.ts"
2308
2368
  },
2309
2369
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2310
2370
  "moduleId": 942658,
2311
2371
  "async": true,
2312
- "exportedName": "resumePtyExecution",
2372
+ "exportedName": "continueLatestPtyExecution",
2313
2373
  "filename": "src/actions/agent-actions.ts"
2314
2374
  }
2315
2375
  },
2316
2376
  "filename": "src/actions/agent-actions.ts",
2317
- "exportedName": "resumePtyExecution"
2377
+ "exportedName": "continueLatestPtyExecution"
2318
2378
  },
2319
- "60e7adff0226175019bd23851564813b278b9c554f": {
2379
+ "605cc4c8b44b98a4a592a37671efd9fb5efae7a398": {
2320
2380
  "workers": {
2321
2381
  "app/missions/page": {
2322
2382
  "moduleId": 289201,
@@ -2334,7 +2394,7 @@
2334
2394
  "filename": "src/actions/agent-actions.ts",
2335
2395
  "exportedName": "sendTaskMessage"
2336
2396
  },
2337
- "60f03fa618d0be2c5fb103c58b158532a0c8ffe0b2": {
2397
+ "60dca3c9fcf2c8d9fbd2f064a503c015f2300c829a": {
2338
2398
  "workers": {
2339
2399
  "app/missions/page": {
2340
2400
  "moduleId": 289201,
@@ -2352,7 +2412,31 @@
2352
2412
  "filename": "src/actions/agent-actions.ts",
2353
2413
  "exportedName": "stopTaskExecution"
2354
2414
  },
2355
- "785b48b1ea42480816e475ac82608437f20a77a192": {
2415
+ "60e35407677ba51c6aa1ee8c2a4625c9ec602b3748": {
2416
+ "workers": {
2417
+ "app/missions/page": {
2418
+ "moduleId": 289201,
2419
+ "async": true,
2420
+ "exportedName": "resumePtyExecution",
2421
+ "filename": "src/actions/agent-actions.ts"
2422
+ },
2423
+ "app/workspaces/[workspaceId]/page": {
2424
+ "moduleId": 590656,
2425
+ "async": true,
2426
+ "exportedName": "resumePtyExecution",
2427
+ "filename": "src/actions/agent-actions.ts"
2428
+ },
2429
+ "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2430
+ "moduleId": 942658,
2431
+ "async": true,
2432
+ "exportedName": "resumePtyExecution",
2433
+ "filename": "src/actions/agent-actions.ts"
2434
+ }
2435
+ },
2436
+ "filename": "src/actions/agent-actions.ts",
2437
+ "exportedName": "resumePtyExecution"
2438
+ },
2439
+ "7867c48900706e5d827374a90ea72c13bf95679d71": {
2356
2440
  "workers": {
2357
2441
  "app/missions/page": {
2358
2442
  "moduleId": 289201,
@@ -2370,7 +2454,7 @@
2370
2454
  "filename": "src/actions/agent-actions.ts",
2371
2455
  "exportedName": "startTaskExecution"
2372
2456
  },
2373
- "7c824463c62a01d70d7c53e13046929a219ab179b2": {
2457
+ "7c27667b5cdc151628b1ecdfed7dfbe1d135dcf2ad": {
2374
2458
  "workers": {
2375
2459
  "app/missions/page": {
2376
2460
  "moduleId": 289201,
@@ -2394,7 +2478,7 @@
2394
2478
  "filename": "src/actions/agent-actions.ts",
2395
2479
  "exportedName": "startPtyExecutionSafe"
2396
2480
  },
2397
- "7ccb40ba65ab73ac902d2781d99279453ab17c35b0": {
2481
+ "7c6d144b031773a1935aff7cb31975f95f676d8731": {
2398
2482
  "workers": {
2399
2483
  "app/missions/page": {
2400
2484
  "moduleId": 289201,
@@ -2418,43 +2502,43 @@
2418
2502
  "filename": "src/actions/agent-actions.ts",
2419
2503
  "exportedName": "startPtyExecution"
2420
2504
  },
2421
- "00930f80a05f3239841d8021248df714d2a9045c05": {
2505
+ "0011ec24b440700c44a0a3244eb45f5efb7abfa21b": {
2422
2506
  "workers": {
2423
2507
  "app/missions/page": {
2424
2508
  "moduleId": 289201,
2425
2509
  "async": true,
2426
- "exportedName": "getProviderConnections",
2510
+ "exportedName": "getConnectedProviders",
2427
2511
  "filename": "src/actions/provider-connection-actions.ts"
2428
2512
  },
2429
2513
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2430
2514
  "moduleId": 942658,
2431
2515
  "async": true,
2432
- "exportedName": "getProviderConnections",
2516
+ "exportedName": "getConnectedProviders",
2433
2517
  "filename": "src/actions/provider-connection-actions.ts"
2434
2518
  }
2435
2519
  },
2436
2520
  "filename": "src/actions/provider-connection-actions.ts",
2437
- "exportedName": "getProviderConnections"
2521
+ "exportedName": "getConnectedProviders"
2438
2522
  },
2439
- "00d100f3c624dff41b684249dd25c1a796fa7697f4": {
2523
+ "00f20f3822b5ef1e75f2fc462cf462911f6daf6be9": {
2440
2524
  "workers": {
2441
2525
  "app/missions/page": {
2442
2526
  "moduleId": 289201,
2443
2527
  "async": true,
2444
- "exportedName": "getConnectedProviders",
2528
+ "exportedName": "getProviderConnections",
2445
2529
  "filename": "src/actions/provider-connection-actions.ts"
2446
2530
  },
2447
2531
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2448
2532
  "moduleId": 942658,
2449
2533
  "async": true,
2450
- "exportedName": "getConnectedProviders",
2534
+ "exportedName": "getProviderConnections",
2451
2535
  "filename": "src/actions/provider-connection-actions.ts"
2452
2536
  }
2453
2537
  },
2454
2538
  "filename": "src/actions/provider-connection-actions.ts",
2455
- "exportedName": "getConnectedProviders"
2539
+ "exportedName": "getProviderConnections"
2456
2540
  },
2457
- "40cdb6d3532123544cd210dc1c2f3b332cc56ec7a3": {
2541
+ "40b75027faa4f7cfd2e1cd616a4d0f10950dacb771": {
2458
2542
  "workers": {
2459
2543
  "app/missions/page": {
2460
2544
  "moduleId": 289201,
@@ -2472,43 +2556,43 @@
2472
2556
  "filename": "src/actions/provider-connection-actions.ts",
2473
2557
  "exportedName": "isProviderConnected"
2474
2558
  },
2475
- "6093e2919e70b00eeb199c0f1cae20b1ee56db7563": {
2559
+ "6048a40d14e59d770ddaa5e464e4bd18b1a0af5fe7": {
2476
2560
  "workers": {
2477
2561
  "app/missions/page": {
2478
2562
  "moduleId": 289201,
2479
2563
  "async": true,
2480
- "exportedName": "markProviderConnected",
2564
+ "exportedName": "markProviderDisconnected",
2481
2565
  "filename": "src/actions/provider-connection-actions.ts"
2482
2566
  },
2483
2567
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2484
2568
  "moduleId": 942658,
2485
2569
  "async": true,
2486
- "exportedName": "markProviderConnected",
2570
+ "exportedName": "markProviderDisconnected",
2487
2571
  "filename": "src/actions/provider-connection-actions.ts"
2488
2572
  }
2489
2573
  },
2490
2574
  "filename": "src/actions/provider-connection-actions.ts",
2491
- "exportedName": "markProviderConnected"
2575
+ "exportedName": "markProviderDisconnected"
2492
2576
  },
2493
- "60c50db606958fb123e148686f09d9ee39ec195aee": {
2577
+ "60778381a8ca3051c9ac18367cd85d95e9649c48eb": {
2494
2578
  "workers": {
2495
2579
  "app/missions/page": {
2496
2580
  "moduleId": 289201,
2497
2581
  "async": true,
2498
- "exportedName": "markProviderDisconnected",
2582
+ "exportedName": "markProviderConnected",
2499
2583
  "filename": "src/actions/provider-connection-actions.ts"
2500
2584
  },
2501
2585
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2502
2586
  "moduleId": 942658,
2503
2587
  "async": true,
2504
- "exportedName": "markProviderDisconnected",
2588
+ "exportedName": "markProviderConnected",
2505
2589
  "filename": "src/actions/provider-connection-actions.ts"
2506
2590
  }
2507
2591
  },
2508
2592
  "filename": "src/actions/provider-connection-actions.ts",
2509
- "exportedName": "markProviderDisconnected"
2593
+ "exportedName": "markProviderConnected"
2510
2594
  },
2511
- "4063d008763ec68825c3e5bf61daed162c8a6c5167": {
2595
+ "40f396661ea616de9998a0d5cc93a04caa1c39d5da": {
2512
2596
  "workers": {
2513
2597
  "app/missions/page": {
2514
2598
  "moduleId": 289201,
@@ -2556,7 +2640,7 @@
2556
2640
  "filename": "src/actions/preview-actions.ts",
2557
2641
  "exportedName": "openInTerminal"
2558
2642
  },
2559
- "40f853112fcaa1cca93f27a775dd93d4463cca0dbf": {
2643
+ "40c2bd798fbe14e96a0faf50d2fe1ee5637f424a94": {
2560
2644
  "workers": {
2561
2645
  "app/missions/page": {
2562
2646
  "moduleId": 289201,
@@ -2592,7 +2676,7 @@
2592
2676
  "filename": "src/actions/workspace-actions.ts",
2593
2677
  "exportedName": "getWorkspacesWithRecentTasks"
2594
2678
  },
2595
- "40d862f3200d9e4060d8c7f5ab39edb04fcfa1d5c1": {
2679
+ "401e1741cd41afd512bdfaf90a5107bc9b7418d573": {
2596
2680
  "workers": {
2597
2681
  "app/missions/page": {
2598
2682
  "moduleId": 289201,
@@ -2610,7 +2694,7 @@
2610
2694
  "filename": "src/actions/task-actions.ts",
2611
2695
  "exportedName": "getProjectTasks"
2612
2696
  },
2613
- "00e7bc3a01e47fc472dd941276be4deb95ca02d305": {
2697
+ "00a9b88fdb6f5d2ed889612ced6fe0412b32143347": {
2614
2698
  "workers": {
2615
2699
  "app/settings/page": {
2616
2700
  "moduleId": 857434,
@@ -2640,7 +2724,7 @@
2640
2724
  "filename": "src/actions/config-actions.ts",
2641
2725
  "exportedName": "getAvailableTerminalApps"
2642
2726
  },
2643
- "00e3175c267d1593cf6ec2c4a460ba5683989d5969": {
2727
+ "00fc8b1d62e542629a0e6007ad82949d0c44f5f5d6": {
2644
2728
  "workers": {
2645
2729
  "app/settings/page": {
2646
2730
  "moduleId": 857434,
@@ -2670,7 +2754,7 @@
2670
2754
  "filename": "src/actions/config-actions.ts",
2671
2755
  "exportedName": "getAvailableEditors"
2672
2756
  },
2673
- "401acb8463fe600315fd51688a297614d46e0a41ab": {
2757
+ "4024bacffbca9b35b0d1ef4babaae0b94556e89f0b": {
2674
2758
  "workers": {
2675
2759
  "app/settings/page": {
2676
2760
  "moduleId": 857434,
@@ -2694,7 +2778,7 @@
2694
2778
  "filename": "src/actions/prompt-actions.ts",
2695
2779
  "exportedName": "getPrompts"
2696
2780
  },
2697
- "405c0cdc2cd5e362f3b7bf318fe7b7091caf879730": {
2781
+ "407512b7b9b2f064d7744189e6d5d3e893af35cebf": {
2698
2782
  "workers": {
2699
2783
  "app/settings/page": {
2700
2784
  "moduleId": 857434,
@@ -2706,7 +2790,7 @@
2706
2790
  "filename": "src/actions/prompt-actions.ts",
2707
2791
  "exportedName": "createPrompt"
2708
2792
  },
2709
- "60726bd82e5cfaa2e32b0b3e264632a61dc91e9035": {
2793
+ "6094261d366daf128b98e674fd9f7bf43b702d2daa": {
2710
2794
  "workers": {
2711
2795
  "app/settings/page": {
2712
2796
  "moduleId": 857434,
@@ -2718,7 +2802,7 @@
2718
2802
  "filename": "src/actions/prompt-actions.ts",
2719
2803
  "exportedName": "updatePrompt"
2720
2804
  },
2721
- "40b8ac99c7de0032312d586454880deb1752afe88c": {
2805
+ "40ffc3766d89ade2c802caac13efac204022d0c813": {
2722
2806
  "workers": {
2723
2807
  "app/settings/page": {
2724
2808
  "moduleId": 857434,
@@ -2730,7 +2814,7 @@
2730
2814
  "filename": "src/actions/prompt-actions.ts",
2731
2815
  "exportedName": "deletePrompt"
2732
2816
  },
2733
- "60aae457a6eeb1bbce71663a3192bea1d706688634": {
2817
+ "601d52a42f6bd7ee64ffb5a742aa2282269d01aff8": {
2734
2818
  "workers": {
2735
2819
  "app/settings/page": {
2736
2820
  "moduleId": 857434,
@@ -2742,7 +2826,7 @@
2742
2826
  "filename": "src/actions/prompt-actions.ts",
2743
2827
  "exportedName": "setDefaultPrompt"
2744
2828
  },
2745
- "00a1b4704323d4a5851db8e103c3e753afefa734c8": {
2829
+ "00da2a5f591929ca53bfa580ff25c0e6051ee14a49": {
2746
2830
  "workers": {
2747
2831
  "app/settings/page": {
2748
2832
  "moduleId": 857434,
@@ -2754,7 +2838,7 @@
2754
2838
  "filename": "src/actions/ai-config-actions.ts",
2755
2839
  "exportedName": "getAvailableProviders"
2756
2840
  },
2757
- "40b947a62e06927cddfaf25c0b4ab2962b3d2e8050": {
2841
+ "40f45f0e421d54fbeacc99f5c41bdc3c3966622260": {
2758
2842
  "workers": {
2759
2843
  "app/settings/page": {
2760
2844
  "moduleId": 857434,
@@ -2766,7 +2850,7 @@
2766
2850
  "filename": "src/actions/backup-actions.ts",
2767
2851
  "exportedName": "createBackup"
2768
2852
  },
2769
- "002708132c07388eec624500ed054207c2b70fd7b0": {
2853
+ "001a0afa4681640a1dc92fd15acc3aed9e487a8aed": {
2770
2854
  "workers": {
2771
2855
  "app/settings/page": {
2772
2856
  "moduleId": 857434,
@@ -2778,7 +2862,7 @@
2778
2862
  "filename": "src/actions/backup-actions.ts",
2779
2863
  "exportedName": "listBackupFiles"
2780
2864
  },
2781
- "40393c3894d64011da3acf8b06c14698d206a2c5dc": {
2865
+ "4054cf72e76a90d5af2643826442bb2ca4ce7367bf": {
2782
2866
  "workers": {
2783
2867
  "app/settings/page": {
2784
2868
  "moduleId": 857434,
@@ -2790,7 +2874,7 @@
2790
2874
  "filename": "src/actions/backup-actions.ts",
2791
2875
  "exportedName": "deleteBackupFile"
2792
2876
  },
2793
- "40e7dd349b2e0569ea2188227407bda179ccdf5c32": {
2877
+ "40770d34aa9b30e902656aabe7e5366b8945a42fd1": {
2794
2878
  "workers": {
2795
2879
  "app/settings/page": {
2796
2880
  "moduleId": 857434,
@@ -2802,7 +2886,7 @@
2802
2886
  "filename": "src/actions/backup-actions.ts",
2803
2887
  "exportedName": "restoreBackup"
2804
2888
  },
2805
- "40f1adb7b5b549ff3b799b9ee60f6f22b1e7413e33": {
2889
+ "4050cd947db11039486171d7ea3ec48eaf68ac8ae6": {
2806
2890
  "workers": {
2807
2891
  "app/settings/page": {
2808
2892
  "moduleId": 857434,
@@ -2814,7 +2898,7 @@
2814
2898
  "filename": "src/actions/backup-actions.ts",
2815
2899
  "exportedName": "resetSystem"
2816
2900
  },
2817
- "0001165f57a2aaef6ea09c5b02df6a9e31cff952af": {
2901
+ "003b160010669afa4365f3111002c1d4402564e8de": {
2818
2902
  "workers": {
2819
2903
  "app/settings/page": {
2820
2904
  "moduleId": 857434,
@@ -2826,7 +2910,7 @@
2826
2910
  "filename": "src/actions/backup-actions.ts",
2827
2911
  "exportedName": "getBackupDir"
2828
2912
  },
2829
- "40e925d6ff0dee68efe733866f08eb70322d2378b3": {
2913
+ "408ac88af370549bcc969afede2b331ca937b03c97": {
2830
2914
  "workers": {
2831
2915
  "app/settings/page": {
2832
2916
  "moduleId": 857434,
@@ -2838,7 +2922,7 @@
2838
2922
  "filename": "src/actions/backup-actions.ts",
2839
2923
  "exportedName": "setBackupDir"
2840
2924
  },
2841
- "001d74d371ff00d2a269ab778148db243b15fdead0": {
2925
+ "00c565fb3ded56153b38eaa4ea6bbfcaab3795fd4f": {
2842
2926
  "workers": {
2843
2927
  "app/settings/page": {
2844
2928
  "moduleId": 857434,
@@ -2850,7 +2934,7 @@
2850
2934
  "filename": "src/actions/storage-actions.ts",
2851
2935
  "exportedName": "getStorageLocation"
2852
2936
  },
2853
- "40dfbd70c4dc67f8ff62ede3090c100b8f56128070": {
2937
+ "400b71588b6e24c751248d0e7358a238f2ad19d2c6": {
2854
2938
  "workers": {
2855
2939
  "app/settings/page": {
2856
2940
  "moduleId": 857434,
@@ -2862,7 +2946,7 @@
2862
2946
  "filename": "src/actions/storage-actions.ts",
2863
2947
  "exportedName": "setStorageLocation"
2864
2948
  },
2865
- "00688dbc6d78ac7450b6b4cd3d18594de206bcf2c6": {
2949
+ "0021fde31733aa33792434dbe97703b8123106cc45": {
2866
2950
  "workers": {
2867
2951
  "app/workspaces/[workspaceId]/archive/page": {
2868
2952
  "moduleId": 670300,
@@ -2892,175 +2976,175 @@
2892
2976
  "filename": "src/actions/workspace-actions.ts",
2893
2977
  "exportedName": "getWorkspacesWithProjects"
2894
2978
  },
2895
- "4058a0335ec30af0cf9aa7e453b6fe60c9ca12896d": {
2979
+ "4005e472907c991c345b193c06fce61b33212457f7": {
2896
2980
  "workers": {
2897
2981
  "app/workspaces/[workspaceId]/archive/page": {
2898
2982
  "moduleId": 670300,
2899
2983
  "async": true,
2900
- "exportedName": "getProjectByLocalPath",
2984
+ "exportedName": "getWorkspaceById",
2901
2985
  "filename": "src/actions/workspace-actions.ts"
2902
2986
  },
2903
2987
  "app/workspaces/[workspaceId]/assets/page": {
2904
2988
  "moduleId": 54850,
2905
2989
  "async": true,
2906
- "exportedName": "getProjectByLocalPath",
2990
+ "exportedName": "getWorkspaceById",
2907
2991
  "filename": "src/actions/workspace-actions.ts"
2908
2992
  },
2909
2993
  "app/workspaces/[workspaceId]/notes/page": {
2910
2994
  "moduleId": 593804,
2911
2995
  "async": true,
2912
- "exportedName": "getProjectByLocalPath",
2996
+ "exportedName": "getWorkspaceById",
2913
2997
  "filename": "src/actions/workspace-actions.ts"
2914
2998
  },
2915
2999
  "app/workspaces/page": {
2916
3000
  "moduleId": 101752,
2917
3001
  "async": true,
2918
- "exportedName": "getProjectByLocalPath",
3002
+ "exportedName": "getWorkspaceById",
2919
3003
  "filename": "src/actions/workspace-actions.ts"
2920
3004
  }
2921
3005
  },
2922
3006
  "filename": "src/actions/workspace-actions.ts",
2923
- "exportedName": "getProjectByLocalPath"
3007
+ "exportedName": "getWorkspaceById"
2924
3008
  },
2925
- "40a0b5bb6f64c9cf25110de9047319ef50d814e307": {
3009
+ "4021ba6ca47fcc909a05e39a0940a10c2e0dd7e682": {
2926
3010
  "workers": {
2927
3011
  "app/workspaces/[workspaceId]/archive/page": {
2928
3012
  "moduleId": 670300,
2929
3013
  "async": true,
2930
- "exportedName": "getOrCreateTowerTaskId",
3014
+ "exportedName": "getProjectByLocalPath",
2931
3015
  "filename": "src/actions/workspace-actions.ts"
2932
3016
  },
2933
3017
  "app/workspaces/[workspaceId]/assets/page": {
2934
3018
  "moduleId": 54850,
2935
3019
  "async": true,
2936
- "exportedName": "getOrCreateTowerTaskId",
3020
+ "exportedName": "getProjectByLocalPath",
2937
3021
  "filename": "src/actions/workspace-actions.ts"
2938
3022
  },
2939
3023
  "app/workspaces/[workspaceId]/notes/page": {
2940
3024
  "moduleId": 593804,
2941
3025
  "async": true,
2942
- "exportedName": "getOrCreateTowerTaskId",
2943
- "filename": "src/actions/workspace-actions.ts"
2944
- },
2945
- "app/workspaces/[workspaceId]/page": {
2946
- "moduleId": 590656,
2947
- "async": true,
2948
- "exportedName": "getOrCreateTowerTaskId",
3026
+ "exportedName": "getProjectByLocalPath",
2949
3027
  "filename": "src/actions/workspace-actions.ts"
2950
3028
  },
2951
3029
  "app/workspaces/page": {
2952
3030
  "moduleId": 101752,
2953
3031
  "async": true,
2954
- "exportedName": "getOrCreateTowerTaskId",
3032
+ "exportedName": "getProjectByLocalPath",
2955
3033
  "filename": "src/actions/workspace-actions.ts"
2956
3034
  }
2957
3035
  },
2958
3036
  "filename": "src/actions/workspace-actions.ts",
2959
- "exportedName": "getOrCreateTowerTaskId"
3037
+ "exportedName": "getProjectByLocalPath"
2960
3038
  },
2961
- "40bfdb819049f238be1d656ac76532dd79fd37bb30": {
3039
+ "40313c2517e67b0e8e95da89ae7455d0f123823c24": {
2962
3040
  "workers": {
2963
3041
  "app/workspaces/[workspaceId]/archive/page": {
2964
3042
  "moduleId": 670300,
2965
3043
  "async": true,
2966
- "exportedName": "deleteProject",
3044
+ "exportedName": "getRecentLocalProjects",
2967
3045
  "filename": "src/actions/workspace-actions.ts"
2968
3046
  },
2969
3047
  "app/workspaces/[workspaceId]/assets/page": {
2970
3048
  "moduleId": 54850,
2971
3049
  "async": true,
2972
- "exportedName": "deleteProject",
3050
+ "exportedName": "getRecentLocalProjects",
2973
3051
  "filename": "src/actions/workspace-actions.ts"
2974
3052
  },
2975
3053
  "app/workspaces/[workspaceId]/notes/page": {
2976
3054
  "moduleId": 593804,
2977
3055
  "async": true,
2978
- "exportedName": "deleteProject",
3056
+ "exportedName": "getRecentLocalProjects",
2979
3057
  "filename": "src/actions/workspace-actions.ts"
2980
3058
  },
2981
3059
  "app/workspaces/[workspaceId]/page": {
2982
3060
  "moduleId": 590656,
2983
3061
  "async": true,
2984
- "exportedName": "deleteProject",
3062
+ "exportedName": "getRecentLocalProjects",
2985
3063
  "filename": "src/actions/workspace-actions.ts"
2986
3064
  },
2987
3065
  "app/workspaces/page": {
2988
3066
  "moduleId": 101752,
2989
3067
  "async": true,
2990
- "exportedName": "deleteProject",
3068
+ "exportedName": "getRecentLocalProjects",
2991
3069
  "filename": "src/actions/workspace-actions.ts"
2992
3070
  }
2993
3071
  },
2994
3072
  "filename": "src/actions/workspace-actions.ts",
2995
- "exportedName": "deleteProject"
3073
+ "exportedName": "getRecentLocalProjects"
2996
3074
  },
2997
- "40ce6145871ea41d914c8b61ff694f384d0aee2e3e": {
3075
+ "404c1453a9d55e9ff62d1b67843bc727385e954c8a": {
2998
3076
  "workers": {
2999
3077
  "app/workspaces/[workspaceId]/archive/page": {
3000
3078
  "moduleId": 670300,
3001
3079
  "async": true,
3002
- "exportedName": "getWorkspaceById",
3080
+ "exportedName": "getOrCreateTowerTaskId",
3003
3081
  "filename": "src/actions/workspace-actions.ts"
3004
3082
  },
3005
3083
  "app/workspaces/[workspaceId]/assets/page": {
3006
3084
  "moduleId": 54850,
3007
3085
  "async": true,
3008
- "exportedName": "getWorkspaceById",
3086
+ "exportedName": "getOrCreateTowerTaskId",
3009
3087
  "filename": "src/actions/workspace-actions.ts"
3010
3088
  },
3011
3089
  "app/workspaces/[workspaceId]/notes/page": {
3012
3090
  "moduleId": 593804,
3013
3091
  "async": true,
3014
- "exportedName": "getWorkspaceById",
3092
+ "exportedName": "getOrCreateTowerTaskId",
3093
+ "filename": "src/actions/workspace-actions.ts"
3094
+ },
3095
+ "app/workspaces/[workspaceId]/page": {
3096
+ "moduleId": 590656,
3097
+ "async": true,
3098
+ "exportedName": "getOrCreateTowerTaskId",
3015
3099
  "filename": "src/actions/workspace-actions.ts"
3016
3100
  },
3017
3101
  "app/workspaces/page": {
3018
3102
  "moduleId": 101752,
3019
3103
  "async": true,
3020
- "exportedName": "getWorkspaceById",
3104
+ "exportedName": "getOrCreateTowerTaskId",
3021
3105
  "filename": "src/actions/workspace-actions.ts"
3022
3106
  }
3023
3107
  },
3024
3108
  "filename": "src/actions/workspace-actions.ts",
3025
- "exportedName": "getWorkspaceById"
3109
+ "exportedName": "getOrCreateTowerTaskId"
3026
3110
  },
3027
- "40e947723dc8d092a9f0faad2115ebebbedc9a9c40": {
3111
+ "40543ed5c4ca48287a258c2ec796155d6af26c3e1c": {
3028
3112
  "workers": {
3029
3113
  "app/workspaces/[workspaceId]/archive/page": {
3030
3114
  "moduleId": 670300,
3031
3115
  "async": true,
3032
- "exportedName": "getRecentLocalProjects",
3116
+ "exportedName": "deleteProject",
3033
3117
  "filename": "src/actions/workspace-actions.ts"
3034
3118
  },
3035
3119
  "app/workspaces/[workspaceId]/assets/page": {
3036
3120
  "moduleId": 54850,
3037
3121
  "async": true,
3038
- "exportedName": "getRecentLocalProjects",
3122
+ "exportedName": "deleteProject",
3039
3123
  "filename": "src/actions/workspace-actions.ts"
3040
3124
  },
3041
3125
  "app/workspaces/[workspaceId]/notes/page": {
3042
3126
  "moduleId": 593804,
3043
3127
  "async": true,
3044
- "exportedName": "getRecentLocalProjects",
3128
+ "exportedName": "deleteProject",
3045
3129
  "filename": "src/actions/workspace-actions.ts"
3046
3130
  },
3047
3131
  "app/workspaces/[workspaceId]/page": {
3048
3132
  "moduleId": 590656,
3049
3133
  "async": true,
3050
- "exportedName": "getRecentLocalProjects",
3134
+ "exportedName": "deleteProject",
3051
3135
  "filename": "src/actions/workspace-actions.ts"
3052
3136
  },
3053
3137
  "app/workspaces/page": {
3054
3138
  "moduleId": 101752,
3055
3139
  "async": true,
3056
- "exportedName": "getRecentLocalProjects",
3140
+ "exportedName": "deleteProject",
3057
3141
  "filename": "src/actions/workspace-actions.ts"
3058
3142
  }
3059
3143
  },
3060
3144
  "filename": "src/actions/workspace-actions.ts",
3061
- "exportedName": "getRecentLocalProjects"
3145
+ "exportedName": "deleteProject"
3062
3146
  },
3063
- "603b1629a6224e0dfc997ff676da7615208fd7756c": {
3147
+ "603161ddba8d2b6154659ea57e9d39db882fb46567": {
3064
3148
  "workers": {
3065
3149
  "app/workspaces/[workspaceId]/archive/page": {
3066
3150
  "moduleId": 670300,
@@ -3096,7 +3180,7 @@
3096
3180
  "filename": "src/actions/workspace-actions.ts",
3097
3181
  "exportedName": "updateProject"
3098
3182
  },
3099
- "40450cc3cb424bb4f3cf6fca03af7f82c6ad6b0d6b": {
3183
+ "40db7cf675311187c928e7e098ab036e70c422d02b": {
3100
3184
  "workers": {
3101
3185
  "app/workspaces/[workspaceId]/archive/page": {
3102
3186
  "moduleId": 670300,
@@ -3114,7 +3198,7 @@
3114
3198
  "filename": "src/actions/label-actions.ts",
3115
3199
  "exportedName": "getTaskLabels"
3116
3200
  },
3117
- "60bed14f8ee96d857a3f8f6a2b4f8a0727a5cb8582": {
3201
+ "60775e9b84ebb45fe49a00b26020950edf733eceec": {
3118
3202
  "workers": {
3119
3203
  "app/workspaces/[workspaceId]/archive/page": {
3120
3204
  "moduleId": 670300,
@@ -3132,7 +3216,7 @@
3132
3216
  "filename": "src/actions/label-actions.ts",
3133
3217
  "exportedName": "setTaskLabels"
3134
3218
  },
3135
- "0007ad25bdad6946db5729aae8b42dec76714f57df": {
3219
+ "0036cbe219e738f8cbdffb75cb454d4b5b1adfacb2": {
3136
3220
  "workers": {
3137
3221
  "app/workspaces/[workspaceId]/archive/page": {
3138
3222
  "moduleId": 670300,
@@ -3156,7 +3240,7 @@
3156
3240
  "filename": "src/actions/config-actions.ts",
3157
3241
  "exportedName": "getPlatformInfo"
3158
3242
  },
3159
- "00358d61023d1f4c6cefcf9f0da99d46037226e81d": {
3243
+ "003f9d5fdf8fb396447637bdd5abc276e2ff990e7a": {
3160
3244
  "workers": {
3161
3245
  "app/workspaces/[workspaceId]/archive/page": {
3162
3246
  "moduleId": 670300,
@@ -3180,7 +3264,7 @@
3180
3264
  "filename": "src/actions/config-actions.ts",
3181
3265
  "exportedName": "getArchiveDelayDays"
3182
3266
  },
3183
- "0042f495c044c425a06d5444e4565ff676338e2bd2": {
3267
+ "009eb01594df9b75b93002e86c595d5631bc8ed4a1": {
3184
3268
  "workers": {
3185
3269
  "app/workspaces/[workspaceId]/archive/page": {
3186
3270
  "moduleId": 670300,
@@ -3204,7 +3288,7 @@
3204
3288
  "filename": "src/actions/config-actions.ts",
3205
3289
  "exportedName": "getAvailableShells"
3206
3290
  },
3207
- "408ad60a045f2bf21691c4a3da0c2e5c0df46aeeb6": {
3291
+ "40dffcd1988fd8b1ac7b1da9ef721a2c75041021d0": {
3208
3292
  "workers": {
3209
3293
  "app/workspaces/[workspaceId]/archive/page": {
3210
3294
  "moduleId": 670300,
@@ -3240,7 +3324,7 @@
3240
3324
  "filename": "src/actions/git-actions.ts",
3241
3325
  "exportedName": "getProjectBranches"
3242
3326
  },
3243
- "40da2575ef47b9d6d5e7ec17b605f4f79ccd703eb0": {
3327
+ "400b4e64d53a79ea69cb891f33bf0b5825053f5a2f": {
3244
3328
  "workers": {
3245
3329
  "app/workspaces/[workspaceId]/archive/page": {
3246
3330
  "moduleId": 670300,
@@ -3276,7 +3360,7 @@
3276
3360
  "filename": "src/actions/git-actions.ts",
3277
3361
  "exportedName": "fetchRemoteBranches"
3278
3362
  },
3279
- "40a368c55ee0fb0de5e50278d7780112639bb8d02a": {
3363
+ "406e86c83e91c1186830344ed891d8a1ce2757f822": {
3280
3364
  "workers": {
3281
3365
  "app/workspaces/[workspaceId]/archive/page": {
3282
3366
  "moduleId": 670300,
@@ -3312,7 +3396,7 @@
3312
3396
  "filename": "src/actions/git-actions.ts",
3313
3397
  "exportedName": "getCurrentBranch"
3314
3398
  },
3315
- "40c330cbede075bdf5df3700ca99a3afb4bbaf10ba": {
3399
+ "402267c2c38e93dab04259f43e1a7495e1628abd45": {
3316
3400
  "workers": {
3317
3401
  "app/workspaces/[workspaceId]/archive/page": {
3318
3402
  "moduleId": 670300,
@@ -3354,7 +3438,7 @@
3354
3438
  "filename": "src/actions/preview-actions.ts",
3355
3439
  "exportedName": "openInFileManager"
3356
3440
  },
3357
- "4084711abfc9d815259be16dd15c75f0798479fb27": {
3441
+ "40efafaef4f35ec883fb17805980ce195985954dd2": {
3358
3442
  "workers": {
3359
3443
  "app/workspaces/[workspaceId]/archive/page": {
3360
3444
  "moduleId": 670300,
@@ -3396,7 +3480,7 @@
3396
3480
  "filename": "src/actions/preview-actions.ts",
3397
3481
  "exportedName": "openInEditor"
3398
3482
  },
3399
- "60a6990e5706f6a9370f2a079cfb1f3773a415e1ef": {
3483
+ "60b3b43328be155fd4f8819a051590b0ec85cc81b6": {
3400
3484
  "workers": {
3401
3485
  "app/workspaces/[workspaceId]/archive/page": {
3402
3486
  "moduleId": 670300,
@@ -3420,7 +3504,7 @@
3420
3504
  "filename": "src/actions/task-actions.ts",
3421
3505
  "exportedName": "updateTaskStatus"
3422
3506
  },
3423
- "40fce19ca40968a9bd992af4e65a2c5e9415227137": {
3507
+ "40228e445431e260a8023f747f753ab8b95509a7b8": {
3424
3508
  "workers": {
3425
3509
  "app/workspaces/[workspaceId]/archive/page": {
3426
3510
  "moduleId": 670300,
@@ -3444,7 +3528,7 @@
3444
3528
  "filename": "src/actions/task-actions.ts",
3445
3529
  "exportedName": "checkWorktreeClean"
3446
3530
  },
3447
- "605d58065f72996740767da24f5bb6481525c2862f": {
3531
+ "6040de30641b812bf05c08ef9c69f5b22214305a4b": {
3448
3532
  "workers": {
3449
3533
  "app/workspaces/[workspaceId]/archive/page": {
3450
3534
  "moduleId": 670300,
@@ -3468,7 +3552,7 @@
3468
3552
  "filename": "src/actions/task-actions.ts",
3469
3553
  "exportedName": "commitWorktreeChanges"
3470
3554
  },
3471
- "40f36def1f9fcd5b092f8c06987d2d3b5794d20781": {
3555
+ "40f0ceafc174448bcc919ee0be24df983e9792a9b9": {
3472
3556
  "workers": {
3473
3557
  "app/workspaces/[workspaceId]/notes/page": {
3474
3558
  "moduleId": 593804,
@@ -3486,7 +3570,7 @@
3486
3570
  "filename": "src/actions/note-actions.ts",
3487
3571
  "exportedName": "createNote"
3488
3572
  },
3489
- "402a3832911ad498ab74ac3988c9585666dd257251": {
3573
+ "40dadcf5731aaed6d0df7327cccb194d62be9eca76": {
3490
3574
  "workers": {
3491
3575
  "app/workspaces/[workspaceId]/archive/page": {
3492
3576
  "moduleId": 670300,
@@ -3522,7 +3606,7 @@
3522
3606
  "filename": "src/actions/note-actions.ts",
3523
3607
  "exportedName": "getTaskNotes"
3524
3608
  },
3525
- "4040fd5e9067d8880fb0bff6df48d38d31fd55db78": {
3609
+ "40c8c62b9f15f9b676b6771bfc2ebf92772a8912c3": {
3526
3610
  "workers": {
3527
3611
  "app/workspaces/[workspaceId]/notes/page": {
3528
3612
  "moduleId": 593804,
@@ -3540,7 +3624,7 @@
3540
3624
  "filename": "src/actions/note-actions.ts",
3541
3625
  "exportedName": "deleteNote"
3542
3626
  },
3543
- "40080aba13506281aa713298cee0a07c6cc703ea03": {
3627
+ "40845f88c397d5023344b95513dff908b52205464f": {
3544
3628
  "workers": {
3545
3629
  "app/workspaces/[workspaceId]/archive/page": {
3546
3630
  "moduleId": 670300,
@@ -3576,7 +3660,7 @@
3576
3660
  "filename": "src/actions/asset-actions.ts",
3577
3661
  "exportedName": "getTaskAssets"
3578
3662
  },
3579
- "40b809033e36c068a9c66eee2e76c4d1e0558f2062": {
3663
+ "403aef25069f4957dd5bd16a162617f05e9de9b04c": {
3580
3664
  "workers": {
3581
3665
  "app/workspaces/[workspaceId]/assets/page": {
3582
3666
  "moduleId": 54850,
@@ -3594,7 +3678,7 @@
3594
3678
  "filename": "src/actions/asset-actions.ts",
3595
3679
  "exportedName": "uploadAsset"
3596
3680
  },
3597
- "40a719de85953a8f71fd136a0f7b38182c06070514": {
3681
+ "40210797f0040786db86f0d815003f858cbb40f2c4": {
3598
3682
  "workers": {
3599
3683
  "app/workspaces/[workspaceId]/assets/page": {
3600
3684
  "moduleId": 54850,
@@ -3612,7 +3696,7 @@
3612
3696
  "filename": "src/actions/asset-actions.ts",
3613
3697
  "exportedName": "deleteAsset"
3614
3698
  },
3615
- "407c9406a33e464626e42425b0c56de3c72e98a1c4": {
3699
+ "40c3605bec65c1496fa0fd5123f1e94bdfde2a828e": {
3616
3700
  "workers": {
3617
3701
  "app/workspaces/[workspaceId]/archive/page": {
3618
3702
  "moduleId": 670300,
@@ -3648,7 +3732,7 @@
3648
3732
  "filename": "src/actions/task-actions.ts",
3649
3733
  "exportedName": "createTask"
3650
3734
  },
3651
- "603aa484f28d5501865c16dffc1542cc000058d929": {
3735
+ "6050f28de80d528de4b477e42d739ea1973c2eccc0": {
3652
3736
  "workers": {
3653
3737
  "app/workspaces/[workspaceId]/archive/page": {
3654
3738
  "moduleId": 670300,
@@ -3672,7 +3756,7 @@
3672
3756
  "filename": "src/actions/task-actions.ts",
3673
3757
  "exportedName": "updateTask"
3674
3758
  },
3675
- "4066d6d4de2011104b1d12a27282446b63b133a0fc": {
3759
+ "40f0f30d50a778a5dc6c79bbae583ca6da0d5f58d0": {
3676
3760
  "workers": {
3677
3761
  "app/workspaces/[workspaceId]/archive/page": {
3678
3762
  "moduleId": 670300,
@@ -3690,7 +3774,7 @@
3690
3774
  "filename": "src/actions/task-actions.ts",
3691
3775
  "exportedName": "deleteTask"
3692
3776
  },
3693
- "40377ed3cc413b67d7f8c0580f0ad3ba229a8279d7": {
3777
+ "408f9de32b050c148d7cf36642d87cce297331b4d4": {
3694
3778
  "workers": {
3695
3779
  "app/workspaces/[workspaceId]/archive/page": {
3696
3780
  "moduleId": 670300,
@@ -3708,7 +3792,7 @@
3708
3792
  "filename": "src/actions/task-actions.ts",
3709
3793
  "exportedName": "toggleTaskPinned"
3710
3794
  },
3711
- "40a84f5e29f74467fb60c08ca546d095805f23115e": {
3795
+ "408f957d033515375d14c67a15b77022d11e2598c9": {
3712
3796
  "workers": {
3713
3797
  "app/workspaces/[workspaceId]/page": {
3714
3798
  "moduleId": 590656,
@@ -3726,7 +3810,7 @@
3726
3810
  "filename": "src/actions/version-actions.ts",
3727
3811
  "exportedName": "getVersionsForPicker"
3728
3812
  },
3729
- "403ed461fd0d6e3071bb85e20170fc4d7deed32faf": {
3813
+ "4029968e5a2e65c1d348ba335be069d829745c34c4": {
3730
3814
  "workers": {
3731
3815
  "app/workspaces/[workspaceId]/archive/page": {
3732
3816
  "moduleId": 670300,
@@ -3756,7 +3840,7 @@
3756
3840
  "filename": "src/actions/task-actions.ts",
3757
3841
  "exportedName": "getTaskOverview"
3758
3842
  },
3759
- "4045f1b7a85f0a503af9d62f01c8b3bdde0482fc94": {
3843
+ "404ec0c3c75244af0a0d4ed239f400fc45661ca8cf": {
3760
3844
  "workers": {
3761
3845
  "app/workspaces/[workspaceId]/archive/page": {
3762
3846
  "moduleId": 670300,
@@ -3768,67 +3852,67 @@
3768
3852
  "filename": "src/actions/task-actions.ts",
3769
3853
  "exportedName": "searchTasks"
3770
3854
  },
3771
- "407e5e27c005854c4879dcc12a397c87772017f309": {
3855
+ "406f0cf57a8b93fff60f0c2c4ccacf9e4829285fca": {
3772
3856
  "workers": {
3773
3857
  "app/workspaces/[workspaceId]/archive/page": {
3774
3858
  "moduleId": 670300,
3775
3859
  "async": true,
3776
- "exportedName": "getArchivedTasks",
3860
+ "exportedName": "getArchivedTaskCount",
3777
3861
  "filename": "src/actions/task-actions.ts"
3778
3862
  }
3779
3863
  },
3780
3864
  "filename": "src/actions/task-actions.ts",
3781
- "exportedName": "getArchivedTasks"
3865
+ "exportedName": "getArchivedTaskCount"
3782
3866
  },
3783
- "4094334a6d7074ce4510328edfcc112de7cf54d3ea": {
3867
+ "40f88754fa4ff3ba0a38dfd64e6cfd9a3687d71f26": {
3784
3868
  "workers": {
3785
3869
  "app/workspaces/[workspaceId]/archive/page": {
3786
3870
  "moduleId": 670300,
3787
3871
  "async": true,
3788
- "exportedName": "getArchivedTaskCount",
3872
+ "exportedName": "getArchivedTasks",
3789
3873
  "filename": "src/actions/task-actions.ts"
3790
3874
  }
3791
3875
  },
3792
3876
  "filename": "src/actions/task-actions.ts",
3793
- "exportedName": "getArchivedTaskCount"
3877
+ "exportedName": "getArchivedTasks"
3794
3878
  },
3795
- "406ce90fe650b1a28fe289d74fece5629077892845": {
3879
+ "4055b6e8b3734fde3298c09bbf70af5f92de4b6627": {
3796
3880
  "workers": {
3797
3881
  "app/workspaces/[workspaceId]/assets/page": {
3798
3882
  "moduleId": 54850,
3799
3883
  "async": true,
3800
- "exportedName": "createAsset",
3884
+ "exportedName": "getProjectAssets",
3801
3885
  "filename": "src/actions/asset-actions.ts"
3802
3886
  }
3803
3887
  },
3804
3888
  "filename": "src/actions/asset-actions.ts",
3805
- "exportedName": "createAsset"
3889
+ "exportedName": "getProjectAssets"
3806
3890
  },
3807
- "40c59e0ccfc2d2d81a03c04766a05c45756c9ec147": {
3891
+ "40e186fa7f54ceabbdc3a317a7f7811f80ca0dd604": {
3808
3892
  "workers": {
3809
3893
  "app/workspaces/[workspaceId]/assets/page": {
3810
3894
  "moduleId": 54850,
3811
3895
  "async": true,
3812
- "exportedName": "getAssetById",
3896
+ "exportedName": "createAsset",
3813
3897
  "filename": "src/actions/asset-actions.ts"
3814
3898
  }
3815
3899
  },
3816
3900
  "filename": "src/actions/asset-actions.ts",
3817
- "exportedName": "getAssetById"
3901
+ "exportedName": "createAsset"
3818
3902
  },
3819
- "40e871ae135d4aaa9119867d6ba62e0186bb8b391a": {
3903
+ "40f3f0a46f117faca612e0f8fb058f4bc32cd43091": {
3820
3904
  "workers": {
3821
3905
  "app/workspaces/[workspaceId]/assets/page": {
3822
3906
  "moduleId": 54850,
3823
3907
  "async": true,
3824
- "exportedName": "getProjectAssets",
3908
+ "exportedName": "getAssetById",
3825
3909
  "filename": "src/actions/asset-actions.ts"
3826
3910
  }
3827
3911
  },
3828
3912
  "filename": "src/actions/asset-actions.ts",
3829
- "exportedName": "getProjectAssets"
3913
+ "exportedName": "getAssetById"
3830
3914
  },
3831
- "407c6208d9b50c6cb84363fe8e74d16915dc3a735f": {
3915
+ "404bf012f2f310173faee43080e76b1e8c36c29985": {
3832
3916
  "workers": {
3833
3917
  "app/workspaces/[workspaceId]/notes/page": {
3834
3918
  "moduleId": 593804,
@@ -3840,7 +3924,7 @@
3840
3924
  "filename": "src/actions/note-actions.ts",
3841
3925
  "exportedName": "getNoteById"
3842
3926
  },
3843
- "605e05e2db7e6f592069bfeddbc1c18e9cd56e6c36": {
3927
+ "6081e954c540e274ff55add8e92a839d38c57dee49": {
3844
3928
  "workers": {
3845
3929
  "app/workspaces/[workspaceId]/notes/page": {
3846
3930
  "moduleId": 593804,
@@ -3852,7 +3936,7 @@
3852
3936
  "filename": "src/actions/note-actions.ts",
3853
3937
  "exportedName": "getProjectNotes"
3854
3938
  },
3855
- "60c9d6fa934ec141f76b963c25329967e923d198f3": {
3939
+ "60e59c84d31bd94efc79e8afdaf1e499b7221c490b": {
3856
3940
  "workers": {
3857
3941
  "app/workspaces/[workspaceId]/notes/page": {
3858
3942
  "moduleId": 593804,
@@ -3864,7 +3948,7 @@
3864
3948
  "filename": "src/actions/note-actions.ts",
3865
3949
  "exportedName": "updateNote"
3866
3950
  },
3867
- "400bcc739c7137879eb64bbb390fcaab6feeb80246": {
3951
+ "4016ab9da91da42b860f8b85d6c32bccf3496de2e4": {
3868
3952
  "workers": {
3869
3953
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3870
3954
  "moduleId": 384874,
@@ -3876,19 +3960,19 @@
3876
3960
  "filename": "src/actions/version-actions.ts",
3877
3961
  "exportedName": "setCurrentVersion"
3878
3962
  },
3879
- "4010fa14f02ce2daf7ea196ae2c386a2f7d09996e7": {
3963
+ "4042cdcae712094709d42082df321526750ddf8b9a": {
3880
3964
  "workers": {
3881
3965
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3882
3966
  "moduleId": 384874,
3883
3967
  "async": true,
3884
- "exportedName": "getVersionDiff",
3968
+ "exportedName": "getVersionDiffStat",
3885
3969
  "filename": "src/actions/version-actions.ts"
3886
3970
  }
3887
3971
  },
3888
3972
  "filename": "src/actions/version-actions.ts",
3889
- "exportedName": "getVersionDiff"
3973
+ "exportedName": "getVersionDiffStat"
3890
3974
  },
3891
- "403f1b1c084422b46416c1a8ff90dd68c84bf9c023": {
3975
+ "409c867f8aac1f101671eda0e63b8b8fb5d930df45": {
3892
3976
  "workers": {
3893
3977
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3894
3978
  "moduleId": 384874,
@@ -3900,55 +3984,55 @@
3900
3984
  "filename": "src/actions/version-actions.ts",
3901
3985
  "exportedName": "deleteVersion"
3902
3986
  },
3903
- "405ad415557f47e46147eb59d0c82d8d6046bcbde9": {
3987
+ "40d45d7e22e83a07e1d461422cafdb11f6d7c1181d": {
3904
3988
  "workers": {
3905
3989
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3906
3990
  "moduleId": 384874,
3907
3991
  "async": true,
3908
- "exportedName": "createVersion",
3992
+ "exportedName": "getProjectVersions",
3909
3993
  "filename": "src/actions/version-actions.ts"
3910
3994
  }
3911
3995
  },
3912
3996
  "filename": "src/actions/version-actions.ts",
3913
- "exportedName": "createVersion"
3997
+ "exportedName": "getProjectVersions"
3914
3998
  },
3915
- "40b0fc63cb304af0e54f3e100506319fc8b2835941": {
3999
+ "40da7c092783ebcf1dd22aa3a280e641b2c4427ace": {
3916
4000
  "workers": {
3917
4001
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3918
4002
  "moduleId": 384874,
3919
4003
  "async": true,
3920
- "exportedName": "getProjectVersions",
4004
+ "exportedName": "createVersion",
3921
4005
  "filename": "src/actions/version-actions.ts"
3922
4006
  }
3923
4007
  },
3924
4008
  "filename": "src/actions/version-actions.ts",
3925
- "exportedName": "getProjectVersions"
4009
+ "exportedName": "createVersion"
3926
4010
  },
3927
- "40cbceced33297f96aa9a680d9fb7ec5e7a6687541": {
4011
+ "40e165d3fde6173d1edb56e3a9bee20141fc08b736": {
3928
4012
  "workers": {
3929
4013
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3930
4014
  "moduleId": 384874,
3931
4015
  "async": true,
3932
- "exportedName": "getVersionDiffStat",
4016
+ "exportedName": "getVersionDiff",
3933
4017
  "filename": "src/actions/version-actions.ts"
3934
4018
  }
3935
4019
  },
3936
4020
  "filename": "src/actions/version-actions.ts",
3937
- "exportedName": "getVersionDiffStat"
4021
+ "exportedName": "getVersionDiff"
3938
4022
  },
3939
- "600c1741bf12668cf4cc3737ac1c19e2d25d30487f": {
4023
+ "6038a614e3502a569a24b658c514ef727f87f7e097": {
3940
4024
  "workers": {
3941
4025
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3942
4026
  "moduleId": 384874,
3943
4027
  "async": true,
3944
- "exportedName": "assignTaskVersion",
4028
+ "exportedName": "releaseVersion",
3945
4029
  "filename": "src/actions/version-actions.ts"
3946
4030
  }
3947
4031
  },
3948
4032
  "filename": "src/actions/version-actions.ts",
3949
- "exportedName": "assignTaskVersion"
4033
+ "exportedName": "releaseVersion"
3950
4034
  },
3951
- "6013c0ea8cec3ae7599a1298517a5b19eff0bd2016": {
4035
+ "6039b9115f67f2fe4322dfec62fc70c468476ef9da": {
3952
4036
  "workers": {
3953
4037
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3954
4038
  "moduleId": 384874,
@@ -3960,19 +4044,19 @@
3960
4044
  "filename": "src/actions/version-actions.ts",
3961
4045
  "exportedName": "updateVersion"
3962
4046
  },
3963
- "603f7baad2e05df4edc114bf305e581b54c51dbf36": {
4047
+ "60aec666b0aea291a0a4bdcd772786d39cdea184fc": {
3964
4048
  "workers": {
3965
4049
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3966
4050
  "moduleId": 384874,
3967
4051
  "async": true,
3968
- "exportedName": "releaseVersion",
4052
+ "exportedName": "assignTaskVersion",
3969
4053
  "filename": "src/actions/version-actions.ts"
3970
4054
  }
3971
4055
  },
3972
4056
  "filename": "src/actions/version-actions.ts",
3973
- "exportedName": "releaseVersion"
4057
+ "exportedName": "assignTaskVersion"
3974
4058
  },
3975
- "40e7248c393dbb9814bde4cac0421089a9db148cb3": {
4059
+ "40c48208829302674f2f477c34c108d3fd8e37baed": {
3976
4060
  "workers": {
3977
4061
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3978
4062
  "moduleId": 384874,
@@ -3984,7 +4068,7 @@
3984
4068
  "filename": "src/actions/version-type-actions.ts",
3985
4069
  "exportedName": "getVersionTypes"
3986
4070
  },
3987
- "403d028a6a02085dc3affd0a111ea7b8f46dc07ba7": {
4071
+ "4006b9cad3a29c690d7c9b0002f7ba9b7499ba4e41": {
3988
4072
  "workers": {
3989
4073
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3990
4074
  "moduleId": 384874,
@@ -3996,7 +4080,7 @@
3996
4080
  "filename": "src/actions/version-type-actions.ts",
3997
4081
  "exportedName": "createVersionType"
3998
4082
  },
3999
- "609aba6fbd5142097b51e0f62e1b85e86afb9587e3": {
4083
+ "6019c73705f305ba7f164c1d3ee3a1bfcfc7a0236f": {
4000
4084
  "workers": {
4001
4085
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4002
4086
  "moduleId": 384874,
@@ -4008,7 +4092,7 @@
4008
4092
  "filename": "src/actions/version-type-actions.ts",
4009
4093
  "exportedName": "updateVersionType"
4010
4094
  },
4011
- "403246cbe84a934dcba844c7188477e9c62cf2e777": {
4095
+ "40597dc88c65807f2f5beaf9c32db41ece5fa27d5a": {
4012
4096
  "workers": {
4013
4097
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4014
4098
  "moduleId": 384874,
@@ -4020,7 +4104,7 @@
4020
4104
  "filename": "src/actions/version-type-actions.ts",
4021
4105
  "exportedName": "deleteVersionType"
4022
4106
  },
4023
- "600bb6b9e79575aa45a33502e3b0df7ec4ea94a6b0": {
4107
+ "60edccc4bd0741704c21790746fe4418e1fb362aab": {
4024
4108
  "workers": {
4025
4109
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4026
4110
  "moduleId": 942658,
@@ -4032,7 +4116,7 @@
4032
4116
  "filename": "src/actions/file-actions.ts",
4033
4117
  "exportedName": "listDirectory"
4034
4118
  },
4035
- "706623a7813d6cb7676504d605e6b1dcaba45003e7": {
4119
+ "7014704ce75eae3077e300b77f0c39204bd595b00f": {
4036
4120
  "workers": {
4037
4121
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4038
4122
  "moduleId": 942658,
@@ -4044,7 +4128,7 @@
4044
4128
  "filename": "src/actions/file-actions.ts",
4045
4129
  "exportedName": "getGitStatus"
4046
4130
  },
4047
- "601ffb44a871e6abdfc4b15d71db3812428df3e546": {
4131
+ "608270999f6409facc3f4bce0ed03a1497b0a1caa6": {
4048
4132
  "workers": {
4049
4133
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4050
4134
  "moduleId": 942658,
@@ -4056,7 +4140,7 @@
4056
4140
  "filename": "src/actions/file-actions.ts",
4057
4141
  "exportedName": "createFile"
4058
4142
  },
4059
- "602bba0330991d777341e29165d5dde5ff8c6a5f58": {
4143
+ "602050332ff0b88e9291cb4b67e929f99ce8712260": {
4060
4144
  "workers": {
4061
4145
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4062
4146
  "moduleId": 942658,
@@ -4068,7 +4152,7 @@
4068
4152
  "filename": "src/actions/file-actions.ts",
4069
4153
  "exportedName": "createDirectory"
4070
4154
  },
4071
- "7075e51ef3346309ffd55a89ba8a2cd1928e218f29": {
4155
+ "709bf11c76e93f6c9d9ce6e3bbd817adfb4ac4dd9c": {
4072
4156
  "workers": {
4073
4157
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4074
4158
  "moduleId": 942658,
@@ -4080,7 +4164,7 @@
4080
4164
  "filename": "src/actions/file-actions.ts",
4081
4165
  "exportedName": "renameEntry"
4082
4166
  },
4083
- "6060c408677cd0d6c0b409657156513fc807cc22b0": {
4167
+ "60c7b9e4462837863ff59a3003d82e6e4760593667": {
4084
4168
  "workers": {
4085
4169
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4086
4170
  "moduleId": 942658,
@@ -4092,7 +4176,7 @@
4092
4176
  "filename": "src/actions/file-actions.ts",
4093
4177
  "exportedName": "deleteEntry"
4094
4178
  },
4095
- "400efb1ba81ff12eed6ca7984e1da6462798b47284": {
4179
+ "407f9729dc2e569da63ccf176c7fa0f6921c6fdee6": {
4096
4180
  "workers": {
4097
4181
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4098
4182
  "moduleId": 942658,
@@ -4104,7 +4188,7 @@
4104
4188
  "filename": "src/actions/file-actions.ts",
4105
4189
  "exportedName": "listAllFiles"
4106
4190
  },
4107
- "6054fbd215ac2c8fa425dd1284a27d5c9b5f45d4d1": {
4191
+ "6094b5d8af159d46d13a57c3cb26a79ccb82294413": {
4108
4192
  "workers": {
4109
4193
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4110
4194
  "moduleId": 942658,
@@ -4116,7 +4200,7 @@
4116
4200
  "filename": "src/actions/file-actions.ts",
4117
4201
  "exportedName": "readFileContent"
4118
4202
  },
4119
- "6043bc4df77fb5e4f4c7c0107690db45abc8c5c857": {
4203
+ "60fb63751525f65dfc077b988b06269dd364659aa6": {
4120
4204
  "workers": {
4121
4205
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4122
4206
  "moduleId": 942658,
@@ -4128,7 +4212,7 @@
4128
4212
  "filename": "src/actions/file-actions.ts",
4129
4213
  "exportedName": "readFileContentForce"
4130
4214
  },
4131
- "70719c9f07d5b1adf3de2dc822e4453ee81559773d": {
4215
+ "70cf32983511159d004e401acc802607c9861deccd": {
4132
4216
  "workers": {
4133
4217
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4134
4218
  "moduleId": 942658,
@@ -4140,7 +4224,7 @@
4140
4224
  "filename": "src/actions/file-actions.ts",
4141
4225
  "exportedName": "writeFileContent"
4142
4226
  },
4143
- "6042e8933778b38feb864e892229c321d717c8e251": {
4227
+ "60fc9f236f23f70f238f2e523cf5c8f8db19ed342a": {
4144
4228
  "workers": {
4145
4229
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4146
4230
  "moduleId": 942658,
@@ -4152,7 +4236,7 @@
4152
4236
  "filename": "src/actions/file-actions.ts",
4153
4237
  "exportedName": "revealInFinder"
4154
4238
  },
4155
- "7c1cee5d6c150d2e16c6b2ed4f22a000e3ae53dfa2": {
4239
+ "7c20c9848d997cbc101a4400cb3cea4d171e1eb5f3": {
4156
4240
  "workers": {
4157
4241
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4158
4242
  "moduleId": 942658,
@@ -4164,7 +4248,7 @@
4164
4248
  "filename": "src/actions/search-code-actions.ts",
4165
4249
  "exportedName": "searchCode"
4166
4250
  },
4167
- "404ca4acbd089287de423b7fb3e2d60a7a0dad39f5": {
4251
+ "406d45e7c252f3a157e8f7f51378c9552de4590cb6": {
4168
4252
  "workers": {
4169
4253
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4170
4254
  "moduleId": 942658,
@@ -4176,7 +4260,7 @@
4176
4260
  "filename": "src/actions/preview-actions.ts",
4177
4261
  "exportedName": "getPreviewState"
4178
4262
  },
4179
- "4038b1e2dafa4baff772fde402e1537c9850c266fc": {
4263
+ "4083a54b1625613efc187ce27cd0e4528f3ccf3ea5": {
4180
4264
  "workers": {
4181
4265
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4182
4266
  "moduleId": 942658,
@@ -4188,7 +4272,7 @@
4188
4272
  "filename": "src/actions/preview-actions.ts",
4189
4273
  "exportedName": "startPreview"
4190
4274
  },
4191
- "40a00a85e98450f57f3566073266eaa0ee9bf6e590": {
4275
+ "4060685475e3ccbc46ea2fa1b77c83463455ff0d3a": {
4192
4276
  "workers": {
4193
4277
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4194
4278
  "moduleId": 942658,
@@ -4200,7 +4284,7 @@
4200
4284
  "filename": "src/actions/preview-actions.ts",
4201
4285
  "exportedName": "stopPreview"
4202
4286
  },
4203
- "4069f826727bd6d6bbc66cc895e808dc7a9d894ddd": {
4287
+ "40de63e05071e40aadff72ea016ba73ef6dea5c969": {
4204
4288
  "workers": {
4205
4289
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4206
4290
  "moduleId": 942658,
@@ -4212,7 +4296,7 @@
4212
4296
  "filename": "src/actions/preview-actions.ts",
4213
4297
  "exportedName": "installPreviewDeps"
4214
4298
  },
4215
- "40510507de216508097f96813b9ea96453e724529f": {
4299
+ "40ff6879d158ffb1ce2a075d637b03d57754373d85": {
4216
4300
  "workers": {
4217
4301
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4218
4302
  "moduleId": 942658,
@@ -4224,7 +4308,7 @@
4224
4308
  "filename": "src/actions/preview-actions.ts",
4225
4309
  "exportedName": "redetectPreset"
4226
4310
  },
4227
- "40f1947aa790b3b2f7be00f5924c5e6bfcce90d4c6": {
4311
+ "40d495bf6be16ce2ebb09c7d9a515c1ffb11a93340": {
4228
4312
  "workers": {
4229
4313
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4230
4314
  "moduleId": 942658,
@@ -4236,7 +4320,7 @@
4236
4320
  "filename": "src/actions/preview-actions.ts",
4237
4321
  "exportedName": "setProjectPreset"
4238
4322
  },
4239
- "40ba59558521cae010506613195e97773f1db24f0a": {
4323
+ "4004b6f59700dd565cc48ae4661233587f73fa17e2": {
4240
4324
  "workers": {
4241
4325
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4242
4326
  "moduleId": 942658,
@@ -4250,5 +4334,5 @@
4250
4334
  }
4251
4335
  },
4252
4336
  "edge": {},
4253
- "encryptionKey": "E4GaskEn12D+QXGIbr0TKewz3ueHpF3G1/DcZdW4Zqs="
4337
+ "encryptionKey": "oMiKKp73SlKJCbsNJsOA+IQD951+O7hHIwK6aEoTLoU="
4254
4338
  }