tower-studio 0.1.0 → 0.1.2

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 (1140) hide show
  1. package/.next/standalone/tower/.claude/rules/process-lifecycle.md +31 -0
  2. package/.next/standalone/tower/.claude/rules/security.md +29 -0
  3. package/.next/standalone/tower/.claude/rules/ui.md +105 -0
  4. package/.next/standalone/tower/AGENTS.md +325 -0
  5. package/.next/standalone/tower/CHANGELOG.md +63 -0
  6. package/.next/standalone/tower/CLAUDE.md +33 -0
  7. package/.next/standalone/tower/LICENSE +21 -0
  8. package/.next/standalone/tower/README.md +214 -0
  9. package/.next/standalone/tower/README.zh.md +212 -0
  10. package/.next/standalone/tower/bin/tower.mjs +180 -0
  11. package/.next/standalone/tower/components.json +25 -0
  12. package/.next/standalone/tower/docs/README.md +51 -0
  13. package/.next/standalone/tower/docs/ai/README.md +91 -0
  14. package/.next/standalone/tower/docs/ai/cli-abstraction-design.md +398 -0
  15. package/.next/standalone/tower/docs/ai/cli-abstraction-plan.md +1345 -0
  16. package/.next/standalone/tower/docs/assets-notes/README.md +41 -0
  17. package/.next/standalone/tower/docs/assistant/README.md +48 -0
  18. package/.next/standalone/tower/docs/board/README.md +36 -0
  19. package/.next/standalone/tower/docs/diagrams/tower-ai-architecture-en.html +259 -0
  20. package/.next/standalone/tower/docs/diagrams/tower-ai-architecture.html +259 -0
  21. package/.next/standalone/tower/docs/diagrams/tower-data-model-en.html +344 -0
  22. package/.next/standalone/tower/docs/diagrams/tower-data-model.html +344 -0
  23. package/.next/standalone/tower/docs/diagrams/tower-module-map-en.html +176 -0
  24. package/.next/standalone/tower/docs/diagrams/tower-module-map.html +176 -0
  25. package/.next/standalone/tower/docs/diagrams/tower-system-architecture-en.html +336 -0
  26. package/.next/standalone/tower/docs/diagrams/tower-system-architecture.html +336 -0
  27. package/.next/standalone/tower/docs/diagrams/tower-task-lifecycle-en.html +251 -0
  28. package/.next/standalone/tower/docs/diagrams/tower-task-lifecycle.html +251 -0
  29. package/.next/standalone/tower/docs/en/guide/architecture.md +79 -0
  30. package/.next/standalone/tower/docs/en/guide/diagrams.md +24 -0
  31. package/.next/standalone/tower/docs/en/guide/getting-started.md +80 -0
  32. package/.next/standalone/tower/docs/en/guide/introduction.md +84 -0
  33. package/.next/standalone/tower/docs/en/index.md +36 -0
  34. package/.next/standalone/tower/docs/en/modules/ai.md +110 -0
  35. package/.next/standalone/tower/docs/en/modules/assets-notes.md +56 -0
  36. package/.next/standalone/tower/docs/en/modules/assistant.md +63 -0
  37. package/.next/standalone/tower/docs/en/modules/board.md +44 -0
  38. package/.next/standalone/tower/docs/en/modules/git.md +55 -0
  39. package/.next/standalone/tower/docs/en/modules/i18n.md +35 -0
  40. package/.next/standalone/tower/docs/en/modules/mcp.md +62 -0
  41. package/.next/standalone/tower/docs/en/modules/missions.md +47 -0
  42. package/.next/standalone/tower/docs/en/modules/project.md +57 -0
  43. package/.next/standalone/tower/docs/en/modules/search.md +49 -0
  44. package/.next/standalone/tower/docs/en/modules/settings.md +63 -0
  45. package/.next/standalone/tower/docs/en/modules/task.md +82 -0
  46. package/.next/standalone/tower/docs/en/modules/terminal.md +73 -0
  47. package/.next/standalone/tower/docs/en/modules/workspace.md +61 -0
  48. package/.next/standalone/tower/docs/git/README.md +42 -0
  49. package/.next/standalone/tower/docs/guide/architecture.md +29 -0
  50. package/.next/standalone/tower/docs/guide/diagrams.md +24 -0
  51. package/.next/standalone/tower/docs/guide/getting-started.md +80 -0
  52. package/.next/standalone/tower/docs/guide/introduction.md +84 -0
  53. package/.next/standalone/tower/docs/i18n/README.md +23 -0
  54. package/.next/standalone/tower/docs/index.md +36 -0
  55. package/.next/standalone/tower/docs/mcp/README.md +50 -0
  56. package/.next/standalone/tower/docs/missions/README.md +40 -0
  57. package/.next/standalone/tower/docs/modules/ai.md +104 -0
  58. package/.next/standalone/tower/docs/modules/assets-notes.md +68 -0
  59. package/.next/standalone/tower/docs/modules/assistant.md +74 -0
  60. package/.next/standalone/tower/docs/modules/board.md +56 -0
  61. package/.next/standalone/tower/docs/modules/git.md +61 -0
  62. package/.next/standalone/tower/docs/modules/i18n.md +38 -0
  63. package/.next/standalone/tower/docs/modules/mcp.md +68 -0
  64. package/.next/standalone/tower/docs/modules/missions.md +54 -0
  65. package/.next/standalone/tower/docs/modules/project.md +65 -0
  66. package/.next/standalone/tower/docs/modules/search.md +57 -0
  67. package/.next/standalone/tower/docs/modules/settings.md +72 -0
  68. package/.next/standalone/tower/docs/modules/task.md +82 -0
  69. package/.next/standalone/tower/docs/modules/terminal.md +70 -0
  70. package/.next/standalone/tower/docs/modules/workspace.md +68 -0
  71. package/.next/standalone/tower/docs/package.json +11 -0
  72. package/.next/standalone/tower/docs/pnpm-lock.yaml +1620 -0
  73. package/.next/standalone/tower/docs/postcss.config.mjs +2 -0
  74. package/.next/standalone/tower/docs/project/README.md +45 -0
  75. package/.next/standalone/tower/docs/public/banner.png +0 -0
  76. package/.next/standalone/tower/docs/public/diagrams/tower-ai-architecture-en.html +259 -0
  77. package/.next/standalone/tower/docs/public/diagrams/tower-ai-architecture.html +259 -0
  78. package/.next/standalone/tower/docs/public/diagrams/tower-data-model-en.html +344 -0
  79. package/.next/standalone/tower/docs/public/diagrams/tower-data-model.html +344 -0
  80. package/.next/standalone/tower/docs/public/diagrams/tower-module-map-en.html +176 -0
  81. package/.next/standalone/tower/docs/public/diagrams/tower-module-map.html +176 -0
  82. package/.next/standalone/tower/docs/public/diagrams/tower-system-architecture-en.html +336 -0
  83. package/.next/standalone/tower/docs/public/diagrams/tower-system-architecture.html +336 -0
  84. package/.next/standalone/tower/docs/public/diagrams/tower-task-lifecycle-en.html +251 -0
  85. package/.next/standalone/tower/docs/public/diagrams/tower-task-lifecycle.html +251 -0
  86. package/.next/standalone/tower/docs/search/README.md +37 -0
  87. package/.next/standalone/tower/docs/settings/README.md +43 -0
  88. package/.next/standalone/tower/docs/task/README.md +67 -0
  89. package/.next/standalone/tower/docs/terminal/README.md +58 -0
  90. package/.next/standalone/tower/docs/workspace/README.md +50 -0
  91. package/.next/standalone/tower/docs/zh/guide/architecture.md +29 -0
  92. package/.next/standalone/tower/docs/zh/guide/diagrams.md +24 -0
  93. package/.next/standalone/tower/docs/zh/guide/getting-started.md +80 -0
  94. package/.next/standalone/tower/docs/zh/guide/introduction.md +66 -0
  95. package/.next/standalone/tower/docs/zh/index.md +23 -0
  96. package/.next/standalone/tower/docs/zh/modules/ai.md +104 -0
  97. package/.next/standalone/tower/docs/zh/modules/assets-notes.md +68 -0
  98. package/.next/standalone/tower/docs/zh/modules/assistant.md +74 -0
  99. package/.next/standalone/tower/docs/zh/modules/board.md +56 -0
  100. package/.next/standalone/tower/docs/zh/modules/git.md +61 -0
  101. package/.next/standalone/tower/docs/zh/modules/i18n.md +38 -0
  102. package/.next/standalone/tower/docs/zh/modules/mcp.md +68 -0
  103. package/.next/standalone/tower/docs/zh/modules/missions.md +54 -0
  104. package/.next/standalone/tower/docs/zh/modules/project.md +65 -0
  105. package/.next/standalone/tower/docs/zh/modules/search.md +57 -0
  106. package/.next/standalone/tower/docs/zh/modules/settings.md +72 -0
  107. package/.next/standalone/tower/docs/zh/modules/task.md +82 -0
  108. package/.next/standalone/tower/docs/zh/modules/terminal.md +70 -0
  109. package/.next/standalone/tower/docs/zh/modules/workspace.md +68 -0
  110. package/.next/standalone/tower/eslint.config.mjs +18 -0
  111. package/.next/standalone/tower/next.config.ts +15 -0
  112. package/.next/standalone/tower/package.json +117 -0
  113. package/.next/standalone/tower/playwright.config.ts +28 -0
  114. package/.next/standalone/tower/pnpm-lock.yaml +10524 -0
  115. package/.next/standalone/tower/pnpm-workspace.yaml +6 -0
  116. package/.next/standalone/tower/postcss.config.mjs +7 -0
  117. package/.next/standalone/tower/prisma/init-fts.ts +23 -0
  118. package/.next/standalone/tower/prisma/prisma/dev.db +0 -0
  119. package/.next/standalone/tower/prisma/schema.prisma +290 -0
  120. package/.next/standalone/tower/prisma/seed.ts +50 -0
  121. package/.next/standalone/tower/prompts/backend-developer.md +20 -0
  122. package/.next/standalone/tower/prompts/code-reviewer.md +19 -0
  123. package/.next/standalone/tower/prompts/frontend-developer.md +20 -0
  124. package/.next/standalone/tower/prompts/product-manager.md +16 -0
  125. package/.next/standalone/tower/public/banner.jpg +0 -0
  126. package/.next/standalone/tower/public/logo.png +0 -0
  127. package/.next/standalone/tower/scripts/copy-monaco.js +27 -0
  128. package/.next/standalone/tower/scripts/init-db.ts +74 -0
  129. package/.next/standalone/tower/scripts/init-tower.ts +10 -0
  130. package/.next/standalone/tower/scripts/migrate-data.ts +102 -0
  131. package/.next/standalone/tower/scripts/post-tool-hook.js +188 -0
  132. package/.next/standalone/tower/scripts/session-start-hook.js +79 -0
  133. package/.next/standalone/tower/scripts/stop-hook.js +78 -0
  134. package/.next/standalone/tower/server.js +38 -0
  135. package/.next/standalone/tower/skills/tower/SKILL.md +375 -0
  136. package/.next/standalone/tower/src/actions/agent-actions.ts +741 -0
  137. package/.next/standalone/tower/src/actions/agent-config-actions.ts +44 -0
  138. package/.next/standalone/tower/src/actions/ai-config-actions.ts +51 -0
  139. package/.next/standalone/tower/src/actions/asset-actions.ts +131 -0
  140. package/.next/standalone/tower/src/actions/assistant-actions.ts +107 -0
  141. package/.next/standalone/tower/src/actions/cli-profile-actions.ts +98 -0
  142. package/.next/standalone/tower/src/actions/config-actions.ts +84 -0
  143. package/.next/standalone/tower/src/actions/file-actions.ts +262 -0
  144. package/.next/standalone/tower/src/actions/git-actions.ts +90 -0
  145. package/.next/standalone/tower/src/actions/label-actions.ts +67 -0
  146. package/.next/standalone/tower/src/actions/note-actions.ts +87 -0
  147. package/.next/standalone/tower/src/actions/onboarding-actions.ts +103 -0
  148. package/.next/standalone/tower/src/actions/preview-actions.ts +76 -0
  149. package/.next/standalone/tower/src/actions/project-actions.ts +222 -0
  150. package/.next/standalone/tower/src/actions/prompt-actions.ts +73 -0
  151. package/.next/standalone/tower/src/actions/report-actions.ts +141 -0
  152. package/.next/standalone/tower/src/actions/search-actions.ts +21 -0
  153. package/.next/standalone/tower/src/actions/search-code-actions.ts +185 -0
  154. package/.next/standalone/tower/src/actions/task-actions.ts +350 -0
  155. package/.next/standalone/tower/src/actions/workspace-actions.ts +224 -0
  156. package/.next/standalone/tower/src/app/api/adapters/test/route.ts +52 -0
  157. package/.next/standalone/tower/src/app/api/browse-fs/route.ts +90 -0
  158. package/.next/standalone/tower/src/app/api/files/assets/[projectId]/[filename]/route.ts +38 -0
  159. package/.next/standalone/tower/src/app/api/git/route.ts +367 -0
  160. package/.next/standalone/tower/src/app/api/internal/assets/[projectId]/[filename]/route.ts +51 -0
  161. package/.next/standalone/tower/src/app/api/internal/assets/reveal/route.ts +71 -0
  162. package/.next/standalone/tower/src/app/api/internal/assistant/chat/route.ts +217 -0
  163. package/.next/standalone/tower/src/app/api/internal/assistant/images/route.ts +51 -0
  164. package/.next/standalone/tower/src/app/api/internal/assistant/route.ts +50 -0
  165. package/.next/standalone/tower/src/app/api/internal/assistant/sessions/route.ts +44 -0
  166. package/.next/standalone/tower/src/app/api/internal/cache/[...segments]/route.ts +59 -0
  167. package/.next/standalone/tower/src/app/api/internal/hooks/install/route.ts +41 -0
  168. package/.next/standalone/tower/src/app/api/internal/hooks/session/route.ts +60 -0
  169. package/.next/standalone/tower/src/app/api/internal/hooks/stop/route.ts +61 -0
  170. package/.next/standalone/tower/src/app/api/internal/hooks/upload/route.ts +173 -0
  171. package/.next/standalone/tower/src/app/api/internal/notifications/pending/route.ts +20 -0
  172. package/.next/standalone/tower/src/app/api/internal/terminal/[taskId]/buffer/route.ts +48 -0
  173. package/.next/standalone/tower/src/app/api/internal/terminal/[taskId]/input/route.ts +64 -0
  174. package/.next/standalone/tower/src/app/api/internal/terminal/[taskId]/start/route.ts +37 -0
  175. package/.next/standalone/tower/src/app/api/tasks/[taskId]/diff/route.ts +224 -0
  176. package/.next/standalone/tower/src/app/api/tasks/[taskId]/merge/route.ts +159 -0
  177. package/.next/standalone/tower/src/app/favicon.ico +0 -0
  178. package/.next/standalone/tower/src/app/globals.css +247 -0
  179. package/.next/standalone/tower/src/app/layout.tsx +63 -0
  180. package/.next/standalone/tower/src/app/missions/missions-client.tsx +338 -0
  181. package/.next/standalone/tower/src/app/missions/page.tsx +10 -0
  182. package/.next/standalone/tower/src/app/onboarding/page.tsx +619 -0
  183. package/.next/standalone/tower/src/app/page.tsx +5 -0
  184. package/.next/standalone/tower/src/app/settings/page.tsx +7 -0
  185. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/archive/archive-page-client.tsx +258 -0
  186. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/archive/page.tsx +36 -0
  187. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/assets/assets-page-client.tsx +232 -0
  188. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/assets/page.tsx +36 -0
  189. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/board-page-client.tsx +257 -0
  190. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/notes/notes-page-client.tsx +337 -0
  191. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/notes/page.tsx +39 -0
  192. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/page.tsx +81 -0
  193. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/projects/[projectId]/page.tsx +30 -0
  194. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/tasks/[taskId]/page.tsx +97 -0
  195. package/.next/standalone/tower/src/app/workspaces/[workspaceId]/tasks/[taskId]/task-page-client.tsx +601 -0
  196. package/.next/standalone/tower/src/app/workspaces/page.tsx +13 -0
  197. package/.next/standalone/tower/src/components/assets/asset-item.tsx +128 -0
  198. package/.next/standalone/tower/src/components/assets/asset-list.tsx +31 -0
  199. package/.next/standalone/tower/src/components/assets/asset-upload.tsx +216 -0
  200. package/.next/standalone/tower/src/components/assets/image-lightbox.tsx +72 -0
  201. package/.next/standalone/tower/src/components/assets/text-preview-dialog.tsx +135 -0
  202. package/.next/standalone/tower/src/components/assistant/assistant-chat-bubble.tsx +308 -0
  203. package/.next/standalone/tower/src/components/assistant/assistant-chat.tsx +215 -0
  204. package/.next/standalone/tower/src/components/assistant/assistant-panel.tsx +149 -0
  205. package/.next/standalone/tower/src/components/assistant/assistant-provider.tsx +512 -0
  206. package/.next/standalone/tower/src/components/assistant/image-preview-modal.tsx +60 -0
  207. package/.next/standalone/tower/src/components/assistant/image-thumbnail-strip.tsx +94 -0
  208. package/.next/standalone/tower/src/components/board/board-column.tsx +115 -0
  209. package/.next/standalone/tower/src/components/board/board-filters.tsx +42 -0
  210. package/.next/standalone/tower/src/components/board/board-stats.tsx +52 -0
  211. package/.next/standalone/tower/src/components/board/column-tasks-dialog.tsx +100 -0
  212. package/.next/standalone/tower/src/components/board/create-task-dialog.tsx +362 -0
  213. package/.next/standalone/tower/src/components/board/kanban-board.tsx +169 -0
  214. package/.next/standalone/tower/src/components/board/project-tabs.tsx +93 -0
  215. package/.next/standalone/tower/src/components/board/task-card-context-menu.tsx +121 -0
  216. package/.next/standalone/tower/src/components/board/task-card.tsx +135 -0
  217. package/.next/standalone/tower/src/components/layout/app-sidebar.tsx +662 -0
  218. package/.next/standalone/tower/src/components/layout/folder-browser-dialog.tsx +273 -0
  219. package/.next/standalone/tower/src/components/layout/layout-client.tsx +198 -0
  220. package/.next/standalone/tower/src/components/layout/search-dialog.tsx +196 -0
  221. package/.next/standalone/tower/src/components/layout/sub-page-nav.tsx +54 -0
  222. package/.next/standalone/tower/src/components/layout/top-bar.tsx +265 -0
  223. package/.next/standalone/tower/src/components/missions/grid-layout-presets.ts +19 -0
  224. package/.next/standalone/tower/src/components/missions/grid-preset-picker.tsx +209 -0
  225. package/.next/standalone/tower/src/components/missions/merge-missions.ts +30 -0
  226. package/.next/standalone/tower/src/components/missions/mission-card.tsx +203 -0
  227. package/.next/standalone/tower/src/components/missions/task-picker-dialog.tsx +415 -0
  228. package/.next/standalone/tower/src/components/notes/category-filter.tsx +44 -0
  229. package/.next/standalone/tower/src/components/notes/note-card.tsx +67 -0
  230. package/.next/standalone/tower/src/components/notes/note-editor.tsx +28 -0
  231. package/.next/standalone/tower/src/components/notes/note-list.tsx +30 -0
  232. package/.next/standalone/tower/src/components/notifications/notification-permission-banner.tsx +49 -0
  233. package/.next/standalone/tower/src/components/notifications/use-notification-listener.ts +114 -0
  234. package/.next/standalone/tower/src/components/onboarding/guided-tour.tsx +255 -0
  235. package/.next/standalone/tower/src/components/onboarding/onboarding-wizard.tsx +84 -0
  236. package/.next/standalone/tower/src/components/onboarding/wizard-step-cli.tsx +53 -0
  237. package/.next/standalone/tower/src/components/onboarding/wizard-step-username.tsx +59 -0
  238. package/.next/standalone/tower/src/components/project/create-project-dialog.tsx +310 -0
  239. package/.next/standalone/tower/src/components/project/import-project-dialog.tsx +414 -0
  240. package/.next/standalone/tower/src/components/providers/theme-provider.tsx +8 -0
  241. package/.next/standalone/tower/src/components/repository/create-branch-dialog.tsx +165 -0
  242. package/.next/standalone/tower/src/components/repository/git-changes-panel.tsx +294 -0
  243. package/.next/standalone/tower/src/components/repository/git-log-panel.tsx +83 -0
  244. package/.next/standalone/tower/src/components/repository/git-stash-panel.tsx +158 -0
  245. package/.next/standalone/tower/src/components/repository/repo-sidebar.tsx +855 -0
  246. package/.next/standalone/tower/src/components/settings/cli-adapter-tester.tsx +144 -0
  247. package/.next/standalone/tower/src/components/settings/settings-page.tsx +2111 -0
  248. package/.next/standalone/tower/src/components/task/code-editor.tsx +376 -0
  249. package/.next/standalone/tower/src/components/task/code-search.tsx +219 -0
  250. package/.next/standalone/tower/src/components/task/diff-editor.tsx +97 -0
  251. package/.next/standalone/tower/src/components/task/editor-git-panel.tsx +792 -0
  252. package/.next/standalone/tower/src/components/task/editor-tabs.tsx +68 -0
  253. package/.next/standalone/tower/src/components/task/execution-timeline.tsx +258 -0
  254. package/.next/standalone/tower/src/components/task/file-tree-context-menu.tsx +113 -0
  255. package/.next/standalone/tower/src/components/task/file-tree-node.tsx +269 -0
  256. package/.next/standalone/tower/src/components/task/file-tree.tsx +575 -0
  257. package/.next/standalone/tower/src/components/task/preview-panel.tsx +281 -0
  258. package/.next/standalone/tower/src/components/task/task-detail-panel.tsx +455 -0
  259. package/.next/standalone/tower/src/components/task/task-diff-view.tsx +207 -0
  260. package/.next/standalone/tower/src/components/task/task-file-changes.tsx +19 -0
  261. package/.next/standalone/tower/src/components/task/task-merge-confirm-dialog.tsx +152 -0
  262. package/.next/standalone/tower/src/components/task/task-metadata.tsx +74 -0
  263. package/.next/standalone/tower/src/components/task/task-notes-panel.tsx +219 -0
  264. package/.next/standalone/tower/src/components/task/task-overview-drawer.tsx +172 -0
  265. package/.next/standalone/tower/src/components/task/task-terminal.tsx +294 -0
  266. package/.next/standalone/tower/src/components/task/terminal-portal.tsx +156 -0
  267. package/.next/standalone/tower/src/components/task/types.ts +6 -0
  268. package/.next/standalone/tower/src/components/ui/avatar.tsx +109 -0
  269. package/.next/standalone/tower/src/components/ui/badge.tsx +52 -0
  270. package/.next/standalone/tower/src/components/ui/button.tsx +58 -0
  271. package/.next/standalone/tower/src/components/ui/card.tsx +103 -0
  272. package/.next/standalone/tower/src/components/ui/command.tsx +196 -0
  273. package/.next/standalone/tower/src/components/ui/dialog.tsx +160 -0
  274. package/.next/standalone/tower/src/components/ui/dropdown-menu.tsx +268 -0
  275. package/.next/standalone/tower/src/components/ui/empty-state.tsx +26 -0
  276. package/.next/standalone/tower/src/components/ui/error-boundary.tsx +58 -0
  277. package/.next/standalone/tower/src/components/ui/input-group.tsx +158 -0
  278. package/.next/standalone/tower/src/components/ui/input.tsx +20 -0
  279. package/.next/standalone/tower/src/components/ui/label.tsx +20 -0
  280. package/.next/standalone/tower/src/components/ui/popover.tsx +90 -0
  281. package/.next/standalone/tower/src/components/ui/scroll-area.tsx +55 -0
  282. package/.next/standalone/tower/src/components/ui/segmented-control.tsx +42 -0
  283. package/.next/standalone/tower/src/components/ui/select.tsx +207 -0
  284. package/.next/standalone/tower/src/components/ui/separator.tsx +25 -0
  285. package/.next/standalone/tower/src/components/ui/sheet.tsx +138 -0
  286. package/.next/standalone/tower/src/components/ui/sonner.tsx +49 -0
  287. package/.next/standalone/tower/src/components/ui/switch.tsx +32 -0
  288. package/.next/standalone/tower/src/components/ui/tabs.tsx +82 -0
  289. package/.next/standalone/tower/src/components/ui/textarea.tsx +18 -0
  290. package/.next/standalone/tower/src/components/ui/toast.tsx +86 -0
  291. package/.next/standalone/tower/src/components/ui/tooltip.tsx +66 -0
  292. package/.next/standalone/tower/src/hooks/sse-event-reducer.ts +144 -0
  293. package/.next/standalone/tower/src/hooks/use-assistant-chat.ts +190 -0
  294. package/.next/standalone/tower/src/hooks/use-image-upload.ts +140 -0
  295. package/.next/standalone/tower/src/instrumentation.ts +18 -0
  296. package/.next/standalone/tower/src/lib/ai/adapters/cli/claude-cli-adapter.ts +166 -0
  297. package/.next/standalone/tower/src/lib/ai/capability-resolver.ts +81 -0
  298. package/.next/standalone/tower/src/lib/ai/provider-registry.ts +54 -0
  299. package/.next/standalone/tower/src/lib/ai/providers/claude.ts +19 -0
  300. package/.next/standalone/tower/src/lib/ai/providers/index.ts +12 -0
  301. package/.next/standalone/tower/src/lib/ai/types.ts +151 -0
  302. package/.next/standalone/tower/src/lib/assistant-constants.ts +2 -0
  303. package/.next/standalone/tower/src/lib/assistant-message-converter.ts +131 -0
  304. package/.next/standalone/tower/src/lib/assistant-sessions.ts +75 -0
  305. package/.next/standalone/tower/src/lib/build-multimodal-prompt.ts +53 -0
  306. package/.next/standalone/tower/src/lib/claude-session.ts +156 -0
  307. package/.next/standalone/tower/src/lib/cli-test.ts +476 -0
  308. package/.next/standalone/tower/src/lib/config-defaults.ts +121 -0
  309. package/.next/standalone/tower/src/lib/config-reader.ts +16 -0
  310. package/.next/standalone/tower/src/lib/constants.ts +26 -0
  311. package/.next/standalone/tower/src/lib/db.ts +28 -0
  312. package/.next/standalone/tower/src/lib/diff-parser.ts +132 -0
  313. package/.next/standalone/tower/src/lib/execution-summary.ts +287 -0
  314. package/.next/standalone/tower/src/lib/file-serve-client.ts +13 -0
  315. package/.next/standalone/tower/src/lib/file-serve.ts +32 -0
  316. package/.next/standalone/tower/src/lib/file-utils.ts +108 -0
  317. package/.next/standalone/tower/src/lib/fs-security.ts +22 -0
  318. package/.next/standalone/tower/src/lib/fts.ts +83 -0
  319. package/.next/standalone/tower/src/lib/git-api.ts +19 -0
  320. package/.next/standalone/tower/src/lib/git-url.ts +244 -0
  321. package/.next/standalone/tower/src/lib/i18n/en.ts +754 -0
  322. package/.next/standalone/tower/src/lib/i18n/types.ts +4 -0
  323. package/.next/standalone/tower/src/lib/i18n/zh.ts +769 -0
  324. package/.next/standalone/tower/src/lib/i18n.tsx +64 -0
  325. package/.next/standalone/tower/src/lib/init-tower.ts +129 -0
  326. package/.next/standalone/tower/src/lib/instrumentation-tasks.ts +116 -0
  327. package/.next/standalone/tower/src/lib/internal-api-guard.ts +63 -0
  328. package/.next/standalone/tower/src/lib/logger.ts +46 -0
  329. package/.next/standalone/tower/src/lib/mime-magic.ts +67 -0
  330. package/.next/standalone/tower/src/lib/platform.ts +518 -0
  331. package/.next/standalone/tower/src/lib/preview-process.ts +40 -0
  332. package/.next/standalone/tower/src/lib/pty/pty-session.ts +157 -0
  333. package/.next/standalone/tower/src/lib/pty/session-store.ts +67 -0
  334. package/.next/standalone/tower/src/lib/pty/ws-server.ts +335 -0
  335. package/.next/standalone/tower/src/lib/schemas.ts +67 -0
  336. package/.next/standalone/tower/src/lib/search.ts +225 -0
  337. package/.next/standalone/tower/src/lib/terminal-link-provider.ts +90 -0
  338. package/.next/standalone/tower/src/lib/tower-dir.ts +69 -0
  339. package/.next/standalone/tower/src/lib/utils.ts +20 -0
  340. package/.next/standalone/tower/src/lib/worktree.ts +184 -0
  341. package/.next/standalone/tower/src/mcp/db.ts +11 -0
  342. package/.next/standalone/tower/src/mcp/index.ts +15 -0
  343. package/.next/standalone/tower/src/mcp/server.ts +52 -0
  344. package/.next/standalone/tower/src/mcp/tools/knowledge-tools.ts +100 -0
  345. package/.next/standalone/tower/src/mcp/tools/label-tools.ts +70 -0
  346. package/.next/standalone/tower/src/mcp/tools/note-asset-tools.ts +271 -0
  347. package/.next/standalone/tower/src/mcp/tools/project-tools.ts +79 -0
  348. package/.next/standalone/tower/src/mcp/tools/report-tools.ts +214 -0
  349. package/.next/standalone/tower/src/mcp/tools/search-tools.ts +32 -0
  350. package/.next/standalone/tower/src/mcp/tools/task-tools.ts +250 -0
  351. package/.next/standalone/tower/src/mcp/tools/terminal-tools.ts +154 -0
  352. package/.next/standalone/tower/src/mcp/tools/workspace-tools.ts +73 -0
  353. package/.next/standalone/tower/src/stores/board-store.ts +46 -0
  354. package/.next/standalone/tower/src/stores/task-execution-store.ts +41 -0
  355. package/.next/standalone/tower/src/types/index.ts +36 -0
  356. package/.next/standalone/tower/tests/e2e/chat-flow.spec.ts +249 -0
  357. package/.next/standalone/tower/tests/e2e/notes-assets.spec.ts +287 -0
  358. package/.next/standalone/tower/tests/e2e/search.spec.ts +186 -0
  359. package/.next/standalone/tower/tests/e2e/settings-flow.spec.ts +250 -0
  360. package/.next/standalone/tower/tests/e2e/settings.spec.ts +261 -0
  361. package/.next/standalone/tower/tests/e2e/smoke.spec.ts +317 -0
  362. package/.next/standalone/tower/tests/e2e/task-flow.spec.ts +287 -0
  363. package/.next/standalone/tower/tests/e2e/workbench.spec.ts +307 -0
  364. package/.next/standalone/tower/tests/setup.ts +15 -0
  365. package/.next/standalone/tower/tests/unit/actions/agent-actions.test.ts +157 -0
  366. package/.next/standalone/tower/tests/unit/actions/config-actions.test.ts +170 -0
  367. package/.next/standalone/tower/tests/unit/actions/file-actions.test.ts +283 -0
  368. package/.next/standalone/tower/tests/unit/actions/git-actions.test.ts +34 -0
  369. package/.next/standalone/tower/tests/unit/actions/preview-actions.test.ts +177 -0
  370. package/.next/standalone/tower/tests/unit/actions/search-actions.test.ts +358 -0
  371. package/.next/standalone/tower/tests/unit/actions/task-actions.test.ts +173 -0
  372. package/.next/standalone/tower/tests/unit/api/diff-route.test.ts +9 -0
  373. package/.next/standalone/tower/tests/unit/api/file-serving.test.ts +88 -0
  374. package/.next/standalone/tower/tests/unit/api/merge-route.test.ts +9 -0
  375. package/.next/standalone/tower/tests/unit/api/stream-persist-result.test.ts +7 -0
  376. package/.next/standalone/tower/tests/unit/api/stream-send-back.test.ts +7 -0
  377. package/.next/standalone/tower/tests/unit/components/asset-item.test.tsx +105 -0
  378. package/.next/standalone/tower/tests/unit/components/asset-list.test.tsx +51 -0
  379. package/.next/standalone/tower/tests/unit/components/assets/asset-upload.test.tsx +70 -0
  380. package/.next/standalone/tower/tests/unit/components/board-stats.test.tsx +32 -0
  381. package/.next/standalone/tower/tests/unit/components/category-filter.test.tsx +58 -0
  382. package/.next/standalone/tower/tests/unit/components/cli-adapter-tester.test.tsx +160 -0
  383. package/.next/standalone/tower/tests/unit/components/create-task-dialog.test.tsx +162 -0
  384. package/.next/standalone/tower/tests/unit/components/file-tree.test.tsx +172 -0
  385. package/.next/standalone/tower/tests/unit/components/note-card.test.tsx +71 -0
  386. package/.next/standalone/tower/tests/unit/components/note-editor.test.tsx +39 -0
  387. package/.next/standalone/tower/tests/unit/components/prompts-config.test.tsx +200 -0
  388. package/.next/standalone/tower/tests/unit/components/search-dialog.test.tsx +223 -0
  389. package/.next/standalone/tower/tests/unit/components/system-config.test.tsx +32 -0
  390. package/.next/standalone/tower/tests/unit/hooks/hook-registration.test.ts +89 -0
  391. package/.next/standalone/tower/tests/unit/hooks/stop-hook.test.ts +108 -0
  392. package/.next/standalone/tower/tests/unit/lib/asset-actions.test.ts +257 -0
  393. package/.next/standalone/tower/tests/unit/lib/file-utils.test.ts +102 -0
  394. package/.next/standalone/tower/tests/unit/lib/fs-security.test.ts +34 -0
  395. package/.next/standalone/tower/tests/unit/lib/fts.test.ts +214 -0
  396. package/.next/standalone/tower/tests/unit/lib/git-url.test.ts +258 -0
  397. package/.next/standalone/tower/tests/unit/lib/instrumentation.test.ts +86 -0
  398. package/.next/standalone/tower/tests/unit/lib/local-path-to-api-url.test.ts +40 -0
  399. package/.next/standalone/tower/tests/unit/lib/mime-magic.test.ts +95 -0
  400. package/.next/standalone/tower/tests/unit/lib/note-actions.test.ts +296 -0
  401. package/.next/standalone/tower/tests/unit/lib/preview-process-manager.test.ts +107 -0
  402. package/.next/standalone/tower/tests/unit/lib/process-manager.test.ts +10 -0
  403. package/.next/standalone/tower/tests/unit/lib/pty-session.test.ts +171 -0
  404. package/.next/standalone/tower/tests/unit/lib/search.test.ts +289 -0
  405. package/.next/standalone/tower/tests/unit/lib/session-store.test.ts +111 -0
  406. package/.next/standalone/tower/tests/unit/lib/utils.test.ts +33 -0
  407. package/.next/standalone/tower/tests/unit/lib/worktree.test.ts +190 -0
  408. package/.next/standalone/tower/tests/unit/mcp/identify-project.test.ts +217 -0
  409. package/.next/standalone/tower/tests/unit/mcp/manage-assets.test.ts +199 -0
  410. package/.next/standalone/tower/tests/unit/mcp/manage-notes.test.ts +304 -0
  411. package/.next/standalone/tower/tests/unit/mcp/search-tools.test.ts +186 -0
  412. package/.next/standalone/tower/tests/unit/missions-merge.test.ts +43 -0
  413. package/.next/standalone/tower/tower-studio-0.1.1.tgz +0 -0
  414. package/.next/standalone/tower/tsconfig.json +34 -0
  415. package/.next/standalone/tower/vitest.config.ts +17 -0
  416. package/.next/static/chunks/024pdsc27tjdd.js +5 -0
  417. package/.next/static/chunks/02dd83gbiv778.js +1 -0
  418. package/.next/static/chunks/0b6us7uq72u-d.js +1 -0
  419. package/.next/static/chunks/0drgc-oztq6o-.css +1 -0
  420. package/.next/static/chunks/0gb82g.6g90mn.js +1 -0
  421. package/.next/static/chunks/0gnm22yv~f54b.js +1 -0
  422. package/.next/static/chunks/0lnhjf2a~jaco.js +83 -0
  423. package/.next/static/chunks/0t16ai99uv4j3.js +1 -0
  424. package/.next/static/chunks/0xzdu87n_for1.js +5 -0
  425. package/.next/static/chunks/0y0tdl.rl6v1u.js +1 -0
  426. package/.next/static/chunks/0z4y0x1ifgy.e.js +1 -0
  427. package/.next/static/chunks/102ijqpvi0z-d.js +1 -0
  428. package/.next/static/chunks/11_e3-j5gzbj4.js +1 -0
  429. package/.next/static/chunks/14.ims4y7osot.js +1 -0
  430. package/.next/static/chunks/169po6_~f3-d5.js +1 -0
  431. package/.next/static/chunks/176n7f13ve~a9.js +1 -0
  432. package/bin/tower.mjs +15 -5
  433. package/next.config.ts +8 -1
  434. package/package.json +4 -4
  435. package/.next/BUILD_ID +0 -1
  436. package/.next/app-path-routes-manifest.json +0 -41
  437. package/.next/build/chunks/0kjx__pnpm_05m.mc_._.js +0 -6681
  438. package/.next/build/chunks/[root-of-the-server]__0a5dngl._.js +0 -206
  439. package/.next/build/chunks/[root-of-the-server]__13e2v6w._.js +0 -500
  440. package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_0y_r.ay._.js +0 -13
  441. package/.next/build/chunks/[turbopack]_runtime.js +0 -890
  442. package/.next/build/package.json +0 -1
  443. package/.next/build/postcss.js +0 -6
  444. package/.next/build-manifest.json +0 -22
  445. package/.next/cache/.previewinfo +0 -1
  446. package/.next/cache/.rscinfo +0 -1
  447. package/.next/cache/.tsbuildinfo +0 -1
  448. package/.next/diagnostics/build-diagnostics.json +0 -6
  449. package/.next/diagnostics/framework.json +0 -1
  450. package/.next/diagnostics/route-bundle-stats.json +0 -299
  451. package/.next/export-marker.json +0 -6
  452. package/.next/fallback-build-manifest.json +0 -13
  453. package/.next/images-manifest.json +0 -68
  454. package/.next/next-minimal-server.js.nft.json +0 -1
  455. package/.next/next-server.js.nft.json +0 -1
  456. package/.next/package.json +0 -1
  457. package/.next/prerender-manifest.json +0 -278
  458. package/.next/required-server-files.js +0 -339
  459. package/.next/required-server-files.json +0 -339
  460. package/.next/routes-manifest.json +0 -312
  461. package/.next/server/app/_global-error/page/app-paths-manifest.json +0 -3
  462. package/.next/server/app/_global-error/page/build-manifest.json +0 -18
  463. package/.next/server/app/_global-error/page/next-font-manifest.json +0 -6
  464. package/.next/server/app/_global-error/page/react-loadable-manifest.json +0 -1
  465. package/.next/server/app/_global-error/page/server-reference-manifest.json +0 -4
  466. package/.next/server/app/_global-error/page.js +0 -12
  467. package/.next/server/app/_global-error/page.js.nft.json +0 -1
  468. package/.next/server/app/_global-error/page_client-reference-manifest.js +0 -3
  469. package/.next/server/app/_global-error.html +0 -1
  470. package/.next/server/app/_global-error.meta +0 -15
  471. package/.next/server/app/_global-error.rsc +0 -15
  472. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +0 -5
  473. package/.next/server/app/_global-error.segments/_full.segment.rsc +0 -15
  474. package/.next/server/app/_global-error.segments/_head.segment.rsc +0 -6
  475. package/.next/server/app/_global-error.segments/_index.segment.rsc +0 -5
  476. package/.next/server/app/_global-error.segments/_tree.segment.rsc +0 -1
  477. package/.next/server/app/_not-found/page/app-paths-manifest.json +0 -3
  478. package/.next/server/app/_not-found/page/build-manifest.json +0 -18
  479. package/.next/server/app/_not-found/page/next-font-manifest.json +0 -11
  480. package/.next/server/app/_not-found/page/react-loadable-manifest.json +0 -16
  481. package/.next/server/app/_not-found/page/server-reference-manifest.json +0 -233
  482. package/.next/server/app/_not-found/page.js +0 -20
  483. package/.next/server/app/_not-found/page.js.nft.json +0 -1
  484. package/.next/server/app/_not-found/page_client-reference-manifest.js +0 -3
  485. package/.next/server/app/_not-found.html +0 -1
  486. package/.next/server/app/_not-found.meta +0 -16
  487. package/.next/server/app/_not-found.rsc +0 -24
  488. package/.next/server/app/_not-found.segments/_full.segment.rsc +0 -24
  489. package/.next/server/app/_not-found.segments/_head.segment.rsc +0 -6
  490. package/.next/server/app/_not-found.segments/_index.segment.rsc +0 -12
  491. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
  492. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +0 -5
  493. package/.next/server/app/_not-found.segments/_tree.segment.rsc +0 -4
  494. package/.next/server/app/api/adapters/test/route/app-paths-manifest.json +0 -3
  495. package/.next/server/app/api/adapters/test/route/build-manifest.json +0 -9
  496. package/.next/server/app/api/adapters/test/route/server-reference-manifest.json +0 -4
  497. package/.next/server/app/api/adapters/test/route.js +0 -9
  498. package/.next/server/app/api/adapters/test/route.js.nft.json +0 -1
  499. package/.next/server/app/api/adapters/test/route_client-reference-manifest.js +0 -3
  500. package/.next/server/app/api/browse-fs/route/app-paths-manifest.json +0 -3
  501. package/.next/server/app/api/browse-fs/route/build-manifest.json +0 -9
  502. package/.next/server/app/api/browse-fs/route/server-reference-manifest.json +0 -4
  503. package/.next/server/app/api/browse-fs/route.js +0 -7
  504. package/.next/server/app/api/browse-fs/route.js.nft.json +0 -1
  505. package/.next/server/app/api/browse-fs/route_client-reference-manifest.js +0 -3
  506. package/.next/server/app/api/files/assets/[projectId]/[filename]/route/app-paths-manifest.json +0 -3
  507. package/.next/server/app/api/files/assets/[projectId]/[filename]/route/build-manifest.json +0 -9
  508. package/.next/server/app/api/files/assets/[projectId]/[filename]/route/server-reference-manifest.json +0 -4
  509. package/.next/server/app/api/files/assets/[projectId]/[filename]/route.js +0 -7
  510. package/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +0 -1
  511. package/.next/server/app/api/files/assets/[projectId]/[filename]/route_client-reference-manifest.js +0 -3
  512. package/.next/server/app/api/git/route/app-paths-manifest.json +0 -3
  513. package/.next/server/app/api/git/route/build-manifest.json +0 -9
  514. package/.next/server/app/api/git/route/server-reference-manifest.json +0 -4
  515. package/.next/server/app/api/git/route.js +0 -8
  516. package/.next/server/app/api/git/route.js.nft.json +0 -1
  517. package/.next/server/app/api/git/route_client-reference-manifest.js +0 -3
  518. package/.next/server/app/api/internal/assets/[projectId]/[filename]/route/app-paths-manifest.json +0 -3
  519. package/.next/server/app/api/internal/assets/[projectId]/[filename]/route/build-manifest.json +0 -9
  520. package/.next/server/app/api/internal/assets/[projectId]/[filename]/route/server-reference-manifest.json +0 -4
  521. package/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js +0 -7
  522. package/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +0 -1
  523. package/.next/server/app/api/internal/assets/[projectId]/[filename]/route_client-reference-manifest.js +0 -3
  524. package/.next/server/app/api/internal/assets/reveal/route/app-paths-manifest.json +0 -3
  525. package/.next/server/app/api/internal/assets/reveal/route/build-manifest.json +0 -9
  526. package/.next/server/app/api/internal/assets/reveal/route/server-reference-manifest.json +0 -4
  527. package/.next/server/app/api/internal/assets/reveal/route.js +0 -7
  528. package/.next/server/app/api/internal/assets/reveal/route.js.nft.json +0 -1
  529. package/.next/server/app/api/internal/assets/reveal/route_client-reference-manifest.js +0 -3
  530. package/.next/server/app/api/internal/assistant/chat/route/app-paths-manifest.json +0 -3
  531. package/.next/server/app/api/internal/assistant/chat/route/build-manifest.json +0 -9
  532. package/.next/server/app/api/internal/assistant/chat/route/server-reference-manifest.json +0 -4
  533. package/.next/server/app/api/internal/assistant/chat/route.js +0 -7
  534. package/.next/server/app/api/internal/assistant/chat/route.js.nft.json +0 -1
  535. package/.next/server/app/api/internal/assistant/chat/route_client-reference-manifest.js +0 -3
  536. package/.next/server/app/api/internal/assistant/images/route/app-paths-manifest.json +0 -3
  537. package/.next/server/app/api/internal/assistant/images/route/build-manifest.json +0 -9
  538. package/.next/server/app/api/internal/assistant/images/route/server-reference-manifest.json +0 -4
  539. package/.next/server/app/api/internal/assistant/images/route.js +0 -9
  540. package/.next/server/app/api/internal/assistant/images/route.js.nft.json +0 -1
  541. package/.next/server/app/api/internal/assistant/images/route_client-reference-manifest.js +0 -3
  542. package/.next/server/app/api/internal/assistant/route/app-paths-manifest.json +0 -3
  543. package/.next/server/app/api/internal/assistant/route/build-manifest.json +0 -9
  544. package/.next/server/app/api/internal/assistant/route/server-reference-manifest.json +0 -4
  545. package/.next/server/app/api/internal/assistant/route.js +0 -7
  546. package/.next/server/app/api/internal/assistant/route.js.nft.json +0 -1
  547. package/.next/server/app/api/internal/assistant/route_client-reference-manifest.js +0 -3
  548. package/.next/server/app/api/internal/assistant/sessions/route/app-paths-manifest.json +0 -3
  549. package/.next/server/app/api/internal/assistant/sessions/route/build-manifest.json +0 -9
  550. package/.next/server/app/api/internal/assistant/sessions/route/server-reference-manifest.json +0 -4
  551. package/.next/server/app/api/internal/assistant/sessions/route.js +0 -7
  552. package/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +0 -1
  553. package/.next/server/app/api/internal/assistant/sessions/route_client-reference-manifest.js +0 -3
  554. package/.next/server/app/api/internal/cache/[...segments]/route/app-paths-manifest.json +0 -3
  555. package/.next/server/app/api/internal/cache/[...segments]/route/build-manifest.json +0 -9
  556. package/.next/server/app/api/internal/cache/[...segments]/route/server-reference-manifest.json +0 -4
  557. package/.next/server/app/api/internal/cache/[...segments]/route.js +0 -7
  558. package/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +0 -1
  559. package/.next/server/app/api/internal/cache/[...segments]/route_client-reference-manifest.js +0 -3
  560. package/.next/server/app/api/internal/hooks/install/route/app-paths-manifest.json +0 -3
  561. package/.next/server/app/api/internal/hooks/install/route/build-manifest.json +0 -9
  562. package/.next/server/app/api/internal/hooks/install/route/server-reference-manifest.json +0 -4
  563. package/.next/server/app/api/internal/hooks/install/route.js +0 -7
  564. package/.next/server/app/api/internal/hooks/install/route.js.nft.json +0 -1
  565. package/.next/server/app/api/internal/hooks/install/route_client-reference-manifest.js +0 -3
  566. package/.next/server/app/api/internal/hooks/session/route/app-paths-manifest.json +0 -3
  567. package/.next/server/app/api/internal/hooks/session/route/build-manifest.json +0 -9
  568. package/.next/server/app/api/internal/hooks/session/route/server-reference-manifest.json +0 -4
  569. package/.next/server/app/api/internal/hooks/session/route.js +0 -7
  570. package/.next/server/app/api/internal/hooks/session/route.js.nft.json +0 -1
  571. package/.next/server/app/api/internal/hooks/session/route_client-reference-manifest.js +0 -3
  572. package/.next/server/app/api/internal/hooks/stop/route/app-paths-manifest.json +0 -3
  573. package/.next/server/app/api/internal/hooks/stop/route/build-manifest.json +0 -9
  574. package/.next/server/app/api/internal/hooks/stop/route/server-reference-manifest.json +0 -4
  575. package/.next/server/app/api/internal/hooks/stop/route.js +0 -8
  576. package/.next/server/app/api/internal/hooks/stop/route.js.nft.json +0 -1
  577. package/.next/server/app/api/internal/hooks/stop/route_client-reference-manifest.js +0 -3
  578. package/.next/server/app/api/internal/hooks/upload/route/app-paths-manifest.json +0 -3
  579. package/.next/server/app/api/internal/hooks/upload/route/build-manifest.json +0 -9
  580. package/.next/server/app/api/internal/hooks/upload/route/server-reference-manifest.json +0 -4
  581. package/.next/server/app/api/internal/hooks/upload/route.js +0 -7
  582. package/.next/server/app/api/internal/hooks/upload/route.js.nft.json +0 -1
  583. package/.next/server/app/api/internal/hooks/upload/route_client-reference-manifest.js +0 -3
  584. package/.next/server/app/api/internal/notifications/pending/route/app-paths-manifest.json +0 -3
  585. package/.next/server/app/api/internal/notifications/pending/route/build-manifest.json +0 -9
  586. package/.next/server/app/api/internal/notifications/pending/route/server-reference-manifest.json +0 -4
  587. package/.next/server/app/api/internal/notifications/pending/route.js +0 -7
  588. package/.next/server/app/api/internal/notifications/pending/route.js.nft.json +0 -1
  589. package/.next/server/app/api/internal/notifications/pending/route_client-reference-manifest.js +0 -3
  590. package/.next/server/app/api/internal/terminal/[taskId]/buffer/route/app-paths-manifest.json +0 -3
  591. package/.next/server/app/api/internal/terminal/[taskId]/buffer/route/build-manifest.json +0 -9
  592. package/.next/server/app/api/internal/terminal/[taskId]/buffer/route/server-reference-manifest.json +0 -4
  593. package/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js +0 -8
  594. package/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js.nft.json +0 -1
  595. package/.next/server/app/api/internal/terminal/[taskId]/buffer/route_client-reference-manifest.js +0 -3
  596. package/.next/server/app/api/internal/terminal/[taskId]/input/route/app-paths-manifest.json +0 -3
  597. package/.next/server/app/api/internal/terminal/[taskId]/input/route/build-manifest.json +0 -9
  598. package/.next/server/app/api/internal/terminal/[taskId]/input/route/server-reference-manifest.json +0 -4
  599. package/.next/server/app/api/internal/terminal/[taskId]/input/route.js +0 -8
  600. package/.next/server/app/api/internal/terminal/[taskId]/input/route.js.nft.json +0 -1
  601. package/.next/server/app/api/internal/terminal/[taskId]/input/route_client-reference-manifest.js +0 -3
  602. package/.next/server/app/api/internal/terminal/[taskId]/start/route/app-paths-manifest.json +0 -3
  603. package/.next/server/app/api/internal/terminal/[taskId]/start/route/build-manifest.json +0 -9
  604. package/.next/server/app/api/internal/terminal/[taskId]/start/route/server-reference-manifest.json +0 -4
  605. package/.next/server/app/api/internal/terminal/[taskId]/start/route.js +0 -10
  606. package/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +0 -1
  607. package/.next/server/app/api/internal/terminal/[taskId]/start/route_client-reference-manifest.js +0 -3
  608. package/.next/server/app/api/tasks/[taskId]/diff/route/app-paths-manifest.json +0 -3
  609. package/.next/server/app/api/tasks/[taskId]/diff/route/build-manifest.json +0 -9
  610. package/.next/server/app/api/tasks/[taskId]/diff/route/server-reference-manifest.json +0 -4
  611. package/.next/server/app/api/tasks/[taskId]/diff/route.js +0 -8
  612. package/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +0 -1
  613. package/.next/server/app/api/tasks/[taskId]/diff/route_client-reference-manifest.js +0 -3
  614. package/.next/server/app/api/tasks/[taskId]/merge/route/app-paths-manifest.json +0 -3
  615. package/.next/server/app/api/tasks/[taskId]/merge/route/build-manifest.json +0 -9
  616. package/.next/server/app/api/tasks/[taskId]/merge/route/server-reference-manifest.json +0 -4
  617. package/.next/server/app/api/tasks/[taskId]/merge/route.js +0 -9
  618. package/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +0 -1
  619. package/.next/server/app/api/tasks/[taskId]/merge/route_client-reference-manifest.js +0 -3
  620. package/.next/server/app/apple-icon.png/route/app-paths-manifest.json +0 -3
  621. package/.next/server/app/apple-icon.png/route/build-manifest.json +0 -9
  622. package/.next/server/app/apple-icon.png/route.js +0 -8
  623. package/.next/server/app/apple-icon.png/route.js.nft.json +0 -1
  624. package/.next/server/app/apple-icon.png.meta +0 -1
  625. package/.next/server/app/favicon.ico/route/app-paths-manifest.json +0 -3
  626. package/.next/server/app/favicon.ico/route/build-manifest.json +0 -9
  627. package/.next/server/app/favicon.ico/route.js +0 -8
  628. package/.next/server/app/favicon.ico/route.js.nft.json +0 -1
  629. package/.next/server/app/favicon.ico.meta +0 -1
  630. package/.next/server/app/icon0.svg/route/app-paths-manifest.json +0 -3
  631. package/.next/server/app/icon0.svg/route/build-manifest.json +0 -9
  632. package/.next/server/app/icon0.svg/route.js +0 -8
  633. package/.next/server/app/icon0.svg/route.js.nft.json +0 -1
  634. package/.next/server/app/icon0.svg.meta +0 -1
  635. package/.next/server/app/icon1.png/route/app-paths-manifest.json +0 -3
  636. package/.next/server/app/icon1.png/route/build-manifest.json +0 -9
  637. package/.next/server/app/icon1.png/route.js +0 -8
  638. package/.next/server/app/icon1.png/route.js.nft.json +0 -1
  639. package/.next/server/app/icon1.png.meta +0 -1
  640. package/.next/server/app/index.html +0 -1
  641. package/.next/server/app/index.meta +0 -16
  642. package/.next/server/app/index.rsc +0 -25
  643. package/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -6
  644. package/.next/server/app/index.segments/_full.segment.rsc +0 -25
  645. package/.next/server/app/index.segments/_head.segment.rsc +0 -6
  646. package/.next/server/app/index.segments/_index.segment.rsc +0 -12
  647. package/.next/server/app/index.segments/_tree.segment.rsc +0 -6
  648. package/.next/server/app/manifest.json/route/app-paths-manifest.json +0 -3
  649. package/.next/server/app/manifest.json/route/build-manifest.json +0 -9
  650. package/.next/server/app/manifest.json/route.js +0 -7
  651. package/.next/server/app/manifest.json/route.js.nft.json +0 -1
  652. package/.next/server/app/manifest.json.meta +0 -1
  653. package/.next/server/app/missions/page/app-paths-manifest.json +0 -3
  654. package/.next/server/app/missions/page/build-manifest.json +0 -18
  655. package/.next/server/app/missions/page/next-font-manifest.json +0 -11
  656. package/.next/server/app/missions/page/react-loadable-manifest.json +0 -16
  657. package/.next/server/app/missions/page/server-reference-manifest.json +0 -401
  658. package/.next/server/app/missions/page.js +0 -22
  659. package/.next/server/app/missions/page.js.nft.json +0 -1
  660. package/.next/server/app/missions/page_client-reference-manifest.js +0 -3
  661. package/.next/server/app/onboarding/page/app-paths-manifest.json +0 -3
  662. package/.next/server/app/onboarding/page/build-manifest.json +0 -18
  663. package/.next/server/app/onboarding/page/next-font-manifest.json +0 -11
  664. package/.next/server/app/onboarding/page/react-loadable-manifest.json +0 -16
  665. package/.next/server/app/onboarding/page/server-reference-manifest.json +0 -233
  666. package/.next/server/app/onboarding/page.js +0 -21
  667. package/.next/server/app/onboarding/page.js.nft.json +0 -1
  668. package/.next/server/app/onboarding/page_client-reference-manifest.js +0 -3
  669. package/.next/server/app/onboarding.html +0 -1
  670. package/.next/server/app/onboarding.meta +0 -15
  671. package/.next/server/app/onboarding.rsc +0 -30
  672. package/.next/server/app/onboarding.segments/_full.segment.rsc +0 -30
  673. package/.next/server/app/onboarding.segments/_head.segment.rsc +0 -6
  674. package/.next/server/app/onboarding.segments/_index.segment.rsc +0 -12
  675. package/.next/server/app/onboarding.segments/_tree.segment.rsc +0 -6
  676. package/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +0 -9
  677. package/.next/server/app/onboarding.segments/onboarding.segment.rsc +0 -5
  678. package/.next/server/app/page/app-paths-manifest.json +0 -3
  679. package/.next/server/app/page/build-manifest.json +0 -18
  680. package/.next/server/app/page/next-font-manifest.json +0 -11
  681. package/.next/server/app/page/react-loadable-manifest.json +0 -16
  682. package/.next/server/app/page/server-reference-manifest.json +0 -233
  683. package/.next/server/app/page.js +0 -21
  684. package/.next/server/app/page.js.nft.json +0 -1
  685. package/.next/server/app/page_client-reference-manifest.js +0 -3
  686. package/.next/server/app/settings/page/app-paths-manifest.json +0 -3
  687. package/.next/server/app/settings/page/build-manifest.json +0 -18
  688. package/.next/server/app/settings/page/next-font-manifest.json +0 -11
  689. package/.next/server/app/settings/page/react-loadable-manifest.json +0 -16
  690. package/.next/server/app/settings/page/server-reference-manifest.json +0 -341
  691. package/.next/server/app/settings/page.js +0 -21
  692. package/.next/server/app/settings/page.js.nft.json +0 -1
  693. package/.next/server/app/settings/page_client-reference-manifest.js +0 -3
  694. package/.next/server/app/settings.html +0 -1
  695. package/.next/server/app/settings.meta +0 -15
  696. package/.next/server/app/settings.rsc +0 -30
  697. package/.next/server/app/settings.segments/_full.segment.rsc +0 -30
  698. package/.next/server/app/settings.segments/_head.segment.rsc +0 -6
  699. package/.next/server/app/settings.segments/_index.segment.rsc +0 -12
  700. package/.next/server/app/settings.segments/_tree.segment.rsc +0 -6
  701. package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +0 -9
  702. package/.next/server/app/settings.segments/settings.segment.rsc +0 -5
  703. package/.next/server/app/workspaces/[workspaceId]/archive/page/app-paths-manifest.json +0 -3
  704. package/.next/server/app/workspaces/[workspaceId]/archive/page/build-manifest.json +0 -18
  705. package/.next/server/app/workspaces/[workspaceId]/archive/page/next-font-manifest.json +0 -11
  706. package/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +0 -16
  707. package/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +0 -497
  708. package/.next/server/app/workspaces/[workspaceId]/archive/page.js +0 -21
  709. package/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +0 -1
  710. package/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +0 -3
  711. package/.next/server/app/workspaces/[workspaceId]/assets/page/app-paths-manifest.json +0 -3
  712. package/.next/server/app/workspaces/[workspaceId]/assets/page/build-manifest.json +0 -18
  713. package/.next/server/app/workspaces/[workspaceId]/assets/page/next-font-manifest.json +0 -11
  714. package/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +0 -16
  715. package/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +0 -461
  716. package/.next/server/app/workspaces/[workspaceId]/assets/page.js +0 -21
  717. package/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +0 -1
  718. package/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +0 -3
  719. package/.next/server/app/workspaces/[workspaceId]/notes/page/app-paths-manifest.json +0 -3
  720. package/.next/server/app/workspaces/[workspaceId]/notes/page/build-manifest.json +0 -18
  721. package/.next/server/app/workspaces/[workspaceId]/notes/page/next-font-manifest.json +0 -11
  722. package/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +0 -16
  723. package/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +0 -401
  724. package/.next/server/app/workspaces/[workspaceId]/notes/page.js +0 -21
  725. package/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +0 -1
  726. package/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +0 -3
  727. package/.next/server/app/workspaces/[workspaceId]/page/app-paths-manifest.json +0 -3
  728. package/.next/server/app/workspaces/[workspaceId]/page/build-manifest.json +0 -18
  729. package/.next/server/app/workspaces/[workspaceId]/page/next-font-manifest.json +0 -11
  730. package/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +0 -16
  731. package/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +0 -569
  732. package/.next/server/app/workspaces/[workspaceId]/page.js +0 -22
  733. package/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +0 -1
  734. package/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +0 -3
  735. package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/app-paths-manifest.json +0 -3
  736. package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/build-manifest.json +0 -18
  737. package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/next-font-manifest.json +0 -11
  738. package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +0 -16
  739. package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +0 -233
  740. package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js +0 -21
  741. package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +0 -1
  742. package/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +0 -3
  743. package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/app-paths-manifest.json +0 -3
  744. package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/build-manifest.json +0 -18
  745. package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/next-font-manifest.json +0 -11
  746. package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +0 -22
  747. package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +0 -581
  748. package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +0 -23
  749. package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +0 -1
  750. package/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +0 -3
  751. package/.next/server/app/workspaces/page/app-paths-manifest.json +0 -3
  752. package/.next/server/app/workspaces/page/build-manifest.json +0 -18
  753. package/.next/server/app/workspaces/page/next-font-manifest.json +0 -11
  754. package/.next/server/app/workspaces/page/react-loadable-manifest.json +0 -16
  755. package/.next/server/app/workspaces/page/server-reference-manifest.json +0 -329
  756. package/.next/server/app/workspaces/page.js +0 -21
  757. package/.next/server/app/workspaces/page.js.nft.json +0 -1
  758. package/.next/server/app/workspaces/page_client-reference-manifest.js +0 -3
  759. package/.next/server/app-paths-manifest.json +0 -41
  760. package/.next/server/chunks/03j-_@anthropic-ai_claude-agent-sdk_sdk_mjs_04597t~._.js +0 -85
  761. package/.next/server/chunks/0cve_next-internal_server_app_api_internal_cache_[___segments]_route_actions_09n1sa3.js +0 -3
  762. package/.next/server/chunks/0tp-_server_app_api_files_assets_[projectId]_[filename]_route_actions_02i2urs.js +0 -3
  763. package/.next/server/chunks/0tp-_server_app_api_internal_assets_[projectId]_[filename]_route_actions_0kjz576.js +0 -3
  764. package/.next/server/chunks/0tp-_server_app_api_internal_notifications_pending_route_actions_08bx38r.js +0 -3
  765. package/.next/server/chunks/0tp-_server_app_api_internal_terminal_[taskId]_buffer_route_actions_0bpyf5x.js +0 -3
  766. package/.next/server/chunks/0tp-_server_app_api_internal_terminal_[taskId]_input_route_actions_0alu32r.js +0 -3
  767. package/.next/server/chunks/0tp-_server_app_api_internal_terminal_[taskId]_start_route_actions_0swqog2.js +0 -3
  768. package/.next/server/chunks/0w1v_zod_v4_classic_external_0m-7hz_.js +0 -39
  769. package/.next/server/chunks/0~.g__next-internal_server_app_api_internal_assistant_chat_route_actions_0x-qbrh.js +0 -3
  770. package/.next/server/chunks/0~.g__next-internal_server_app_api_internal_assistant_images_route_actions_0vws40t.js +0 -3
  771. package/.next/server/chunks/0~.g__next-internal_server_app_api_internal_assistant_sessions_route_actions_0p09rcp.js +0 -3
  772. package/.next/server/chunks/10ge_next_dist_08.3req._.js +0 -13
  773. package/.next/server/chunks/10ge_next_dist_esm_build_templates_app-route_00gmiw_.js +0 -3
  774. package/.next/server/chunks/10ge_next_dist_esm_build_templates_app-route_0jwpolf.js +0 -3
  775. package/.next/server/chunks/10ge_next_dist_esm_build_templates_app-route_0liabcf.js +0 -3
  776. package/.next/server/chunks/10ge_next_dist_esm_build_templates_app-route_0z9_0_i.js +0 -3
  777. package/.next/server/chunks/10ge_next_dist_esm_build_templates_app-route_13w3ubu.js +0 -3
  778. package/.next/server/chunks/10ge_next_dist_esm_build_templates_app-route_13~vb_i.js +0 -4
  779. package/.next/server/chunks/[externals]__02xkqim._.js +0 -3
  780. package/.next/server/chunks/[externals]__09oeovy._.js +0 -3
  781. package/.next/server/chunks/[externals]__0~rg.xo._.js +0 -3
  782. package/.next/server/chunks/[externals]__11rejr-._.js +0 -3
  783. package/.next/server/chunks/[externals]_child_process_0pwkpv9._.js +0 -3
  784. package/.next/server/chunks/[externals]_next_dist_0g2nsos._.js +0 -3
  785. package/.next/server/chunks/[externals]_util_0wtvqkc._.js +0 -3
  786. package/.next/server/chunks/[root-of-the-server]__02p-gd5._.js +0 -3
  787. package/.next/server/chunks/[root-of-the-server]__0319djr._.js +0 -3
  788. package/.next/server/chunks/[root-of-the-server]__043lk8~._.js +0 -4
  789. package/.next/server/chunks/[root-of-the-server]__053y9tf._.js +0 -3
  790. package/.next/server/chunks/[root-of-the-server]__05pxb~w._.js +0 -20
  791. package/.next/server/chunks/[root-of-the-server]__07-am_7._.js +0 -20
  792. package/.next/server/chunks/[root-of-the-server]__09gjz6h._.js +0 -3
  793. package/.next/server/chunks/[root-of-the-server]__0_irb2s._.js +0 -3
  794. package/.next/server/chunks/[root-of-the-server]__0c4edwt._.js +0 -3
  795. package/.next/server/chunks/[root-of-the-server]__0c7y1r0._.js +0 -3
  796. package/.next/server/chunks/[root-of-the-server]__0dj34zn._.js +0 -3
  797. package/.next/server/chunks/[root-of-the-server]__0dqta7g._.js +0 -3
  798. package/.next/server/chunks/[root-of-the-server]__0j3gbp7._.js +0 -3
  799. package/.next/server/chunks/[root-of-the-server]__0ko_rm_._.js +0 -3
  800. package/.next/server/chunks/[root-of-the-server]__0miy2g.._.js +0 -3
  801. package/.next/server/chunks/[root-of-the-server]__0mt-eeb._.js +0 -3
  802. package/.next/server/chunks/[root-of-the-server]__0n-6-hc._.js +0 -3
  803. package/.next/server/chunks/[root-of-the-server]__0nur_ir._.js +0 -3
  804. package/.next/server/chunks/[root-of-the-server]__0pz60q-._.js +0 -20
  805. package/.next/server/chunks/[root-of-the-server]__0q~5ya5._.js +0 -3
  806. package/.next/server/chunks/[root-of-the-server]__0rpqx55._.js +0 -3
  807. package/.next/server/chunks/[root-of-the-server]__0sjsc63._.js +0 -4
  808. package/.next/server/chunks/[root-of-the-server]__0th.w7w._.js +0 -3
  809. package/.next/server/chunks/[root-of-the-server]__0u..agy._.js +0 -11
  810. package/.next/server/chunks/[root-of-the-server]__0umzekq._.js +0 -3
  811. package/.next/server/chunks/[root-of-the-server]__0wu61w.._.js +0 -3
  812. package/.next/server/chunks/[root-of-the-server]__11v.yk_._.js +0 -4
  813. package/.next/server/chunks/[root-of-the-server]__12._zd-._.js +0 -3
  814. package/.next/server/chunks/[root-of-the-server]__130shf~._.js +0 -3
  815. package/.next/server/chunks/[turbopack]_runtime.js +0 -903
  816. package/.next/server/chunks/ssr/03j-_@anthropic-ai_claude-agent-sdk_sdk_mjs_0kr2_y.._.js +0 -84
  817. package/.next/server/chunks/ssr/040e_@monaco-editor_react_dist_index_mjs_0t4i-ho._.js +0 -3
  818. package/.next/server/chunks/ssr/040e_@monaco-editor_react_dist_index_mjs_0z6t1fr._.js +0 -3
  819. package/.next/server/chunks/ssr/0kjx__pnpm_0g9g8h6._.js +0 -3
  820. package/.next/server/chunks/ssr/0kjx__pnpm_0l.5ii.._.js +0 -3
  821. package/.next/server/chunks/ssr/0kjx__pnpm_0wrn.h9._.js +0 -14
  822. package/.next/server/chunks/ssr/0rik_@dnd-kit_core_dist_core_esm_11giptg.js +0 -3
  823. package/.next/server/chunks/ssr/0~.g_src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_0bbseig._.js +0 -3
  824. package/.next/server/chunks/ssr/10ge_next_00.-vj.._.js +0 -18
  825. package/.next/server/chunks/ssr/10ge_next_dist_01n~t8z._.js +0 -6
  826. package/.next/server/chunks/ssr/10ge_next_dist_06_-w96._.js +0 -19
  827. package/.next/server/chunks/ssr/10ge_next_dist_0pw4my6._.js +0 -6
  828. package/.next/server/chunks/ssr/10ge_next_dist_0wjbiu9._.js +0 -3
  829. package/.next/server/chunks/ssr/10ge_next_dist_0~ti7jc._.js +0 -3
  830. package/.next/server/chunks/ssr/10ge_next_dist_10.ihny._.js +0 -3
  831. package/.next/server/chunks/ssr/10ge_next_dist_client_components_0--gzcy._.js +0 -3
  832. package/.next/server/chunks/ssr/10ge_next_dist_client_components_0eil7-a._.js +0 -33
  833. package/.next/server/chunks/ssr/10ge_next_dist_client_components_builtin_forbidden_0nzsnb2.js +0 -3
  834. package/.next/server/chunks/ssr/10ge_next_dist_client_components_builtin_global-error_125sopd.js +0 -3
  835. package/.next/server/chunks/ssr/10ge_next_dist_client_components_builtin_unauthorized_0z93cpe.js +0 -3
  836. package/.next/server/chunks/ssr/10ge_next_dist_compiled_0g45ze2._.js +0 -3
  837. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_080g02v.js +0 -4
  838. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_08khzah.js +0 -4
  839. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_09~o5q0.js +0 -4
  840. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_0_rj_f4.js +0 -4
  841. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_0c-wmj1.js +0 -4
  842. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_0fjd2ua.js +0 -4
  843. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_0hpuyf0.js +0 -4
  844. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_0knnyic.js +0 -4
  845. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_0oi86k6.js +0 -4
  846. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_0rmwdra.js +0 -4
  847. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_0zgisbd.js +0 -4
  848. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_11pz1fw.js +0 -4
  849. package/.next/server/chunks/ssr/10ge_next_dist_esm_build_templates_app-page_12reczc.js +0 -4
  850. package/.next/server/chunks/ssr/119e_lucide-react_dist_esm_icons_0636jyq._.js +0 -3
  851. package/.next/server/chunks/ssr/[externals]__0of4r_r._.js +0 -3
  852. package/.next/server/chunks/ssr/[externals]__0z1ffhu._.js +0 -3
  853. package/.next/server/chunks/ssr/[externals]_child_process_0pwkpv9._.js +0 -3
  854. package/.next/server/chunks/ssr/[root-of-the-server]__0-0j_z3._.js +0 -3
  855. package/.next/server/chunks/ssr/[root-of-the-server]__0.8y0n9._.js +0 -3
  856. package/.next/server/chunks/ssr/[root-of-the-server]__0.uoh7q._.js +0 -3
  857. package/.next/server/chunks/ssr/[root-of-the-server]__01ws4-7._.js +0 -3
  858. package/.next/server/chunks/ssr/[root-of-the-server]__024-5kd._.js +0 -3
  859. package/.next/server/chunks/ssr/[root-of-the-server]__02ipahf._.js +0 -3
  860. package/.next/server/chunks/ssr/[root-of-the-server]__03.14vw._.js +0 -3
  861. package/.next/server/chunks/ssr/[root-of-the-server]__04xn50b._.js +0 -30
  862. package/.next/server/chunks/ssr/[root-of-the-server]__05452ke._.js +0 -30
  863. package/.next/server/chunks/ssr/[root-of-the-server]__06o5v8i._.js +0 -30
  864. package/.next/server/chunks/ssr/[root-of-the-server]__06sm5cw._.js +0 -3
  865. package/.next/server/chunks/ssr/[root-of-the-server]__09m32ch._.js +0 -3
  866. package/.next/server/chunks/ssr/[root-of-the-server]__0_0kxz4._.js +0 -3
  867. package/.next/server/chunks/ssr/[root-of-the-server]__0adx8p4._.js +0 -30
  868. package/.next/server/chunks/ssr/[root-of-the-server]__0bk3s4l._.js +0 -3
  869. package/.next/server/chunks/ssr/[root-of-the-server]__0d5p5d.._.js +0 -30
  870. package/.next/server/chunks/ssr/[root-of-the-server]__0d7u1lw._.js +0 -3
  871. package/.next/server/chunks/ssr/[root-of-the-server]__0deh_.r._.js +0 -3
  872. package/.next/server/chunks/ssr/[root-of-the-server]__0fg8.hp._.js +0 -3
  873. package/.next/server/chunks/ssr/[root-of-the-server]__0gsj3~.._.js +0 -30
  874. package/.next/server/chunks/ssr/[root-of-the-server]__0h44~z8._.js +0 -3
  875. package/.next/server/chunks/ssr/[root-of-the-server]__0i6glcp._.js +0 -30
  876. package/.next/server/chunks/ssr/[root-of-the-server]__0ibsor_._.js +0 -3
  877. package/.next/server/chunks/ssr/[root-of-the-server]__0iluaa1._.js +0 -3
  878. package/.next/server/chunks/ssr/[root-of-the-server]__0j5~a_o._.js +0 -3
  879. package/.next/server/chunks/ssr/[root-of-the-server]__0jgbj6l._.js +0 -3
  880. package/.next/server/chunks/ssr/[root-of-the-server]__0jux8~h._.js +0 -33
  881. package/.next/server/chunks/ssr/[root-of-the-server]__0l~dc3x._.js +0 -3
  882. package/.next/server/chunks/ssr/[root-of-the-server]__0n32nv5._.js +0 -30
  883. package/.next/server/chunks/ssr/[root-of-the-server]__0n8qufu._.js +0 -3
  884. package/.next/server/chunks/ssr/[root-of-the-server]__0ndt9h3._.js +0 -3
  885. package/.next/server/chunks/ssr/[root-of-the-server]__0p~u4y6._.js +0 -3
  886. package/.next/server/chunks/ssr/[root-of-the-server]__0q.du4s._.js +0 -3
  887. package/.next/server/chunks/ssr/[root-of-the-server]__0rs7pkn._.js +0 -3
  888. package/.next/server/chunks/ssr/[root-of-the-server]__0sysz2q._.js +0 -47
  889. package/.next/server/chunks/ssr/[root-of-the-server]__0t25~v8._.js +0 -3
  890. package/.next/server/chunks/ssr/[root-of-the-server]__0ti70do._.js +0 -3
  891. package/.next/server/chunks/ssr/[root-of-the-server]__0uevudp._.js +0 -30
  892. package/.next/server/chunks/ssr/[root-of-the-server]__0wwqzmm._.js +0 -3
  893. package/.next/server/chunks/ssr/[root-of-the-server]__0xt3-qb._.js +0 -3
  894. package/.next/server/chunks/ssr/[root-of-the-server]__0y-lkvf._.js +0 -3
  895. package/.next/server/chunks/ssr/[root-of-the-server]__0zvf.ro._.js +0 -3
  896. package/.next/server/chunks/ssr/[root-of-the-server]__11m7m-q._.js +0 -3
  897. package/.next/server/chunks/ssr/[root-of-the-server]__1223b0_._.js +0 -30
  898. package/.next/server/chunks/ssr/[root-of-the-server]__12f810l._.js +0 -3
  899. package/.next/server/chunks/ssr/[root-of-the-server]__13-by9r._.js +0 -33
  900. package/.next/server/chunks/ssr/[root-of-the-server]__13-egel._.js +0 -3
  901. package/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -903
  902. package/.next/server/chunks/ssr/tower_0-nwtka._.js +0 -3
  903. package/.next/server/chunks/ssr/tower_0-omr_b._.js +0 -30
  904. package/.next/server/chunks/ssr/tower_01szasw._.js +0 -3
  905. package/.next/server/chunks/ssr/tower_035l~qv._.js +0 -3
  906. package/.next/server/chunks/ssr/tower_03jazku._.js +0 -3
  907. package/.next/server/chunks/ssr/tower_0d.car1._.js +0 -30
  908. package/.next/server/chunks/ssr/tower_0egtw-7._.js +0 -30
  909. package/.next/server/chunks/ssr/tower_0h2g2_e._.js +0 -3
  910. package/.next/server/chunks/ssr/tower_0h3r32m._.js +0 -30
  911. package/.next/server/chunks/ssr/tower_0j.-goc._.js +0 -3
  912. package/.next/server/chunks/ssr/tower_0kl_bfy._.js +0 -7
  913. package/.next/server/chunks/ssr/tower_0mocaf7._.js +0 -3
  914. package/.next/server/chunks/ssr/tower_0mz4ut.._.js +0 -3
  915. package/.next/server/chunks/ssr/tower_0nuj.0p._.js +0 -39
  916. package/.next/server/chunks/ssr/tower_0pcqezm._.js +0 -3
  917. package/.next/server/chunks/ssr/tower_0r7uuim._.js +0 -30
  918. package/.next/server/chunks/ssr/tower_0sojjnu._.js +0 -3
  919. package/.next/server/chunks/ssr/tower_0tc~.xl._.js +0 -30
  920. package/.next/server/chunks/ssr/tower_0tuq2iz._.js +0 -30
  921. package/.next/server/chunks/ssr/tower_0txw7ny._.js +0 -3
  922. package/.next/server/chunks/ssr/tower_0wvk~r.._.js +0 -3
  923. package/.next/server/chunks/ssr/tower_0x1wfcs._.js +0 -3
  924. package/.next/server/chunks/ssr/tower_10p15te._.js +0 -3
  925. package/.next/server/chunks/ssr/tower_10t13p4._.js +0 -6
  926. package/.next/server/chunks/ssr/tower_117pzh8._.js +0 -3
  927. package/.next/server/chunks/ssr/tower_11f_poc._.js +0 -3
  928. package/.next/server/chunks/ssr/tower_11q5_.m._.js +0 -3
  929. package/.next/server/chunks/ssr/tower_138qlx5._.js +0 -3
  930. package/.next/server/chunks/ssr/tower__next-internal_server_app__global-error_page_actions_13t5~qk.js +0 -3
  931. package/.next/server/chunks/ssr/tower_src_0u.-h7b._.js +0 -3
  932. package/.next/server/chunks/ssr/tower_src_actions_agent-actions_ts_0j.e1tn._.js +0 -4
  933. package/.next/server/chunks/ssr/tower_src_actions_file-actions_ts_0424lna._.js +0 -3
  934. package/.next/server/chunks/ssr/tower_src_app_missions_missions-client_tsx_0a9vjyr._.js +0 -3
  935. package/.next/server/chunks/ssr/tower_src_app_onboarding_page_tsx_0_3krz1._.js +0 -3
  936. package/.next/server/chunks/ssr/tower_src_app_settings_page_tsx_0vo5e-o._.js +0 -3
  937. package/.next/server/chunks/ssr/tower_src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0zfgzhi._.js +0 -3
  938. package/.next/server/chunks/ssr/tower_src_app_workspaces_[workspaceId]_board-page-client_tsx_0kjp1u0._.js +0 -7
  939. package/.next/server/chunks/ssr/tower_src_components_ui_select_tsx_10ajx~2._.js +0 -3
  940. package/.next/server/chunks/ssr/tower_src_lib_01420_4._.js +0 -3
  941. package/.next/server/chunks/ssr/tower_src_lib_0i-zjpa._.js +0 -3
  942. package/.next/server/chunks/ssr/tower_src_lib_0ja~kdb._.js +0 -3
  943. package/.next/server/chunks/ssr/tower_src_lib_0obw2r8._.js +0 -3
  944. package/.next/server/chunks/ssr/tower_src_lib_0rgfsuf._.js +0 -3
  945. package/.next/server/chunks/ssr/tower_src_lib_constants_ts_0o218_c._.js +0 -3
  946. package/.next/server/chunks/tower_03g~ktv._.js +0 -7
  947. package/.next/server/chunks/tower_05du07.._.js +0 -10
  948. package/.next/server/chunks/tower_0a-x6m.._.js +0 -3
  949. package/.next/server/chunks/tower__next-internal_server_app_api_adapters_test_route_actions_13jw~9b.js +0 -3
  950. package/.next/server/chunks/tower__next-internal_server_app_api_browse-fs_route_actions_0k5p2xy.js +0 -3
  951. package/.next/server/chunks/tower__next-internal_server_app_api_git_route_actions_0rvpodb.js +0 -3
  952. package/.next/server/chunks/tower__next-internal_server_app_api_internal_assets_reveal_route_actions_0idwm6j.js +0 -3
  953. package/.next/server/chunks/tower__next-internal_server_app_api_internal_assistant_route_actions_0rdz1d..js +0 -3
  954. package/.next/server/chunks/tower__next-internal_server_app_api_internal_hooks_install_route_actions_06dxleu.js +0 -3
  955. package/.next/server/chunks/tower__next-internal_server_app_api_internal_hooks_session_route_actions_0wlv4lf.js +0 -3
  956. package/.next/server/chunks/tower__next-internal_server_app_api_internal_hooks_stop_route_actions_101_oub.js +0 -3
  957. package/.next/server/chunks/tower__next-internal_server_app_api_internal_hooks_upload_route_actions_0439qz_.js +0 -3
  958. package/.next/server/chunks/tower__next-internal_server_app_api_tasks_[taskId]_diff_route_actions_0nthc84.js +0 -3
  959. package/.next/server/chunks/tower__next-internal_server_app_api_tasks_[taskId]_merge_route_actions_0g.x0nb.js +0 -3
  960. package/.next/server/chunks/tower__next-internal_server_app_apple-icon_png_route_actions_0bni-sb.js +0 -3
  961. package/.next/server/chunks/tower__next-internal_server_app_favicon_ico_route_actions_0kw~xj2.js +0 -3
  962. package/.next/server/chunks/tower__next-internal_server_app_icon0_svg_route_actions_0nww9-e.js +0 -3
  963. package/.next/server/chunks/tower__next-internal_server_app_icon1_png_route_actions_09h.ywu.js +0 -3
  964. package/.next/server/chunks/tower__next-internal_server_app_manifest_json_route_actions_080ob~r.js +0 -3
  965. package/.next/server/chunks/tower_src_0..vg-t._.js +0 -3
  966. package/.next/server/chunks/tower_src_05rqj.1._.js +0 -3
  967. package/.next/server/chunks/tower_src_lib_0uok6j3._.js +0 -3
  968. package/.next/server/chunks/tower_src_lib_0w8qt4s._.js +0 -3
  969. package/.next/server/chunks/tower_src_lib_constants_ts_0cxd4.p._.js +0 -3
  970. package/.next/server/edge/chunks/0y9m_next_dist_esm_build_templates_edge-wrapper_0cx_eo..js +0 -3
  971. package/.next/server/edge/chunks/tower_0wvfs38._.js +0 -3
  972. package/.next/server/functions-config-manifest.json +0 -22
  973. package/.next/server/instrumentation/middleware-manifest.json +0 -12
  974. package/.next/server/instrumentation.js +0 -4
  975. package/.next/server/instrumentation.js.nft.json +0 -1
  976. package/.next/server/interception-route-rewrite-manifest.js +0 -1
  977. package/.next/server/middleware-build-manifest.js +0 -22
  978. package/.next/server/middleware-manifest.json +0 -6
  979. package/.next/server/next-font-manifest.js +0 -1
  980. package/.next/server/next-font-manifest.json +0 -55
  981. package/.next/server/pages/404.html +0 -1
  982. package/.next/server/pages/500.html +0 -1
  983. package/.next/server/pages-manifest.json +0 -4
  984. package/.next/server/prefetch-hints.json +0 -1
  985. package/.next/server/server-reference-manifest.js +0 -1
  986. package/.next/server/server-reference-manifest.json +0 -2778
  987. package/.next/static/chunks/023~s6crmvsm8.js +0 -1
  988. package/.next/static/chunks/051mi_101oh.a.js +0 -1
  989. package/.next/static/chunks/08g2tlzp2n4gz.js +0 -1
  990. package/.next/static/chunks/0_guif4s2s3q..css +0 -1
  991. package/.next/static/chunks/0c.0-8lt3bz.1.js +0 -1
  992. package/.next/static/chunks/0gt7r3-vbdfj9.js +0 -5
  993. package/.next/static/chunks/0o.ks3~iuzx4r.js +0 -1
  994. package/.next/static/chunks/0q5~5fua-vef8.js +0 -1
  995. package/.next/static/chunks/0qagt5x67~~sx.js +0 -1
  996. package/.next/static/chunks/0r1oyqeuqr030.js +0 -83
  997. package/.next/static/chunks/0v1_be48b8jhu.js +0 -1
  998. package/.next/static/chunks/0vg49pdw~qd37.js +0 -1
  999. package/.next/static/chunks/0ziax8rwv_767.js +0 -5
  1000. package/.next/static/chunks/11_3ea_a8knah.js +0 -1
  1001. package/.next/static/chunks/179_l7917u3p2.js +0 -1
  1002. package/.next/static/chunks/18augppu.eqk1.js +0 -1
  1003. package/.next/trace +0 -2
  1004. package/.next/trace-build +0 -1
  1005. package/.next/turbopack +0 -0
  1006. package/.next/types/routes.d.ts +0 -103
  1007. package/.next/types/validator.ts +0 -349
  1008. package/public/vs/_commonjsHelpers-CT9FvmAN.js +0 -1
  1009. package/public/vs/abap-D-t0cyap.js +0 -1
  1010. package/public/vs/apex-CcIm7xu6.js +0 -1
  1011. package/public/vs/assets/css.worker-HnVq6Ewq.js +0 -93
  1012. package/public/vs/assets/editor.worker-Be8ye1pW.js +0 -26
  1013. package/public/vs/assets/html.worker-B51mlPHg.js +0 -470
  1014. package/public/vs/assets/json.worker-DKiEKt88.js +0 -58
  1015. package/public/vs/assets/ts.worker-CMbG-7ft.js +0 -67731
  1016. package/public/vs/azcli-BA0tQDCg.js +0 -1
  1017. package/public/vs/basic-languages/monaco.contribution.js +0 -1
  1018. package/public/vs/bat-C397hTD6.js +0 -1
  1019. package/public/vs/bicep-DF5aW17k.js +0 -2
  1020. package/public/vs/cameligo-plsz8qhj.js +0 -1
  1021. package/public/vs/clojure-Y2auQMzK.js +0 -1
  1022. package/public/vs/coffee-Bu45yuWE.js +0 -1
  1023. package/public/vs/cpp-CkKPQIni.js +0 -1
  1024. package/public/vs/csharp-CX28MZyh.js +0 -1
  1025. package/public/vs/csp-D8uWnyxW.js +0 -1
  1026. package/public/vs/css-CaeNmE3S.js +0 -3
  1027. package/public/vs/cssMode-CjiAH6dQ.js +0 -1
  1028. package/public/vs/cypher-DVThT8BS.js +0 -1
  1029. package/public/vs/dart-CmGfCvrO.js +0 -1
  1030. package/public/vs/dockerfile-CZqqYdch.js +0 -1
  1031. package/public/vs/ecl-30fUercY.js +0 -1
  1032. package/public/vs/editor/editor.main.css +0 -1
  1033. package/public/vs/editor/editor.main.js +0 -5
  1034. package/public/vs/editor.api-CalNCsUg.js +0 -903
  1035. package/public/vs/elixir-xjPaIfzF.js +0 -1
  1036. package/public/vs/flow9-DqtmStfK.js +0 -1
  1037. package/public/vs/freemarker2-Cz_sV6Md.js +0 -3
  1038. package/public/vs/fsharp-BOMdg4U1.js +0 -1
  1039. package/public/vs/go-D_hbi-Jt.js +0 -1
  1040. package/public/vs/graphql-CKUU4kLG.js +0 -1
  1041. package/public/vs/handlebars-OwglfO-1.js +0 -1
  1042. package/public/vs/hcl-DTaboeZW.js +0 -1
  1043. package/public/vs/html-Pa1xEWsY.js +0 -1
  1044. package/public/vs/htmlMode-Bz67EXwp.js +0 -1
  1045. package/public/vs/ini-CsNwO04R.js +0 -1
  1046. package/public/vs/java-CI4ZMsH9.js +0 -1
  1047. package/public/vs/javascript-PczUCGdz.js +0 -1
  1048. package/public/vs/jsonMode-DULH5oaX.js +0 -7
  1049. package/public/vs/julia-BwzEvaQw.js +0 -1
  1050. package/public/vs/kotlin-IUYPiTV8.js +0 -1
  1051. package/public/vs/language/css/monaco.contribution.js +0 -1
  1052. package/public/vs/language/html/monaco.contribution.js +0 -1
  1053. package/public/vs/language/json/monaco.contribution.js +0 -1
  1054. package/public/vs/language/typescript/monaco.contribution.js +0 -1
  1055. package/public/vs/less-C0eDYdqa.js +0 -2
  1056. package/public/vs/lexon-iON-Kj97.js +0 -1
  1057. package/public/vs/liquid-DqKjdPGy.js +0 -1
  1058. package/public/vs/loader.js +0 -1368
  1059. package/public/vs/lspLanguageFeatures-kM9O9rjY.js +0 -4
  1060. package/public/vs/lua-DtygF91M.js +0 -1
  1061. package/public/vs/m3-CsR4AuFi.js +0 -1
  1062. package/public/vs/markdown-C_rD0bIw.js +0 -1
  1063. package/public/vs/mdx-DEWtB1K5.js +0 -1
  1064. package/public/vs/mips-CiYP61RB.js +0 -1
  1065. package/public/vs/monaco.contribution-D2OdxNBt.js +0 -1
  1066. package/public/vs/monaco.contribution-DO3azKX8.js +0 -1
  1067. package/public/vs/monaco.contribution-EcChJV6a.js +0 -1
  1068. package/public/vs/monaco.contribution-qLAYrEOP.js +0 -1
  1069. package/public/vs/msdax-C38-sJlp.js +0 -1
  1070. package/public/vs/mysql-CdtbpvbG.js +0 -1
  1071. package/public/vs/nls.messages-loader.js +0 -1
  1072. package/public/vs/nls.messages.cs.js.js +0 -17
  1073. package/public/vs/nls.messages.de.js.js +0 -17
  1074. package/public/vs/nls.messages.es.js.js +0 -17
  1075. package/public/vs/nls.messages.fr.js.js +0 -15
  1076. package/public/vs/nls.messages.it.js.js +0 -15
  1077. package/public/vs/nls.messages.ja.js.js +0 -17
  1078. package/public/vs/nls.messages.js.js +0 -10
  1079. package/public/vs/nls.messages.ko.js.js +0 -25
  1080. package/public/vs/nls.messages.pl.js.js +0 -17
  1081. package/public/vs/nls.messages.pt-br.js.js +0 -6
  1082. package/public/vs/nls.messages.ru.js.js +0 -17
  1083. package/public/vs/nls.messages.tr.js.js +0 -15
  1084. package/public/vs/nls.messages.zh-cn.js.js +0 -17
  1085. package/public/vs/nls.messages.zh-tw.js.js +0 -15
  1086. package/public/vs/objective-c-CntZFaHX.js +0 -1
  1087. package/public/vs/pascal-r6kuqfl_.js +0 -1
  1088. package/public/vs/pascaligo-BiXoTmXh.js +0 -1
  1089. package/public/vs/perl-DABw_TcH.js +0 -1
  1090. package/public/vs/pgsql-me_jFXeX.js +0 -1
  1091. package/public/vs/php-D_kh-9LK.js +0 -1
  1092. package/public/vs/pla-VfZjczW0.js +0 -1
  1093. package/public/vs/postiats-BBSzz8Pk.js +0 -1
  1094. package/public/vs/powerquery-Dt-g_2cc.js +0 -1
  1095. package/public/vs/powershell-B-7ap1zc.js +0 -1
  1096. package/public/vs/protobuf-BmtuEB1A.js +0 -2
  1097. package/public/vs/pug-BRpRNeEb.js +0 -1
  1098. package/public/vs/python-Cr0UkIbn.js +0 -1
  1099. package/public/vs/qsharp-BzsFaUU9.js +0 -1
  1100. package/public/vs/r-f8dDdrp4.js +0 -1
  1101. package/public/vs/razor-BYAHOTkz.js +0 -1
  1102. package/public/vs/redis-fvZQY4PI.js +0 -1
  1103. package/public/vs/redshift-45Et0LQi.js +0 -1
  1104. package/public/vs/restructuredtext-C7UUFKFD.js +0 -1
  1105. package/public/vs/ruby-CZO8zYTz.js +0 -1
  1106. package/public/vs/rust-Bfetafyc.js +0 -1
  1107. package/public/vs/sb-3GYllVck.js +0 -1
  1108. package/public/vs/scala-foMgrKo1.js +0 -1
  1109. package/public/vs/scheme-CHdMtr7p.js +0 -1
  1110. package/public/vs/scss-C1cmLt9V.js +0 -3
  1111. package/public/vs/shell-ClXCKCEW.js +0 -1
  1112. package/public/vs/solidity-MZ6ExpPy.js +0 -1
  1113. package/public/vs/sophia-DWkuSsPQ.js +0 -1
  1114. package/public/vs/sparql-AUGFYSyk.js +0 -1
  1115. package/public/vs/sql-32GpJSV2.js +0 -1
  1116. package/public/vs/st-CuDFIVZ_.js +0 -1
  1117. package/public/vs/swift-n-2HociN.js +0 -3
  1118. package/public/vs/systemverilog-Ch4vA8Yt.js +0 -1
  1119. package/public/vs/tcl-D74tq1nH.js +0 -1
  1120. package/public/vs/tsMode-CZz1Umrk.js +0 -11
  1121. package/public/vs/twig-C6taOxMV.js +0 -1
  1122. package/public/vs/typescript-DfOrAzoV.js +0 -1
  1123. package/public/vs/typespec-D-PIh9Xw.js +0 -1
  1124. package/public/vs/vb-Dyb2648j.js +0 -1
  1125. package/public/vs/wgsl-BhLXMOR0.js +0 -298
  1126. package/public/vs/workers-DcJshg-q.js +0 -1
  1127. package/public/vs/xml-CdsdnY8S.js +0 -1
  1128. package/public/vs/yaml-DYGvmE88.js +0 -1
  1129. /package/{public → .next/standalone/tower/docs/public}/banner.jpg +0 -0
  1130. /package/.next/{server/app/favicon.ico.body → standalone/tower/docs/public/favicon.ico} +0 -0
  1131. /package/{public → .next/standalone/tower/docs/public}/logo.png +0 -0
  1132. /package/{public → .next/standalone/tower/public}/web-app-manifest-192x192.png +0 -0
  1133. /package/{public → .next/standalone/tower/public}/web-app-manifest-512x512.png +0 -0
  1134. /package/.next/{server/app/apple-icon.png.body → standalone/tower/src/app/apple-icon.png} +0 -0
  1135. /package/.next/{server/app/icon0.svg.body → standalone/tower/src/app/icon0.svg} +0 -0
  1136. /package/.next/{server/app/icon1.png.body → standalone/tower/src/app/icon1.png} +0 -0
  1137. /package/.next/{server/app/manifest.json.body → standalone/tower/src/app/manifest.json} +0 -0
  1138. /package/.next/static/{BIQ1l5etqo7aJnbnv-Bqt → a6HR9cTK7s4aKfE5dWzjz}/_buildManifest.js +0 -0
  1139. /package/.next/static/{BIQ1l5etqo7aJnbnv-Bqt → a6HR9cTK7s4aKfE5dWzjz}/_clientMiddlewareManifest.js +0 -0
  1140. /package/.next/static/{BIQ1l5etqo7aJnbnv-Bqt → a6HR9cTK7s4aKfE5dWzjz}/_ssgManifest.js +0 -0
@@ -1,2778 +0,0 @@
1
- {
2
- "node": {
3
- "40fdaf8a2061f48b7c6c3bf53809ebc17208e3ff34": {
4
- "workers": {
5
- "app/_not-found/page": {
6
- "moduleId": 678731,
7
- "async": true,
8
- "exportedName": "createWorkspace",
9
- "filename": "tower/src/actions/workspace-actions.ts"
10
- },
11
- "app/missions/page": {
12
- "moduleId": 973820,
13
- "async": true,
14
- "exportedName": "createWorkspace",
15
- "filename": "tower/src/actions/workspace-actions.ts"
16
- },
17
- "app/onboarding/page": {
18
- "moduleId": 213493,
19
- "async": true,
20
- "exportedName": "createWorkspace",
21
- "filename": "tower/src/actions/workspace-actions.ts"
22
- },
23
- "app/page": {
24
- "moduleId": 753891,
25
- "async": true,
26
- "exportedName": "createWorkspace",
27
- "filename": "tower/src/actions/workspace-actions.ts"
28
- },
29
- "app/settings/page": {
30
- "moduleId": 256569,
31
- "async": true,
32
- "exportedName": "createWorkspace",
33
- "filename": "tower/src/actions/workspace-actions.ts"
34
- },
35
- "app/workspaces/[workspaceId]/archive/page": {
36
- "moduleId": 284161,
37
- "async": true,
38
- "exportedName": "createWorkspace",
39
- "filename": "tower/src/actions/workspace-actions.ts"
40
- },
41
- "app/workspaces/[workspaceId]/assets/page": {
42
- "moduleId": 889180,
43
- "async": true,
44
- "exportedName": "createWorkspace",
45
- "filename": "tower/src/actions/workspace-actions.ts"
46
- },
47
- "app/workspaces/[workspaceId]/notes/page": {
48
- "moduleId": 494244,
49
- "async": true,
50
- "exportedName": "createWorkspace",
51
- "filename": "tower/src/actions/workspace-actions.ts"
52
- },
53
- "app/workspaces/[workspaceId]/page": {
54
- "moduleId": 301891,
55
- "async": true,
56
- "exportedName": "createWorkspace",
57
- "filename": "tower/src/actions/workspace-actions.ts"
58
- },
59
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
60
- "moduleId": 651080,
61
- "async": true,
62
- "exportedName": "createWorkspace",
63
- "filename": "tower/src/actions/workspace-actions.ts"
64
- },
65
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
66
- "moduleId": 71610,
67
- "async": true,
68
- "exportedName": "createWorkspace",
69
- "filename": "tower/src/actions/workspace-actions.ts"
70
- },
71
- "app/workspaces/page": {
72
- "moduleId": 349421,
73
- "async": true,
74
- "exportedName": "createWorkspace",
75
- "filename": "tower/src/actions/workspace-actions.ts"
76
- }
77
- },
78
- "filename": "tower/src/actions/workspace-actions.ts",
79
- "exportedName": "createWorkspace"
80
- },
81
- "60fcf2f0b66e68c74b986ae9b194d8700d18b70e7c": {
82
- "workers": {
83
- "app/_not-found/page": {
84
- "moduleId": 678731,
85
- "async": true,
86
- "exportedName": "updateWorkspace",
87
- "filename": "tower/src/actions/workspace-actions.ts"
88
- },
89
- "app/missions/page": {
90
- "moduleId": 973820,
91
- "async": true,
92
- "exportedName": "updateWorkspace",
93
- "filename": "tower/src/actions/workspace-actions.ts"
94
- },
95
- "app/onboarding/page": {
96
- "moduleId": 213493,
97
- "async": true,
98
- "exportedName": "updateWorkspace",
99
- "filename": "tower/src/actions/workspace-actions.ts"
100
- },
101
- "app/page": {
102
- "moduleId": 753891,
103
- "async": true,
104
- "exportedName": "updateWorkspace",
105
- "filename": "tower/src/actions/workspace-actions.ts"
106
- },
107
- "app/settings/page": {
108
- "moduleId": 256569,
109
- "async": true,
110
- "exportedName": "updateWorkspace",
111
- "filename": "tower/src/actions/workspace-actions.ts"
112
- },
113
- "app/workspaces/[workspaceId]/archive/page": {
114
- "moduleId": 284161,
115
- "async": true,
116
- "exportedName": "updateWorkspace",
117
- "filename": "tower/src/actions/workspace-actions.ts"
118
- },
119
- "app/workspaces/[workspaceId]/assets/page": {
120
- "moduleId": 889180,
121
- "async": true,
122
- "exportedName": "updateWorkspace",
123
- "filename": "tower/src/actions/workspace-actions.ts"
124
- },
125
- "app/workspaces/[workspaceId]/notes/page": {
126
- "moduleId": 494244,
127
- "async": true,
128
- "exportedName": "updateWorkspace",
129
- "filename": "tower/src/actions/workspace-actions.ts"
130
- },
131
- "app/workspaces/[workspaceId]/page": {
132
- "moduleId": 301891,
133
- "async": true,
134
- "exportedName": "updateWorkspace",
135
- "filename": "tower/src/actions/workspace-actions.ts"
136
- },
137
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
138
- "moduleId": 651080,
139
- "async": true,
140
- "exportedName": "updateWorkspace",
141
- "filename": "tower/src/actions/workspace-actions.ts"
142
- },
143
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
144
- "moduleId": 71610,
145
- "async": true,
146
- "exportedName": "updateWorkspace",
147
- "filename": "tower/src/actions/workspace-actions.ts"
148
- },
149
- "app/workspaces/page": {
150
- "moduleId": 349421,
151
- "async": true,
152
- "exportedName": "updateWorkspace",
153
- "filename": "tower/src/actions/workspace-actions.ts"
154
- }
155
- },
156
- "filename": "tower/src/actions/workspace-actions.ts",
157
- "exportedName": "updateWorkspace"
158
- },
159
- "40e284d0affbfc5dab1ab6118453cdb85386729ec4": {
160
- "workers": {
161
- "app/_not-found/page": {
162
- "moduleId": 678731,
163
- "async": true,
164
- "exportedName": "deleteWorkspace",
165
- "filename": "tower/src/actions/workspace-actions.ts"
166
- },
167
- "app/missions/page": {
168
- "moduleId": 973820,
169
- "async": true,
170
- "exportedName": "deleteWorkspace",
171
- "filename": "tower/src/actions/workspace-actions.ts"
172
- },
173
- "app/onboarding/page": {
174
- "moduleId": 213493,
175
- "async": true,
176
- "exportedName": "deleteWorkspace",
177
- "filename": "tower/src/actions/workspace-actions.ts"
178
- },
179
- "app/page": {
180
- "moduleId": 753891,
181
- "async": true,
182
- "exportedName": "deleteWorkspace",
183
- "filename": "tower/src/actions/workspace-actions.ts"
184
- },
185
- "app/settings/page": {
186
- "moduleId": 256569,
187
- "async": true,
188
- "exportedName": "deleteWorkspace",
189
- "filename": "tower/src/actions/workspace-actions.ts"
190
- },
191
- "app/workspaces/[workspaceId]/archive/page": {
192
- "moduleId": 284161,
193
- "async": true,
194
- "exportedName": "deleteWorkspace",
195
- "filename": "tower/src/actions/workspace-actions.ts"
196
- },
197
- "app/workspaces/[workspaceId]/assets/page": {
198
- "moduleId": 889180,
199
- "async": true,
200
- "exportedName": "deleteWorkspace",
201
- "filename": "tower/src/actions/workspace-actions.ts"
202
- },
203
- "app/workspaces/[workspaceId]/notes/page": {
204
- "moduleId": 494244,
205
- "async": true,
206
- "exportedName": "deleteWorkspace",
207
- "filename": "tower/src/actions/workspace-actions.ts"
208
- },
209
- "app/workspaces/[workspaceId]/page": {
210
- "moduleId": 301891,
211
- "async": true,
212
- "exportedName": "deleteWorkspace",
213
- "filename": "tower/src/actions/workspace-actions.ts"
214
- },
215
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
216
- "moduleId": 651080,
217
- "async": true,
218
- "exportedName": "deleteWorkspace",
219
- "filename": "tower/src/actions/workspace-actions.ts"
220
- },
221
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
222
- "moduleId": 71610,
223
- "async": true,
224
- "exportedName": "deleteWorkspace",
225
- "filename": "tower/src/actions/workspace-actions.ts"
226
- },
227
- "app/workspaces/page": {
228
- "moduleId": 349421,
229
- "async": true,
230
- "exportedName": "deleteWorkspace",
231
- "filename": "tower/src/actions/workspace-actions.ts"
232
- }
233
- },
234
- "filename": "tower/src/actions/workspace-actions.ts",
235
- "exportedName": "deleteWorkspace"
236
- },
237
- "402f0ff6d94ed4ac587b83a00f736fafc08c87926e": {
238
- "workers": {
239
- "app/_not-found/page": {
240
- "moduleId": 678731,
241
- "async": true,
242
- "exportedName": "getLabelsForWorkspace",
243
- "filename": "tower/src/actions/label-actions.ts"
244
- },
245
- "app/missions/page": {
246
- "moduleId": 973820,
247
- "async": true,
248
- "exportedName": "getLabelsForWorkspace",
249
- "filename": "tower/src/actions/label-actions.ts"
250
- },
251
- "app/onboarding/page": {
252
- "moduleId": 213493,
253
- "async": true,
254
- "exportedName": "getLabelsForWorkspace",
255
- "filename": "tower/src/actions/label-actions.ts"
256
- },
257
- "app/page": {
258
- "moduleId": 753891,
259
- "async": true,
260
- "exportedName": "getLabelsForWorkspace",
261
- "filename": "tower/src/actions/label-actions.ts"
262
- },
263
- "app/settings/page": {
264
- "moduleId": 256569,
265
- "async": true,
266
- "exportedName": "getLabelsForWorkspace",
267
- "filename": "tower/src/actions/label-actions.ts"
268
- },
269
- "app/workspaces/[workspaceId]/archive/page": {
270
- "moduleId": 284161,
271
- "async": true,
272
- "exportedName": "getLabelsForWorkspace",
273
- "filename": "tower/src/actions/label-actions.ts"
274
- },
275
- "app/workspaces/[workspaceId]/assets/page": {
276
- "moduleId": 889180,
277
- "async": true,
278
- "exportedName": "getLabelsForWorkspace",
279
- "filename": "tower/src/actions/label-actions.ts"
280
- },
281
- "app/workspaces/[workspaceId]/notes/page": {
282
- "moduleId": 494244,
283
- "async": true,
284
- "exportedName": "getLabelsForWorkspace",
285
- "filename": "tower/src/actions/label-actions.ts"
286
- },
287
- "app/workspaces/[workspaceId]/page": {
288
- "moduleId": 301891,
289
- "async": true,
290
- "exportedName": "getLabelsForWorkspace",
291
- "filename": "tower/src/actions/label-actions.ts"
292
- },
293
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
294
- "moduleId": 651080,
295
- "async": true,
296
- "exportedName": "getLabelsForWorkspace",
297
- "filename": "tower/src/actions/label-actions.ts"
298
- },
299
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
300
- "moduleId": 71610,
301
- "async": true,
302
- "exportedName": "getLabelsForWorkspace",
303
- "filename": "tower/src/actions/label-actions.ts"
304
- },
305
- "app/workspaces/page": {
306
- "moduleId": 349421,
307
- "async": true,
308
- "exportedName": "getLabelsForWorkspace",
309
- "filename": "tower/src/actions/label-actions.ts"
310
- }
311
- },
312
- "filename": "tower/src/actions/label-actions.ts",
313
- "exportedName": "getLabelsForWorkspace"
314
- },
315
- "401ffb7a2c372d300b324d6236162f37868e4cedcf": {
316
- "workers": {
317
- "app/_not-found/page": {
318
- "moduleId": 678731,
319
- "async": true,
320
- "exportedName": "createLabel",
321
- "filename": "tower/src/actions/label-actions.ts"
322
- },
323
- "app/missions/page": {
324
- "moduleId": 973820,
325
- "async": true,
326
- "exportedName": "createLabel",
327
- "filename": "tower/src/actions/label-actions.ts"
328
- },
329
- "app/onboarding/page": {
330
- "moduleId": 213493,
331
- "async": true,
332
- "exportedName": "createLabel",
333
- "filename": "tower/src/actions/label-actions.ts"
334
- },
335
- "app/page": {
336
- "moduleId": 753891,
337
- "async": true,
338
- "exportedName": "createLabel",
339
- "filename": "tower/src/actions/label-actions.ts"
340
- },
341
- "app/settings/page": {
342
- "moduleId": 256569,
343
- "async": true,
344
- "exportedName": "createLabel",
345
- "filename": "tower/src/actions/label-actions.ts"
346
- },
347
- "app/workspaces/[workspaceId]/archive/page": {
348
- "moduleId": 284161,
349
- "async": true,
350
- "exportedName": "createLabel",
351
- "filename": "tower/src/actions/label-actions.ts"
352
- },
353
- "app/workspaces/[workspaceId]/assets/page": {
354
- "moduleId": 889180,
355
- "async": true,
356
- "exportedName": "createLabel",
357
- "filename": "tower/src/actions/label-actions.ts"
358
- },
359
- "app/workspaces/[workspaceId]/notes/page": {
360
- "moduleId": 494244,
361
- "async": true,
362
- "exportedName": "createLabel",
363
- "filename": "tower/src/actions/label-actions.ts"
364
- },
365
- "app/workspaces/[workspaceId]/page": {
366
- "moduleId": 301891,
367
- "async": true,
368
- "exportedName": "createLabel",
369
- "filename": "tower/src/actions/label-actions.ts"
370
- },
371
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
372
- "moduleId": 651080,
373
- "async": true,
374
- "exportedName": "createLabel",
375
- "filename": "tower/src/actions/label-actions.ts"
376
- },
377
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
378
- "moduleId": 71610,
379
- "async": true,
380
- "exportedName": "createLabel",
381
- "filename": "tower/src/actions/label-actions.ts"
382
- },
383
- "app/workspaces/page": {
384
- "moduleId": 349421,
385
- "async": true,
386
- "exportedName": "createLabel",
387
- "filename": "tower/src/actions/label-actions.ts"
388
- }
389
- },
390
- "filename": "tower/src/actions/label-actions.ts",
391
- "exportedName": "createLabel"
392
- },
393
- "40b0ecb3b3d2c63c9a40f31db86242d963dc63465e": {
394
- "workers": {
395
- "app/_not-found/page": {
396
- "moduleId": 678731,
397
- "async": true,
398
- "exportedName": "deleteLabel",
399
- "filename": "tower/src/actions/label-actions.ts"
400
- },
401
- "app/missions/page": {
402
- "moduleId": 973820,
403
- "async": true,
404
- "exportedName": "deleteLabel",
405
- "filename": "tower/src/actions/label-actions.ts"
406
- },
407
- "app/onboarding/page": {
408
- "moduleId": 213493,
409
- "async": true,
410
- "exportedName": "deleteLabel",
411
- "filename": "tower/src/actions/label-actions.ts"
412
- },
413
- "app/page": {
414
- "moduleId": 753891,
415
- "async": true,
416
- "exportedName": "deleteLabel",
417
- "filename": "tower/src/actions/label-actions.ts"
418
- },
419
- "app/settings/page": {
420
- "moduleId": 256569,
421
- "async": true,
422
- "exportedName": "deleteLabel",
423
- "filename": "tower/src/actions/label-actions.ts"
424
- },
425
- "app/workspaces/[workspaceId]/archive/page": {
426
- "moduleId": 284161,
427
- "async": true,
428
- "exportedName": "deleteLabel",
429
- "filename": "tower/src/actions/label-actions.ts"
430
- },
431
- "app/workspaces/[workspaceId]/assets/page": {
432
- "moduleId": 889180,
433
- "async": true,
434
- "exportedName": "deleteLabel",
435
- "filename": "tower/src/actions/label-actions.ts"
436
- },
437
- "app/workspaces/[workspaceId]/notes/page": {
438
- "moduleId": 494244,
439
- "async": true,
440
- "exportedName": "deleteLabel",
441
- "filename": "tower/src/actions/label-actions.ts"
442
- },
443
- "app/workspaces/[workspaceId]/page": {
444
- "moduleId": 301891,
445
- "async": true,
446
- "exportedName": "deleteLabel",
447
- "filename": "tower/src/actions/label-actions.ts"
448
- },
449
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
450
- "moduleId": 651080,
451
- "async": true,
452
- "exportedName": "deleteLabel",
453
- "filename": "tower/src/actions/label-actions.ts"
454
- },
455
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
456
- "moduleId": 71610,
457
- "async": true,
458
- "exportedName": "deleteLabel",
459
- "filename": "tower/src/actions/label-actions.ts"
460
- },
461
- "app/workspaces/page": {
462
- "moduleId": 349421,
463
- "async": true,
464
- "exportedName": "deleteLabel",
465
- "filename": "tower/src/actions/label-actions.ts"
466
- }
467
- },
468
- "filename": "tower/src/actions/label-actions.ts",
469
- "exportedName": "deleteLabel"
470
- },
471
- "604c021029ee9851cf8ba37f532fca192421425539": {
472
- "workers": {
473
- "app/_not-found/page": {
474
- "moduleId": 678731,
475
- "async": true,
476
- "exportedName": "globalSearch",
477
- "filename": "tower/src/actions/search-actions.ts"
478
- },
479
- "app/missions/page": {
480
- "moduleId": 973820,
481
- "async": true,
482
- "exportedName": "globalSearch",
483
- "filename": "tower/src/actions/search-actions.ts"
484
- },
485
- "app/onboarding/page": {
486
- "moduleId": 213493,
487
- "async": true,
488
- "exportedName": "globalSearch",
489
- "filename": "tower/src/actions/search-actions.ts"
490
- },
491
- "app/page": {
492
- "moduleId": 753891,
493
- "async": true,
494
- "exportedName": "globalSearch",
495
- "filename": "tower/src/actions/search-actions.ts"
496
- },
497
- "app/settings/page": {
498
- "moduleId": 256569,
499
- "async": true,
500
- "exportedName": "globalSearch",
501
- "filename": "tower/src/actions/search-actions.ts"
502
- },
503
- "app/workspaces/[workspaceId]/archive/page": {
504
- "moduleId": 284161,
505
- "async": true,
506
- "exportedName": "globalSearch",
507
- "filename": "tower/src/actions/search-actions.ts"
508
- },
509
- "app/workspaces/[workspaceId]/assets/page": {
510
- "moduleId": 889180,
511
- "async": true,
512
- "exportedName": "globalSearch",
513
- "filename": "tower/src/actions/search-actions.ts"
514
- },
515
- "app/workspaces/[workspaceId]/notes/page": {
516
- "moduleId": 494244,
517
- "async": true,
518
- "exportedName": "globalSearch",
519
- "filename": "tower/src/actions/search-actions.ts"
520
- },
521
- "app/workspaces/[workspaceId]/page": {
522
- "moduleId": 301891,
523
- "async": true,
524
- "exportedName": "globalSearch",
525
- "filename": "tower/src/actions/search-actions.ts"
526
- },
527
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
528
- "moduleId": 651080,
529
- "async": true,
530
- "exportedName": "globalSearch",
531
- "filename": "tower/src/actions/search-actions.ts"
532
- },
533
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
534
- "moduleId": 71610,
535
- "async": true,
536
- "exportedName": "globalSearch",
537
- "filename": "tower/src/actions/search-actions.ts"
538
- },
539
- "app/workspaces/page": {
540
- "moduleId": 349421,
541
- "async": true,
542
- "exportedName": "globalSearch",
543
- "filename": "tower/src/actions/search-actions.ts"
544
- }
545
- },
546
- "filename": "tower/src/actions/search-actions.ts",
547
- "exportedName": "globalSearch"
548
- },
549
- "60ac76f518b7ba6b5c6d1b6c9459b4898014a85611": {
550
- "workers": {
551
- "app/_not-found/page": {
552
- "moduleId": 678731,
553
- "async": true,
554
- "exportedName": "getConfigValue",
555
- "filename": "tower/src/actions/config-actions.ts"
556
- },
557
- "app/missions/page": {
558
- "moduleId": 973820,
559
- "async": true,
560
- "exportedName": "getConfigValue",
561
- "filename": "tower/src/actions/config-actions.ts"
562
- },
563
- "app/onboarding/page": {
564
- "moduleId": 213493,
565
- "async": true,
566
- "exportedName": "getConfigValue",
567
- "filename": "tower/src/actions/config-actions.ts"
568
- },
569
- "app/page": {
570
- "moduleId": 753891,
571
- "async": true,
572
- "exportedName": "getConfigValue",
573
- "filename": "tower/src/actions/config-actions.ts"
574
- },
575
- "app/settings/page": {
576
- "moduleId": 256569,
577
- "async": true,
578
- "exportedName": "getConfigValue",
579
- "filename": "tower/src/actions/config-actions.ts"
580
- },
581
- "app/workspaces/[workspaceId]/archive/page": {
582
- "moduleId": 284161,
583
- "async": true,
584
- "exportedName": "getConfigValue",
585
- "filename": "tower/src/actions/config-actions.ts"
586
- },
587
- "app/workspaces/[workspaceId]/assets/page": {
588
- "moduleId": 889180,
589
- "async": true,
590
- "exportedName": "getConfigValue",
591
- "filename": "tower/src/actions/config-actions.ts"
592
- },
593
- "app/workspaces/[workspaceId]/notes/page": {
594
- "moduleId": 494244,
595
- "async": true,
596
- "exportedName": "getConfigValue",
597
- "filename": "tower/src/actions/config-actions.ts"
598
- },
599
- "app/workspaces/[workspaceId]/page": {
600
- "moduleId": 301891,
601
- "async": true,
602
- "exportedName": "getConfigValue",
603
- "filename": "tower/src/actions/config-actions.ts"
604
- },
605
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
606
- "moduleId": 651080,
607
- "async": true,
608
- "exportedName": "getConfigValue",
609
- "filename": "tower/src/actions/config-actions.ts"
610
- },
611
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
612
- "moduleId": 71610,
613
- "async": true,
614
- "exportedName": "getConfigValue",
615
- "filename": "tower/src/actions/config-actions.ts"
616
- },
617
- "app/workspaces/page": {
618
- "moduleId": 349421,
619
- "async": true,
620
- "exportedName": "getConfigValue",
621
- "filename": "tower/src/actions/config-actions.ts"
622
- }
623
- },
624
- "filename": "tower/src/actions/config-actions.ts",
625
- "exportedName": "getConfigValue"
626
- },
627
- "4027617f852a0470bfa1ef8389ba6fc84b5ce227d0": {
628
- "workers": {
629
- "app/_not-found/page": {
630
- "moduleId": 678731,
631
- "async": true,
632
- "exportedName": "resolveGitLocalPath",
633
- "filename": "tower/src/actions/config-actions.ts"
634
- },
635
- "app/missions/page": {
636
- "moduleId": 973820,
637
- "async": true,
638
- "exportedName": "resolveGitLocalPath",
639
- "filename": "tower/src/actions/config-actions.ts"
640
- },
641
- "app/onboarding/page": {
642
- "moduleId": 213493,
643
- "async": true,
644
- "exportedName": "resolveGitLocalPath",
645
- "filename": "tower/src/actions/config-actions.ts"
646
- },
647
- "app/page": {
648
- "moduleId": 753891,
649
- "async": true,
650
- "exportedName": "resolveGitLocalPath",
651
- "filename": "tower/src/actions/config-actions.ts"
652
- },
653
- "app/settings/page": {
654
- "moduleId": 256569,
655
- "async": true,
656
- "exportedName": "resolveGitLocalPath",
657
- "filename": "tower/src/actions/config-actions.ts"
658
- },
659
- "app/workspaces/[workspaceId]/archive/page": {
660
- "moduleId": 284161,
661
- "async": true,
662
- "exportedName": "resolveGitLocalPath",
663
- "filename": "tower/src/actions/config-actions.ts"
664
- },
665
- "app/workspaces/[workspaceId]/assets/page": {
666
- "moduleId": 889180,
667
- "async": true,
668
- "exportedName": "resolveGitLocalPath",
669
- "filename": "tower/src/actions/config-actions.ts"
670
- },
671
- "app/workspaces/[workspaceId]/notes/page": {
672
- "moduleId": 494244,
673
- "async": true,
674
- "exportedName": "resolveGitLocalPath",
675
- "filename": "tower/src/actions/config-actions.ts"
676
- },
677
- "app/workspaces/[workspaceId]/page": {
678
- "moduleId": 301891,
679
- "async": true,
680
- "exportedName": "resolveGitLocalPath",
681
- "filename": "tower/src/actions/config-actions.ts"
682
- },
683
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
684
- "moduleId": 651080,
685
- "async": true,
686
- "exportedName": "resolveGitLocalPath",
687
- "filename": "tower/src/actions/config-actions.ts"
688
- },
689
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
690
- "moduleId": 71610,
691
- "async": true,
692
- "exportedName": "resolveGitLocalPath",
693
- "filename": "tower/src/actions/config-actions.ts"
694
- },
695
- "app/workspaces/page": {
696
- "moduleId": 349421,
697
- "async": true,
698
- "exportedName": "resolveGitLocalPath",
699
- "filename": "tower/src/actions/config-actions.ts"
700
- }
701
- },
702
- "filename": "tower/src/actions/config-actions.ts",
703
- "exportedName": "resolveGitLocalPath"
704
- },
705
- "60acd70db0a2f7e7e476202e7119b37e137305f019": {
706
- "workers": {
707
- "app/_not-found/page": {
708
- "moduleId": 678731,
709
- "async": true,
710
- "exportedName": "analyzeProjectDirectory",
711
- "filename": "tower/src/actions/project-actions.ts"
712
- },
713
- "app/missions/page": {
714
- "moduleId": 973820,
715
- "async": true,
716
- "exportedName": "analyzeProjectDirectory",
717
- "filename": "tower/src/actions/project-actions.ts"
718
- },
719
- "app/onboarding/page": {
720
- "moduleId": 213493,
721
- "async": true,
722
- "exportedName": "analyzeProjectDirectory",
723
- "filename": "tower/src/actions/project-actions.ts"
724
- },
725
- "app/page": {
726
- "moduleId": 753891,
727
- "async": true,
728
- "exportedName": "analyzeProjectDirectory",
729
- "filename": "tower/src/actions/project-actions.ts"
730
- },
731
- "app/settings/page": {
732
- "moduleId": 256569,
733
- "async": true,
734
- "exportedName": "analyzeProjectDirectory",
735
- "filename": "tower/src/actions/project-actions.ts"
736
- },
737
- "app/workspaces/[workspaceId]/archive/page": {
738
- "moduleId": 284161,
739
- "async": true,
740
- "exportedName": "analyzeProjectDirectory",
741
- "filename": "tower/src/actions/project-actions.ts"
742
- },
743
- "app/workspaces/[workspaceId]/assets/page": {
744
- "moduleId": 889180,
745
- "async": true,
746
- "exportedName": "analyzeProjectDirectory",
747
- "filename": "tower/src/actions/project-actions.ts"
748
- },
749
- "app/workspaces/[workspaceId]/notes/page": {
750
- "moduleId": 494244,
751
- "async": true,
752
- "exportedName": "analyzeProjectDirectory",
753
- "filename": "tower/src/actions/project-actions.ts"
754
- },
755
- "app/workspaces/[workspaceId]/page": {
756
- "moduleId": 301891,
757
- "async": true,
758
- "exportedName": "analyzeProjectDirectory",
759
- "filename": "tower/src/actions/project-actions.ts"
760
- },
761
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
762
- "moduleId": 651080,
763
- "async": true,
764
- "exportedName": "analyzeProjectDirectory",
765
- "filename": "tower/src/actions/project-actions.ts"
766
- },
767
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
768
- "moduleId": 71610,
769
- "async": true,
770
- "exportedName": "analyzeProjectDirectory",
771
- "filename": "tower/src/actions/project-actions.ts"
772
- },
773
- "app/workspaces/page": {
774
- "moduleId": 349421,
775
- "async": true,
776
- "exportedName": "analyzeProjectDirectory",
777
- "filename": "tower/src/actions/project-actions.ts"
778
- }
779
- },
780
- "filename": "tower/src/actions/project-actions.ts",
781
- "exportedName": "analyzeProjectDirectory"
782
- },
783
- "600207e0744dfe37495c218be782a0bfb30701e916": {
784
- "workers": {
785
- "app/_not-found/page": {
786
- "moduleId": 678731,
787
- "async": true,
788
- "exportedName": "migrateProjectPath",
789
- "filename": "tower/src/actions/project-actions.ts"
790
- },
791
- "app/missions/page": {
792
- "moduleId": 973820,
793
- "async": true,
794
- "exportedName": "migrateProjectPath",
795
- "filename": "tower/src/actions/project-actions.ts"
796
- },
797
- "app/onboarding/page": {
798
- "moduleId": 213493,
799
- "async": true,
800
- "exportedName": "migrateProjectPath",
801
- "filename": "tower/src/actions/project-actions.ts"
802
- },
803
- "app/page": {
804
- "moduleId": 753891,
805
- "async": true,
806
- "exportedName": "migrateProjectPath",
807
- "filename": "tower/src/actions/project-actions.ts"
808
- },
809
- "app/settings/page": {
810
- "moduleId": 256569,
811
- "async": true,
812
- "exportedName": "migrateProjectPath",
813
- "filename": "tower/src/actions/project-actions.ts"
814
- },
815
- "app/workspaces/[workspaceId]/archive/page": {
816
- "moduleId": 284161,
817
- "async": true,
818
- "exportedName": "migrateProjectPath",
819
- "filename": "tower/src/actions/project-actions.ts"
820
- },
821
- "app/workspaces/[workspaceId]/assets/page": {
822
- "moduleId": 889180,
823
- "async": true,
824
- "exportedName": "migrateProjectPath",
825
- "filename": "tower/src/actions/project-actions.ts"
826
- },
827
- "app/workspaces/[workspaceId]/notes/page": {
828
- "moduleId": 494244,
829
- "async": true,
830
- "exportedName": "migrateProjectPath",
831
- "filename": "tower/src/actions/project-actions.ts"
832
- },
833
- "app/workspaces/[workspaceId]/page": {
834
- "moduleId": 301891,
835
- "async": true,
836
- "exportedName": "migrateProjectPath",
837
- "filename": "tower/src/actions/project-actions.ts"
838
- },
839
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
840
- "moduleId": 651080,
841
- "async": true,
842
- "exportedName": "migrateProjectPath",
843
- "filename": "tower/src/actions/project-actions.ts"
844
- },
845
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
846
- "moduleId": 71610,
847
- "async": true,
848
- "exportedName": "migrateProjectPath",
849
- "filename": "tower/src/actions/project-actions.ts"
850
- },
851
- "app/workspaces/page": {
852
- "moduleId": 349421,
853
- "async": true,
854
- "exportedName": "migrateProjectPath",
855
- "filename": "tower/src/actions/project-actions.ts"
856
- }
857
- },
858
- "filename": "tower/src/actions/project-actions.ts",
859
- "exportedName": "migrateProjectPath"
860
- },
861
- "40367069c92f4799ae44be7005a5311da959341d39": {
862
- "workers": {
863
- "app/_not-found/page": {
864
- "moduleId": 678731,
865
- "async": true,
866
- "exportedName": "checkMigrationSafety",
867
- "filename": "tower/src/actions/project-actions.ts"
868
- },
869
- "app/missions/page": {
870
- "moduleId": 973820,
871
- "async": true,
872
- "exportedName": "checkMigrationSafety",
873
- "filename": "tower/src/actions/project-actions.ts"
874
- },
875
- "app/onboarding/page": {
876
- "moduleId": 213493,
877
- "async": true,
878
- "exportedName": "checkMigrationSafety",
879
- "filename": "tower/src/actions/project-actions.ts"
880
- },
881
- "app/page": {
882
- "moduleId": 753891,
883
- "async": true,
884
- "exportedName": "checkMigrationSafety",
885
- "filename": "tower/src/actions/project-actions.ts"
886
- },
887
- "app/settings/page": {
888
- "moduleId": 256569,
889
- "async": true,
890
- "exportedName": "checkMigrationSafety",
891
- "filename": "tower/src/actions/project-actions.ts"
892
- },
893
- "app/workspaces/[workspaceId]/archive/page": {
894
- "moduleId": 284161,
895
- "async": true,
896
- "exportedName": "checkMigrationSafety",
897
- "filename": "tower/src/actions/project-actions.ts"
898
- },
899
- "app/workspaces/[workspaceId]/assets/page": {
900
- "moduleId": 889180,
901
- "async": true,
902
- "exportedName": "checkMigrationSafety",
903
- "filename": "tower/src/actions/project-actions.ts"
904
- },
905
- "app/workspaces/[workspaceId]/notes/page": {
906
- "moduleId": 494244,
907
- "async": true,
908
- "exportedName": "checkMigrationSafety",
909
- "filename": "tower/src/actions/project-actions.ts"
910
- },
911
- "app/workspaces/[workspaceId]/page": {
912
- "moduleId": 301891,
913
- "async": true,
914
- "exportedName": "checkMigrationSafety",
915
- "filename": "tower/src/actions/project-actions.ts"
916
- },
917
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
918
- "moduleId": 651080,
919
- "async": true,
920
- "exportedName": "checkMigrationSafety",
921
- "filename": "tower/src/actions/project-actions.ts"
922
- },
923
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
924
- "moduleId": 71610,
925
- "async": true,
926
- "exportedName": "checkMigrationSafety",
927
- "filename": "tower/src/actions/project-actions.ts"
928
- },
929
- "app/workspaces/page": {
930
- "moduleId": 349421,
931
- "async": true,
932
- "exportedName": "checkMigrationSafety",
933
- "filename": "tower/src/actions/project-actions.ts"
934
- }
935
- },
936
- "filename": "tower/src/actions/project-actions.ts",
937
- "exportedName": "checkMigrationSafety"
938
- },
939
- "00b7eae21237f9057ae05fc89743cfe4afff37e1d1": {
940
- "workers": {
941
- "app/_not-found/page": {
942
- "moduleId": 678731,
943
- "async": true,
944
- "exportedName": "getActualWsPort",
945
- "filename": "tower/src/actions/config-actions.ts"
946
- },
947
- "app/missions/page": {
948
- "moduleId": 973820,
949
- "async": true,
950
- "exportedName": "getActualWsPort",
951
- "filename": "tower/src/actions/config-actions.ts"
952
- },
953
- "app/onboarding/page": {
954
- "moduleId": 213493,
955
- "async": true,
956
- "exportedName": "getActualWsPort",
957
- "filename": "tower/src/actions/config-actions.ts"
958
- },
959
- "app/page": {
960
- "moduleId": 753891,
961
- "async": true,
962
- "exportedName": "getActualWsPort",
963
- "filename": "tower/src/actions/config-actions.ts"
964
- },
965
- "app/settings/page": {
966
- "moduleId": 256569,
967
- "async": true,
968
- "exportedName": "getActualWsPort",
969
- "filename": "tower/src/actions/config-actions.ts"
970
- },
971
- "app/workspaces/[workspaceId]/archive/page": {
972
- "moduleId": 284161,
973
- "async": true,
974
- "exportedName": "getActualWsPort",
975
- "filename": "tower/src/actions/config-actions.ts"
976
- },
977
- "app/workspaces/[workspaceId]/assets/page": {
978
- "moduleId": 889180,
979
- "async": true,
980
- "exportedName": "getActualWsPort",
981
- "filename": "tower/src/actions/config-actions.ts"
982
- },
983
- "app/workspaces/[workspaceId]/notes/page": {
984
- "moduleId": 494244,
985
- "async": true,
986
- "exportedName": "getActualWsPort",
987
- "filename": "tower/src/actions/config-actions.ts"
988
- },
989
- "app/workspaces/[workspaceId]/page": {
990
- "moduleId": 301891,
991
- "async": true,
992
- "exportedName": "getActualWsPort",
993
- "filename": "tower/src/actions/config-actions.ts"
994
- },
995
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
996
- "moduleId": 651080,
997
- "async": true,
998
- "exportedName": "getActualWsPort",
999
- "filename": "tower/src/actions/config-actions.ts"
1000
- },
1001
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1002
- "moduleId": 71610,
1003
- "async": true,
1004
- "exportedName": "getActualWsPort",
1005
- "filename": "tower/src/actions/config-actions.ts"
1006
- },
1007
- "app/workspaces/page": {
1008
- "moduleId": 349421,
1009
- "async": true,
1010
- "exportedName": "getActualWsPort",
1011
- "filename": "tower/src/actions/config-actions.ts"
1012
- }
1013
- },
1014
- "filename": "tower/src/actions/config-actions.ts",
1015
- "exportedName": "getActualWsPort"
1016
- },
1017
- "406945679a2ed467bcf9f443c616ca406566b10e84": {
1018
- "workers": {
1019
- "app/_not-found/page": {
1020
- "moduleId": 678731,
1021
- "async": true,
1022
- "exportedName": "createProject",
1023
- "filename": "tower/src/actions/workspace-actions.ts"
1024
- },
1025
- "app/missions/page": {
1026
- "moduleId": 973820,
1027
- "async": true,
1028
- "exportedName": "createProject",
1029
- "filename": "tower/src/actions/workspace-actions.ts"
1030
- },
1031
- "app/onboarding/page": {
1032
- "moduleId": 213493,
1033
- "async": true,
1034
- "exportedName": "createProject",
1035
- "filename": "tower/src/actions/workspace-actions.ts"
1036
- },
1037
- "app/page": {
1038
- "moduleId": 753891,
1039
- "async": true,
1040
- "exportedName": "createProject",
1041
- "filename": "tower/src/actions/workspace-actions.ts"
1042
- },
1043
- "app/settings/page": {
1044
- "moduleId": 256569,
1045
- "async": true,
1046
- "exportedName": "createProject",
1047
- "filename": "tower/src/actions/workspace-actions.ts"
1048
- },
1049
- "app/workspaces/[workspaceId]/archive/page": {
1050
- "moduleId": 284161,
1051
- "async": true,
1052
- "exportedName": "createProject",
1053
- "filename": "tower/src/actions/workspace-actions.ts"
1054
- },
1055
- "app/workspaces/[workspaceId]/assets/page": {
1056
- "moduleId": 889180,
1057
- "async": true,
1058
- "exportedName": "createProject",
1059
- "filename": "tower/src/actions/workspace-actions.ts"
1060
- },
1061
- "app/workspaces/[workspaceId]/notes/page": {
1062
- "moduleId": 494244,
1063
- "async": true,
1064
- "exportedName": "createProject",
1065
- "filename": "tower/src/actions/workspace-actions.ts"
1066
- },
1067
- "app/workspaces/[workspaceId]/page": {
1068
- "moduleId": 301891,
1069
- "async": true,
1070
- "exportedName": "createProject",
1071
- "filename": "tower/src/actions/workspace-actions.ts"
1072
- },
1073
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1074
- "moduleId": 651080,
1075
- "async": true,
1076
- "exportedName": "createProject",
1077
- "filename": "tower/src/actions/workspace-actions.ts"
1078
- },
1079
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1080
- "moduleId": 71610,
1081
- "async": true,
1082
- "exportedName": "createProject",
1083
- "filename": "tower/src/actions/workspace-actions.ts"
1084
- },
1085
- "app/workspaces/page": {
1086
- "moduleId": 349421,
1087
- "async": true,
1088
- "exportedName": "createProject",
1089
- "filename": "tower/src/actions/workspace-actions.ts"
1090
- }
1091
- },
1092
- "filename": "tower/src/actions/workspace-actions.ts",
1093
- "exportedName": "createProject"
1094
- },
1095
- "6044146d7f7a3c3f41623a7cd430c9db50c0933ba9": {
1096
- "workers": {
1097
- "app/_not-found/page": {
1098
- "moduleId": 678731,
1099
- "async": true,
1100
- "exportedName": "setConfigValue",
1101
- "filename": "tower/src/actions/config-actions.ts"
1102
- },
1103
- "app/missions/page": {
1104
- "moduleId": 973820,
1105
- "async": true,
1106
- "exportedName": "setConfigValue",
1107
- "filename": "tower/src/actions/config-actions.ts"
1108
- },
1109
- "app/onboarding/page": {
1110
- "moduleId": 213493,
1111
- "async": true,
1112
- "exportedName": "setConfigValue",
1113
- "filename": "tower/src/actions/config-actions.ts"
1114
- },
1115
- "app/page": {
1116
- "moduleId": 753891,
1117
- "async": true,
1118
- "exportedName": "setConfigValue",
1119
- "filename": "tower/src/actions/config-actions.ts"
1120
- },
1121
- "app/settings/page": {
1122
- "moduleId": 256569,
1123
- "async": true,
1124
- "exportedName": "setConfigValue",
1125
- "filename": "tower/src/actions/config-actions.ts"
1126
- },
1127
- "app/workspaces/[workspaceId]/archive/page": {
1128
- "moduleId": 284161,
1129
- "async": true,
1130
- "exportedName": "setConfigValue",
1131
- "filename": "tower/src/actions/config-actions.ts"
1132
- },
1133
- "app/workspaces/[workspaceId]/assets/page": {
1134
- "moduleId": 889180,
1135
- "async": true,
1136
- "exportedName": "setConfigValue",
1137
- "filename": "tower/src/actions/config-actions.ts"
1138
- },
1139
- "app/workspaces/[workspaceId]/notes/page": {
1140
- "moduleId": 494244,
1141
- "async": true,
1142
- "exportedName": "setConfigValue",
1143
- "filename": "tower/src/actions/config-actions.ts"
1144
- },
1145
- "app/workspaces/[workspaceId]/page": {
1146
- "moduleId": 301891,
1147
- "async": true,
1148
- "exportedName": "setConfigValue",
1149
- "filename": "tower/src/actions/config-actions.ts"
1150
- },
1151
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1152
- "moduleId": 651080,
1153
- "async": true,
1154
- "exportedName": "setConfigValue",
1155
- "filename": "tower/src/actions/config-actions.ts"
1156
- },
1157
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1158
- "moduleId": 71610,
1159
- "async": true,
1160
- "exportedName": "setConfigValue",
1161
- "filename": "tower/src/actions/config-actions.ts"
1162
- },
1163
- "app/workspaces/page": {
1164
- "moduleId": 349421,
1165
- "async": true,
1166
- "exportedName": "setConfigValue",
1167
- "filename": "tower/src/actions/config-actions.ts"
1168
- }
1169
- },
1170
- "filename": "tower/src/actions/config-actions.ts",
1171
- "exportedName": "setConfigValue"
1172
- },
1173
- "001dd80fe37bbdb476d40ee3aca7ce5fff1e4affd3": {
1174
- "workers": {
1175
- "app/_not-found/page": {
1176
- "moduleId": 678731,
1177
- "async": true,
1178
- "exportedName": "getOnboardingStatus",
1179
- "filename": "tower/src/actions/onboarding-actions.ts"
1180
- },
1181
- "app/missions/page": {
1182
- "moduleId": 973820,
1183
- "async": true,
1184
- "exportedName": "getOnboardingStatus",
1185
- "filename": "tower/src/actions/onboarding-actions.ts"
1186
- },
1187
- "app/onboarding/page": {
1188
- "moduleId": 213493,
1189
- "async": true,
1190
- "exportedName": "getOnboardingStatus",
1191
- "filename": "tower/src/actions/onboarding-actions.ts"
1192
- },
1193
- "app/page": {
1194
- "moduleId": 753891,
1195
- "async": true,
1196
- "exportedName": "getOnboardingStatus",
1197
- "filename": "tower/src/actions/onboarding-actions.ts"
1198
- },
1199
- "app/settings/page": {
1200
- "moduleId": 256569,
1201
- "async": true,
1202
- "exportedName": "getOnboardingStatus",
1203
- "filename": "tower/src/actions/onboarding-actions.ts"
1204
- },
1205
- "app/workspaces/[workspaceId]/archive/page": {
1206
- "moduleId": 284161,
1207
- "async": true,
1208
- "exportedName": "getOnboardingStatus",
1209
- "filename": "tower/src/actions/onboarding-actions.ts"
1210
- },
1211
- "app/workspaces/[workspaceId]/assets/page": {
1212
- "moduleId": 889180,
1213
- "async": true,
1214
- "exportedName": "getOnboardingStatus",
1215
- "filename": "tower/src/actions/onboarding-actions.ts"
1216
- },
1217
- "app/workspaces/[workspaceId]/notes/page": {
1218
- "moduleId": 494244,
1219
- "async": true,
1220
- "exportedName": "getOnboardingStatus",
1221
- "filename": "tower/src/actions/onboarding-actions.ts"
1222
- },
1223
- "app/workspaces/[workspaceId]/page": {
1224
- "moduleId": 301891,
1225
- "async": true,
1226
- "exportedName": "getOnboardingStatus",
1227
- "filename": "tower/src/actions/onboarding-actions.ts"
1228
- },
1229
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1230
- "moduleId": 651080,
1231
- "async": true,
1232
- "exportedName": "getOnboardingStatus",
1233
- "filename": "tower/src/actions/onboarding-actions.ts"
1234
- },
1235
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1236
- "moduleId": 71610,
1237
- "async": true,
1238
- "exportedName": "getOnboardingStatus",
1239
- "filename": "tower/src/actions/onboarding-actions.ts"
1240
- },
1241
- "app/workspaces/page": {
1242
- "moduleId": 349421,
1243
- "async": true,
1244
- "exportedName": "getOnboardingStatus",
1245
- "filename": "tower/src/actions/onboarding-actions.ts"
1246
- }
1247
- },
1248
- "filename": "tower/src/actions/onboarding-actions.ts",
1249
- "exportedName": "getOnboardingStatus"
1250
- },
1251
- "40393a10491ecd044960ad88649e1833d52238a7be": {
1252
- "workers": {
1253
- "app/_not-found/page": {
1254
- "moduleId": 678731,
1255
- "async": true,
1256
- "exportedName": "dispatchTaskCompletionEvent",
1257
- "filename": "tower/src/actions/onboarding-actions.ts"
1258
- },
1259
- "app/missions/page": {
1260
- "moduleId": 973820,
1261
- "async": true,
1262
- "exportedName": "dispatchTaskCompletionEvent",
1263
- "filename": "tower/src/actions/onboarding-actions.ts"
1264
- },
1265
- "app/onboarding/page": {
1266
- "moduleId": 213493,
1267
- "async": true,
1268
- "exportedName": "dispatchTaskCompletionEvent",
1269
- "filename": "tower/src/actions/onboarding-actions.ts"
1270
- },
1271
- "app/page": {
1272
- "moduleId": 753891,
1273
- "async": true,
1274
- "exportedName": "dispatchTaskCompletionEvent",
1275
- "filename": "tower/src/actions/onboarding-actions.ts"
1276
- },
1277
- "app/settings/page": {
1278
- "moduleId": 256569,
1279
- "async": true,
1280
- "exportedName": "dispatchTaskCompletionEvent",
1281
- "filename": "tower/src/actions/onboarding-actions.ts"
1282
- },
1283
- "app/workspaces/[workspaceId]/archive/page": {
1284
- "moduleId": 284161,
1285
- "async": true,
1286
- "exportedName": "dispatchTaskCompletionEvent",
1287
- "filename": "tower/src/actions/onboarding-actions.ts"
1288
- },
1289
- "app/workspaces/[workspaceId]/assets/page": {
1290
- "moduleId": 889180,
1291
- "async": true,
1292
- "exportedName": "dispatchTaskCompletionEvent",
1293
- "filename": "tower/src/actions/onboarding-actions.ts"
1294
- },
1295
- "app/workspaces/[workspaceId]/notes/page": {
1296
- "moduleId": 494244,
1297
- "async": true,
1298
- "exportedName": "dispatchTaskCompletionEvent",
1299
- "filename": "tower/src/actions/onboarding-actions.ts"
1300
- },
1301
- "app/workspaces/[workspaceId]/page": {
1302
- "moduleId": 301891,
1303
- "async": true,
1304
- "exportedName": "dispatchTaskCompletionEvent",
1305
- "filename": "tower/src/actions/onboarding-actions.ts"
1306
- },
1307
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1308
- "moduleId": 651080,
1309
- "async": true,
1310
- "exportedName": "dispatchTaskCompletionEvent",
1311
- "filename": "tower/src/actions/onboarding-actions.ts"
1312
- },
1313
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1314
- "moduleId": 71610,
1315
- "async": true,
1316
- "exportedName": "dispatchTaskCompletionEvent",
1317
- "filename": "tower/src/actions/onboarding-actions.ts"
1318
- },
1319
- "app/workspaces/page": {
1320
- "moduleId": 349421,
1321
- "async": true,
1322
- "exportedName": "dispatchTaskCompletionEvent",
1323
- "filename": "tower/src/actions/onboarding-actions.ts"
1324
- }
1325
- },
1326
- "filename": "tower/src/actions/onboarding-actions.ts",
1327
- "exportedName": "dispatchTaskCompletionEvent"
1328
- },
1329
- "40527d6e10a1745c51a0a9ffd192a9e74e880400f2": {
1330
- "workers": {
1331
- "app/_not-found/page": {
1332
- "moduleId": 678731,
1333
- "async": true,
1334
- "exportedName": "completeOnboarding",
1335
- "filename": "tower/src/actions/onboarding-actions.ts"
1336
- },
1337
- "app/missions/page": {
1338
- "moduleId": 973820,
1339
- "async": true,
1340
- "exportedName": "completeOnboarding",
1341
- "filename": "tower/src/actions/onboarding-actions.ts"
1342
- },
1343
- "app/onboarding/page": {
1344
- "moduleId": 213493,
1345
- "async": true,
1346
- "exportedName": "completeOnboarding",
1347
- "filename": "tower/src/actions/onboarding-actions.ts"
1348
- },
1349
- "app/page": {
1350
- "moduleId": 753891,
1351
- "async": true,
1352
- "exportedName": "completeOnboarding",
1353
- "filename": "tower/src/actions/onboarding-actions.ts"
1354
- },
1355
- "app/settings/page": {
1356
- "moduleId": 256569,
1357
- "async": true,
1358
- "exportedName": "completeOnboarding",
1359
- "filename": "tower/src/actions/onboarding-actions.ts"
1360
- },
1361
- "app/workspaces/[workspaceId]/archive/page": {
1362
- "moduleId": 284161,
1363
- "async": true,
1364
- "exportedName": "completeOnboarding",
1365
- "filename": "tower/src/actions/onboarding-actions.ts"
1366
- },
1367
- "app/workspaces/[workspaceId]/assets/page": {
1368
- "moduleId": 889180,
1369
- "async": true,
1370
- "exportedName": "completeOnboarding",
1371
- "filename": "tower/src/actions/onboarding-actions.ts"
1372
- },
1373
- "app/workspaces/[workspaceId]/notes/page": {
1374
- "moduleId": 494244,
1375
- "async": true,
1376
- "exportedName": "completeOnboarding",
1377
- "filename": "tower/src/actions/onboarding-actions.ts"
1378
- },
1379
- "app/workspaces/[workspaceId]/page": {
1380
- "moduleId": 301891,
1381
- "async": true,
1382
- "exportedName": "completeOnboarding",
1383
- "filename": "tower/src/actions/onboarding-actions.ts"
1384
- },
1385
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1386
- "moduleId": 651080,
1387
- "async": true,
1388
- "exportedName": "completeOnboarding",
1389
- "filename": "tower/src/actions/onboarding-actions.ts"
1390
- },
1391
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1392
- "moduleId": 71610,
1393
- "async": true,
1394
- "exportedName": "completeOnboarding",
1395
- "filename": "tower/src/actions/onboarding-actions.ts"
1396
- },
1397
- "app/workspaces/page": {
1398
- "moduleId": 349421,
1399
- "async": true,
1400
- "exportedName": "completeOnboarding",
1401
- "filename": "tower/src/actions/onboarding-actions.ts"
1402
- }
1403
- },
1404
- "filename": "tower/src/actions/onboarding-actions.ts",
1405
- "exportedName": "completeOnboarding"
1406
- },
1407
- "40da8820ce2a36b35aa91266678f5f65bd76de41f8": {
1408
- "workers": {
1409
- "app/_not-found/page": {
1410
- "moduleId": 678731,
1411
- "async": true,
1412
- "exportedName": "setOnboardingProgress",
1413
- "filename": "tower/src/actions/onboarding-actions.ts"
1414
- },
1415
- "app/missions/page": {
1416
- "moduleId": 973820,
1417
- "async": true,
1418
- "exportedName": "setOnboardingProgress",
1419
- "filename": "tower/src/actions/onboarding-actions.ts"
1420
- },
1421
- "app/onboarding/page": {
1422
- "moduleId": 213493,
1423
- "async": true,
1424
- "exportedName": "setOnboardingProgress",
1425
- "filename": "tower/src/actions/onboarding-actions.ts"
1426
- },
1427
- "app/page": {
1428
- "moduleId": 753891,
1429
- "async": true,
1430
- "exportedName": "setOnboardingProgress",
1431
- "filename": "tower/src/actions/onboarding-actions.ts"
1432
- },
1433
- "app/settings/page": {
1434
- "moduleId": 256569,
1435
- "async": true,
1436
- "exportedName": "setOnboardingProgress",
1437
- "filename": "tower/src/actions/onboarding-actions.ts"
1438
- },
1439
- "app/workspaces/[workspaceId]/archive/page": {
1440
- "moduleId": 284161,
1441
- "async": true,
1442
- "exportedName": "setOnboardingProgress",
1443
- "filename": "tower/src/actions/onboarding-actions.ts"
1444
- },
1445
- "app/workspaces/[workspaceId]/assets/page": {
1446
- "moduleId": 889180,
1447
- "async": true,
1448
- "exportedName": "setOnboardingProgress",
1449
- "filename": "tower/src/actions/onboarding-actions.ts"
1450
- },
1451
- "app/workspaces/[workspaceId]/notes/page": {
1452
- "moduleId": 494244,
1453
- "async": true,
1454
- "exportedName": "setOnboardingProgress",
1455
- "filename": "tower/src/actions/onboarding-actions.ts"
1456
- },
1457
- "app/workspaces/[workspaceId]/page": {
1458
- "moduleId": 301891,
1459
- "async": true,
1460
- "exportedName": "setOnboardingProgress",
1461
- "filename": "tower/src/actions/onboarding-actions.ts"
1462
- },
1463
- "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1464
- "moduleId": 651080,
1465
- "async": true,
1466
- "exportedName": "setOnboardingProgress",
1467
- "filename": "tower/src/actions/onboarding-actions.ts"
1468
- },
1469
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1470
- "moduleId": 71610,
1471
- "async": true,
1472
- "exportedName": "setOnboardingProgress",
1473
- "filename": "tower/src/actions/onboarding-actions.ts"
1474
- },
1475
- "app/workspaces/page": {
1476
- "moduleId": 349421,
1477
- "async": true,
1478
- "exportedName": "setOnboardingProgress",
1479
- "filename": "tower/src/actions/onboarding-actions.ts"
1480
- }
1481
- },
1482
- "filename": "tower/src/actions/onboarding-actions.ts",
1483
- "exportedName": "setOnboardingProgress"
1484
- },
1485
- "003cf40feb767da03b1e5e3e0b2218a5fd8604f735": {
1486
- "workers": {
1487
- "app/missions/page": {
1488
- "moduleId": 973820,
1489
- "async": true,
1490
- "exportedName": "getActiveExecutionsAcrossWorkspaces",
1491
- "filename": "tower/src/actions/agent-actions.ts"
1492
- },
1493
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1494
- "moduleId": 71610,
1495
- "async": true,
1496
- "exportedName": "getActiveExecutionsAcrossWorkspaces",
1497
- "filename": "tower/src/actions/agent-actions.ts"
1498
- }
1499
- },
1500
- "filename": "tower/src/actions/agent-actions.ts",
1501
- "exportedName": "getActiveExecutionsAcrossWorkspaces"
1502
- },
1503
- "401822c186c107c6263d750905e04e0f3c50efa409": {
1504
- "workers": {
1505
- "app/missions/page": {
1506
- "moduleId": 973820,
1507
- "async": true,
1508
- "exportedName": "continueLatestPtyExecution",
1509
- "filename": "tower/src/actions/agent-actions.ts"
1510
- },
1511
- "app/workspaces/[workspaceId]/page": {
1512
- "moduleId": 301891,
1513
- "async": true,
1514
- "exportedName": "continueLatestPtyExecution",
1515
- "filename": "tower/src/actions/agent-actions.ts"
1516
- },
1517
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1518
- "moduleId": 71610,
1519
- "async": true,
1520
- "exportedName": "continueLatestPtyExecution",
1521
- "filename": "tower/src/actions/agent-actions.ts"
1522
- }
1523
- },
1524
- "filename": "tower/src/actions/agent-actions.ts",
1525
- "exportedName": "continueLatestPtyExecution"
1526
- },
1527
- "404c821ce0995dc7cf7f711a32c9ad460a7c66e61a": {
1528
- "workers": {
1529
- "app/missions/page": {
1530
- "moduleId": 973820,
1531
- "async": true,
1532
- "exportedName": "getTaskMessages",
1533
- "filename": "tower/src/actions/agent-actions.ts"
1534
- },
1535
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1536
- "moduleId": 71610,
1537
- "async": true,
1538
- "exportedName": "getTaskMessages",
1539
- "filename": "tower/src/actions/agent-actions.ts"
1540
- }
1541
- },
1542
- "filename": "tower/src/actions/agent-actions.ts",
1543
- "exportedName": "getTaskMessages"
1544
- },
1545
- "40aa27a83e9645e48240c4dece40365e948a04fa08": {
1546
- "workers": {
1547
- "app/missions/page": {
1548
- "moduleId": 973820,
1549
- "async": true,
1550
- "exportedName": "getTaskExecutions",
1551
- "filename": "tower/src/actions/agent-actions.ts"
1552
- },
1553
- "app/workspaces/[workspaceId]/page": {
1554
- "moduleId": 301891,
1555
- "async": true,
1556
- "exportedName": "getTaskExecutions",
1557
- "filename": "tower/src/actions/agent-actions.ts"
1558
- },
1559
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1560
- "moduleId": 71610,
1561
- "async": true,
1562
- "exportedName": "getTaskExecutions",
1563
- "filename": "tower/src/actions/agent-actions.ts"
1564
- }
1565
- },
1566
- "filename": "tower/src/actions/agent-actions.ts",
1567
- "exportedName": "getTaskExecutions"
1568
- },
1569
- "40ac92863af9c83943ea9bf4a4806e9b2250ec60ab": {
1570
- "workers": {
1571
- "app/missions/page": {
1572
- "moduleId": 973820,
1573
- "async": true,
1574
- "exportedName": "stopPtyExecution",
1575
- "filename": "tower/src/actions/agent-actions.ts"
1576
- },
1577
- "app/workspaces/[workspaceId]/page": {
1578
- "moduleId": 301891,
1579
- "async": true,
1580
- "exportedName": "stopPtyExecution",
1581
- "filename": "tower/src/actions/agent-actions.ts"
1582
- },
1583
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1584
- "moduleId": 71610,
1585
- "async": true,
1586
- "exportedName": "stopPtyExecution",
1587
- "filename": "tower/src/actions/agent-actions.ts"
1588
- }
1589
- },
1590
- "filename": "tower/src/actions/agent-actions.ts",
1591
- "exportedName": "stopPtyExecution"
1592
- },
1593
- "601cd59cdad7f0fc9db897805c687ad392804fdebc": {
1594
- "workers": {
1595
- "app/missions/page": {
1596
- "moduleId": 973820,
1597
- "async": true,
1598
- "exportedName": "resumePtyExecution",
1599
- "filename": "tower/src/actions/agent-actions.ts"
1600
- },
1601
- "app/workspaces/[workspaceId]/page": {
1602
- "moduleId": 301891,
1603
- "async": true,
1604
- "exportedName": "resumePtyExecution",
1605
- "filename": "tower/src/actions/agent-actions.ts"
1606
- },
1607
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1608
- "moduleId": 71610,
1609
- "async": true,
1610
- "exportedName": "resumePtyExecution",
1611
- "filename": "tower/src/actions/agent-actions.ts"
1612
- }
1613
- },
1614
- "filename": "tower/src/actions/agent-actions.ts",
1615
- "exportedName": "resumePtyExecution"
1616
- },
1617
- "60dc97fcfae55a8cb6b7fce7331641c356a9f9092a": {
1618
- "workers": {
1619
- "app/missions/page": {
1620
- "moduleId": 973820,
1621
- "async": true,
1622
- "exportedName": "stopTaskExecution",
1623
- "filename": "tower/src/actions/agent-actions.ts"
1624
- },
1625
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1626
- "moduleId": 71610,
1627
- "async": true,
1628
- "exportedName": "stopTaskExecution",
1629
- "filename": "tower/src/actions/agent-actions.ts"
1630
- }
1631
- },
1632
- "filename": "tower/src/actions/agent-actions.ts",
1633
- "exportedName": "stopTaskExecution"
1634
- },
1635
- "60e64a73a1a812c4621d813809c8c9bf7702f635e4": {
1636
- "workers": {
1637
- "app/missions/page": {
1638
- "moduleId": 973820,
1639
- "async": true,
1640
- "exportedName": "sendTaskMessage",
1641
- "filename": "tower/src/actions/agent-actions.ts"
1642
- },
1643
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1644
- "moduleId": 71610,
1645
- "async": true,
1646
- "exportedName": "sendTaskMessage",
1647
- "filename": "tower/src/actions/agent-actions.ts"
1648
- }
1649
- },
1650
- "filename": "tower/src/actions/agent-actions.ts",
1651
- "exportedName": "sendTaskMessage"
1652
- },
1653
- "7809e0414dee5cd1fe76e0e46f161b3b52837d42f6": {
1654
- "workers": {
1655
- "app/missions/page": {
1656
- "moduleId": 973820,
1657
- "async": true,
1658
- "exportedName": "startTaskExecution",
1659
- "filename": "tower/src/actions/agent-actions.ts"
1660
- },
1661
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1662
- "moduleId": 71610,
1663
- "async": true,
1664
- "exportedName": "startTaskExecution",
1665
- "filename": "tower/src/actions/agent-actions.ts"
1666
- }
1667
- },
1668
- "filename": "tower/src/actions/agent-actions.ts",
1669
- "exportedName": "startTaskExecution"
1670
- },
1671
- "787e3bda2725d32a68cb2da8187fbe6638e9f9bf8a": {
1672
- "workers": {
1673
- "app/missions/page": {
1674
- "moduleId": 973820,
1675
- "async": true,
1676
- "exportedName": "startPtyExecution",
1677
- "filename": "tower/src/actions/agent-actions.ts"
1678
- },
1679
- "app/workspaces/[workspaceId]/page": {
1680
- "moduleId": 301891,
1681
- "async": true,
1682
- "exportedName": "startPtyExecution",
1683
- "filename": "tower/src/actions/agent-actions.ts"
1684
- },
1685
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1686
- "moduleId": 71610,
1687
- "async": true,
1688
- "exportedName": "startPtyExecution",
1689
- "filename": "tower/src/actions/agent-actions.ts"
1690
- }
1691
- },
1692
- "filename": "tower/src/actions/agent-actions.ts",
1693
- "exportedName": "startPtyExecution"
1694
- },
1695
- "4031ca137fd6cb39067ceac1dad94334a8fc2dfc3a": {
1696
- "workers": {
1697
- "app/missions/page": {
1698
- "moduleId": 973820,
1699
- "async": true,
1700
- "exportedName": "getConfigValues",
1701
- "filename": "tower/src/actions/config-actions.ts"
1702
- },
1703
- "app/settings/page": {
1704
- "moduleId": 256569,
1705
- "async": true,
1706
- "exportedName": "getConfigValues",
1707
- "filename": "tower/src/actions/config-actions.ts"
1708
- },
1709
- "app/workspaces/[workspaceId]/assets/page": {
1710
- "moduleId": 889180,
1711
- "async": true,
1712
- "exportedName": "getConfigValues",
1713
- "filename": "tower/src/actions/config-actions.ts"
1714
- }
1715
- },
1716
- "filename": "tower/src/actions/config-actions.ts",
1717
- "exportedName": "getConfigValues"
1718
- },
1719
- "40e02b1de9e99ce6b035a489d0e3b46be7af5d4173": {
1720
- "workers": {
1721
- "app/missions/page": {
1722
- "moduleId": 973820,
1723
- "async": true,
1724
- "exportedName": "openInTerminal",
1725
- "filename": "tower/src/actions/preview-actions.ts"
1726
- },
1727
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1728
- "moduleId": 71610,
1729
- "async": true,
1730
- "exportedName": "openInTerminal",
1731
- "filename": "tower/src/actions/preview-actions.ts"
1732
- }
1733
- },
1734
- "filename": "tower/src/actions/preview-actions.ts",
1735
- "exportedName": "openInTerminal"
1736
- },
1737
- "404f001000d7a9fd2f8b1ad449919e9514adbbfa88": {
1738
- "workers": {
1739
- "app/missions/page": {
1740
- "moduleId": 973820,
1741
- "async": true,
1742
- "exportedName": "getWorkspacesWithRecentTasks",
1743
- "filename": "tower/src/actions/workspace-actions.ts"
1744
- },
1745
- "app/workspaces/[workspaceId]/archive/page": {
1746
- "moduleId": 284161,
1747
- "async": true,
1748
- "exportedName": "getWorkspacesWithRecentTasks",
1749
- "filename": "tower/src/actions/workspace-actions.ts"
1750
- },
1751
- "app/workspaces/[workspaceId]/assets/page": {
1752
- "moduleId": 889180,
1753
- "async": true,
1754
- "exportedName": "getWorkspacesWithRecentTasks",
1755
- "filename": "tower/src/actions/workspace-actions.ts"
1756
- },
1757
- "app/workspaces/[workspaceId]/notes/page": {
1758
- "moduleId": 494244,
1759
- "async": true,
1760
- "exportedName": "getWorkspacesWithRecentTasks",
1761
- "filename": "tower/src/actions/workspace-actions.ts"
1762
- },
1763
- "app/workspaces/page": {
1764
- "moduleId": 349421,
1765
- "async": true,
1766
- "exportedName": "getWorkspacesWithRecentTasks",
1767
- "filename": "tower/src/actions/workspace-actions.ts"
1768
- }
1769
- },
1770
- "filename": "tower/src/actions/workspace-actions.ts",
1771
- "exportedName": "getWorkspacesWithRecentTasks"
1772
- },
1773
- "400f931429f2a4f8c7f8e1a5d492ca3143839fc45b": {
1774
- "workers": {
1775
- "app/missions/page": {
1776
- "moduleId": 973820,
1777
- "async": true,
1778
- "exportedName": "getProjectTasks",
1779
- "filename": "tower/src/actions/task-actions.ts"
1780
- },
1781
- "app/workspaces/[workspaceId]/archive/page": {
1782
- "moduleId": 284161,
1783
- "async": true,
1784
- "exportedName": "getProjectTasks",
1785
- "filename": "tower/src/actions/task-actions.ts"
1786
- }
1787
- },
1788
- "filename": "tower/src/actions/task-actions.ts",
1789
- "exportedName": "getProjectTasks"
1790
- },
1791
- "00edca5524f595066800362cca4f920c6870c42fe3": {
1792
- "workers": {
1793
- "app/settings/page": {
1794
- "moduleId": 256569,
1795
- "async": true,
1796
- "exportedName": "getAvailableTerminalApps",
1797
- "filename": "tower/src/actions/config-actions.ts"
1798
- },
1799
- "app/workspaces/[workspaceId]/assets/page": {
1800
- "moduleId": 889180,
1801
- "async": true,
1802
- "exportedName": "getAvailableTerminalApps",
1803
- "filename": "tower/src/actions/config-actions.ts"
1804
- }
1805
- },
1806
- "filename": "tower/src/actions/config-actions.ts",
1807
- "exportedName": "getAvailableTerminalApps"
1808
- },
1809
- "4047321a7abdfaaf09ebfaccc7c6f5575ea987fa11": {
1810
- "workers": {
1811
- "app/settings/page": {
1812
- "moduleId": 256569,
1813
- "async": true,
1814
- "exportedName": "getPrompts",
1815
- "filename": "tower/src/actions/prompt-actions.ts"
1816
- },
1817
- "app/workspaces/[workspaceId]/page": {
1818
- "moduleId": 301891,
1819
- "async": true,
1820
- "exportedName": "getPrompts",
1821
- "filename": "tower/src/actions/prompt-actions.ts"
1822
- },
1823
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1824
- "moduleId": 71610,
1825
- "async": true,
1826
- "exportedName": "getPrompts",
1827
- "filename": "tower/src/actions/prompt-actions.ts"
1828
- }
1829
- },
1830
- "filename": "tower/src/actions/prompt-actions.ts",
1831
- "exportedName": "getPrompts"
1832
- },
1833
- "40a96e3561ff4fad065391c23cb9514544526dda83": {
1834
- "workers": {
1835
- "app/settings/page": {
1836
- "moduleId": 256569,
1837
- "async": true,
1838
- "exportedName": "createPrompt",
1839
- "filename": "tower/src/actions/prompt-actions.ts"
1840
- }
1841
- },
1842
- "filename": "tower/src/actions/prompt-actions.ts",
1843
- "exportedName": "createPrompt"
1844
- },
1845
- "60a7c715de5f2967f031923b575f07b0b95111a232": {
1846
- "workers": {
1847
- "app/settings/page": {
1848
- "moduleId": 256569,
1849
- "async": true,
1850
- "exportedName": "updatePrompt",
1851
- "filename": "tower/src/actions/prompt-actions.ts"
1852
- }
1853
- },
1854
- "filename": "tower/src/actions/prompt-actions.ts",
1855
- "exportedName": "updatePrompt"
1856
- },
1857
- "40dfe3fb9f232a4108a544ab9b66f3994e220bfe4f": {
1858
- "workers": {
1859
- "app/settings/page": {
1860
- "moduleId": 256569,
1861
- "async": true,
1862
- "exportedName": "deletePrompt",
1863
- "filename": "tower/src/actions/prompt-actions.ts"
1864
- }
1865
- },
1866
- "filename": "tower/src/actions/prompt-actions.ts",
1867
- "exportedName": "deletePrompt"
1868
- },
1869
- "60b09634685f6283f9e034a401d413dd7e0b42b7a8": {
1870
- "workers": {
1871
- "app/settings/page": {
1872
- "moduleId": 256569,
1873
- "async": true,
1874
- "exportedName": "setDefaultPrompt",
1875
- "filename": "tower/src/actions/prompt-actions.ts"
1876
- }
1877
- },
1878
- "filename": "tower/src/actions/prompt-actions.ts",
1879
- "exportedName": "setDefaultPrompt"
1880
- },
1881
- "00d7e320373a46bbf2fa2f89221bff5ac617961111": {
1882
- "workers": {
1883
- "app/settings/page": {
1884
- "moduleId": 256569,
1885
- "async": true,
1886
- "exportedName": "getDefaultCliProfile",
1887
- "filename": "tower/src/actions/cli-profile-actions.ts"
1888
- }
1889
- },
1890
- "filename": "tower/src/actions/cli-profile-actions.ts",
1891
- "exportedName": "getDefaultCliProfile"
1892
- },
1893
- "6051fbf5df7d2f3850aa7a6a1088ffeb5518419d26": {
1894
- "workers": {
1895
- "app/settings/page": {
1896
- "moduleId": 256569,
1897
- "async": true,
1898
- "exportedName": "updateCliProfile",
1899
- "filename": "tower/src/actions/cli-profile-actions.ts"
1900
- }
1901
- },
1902
- "filename": "tower/src/actions/cli-profile-actions.ts",
1903
- "exportedName": "updateCliProfile"
1904
- },
1905
- "00eaa3c3c469422d12e3f0f967bea1fe9ae6255f0d": {
1906
- "workers": {
1907
- "app/workspaces/[workspaceId]/archive/page": {
1908
- "moduleId": 284161,
1909
- "async": true,
1910
- "exportedName": "getWorkspacesWithProjects",
1911
- "filename": "tower/src/actions/workspace-actions.ts"
1912
- },
1913
- "app/workspaces/[workspaceId]/assets/page": {
1914
- "moduleId": 889180,
1915
- "async": true,
1916
- "exportedName": "getWorkspacesWithProjects",
1917
- "filename": "tower/src/actions/workspace-actions.ts"
1918
- },
1919
- "app/workspaces/[workspaceId]/notes/page": {
1920
- "moduleId": 494244,
1921
- "async": true,
1922
- "exportedName": "getWorkspacesWithProjects",
1923
- "filename": "tower/src/actions/workspace-actions.ts"
1924
- },
1925
- "app/workspaces/page": {
1926
- "moduleId": 349421,
1927
- "async": true,
1928
- "exportedName": "getWorkspacesWithProjects",
1929
- "filename": "tower/src/actions/workspace-actions.ts"
1930
- }
1931
- },
1932
- "filename": "tower/src/actions/workspace-actions.ts",
1933
- "exportedName": "getWorkspacesWithProjects"
1934
- },
1935
- "402a0c75a3707e6c13c818eac9ee8118fc5344d89c": {
1936
- "workers": {
1937
- "app/workspaces/[workspaceId]/archive/page": {
1938
- "moduleId": 284161,
1939
- "async": true,
1940
- "exportedName": "deleteProject",
1941
- "filename": "tower/src/actions/workspace-actions.ts"
1942
- },
1943
- "app/workspaces/[workspaceId]/assets/page": {
1944
- "moduleId": 889180,
1945
- "async": true,
1946
- "exportedName": "deleteProject",
1947
- "filename": "tower/src/actions/workspace-actions.ts"
1948
- },
1949
- "app/workspaces/[workspaceId]/notes/page": {
1950
- "moduleId": 494244,
1951
- "async": true,
1952
- "exportedName": "deleteProject",
1953
- "filename": "tower/src/actions/workspace-actions.ts"
1954
- },
1955
- "app/workspaces/[workspaceId]/page": {
1956
- "moduleId": 301891,
1957
- "async": true,
1958
- "exportedName": "deleteProject",
1959
- "filename": "tower/src/actions/workspace-actions.ts"
1960
- },
1961
- "app/workspaces/page": {
1962
- "moduleId": 349421,
1963
- "async": true,
1964
- "exportedName": "deleteProject",
1965
- "filename": "tower/src/actions/workspace-actions.ts"
1966
- }
1967
- },
1968
- "filename": "tower/src/actions/workspace-actions.ts",
1969
- "exportedName": "deleteProject"
1970
- },
1971
- "40429088f426ec8fafd80558d3978f09d94570103a": {
1972
- "workers": {
1973
- "app/workspaces/[workspaceId]/archive/page": {
1974
- "moduleId": 284161,
1975
- "async": true,
1976
- "exportedName": "getRecentLocalProjects",
1977
- "filename": "tower/src/actions/workspace-actions.ts"
1978
- },
1979
- "app/workspaces/[workspaceId]/assets/page": {
1980
- "moduleId": 889180,
1981
- "async": true,
1982
- "exportedName": "getRecentLocalProjects",
1983
- "filename": "tower/src/actions/workspace-actions.ts"
1984
- },
1985
- "app/workspaces/[workspaceId]/notes/page": {
1986
- "moduleId": 494244,
1987
- "async": true,
1988
- "exportedName": "getRecentLocalProjects",
1989
- "filename": "tower/src/actions/workspace-actions.ts"
1990
- },
1991
- "app/workspaces/[workspaceId]/page": {
1992
- "moduleId": 301891,
1993
- "async": true,
1994
- "exportedName": "getRecentLocalProjects",
1995
- "filename": "tower/src/actions/workspace-actions.ts"
1996
- },
1997
- "app/workspaces/page": {
1998
- "moduleId": 349421,
1999
- "async": true,
2000
- "exportedName": "getRecentLocalProjects",
2001
- "filename": "tower/src/actions/workspace-actions.ts"
2002
- }
2003
- },
2004
- "filename": "tower/src/actions/workspace-actions.ts",
2005
- "exportedName": "getRecentLocalProjects"
2006
- },
2007
- "406a62bd9cd6b1a4bca82c8daed58624442f44dfa1": {
2008
- "workers": {
2009
- "app/workspaces/[workspaceId]/archive/page": {
2010
- "moduleId": 284161,
2011
- "async": true,
2012
- "exportedName": "getWorkspaceById",
2013
- "filename": "tower/src/actions/workspace-actions.ts"
2014
- },
2015
- "app/workspaces/[workspaceId]/assets/page": {
2016
- "moduleId": 889180,
2017
- "async": true,
2018
- "exportedName": "getWorkspaceById",
2019
- "filename": "tower/src/actions/workspace-actions.ts"
2020
- },
2021
- "app/workspaces/[workspaceId]/notes/page": {
2022
- "moduleId": 494244,
2023
- "async": true,
2024
- "exportedName": "getWorkspaceById",
2025
- "filename": "tower/src/actions/workspace-actions.ts"
2026
- },
2027
- "app/workspaces/page": {
2028
- "moduleId": 349421,
2029
- "async": true,
2030
- "exportedName": "getWorkspaceById",
2031
- "filename": "tower/src/actions/workspace-actions.ts"
2032
- }
2033
- },
2034
- "filename": "tower/src/actions/workspace-actions.ts",
2035
- "exportedName": "getWorkspaceById"
2036
- },
2037
- "40d21bd4c25eced0d3b76b04af1ef30e966383fdb2": {
2038
- "workers": {
2039
- "app/workspaces/[workspaceId]/archive/page": {
2040
- "moduleId": 284161,
2041
- "async": true,
2042
- "exportedName": "getOrCreateTowerTaskId",
2043
- "filename": "tower/src/actions/workspace-actions.ts"
2044
- },
2045
- "app/workspaces/[workspaceId]/assets/page": {
2046
- "moduleId": 889180,
2047
- "async": true,
2048
- "exportedName": "getOrCreateTowerTaskId",
2049
- "filename": "tower/src/actions/workspace-actions.ts"
2050
- },
2051
- "app/workspaces/[workspaceId]/notes/page": {
2052
- "moduleId": 494244,
2053
- "async": true,
2054
- "exportedName": "getOrCreateTowerTaskId",
2055
- "filename": "tower/src/actions/workspace-actions.ts"
2056
- },
2057
- "app/workspaces/[workspaceId]/page": {
2058
- "moduleId": 301891,
2059
- "async": true,
2060
- "exportedName": "getOrCreateTowerTaskId",
2061
- "filename": "tower/src/actions/workspace-actions.ts"
2062
- },
2063
- "app/workspaces/page": {
2064
- "moduleId": 349421,
2065
- "async": true,
2066
- "exportedName": "getOrCreateTowerTaskId",
2067
- "filename": "tower/src/actions/workspace-actions.ts"
2068
- }
2069
- },
2070
- "filename": "tower/src/actions/workspace-actions.ts",
2071
- "exportedName": "getOrCreateTowerTaskId"
2072
- },
2073
- "40eff18c286d0645a87d16a5d168c93bd0d24d57e4": {
2074
- "workers": {
2075
- "app/workspaces/[workspaceId]/archive/page": {
2076
- "moduleId": 284161,
2077
- "async": true,
2078
- "exportedName": "getProjectByLocalPath",
2079
- "filename": "tower/src/actions/workspace-actions.ts"
2080
- },
2081
- "app/workspaces/[workspaceId]/assets/page": {
2082
- "moduleId": 889180,
2083
- "async": true,
2084
- "exportedName": "getProjectByLocalPath",
2085
- "filename": "tower/src/actions/workspace-actions.ts"
2086
- },
2087
- "app/workspaces/[workspaceId]/notes/page": {
2088
- "moduleId": 494244,
2089
- "async": true,
2090
- "exportedName": "getProjectByLocalPath",
2091
- "filename": "tower/src/actions/workspace-actions.ts"
2092
- },
2093
- "app/workspaces/page": {
2094
- "moduleId": 349421,
2095
- "async": true,
2096
- "exportedName": "getProjectByLocalPath",
2097
- "filename": "tower/src/actions/workspace-actions.ts"
2098
- }
2099
- },
2100
- "filename": "tower/src/actions/workspace-actions.ts",
2101
- "exportedName": "getProjectByLocalPath"
2102
- },
2103
- "60d0eb7d2e029569ea749e944fcd325b0018454a83": {
2104
- "workers": {
2105
- "app/workspaces/[workspaceId]/archive/page": {
2106
- "moduleId": 284161,
2107
- "async": true,
2108
- "exportedName": "updateProject",
2109
- "filename": "tower/src/actions/workspace-actions.ts"
2110
- },
2111
- "app/workspaces/[workspaceId]/assets/page": {
2112
- "moduleId": 889180,
2113
- "async": true,
2114
- "exportedName": "updateProject",
2115
- "filename": "tower/src/actions/workspace-actions.ts"
2116
- },
2117
- "app/workspaces/[workspaceId]/notes/page": {
2118
- "moduleId": 494244,
2119
- "async": true,
2120
- "exportedName": "updateProject",
2121
- "filename": "tower/src/actions/workspace-actions.ts"
2122
- },
2123
- "app/workspaces/[workspaceId]/page": {
2124
- "moduleId": 301891,
2125
- "async": true,
2126
- "exportedName": "updateProject",
2127
- "filename": "tower/src/actions/workspace-actions.ts"
2128
- },
2129
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2130
- "moduleId": 71610,
2131
- "async": true,
2132
- "exportedName": "updateProject",
2133
- "filename": "tower/src/actions/workspace-actions.ts"
2134
- },
2135
- "app/workspaces/page": {
2136
- "moduleId": 349421,
2137
- "async": true,
2138
- "exportedName": "updateProject",
2139
- "filename": "tower/src/actions/workspace-actions.ts"
2140
- }
2141
- },
2142
- "filename": "tower/src/actions/workspace-actions.ts",
2143
- "exportedName": "updateProject"
2144
- },
2145
- "40c28959ba69022f40e31b0e13f169f058bd7603ed": {
2146
- "workers": {
2147
- "app/workspaces/[workspaceId]/archive/page": {
2148
- "moduleId": 284161,
2149
- "async": true,
2150
- "exportedName": "getTaskLabels",
2151
- "filename": "tower/src/actions/label-actions.ts"
2152
- },
2153
- "app/workspaces/[workspaceId]/page": {
2154
- "moduleId": 301891,
2155
- "async": true,
2156
- "exportedName": "getTaskLabels",
2157
- "filename": "tower/src/actions/label-actions.ts"
2158
- }
2159
- },
2160
- "filename": "tower/src/actions/label-actions.ts",
2161
- "exportedName": "getTaskLabels"
2162
- },
2163
- "6084b4b1449ee073e4934c2b9f82eed7258f3b99e1": {
2164
- "workers": {
2165
- "app/workspaces/[workspaceId]/archive/page": {
2166
- "moduleId": 284161,
2167
- "async": true,
2168
- "exportedName": "setTaskLabels",
2169
- "filename": "tower/src/actions/label-actions.ts"
2170
- },
2171
- "app/workspaces/[workspaceId]/page": {
2172
- "moduleId": 301891,
2173
- "async": true,
2174
- "exportedName": "setTaskLabels",
2175
- "filename": "tower/src/actions/label-actions.ts"
2176
- }
2177
- },
2178
- "filename": "tower/src/actions/label-actions.ts",
2179
- "exportedName": "setTaskLabels"
2180
- },
2181
- "407ff815054931b7d8adcf36e9a231414ffc4eaf30": {
2182
- "workers": {
2183
- "app/workspaces/[workspaceId]/page": {
2184
- "moduleId": 301891,
2185
- "async": true,
2186
- "exportedName": "getProjectBranches",
2187
- "filename": "tower/src/actions/git-actions.ts"
2188
- }
2189
- },
2190
- "filename": "tower/src/actions/git-actions.ts",
2191
- "exportedName": "getProjectBranches"
2192
- },
2193
- "40bb7dabefdab2b5ac8d0b3d9375be05d79df94f61": {
2194
- "workers": {
2195
- "app/workspaces/[workspaceId]/page": {
2196
- "moduleId": 301891,
2197
- "async": true,
2198
- "exportedName": "fetchRemoteBranches",
2199
- "filename": "tower/src/actions/git-actions.ts"
2200
- }
2201
- },
2202
- "filename": "tower/src/actions/git-actions.ts",
2203
- "exportedName": "fetchRemoteBranches"
2204
- },
2205
- "40754f63a1c94af62d7924153916b577b841d159d0": {
2206
- "workers": {
2207
- "app/workspaces/[workspaceId]/page": {
2208
- "moduleId": 301891,
2209
- "async": true,
2210
- "exportedName": "getCurrentBranch",
2211
- "filename": "tower/src/actions/git-actions.ts"
2212
- }
2213
- },
2214
- "filename": "tower/src/actions/git-actions.ts",
2215
- "exportedName": "getCurrentBranch"
2216
- },
2217
- "6031daff48e2b45377a9f6d7b6eb537a5a7c75419f": {
2218
- "workers": {
2219
- "app/workspaces/[workspaceId]/archive/page": {
2220
- "moduleId": 284161,
2221
- "async": true,
2222
- "exportedName": "updateTaskStatus",
2223
- "filename": "tower/src/actions/task-actions.ts"
2224
- },
2225
- "app/workspaces/[workspaceId]/page": {
2226
- "moduleId": 301891,
2227
- "async": true,
2228
- "exportedName": "updateTaskStatus",
2229
- "filename": "tower/src/actions/task-actions.ts"
2230
- },
2231
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2232
- "moduleId": 71610,
2233
- "async": true,
2234
- "exportedName": "updateTaskStatus",
2235
- "filename": "tower/src/actions/task-actions.ts"
2236
- }
2237
- },
2238
- "filename": "tower/src/actions/task-actions.ts",
2239
- "exportedName": "updateTaskStatus"
2240
- },
2241
- "40e2ef9cfdff35887d82f5e52b0343c8aa064a4c7f": {
2242
- "workers": {
2243
- "app/workspaces/[workspaceId]/archive/page": {
2244
- "moduleId": 284161,
2245
- "async": true,
2246
- "exportedName": "checkWorktreeClean",
2247
- "filename": "tower/src/actions/task-actions.ts"
2248
- },
2249
- "app/workspaces/[workspaceId]/page": {
2250
- "moduleId": 301891,
2251
- "async": true,
2252
- "exportedName": "checkWorktreeClean",
2253
- "filename": "tower/src/actions/task-actions.ts"
2254
- },
2255
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2256
- "moduleId": 71610,
2257
- "async": true,
2258
- "exportedName": "checkWorktreeClean",
2259
- "filename": "tower/src/actions/task-actions.ts"
2260
- }
2261
- },
2262
- "filename": "tower/src/actions/task-actions.ts",
2263
- "exportedName": "checkWorktreeClean"
2264
- },
2265
- "6091e6fbec741a0762aec992240fcd7c555080c3d9": {
2266
- "workers": {
2267
- "app/workspaces/[workspaceId]/archive/page": {
2268
- "moduleId": 284161,
2269
- "async": true,
2270
- "exportedName": "commitWorktreeChanges",
2271
- "filename": "tower/src/actions/task-actions.ts"
2272
- },
2273
- "app/workspaces/[workspaceId]/page": {
2274
- "moduleId": 301891,
2275
- "async": true,
2276
- "exportedName": "commitWorktreeChanges",
2277
- "filename": "tower/src/actions/task-actions.ts"
2278
- },
2279
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2280
- "moduleId": 71610,
2281
- "async": true,
2282
- "exportedName": "commitWorktreeChanges",
2283
- "filename": "tower/src/actions/task-actions.ts"
2284
- }
2285
- },
2286
- "filename": "tower/src/actions/task-actions.ts",
2287
- "exportedName": "commitWorktreeChanges"
2288
- },
2289
- "400a783034e60a8fdc5047ac1f66aa8da453a35730": {
2290
- "workers": {
2291
- "app/workspaces/[workspaceId]/notes/page": {
2292
- "moduleId": 494244,
2293
- "async": true,
2294
- "exportedName": "createNote",
2295
- "filename": "tower/src/actions/note-actions.ts"
2296
- },
2297
- "app/workspaces/[workspaceId]/page": {
2298
- "moduleId": 301891,
2299
- "async": true,
2300
- "exportedName": "createNote",
2301
- "filename": "tower/src/actions/note-actions.ts"
2302
- }
2303
- },
2304
- "filename": "tower/src/actions/note-actions.ts",
2305
- "exportedName": "createNote"
2306
- },
2307
- "40c70d392a263cfdb83fadf229fbe6d4b065ad690e": {
2308
- "workers": {
2309
- "app/workspaces/[workspaceId]/notes/page": {
2310
- "moduleId": 494244,
2311
- "async": true,
2312
- "exportedName": "getTaskNotes",
2313
- "filename": "tower/src/actions/note-actions.ts"
2314
- },
2315
- "app/workspaces/[workspaceId]/page": {
2316
- "moduleId": 301891,
2317
- "async": true,
2318
- "exportedName": "getTaskNotes",
2319
- "filename": "tower/src/actions/note-actions.ts"
2320
- }
2321
- },
2322
- "filename": "tower/src/actions/note-actions.ts",
2323
- "exportedName": "getTaskNotes"
2324
- },
2325
- "40cf3ee2dcd956751b44d0acc835db566d2119c2ff": {
2326
- "workers": {
2327
- "app/workspaces/[workspaceId]/notes/page": {
2328
- "moduleId": 494244,
2329
- "async": true,
2330
- "exportedName": "deleteNote",
2331
- "filename": "tower/src/actions/note-actions.ts"
2332
- },
2333
- "app/workspaces/[workspaceId]/page": {
2334
- "moduleId": 301891,
2335
- "async": true,
2336
- "exportedName": "deleteNote",
2337
- "filename": "tower/src/actions/note-actions.ts"
2338
- }
2339
- },
2340
- "filename": "tower/src/actions/note-actions.ts",
2341
- "exportedName": "deleteNote"
2342
- },
2343
- "407e3cb1dd5c1cb64a1b0c263de51720b204c8e8af": {
2344
- "workers": {
2345
- "app/workspaces/[workspaceId]/assets/page": {
2346
- "moduleId": 889180,
2347
- "async": true,
2348
- "exportedName": "getTaskAssets",
2349
- "filename": "tower/src/actions/asset-actions.ts"
2350
- },
2351
- "app/workspaces/[workspaceId]/page": {
2352
- "moduleId": 301891,
2353
- "async": true,
2354
- "exportedName": "getTaskAssets",
2355
- "filename": "tower/src/actions/asset-actions.ts"
2356
- }
2357
- },
2358
- "filename": "tower/src/actions/asset-actions.ts",
2359
- "exportedName": "getTaskAssets"
2360
- },
2361
- "40b72343350b79baf0da7d1fdf2bc004c35753fdda": {
2362
- "workers": {
2363
- "app/workspaces/[workspaceId]/assets/page": {
2364
- "moduleId": 889180,
2365
- "async": true,
2366
- "exportedName": "uploadAsset",
2367
- "filename": "tower/src/actions/asset-actions.ts"
2368
- },
2369
- "app/workspaces/[workspaceId]/page": {
2370
- "moduleId": 301891,
2371
- "async": true,
2372
- "exportedName": "uploadAsset",
2373
- "filename": "tower/src/actions/asset-actions.ts"
2374
- }
2375
- },
2376
- "filename": "tower/src/actions/asset-actions.ts",
2377
- "exportedName": "uploadAsset"
2378
- },
2379
- "40b641eb468f39b4b3b2078ec93511d1ce34b63c8e": {
2380
- "workers": {
2381
- "app/workspaces/[workspaceId]/assets/page": {
2382
- "moduleId": 889180,
2383
- "async": true,
2384
- "exportedName": "deleteAsset",
2385
- "filename": "tower/src/actions/asset-actions.ts"
2386
- },
2387
- "app/workspaces/[workspaceId]/page": {
2388
- "moduleId": 301891,
2389
- "async": true,
2390
- "exportedName": "deleteAsset",
2391
- "filename": "tower/src/actions/asset-actions.ts"
2392
- }
2393
- },
2394
- "filename": "tower/src/actions/asset-actions.ts",
2395
- "exportedName": "deleteAsset"
2396
- },
2397
- "40cf6c1859117748ed14e7118f8d998ebb2a8f27ba": {
2398
- "workers": {
2399
- "app/workspaces/[workspaceId]/archive/page": {
2400
- "moduleId": 284161,
2401
- "async": true,
2402
- "exportedName": "createTask",
2403
- "filename": "tower/src/actions/task-actions.ts"
2404
- },
2405
- "app/workspaces/[workspaceId]/page": {
2406
- "moduleId": 301891,
2407
- "async": true,
2408
- "exportedName": "createTask",
2409
- "filename": "tower/src/actions/task-actions.ts"
2410
- }
2411
- },
2412
- "filename": "tower/src/actions/task-actions.ts",
2413
- "exportedName": "createTask"
2414
- },
2415
- "6071bd920224e9ac37946b832b602d7b24aad84773": {
2416
- "workers": {
2417
- "app/workspaces/[workspaceId]/archive/page": {
2418
- "moduleId": 284161,
2419
- "async": true,
2420
- "exportedName": "updateTask",
2421
- "filename": "tower/src/actions/task-actions.ts"
2422
- },
2423
- "app/workspaces/[workspaceId]/page": {
2424
- "moduleId": 301891,
2425
- "async": true,
2426
- "exportedName": "updateTask",
2427
- "filename": "tower/src/actions/task-actions.ts"
2428
- }
2429
- },
2430
- "filename": "tower/src/actions/task-actions.ts",
2431
- "exportedName": "updateTask"
2432
- },
2433
- "40269a0e5984cb6757999424cadbd96e9bdc199b50": {
2434
- "workers": {
2435
- "app/workspaces/[workspaceId]/archive/page": {
2436
- "moduleId": 284161,
2437
- "async": true,
2438
- "exportedName": "deleteTask",
2439
- "filename": "tower/src/actions/task-actions.ts"
2440
- },
2441
- "app/workspaces/[workspaceId]/page": {
2442
- "moduleId": 301891,
2443
- "async": true,
2444
- "exportedName": "deleteTask",
2445
- "filename": "tower/src/actions/task-actions.ts"
2446
- }
2447
- },
2448
- "filename": "tower/src/actions/task-actions.ts",
2449
- "exportedName": "deleteTask"
2450
- },
2451
- "40930e46b4a2c5bfc95280c12ca816a2412a67bf67": {
2452
- "workers": {
2453
- "app/workspaces/[workspaceId]/archive/page": {
2454
- "moduleId": 284161,
2455
- "async": true,
2456
- "exportedName": "toggleTaskPinned",
2457
- "filename": "tower/src/actions/task-actions.ts"
2458
- },
2459
- "app/workspaces/[workspaceId]/page": {
2460
- "moduleId": 301891,
2461
- "async": true,
2462
- "exportedName": "toggleTaskPinned",
2463
- "filename": "tower/src/actions/task-actions.ts"
2464
- }
2465
- },
2466
- "filename": "tower/src/actions/task-actions.ts",
2467
- "exportedName": "toggleTaskPinned"
2468
- },
2469
- "400881dc40bca3fa2fedad51ea3e9dd6127ad8503a": {
2470
- "workers": {
2471
- "app/workspaces/[workspaceId]/archive/page": {
2472
- "moduleId": 284161,
2473
- "async": true,
2474
- "exportedName": "searchTasks",
2475
- "filename": "tower/src/actions/task-actions.ts"
2476
- }
2477
- },
2478
- "filename": "tower/src/actions/task-actions.ts",
2479
- "exportedName": "searchTasks"
2480
- },
2481
- "400d16af455af3d3786ac4b118f7b083bd2f4b54b3": {
2482
- "workers": {
2483
- "app/workspaces/[workspaceId]/archive/page": {
2484
- "moduleId": 284161,
2485
- "async": true,
2486
- "exportedName": "getArchivedTaskCount",
2487
- "filename": "tower/src/actions/task-actions.ts"
2488
- }
2489
- },
2490
- "filename": "tower/src/actions/task-actions.ts",
2491
- "exportedName": "getArchivedTaskCount"
2492
- },
2493
- "40c95dfa086fe8f7b7265c8074f33084476195adfa": {
2494
- "workers": {
2495
- "app/workspaces/[workspaceId]/archive/page": {
2496
- "moduleId": 284161,
2497
- "async": true,
2498
- "exportedName": "getArchivedTasks",
2499
- "filename": "tower/src/actions/task-actions.ts"
2500
- }
2501
- },
2502
- "filename": "tower/src/actions/task-actions.ts",
2503
- "exportedName": "getArchivedTasks"
2504
- },
2505
- "40e5938aa52d0aa16a6ece106bd5a593c97babf0f6": {
2506
- "workers": {
2507
- "app/workspaces/[workspaceId]/archive/page": {
2508
- "moduleId": 284161,
2509
- "async": true,
2510
- "exportedName": "getTaskOverview",
2511
- "filename": "tower/src/actions/task-actions.ts"
2512
- },
2513
- "app/workspaces/[workspaceId]/assets/page": {
2514
- "moduleId": 889180,
2515
- "async": true,
2516
- "exportedName": "getTaskOverview",
2517
- "filename": "tower/src/actions/task-actions.ts"
2518
- }
2519
- },
2520
- "filename": "tower/src/actions/task-actions.ts",
2521
- "exportedName": "getTaskOverview"
2522
- },
2523
- "4019d8528b2b9b7b03573614ebfa80ca3f6401677c": {
2524
- "workers": {
2525
- "app/workspaces/[workspaceId]/assets/page": {
2526
- "moduleId": 889180,
2527
- "async": true,
2528
- "exportedName": "createAsset",
2529
- "filename": "tower/src/actions/asset-actions.ts"
2530
- }
2531
- },
2532
- "filename": "tower/src/actions/asset-actions.ts",
2533
- "exportedName": "createAsset"
2534
- },
2535
- "403a8e94b9cf1b798d06503039535c07425a174951": {
2536
- "workers": {
2537
- "app/workspaces/[workspaceId]/assets/page": {
2538
- "moduleId": 889180,
2539
- "async": true,
2540
- "exportedName": "getAssetById",
2541
- "filename": "tower/src/actions/asset-actions.ts"
2542
- }
2543
- },
2544
- "filename": "tower/src/actions/asset-actions.ts",
2545
- "exportedName": "getAssetById"
2546
- },
2547
- "40e6b78dc06774b1b8ccc3a29e530d4268cf5b2f01": {
2548
- "workers": {
2549
- "app/workspaces/[workspaceId]/assets/page": {
2550
- "moduleId": 889180,
2551
- "async": true,
2552
- "exportedName": "getProjectAssets",
2553
- "filename": "tower/src/actions/asset-actions.ts"
2554
- }
2555
- },
2556
- "filename": "tower/src/actions/asset-actions.ts",
2557
- "exportedName": "getProjectAssets"
2558
- },
2559
- "003401f8501da4f7c34176397c9128912de97a7556": {
2560
- "workers": {
2561
- "app/workspaces/[workspaceId]/assets/page": {
2562
- "moduleId": 889180,
2563
- "async": true,
2564
- "exportedName": "getPlatformInfo",
2565
- "filename": "tower/src/actions/config-actions.ts"
2566
- }
2567
- },
2568
- "filename": "tower/src/actions/config-actions.ts",
2569
- "exportedName": "getPlatformInfo"
2570
- },
2571
- "006fabbefab9867f2a6fd8af41fae80c98eff78557": {
2572
- "workers": {
2573
- "app/workspaces/[workspaceId]/assets/page": {
2574
- "moduleId": 889180,
2575
- "async": true,
2576
- "exportedName": "getAvailableShells",
2577
- "filename": "tower/src/actions/config-actions.ts"
2578
- }
2579
- },
2580
- "filename": "tower/src/actions/config-actions.ts",
2581
- "exportedName": "getAvailableShells"
2582
- },
2583
- "40f43ae36fce2ee74c62c1aee87a7772cb773660b4": {
2584
- "workers": {
2585
- "app/workspaces/[workspaceId]/notes/page": {
2586
- "moduleId": 494244,
2587
- "async": true,
2588
- "exportedName": "getNoteById",
2589
- "filename": "tower/src/actions/note-actions.ts"
2590
- }
2591
- },
2592
- "filename": "tower/src/actions/note-actions.ts",
2593
- "exportedName": "getNoteById"
2594
- },
2595
- "601e4d795a69d1c2dabbff1a6ead6c3af1fa2c232f": {
2596
- "workers": {
2597
- "app/workspaces/[workspaceId]/notes/page": {
2598
- "moduleId": 494244,
2599
- "async": true,
2600
- "exportedName": "getProjectNotes",
2601
- "filename": "tower/src/actions/note-actions.ts"
2602
- }
2603
- },
2604
- "filename": "tower/src/actions/note-actions.ts",
2605
- "exportedName": "getProjectNotes"
2606
- },
2607
- "608e00fe002044cca80c5e64917713a3b700bafdce": {
2608
- "workers": {
2609
- "app/workspaces/[workspaceId]/notes/page": {
2610
- "moduleId": 494244,
2611
- "async": true,
2612
- "exportedName": "updateNote",
2613
- "filename": "tower/src/actions/note-actions.ts"
2614
- }
2615
- },
2616
- "filename": "tower/src/actions/note-actions.ts",
2617
- "exportedName": "updateNote"
2618
- },
2619
- "60bb30d6589f31b437253151964e615a89be42910e": {
2620
- "workers": {
2621
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2622
- "moduleId": 71610,
2623
- "async": true,
2624
- "exportedName": "listDirectory",
2625
- "filename": "tower/src/actions/file-actions.ts"
2626
- }
2627
- },
2628
- "filename": "tower/src/actions/file-actions.ts",
2629
- "exportedName": "listDirectory"
2630
- },
2631
- "70cc3e540797eeafee2985fe364a7c54cc82d70586": {
2632
- "workers": {
2633
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2634
- "moduleId": 71610,
2635
- "async": true,
2636
- "exportedName": "getGitStatus",
2637
- "filename": "tower/src/actions/file-actions.ts"
2638
- }
2639
- },
2640
- "filename": "tower/src/actions/file-actions.ts",
2641
- "exportedName": "getGitStatus"
2642
- },
2643
- "60d5d8d151a6ad74f459060274b0a192b2753e7271": {
2644
- "workers": {
2645
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2646
- "moduleId": 71610,
2647
- "async": true,
2648
- "exportedName": "createFile",
2649
- "filename": "tower/src/actions/file-actions.ts"
2650
- }
2651
- },
2652
- "filename": "tower/src/actions/file-actions.ts",
2653
- "exportedName": "createFile"
2654
- },
2655
- "603dbcf04fcd9bcc277e8ddd27475bfab37f304a60": {
2656
- "workers": {
2657
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2658
- "moduleId": 71610,
2659
- "async": true,
2660
- "exportedName": "createDirectory",
2661
- "filename": "tower/src/actions/file-actions.ts"
2662
- }
2663
- },
2664
- "filename": "tower/src/actions/file-actions.ts",
2665
- "exportedName": "createDirectory"
2666
- },
2667
- "7064cf2c6a4ca05458773ea702ceab1f6b2223c4ca": {
2668
- "workers": {
2669
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2670
- "moduleId": 71610,
2671
- "async": true,
2672
- "exportedName": "renameEntry",
2673
- "filename": "tower/src/actions/file-actions.ts"
2674
- }
2675
- },
2676
- "filename": "tower/src/actions/file-actions.ts",
2677
- "exportedName": "renameEntry"
2678
- },
2679
- "60cf9cc7604ab9ef08ca2de5ec1442e9cd790250c2": {
2680
- "workers": {
2681
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2682
- "moduleId": 71610,
2683
- "async": true,
2684
- "exportedName": "deleteEntry",
2685
- "filename": "tower/src/actions/file-actions.ts"
2686
- }
2687
- },
2688
- "filename": "tower/src/actions/file-actions.ts",
2689
- "exportedName": "deleteEntry"
2690
- },
2691
- "402f42e570414537cd8c7e6c52660f03cfadea94b4": {
2692
- "workers": {
2693
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2694
- "moduleId": 71610,
2695
- "async": true,
2696
- "exportedName": "listAllFiles",
2697
- "filename": "tower/src/actions/file-actions.ts"
2698
- }
2699
- },
2700
- "filename": "tower/src/actions/file-actions.ts",
2701
- "exportedName": "listAllFiles"
2702
- },
2703
- "604078f3984c24c51531e4e4696adaae40285bc2b7": {
2704
- "workers": {
2705
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2706
- "moduleId": 71610,
2707
- "async": true,
2708
- "exportedName": "readFileContent",
2709
- "filename": "tower/src/actions/file-actions.ts"
2710
- }
2711
- },
2712
- "filename": "tower/src/actions/file-actions.ts",
2713
- "exportedName": "readFileContent"
2714
- },
2715
- "70b58892e4e441e89c1c34c2f8621b728c445ad2d3": {
2716
- "workers": {
2717
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2718
- "moduleId": 71610,
2719
- "async": true,
2720
- "exportedName": "writeFileContent",
2721
- "filename": "tower/src/actions/file-actions.ts"
2722
- }
2723
- },
2724
- "filename": "tower/src/actions/file-actions.ts",
2725
- "exportedName": "writeFileContent"
2726
- },
2727
- "60996696af84d1326a853c1318fd2249be3fad4273": {
2728
- "workers": {
2729
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2730
- "moduleId": 71610,
2731
- "async": true,
2732
- "exportedName": "revealInFinder",
2733
- "filename": "tower/src/actions/file-actions.ts"
2734
- }
2735
- },
2736
- "filename": "tower/src/actions/file-actions.ts",
2737
- "exportedName": "revealInFinder"
2738
- },
2739
- "780eddea32ee4e9e36c19c30eeb99fbb97b90d0bc7": {
2740
- "workers": {
2741
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2742
- "moduleId": 71610,
2743
- "async": true,
2744
- "exportedName": "searchCode",
2745
- "filename": "tower/src/actions/search-code-actions.ts"
2746
- }
2747
- },
2748
- "filename": "tower/src/actions/search-code-actions.ts",
2749
- "exportedName": "searchCode"
2750
- },
2751
- "70947192da794b7a590edf8d14812f710314522efe": {
2752
- "workers": {
2753
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2754
- "moduleId": 71610,
2755
- "async": true,
2756
- "exportedName": "startPreview",
2757
- "filename": "tower/src/actions/preview-actions.ts"
2758
- }
2759
- },
2760
- "filename": "tower/src/actions/preview-actions.ts",
2761
- "exportedName": "startPreview"
2762
- },
2763
- "409b4e80d45b70c2866a88478cb51579ac40b55b9d": {
2764
- "workers": {
2765
- "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2766
- "moduleId": 71610,
2767
- "async": true,
2768
- "exportedName": "stopPreview",
2769
- "filename": "tower/src/actions/preview-actions.ts"
2770
- }
2771
- },
2772
- "filename": "tower/src/actions/preview-actions.ts",
2773
- "exportedName": "stopPreview"
2774
- }
2775
- },
2776
- "edge": {},
2777
- "encryptionKey": "gnZfHoIzA+Ml5LL0R5zjSe+ho1Mq9bfORDnL6tS76Dg="
2778
- }