tower-studio 0.2.38 → 0.2.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +3 -3
  3. package/.next/standalone/.next/prerender-manifest.json +3 -3
  4. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  5. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  6. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +2 -2
  12. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +40 -28
  13. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  15. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  16. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  17. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  18. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  19. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  20. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  34. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +75 -63
  35. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  36. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  37. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +2 -2
  38. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +40 -28
  39. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  41. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +2 -2
  42. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +40 -28
  43. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  45. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +2 -2
  46. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +57 -45
  47. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  49. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +2 -2
  50. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +107 -95
  51. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  52. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  53. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +2 -2
  54. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +92 -80
  55. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  56. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  57. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +2 -2
  58. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +81 -69
  59. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  60. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  61. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +2 -2
  62. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +82 -70
  63. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  64. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  65. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +2 -2
  66. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +40 -28
  67. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  68. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  69. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +2 -2
  70. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +80 -68
  71. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  72. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  73. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +3 -3
  74. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +91 -79
  75. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  76. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  77. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +2 -2
  78. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +58 -46
  79. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  80. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  81. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
  82. package/.next/standalone/.next/server/chunks/[root-of-the-server]__00llstz._.js +1 -1
  83. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01n7exm._.js +1 -1
  84. package/.next/standalone/.next/server/chunks/[root-of-the-server]__01yu.gw._.js +1 -1
  85. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +1 -1
  86. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qijr4h._.js +1 -1
  87. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~foo~5._.js +1 -1
  88. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  89. package/.next/standalone/.next/server/chunks/src_lib_0i2.v2d._.js +1 -1
  90. package/.next/standalone/.next/server/chunks/src_lib_12xey8u._.js +1 -1
  91. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  92. package/.next/standalone/.next/server/chunks/ssr/{0ws9_lucide-react_dist_esm_icons_0odx0ph._.js → 0ws9_lucide-react_dist_esm_icons_10_90yo._.js} +2 -2
  93. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-tolks._.js +2 -2
  94. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0i97rbw._.js → [root-of-the-server]__0.~z1-.._.js} +2 -2
  95. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05sv58d._.js +1 -1
  96. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
  97. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__062b.yt._.js +2 -2
  98. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__093tt4a._.js +2 -2
  99. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js +3 -0
  100. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0guqcva._.js +2 -2
  101. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gzafdq._.js +1 -1
  102. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0rlar2j._.js → [root-of-the-server]__0i0o7w5._.js} +2 -2
  103. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  104. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__04p5fnx._.js → [root-of-the-server]__0k1ivnj._.js} +2 -2
  105. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dixwk_._.js → [root-of-the-server]__0kgd-1s._.js} +2 -2
  106. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0p0te97._.js +2 -2
  107. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0siyg1p._.js +2 -2
  108. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0t6f4lq._.js +2 -2
  109. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0th-t1a._.js +2 -2
  110. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0mbvmq1._.js → [root-of-the-server]__0xte.35._.js} +2 -2
  111. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  112. package/.next/standalone/.next/server/chunks/ssr/{_00vn2qb._.js → _0-qd2ss._.js} +2 -2
  113. package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
  114. package/.next/standalone/.next/server/chunks/ssr/{_13glpna._.js → _00kwrmr._.js} +2 -2
  115. package/.next/standalone/.next/server/chunks/ssr/_00t6138._.js +2 -2
  116. package/.next/standalone/.next/server/chunks/ssr/_05jv_cy._.js +3 -0
  117. package/.next/standalone/.next/server/chunks/ssr/{_0j84cn0._.js → _06nlsbw._.js} +2 -2
  118. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  119. package/.next/standalone/.next/server/chunks/ssr/_07c-9da._.js +3 -0
  120. package/.next/standalone/.next/server/chunks/ssr/_0_z-t6g._.js +3 -0
  121. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +2 -2
  122. package/.next/standalone/.next/server/chunks/ssr/_0cxhub8._.js +2 -2
  123. package/.next/standalone/.next/server/chunks/ssr/{_0qkt.3y._.js → _0gb8a9_._.js} +2 -2
  124. package/.next/standalone/.next/server/chunks/ssr/_0gxccup._.js +3 -0
  125. package/.next/standalone/.next/server/chunks/ssr/_0hh17jg._.js +1 -1
  126. package/.next/standalone/.next/server/chunks/ssr/_0m.34j8._.js +3 -0
  127. package/.next/standalone/.next/server/chunks/ssr/_0mpce0d._.js +2 -2
  128. package/.next/standalone/.next/server/chunks/ssr/_0muaopo._.js +2 -2
  129. package/.next/standalone/.next/server/chunks/ssr/_0n1l7yo._.js +2 -2
  130. package/.next/standalone/.next/server/chunks/ssr/_0ng0eku._.js +1 -1
  131. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  132. package/.next/standalone/.next/server/chunks/ssr/{_0t53a7_._.js → _0t0oltj._.js} +3 -3
  133. package/.next/standalone/.next/server/chunks/ssr/{_0ght75u._.js → _0v66l8c._.js} +2 -2
  134. package/.next/standalone/.next/server/chunks/ssr/_0w9~m7o._.js +3 -0
  135. package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
  136. package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hhlpw6._.js → node_modules__pnpm_06f0dao._.js} +2 -2
  137. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  138. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  139. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  140. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  141. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  142. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  143. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  144. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  146. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
  147. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  148. package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
  149. package/.next/standalone/.next/server/chunks/ssr/src_lib_0sms4xl._.js +1 -1
  150. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  151. package/.next/standalone/.next/server/pages/500.html +1 -1
  152. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  153. package/.next/standalone/.next/server/server-reference-manifest.json +346 -262
  154. package/.next/standalone/.next/static/chunks/0.euy5rie4v3d.js +1 -0
  155. package/.next/standalone/.next/static/chunks/0.lqb7y9kz5z6.js +1 -0
  156. package/.next/standalone/.next/static/chunks/01.nidb8sf6bh.js +1 -0
  157. package/.next/standalone/.next/static/chunks/{151eqj4g7bidp.js → 01ijm9dpmm34q.js} +1 -1
  158. package/.next/standalone/.next/static/chunks/023v9juzhzc~d.js +1 -0
  159. package/.next/standalone/.next/static/chunks/02jsekc779t5~.js +1 -0
  160. package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +1 -0
  161. package/.next/standalone/.next/static/chunks/{0.nk_89kz3j6c.js → 0_-2es-r~03mg.js} +1 -1
  162. package/.next/standalone/.next/static/chunks/0a._hcvzq4ko7.js +2 -0
  163. package/.next/standalone/.next/static/chunks/{0khxfvo-tgpbc.js → 0dha37i1oc6z~.js} +1 -1
  164. package/.next/standalone/.next/static/chunks/{0wbzgoyu4~g4x.js → 0e9ykduz3_0e1.js} +1 -1
  165. package/.next/standalone/.next/static/chunks/0fy6w5d_zyro0.js +1 -0
  166. package/.next/standalone/.next/static/chunks/0g-gbdkcssn.g.js +1 -0
  167. package/.next/standalone/.next/static/chunks/{14man4i21otxe.js → 0h4k3cicu7g-w.js} +1 -1
  168. package/.next/standalone/.next/static/chunks/{0c0u4it7gyb1..js → 0h73q-9fyea0t.js} +1 -1
  169. package/.next/standalone/.next/static/chunks/0h7~fn.p-fxz_.js +1 -0
  170. package/.next/standalone/.next/static/chunks/0j2n.h0~von8h.js +1 -0
  171. package/.next/standalone/.next/static/chunks/0k.hp06ufx4yp.js +1 -0
  172. package/.next/standalone/.next/static/chunks/0lk-i0jm2ubea.css +1 -0
  173. package/.next/standalone/.next/static/chunks/0p5rare_o5zb1.js +5 -0
  174. package/.next/standalone/.next/static/chunks/0q~4dhw.phxg3.js +1 -0
  175. package/.next/standalone/.next/static/chunks/{0w7_~s93hxxkk.js → 0t_3wwd~mmc.1.js} +1 -1
  176. package/.next/standalone/.next/static/chunks/{0a234qgxmvbfu.js → 0u.3xek3m2ud..js} +1 -1
  177. package/.next/standalone/.next/static/chunks/{0jlzko424.5et.js → 0u.b0t7fueh-x.js} +1 -1
  178. package/.next/standalone/.next/static/chunks/{10mwqzqdpi9d5.js → 0v.l5.sqos562.js} +1 -1
  179. package/.next/standalone/.next/static/chunks/{0bsigqvr2-qcp.js → 0w14di5d0vw6-.js} +1 -1
  180. package/.next/standalone/.next/static/chunks/0z2blg_osfipv.js +1 -0
  181. package/.next/standalone/.next/static/chunks/{0yl2smjfz2bzk.js → 11.r6a56ss7qu.js} +1 -1
  182. package/.next/standalone/.next/static/chunks/{17ldo-bezxis..js → 112wpv9rqw4dp.js} +1 -1
  183. package/.next/standalone/.next/static/chunks/134c60acdsr_g.js +1 -0
  184. package/.next/standalone/.next/static/chunks/13rq33eiffqaz.js +1 -0
  185. package/.next/standalone/package.json +3 -2
  186. package/dist/mcp-server.cjs +6 -3
  187. package/package.json +3 -2
  188. package/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts +113 -0
  189. package/scripts/run-migrations.ts +12 -0
  190. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__046-2.-._.js +0 -3
  191. package/.next/standalone/.next/server/chunks/ssr/_07_.oek._.js +0 -3
  192. package/.next/standalone/.next/server/chunks/ssr/_09ri_be._.js +0 -3
  193. package/.next/standalone/.next/server/chunks/ssr/_0_q.4.i._.js +0 -3
  194. package/.next/standalone/.next/server/chunks/ssr/_0nk7qd4._.js +0 -3
  195. package/.next/standalone/.next/server/chunks/ssr/_0no6nrx._.js +0 -3
  196. package/.next/standalone/.next/server/chunks/ssr/_0vqyl_~._.js +0 -3
  197. package/.next/standalone/.next/static/chunks/01.g0gvh6h11a.js +0 -2
  198. package/.next/standalone/.next/static/chunks/03zzmb3y7kpxl.js +0 -1
  199. package/.next/standalone/.next/static/chunks/04t77qlr4-sw7.js +0 -1
  200. package/.next/standalone/.next/static/chunks/097rglx2_e2oo.js +0 -1
  201. package/.next/standalone/.next/static/chunks/0dt3ljzz2pz0r.css +0 -1
  202. package/.next/standalone/.next/static/chunks/0nfwp8f87wok1.js +0 -1
  203. package/.next/standalone/.next/static/chunks/0qonpqhvpg-tt.js +0 -1
  204. package/.next/standalone/.next/static/chunks/0qu5zm6k.e_de.js +0 -5
  205. package/.next/standalone/.next/static/chunks/0rbykdrqih-0t.js +0 -1
  206. package/.next/standalone/.next/static/chunks/0~uo_7-sxehxf.js +0 -1
  207. package/.next/standalone/.next/static/chunks/10q75vl~mg7vy.js +0 -1
  208. package/.next/standalone/.next/static/chunks/11pivwhywsmj9.js +0 -1
  209. package/.next/standalone/.next/static/chunks/13ipvyn1q8z4y.js +0 -1
  210. package/.next/standalone/.next/static/chunks/13qts-1uv7-ee.js +0 -1
  211. package/.next/standalone/.next/static/chunks/14bii1nj2yewi.js +0 -1
  212. package/.next/standalone/.next/static/chunks/15_ulpp1r-6ra.js +0 -1
  213. package/.next/standalone/.next/static/chunks/15~2jg4z8h54~.js +0 -1
  214. package/.next/standalone/.next/static/chunks/183k6undfylp5.js +0 -1
  215. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_buildManifest.js +0 -0
  216. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_clientMiddlewareManifest.js +0 -0
  217. /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "40769e3e7c790732374614ca824e004ce8291d79f2": {
3
+ "4000fd33b002f8f107377429f338f6aaddba6b48e7": {
4
4
  "workers": {
5
5
  "app/workspaces/[workspaceId]/archive/page": {
6
6
  "moduleId": 670300,
@@ -12,7 +12,7 @@
12
12
  "exportedName": "createWorkspace",
13
13
  "filename": "src/actions/workspace-actions.ts"
14
14
  },
15
- "609263c53e73f969487fb3a78f5cad865efcc601e8": {
15
+ "60195d33c3642b0391d36a40f9be713c837345bcdc": {
16
16
  "workers": {
17
17
  "app/workspaces/[workspaceId]/archive/page": {
18
18
  "moduleId": 670300,
@@ -24,7 +24,7 @@
24
24
  "exportedName": "updateWorkspace",
25
25
  "filename": "src/actions/workspace-actions.ts"
26
26
  },
27
- "405365149185a3f1aa7bf7b74cf5fd91f66a6c9d5b": {
27
+ "401aa0045164b9aaa0699a7eb6df980f436dc0edfe": {
28
28
  "workers": {
29
29
  "app/workspaces/[workspaceId]/archive/page": {
30
30
  "moduleId": 670300,
@@ -36,7 +36,7 @@
36
36
  "exportedName": "deleteWorkspace",
37
37
  "filename": "src/actions/workspace-actions.ts"
38
38
  },
39
- "4054f9623c07304a83a2f85e6b3b6fae81dc47f655": {
39
+ "40fe67db1340e8da26e398b83a4596e60c17915573": {
40
40
  "workers": {
41
41
  "app/workspaces/[workspaceId]/archive/page": {
42
42
  "moduleId": 670300,
@@ -48,7 +48,7 @@
48
48
  "exportedName": "reorderWorkspaces",
49
49
  "filename": "src/actions/workspace-actions.ts"
50
50
  },
51
- "4030983d0916967d1b45111b1f8932995e322ac168": {
51
+ "403b5916a159649caf9f3f60a8a609eff6478fbbb3": {
52
52
  "workers": {
53
53
  "app/workspaces/[workspaceId]/archive/page": {
54
54
  "moduleId": 670300,
@@ -60,7 +60,7 @@
60
60
  "exportedName": "getLabelsForWorkspace",
61
61
  "filename": "src/actions/label-actions.ts"
62
62
  },
63
- "4090dece3eac4df8d9aa55e39136298bd458446dac": {
63
+ "40787eafcd84a6469dab06156a248a9fe75248326d": {
64
64
  "workers": {
65
65
  "app/workspaces/[workspaceId]/archive/page": {
66
66
  "moduleId": 670300,
@@ -72,7 +72,7 @@
72
72
  "exportedName": "createLabel",
73
73
  "filename": "src/actions/label-actions.ts"
74
74
  },
75
- "40f89aa83057e20a65456875f67e50fe3a99de604e": {
75
+ "4010642c30732cf2c92871a2410bf6c83ad967b50d": {
76
76
  "workers": {
77
77
  "app/workspaces/[workspaceId]/archive/page": {
78
78
  "moduleId": 670300,
@@ -84,7 +84,7 @@
84
84
  "exportedName": "deleteLabel",
85
85
  "filename": "src/actions/label-actions.ts"
86
86
  },
87
- "605c2fc35fe8ffc8c86eea4b9b750a9ac5c7b745f6": {
87
+ "601729ed0bad968a41393fe90d428239c654b0709c": {
88
88
  "workers": {
89
89
  "app/workspaces/[workspaceId]/archive/page": {
90
90
  "moduleId": 670300,
@@ -96,7 +96,7 @@
96
96
  "exportedName": "globalSearch",
97
97
  "filename": "src/actions/search-actions.ts"
98
98
  },
99
- "60fed8ee888cd0a6a4480474a484ee4fe77a6d9c20": {
99
+ "60d2d75acc239bcc3016922e2bcf473c4b443f3ca9": {
100
100
  "workers": {
101
101
  "app/workspaces/[workspaceId]/archive/page": {
102
102
  "moduleId": 670300,
@@ -108,19 +108,19 @@
108
108
  "exportedName": "getConfigValue",
109
109
  "filename": "src/actions/config-actions.ts"
110
110
  },
111
- "4012b5a73e0f56276592ab3dffbfb4a5886b44ad1f": {
111
+ "404e7cc0e8e3765926dd1f7911020f0d67988d9696": {
112
112
  "workers": {
113
113
  "app/workspaces/[workspaceId]/archive/page": {
114
114
  "moduleId": 670300,
115
115
  "async": true,
116
- "exportedName": "resolveGitLocalPath",
116
+ "exportedName": "resolveGitLocalPathWithSource",
117
117
  "filename": "src/actions/config-actions.ts"
118
118
  }
119
119
  },
120
- "exportedName": "resolveGitLocalPath",
120
+ "exportedName": "resolveGitLocalPathWithSource",
121
121
  "filename": "src/actions/config-actions.ts"
122
122
  },
123
- "603afc0abc8a99c0d1556130213be4f1900ced3cf3": {
123
+ "60aec2ccb7f2e37674de7451b5028826a23d1fd408": {
124
124
  "workers": {
125
125
  "app/workspaces/[workspaceId]/archive/page": {
126
126
  "moduleId": 670300,
@@ -132,7 +132,19 @@
132
132
  "exportedName": "analyzeProjectDirectory",
133
133
  "filename": "src/actions/project-actions.ts"
134
134
  },
135
- "60c86ef167fca66c0b566738b7d16ce04945d66ce2": {
135
+ "403c3eb99fad3fed76d481d40f018e89b581ec53ea": {
136
+ "workers": {
137
+ "app/workspaces/[workspaceId]/archive/page": {
138
+ "moduleId": 670300,
139
+ "async": true,
140
+ "exportedName": "resolveGitLocalPath",
141
+ "filename": "src/actions/config-actions.ts"
142
+ }
143
+ },
144
+ "exportedName": "resolveGitLocalPath",
145
+ "filename": "src/actions/config-actions.ts"
146
+ },
147
+ "60e24e764bbd4747cf07763092c8c9e7d893ae14c3": {
136
148
  "workers": {
137
149
  "app/workspaces/[workspaceId]/archive/page": {
138
150
  "moduleId": 670300,
@@ -144,7 +156,7 @@
144
156
  "exportedName": "migrateProjectPath",
145
157
  "filename": "src/actions/project-actions.ts"
146
158
  },
147
- "40c7f324fe557fb80c37a1a32181503a0536257351": {
159
+ "40197cd678ef6a311b1ffba1e86ba4f15bd16fd63b": {
148
160
  "workers": {
149
161
  "app/workspaces/[workspaceId]/archive/page": {
150
162
  "moduleId": 670300,
@@ -156,7 +168,7 @@
156
168
  "exportedName": "checkMigrationSafety",
157
169
  "filename": "src/actions/project-actions.ts"
158
170
  },
159
- "003ef32d24bc4b29c342acf4c816cf95fa4fe3f598": {
171
+ "003cda51028de7d8ca1763a51d13223b9acbae6c96": {
160
172
  "workers": {
161
173
  "app/workspaces/[workspaceId]/archive/page": {
162
174
  "moduleId": 670300,
@@ -168,7 +180,7 @@
168
180
  "exportedName": "getActualWsPort",
169
181
  "filename": "src/actions/config-actions.ts"
170
182
  },
171
- "400e2fda1bae5acb01074e51d080a2be2a77bc34cd": {
183
+ "40bd6bd14273f742080b119c49ce1ae4226a0ea9ae": {
172
184
  "workers": {
173
185
  "app/workspaces/[workspaceId]/archive/page": {
174
186
  "moduleId": 670300,
@@ -180,7 +192,7 @@
180
192
  "exportedName": "getConfigValues",
181
193
  "filename": "src/actions/config-actions.ts"
182
194
  },
183
- "40ccc3be5ee2c307201017260aa05492281bf067fb": {
195
+ "40bb3a59850008c559600bccd7be895b059a0cfc73": {
184
196
  "workers": {
185
197
  "app/workspaces/[workspaceId]/archive/page": {
186
198
  "moduleId": 670300,
@@ -192,7 +204,7 @@
192
204
  "exportedName": "createProject",
193
205
  "filename": "src/actions/workspace-actions.ts"
194
206
  },
195
- "60c086bb0d6a417695daf1a78de8b35ca7f8183e15": {
207
+ "60b661b64158203fc3f2bfee77e830c7f050c1d9c7": {
196
208
  "workers": {
197
209
  "app/workspaces/[workspaceId]/archive/page": {
198
210
  "moduleId": 670300,
@@ -204,7 +216,7 @@
204
216
  "exportedName": "setConfigValue",
205
217
  "filename": "src/actions/config-actions.ts"
206
218
  },
207
- "40b312e080b33001e97622ba996bad24f8aaf9fe1d": {
219
+ "40eb934880e7b3819f12c1c7f91817927d87299cd1": {
208
220
  "workers": {
209
221
  "app/workspaces/[workspaceId]/archive/page": {
210
222
  "moduleId": 670300,
@@ -216,7 +228,7 @@
216
228
  "exportedName": "checkExtension",
217
229
  "filename": "src/actions/extension-actions.ts"
218
230
  },
219
- "4054c3d2ea9f6bcddfa7d33d42dc7ae43c5d3bc071": {
231
+ "403c101f24d1e7605a51cedf69da0d41af5c8ce953": {
220
232
  "workers": {
221
233
  "app/workspaces/[workspaceId]/archive/page": {
222
234
  "moduleId": 670300,
@@ -228,7 +240,7 @@
228
240
  "exportedName": "installExtension",
229
241
  "filename": "src/actions/extension-actions.ts"
230
242
  },
231
- "40b4afd819167bb48c681e66a7e9184ef54b187356": {
243
+ "40ce35e60ac54cb8269e14dc338b432fad63b05057": {
232
244
  "workers": {
233
245
  "app/workspaces/[workspaceId]/archive/page": {
234
246
  "moduleId": 670300,
@@ -240,7 +252,7 @@
240
252
  "exportedName": "uninstallExtension",
241
253
  "filename": "src/actions/extension-actions.ts"
242
254
  },
243
- "003f1dfdc13dd3928867e8ca32a72ccaefc2e0573d": {
255
+ "00592b2050dca8305e2268efac020dae8b2fdb5ee0": {
244
256
  "workers": {
245
257
  "app/workspaces/[workspaceId]/archive/page": {
246
258
  "moduleId": 670300,
@@ -252,7 +264,7 @@
252
264
  "exportedName": "getOnboardingStatus",
253
265
  "filename": "src/actions/onboarding-actions.ts"
254
266
  },
255
- "4089bb43b964c3cc5b2848bc729865dee8e56f60a6": {
267
+ "4057ffbbbeabb40cc3e03af5715687d8e537dc4639": {
256
268
  "workers": {
257
269
  "app/workspaces/[workspaceId]/archive/page": {
258
270
  "moduleId": 670300,
@@ -264,7 +276,7 @@
264
276
  "exportedName": "dispatchTaskCompletionEvent",
265
277
  "filename": "src/actions/onboarding-actions.ts"
266
278
  },
267
- "40ace337192d4dd9a4a7362eab01bc86850fb4a0d8": {
279
+ "40f772df9c5ef70aa3f0c91a6dc2716b97ed40d3a1": {
268
280
  "workers": {
269
281
  "app/workspaces/[workspaceId]/archive/page": {
270
282
  "moduleId": 670300,
@@ -276,7 +288,7 @@
276
288
  "exportedName": "setOnboardingProgress",
277
289
  "filename": "src/actions/onboarding-actions.ts"
278
290
  },
279
- "6003b9bf4e05e9d923ec7aa8ed47b1d2e8b1806cb7": {
291
+ "6049009cebae9501b35174bc10f6e95392e15c1415": {
280
292
  "workers": {
281
293
  "app/workspaces/[workspaceId]/archive/page": {
282
294
  "moduleId": 670300,
@@ -288,7 +300,7 @@
288
300
  "exportedName": "setOnboardingExtensions",
289
301
  "filename": "src/actions/onboarding-actions.ts"
290
302
  },
291
- "6022565280345647acafc879d6697aabada2ec392f": {
303
+ "60d40c8f11280124b357c0af9e03f73ddef4889dc1": {
292
304
  "workers": {
293
305
  "app/workspaces/[workspaceId]/archive/page": {
294
306
  "moduleId": 670300,
@@ -300,7 +312,7 @@
300
312
  "exportedName": "completeOnboarding",
301
313
  "filename": "src/actions/onboarding-actions.ts"
302
314
  },
303
- "006aab408acb61a0962235f55a3de594983b7dd5bf": {
315
+ "00eaa4c6a465fc639f0823aa156f91447fb561cc40": {
304
316
  "workers": {
305
317
  "app/workspaces/[workspaceId]/archive/page": {
306
318
  "moduleId": 670300,
@@ -312,115 +324,115 @@
312
324
  "exportedName": "listAllExtensionStatus",
313
325
  "filename": "src/actions/extension-actions.ts"
314
326
  },
315
- "4020a59af9c321427f702c3c13f21ccd90a0734683": {
327
+ "401e1741cd41afd512bdfaf90a5107bc9b7418d573": {
316
328
  "workers": {
317
329
  "app/workspaces/[workspaceId]/archive/page": {
318
330
  "moduleId": 670300,
319
331
  "async": true,
320
- "exportedName": "createTask",
332
+ "exportedName": "getProjectTasks",
321
333
  "filename": "src/actions/task-actions.ts"
322
334
  }
323
335
  },
324
- "exportedName": "createTask",
336
+ "exportedName": "getProjectTasks",
325
337
  "filename": "src/actions/task-actions.ts"
326
338
  },
327
- "40396fea8de05006bf9af23d47754c92e20099807a": {
339
+ "40228e445431e260a8023f747f753ab8b95509a7b8": {
328
340
  "workers": {
329
341
  "app/workspaces/[workspaceId]/archive/page": {
330
342
  "moduleId": 670300,
331
343
  "async": true,
332
- "exportedName": "deleteTask",
344
+ "exportedName": "checkWorktreeClean",
333
345
  "filename": "src/actions/task-actions.ts"
334
346
  }
335
347
  },
336
- "exportedName": "deleteTask",
348
+ "exportedName": "checkWorktreeClean",
337
349
  "filename": "src/actions/task-actions.ts"
338
350
  },
339
- "403b928263920b2aa0280c225175ff9d208fda0109": {
351
+ "4029968e5a2e65c1d348ba335be069d829745c34c4": {
340
352
  "workers": {
341
353
  "app/workspaces/[workspaceId]/archive/page": {
342
354
  "moduleId": 670300,
343
355
  "async": true,
344
- "exportedName": "toggleTaskPinned",
356
+ "exportedName": "getTaskOverview",
345
357
  "filename": "src/actions/task-actions.ts"
346
358
  }
347
359
  },
348
- "exportedName": "toggleTaskPinned",
360
+ "exportedName": "getTaskOverview",
349
361
  "filename": "src/actions/task-actions.ts"
350
362
  },
351
- "405a35390832fec28d925d2751dde3fcd49242a483": {
363
+ "404ec0c3c75244af0a0d4ed239f400fc45661ca8cf": {
352
364
  "workers": {
353
365
  "app/workspaces/[workspaceId]/archive/page": {
354
366
  "moduleId": 670300,
355
367
  "async": true,
356
- "exportedName": "getArchivedTasks",
368
+ "exportedName": "searchTasks",
357
369
  "filename": "src/actions/task-actions.ts"
358
370
  }
359
371
  },
360
- "exportedName": "getArchivedTasks",
372
+ "exportedName": "searchTasks",
361
373
  "filename": "src/actions/task-actions.ts"
362
374
  },
363
- "406ef513cf67080721de0a99753be69d59b87507bf": {
375
+ "406f0cf57a8b93fff60f0c2c4ccacf9e4829285fca": {
364
376
  "workers": {
365
377
  "app/workspaces/[workspaceId]/archive/page": {
366
378
  "moduleId": 670300,
367
379
  "async": true,
368
- "exportedName": "getProjectTasks",
380
+ "exportedName": "getArchivedTaskCount",
369
381
  "filename": "src/actions/task-actions.ts"
370
382
  }
371
383
  },
372
- "exportedName": "getProjectTasks",
384
+ "exportedName": "getArchivedTaskCount",
373
385
  "filename": "src/actions/task-actions.ts"
374
386
  },
375
- "40b114dc4d2ef806e6332b12ff151d8f50c53fe7d1": {
387
+ "408f9de32b050c148d7cf36642d87cce297331b4d4": {
376
388
  "workers": {
377
389
  "app/workspaces/[workspaceId]/archive/page": {
378
390
  "moduleId": 670300,
379
391
  "async": true,
380
- "exportedName": "getArchivedTaskCount",
392
+ "exportedName": "toggleTaskPinned",
381
393
  "filename": "src/actions/task-actions.ts"
382
394
  }
383
395
  },
384
- "exportedName": "getArchivedTaskCount",
396
+ "exportedName": "toggleTaskPinned",
385
397
  "filename": "src/actions/task-actions.ts"
386
398
  },
387
- "40b602f1be71ad9785ab6167c1905afebf42e344f5": {
399
+ "40c3605bec65c1496fa0fd5123f1e94bdfde2a828e": {
388
400
  "workers": {
389
401
  "app/workspaces/[workspaceId]/archive/page": {
390
402
  "moduleId": 670300,
391
403
  "async": true,
392
- "exportedName": "searchTasks",
404
+ "exportedName": "createTask",
393
405
  "filename": "src/actions/task-actions.ts"
394
406
  }
395
407
  },
396
- "exportedName": "searchTasks",
408
+ "exportedName": "createTask",
397
409
  "filename": "src/actions/task-actions.ts"
398
410
  },
399
- "40d6e6cd81118bfc412c65781fe012684d0c03711d": {
411
+ "40f0f30d50a778a5dc6c79bbae583ca6da0d5f58d0": {
400
412
  "workers": {
401
413
  "app/workspaces/[workspaceId]/archive/page": {
402
414
  "moduleId": 670300,
403
415
  "async": true,
404
- "exportedName": "getTaskOverview",
416
+ "exportedName": "deleteTask",
405
417
  "filename": "src/actions/task-actions.ts"
406
418
  }
407
419
  },
408
- "exportedName": "getTaskOverview",
420
+ "exportedName": "deleteTask",
409
421
  "filename": "src/actions/task-actions.ts"
410
422
  },
411
- "40def74beab8ac4c567000df3bff092d0b29baef01": {
423
+ "40f88754fa4ff3ba0a38dfd64e6cfd9a3687d71f26": {
412
424
  "workers": {
413
425
  "app/workspaces/[workspaceId]/archive/page": {
414
426
  "moduleId": 670300,
415
427
  "async": true,
416
- "exportedName": "checkWorktreeClean",
428
+ "exportedName": "getArchivedTasks",
417
429
  "filename": "src/actions/task-actions.ts"
418
430
  }
419
431
  },
420
- "exportedName": "checkWorktreeClean",
432
+ "exportedName": "getArchivedTasks",
421
433
  "filename": "src/actions/task-actions.ts"
422
434
  },
423
- "60910320dd81c673865c275b5918d9dfcfbc61867f": {
435
+ "6040de30641b812bf05c08ef9c69f5b22214305a4b": {
424
436
  "workers": {
425
437
  "app/workspaces/[workspaceId]/archive/page": {
426
438
  "moduleId": 670300,
@@ -432,7 +444,7 @@
432
444
  "exportedName": "commitWorktreeChanges",
433
445
  "filename": "src/actions/task-actions.ts"
434
446
  },
435
- "60b8e086436311cfc8d3cd29d47d42cc43cd016c8e": {
447
+ "6050f28de80d528de4b477e42d739ea1973c2eccc0": {
436
448
  "workers": {
437
449
  "app/workspaces/[workspaceId]/archive/page": {
438
450
  "moduleId": 670300,
@@ -444,7 +456,7 @@
444
456
  "exportedName": "updateTask",
445
457
  "filename": "src/actions/task-actions.ts"
446
458
  },
447
- "60d6e7b79a52a7f8d9c05a2958d4ab5f6f8559f51a": {
459
+ "60b3b43328be155fd4f8819a051590b0ec85cc81b6": {
448
460
  "workers": {
449
461
  "app/workspaces/[workspaceId]/archive/page": {
450
462
  "moduleId": 670300,
@@ -456,7 +468,7 @@
456
468
  "exportedName": "updateTaskStatus",
457
469
  "filename": "src/actions/task-actions.ts"
458
470
  },
459
- "4028b5499c3e11f3aa6261beeb4e14566a4403030f": {
471
+ "40db7cf675311187c928e7e098ab036e70c422d02b": {
460
472
  "workers": {
461
473
  "app/workspaces/[workspaceId]/archive/page": {
462
474
  "moduleId": 670300,
@@ -468,7 +480,7 @@
468
480
  "exportedName": "getTaskLabels",
469
481
  "filename": "src/actions/label-actions.ts"
470
482
  },
471
- "60f10eb3d02a926463eb7257c3ae897d6d4176cbd4": {
483
+ "60775e9b84ebb45fe49a00b26020950edf733eceec": {
472
484
  "workers": {
473
485
  "app/workspaces/[workspaceId]/archive/page": {
474
486
  "moduleId": 670300,
@@ -480,19 +492,19 @@
480
492
  "exportedName": "setTaskLabels",
481
493
  "filename": "src/actions/label-actions.ts"
482
494
  },
483
- "003a751a093cb8d33cb84837de53ed55bb831808f0": {
495
+ "0036cbe219e738f8cbdffb75cb454d4b5b1adfacb2": {
484
496
  "workers": {
485
497
  "app/workspaces/[workspaceId]/archive/page": {
486
498
  "moduleId": 670300,
487
499
  "async": true,
488
- "exportedName": "getAvailableEditors",
500
+ "exportedName": "getPlatformInfo",
489
501
  "filename": "src/actions/config-actions.ts"
490
502
  }
491
503
  },
492
- "exportedName": "getAvailableEditors",
504
+ "exportedName": "getPlatformInfo",
493
505
  "filename": "src/actions/config-actions.ts"
494
506
  },
495
- "007299bb439e8bd78f44c5943e259c3c64826d2322": {
507
+ "003f9d5fdf8fb396447637bdd5abc276e2ff990e7a": {
496
508
  "workers": {
497
509
  "app/workspaces/[workspaceId]/archive/page": {
498
510
  "moduleId": 670300,
@@ -504,7 +516,7 @@
504
516
  "exportedName": "getArchiveDelayDays",
505
517
  "filename": "src/actions/config-actions.ts"
506
518
  },
507
- "00787d644bb3e50af7d1fc14f1f2ef93c8e1b718dd": {
519
+ "009eb01594df9b75b93002e86c595d5631bc8ed4a1": {
508
520
  "workers": {
509
521
  "app/workspaces/[workspaceId]/archive/page": {
510
522
  "moduleId": 670300,
@@ -516,7 +528,7 @@
516
528
  "exportedName": "getAvailableShells",
517
529
  "filename": "src/actions/config-actions.ts"
518
530
  },
519
- "0096dda894769b63f7db321229f2e29c5eb63910eb": {
531
+ "00a9b88fdb6f5d2ed889612ced6fe0412b32143347": {
520
532
  "workers": {
521
533
  "app/workspaces/[workspaceId]/archive/page": {
522
534
  "moduleId": 670300,
@@ -528,19 +540,19 @@
528
540
  "exportedName": "getAvailableTerminalApps",
529
541
  "filename": "src/actions/config-actions.ts"
530
542
  },
531
- "009dc12578d21ac356f7a520046a766fd241cb1a2e": {
543
+ "00fc8b1d62e542629a0e6007ad82949d0c44f5f5d6": {
532
544
  "workers": {
533
545
  "app/workspaces/[workspaceId]/archive/page": {
534
546
  "moduleId": 670300,
535
547
  "async": true,
536
- "exportedName": "getPlatformInfo",
548
+ "exportedName": "getAvailableEditors",
537
549
  "filename": "src/actions/config-actions.ts"
538
550
  }
539
551
  },
540
- "exportedName": "getPlatformInfo",
552
+ "exportedName": "getAvailableEditors",
541
553
  "filename": "src/actions/config-actions.ts"
542
554
  },
543
- "00fa55ebd9d1d5ceb95043299ea7562fd61ec198c5": {
555
+ "0021fde31733aa33792434dbe97703b8123106cc45": {
544
556
  "workers": {
545
557
  "app/workspaces/[workspaceId]/archive/page": {
546
558
  "moduleId": 670300,
@@ -552,55 +564,55 @@
552
564
  "exportedName": "getWorkspacesWithProjects",
553
565
  "filename": "src/actions/workspace-actions.ts"
554
566
  },
555
- "406b7dfd994a538ceb25281cc778f7d604197c144b": {
567
+ "4005e472907c991c345b193c06fce61b33212457f7": {
556
568
  "workers": {
557
569
  "app/workspaces/[workspaceId]/archive/page": {
558
570
  "moduleId": 670300,
559
571
  "async": true,
560
- "exportedName": "getWorkspacesWithRecentTasks",
572
+ "exportedName": "getWorkspaceById",
561
573
  "filename": "src/actions/workspace-actions.ts"
562
574
  }
563
575
  },
564
- "exportedName": "getWorkspacesWithRecentTasks",
576
+ "exportedName": "getWorkspaceById",
565
577
  "filename": "src/actions/workspace-actions.ts"
566
578
  },
567
- "4090685fce0a0471d05e033e1bcbffcfbe830ff4de": {
579
+ "4021ba6ca47fcc909a05e39a0940a10c2e0dd7e682": {
568
580
  "workers": {
569
581
  "app/workspaces/[workspaceId]/archive/page": {
570
582
  "moduleId": 670300,
571
583
  "async": true,
572
- "exportedName": "getRecentLocalProjects",
584
+ "exportedName": "getProjectByLocalPath",
573
585
  "filename": "src/actions/workspace-actions.ts"
574
586
  }
575
587
  },
576
- "exportedName": "getRecentLocalProjects",
588
+ "exportedName": "getProjectByLocalPath",
577
589
  "filename": "src/actions/workspace-actions.ts"
578
590
  },
579
- "40c351fba542acb75c02e058410a9bd51d4bd70586": {
591
+ "40313c2517e67b0e8e95da89ae7455d0f123823c24": {
580
592
  "workers": {
581
593
  "app/workspaces/[workspaceId]/archive/page": {
582
594
  "moduleId": 670300,
583
595
  "async": true,
584
- "exportedName": "getProjectByLocalPath",
596
+ "exportedName": "getRecentLocalProjects",
585
597
  "filename": "src/actions/workspace-actions.ts"
586
598
  }
587
599
  },
588
- "exportedName": "getProjectByLocalPath",
600
+ "exportedName": "getRecentLocalProjects",
589
601
  "filename": "src/actions/workspace-actions.ts"
590
602
  },
591
- "40d414be0267c6c046b1363c5df465e642040fea2c": {
603
+ "404c1453a9d55e9ff62d1b67843bc727385e954c8a": {
592
604
  "workers": {
593
605
  "app/workspaces/[workspaceId]/archive/page": {
594
606
  "moduleId": 670300,
595
607
  "async": true,
596
- "exportedName": "getWorkspaceById",
608
+ "exportedName": "getOrCreateTowerTaskId",
597
609
  "filename": "src/actions/workspace-actions.ts"
598
610
  }
599
611
  },
600
- "exportedName": "getWorkspaceById",
612
+ "exportedName": "getOrCreateTowerTaskId",
601
613
  "filename": "src/actions/workspace-actions.ts"
602
614
  },
603
- "40dbb1eb469e90f3055f19af1546fa852e53b8460d": {
615
+ "40543ed5c4ca48287a258c2ec796155d6af26c3e1c": {
604
616
  "workers": {
605
617
  "app/workspaces/[workspaceId]/archive/page": {
606
618
  "moduleId": 670300,
@@ -612,19 +624,19 @@
612
624
  "exportedName": "deleteProject",
613
625
  "filename": "src/actions/workspace-actions.ts"
614
626
  },
615
- "40ecd40642698958b84412a7dd960a70f41dfd5a26": {
627
+ "40c2bd798fbe14e96a0faf50d2fe1ee5637f424a94": {
616
628
  "workers": {
617
629
  "app/workspaces/[workspaceId]/archive/page": {
618
630
  "moduleId": 670300,
619
631
  "async": true,
620
- "exportedName": "getOrCreateTowerTaskId",
632
+ "exportedName": "getWorkspacesWithRecentTasks",
621
633
  "filename": "src/actions/workspace-actions.ts"
622
634
  }
623
635
  },
624
- "exportedName": "getOrCreateTowerTaskId",
636
+ "exportedName": "getWorkspacesWithRecentTasks",
625
637
  "filename": "src/actions/workspace-actions.ts"
626
638
  },
627
- "60d71d3fa805fa2e9c75423c15e1c97fab192e0bbb": {
639
+ "603161ddba8d2b6154659ea57e9d39db882fb46567": {
628
640
  "workers": {
629
641
  "app/workspaces/[workspaceId]/archive/page": {
630
642
  "moduleId": 670300,
@@ -636,7 +648,7 @@
636
648
  "exportedName": "updateProject",
637
649
  "filename": "src/actions/workspace-actions.ts"
638
650
  },
639
- "40b9da4796cde7c3039167d8c9a106bd4eca5494bf": {
651
+ "40dadcf5731aaed6d0df7327cccb194d62be9eca76": {
640
652
  "workers": {
641
653
  "app/workspaces/[workspaceId]/archive/page": {
642
654
  "moduleId": 670300,
@@ -648,7 +660,7 @@
648
660
  "exportedName": "getTaskNotes",
649
661
  "filename": "src/actions/note-actions.ts"
650
662
  },
651
- "4024c970ae8e22133b65e280b1f6790b6dcc9e8aab": {
663
+ "40845f88c397d5023344b95513dff908b52205464f": {
652
664
  "workers": {
653
665
  "app/workspaces/[workspaceId]/archive/page": {
654
666
  "moduleId": 670300,
@@ -660,7 +672,7 @@
660
672
  "exportedName": "getTaskAssets",
661
673
  "filename": "src/actions/asset-actions.ts"
662
674
  },
663
- "404c560cd8f5726f68215bdda66da5b48b80ba8dca": {
675
+ "402267c2c38e93dab04259f43e1a7495e1628abd45": {
664
676
  "workers": {
665
677
  "app/workspaces/[workspaceId]/archive/page": {
666
678
  "moduleId": 670300,
@@ -672,7 +684,7 @@
672
684
  "exportedName": "openInFileManager",
673
685
  "filename": "src/actions/preview-actions.ts"
674
686
  },
675
- "40f28d24ba27f24fcda354e690ce301b9209fb8247": {
687
+ "40efafaef4f35ec883fb17805980ce195985954dd2": {
676
688
  "workers": {
677
689
  "app/workspaces/[workspaceId]/archive/page": {
678
690
  "moduleId": 670300,
@@ -684,7 +696,7 @@
684
696
  "exportedName": "openInEditor",
685
697
  "filename": "src/actions/preview-actions.ts"
686
698
  },
687
- "40d2dd1b5fc5c81f4ded0113d429d62fa7910ff56d": {
699
+ "40f396661ea616de9998a0d5cc93a04caa1c39d5da": {
688
700
  "workers": {
689
701
  "app/workspaces/[workspaceId]/archive/page": {
690
702
  "moduleId": 670300,
@@ -696,7 +708,7 @@
696
708
  "exportedName": "openInTerminal",
697
709
  "filename": "src/actions/preview-actions.ts"
698
710
  },
699
- "4005c134080c66bb8cabf390cf0ff11380f0e0b6db": {
711
+ "40dffcd1988fd8b1ac7b1da9ef721a2c75041021d0": {
700
712
  "workers": {
701
713
  "app/workspaces/[workspaceId]/archive/page": {
702
714
  "moduleId": 670300,
@@ -708,7 +720,7 @@
708
720
  "exportedName": "getProjectBranches",
709
721
  "filename": "src/actions/git-actions.ts"
710
722
  },
711
- "4078d8e4a64f54b301edad3a8747029da86e985d81": {
723
+ "400b4e64d53a79ea69cb891f33bf0b5825053f5a2f": {
712
724
  "workers": {
713
725
  "app/workspaces/[workspaceId]/archive/page": {
714
726
  "moduleId": 670300,
@@ -720,7 +732,7 @@
720
732
  "exportedName": "fetchRemoteBranches",
721
733
  "filename": "src/actions/git-actions.ts"
722
734
  },
723
- "400954e103ea703bf5fe6e03cc8c3f1a4a7b47a9a1": {
735
+ "406e86c83e91c1186830344ed891d8a1ce2757f822": {
724
736
  "workers": {
725
737
  "app/workspaces/[workspaceId]/archive/page": {
726
738
  "moduleId": 670300,