tower-studio 0.2.6 → 0.2.7

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 (282) 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 +1 -1
  12. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +47 -47
  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/_not-found.html +1 -1
  16. package/.next/standalone/.next/server/app/_not-found.rsc +14 -14
  17. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +14 -14
  18. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  19. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +9 -9
  20. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  21. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  22. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  23. package/.next/standalone/.next/server/app/api/adapters/test/route.js +1 -1
  24. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -2
  28. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +3 -2
  30. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/internal/assistant/route.js +1 -2
  32. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js +3 -2
  34. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
  35. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +2 -3
  36. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  37. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js +3 -2
  38. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
  39. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js +2 -3
  40. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js +2 -3
  42. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js.nft.json +1 -1
  43. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/input/route.js +2 -3
  44. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/input/route.js.nft.json +1 -1
  45. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +3 -4
  46. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  47. package/.next/standalone/.next/server/app/index.html +1 -1
  48. package/.next/standalone/.next/server/app/index.rsc +14 -14
  49. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  50. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +14 -14
  51. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
  52. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +9 -9
  53. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  54. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  55. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +81 -81
  56. package/.next/standalone/.next/server/app/missions/page.js +1 -1
  57. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  58. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  59. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +1 -1
  60. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +47 -47
  61. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  62. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  63. package/.next/standalone/.next/server/app/onboarding.html +1 -1
  64. package/.next/standalone/.next/server/app/onboarding.rsc +16 -16
  65. package/.next/standalone/.next/server/app/onboarding.segments/_full.segment.rsc +16 -16
  66. package/.next/standalone/.next/server/app/onboarding.segments/_head.segment.rsc +4 -4
  67. package/.next/standalone/.next/server/app/onboarding.segments/_index.segment.rsc +9 -9
  68. package/.next/standalone/.next/server/app/onboarding.segments/_tree.segment.rsc +1 -1
  69. package/.next/standalone/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +4 -4
  70. package/.next/standalone/.next/server/app/onboarding.segments/onboarding.segment.rsc +3 -3
  71. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +1 -1
  72. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +47 -47
  73. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +1 -1
  76. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +60 -60
  77. package/.next/standalone/.next/server/app/settings/page.js +1 -1
  78. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  79. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  80. package/.next/standalone/.next/server/app/settings.html +1 -1
  81. package/.next/standalone/.next/server/app/settings.rsc +16 -16
  82. package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +16 -16
  83. package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +4 -4
  84. package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +9 -9
  85. package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  86. package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
  87. package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +3 -3
  88. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +1 -1
  89. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +102 -102
  90. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  91. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  92. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +1 -1
  93. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +84 -84
  94. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  95. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  96. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +1 -1
  97. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +77 -77
  98. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  99. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  100. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +1 -1
  101. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +76 -76
  102. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js +1 -1
  103. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  104. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  105. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +1 -1
  106. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +47 -47
  107. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  108. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  109. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +1 -1
  110. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +83 -83
  111. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  112. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  113. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +2 -2
  114. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +90 -90
  115. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +1 -1
  116. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  117. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  118. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +1 -1
  119. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +61 -61
  120. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  121. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  122. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0h5yr8p.js +1 -1
  123. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
  124. package/.next/standalone/.next/server/chunks/[root-of-the-server]__00mjz~7._.js +3 -0
  125. package/.next/standalone/.next/server/chunks/[root-of-the-server]__028ucbo._.js +4 -0
  126. package/.next/standalone/.next/server/chunks/[root-of-the-server]__03gi3ue._.js +4 -0
  127. package/.next/standalone/.next/server/chunks/[root-of-the-server]__07f7~6u._.js +4 -0
  128. package/.next/standalone/.next/server/chunks/[root-of-the-server]__09p152b._.js +3 -0
  129. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0b-ib~7._.js +3 -0
  130. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0c513um._.js +1 -1
  131. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d~z6xs._.js +4 -0
  132. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e44k3f._.js +20 -0
  133. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0h.z9fm._.js +11 -0
  134. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0lioghc._.js +3 -0
  135. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0mw.9lg._.js +3 -0
  136. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ogh_qu._.js +20 -0
  137. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0tys9pv._.js +3 -0
  138. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0dsv3wl._.js → [root-of-the-server]__0wbndoc._.js} +2 -2
  139. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12c9noi._.js +3 -0
  140. package/.next/standalone/.next/server/chunks/{_0trog_r._.js → _0_eodxe._.js} +1 -1
  141. package/.next/standalone/.next/server/chunks/{src_01ztl3b._.js → src_0bkvm8c._.js} +2 -2
  142. package/.next/standalone/.next/server/chunks/src_0weytpz._.js +1 -1
  143. package/.next/standalone/.next/server/chunks/src_lib_0ba0ntr._.js +1 -1
  144. package/.next/standalone/.next/server/chunks/src_lib_ai_0q-~me1._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/src_lib_ai_0xx6y51._.js +1 -1
  146. package/.next/standalone/.next/server/chunks/src_lib_ai_providers_index_ts_0.y.3vp._.js +1 -1
  147. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  148. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0gcf4k3._.js → [root-of-the-server]__0.ukame._.js} +3 -3
  149. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__006_qh0._.js +1 -1
  150. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0tf4zp_._.js → [root-of-the-server]__01j8ix6._.js} +3 -3
  151. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__02px.0y._.js +1 -1
  152. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__03ebsif._.js +3 -3
  153. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0vh-egg._.js → [root-of-the-server]__04pq37d._.js} +2 -2
  154. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__13k4vkg._.js → [root-of-the-server]__07_b6c.._.js} +2 -2
  155. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08n5qbf._.js +1 -1
  156. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0k3isnk._.js → [root-of-the-server]__09kc.q_._.js} +2 -2
  157. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__11bequ2._.js → [root-of-the-server]__0ca_ueb._.js} +3 -3
  158. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0y.nw7l._.js → [root-of-the-server]__0dsdplu._.js} +3 -3
  159. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__079.nog._.js → [root-of-the-server]__0jo1r7k._.js} +2 -2
  160. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0l43.5g._.js +1 -1
  161. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0q7ho54._.js → [root-of-the-server]__0n.cuy2._.js} +3 -3
  162. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0nbj.ml._.js +30 -0
  163. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0-yld.d._.js → [root-of-the-server]__0o8k4pc._.js} +2 -2
  164. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pm2~fu._.js +30 -0
  165. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ps55l6._.js +1 -1
  166. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ribsk4._.js +1 -1
  167. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rjue04._.js +30 -0
  168. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0.5rcav._.js → [root-of-the-server]__0tc6uh2._.js} +3 -3
  169. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0c4.z1s._.js → [root-of-the-server]__0u4gc4b._.js} +2 -2
  170. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0gaa~xc._.js → [root-of-the-server]__0v2eslh._.js} +3 -3
  171. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0wjg_.n._.js +1 -1
  172. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0wlmzzq._.js +30 -0
  173. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0wvyks.._.js +1 -1
  174. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zbmoit._.js +1 -1
  175. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0nwue~m._.js → [root-of-the-server]__0zujp5l._.js} +2 -2
  176. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0ghfuuv._.js → [root-of-the-server]__0~a-emb._.js} +3 -3
  177. package/.next/standalone/.next/server/chunks/ssr/_02v3fjp._.js +7 -0
  178. package/.next/standalone/.next/server/chunks/ssr/_04b71ua._.js +1 -1
  179. package/.next/standalone/.next/server/chunks/ssr/_05h.8a~._.js +1 -1
  180. package/.next/standalone/.next/server/chunks/ssr/_07~0_w6._.js +7 -0
  181. package/.next/standalone/.next/server/chunks/ssr/_08w-r6e._.js +7 -0
  182. package/.next/standalone/.next/server/chunks/ssr/_0_l8.dg._.js +1 -1
  183. package/.next/standalone/.next/server/chunks/ssr/{_0f8jvpw._.js → _0_q~7z7._.js} +1 -1
  184. package/.next/standalone/.next/server/chunks/ssr/{_0vqyzrr._.js → _0b0.-sj._.js} +2 -2
  185. package/.next/standalone/.next/server/chunks/ssr/{_00d1y-k._.js → _0bw-tx8._.js} +2 -2
  186. package/.next/standalone/.next/server/chunks/ssr/{_0i2usny._.js → _0c-49y3._.js} +1 -1
  187. package/.next/standalone/.next/server/chunks/ssr/{_0fri5n~._.js → _0c-jnbs._.js} +2 -2
  188. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
  189. package/.next/standalone/.next/server/chunks/ssr/_0ds6nk2._.js +1 -1
  190. package/.next/standalone/.next/server/chunks/ssr/{_08t2xag._.js → _0f6u19w._.js} +2 -2
  191. package/.next/standalone/.next/server/chunks/ssr/{_0_~ftjv._.js → _0fob8fc._.js} +2 -2
  192. package/.next/standalone/.next/server/chunks/ssr/_0i4__mf._.js +1 -1
  193. package/.next/standalone/.next/server/chunks/ssr/_0ihq._v._.js +1 -1
  194. package/.next/standalone/.next/server/chunks/ssr/{_0ah80pn._.js → _0niubv5._.js} +1 -1
  195. package/.next/standalone/.next/server/chunks/ssr/{_0rfo51k._.js → _0pd0.8f._.js} +2 -2
  196. package/.next/standalone/.next/server/chunks/ssr/_0r9w-k8._.js +1 -1
  197. package/.next/standalone/.next/server/chunks/ssr/{_0_gqtgq._.js → _0rbai5c._.js} +1 -1
  198. package/.next/standalone/.next/server/chunks/ssr/_0rbctq7._.js +1 -1
  199. package/.next/standalone/.next/server/chunks/ssr/_0rt8hus._.js +1 -1
  200. package/.next/standalone/.next/server/chunks/ssr/{_0ep3sg_._.js → _0y-7tle._.js} +1 -1
  201. package/.next/standalone/.next/server/chunks/ssr/{_054w82_._.js → _0ysygps._.js} +2 -2
  202. package/.next/standalone/.next/server/chunks/ssr/{_03xwww2._.js → _0ysyq9g._.js} +2 -2
  203. package/.next/standalone/.next/server/chunks/ssr/{_049.box._.js → _0zgu282._.js} +1 -1
  204. package/.next/standalone/.next/server/chunks/ssr/{_086yn8o._.js → _0zszi6-._.js} +1 -1
  205. package/.next/standalone/.next/server/chunks/ssr/_0~80adm._.js +3 -3
  206. package/.next/standalone/.next/server/chunks/ssr/src_095o8x6._.js +1 -1
  207. package/.next/standalone/.next/server/chunks/ssr/src_13jha60._.js +1 -1
  208. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  209. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  210. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  211. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  212. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  213. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  214. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  215. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  216. package/.next/standalone/.next/server/chunks/ssr/{src_lib_08n755q._.js → src_lib_07rspg0._.js} +1 -1
  217. package/.next/standalone/.next/server/chunks/ssr/{src_lib_0tb2yya._.js → src_lib_0_8frs_._.js} +1 -1
  218. package/.next/standalone/.next/server/chunks/ssr/{src_lib_123jf_a._.js → src_lib_0fjk3hr._.js} +1 -1
  219. package/.next/standalone/.next/server/chunks/ssr/{src_lib_12ulcxj._.js → src_lib_0g-92s-._.js} +1 -1
  220. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  221. package/.next/standalone/.next/server/pages/404.html +1 -1
  222. package/.next/standalone/.next/server/pages/500.html +1 -1
  223. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  224. package/.next/standalone/.next/server/server-reference-manifest.json +356 -356
  225. package/.next/standalone/.next/static/chunks/{0hxgzql5.szyz.js → 00.52653v5c~c.js} +1 -1
  226. package/.next/standalone/.next/static/chunks/{0r7jm27~cp-vs.js → 00j0mdc41wa44.js} +1 -1
  227. package/.next/standalone/.next/static/chunks/{0nrbltth-7m~e.js → 02edbrlq~2uyx.js} +1 -1
  228. package/.next/standalone/.next/static/chunks/05-ui_o~3irq_.js +5 -0
  229. package/.next/standalone/.next/static/chunks/05hls.3r4bz.0.js +1 -0
  230. package/.next/standalone/.next/static/chunks/{07i~~ygu~oi26.js → 08~e63d2q~cam.js} +1 -1
  231. package/.next/standalone/.next/static/chunks/{0m2lubto0vt0x.js → 0bw4ahlj4~l~g.js} +1 -1
  232. package/.next/standalone/.next/static/chunks/{0fovq74l0wh7c.js → 0ft77ybyq903..js} +1 -1
  233. package/.next/standalone/.next/static/chunks/0fxm-wv..y_a_.js +5 -0
  234. package/.next/standalone/.next/static/chunks/{0v9ahxdsn0mse.js → 0i55dediewjp5.js} +1 -1
  235. package/.next/standalone/.next/static/chunks/0l3mmc866npw4.js +2 -0
  236. package/.next/standalone/.next/static/chunks/0nno5if2x1mvs.js +1 -0
  237. package/.next/standalone/.next/static/chunks/0q-u-hhre1uyw.js +1 -0
  238. package/.next/standalone/.next/static/chunks/0qazzw-pr_sv7.js +1 -0
  239. package/.next/standalone/.next/static/chunks/{06shpikm5rcmu.js → 0r1mkt5qs~s6m.js} +1 -1
  240. package/.next/standalone/.next/static/chunks/{0ee.~~ae-vl_q.js → 0v~pz9e87t99b.js} +1 -1
  241. package/.next/standalone/.next/static/chunks/{0jscst0zjd2az.js → 0w3jww1m3k77x.js} +1 -1
  242. package/.next/standalone/.next/static/chunks/0z01g02xstbqe.js +1 -0
  243. package/.next/standalone/.next/static/chunks/0~27mkhc9s5k2.js +5 -0
  244. package/.next/standalone/.next/static/chunks/{04-7c5m91nvj1.js → 117qu902jput3.js} +1 -1
  245. package/.next/standalone/.next/static/chunks/{0mfgulw-d49o9.js → 142w-q8.7m3kl.js} +1 -1
  246. package/.next/standalone/package.json +1 -1
  247. package/dist/mcp-server.cjs +223 -33
  248. package/package.json +1 -1
  249. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.9mj3v._.js +0 -4
  250. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05353yb._.js +0 -4
  251. package/.next/standalone/.next/server/chunks/[root-of-the-server]__09h3i6m._.js +0 -4
  252. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_a8-jq._.js +0 -3
  253. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_mbhor._.js +0 -3
  254. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0jmqy_3._.js +0 -3
  255. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0j~qauc._.js +0 -4
  256. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0nwxhai._.js +0 -3
  257. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0o4z8qp._.js +0 -3
  258. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0p_ii~p._.js +0 -3
  259. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0puw1af._.js +0 -20
  260. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0py_jdb._.js +0 -3
  261. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qie1gs._.js +0 -11
  262. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qz9-me._.js +0 -3
  263. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0w2w3x.._.js +0 -20
  264. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05kq890._.js +0 -30
  265. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0qe~p-n._.js +0 -30
  266. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__11ko84j._.js +0 -30
  267. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12pnl8n._.js +0 -30
  268. package/.next/standalone/.next/server/chunks/ssr/_0-pqb_c._.js +0 -7
  269. package/.next/standalone/.next/server/chunks/ssr/_05-r00y._.js +0 -7
  270. package/.next/standalone/.next/server/chunks/ssr/_0h_~oum._.js +0 -7
  271. package/.next/standalone/.next/static/chunks/0.zipr1bga3lu.js +0 -1
  272. package/.next/standalone/.next/static/chunks/037-verumdykv.js +0 -5
  273. package/.next/standalone/.next/static/chunks/082cedbq4pp.-.js +0 -1
  274. package/.next/standalone/.next/static/chunks/089ktlh~nim1x.js +0 -1
  275. package/.next/standalone/.next/static/chunks/0m~ltp.wfnbf7.js +0 -5
  276. package/.next/standalone/.next/static/chunks/0tk-ju9xhoh68.js +0 -5
  277. package/.next/standalone/.next/static/chunks/0w9x-ap4dcwy..js +0 -1
  278. package/.next/standalone/.next/static/chunks/17cayeebhpt~w.js +0 -2
  279. package/.next/standalone/.next/static/chunks/186ahmq856rfj.js +0 -1
  280. /package/.next/standalone/.next/static/{VGoiH5uRfCRm6SKXNPZoz → om3SyUw4eAwMA0KLhpSGh}/_buildManifest.js +0 -0
  281. /package/.next/standalone/.next/static/{VGoiH5uRfCRm6SKXNPZoz → om3SyUw4eAwMA0KLhpSGh}/_clientMiddlewareManifest.js +0 -0
  282. /package/.next/standalone/.next/static/{VGoiH5uRfCRm6SKXNPZoz → om3SyUw4eAwMA0KLhpSGh}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"40b08935f992f3b992e349b4873710e2a4aa6e4248\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"createWorkspace\"\n },\n \"604fccb4262ac62af97139f93b27d64097c183782b\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"updateWorkspace\"\n },\n \"4069d554d8f7ce56ec3f58c1688d421b364bdf6005\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"deleteWorkspace\"\n },\n \"40e0ac89b080f5ef618a53d9c811e487609f9a3290\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"getLabelsForWorkspace\"\n },\n \"40036cfdf05d58fb529acd58a7ac9272c2067e45db\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"createLabel\"\n },\n \"40f9c1322120e8b7829290e7771b3e2b925d1b574a\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"deleteLabel\"\n },\n \"6011ea8e7944a4a344175315363e288c4ee38f8382\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n }\n },\n \"filename\": \"src/actions/search-actions.ts\",\n \"exportedName\": \"globalSearch\"\n },\n \"601406ecac79b3ad03802ebdad7fee412b1cd242a3\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getConfigValue\"\n },\n \"40b05fa1832e38faf3093f26ffc25130691bc7b075\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"resolveGitLocalPath\"\n },\n \"60d844213b06bdf9b556f80d11cf318691a6b9ea5e\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n }\n },\n \"filename\": \"src/actions/project-actions.ts\",\n \"exportedName\": \"analyzeProjectDirectory\"\n },\n \"60422b53101cd553e6bc590d8b6c97c138e774d438\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n }\n },\n \"filename\": \"src/actions/project-actions.ts\",\n \"exportedName\": \"migrateProjectPath\"\n },\n \"402e30179203e6f5820b8a8153582b58d4e9d98329\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n }\n },\n \"filename\": \"src/actions/project-actions.ts\",\n \"exportedName\": \"checkMigrationSafety\"\n },\n \"001e1fa1609fa6f321934af3c930363baeed8b3d15\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getActualWsPort\"\n },\n \"40a854914e1c3d19dad8786e65c306c87611ade1f8\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"createProject\"\n },\n \"602a9baca17d1dfb46d6920ffa0a228eef5457ab33\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"setConfigValue\"\n },\n \"40a72d2e11016792a7be09074a65e6daa439d5a87a\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n }\n },\n \"filename\": \"src/actions/extension-actions.ts\",\n \"exportedName\": \"checkExtension\"\n },\n \"40baad4a3c5f68100f528509be2170b43469cbcbc6\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n }\n },\n \"filename\": \"src/actions/extension-actions.ts\",\n \"exportedName\": \"installExtension\"\n },\n \"4020cafb3c50ccfd1680566c22b87061c1447e23f8\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n }\n },\n \"filename\": \"src/actions/extension-actions.ts\",\n \"exportedName\": \"uninstallExtension\"\n },\n \"006c547946b18a978afe38dac465451e8dfd63a785\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"getOnboardingStatus\"\n },\n \"4011457e535193c5d7efdd65958f16689d280f23dd\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"setOnboardingProgress\"\n },\n \"409e6268ea403bc68707518dd425bd71601685c0ca\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"dispatchTaskCompletionEvent\"\n },\n \"6009a7bd243192c601ff5ab6bf4f3a774cc9bf0df2\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"setOnboardingExtensions\"\n },\n \"6050e7dd371728221714178cb353624ad04f5ed9f7\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"completeOnboarding\"\n },\n \"003dd4b40b9ae3999cf2e766e4b5d199fce319b6b6\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n }\n },\n \"filename\": \"src/actions/extension-actions.ts\",\n \"exportedName\": \"listAllExtensionStatus\"\n },\n \"00622b352cefb59a96b3d2c010c4d0e0b755d24f6f\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n }\n },\n \"filename\": \"src/actions/search-code-actions.ts\",\n \"exportedName\": \"clearRgPathCache\"\n },\n \"00a0bb5d9c48aaddca2d041f9c1d6239a502e3bf7e\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n }\n },\n \"filename\": \"src/actions/search-code-actions.ts\",\n \"exportedName\": \"checkRgAvailable\"\n },\n \"7c9ed21e64e67aa2e483eab0fbfe6ded34dadcf78d\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n }\n },\n \"filename\": \"src/actions/search-code-actions.ts\",\n \"exportedName\": \"searchCode\"\n },\n \"0017c96cfbba10eb5558b07c346d467fafc74ba32f\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getAvailableTerminalApps\"\n },\n \"006ca763a21e0c7b1c866f46617803dde0a13da9ea\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getAvailableShells\"\n },\n \"00dbf32469ff11201d8f24aef9098bcb9fa141bcd4\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getPlatformInfo\"\n },\n \"408a94f097a9a92d17f4ef2a81b170cb16586e0cba\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getConfigValues\"\n },\n \"004373934494b93253d6ffa43c676e2b6162062cfd\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getActiveExecutionsAcrossWorkspaces\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getActiveExecutionsAcrossWorkspaces\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"getActiveExecutionsAcrossWorkspaces\"\n },\n \"40a813cdf74154bec902df674c529f867645c21632\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getTaskExecutions\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getTaskExecutions\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getTaskExecutions\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"getTaskExecutions\"\n },\n \"40be5d8a7e69b6035fd01c1347b472c04a503711b1\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getTaskMessages\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getTaskMessages\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"getTaskMessages\"\n },\n \"40c4b3da758ed99d058994e50125e2bacb87c02177\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"continueLatestPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"continueLatestPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"continueLatestPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"continueLatestPtyExecution\"\n },\n \"40f92f8b71e63a406af9b55259ff16d1d1c17578b6\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"stopPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"stopPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"stopPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"stopPtyExecution\"\n },\n \"6003726ddaa94761ba01505edad4e6b9f4b099f808\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"sendTaskMessage\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"sendTaskMessage\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"sendTaskMessage\"\n },\n \"60964d9daadacf1da8252c8df2ccfcc878d1251670\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"stopTaskExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"stopTaskExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"stopTaskExecution\"\n },\n \"609c70ee21d50fe0fdbaf2eb9d679dfd044a4b0f22\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"resumePtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"resumePtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"resumePtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"resumePtyExecution\"\n },\n \"787e6c8f86808000af0191991e6fe0e7754549376a\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"startTaskExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"startTaskExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"startTaskExecution\"\n },\n \"7ca389c42512b842416808d6f06c3cfd7f9528d5c1\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"startPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"startPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"startPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"startPtyExecution\"\n },\n \"007c14f1aa77e25eb12260995f977911757f9fcd54\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getProviderConnections\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getProviderConnections\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"getProviderConnections\"\n },\n \"00d55096af76a40d03560bde74fa567e878ce6f41d\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getConnectedProviders\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getConnectedProviders\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"getConnectedProviders\"\n },\n \"40f56dbcfd9524058ae7baa773e26ec18d0a13149a\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"isProviderConnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"isProviderConnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"isProviderConnected\"\n },\n \"600c4af6fb652798381c884427b885d15bc63c108c\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"markProviderDisconnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"markProviderDisconnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"markProviderDisconnected\"\n },\n \"60f2f92fe7bdce7564b1bfb9fe782dce52a5f40532\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"markProviderConnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"markProviderConnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"markProviderConnected\"\n },\n \"406a94abee2646bf6ab6201c87bd5fdd9dd9beb72b\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"openInTerminal\",\n \"filename\": \"src/actions/preview-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"openInTerminal\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"openInTerminal\"\n },\n \"40f6da9d6a292541ecab985cf51d35172244ad5594\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getWorkspacesWithRecentTasks\"\n },\n \"4057e5e3ee82c47ba83afefd7334fdd0706177ccba\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getProjectTasks\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getProjectTasks\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"getProjectTasks\"\n },\n \"408accb4cc4036960ffbe673d3c54faf7a444d87b1\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getPrompts\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getPrompts\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getPrompts\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"getPrompts\"\n },\n \"40343ae474f890964308647b5803f9734a720deef0\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createPrompt\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"createPrompt\"\n },\n \"60bdd2a7ccc15ab629dbd3b67bf89065dc538f8ab7\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"updatePrompt\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"updatePrompt\"\n },\n \"40cd9b519d904a0706b64e8fd24705179724ddd0c3\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"deletePrompt\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"deletePrompt\"\n },\n \"60a34b51fb2262ccba1c2c6ff9922c1590410877d1\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setDefaultPrompt\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"setDefaultPrompt\"\n },\n \"00fb534e304521d2ab6e925523e7aeb649ff3ea889\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getAvailableProviders\",\n \"filename\": \"src/actions/ai-config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/ai-config-actions.ts\",\n \"exportedName\": \"getAvailableProviders\"\n },\n \"407abd4aa36b770f2265d7cbbaa557a527750b2506\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createBackup\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"createBackup\"\n },\n \"000954c6f27f4d69faa86e15e63685925a4f8faeb2\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"listBackupFiles\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"listBackupFiles\"\n },\n \"40faf7b2db8208042b242644342fd1495a8bf48b1e\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"deleteBackupFile\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"deleteBackupFile\"\n },\n \"4048be6d65d70b2ecae5a4768692f2385626bd405f\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"restoreBackup\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"restoreBackup\"\n },\n \"40034b20322e2ecbaef263acd7b497e2366d115e92\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"resetSystem\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"resetSystem\"\n },\n \"007bb940710c3f7bc9a04600b0182aee115892be0d\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getBackupDir\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"getBackupDir\"\n },\n \"402438d53819ed830899efe0a550056a3593392d22\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setBackupDir\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"setBackupDir\"\n },\n \"00b949dc7bbd1fc4e9ba440184ecb9228769fb7dbe\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getWorkspacesWithProjects\"\n },\n \"40263a1f1f0df6df40affa450732cf0df70cd85b26\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getOrCreateTowerTaskId\"\n },\n \"4042d9836c2241490e52103b34fdb5e516fc6b9a23\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"deleteProject\"\n },\n \"405a0e13cfa93336f590c0d47faa6f19aabd3434c8\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getProjectByLocalPath\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getProjectByLocalPath\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getProjectByLocalPath\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getProjectByLocalPath\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getProjectByLocalPath\"\n },\n \"409ee6e37d942f52744a1dd7cc270956e7868eb39b\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getWorkspaceById\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getWorkspaceById\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getWorkspaceById\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getWorkspaceById\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getWorkspaceById\"\n },\n \"40a39b5660e68513c913cb4aa87373255ce74e58ec\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getRecentLocalProjects\"\n },\n \"6024c18827e9d0b93cf5e60ccfdb304b3f8167f020\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"updateProject\"\n },\n \"4087bc0924ce6c5c00399e8a59c06e287e10c7ee43\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getTaskLabels\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getTaskLabels\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"getTaskLabels\"\n },\n \"60870e5ad7965e108335eebda2c2bacffd779094e8\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"setTaskLabels\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"setTaskLabels\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"setTaskLabels\"\n },\n \"40630710ecf15c1586ac6b867f5c1211b2fb77dcd2\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getProjectBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getProjectBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getProjectBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getProjectBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n }\n },\n \"filename\": \"src/actions/git-actions.ts\",\n \"exportedName\": \"getProjectBranches\"\n },\n \"40fa344b1bf3836c4864ced4a707258e300c6c3cfa\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"fetchRemoteBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"fetchRemoteBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"fetchRemoteBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"fetchRemoteBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n }\n },\n \"filename\": \"src/actions/git-actions.ts\",\n \"exportedName\": \"fetchRemoteBranches\"\n },\n \"40034a51d1e587cfe04b0c6f78a4523ff39a715254\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getCurrentBranch\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getCurrentBranch\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getCurrentBranch\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getCurrentBranch\",\n \"filename\": \"src/actions/git-actions.ts\"\n }\n },\n \"filename\": \"src/actions/git-actions.ts\",\n \"exportedName\": \"getCurrentBranch\"\n },\n \"601172fb23e968143b4ab89f03812a9da36edda611\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"updateTaskStatus\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"updateTaskStatus\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"updateTaskStatus\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"updateTaskStatus\"\n },\n \"40a0d04e2182c19049121a129bc097fd7a246bb71e\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"checkWorktreeClean\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"checkWorktreeClean\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"checkWorktreeClean\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"checkWorktreeClean\"\n },\n \"601e1f2fa0826aad4b151f644631ed3de772839cf3\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"commitWorktreeChanges\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"commitWorktreeChanges\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"commitWorktreeChanges\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"commitWorktreeChanges\"\n },\n \"40617f6bb0cfbfa10b3120b9a745ef21cf13c88ec8\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"createNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"createNote\"\n },\n \"4061d501d20efd2c5c46a1f34e941ab219dac67a19\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getTaskNotes\",\n \"filename\": \"src/actions/note-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getTaskNotes\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"getTaskNotes\"\n },\n \"403cb6ed8dcccb6c9e842cd454cf07369dbe3a5bd6\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"deleteNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"deleteNote\"\n },\n \"40db370d8c2b860fdeb63552432109d6bc591d8cb0\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getTaskAssets\",\n \"filename\": \"src/actions/asset-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getTaskAssets\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"getTaskAssets\"\n },\n \"409012eddb41678dc5ae8edc7c1b5803525520ad94\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"uploadAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"uploadAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"uploadAsset\"\n },\n \"40773d0bbb088b24951dd0e83d50256f273952e3d1\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"deleteAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"deleteAsset\"\n },\n \"40f6f1ef73a519aa967b27410a0786b03beb86a63a\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"createTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"createTask\"\n },\n \"6018c79bde2d7d7b690c57b9fef03c703cef7ac30f\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"updateTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"updateTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"updateTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"updateTask\"\n },\n \"408c1e0ffd66123838eaa2aad3234fbb7d6600f314\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"deleteTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"deleteTask\"\n },\n \"405b5907b8c09fc5a1785cf0520268508a891b671a\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"toggleTaskPinned\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"toggleTaskPinned\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"toggleTaskPinned\"\n },\n \"40c54b0535c2253844d59548defa5a0043188828f9\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getVersionsForPicker\",\n \"filename\": \"src/actions/version-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getVersionsForPicker\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"getVersionsForPicker\"\n },\n \"400a83c5a3284de78c677f400afb2f133682c97bf7\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getArchivedTasks\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"getArchivedTasks\"\n },\n \"403c803398940b34763d2420f86863d0cd1b0756fa\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getArchivedTaskCount\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"getArchivedTaskCount\"\n },\n \"406aa7039d3735db6ec5bfc145b1374bcbb5117add\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"searchTasks\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"searchTasks\"\n },\n \"408432700cf2b8320487521790d310de922b0ecff7\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getTaskOverview\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getTaskOverview\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getTaskOverview\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"getTaskOverview\"\n },\n \"40482a5ba06c5d1dd103d4f177ff15e4ca25d3ad20\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getProjectAssets\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"getProjectAssets\"\n },\n \"4084f4c31e4a74c36c56efb4a54fef166d367e4a2f\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getAssetById\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"getAssetById\"\n },\n \"40d79fe1f2952cdafb175977da6114cc5f9626d57d\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"createAsset\"\n },\n \"40b498993b26b8f4625221c9e71c67ba57ffac3145\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getNoteById\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"getNoteById\"\n },\n \"60407cad5f9c431d0d6aadb03ad51d432dfaf96d22\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"updateNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"updateNote\"\n },\n \"609858d360be6e7adc7afa0da08e25784b150ed108\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getProjectNotes\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"getProjectNotes\"\n },\n \"4022901a92805afd69caa31a5165428c59ce4839d2\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getProjectVersions\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"getProjectVersions\"\n },\n \"4067ae3dd3cb3aa9d2ceb738d260a7b8b7849a798f\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"deleteVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"deleteVersion\"\n },\n \"40735d39dcaad4613132bd765ebf878e8b6cdb32e6\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getVersionDiff\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"getVersionDiff\"\n },\n \"4080eced2541c28ce149d2f4ccb156f4cdb38bc3c4\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"setCurrentVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"setCurrentVersion\"\n },\n \"40d2d586bd45fcd24f623902e64c4b0d5d7f272e81\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getVersionDiffStat\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"getVersionDiffStat\"\n },\n \"40fb4338ef5b6898b84f59d2da6e6504301acb3023\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"createVersion\"\n },\n \"6035c458218064df3e57b0f419986fa4d1f81193f3\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"releaseVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"releaseVersion\"\n },\n \"603c6cfff512fe1ee85089665d8aeab407397fefe5\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"updateVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"updateVersion\"\n },\n \"609f95e1c969b171cafd54060644b4a19e52509b28\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"assignTaskVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"assignTaskVersion\"\n },\n \"40f34adc3a4bc44349becebf545a2bf9a587af72c4\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getVersionTypes\",\n \"filename\": \"src/actions/version-type-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-type-actions.ts\",\n \"exportedName\": \"getVersionTypes\"\n },\n \"40cbba956dbece8fd6d8b86e5d9b977244a93c3d2d\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createVersionType\",\n \"filename\": \"src/actions/version-type-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-type-actions.ts\",\n \"exportedName\": \"createVersionType\"\n },\n \"60c2746f2b48f56b61f8f62ba7dffa1dece49fa766\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"updateVersionType\",\n \"filename\": \"src/actions/version-type-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-type-actions.ts\",\n \"exportedName\": \"updateVersionType\"\n },\n \"403c823aaf576e14530429fc747485a789f83f6f80\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"deleteVersionType\",\n \"filename\": \"src/actions/version-type-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-type-actions.ts\",\n \"exportedName\": \"deleteVersionType\"\n },\n \"6062c26b8d82b8c25ef88f94e8fe51d01625f0c036\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"listDirectory\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"listDirectory\"\n },\n \"700bd0f68cda76e7dbba61657033396a9fcce56029\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getGitStatus\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"getGitStatus\"\n },\n \"6020177fcab2d60b5a2529b3ce26ee692a8f70aaa7\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createFile\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"createFile\"\n },\n \"6057bb3daa13dd8054b8dd173d4e92614e4c11a0ea\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createDirectory\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"createDirectory\"\n },\n \"7061f6857c193d31e343ed66345a8c3bb92632506b\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"renameEntry\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"renameEntry\"\n },\n \"605bc74f8959055fe3e2e0cdbae4ad8dc2a91a161e\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"deleteEntry\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"deleteEntry\"\n },\n \"408e70784bd1e57294f0f8f923f6857fa3c8e1f491\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"listAllFiles\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"listAllFiles\"\n },\n \"6032b7eaae485aa9831911fc70ced1cbeee691f467\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"readFileContent\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"readFileContent\"\n },\n \"60c05c323138939c494f56185d899a8fe2ea7bbb61\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"readFileContentForce\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"readFileContentForce\"\n },\n \"70128b0bf81e97940edab71bb7d4820e9b6afb8d5a\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"writeFileContent\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"writeFileContent\"\n },\n \"6057f78eab2d1f8f647196970edd0b61486cf79124\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"revealInFinder\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"revealInFinder\"\n },\n \"40404c6175e128e3fd5cb1fb7918446239622ce012\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getPreviewState\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"getPreviewState\"\n },\n \"40ebc8d00f1487ad93a82bd27e2632189ca4560081\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"startPreview\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"startPreview\"\n },\n \"404dc4e0a31c9f67cfb643d8a68df24dd825a60037\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"stopPreview\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"stopPreview\"\n },\n \"40bd75aa4d48aa1dcc787bd9fc497f8d454db29904\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"installPreviewDeps\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"installPreviewDeps\"\n },\n \"40c2765223524fc985e6a78efde14243b3967c6728\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"redetectPreset\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"redetectPreset\"\n },\n \"40bf2a3412de14a6d62c34b22ab21eb1904dad5ba7\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setProjectPreset\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"setProjectPreset\"\n },\n \"4023d09dd64b3fb0530ffeaff528a33045909d81d0\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setProjectDefaults\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"setProjectDefaults\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"Y13Re30xrt0GIawaJX8rHTNZZCMz176wQjxzG1uwE2M=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"4083025e1088f0ea1132dc991ca3f8360acfda29d5\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"createWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"createWorkspace\"\n },\n \"60c53796d27d723175d8f0a97d30a21c625456d25b\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"updateWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"updateWorkspace\"\n },\n \"40adba9339d5dcdae2f99eacb52c5217bb737c9561\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"deleteWorkspace\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"deleteWorkspace\"\n },\n \"40cc1ddd5bc652248bd8ff8007cced78a3c7830a00\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getLabelsForWorkspace\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"getLabelsForWorkspace\"\n },\n \"408c338c2266f72bd527b82785fdd777cbec6c4d47\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"createLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"createLabel\"\n },\n \"4079ddcb0d3bea2eb0a8f1c822f43181fc6bc7a8e1\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"deleteLabel\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"deleteLabel\"\n },\n \"60dcf8f8f6fc30c42e03b1a674c112ac4b962db064\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"globalSearch\",\n \"filename\": \"src/actions/search-actions.ts\"\n }\n },\n \"filename\": \"src/actions/search-actions.ts\",\n \"exportedName\": \"globalSearch\"\n },\n \"603c0264012af76a302a9257aabe7ba4f12e177654\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getConfigValue\"\n },\n \"40b4cb2d11c40610200181530e40845077be931004\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"resolveGitLocalPath\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"resolveGitLocalPath\"\n },\n \"601b9b8e5f87c7210ac53f19895be46302ae5aec4d\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"analyzeProjectDirectory\",\n \"filename\": \"src/actions/project-actions.ts\"\n }\n },\n \"filename\": \"src/actions/project-actions.ts\",\n \"exportedName\": \"analyzeProjectDirectory\"\n },\n \"60c71da1164a70c3c76a887077ed5cce6ca9885b52\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"migrateProjectPath\",\n \"filename\": \"src/actions/project-actions.ts\"\n }\n },\n \"filename\": \"src/actions/project-actions.ts\",\n \"exportedName\": \"migrateProjectPath\"\n },\n \"40ee476cf0921ed8dfca9463a686403acc340870e7\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"checkMigrationSafety\",\n \"filename\": \"src/actions/project-actions.ts\"\n }\n },\n \"filename\": \"src/actions/project-actions.ts\",\n \"exportedName\": \"checkMigrationSafety\"\n },\n \"00344a67d1ab405b6770b42b61d196e25061669ed5\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getActualWsPort\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getActualWsPort\"\n },\n \"40c937dfc6020ed56d61f7375b16690d08aba8874d\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"createProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"createProject\"\n },\n \"604e2b67b2ae23ce5db8ad79e81f1456572fc96cff\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"setConfigValue\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"setConfigValue\"\n },\n \"40f7a7a324cabac3b30f90d2f71132492f0e2976f9\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"checkExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n }\n },\n \"filename\": \"src/actions/extension-actions.ts\",\n \"exportedName\": \"checkExtension\"\n },\n \"40face0b1894edbb9834aea9d69cd108b567a54da1\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"installExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n }\n },\n \"filename\": \"src/actions/extension-actions.ts\",\n \"exportedName\": \"installExtension\"\n },\n \"40e5d7afe519f9455de7e860e63f98482d474436c1\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"uninstallExtension\",\n \"filename\": \"src/actions/extension-actions.ts\"\n }\n },\n \"filename\": \"src/actions/extension-actions.ts\",\n \"exportedName\": \"uninstallExtension\"\n },\n \"00158c921cd696ea4c1ce82a55937d11a7689d4366\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getOnboardingStatus\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"getOnboardingStatus\"\n },\n \"402b1385fefcfc9db6d341b3cce5f657983b51f500\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"dispatchTaskCompletionEvent\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"dispatchTaskCompletionEvent\"\n },\n \"4071d9e76239c1dd807a3e838c615246588e99889c\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"setOnboardingProgress\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"setOnboardingProgress\"\n },\n \"6090b9072de227a79fc49dc75310ab3287833a57ad\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"completeOnboarding\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"completeOnboarding\"\n },\n \"60cca945638d621516131c1789cc32678882a18731\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"setOnboardingExtensions\",\n \"filename\": \"src/actions/onboarding-actions.ts\"\n }\n },\n \"filename\": \"src/actions/onboarding-actions.ts\",\n \"exportedName\": \"setOnboardingExtensions\"\n },\n \"00e9060c585c3583b63be04c71492fb32c6512b5f2\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"listAllExtensionStatus\",\n \"filename\": \"src/actions/extension-actions.ts\"\n }\n },\n \"filename\": \"src/actions/extension-actions.ts\",\n \"exportedName\": \"listAllExtensionStatus\"\n },\n \"005dfa564934754fa9e330eea2d7cf3314c7404691\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"checkRgAvailable\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n }\n },\n \"filename\": \"src/actions/search-code-actions.ts\",\n \"exportedName\": \"checkRgAvailable\"\n },\n \"00c7b21fbe8ad6d8d5036d0a2d22c11f624ed54027\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"clearRgPathCache\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n }\n },\n \"filename\": \"src/actions/search-code-actions.ts\",\n \"exportedName\": \"clearRgPathCache\"\n },\n \"7ccf83ff07956e6239cf7502476722cd7b35b9a6a5\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"searchCode\",\n \"filename\": \"src/actions/search-code-actions.ts\"\n }\n },\n \"filename\": \"src/actions/search-code-actions.ts\",\n \"exportedName\": \"searchCode\"\n },\n \"000068ce2fe44507bf690991ced2f8810ee21aa06b\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getAvailableTerminalApps\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getAvailableTerminalApps\"\n },\n \"00917a291a1ba427a2d5757832254c170fe37954b9\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getPlatformInfo\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getPlatformInfo\"\n },\n \"00d83917ed4b0681fd8751d66b13765c7c6bcfad01\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getAvailableShells\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getAvailableShells\"\n },\n \"403d34b6c07f1211d62ffcf8957d4e12c5cd30d6cb\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 921792,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/onboarding/page\": {\n \"moduleId\": 415666,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/page\": {\n \"moduleId\": 373509,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/page\": {\n \"moduleId\": 405609,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getConfigValues\",\n \"filename\": \"src/actions/config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/config-actions.ts\",\n \"exportedName\": \"getConfigValues\"\n },\n \"00391348d42b76090831034915f5a29394f6851710\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getActiveExecutionsAcrossWorkspaces\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getActiveExecutionsAcrossWorkspaces\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"getActiveExecutionsAcrossWorkspaces\"\n },\n \"4058f3de9d1ab1ca574c84bd2aeae117c8e2226979\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"stopPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"stopPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"stopPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"stopPtyExecution\"\n },\n \"408c65a45174b25c6a5b541e5ba78fff4960a6acf3\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getTaskExecutions\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getTaskExecutions\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getTaskExecutions\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"getTaskExecutions\"\n },\n \"409c834fd2c247622eedcc4b99918cbc653799b8ca\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"continueLatestPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"continueLatestPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"continueLatestPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"continueLatestPtyExecution\"\n },\n \"40f7bdbd99a7f76dd915c2ea64b852966a8c2be97d\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getTaskMessages\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getTaskMessages\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"getTaskMessages\"\n },\n \"6071e854989dd692a873037beb067e80dfd68a8635\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"resumePtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"resumePtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"resumePtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"resumePtyExecution\"\n },\n \"60de2b132d9d9ba6208d1eeef4aed68de607893a06\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"sendTaskMessage\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"sendTaskMessage\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"sendTaskMessage\"\n },\n \"60f6e34f6d92f2f2832effab37a6d8bdbd0fe04444\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"stopTaskExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"stopTaskExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"stopTaskExecution\"\n },\n \"7852598e1bddcd70d027c37246b1e33d7c61b24f04\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"startTaskExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"startTaskExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"startTaskExecution\"\n },\n \"7cf4abf6033d5139b977e1c919386013198cf63ea1\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"startPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"startPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"startPtyExecution\",\n \"filename\": \"src/actions/agent-actions.ts\"\n }\n },\n \"filename\": \"src/actions/agent-actions.ts\",\n \"exportedName\": \"startPtyExecution\"\n },\n \"001eec4658e0bad6ce830e7698ad088312be1257f7\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getProviderConnections\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getProviderConnections\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"getProviderConnections\"\n },\n \"001fc464af4fd75301d55763ddda0366be1ccd5b77\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getConnectedProviders\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getConnectedProviders\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"getConnectedProviders\"\n },\n \"401dec8244464fac09bd770156810aa29062cfe975\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"isProviderConnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"isProviderConnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"isProviderConnected\"\n },\n \"605b219b8f3ca9f34eef237adfb43c39347d5481ed\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"markProviderConnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"markProviderConnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"markProviderConnected\"\n },\n \"60e589313f50724f34148df27b03880e4550bd8e84\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"markProviderDisconnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"markProviderDisconnected\",\n \"filename\": \"src/actions/provider-connection-actions.ts\"\n }\n },\n \"filename\": \"src/actions/provider-connection-actions.ts\",\n \"exportedName\": \"markProviderDisconnected\"\n },\n \"404a1bf2ffa6202561fb32a0a53d40df2f58404943\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"openInTerminal\",\n \"filename\": \"src/actions/preview-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"openInTerminal\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"openInTerminal\"\n },\n \"4066f5b7ea4a9151707d2b708464e41ca8b46f2824\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithRecentTasks\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getWorkspacesWithRecentTasks\"\n },\n \"40c09cce85fa62a5188f302cb8ed640c144a62a304\": {\n \"workers\": {\n \"app/missions/page\": {\n \"moduleId\": 276083,\n \"async\": true,\n \"exportedName\": \"getProjectTasks\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getProjectTasks\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"getProjectTasks\"\n },\n \"407392ec926020c29f780329b99fbe7f2e09384a4d\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getPrompts\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getPrompts\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getPrompts\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"getPrompts\"\n },\n \"404f138ed1e5c25a6fa282d6c3eaf2dcb4bcc5c354\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createPrompt\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"createPrompt\"\n },\n \"60e44bc2e8146759509e5b05eb222b4c2b5f8398cb\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"updatePrompt\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"updatePrompt\"\n },\n \"40abf66222b384e46e8fd8c65f22ff76b9d167cc3c\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"deletePrompt\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"deletePrompt\"\n },\n \"60d204cb3730cc9142ddd5617ed776fd5f172096f8\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setDefaultPrompt\",\n \"filename\": \"src/actions/prompt-actions.ts\"\n }\n },\n \"filename\": \"src/actions/prompt-actions.ts\",\n \"exportedName\": \"setDefaultPrompt\"\n },\n \"0076c25e4a4d757e2a225c2d9cb2e20ddb81096f22\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getAvailableProviders\",\n \"filename\": \"src/actions/ai-config-actions.ts\"\n }\n },\n \"filename\": \"src/actions/ai-config-actions.ts\",\n \"exportedName\": \"getAvailableProviders\"\n },\n \"4006cc27345501b4c4944bbfa6f622a3e529157cf9\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"createBackup\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"createBackup\"\n },\n \"0074d86f3afad4f4b03166322fe4fd5ee99816fdcf\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"listBackupFiles\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"listBackupFiles\"\n },\n \"409e171a09d5dea91472ce38a5bbda29a530508f20\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"deleteBackupFile\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"deleteBackupFile\"\n },\n \"4052254dfe0561e8c4a9ed70c3c4f2fce5c66cddf0\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"restoreBackup\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"restoreBackup\"\n },\n \"40a5657e1efc7f94cdf9c5ad793ba42c94df125dac\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"resetSystem\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"resetSystem\"\n },\n \"003f48744a37adcffec8c75ebcddeddbe64bd2def2\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"getBackupDir\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"getBackupDir\"\n },\n \"4017d0868da2b9e0bc44dc4ba250fb2f28f2681d3e\": {\n \"workers\": {\n \"app/settings/page\": {\n \"moduleId\": 721357,\n \"async\": true,\n \"exportedName\": \"setBackupDir\",\n \"filename\": \"src/actions/backup-actions.ts\"\n }\n },\n \"filename\": \"src/actions/backup-actions.ts\",\n \"exportedName\": \"setBackupDir\"\n },\n \"00352243efe42977dfd6af7568a8910b0168021847\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getWorkspacesWithProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getWorkspacesWithProjects\"\n },\n \"405f319d9375c810e45a6ced3d136b541eed06d322\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getOrCreateTowerTaskId\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getOrCreateTowerTaskId\"\n },\n \"40a1d04c2e1466451263ed2619455d05f00b9d4bce\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getProjectByLocalPath\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getProjectByLocalPath\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getProjectByLocalPath\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getProjectByLocalPath\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getProjectByLocalPath\"\n },\n \"40bad5a0ca1f19f6a0ecd2d5c4cc816552e9405e6e\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"deleteProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"deleteProject\"\n },\n \"40e673386ce29ba0afa3cedc513d447e16bb423111\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getRecentLocalProjects\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getRecentLocalProjects\"\n },\n \"40fdbf62e7bbf6381a499ec7d118cfface9d3b4b77\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getWorkspaceById\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getWorkspaceById\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getWorkspaceById\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"getWorkspaceById\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"getWorkspaceById\"\n },\n \"604cfd61cf005b488dc365cfb233fd1f0db5e21428\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n },\n \"app/workspaces/page\": {\n \"moduleId\": 358885,\n \"async\": true,\n \"exportedName\": \"updateProject\",\n \"filename\": \"src/actions/workspace-actions.ts\"\n }\n },\n \"filename\": \"src/actions/workspace-actions.ts\",\n \"exportedName\": \"updateProject\"\n },\n \"40d6569939da4917ee5c58541cb007ec61742108cb\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getTaskLabels\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getTaskLabels\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"getTaskLabels\"\n },\n \"60df8d8d4eb43e7a879400fd0034f9d364cc369261\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"setTaskLabels\",\n \"filename\": \"src/actions/label-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"setTaskLabels\",\n \"filename\": \"src/actions/label-actions.ts\"\n }\n },\n \"filename\": \"src/actions/label-actions.ts\",\n \"exportedName\": \"setTaskLabels\"\n },\n \"404bbef08c8b4cd47e625800cc0b5f3058bebe348f\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getProjectBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getProjectBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getProjectBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getProjectBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n }\n },\n \"filename\": \"src/actions/git-actions.ts\",\n \"exportedName\": \"getProjectBranches\"\n },\n \"4026cce9744b390018c9fb8c8647caf6832e9c80ed\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"fetchRemoteBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"fetchRemoteBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"fetchRemoteBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"fetchRemoteBranches\",\n \"filename\": \"src/actions/git-actions.ts\"\n }\n },\n \"filename\": \"src/actions/git-actions.ts\",\n \"exportedName\": \"fetchRemoteBranches\"\n },\n \"40144cdabed5ebf75fcf8f5a37d9843fe89867905d\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getCurrentBranch\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getCurrentBranch\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getCurrentBranch\",\n \"filename\": \"src/actions/git-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getCurrentBranch\",\n \"filename\": \"src/actions/git-actions.ts\"\n }\n },\n \"filename\": \"src/actions/git-actions.ts\",\n \"exportedName\": \"getCurrentBranch\"\n },\n \"60afb9f705474245774d13886613c57f2d1d6fe6ff\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"updateTaskStatus\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"updateTaskStatus\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"updateTaskStatus\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"updateTaskStatus\"\n },\n \"4001f8775d784fd13b7787b6535ee8883b0627ccd6\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"checkWorktreeClean\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"checkWorktreeClean\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"checkWorktreeClean\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"checkWorktreeClean\"\n },\n \"6057ade64560859b1c9eca7326d6cc20ace51d3f74\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"commitWorktreeChanges\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"commitWorktreeChanges\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"commitWorktreeChanges\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"commitWorktreeChanges\"\n },\n \"40e9cc01cea6de9dd24cbfd5c7da77ecbf8520c226\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"createNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"createNote\"\n },\n \"40892623d563d6abb9b567b27602bfed2b3c8fcd2c\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getTaskNotes\",\n \"filename\": \"src/actions/note-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getTaskNotes\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"getTaskNotes\"\n },\n \"40827fb3292a08be968ac71a0bed005e91166832e7\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"deleteNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"deleteNote\"\n },\n \"400a553a5eee9c55e47f388a855599a509c1854cc9\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getTaskAssets\",\n \"filename\": \"src/actions/asset-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getTaskAssets\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"getTaskAssets\"\n },\n \"4001ee3cc32025ec9051ad43275df76081f5bb30fb\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"uploadAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"uploadAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"uploadAsset\"\n },\n \"40eb9f91cf4e1a06bca572463ec6f297e5d8f9a617\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"deleteAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"deleteAsset\"\n },\n \"401864e07f05eb5712c61726e7c45c9127437f3ed4\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"createTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"createTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"createTask\"\n },\n \"60b83a9e949e27da23575e9ec56d9aed80201f2edd\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"updateTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"updateTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"updateTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"updateTask\"\n },\n \"40b864e02d048dabde7fce059da3bc8340153ec409\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"deleteTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"deleteTask\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"deleteTask\"\n },\n \"40cb62edcf28baf88be1c006416b1dc17a165a7708\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"toggleTaskPinned\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"toggleTaskPinned\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"toggleTaskPinned\"\n },\n \"40aa0b118228575abc653ff9aa04ca0f29e8547ef4\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/page\": {\n \"moduleId\": 171876,\n \"async\": true,\n \"exportedName\": \"getVersionsForPicker\",\n \"filename\": \"src/actions/version-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getVersionsForPicker\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"getVersionsForPicker\"\n },\n \"4010c23871e21313632c6e547b088728eaaaf8d6ed\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"searchTasks\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"searchTasks\"\n },\n \"40b36c864d4d23ff0d7f5c0345462b73016d89624e\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getTaskOverview\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getTaskOverview\",\n \"filename\": \"src/actions/task-actions.ts\"\n },\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getTaskOverview\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"getTaskOverview\"\n },\n \"40b536712468b173859a6f5b7d2a1975d71a8847ca\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getArchivedTasks\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"getArchivedTasks\"\n },\n \"40c3ea63137ef3cd7359bf5b6962fc87c9ea9abe68\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/archive/page\": {\n \"moduleId\": 354866,\n \"async\": true,\n \"exportedName\": \"getArchivedTaskCount\",\n \"filename\": \"src/actions/task-actions.ts\"\n }\n },\n \"filename\": \"src/actions/task-actions.ts\",\n \"exportedName\": \"getArchivedTaskCount\"\n },\n \"402259e92e45ddef6a50cfee1d5396053bd7d2fd47\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getProjectAssets\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"getProjectAssets\"\n },\n \"40624139b43a17cc81aa7b709e2d48eed7d4572a69\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"createAsset\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"createAsset\"\n },\n \"407bd0aa88d7eef8f58739ffc1011ac6e5a6ad503a\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/assets/page\": {\n \"moduleId\": 470618,\n \"async\": true,\n \"exportedName\": \"getAssetById\",\n \"filename\": \"src/actions/asset-actions.ts\"\n }\n },\n \"filename\": \"src/actions/asset-actions.ts\",\n \"exportedName\": \"getAssetById\"\n },\n \"407e9c1ed187c5c0c3969cd5368110eda2cd77320f\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getNoteById\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"getNoteById\"\n },\n \"6007ede367b01ec606684e12359d3506ef02fec117\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"getProjectNotes\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"getProjectNotes\"\n },\n \"60a67a78b43038d492558510c47c3591fae79eb00c\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/notes/page\": {\n \"moduleId\": 356268,\n \"async\": true,\n \"exportedName\": \"updateNote\",\n \"filename\": \"src/actions/note-actions.ts\"\n }\n },\n \"filename\": \"src/actions/note-actions.ts\",\n \"exportedName\": \"updateNote\"\n },\n \"4035aeb303a13bed8fda4465736df8a0f708cd37b3\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"createVersion\"\n },\n \"405b11129c958896555c915986c5a6f9a97c6d2d4d\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getProjectVersions\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"getProjectVersions\"\n },\n \"4080b530c3524bd971f995dcb141b52ffef5b9e2f6\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"deleteVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"deleteVersion\"\n },\n \"4081ee3f3dd5a8ee9cfe148a40eefea166fa8c3dbd\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getVersionDiffStat\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"getVersionDiffStat\"\n },\n \"4093d5a72eeb95129c0e46869a5827377dee2f1333\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"setCurrentVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"setCurrentVersion\"\n },\n \"40e6423714206788362bb8adcc18b09e831cd580c5\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getVersionDiff\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"getVersionDiff\"\n },\n \"60935ff5df1e244e44ffadb8fed5537f97825d0fd6\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"assignTaskVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"assignTaskVersion\"\n },\n \"609bd30d0af14ce31bb49e71ad36b910c73d395bb1\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"releaseVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"releaseVersion\"\n },\n \"60f1544acac2b4bacf68d4722cb6002dc7c736d92b\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"updateVersion\",\n \"filename\": \"src/actions/version-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-actions.ts\",\n \"exportedName\": \"updateVersion\"\n },\n \"40a1f5a787858b7a59a0c29558456853226fc22251\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"getVersionTypes\",\n \"filename\": \"src/actions/version-type-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-type-actions.ts\",\n \"exportedName\": \"getVersionTypes\"\n },\n \"40d4b3ba9413922b4366411c22d78e9ab9f88a1ee5\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"createVersionType\",\n \"filename\": \"src/actions/version-type-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-type-actions.ts\",\n \"exportedName\": \"createVersionType\"\n },\n \"6038f8c3c78d0d99f4dc04aa2f57cf10af99b4d3c0\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"updateVersionType\",\n \"filename\": \"src/actions/version-type-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-type-actions.ts\",\n \"exportedName\": \"updateVersionType\"\n },\n \"40b69852784877dbbd5f05021bd6a9870ceed83c37\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/projects/[projectId]/versions/page\": {\n \"moduleId\": 637202,\n \"async\": true,\n \"exportedName\": \"deleteVersionType\",\n \"filename\": \"src/actions/version-type-actions.ts\"\n }\n },\n \"filename\": \"src/actions/version-type-actions.ts\",\n \"exportedName\": \"deleteVersionType\"\n },\n \"60748061472f455fa2b0fddde16c2b9ec0e1f7eed9\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"listDirectory\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"listDirectory\"\n },\n \"70adfc766151b91065cbbca5eb8feb6268df7afb81\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getGitStatus\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"getGitStatus\"\n },\n \"6026dcae57106257bac40060a4a54f44533e2bc47c\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createFile\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"createFile\"\n },\n \"60d090c3bec36af1ac6e9df907f9239bbc3dc6f3d4\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"createDirectory\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"createDirectory\"\n },\n \"70b707da2386dad1f96df89e4b76b4b56ad4903775\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"renameEntry\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"renameEntry\"\n },\n \"602725aed78a2cc3e48fc3683a9ab88d8403570e69\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"deleteEntry\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"deleteEntry\"\n },\n \"40603f25a604314b2466a9836f1ce94608a00ccd37\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"listAllFiles\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"listAllFiles\"\n },\n \"605002347c220ec7eb52843cf86a6106751da99448\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"readFileContent\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"readFileContent\"\n },\n \"60338a507e7d42a9cd4b64c7cbbf1effcdcd76b0fe\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"readFileContentForce\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"readFileContentForce\"\n },\n \"702c90d0ff7bc44f1766597f581d57979d9cb2fda1\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"writeFileContent\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"writeFileContent\"\n },\n \"60b26d4c1dc0a896aa5545f4a9d4ac0adfac97eec4\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"revealInFinder\",\n \"filename\": \"src/actions/file-actions.ts\"\n }\n },\n \"filename\": \"src/actions/file-actions.ts\",\n \"exportedName\": \"revealInFinder\"\n },\n \"4044454b8b85ba6d683fd310124c6c2dc74699ce17\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"getPreviewState\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"getPreviewState\"\n },\n \"402df62b043d61fdb729316c0867f299a07c1354ee\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"startPreview\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"startPreview\"\n },\n \"40cc140f8f032ee2e5145e155a70920179af1f9331\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"stopPreview\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"stopPreview\"\n },\n \"40fda54b53185bf26690204e4cc5193f818c1187a3\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"installPreviewDeps\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"installPreviewDeps\"\n },\n \"4036dad21ee7a91d0f5aea347b005a99e1ce8a98b7\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"redetectPreset\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"redetectPreset\"\n },\n \"400e519fe8ed9d50d437519e44ee06ee00bf970edf\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setProjectPreset\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"setProjectPreset\"\n },\n \"409bd258e7aac0203d5bec2217b7ecfe3cd911da7f\": {\n \"workers\": {\n \"app/workspaces/[workspaceId]/tasks/[taskId]/page\": {\n \"moduleId\": 732530,\n \"async\": true,\n \"exportedName\": \"setProjectDefaults\",\n \"filename\": \"src/actions/preview-actions.ts\"\n }\n },\n \"filename\": \"src/actions/preview-actions.ts\",\n \"exportedName\": \"setProjectDefaults\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"1W9GCeVf4/IFlSqPPoiJB7hKmzlG5AQd99N80YwHyPs=\"\n}"