@mndrk/agx 2.0.42 → 2.0.45

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 (1207) hide show
  1. package/cloud-runtime/standalone/.linear-token.json +4 -0
  2. package/cloud-runtime/standalone/.next/BUILD_ID +1 -1
  3. package/cloud-runtime/standalone/.next/app-path-routes-manifest.json +12 -2
  4. package/cloud-runtime/standalone/.next/build-manifest.json +8 -8
  5. package/cloud-runtime/standalone/.next/prerender-manifest.json +3 -3
  6. package/cloud-runtime/standalone/.next/routes-manifest.json +77 -17
  7. package/cloud-runtime/standalone/.next/server/app/_global-error/page/build-manifest.json +6 -6
  8. package/cloud-runtime/standalone/.next/server/app/_global-error/page.js +2 -2
  9. package/cloud-runtime/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/cloud-runtime/standalone/.next/server/app/_global-error.html +2 -2
  11. package/cloud-runtime/standalone/.next/server/app/_global-error.rsc +7 -7
  12. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
  13. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
  14. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
  15. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  16. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/cloud-runtime/standalone/.next/server/app/_not-found/page/build-manifest.json +6 -6
  18. package/cloud-runtime/standalone/.next/server/app/_not-found/page.js +2 -2
  19. package/cloud-runtime/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  20. package/cloud-runtime/standalone/.next/server/app/_not-found.html +2 -2
  21. package/cloud-runtime/standalone/.next/server/app/_not-found.rsc +12 -12
  22. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +12 -12
  23. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  24. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +8 -8
  25. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  26. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  27. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  28. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page/build-manifest.json +6 -6
  29. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page.js +2 -2
  30. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page.js.nft.json +1 -1
  31. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
  32. package/cloud-runtime/standalone/.next/server/app/agents/page/build-manifest.json +6 -6
  33. package/cloud-runtime/standalone/.next/server/app/agents/page.js +2 -2
  34. package/cloud-runtime/standalone/.next/server/app/agents/page.js.nft.json +1 -1
  35. package/cloud-runtime/standalone/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  36. package/cloud-runtime/standalone/.next/server/app/agents.html +2 -2
  37. package/cloud-runtime/standalone/.next/server/app/agents.rsc +14 -14
  38. package/cloud-runtime/standalone/.next/server/app/agents.segments/_full.segment.rsc +14 -14
  39. package/cloud-runtime/standalone/.next/server/app/agents.segments/_head.segment.rsc +3 -3
  40. package/cloud-runtime/standalone/.next/server/app/agents.segments/_index.segment.rsc +8 -8
  41. package/cloud-runtime/standalone/.next/server/app/agents.segments/_tree.segment.rsc +2 -2
  42. package/cloud-runtime/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +4 -4
  43. package/cloud-runtime/standalone/.next/server/app/agents.segments/agents.segment.rsc +3 -3
  44. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/pull/route.js +2 -2
  45. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js +6 -4
  46. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js.nft.json +1 -1
  47. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/messages/route.js +2 -2
  48. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js +7 -5
  49. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js.nft.json +1 -1
  50. package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js +6 -4
  51. package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js.nft.json +1 -1
  52. package/cloud-runtime/standalone/.next/server/app/api/attachments/[id]/route.js +2 -2
  53. package/cloud-runtime/standalone/.next/server/app/api/audit/route.js +2 -2
  54. package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js +9 -6
  55. package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js.nft.json +1 -1
  56. package/cloud-runtime/standalone/.next/server/app/api/automations/route.js +5 -3
  57. package/cloud-runtime/standalone/.next/server/app/api/automations/route.js.nft.json +1 -1
  58. package/cloud-runtime/standalone/.next/server/app/api/chat/route.js +10 -7
  59. package/cloud-runtime/standalone/.next/server/app/api/chat/route.js.nft.json +1 -1
  60. package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route.js +2 -2
  61. package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route.js +3 -3
  62. package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route.js.nft.json +1 -1
  63. package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route.js +2 -2
  64. package/cloud-runtime/standalone/.next/server/app/api/daemon/route.js +2 -2
  65. package/cloud-runtime/standalone/.next/server/app/api/domains/[id]/route.js +2 -2
  66. package/cloud-runtime/standalone/.next/server/app/api/file-read/route.js +2 -2
  67. package/cloud-runtime/standalone/.next/server/app/api/file-search/route.js +2 -2
  68. package/cloud-runtime/standalone/.next/server/app/api/file-search/route.js.nft.json +1 -1
  69. package/cloud-runtime/standalone/.next/server/app/api/filesystem/browse/route.js +2 -2
  70. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js +3 -3
  71. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js.nft.json +1 -1
  72. package/cloud-runtime/standalone/.next/server/app/api/graphs/[graphId]/nodes/[nodeId]/route.js +5 -2
  73. package/cloud-runtime/standalone/.next/server/app/api/graphs/[graphId]/nodes/[nodeId]/route.js.nft.json +1 -1
  74. package/cloud-runtime/standalone/.next/server/app/api/health/route.js +7 -5
  75. package/cloud-runtime/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
  76. package/cloud-runtime/standalone/.next/server/app/api/history/route.js +2 -2
  77. package/cloud-runtime/standalone/.next/server/app/api/history/status/route.js +2 -2
  78. package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route.js +6 -4
  79. package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route.js.nft.json +1 -1
  80. package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js +7 -5
  81. package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js.nft.json +1 -1
  82. package/cloud-runtime/standalone/.next/server/app/api/linear/auth/route/app-paths-manifest.json +3 -0
  83. package/cloud-runtime/standalone/.next/server/app/api/linear/auth/route.js +7 -0
  84. package/cloud-runtime/standalone/.next/server/app/api/linear/auth/route.js.nft.json +1 -0
  85. package/cloud-runtime/standalone/.next/server/app/api/linear/auth/route_client-reference-manifest.js +2 -0
  86. package/cloud-runtime/standalone/.next/server/app/api/linear/callback/route/app-paths-manifest.json +3 -0
  87. package/cloud-runtime/standalone/.next/server/app/api/linear/callback/route.js +7 -0
  88. package/cloud-runtime/standalone/.next/server/app/api/linear/callback/route.js.nft.json +1 -0
  89. package/cloud-runtime/standalone/.next/server/app/api/linear/callback/route_client-reference-manifest.js +2 -0
  90. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route/app-paths-manifest.json +3 -0
  91. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route/build-manifest.json +11 -0
  92. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route/server-reference-manifest.json +4 -0
  93. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route.js +7 -0
  94. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route.js.map +5 -0
  95. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route.js.nft.json +1 -0
  96. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route_client-reference-manifest.js +2 -0
  97. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/context/route/app-paths-manifest.json +3 -0
  98. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/context/route/build-manifest.json +11 -0
  99. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/context/route/server-reference-manifest.json +4 -0
  100. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/context/route.js +10 -0
  101. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/context/route.js.map +5 -0
  102. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/context/route.js.nft.json +1 -0
  103. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/context/route_client-reference-manifest.js +2 -0
  104. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route/app-paths-manifest.json +3 -0
  105. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route/build-manifest.json +11 -0
  106. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route/server-reference-manifest.json +4 -0
  107. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route.js +10 -0
  108. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route.js.map +5 -0
  109. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route.js.nft.json +1 -0
  110. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route_client-reference-manifest.js +2 -0
  111. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route/app-paths-manifest.json +3 -0
  112. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route/build-manifest.json +11 -0
  113. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route/server-reference-manifest.json +4 -0
  114. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route.js +8 -0
  115. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route.js.map +5 -0
  116. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route.js.nft.json +1 -0
  117. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route_client-reference-manifest.js +2 -0
  118. package/cloud-runtime/standalone/.next/server/app/api/linear/options/route/app-paths-manifest.json +3 -0
  119. package/cloud-runtime/standalone/.next/server/app/api/linear/options/route/build-manifest.json +11 -0
  120. package/cloud-runtime/standalone/.next/server/app/api/linear/options/route/server-reference-manifest.json +4 -0
  121. package/cloud-runtime/standalone/.next/server/app/api/linear/options/route.js +7 -0
  122. package/cloud-runtime/standalone/.next/server/app/api/linear/options/route.js.map +5 -0
  123. package/cloud-runtime/standalone/.next/server/app/api/linear/options/route.js.nft.json +1 -0
  124. package/cloud-runtime/standalone/.next/server/app/api/linear/options/route_client-reference-manifest.js +2 -0
  125. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route/app-paths-manifest.json +3 -0
  126. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route/build-manifest.json +11 -0
  127. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route/server-reference-manifest.json +4 -0
  128. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route.js +7 -0
  129. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route.js.map +5 -0
  130. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route.js.nft.json +1 -0
  131. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route_client-reference-manifest.js +2 -0
  132. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route/app-paths-manifest.json +3 -0
  133. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route/build-manifest.json +11 -0
  134. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route/server-reference-manifest.json +4 -0
  135. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route.js +7 -0
  136. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route.js.map +5 -0
  137. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route.js.nft.json +1 -0
  138. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route_client-reference-manifest.js +2 -0
  139. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route/app-paths-manifest.json +3 -0
  140. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route/build-manifest.json +11 -0
  141. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route/server-reference-manifest.json +4 -0
  142. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route.js +7 -0
  143. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route.js.map +5 -0
  144. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route.js.nft.json +1 -0
  145. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route_client-reference-manifest.js +2 -0
  146. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route/app-paths-manifest.json +3 -0
  147. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route/build-manifest.json +11 -0
  148. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route/server-reference-manifest.json +4 -0
  149. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route.js +7 -0
  150. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route.js.map +5 -0
  151. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route.js.nft.json +1 -0
  152. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route_client-reference-manifest.js +2 -0
  153. package/cloud-runtime/standalone/.next/server/app/api/logs/route.js +2 -2
  154. package/cloud-runtime/standalone/.next/server/app/api/logs/stream/route.js +2 -2
  155. package/cloud-runtime/standalone/.next/server/app/api/memories/route.js +2 -2
  156. package/cloud-runtime/standalone/.next/server/app/api/messages/[id]/route.js +2 -2
  157. package/cloud-runtime/standalone/.next/server/app/api/migrate/teams-to-projects/route.js +2 -2
  158. package/cloud-runtime/standalone/.next/server/app/api/migrate/workspaces-to-projects/route.js +2 -2
  159. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js +3 -3
  160. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js.nft.json +1 -1
  161. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js +3 -3
  162. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js.nft.json +1 -1
  163. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js +7 -5
  164. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
  165. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js +7 -5
  166. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
  167. package/cloud-runtime/standalone/.next/server/app/api/participants/route.js +7 -5
  168. package/cloud-runtime/standalone/.next/server/app/api/participants/route.js.nft.json +1 -1
  169. package/cloud-runtime/standalone/.next/server/app/api/processes/route.js +2 -2
  170. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js +7 -5
  171. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js.nft.json +1 -1
  172. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js +7 -5
  173. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -1
  174. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js +7 -5
  175. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -1
  176. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js +5 -3
  177. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
  178. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js +7 -5
  179. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js.nft.json +1 -1
  180. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js +7 -5
  181. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js.nft.json +1 -1
  182. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js +7 -5
  183. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js.nft.json +1 -1
  184. package/cloud-runtime/standalone/.next/server/app/api/projects/route.js +7 -5
  185. package/cloud-runtime/standalone/.next/server/app/api/projects/route.js.nft.json +1 -1
  186. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js +7 -5
  187. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js.nft.json +1 -1
  188. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js +8 -6
  189. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js.nft.json +1 -1
  190. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js +7 -5
  191. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js.nft.json +1 -1
  192. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js +7 -5
  193. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js.nft.json +1 -1
  194. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js +9 -6
  195. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js.nft.json +1 -1
  196. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js +8 -6
  197. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js.nft.json +1 -1
  198. package/cloud-runtime/standalone/.next/server/app/api/providers/route.js +3 -3
  199. package/cloud-runtime/standalone/.next/server/app/api/providers/route.js.nft.json +1 -1
  200. package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js +7 -5
  201. package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
  202. package/cloud-runtime/standalone/.next/server/app/api/queue/route.js +10 -8
  203. package/cloud-runtime/standalone/.next/server/app/api/queue/route.js.nft.json +1 -1
  204. package/cloud-runtime/standalone/.next/server/app/api/reactions/route.js +2 -2
  205. package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js +6 -4
  206. package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js.nft.json +1 -1
  207. package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js +8 -6
  208. package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js.nft.json +1 -1
  209. package/cloud-runtime/standalone/.next/server/app/api/schedules/route.js +9 -6
  210. package/cloud-runtime/standalone/.next/server/app/api/schedules/route.js.nft.json +1 -1
  211. package/cloud-runtime/standalone/.next/server/app/api/search/route.js +2 -2
  212. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js +1 -1
  213. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js.nft.json +1 -1
  214. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js +3 -3
  215. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js.nft.json +1 -1
  216. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js +3 -3
  217. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js.nft.json +1 -1
  218. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js +3 -3
  219. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js.nft.json +1 -1
  220. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js +3 -3
  221. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js.nft.json +1 -1
  222. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js +3 -3
  223. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js.nft.json +1 -1
  224. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js +1 -1
  225. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js.nft.json +1 -1
  226. package/cloud-runtime/standalone/.next/server/app/api/status/route.js +3 -3
  227. package/cloud-runtime/standalone/.next/server/app/api/status/route.js.nft.json +1 -1
  228. package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js +7 -5
  229. package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js.nft.json +1 -1
  230. package/cloud-runtime/standalone/.next/server/app/api/system/db-status/route.js +2 -2
  231. package/cloud-runtime/standalone/.next/server/app/api/task-drafts/route.js +2 -2
  232. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js +6 -4
  233. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
  234. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js +8 -6
  235. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
  236. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js +7 -5
  237. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
  238. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js +8 -6
  239. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
  240. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js +8 -5
  241. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -1
  242. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js +9 -6
  243. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -1
  244. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js +9 -6
  245. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -1
  246. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/pause/route.js +2 -2
  247. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js +12 -8
  248. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -1
  249. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js +7 -5
  250. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -1
  251. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js +7 -5
  252. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -1
  253. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js +11 -7
  254. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -1
  255. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js +13 -9
  256. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -1
  257. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js +11 -8
  258. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js.nft.json +1 -1
  259. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js +7 -5
  260. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -1
  261. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/stop/route.js +3 -1
  262. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/stop/route.js.nft.json +1 -1
  263. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/heartbeat/route.js +2 -2
  264. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js +7 -5
  265. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
  266. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js +9 -6
  267. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
  268. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/stream/route.js +2 -2
  269. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js +5 -3
  270. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js.nft.json +1 -1
  271. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js +11 -8
  272. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -1
  273. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js +11 -8
  274. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -1
  275. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js +11 -8
  276. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -1
  277. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js +11 -8
  278. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -1
  279. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js +11 -8
  280. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -1
  281. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js +12 -9
  282. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -1
  283. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js +9 -6
  284. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  285. package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js +7 -5
  286. package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -1
  287. package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js +7 -5
  288. package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js.nft.json +1 -1
  289. package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js +11 -8
  290. package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js.nft.json +1 -1
  291. package/cloud-runtime/standalone/.next/server/app/api/tasks/stream/route.js +2 -2
  292. package/cloud-runtime/standalone/.next/server/app/api/thread-export/route.js +2 -2
  293. package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js +6 -5
  294. package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js.nft.json +1 -1
  295. package/cloud-runtime/standalone/.next/server/app/api/threads/route.js +6 -5
  296. package/cloud-runtime/standalone/.next/server/app/api/threads/route.js.nft.json +1 -1
  297. package/cloud-runtime/standalone/.next/server/app/api/upload/[id]/route.js +2 -2
  298. package/cloud-runtime/standalone/.next/server/app/api/upload/route.js +2 -2
  299. package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js +7 -5
  300. package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js.nft.json +1 -1
  301. package/cloud-runtime/standalone/.next/server/app/api/userPreferences/route.js +2 -2
  302. package/cloud-runtime/standalone/.next/server/app/automations/page/build-manifest.json +6 -6
  303. package/cloud-runtime/standalone/.next/server/app/automations/page/react-loadable-manifest.json +11 -3
  304. package/cloud-runtime/standalone/.next/server/app/automations/page.js +2 -2
  305. package/cloud-runtime/standalone/.next/server/app/automations/page.js.nft.json +1 -1
  306. package/cloud-runtime/standalone/.next/server/app/automations/page_client-reference-manifest.js +1 -1
  307. package/cloud-runtime/standalone/.next/server/app/automations.html +2 -2
  308. package/cloud-runtime/standalone/.next/server/app/automations.rsc +15 -15
  309. package/cloud-runtime/standalone/.next/server/app/automations.segments/_full.segment.rsc +15 -15
  310. package/cloud-runtime/standalone/.next/server/app/automations.segments/_head.segment.rsc +3 -3
  311. package/cloud-runtime/standalone/.next/server/app/automations.segments/_index.segment.rsc +8 -8
  312. package/cloud-runtime/standalone/.next/server/app/automations.segments/_tree.segment.rsc +3 -3
  313. package/cloud-runtime/standalone/.next/server/app/automations.segments/automations/__PAGE__.segment.rsc +5 -5
  314. package/cloud-runtime/standalone/.next/server/app/automations.segments/automations.segment.rsc +3 -3
  315. package/cloud-runtime/standalone/.next/server/app/board/page/build-manifest.json +6 -6
  316. package/cloud-runtime/standalone/.next/server/app/board/page.js +2 -2
  317. package/cloud-runtime/standalone/.next/server/app/board/page_client-reference-manifest.js +1 -1
  318. package/cloud-runtime/standalone/.next/server/app/board.html +2 -2
  319. package/cloud-runtime/standalone/.next/server/app/board.rsc +12 -12
  320. package/cloud-runtime/standalone/.next/server/app/board.segments/_full.segment.rsc +12 -12
  321. package/cloud-runtime/standalone/.next/server/app/board.segments/_head.segment.rsc +3 -3
  322. package/cloud-runtime/standalone/.next/server/app/board.segments/_index.segment.rsc +8 -8
  323. package/cloud-runtime/standalone/.next/server/app/board.segments/_tree.segment.rsc +2 -2
  324. package/cloud-runtime/standalone/.next/server/app/board.segments/board/__PAGE__.segment.rsc +2 -2
  325. package/cloud-runtime/standalone/.next/server/app/board.segments/board.segment.rsc +3 -3
  326. package/cloud-runtime/standalone/.next/server/app/execution-graph/page/build-manifest.json +6 -6
  327. package/cloud-runtime/standalone/.next/server/app/execution-graph/page.js +2 -2
  328. package/cloud-runtime/standalone/.next/server/app/execution-graph/page.js.nft.json +1 -1
  329. package/cloud-runtime/standalone/.next/server/app/execution-graph/page_client-reference-manifest.js +1 -1
  330. package/cloud-runtime/standalone/.next/server/app/execution-graph.html +2 -2
  331. package/cloud-runtime/standalone/.next/server/app/execution-graph.rsc +14 -14
  332. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_full.segment.rsc +14 -14
  333. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_head.segment.rsc +3 -3
  334. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_index.segment.rsc +8 -8
  335. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_tree.segment.rsc +2 -2
  336. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph/__PAGE__.segment.rsc +4 -4
  337. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph.segment.rsc +3 -3
  338. package/cloud-runtime/standalone/.next/server/app/index.html +2 -2
  339. package/cloud-runtime/standalone/.next/server/app/index.rsc +15 -15
  340. package/cloud-runtime/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -5
  341. package/cloud-runtime/standalone/.next/server/app/index.segments/_full.segment.rsc +15 -15
  342. package/cloud-runtime/standalone/.next/server/app/index.segments/_head.segment.rsc +3 -3
  343. package/cloud-runtime/standalone/.next/server/app/index.segments/_index.segment.rsc +8 -8
  344. package/cloud-runtime/standalone/.next/server/app/index.segments/_tree.segment.rsc +4 -4
  345. package/cloud-runtime/standalone/.next/server/app/page/build-manifest.json +6 -6
  346. package/cloud-runtime/standalone/.next/server/app/page.js +2 -2
  347. package/cloud-runtime/standalone/.next/server/app/page.js.nft.json +1 -1
  348. package/cloud-runtime/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  349. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/build-manifest.json +6 -6
  350. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/react-loadable-manifest.json +11 -3
  351. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js +2 -2
  352. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js.nft.json +1 -1
  353. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page_client-reference-manifest.js +1 -1
  354. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page/build-manifest.json +6 -6
  355. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page.js +2 -2
  356. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page.js.nft.json +1 -1
  357. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page_client-reference-manifest.js +1 -1
  358. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/build-manifest.json +6 -6
  359. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js +2 -2
  360. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js.nft.json +1 -1
  361. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page_client-reference-manifest.js +1 -1
  362. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/app-paths-manifest.json +3 -0
  363. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/build-manifest.json +18 -0
  364. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/next-font-manifest.json +11 -0
  365. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/react-loadable-manifest.json +10 -0
  366. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/server-reference-manifest.json +4 -0
  367. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page.js +16 -0
  368. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page.js.map +5 -0
  369. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page.js.nft.json +1 -0
  370. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page_client-reference-manifest.js +2 -0
  371. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +6 -6
  372. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page.js +2 -2
  373. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
  374. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
  375. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/build-manifest.json +6 -6
  376. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js +2 -2
  377. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js.nft.json +1 -1
  378. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page_client-reference-manifest.js +1 -1
  379. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page/build-manifest.json +6 -6
  380. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page.js +2 -2
  381. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page_client-reference-manifest.js +1 -1
  382. package/cloud-runtime/standalone/.next/server/app/projects/orphans.html +2 -2
  383. package/cloud-runtime/standalone/.next/server/app/projects/orphans.rsc +14 -14
  384. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_full.segment.rsc +14 -14
  385. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_head.segment.rsc +3 -3
  386. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_index.segment.rsc +8 -8
  387. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_tree.segment.rsc +2 -2
  388. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans/__PAGE__.segment.rsc +4 -4
  389. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans.segment.rsc +3 -3
  390. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects.segment.rsc +3 -3
  391. package/cloud-runtime/standalone/.next/server/app/projects/page/build-manifest.json +6 -6
  392. package/cloud-runtime/standalone/.next/server/app/projects/page.js +2 -2
  393. package/cloud-runtime/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -1
  394. package/cloud-runtime/standalone/.next/server/app/projects.html +2 -2
  395. package/cloud-runtime/standalone/.next/server/app/projects.rsc +14 -14
  396. package/cloud-runtime/standalone/.next/server/app/projects.segments/_full.segment.rsc +14 -14
  397. package/cloud-runtime/standalone/.next/server/app/projects.segments/_head.segment.rsc +3 -3
  398. package/cloud-runtime/standalone/.next/server/app/projects.segments/_index.segment.rsc +8 -8
  399. package/cloud-runtime/standalone/.next/server/app/projects.segments/_tree.segment.rsc +2 -2
  400. package/cloud-runtime/standalone/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +4 -4
  401. package/cloud-runtime/standalone/.next/server/app/projects.segments/projects.segment.rsc +3 -3
  402. package/cloud-runtime/standalone/.next/server/app/settings/page/build-manifest.json +6 -6
  403. package/cloud-runtime/standalone/.next/server/app/settings/page.js +2 -2
  404. package/cloud-runtime/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  405. package/cloud-runtime/standalone/.next/server/app/settings.html +2 -2
  406. package/cloud-runtime/standalone/.next/server/app/settings.rsc +14 -14
  407. package/cloud-runtime/standalone/.next/server/app/settings.segments/_full.segment.rsc +14 -14
  408. package/cloud-runtime/standalone/.next/server/app/settings.segments/_head.segment.rsc +3 -3
  409. package/cloud-runtime/standalone/.next/server/app/settings.segments/_index.segment.rsc +8 -8
  410. package/cloud-runtime/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
  411. package/cloud-runtime/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
  412. package/cloud-runtime/standalone/.next/server/app/settings.segments/settings.segment.rsc +3 -3
  413. package/cloud-runtime/standalone/.next/server/app/skills/page/build-manifest.json +6 -6
  414. package/cloud-runtime/standalone/.next/server/app/skills/page.js +2 -2
  415. package/cloud-runtime/standalone/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  416. package/cloud-runtime/standalone/.next/server/app/skills.html +2 -2
  417. package/cloud-runtime/standalone/.next/server/app/skills.rsc +14 -14
  418. package/cloud-runtime/standalone/.next/server/app/skills.segments/_full.segment.rsc +14 -14
  419. package/cloud-runtime/standalone/.next/server/app/skills.segments/_head.segment.rsc +3 -3
  420. package/cloud-runtime/standalone/.next/server/app/skills.segments/_index.segment.rsc +8 -8
  421. package/cloud-runtime/standalone/.next/server/app/skills.segments/_tree.segment.rsc +2 -2
  422. package/cloud-runtime/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +4 -4
  423. package/cloud-runtime/standalone/.next/server/app/skills.segments/skills.segment.rsc +3 -3
  424. package/cloud-runtime/standalone/.next/server/app/status/page/build-manifest.json +6 -6
  425. package/cloud-runtime/standalone/.next/server/app/status/page.js +2 -2
  426. package/cloud-runtime/standalone/.next/server/app/status/page_client-reference-manifest.js +1 -1
  427. package/cloud-runtime/standalone/.next/server/app/status.html +2 -2
  428. package/cloud-runtime/standalone/.next/server/app/status.rsc +14 -14
  429. package/cloud-runtime/standalone/.next/server/app/status.segments/_full.segment.rsc +14 -14
  430. package/cloud-runtime/standalone/.next/server/app/status.segments/_head.segment.rsc +3 -3
  431. package/cloud-runtime/standalone/.next/server/app/status.segments/_index.segment.rsc +8 -8
  432. package/cloud-runtime/standalone/.next/server/app/status.segments/_tree.segment.rsc +2 -2
  433. package/cloud-runtime/standalone/.next/server/app/status.segments/status/__PAGE__.segment.rsc +4 -4
  434. package/cloud-runtime/standalone/.next/server/app/status.segments/status.segment.rsc +3 -3
  435. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page/build-manifest.json +6 -6
  436. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page.js +2 -2
  437. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page.js.nft.json +1 -1
  438. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page_client-reference-manifest.js +1 -1
  439. package/cloud-runtime/standalone/.next/server/app/welcome/page/build-manifest.json +6 -6
  440. package/cloud-runtime/standalone/.next/server/app/welcome/page.js +2 -2
  441. package/cloud-runtime/standalone/.next/server/app/welcome/page.js.nft.json +1 -1
  442. package/cloud-runtime/standalone/.next/server/app/welcome/page_client-reference-manifest.js +1 -1
  443. package/cloud-runtime/standalone/.next/server/app/welcome.html +2 -2
  444. package/cloud-runtime/standalone/.next/server/app/welcome.rsc +14 -14
  445. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_full.segment.rsc +14 -14
  446. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_head.segment.rsc +3 -3
  447. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_index.segment.rsc +8 -8
  448. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_tree.segment.rsc +2 -2
  449. package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome/__PAGE__.segment.rsc +4 -4
  450. package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome.segment.rsc +3 -3
  451. package/cloud-runtime/standalone/.next/server/app-paths-manifest.json +12 -2
  452. package/cloud-runtime/standalone/.next/server/chunks/[externals]__31e26905._.js +3 -0
  453. package/cloud-runtime/standalone/.next/server/chunks/[externals]__64355ed1._.js +1 -1
  454. package/cloud-runtime/standalone/.next/server/chunks/[externals]__d6ed3021._.js +3 -0
  455. package/cloud-runtime/standalone/.next/server/chunks/[externals]_node:child_process_261e8bca._.js +1 -1
  456. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__00fd30c8._.js +39 -0
  457. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0284ea89._.js +13 -0
  458. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__04c806f4._.js +3 -0
  459. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0c3dd73b._.js +2 -2
  460. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0c4807d1._.js +49 -0
  461. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0cc3f3b7._.js +2 -2
  462. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0e98af48._.js +97 -0
  463. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0f6532d7._.js +93 -0
  464. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1154e5b3._.js +67 -0
  465. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__11c1214e._.js +49 -0
  466. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__152b2000._.js +61 -0
  467. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__15f3bb96._.js +39 -0
  468. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1b96352c._.js +1 -1
  469. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1dce6c15._.js +1 -1
  470. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1f53e82e._.js +6 -0
  471. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__20533a2c._.js +8 -0
  472. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__255b11f2._.js +1 -1
  473. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__26817611._.js +1 -1
  474. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__294fceef._.js +1 -1
  475. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2d776aa6._.js +3 -0
  476. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__314d5c41._.js +1 -1
  477. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__352dad6d._.js +1 -1
  478. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3b1431b6._.js +3 -0
  479. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3b83b657._.js +147 -0
  480. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3bf516b6._.js +15 -0
  481. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3fd3c5b1._.js +3 -0
  482. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__42804c1d._.js +110 -0
  483. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__42e713f5._.js +3 -0
  484. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4559476d._.js +49 -0
  485. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__46947325._.js +1 -1
  486. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__46ad8e50._.js +49 -0
  487. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4700e1b3._.js +80 -0
  488. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__49c04b15._.js +49 -0
  489. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4a4265e0._.js +2 -2
  490. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4b0b5fe1._.js +3 -0
  491. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c2d07e0._.js +3 -0
  492. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c5c536d._.js +2 -2
  493. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c89c60a._.js +93 -0
  494. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__509b1dd2._.js +13 -0
  495. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__50ddd3ce._.js +1 -1
  496. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__529a6e1c._.js +2 -2
  497. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__558389f7._.js +3 -0
  498. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5650bac3._.js +1 -1
  499. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5a1fd688._.js +1 -1
  500. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5aaf8c25._.js +15 -0
  501. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5b13e7a5._.js +3 -0
  502. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5d359afa._.js +21 -18
  503. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__621dcb4a._.js +1 -1
  504. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__628d686b._.js +1 -1
  505. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__635fe0f9._.js +15 -0
  506. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__68da2825._.js +39 -0
  507. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6921fe3f._.js +44 -0
  508. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6988985c._.js +15 -0
  509. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6db132e9._.js +1 -1
  510. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6dbe939c._.js +49 -0
  511. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6fe5a96f._.js +80 -0
  512. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7012e83d._.js +66 -0
  513. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__70327010._.js +134 -0
  514. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__748c718f._.js +147 -0
  515. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__74a37ca4._.js +13 -0
  516. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__76290829._.js +67 -0
  517. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__76658fd6._.js +15 -0
  518. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__79fa35e4._.js +101 -0
  519. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7c94b104._.js +2 -2
  520. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__889996dd._.js +49 -0
  521. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8a35d73b._.js +80 -0
  522. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8b5fd676._.js +3 -0
  523. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8c7d1318._.js +13 -0
  524. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8d205f82._.js +48 -0
  525. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__92924218._.js +2 -2
  526. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__94bd7f65._.js +1 -1
  527. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9746d1f5._.js +2 -2
  528. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9b69f93e._.js +2 -2
  529. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9ffa67b7._.js +49 -0
  530. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a300f072._.js +49 -0
  531. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a7e0ac67._.js +25 -0
  532. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__aad349b4._.js +8 -0
  533. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ad6d6402._.js +67 -0
  534. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__af7a73fd._.js +1 -1
  535. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__b133856b._.js +61 -0
  536. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__b8f4e4a3._.js +1 -1
  537. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bd11b2ad._.js +1 -1
  538. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c029daab._.js +3 -0
  539. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c4ea4921._.js +1 -1
  540. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c4ed5d83._.js +2 -2
  541. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c695a5f2._.js +2 -2
  542. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c8195768._.js +3 -0
  543. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__cb5c7680._.js +1 -1
  544. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ce2a1672._.js +67 -0
  545. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__cf6082be._.js +49 -0
  546. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d2ac93f2._.js +13 -0
  547. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d4f42f49._.js +3 -0
  548. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d57e800e._.js +2 -2
  549. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d8b615bf._.js +2 -2
  550. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d9bd6334._.js +1 -1
  551. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d9f2041b._.js +72 -0
  552. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__db469f1b._.js +1 -1
  553. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__dca6026a._.js +3 -0
  554. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ddb3aa76._.js +7 -0
  555. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__de295ef3._.js +3 -0
  556. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__de2a1e43._.js +1 -1
  557. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e20922e8._.js +13 -0
  558. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e3ecfd17._.js +2 -2
  559. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e7be56ba._.js +3 -0
  560. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ebece93b._.js +3 -0
  561. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ef27f8cd._.js +49 -0
  562. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f13c29c6._.js +39 -0
  563. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f168c6dc._.js +14 -14
  564. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f536cd2f._.js +1 -1
  565. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f9f7f2df._.js +2 -2
  566. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fcdaf6d8._.js +3 -0
  567. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fdb21d1b._.js +1 -1
  568. package/cloud-runtime/standalone/.next/server/chunks/_0a767dfe._.js +1 -1
  569. package/cloud-runtime/standalone/.next/server/chunks/_2a5aeb76._.js +3 -0
  570. package/cloud-runtime/standalone/.next/server/chunks/_2f3e5ac1._.js +1 -1
  571. package/cloud-runtime/standalone/.next/server/chunks/_4689976f._.js +6 -0
  572. package/cloud-runtime/standalone/.next/server/chunks/_5462a047._.js +1 -1
  573. package/cloud-runtime/standalone/.next/server/chunks/_65fd2525._.js +10 -0
  574. package/cloud-runtime/standalone/.next/server/chunks/_682c9d81._.js +6 -0
  575. package/cloud-runtime/standalone/.next/server/chunks/_6e7f0ae4._.js +6 -0
  576. package/cloud-runtime/standalone/.next/server/chunks/_7011db4f._.js +1 -1
  577. package/cloud-runtime/standalone/.next/server/chunks/_9b10087f._.js +8 -0
  578. package/cloud-runtime/standalone/.next/server/chunks/_9dea7192._.js +10 -0
  579. package/cloud-runtime/standalone/.next/server/chunks/_a32a5cdd._.js +6 -0
  580. package/cloud-runtime/standalone/.next/server/chunks/_a877d34f._.js +1 -1
  581. package/cloud-runtime/standalone/.next/server/chunks/_a93e80e8._.js +3 -0
  582. package/cloud-runtime/standalone/.next/server/chunks/_af7bd752._.js +3 -0
  583. package/cloud-runtime/standalone/.next/server/chunks/_b0524599._.js +3 -0
  584. package/cloud-runtime/standalone/.next/server/chunks/_c31ca6ab._.js +1 -1
  585. package/cloud-runtime/standalone/.next/server/chunks/_c3c28282._.js +3 -0
  586. package/cloud-runtime/standalone/.next/server/chunks/_c965f7b3._.js +1 -1
  587. package/cloud-runtime/standalone/.next/server/chunks/_d2ea7d84._.js +3 -0
  588. package/cloud-runtime/standalone/.next/server/chunks/_e469c080._.js +10 -0
  589. package/cloud-runtime/standalone/.next/server/chunks/_ee99a36b._.js +1 -1
  590. package/cloud-runtime/standalone/.next/server/chunks/_fe32a267._.js +3 -0
  591. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_agent-specs_pull_route_actions_33fd1f01.js +1 -1
  592. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_agent-specs_route_actions_3c4fd7d4.js +1 -1
  593. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_agents_[id]_profile_route_actions_e8d70dac.js +1 -1
  594. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_agents_export_route_actions_cc761823.js +1 -1
  595. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_attachments_[id]_route_actions_28040395.js +1 -1
  596. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_audit_route_actions_9d92fa80.js +1 -1
  597. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_automations_create_route_actions_ffb767ae.js +1 -1
  598. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_automations_route_actions_0112e2f7.js +1 -1
  599. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat-runs_[id]_route_actions_033ac330.js +1 -1
  600. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat-runs_route_actions_0c8cd01c.js +1 -1
  601. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat_route_actions_ac0c75e3.js +1 -1
  602. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_daemon_route_actions_89f9619f.js +1 -1
  603. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_domains_[id]_route_actions_36310215.js +1 -1
  604. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_domains_route_actions_8d8cc0aa.js +1 -1
  605. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_file-read_route_actions_a562d24d.js +1 -1
  606. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_file-search_route_actions_8af77a20.js +1 -1
  607. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_filesystem_browse_route_actions_8e268170.js +1 -1
  608. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_filesystem_pick-folder_route_actions_162664ff.js +1 -1
  609. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js +1 -1
  610. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_history_route_actions_f1813cd2.js +1 -1
  611. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_knowledge-notes_route_actions_0ddf6109.js +1 -1
  612. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_learnings_route_actions_c32db009.js +1 -1
  613. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_auth_route_actions_6bba0ae0.js +3 -0
  614. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_callback_route_actions_0fc8695c.js +3 -0
  615. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_cycles_route_actions_9cbb85fe.js +3 -0
  616. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_issues_context_route_actions_0b2c282c.js +3 -0
  617. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_issues_route_actions_8f12f3b7.js +3 -0
  618. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_mcp-setup_route_actions_a11b04f4.js +3 -0
  619. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_options_route_actions_29764947.js +3 -0
  620. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_runs_[id]_route_actions_5c46cc4e.js +3 -0
  621. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_runs_route_actions_a99753a8.js +3 -0
  622. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_status_route_actions_e43f376f.js +3 -0
  623. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_token_route_actions_510583b8.js +3 -0
  624. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_logs_route_actions_30a87f47.js +1 -1
  625. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_logs_stream_route_actions_92bf6397.js +1 -1
  626. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_memories_route_actions_f0712914.js +1 -1
  627. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_messages_[id]_route_actions_3ca634d2.js +1 -1
  628. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_participants_route_actions_2bae2919.js +1 -1
  629. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_processes_route_actions_93e6bd01.js +1 -1
  630. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_agents_route_actions_62a7e8e5.js +1 -1
  631. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_migrate-v1_route_actions_e28a058d.js +1 -1
  632. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_migrate-v2_route_actions_0cfff9eb.js +1 -1
  633. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_route_actions_6fd2e5a5.js +1 -1
  634. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_skills_route_actions_90fdd1e6.js +1 -1
  635. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_threads_route_actions_88ac9ddb.js +1 -1
  636. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_variables_route_actions_e646c8d9.js +1 -1
  637. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_cancel_route_actions_fbd5be89.js +1 -1
  638. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_route_actions_774a2e21.js +1 -1
  639. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_runs_route_actions_6e59ee83.js +1 -1
  640. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_agents_route_actions_399e1f19.js +1 -1
  641. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_poll_route_actions_23fbbfa1.js +1 -1
  642. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_route_actions_acf03860.js +1 -1
  643. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_providers_route_actions_5388b373.js +1 -1
  644. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_queue_complete_route_actions_1350a2ac.js +1 -1
  645. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_queue_route_actions_1e9c9b6f.js +1 -1
  646. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_reactions_route_actions_e075d50e.js +1 -1
  647. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_schedules_debug_route_actions_61c03e5e.js +1 -1
  648. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_schedules_poll_route_actions_dfc6ace4.js +1 -1
  649. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_schedules_route_actions_f5db3d09.js +1 -1
  650. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_search_route_actions_4244da48.js +1 -1
  651. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_assign_route_actions_15267be8.js +1 -1
  652. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_available_route_actions_24023111.js +1 -1
  653. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_detail_route_actions_1148baef.js +1 -1
  654. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_history_route_actions_5e5c4757.js +1 -1
  655. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_learn_route_actions_d3a37d25.js +1 -1
  656. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_route_actions_780e175f.js +1 -1
  657. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_unlearn_route_actions_3dfee433.js +1 -1
  658. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_status_route_actions_d551bce0.js +1 -1
  659. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_summarize_route_actions_3e77989a.js +1 -1
  660. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_system_db-status_route_actions_0f864710.js +1 -1
  661. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_task-drafts_route_actions_3b90bec5.js +1 -1
  662. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_comments_route_actions_71745d03.js +1 -1
  663. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_costs_route_actions_e20adc3f.js +1 -1
  664. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_dependencies_route_actions_b85eaa7f.js +1 -1
  665. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_events_route_actions_3e2c7edc.js +1 -1
  666. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_history_route_actions_debb26dc.js +1 -1
  667. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_metrics_route_actions_a82052ba.js +1 -1
  668. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_pause_route_actions_1341b4e1.js +1 -1
  669. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_replan_route_actions_0d67ebea.js +1 -1
  670. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_restart_route_actions_bbd1883b.js +1 -1
  671. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_resume_route_actions_745fbaa8.js +1 -1
  672. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_rollback_route_actions_77968f37.js +1 -1
  673. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_route_actions_766df5f7.js +1 -1
  674. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_schedule_route_actions_943bcc22.js +1 -1
  675. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_start_route_actions_1d7e784a.js +1 -1
  676. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_stop_route_actions_5f5d6ff0.js +1 -1
  677. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_heartbeat_route_actions_28915a39.js +1 -1
  678. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_history_route_actions_7ecd517e.js +1 -1
  679. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_logs_route_actions_e1a486bd.js +1 -1
  680. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_logs_stream_route_actions_ed381b79.js +1 -1
  681. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_route_actions_8de83605.js +1 -1
  682. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_extract_route_actions_2651c393.js +1 -1
  683. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_route_actions_84c37746.js +1 -1
  684. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_stream_route_actions_37a289da.js +1 -1
  685. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_thread-export_route_actions_26354edd.js +1 -1
  686. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_thread-repos_route_actions_e95d24ee.js +1 -1
  687. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_threads_knowledge_route_actions_c139bcf7.js +1 -1
  688. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_threads_route_actions_f9ea97f2.js +1 -1
  689. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_upload_[id]_route_actions_d9c30458.js +1 -1
  690. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_upload_route_actions_f15ed185.js +1 -1
  691. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_user-settings_route_actions_553a1208.js +1 -1
  692. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_userPreferences_route_actions_178deeb3.js +1 -1
  693. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_migrate_workspaces-to-projects_route_actions_cb1e42e0.js +1 -1
  694. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_orchestrator_tasks_[taskId]_cancel_route_actions_8b9cd080.js +1 -1
  695. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_orchestrator_tasks_[taskId]_signal_route_actions_5a3d8250.js +1 -1
  696. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_orchestrator_tasks_[taskId]_start_route_actions_08f1c94e.js +1 -1
  697. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_orchestrator_tasks_[taskId]_status_route_actions_4062630f.js +1 -1
  698. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_complete_route_actions_c44e3cb4.js +1 -1
  699. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_fail_route_actions_7ff931bc.js +1 -1
  700. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_resume_route_actions_a9f01d21.js +1 -1
  701. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_stop_route_actions_dbea30a3.js +1 -1
  702. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_verify_route_actions_ff371970.js +1 -1
  703. package/cloud-runtime/standalone/.next/server/chunks/lib_2492d514._.js +11 -37
  704. package/cloud-runtime/standalone/.next/server/chunks/lib_3c080873._.js +34 -0
  705. package/cloud-runtime/standalone/.next/server/chunks/lib_70cd6b4a._.js +80 -0
  706. package/cloud-runtime/standalone/.next/server/chunks/lib_7f7835f1._.js +68 -0
  707. package/cloud-runtime/standalone/.next/server/chunks/lib_88726721._.js +79 -0
  708. package/cloud-runtime/standalone/.next/server/chunks/lib_98ae187c._.js +34 -0
  709. package/cloud-runtime/standalone/.next/server/chunks/lib_9f439b27._.js +25 -0
  710. package/cloud-runtime/standalone/.next/server/chunks/lib_app-config_ts_7f2f30ad._.js +3 -0
  711. package/cloud-runtime/standalone/.next/server/chunks/lib_check-node-version_ts_ef89bf83._.js +1 -1
  712. package/cloud-runtime/standalone/.next/server/chunks/lib_db_ts_e06c6085._.js +1 -1
  713. package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_2e721df2._.js +3 -3
  714. package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_74d1c060._.js +3 -3
  715. package/cloud-runtime/standalone/.next/server/chunks/lib_orchestrator_chat-processor_ts_4c335719._.js +4 -4
  716. package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_3ea4d849._.js +5 -5
  717. package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_b0b1a9b2._.js +5 -5
  718. package/cloud-runtime/standalone/.next/server/chunks/lib_vault-store_ts_3718ff79._.js +34 -0
  719. package/cloud-runtime/standalone/.next/server/chunks/node_modules_18a495c8._.js +3 -0
  720. package/cloud-runtime/standalone/.next/server/chunks/node_modules_4223ed10._.js +3 -0
  721. package/cloud-runtime/standalone/.next/server/chunks/node_modules_ccc242ec._.js +4 -0
  722. package/cloud-runtime/standalone/.next/server/chunks/node_modules_d2858615._.js +3 -0
  723. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_1402a1da._.js +3 -3
  724. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0f808fa3.js +1 -1
  725. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_19315704.js +2 -2
  726. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_2aaf71c8.js +1 -1
  727. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_2bdede98.js +1 -1
  728. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_371d0bff.js +15 -15
  729. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_3d31fed0.js +1 -1
  730. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_57a073eb.js +1 -1
  731. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_63e89275.js +1 -1
  732. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_84e28f38.js +1 -1
  733. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_9aff0990.js +3 -0
  734. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_cc6c687d.js +1 -1
  735. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_dcaa7800.js +3 -0
  736. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_def8bfbe.js +2 -2
  737. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_e0cc2bbf.js +1 -1
  738. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_fce9bc95.js +3 -0
  739. package/cloud-runtime/standalone/.next/server/chunks/node_modules_zod_v4_classic_external_fa90cebf.js +3 -3
  740. package/cloud-runtime/standalone/.next/server/chunks/src_graph_12d46a92._.js +3 -0
  741. package/cloud-runtime/standalone/.next/server/chunks/src_graph_138dc200._.js +59 -0
  742. package/cloud-runtime/standalone/.next/server/chunks/src_graph_914bb19c._.js +59 -0
  743. package/cloud-runtime/standalone/.next/server/chunks/src_graph_api-route-utils_ts_b7225a0e._.js +1 -1
  744. package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_55c06268._.js +3 -3
  745. package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_a8bc8d58._.js +3 -3
  746. package/cloud-runtime/standalone/.next/server/chunks/src_graph_scheduler_ts_d7b7497d._.js +57 -0
  747. package/cloud-runtime/standalone/.next/server/chunks/src_graph_state-machine_ts_ae1de66e._.js +1 -1
  748. package/cloud-runtime/standalone/.next/server/chunks/src_graph_store_ts_d6588a77._.js +56 -0
  749. package/cloud-runtime/standalone/.next/server/chunks/src_graph_validate_ts_a06b9fab._.js +1 -1
  750. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__0497a547._.js +2 -2
  751. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__056cdf7d._.js +1 -1
  752. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__11e33b9b._.js +1 -1
  753. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__139838ab._.js +3 -0
  754. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__19cd257e._.js +1 -1
  755. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__1c4256ce._.js +3 -0
  756. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__26d669c2._.js +1 -1
  757. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__351b2cc6._.js +1 -1
  758. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__38071250._.js +1 -1
  759. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__4c9d0778._.js +3 -0
  760. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__4ebf5947._.js +1 -1
  761. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__5ffa2883._.js +1 -1
  762. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__67d5f883._.js +1 -1
  763. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__69887882._.js +3 -0
  764. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__6e83bf83._.js +1 -1
  765. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__71b6d8a9._.js +3 -0
  766. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__7d279e62._.js +3 -0
  767. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8fe8b9dd._.js +1 -1
  768. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a0a1cb74._.js +1 -1
  769. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a42e4555._.js +3 -0
  770. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a667191a._.js +1 -1
  771. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__aa28d46f._.js +1 -1
  772. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ba4308c3._.js +3 -0
  773. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__bb149a22._.js +3 -0
  774. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__bd4d5430._.js +1 -1
  775. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__bde5bc78._.js +1 -1
  776. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__cde88183._.js +1 -1
  777. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__d36dd8bc._.js +1 -1
  778. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__dac5ab29._.js +1 -1
  779. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__e0c64529._.js +1 -1
  780. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__e87ba2b0._.js +1 -1
  781. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__f2c3b7ab._.js +3 -0
  782. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__f59f0dc7._.js +3 -0
  783. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__f62d412e._.js +1 -1
  784. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__f63d6594._.js +1 -1
  785. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__fbd1aaff._.js +1 -1
  786. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__febbd0b8._.js +1 -1
  787. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ff22a10e._.js +1 -1
  788. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ffbc2e98._.js +2 -2
  789. package/cloud-runtime/standalone/.next/server/chunks/ssr/_02c78cac._.js +2 -2
  790. package/cloud-runtime/standalone/.next/server/chunks/ssr/_05c8a494._.js +1 -1
  791. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0b36c9d6._.js +2 -2
  792. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0ff7c687._.js +3 -3
  793. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0ffd2660._.js +2 -2
  794. package/cloud-runtime/standalone/.next/server/chunks/ssr/_11ce4c04._.js +95 -0
  795. package/cloud-runtime/standalone/.next/server/chunks/ssr/_173da79d._.js +2 -2
  796. package/cloud-runtime/standalone/.next/server/chunks/ssr/_1c58ab2d._.js +2 -2
  797. package/cloud-runtime/standalone/.next/server/chunks/ssr/_1d26be78._.js +3 -0
  798. package/cloud-runtime/standalone/.next/server/chunks/ssr/_222af282._.js +2 -2
  799. package/cloud-runtime/standalone/.next/server/chunks/ssr/_22e99a52._.js +3 -0
  800. package/cloud-runtime/standalone/.next/server/chunks/ssr/_23f5fddc._.js +1 -1
  801. package/cloud-runtime/standalone/.next/server/chunks/ssr/_24feb541._.js +2 -2
  802. package/cloud-runtime/standalone/.next/server/chunks/ssr/_260b10ce._.js +3 -0
  803. package/cloud-runtime/standalone/.next/server/chunks/ssr/_32c878b9._.js +3 -0
  804. package/cloud-runtime/standalone/.next/server/chunks/ssr/_3aa32c11._.js +2 -2
  805. package/cloud-runtime/standalone/.next/server/chunks/ssr/_43472af3._.js +1 -1
  806. package/cloud-runtime/standalone/.next/server/chunks/ssr/_47e9a061._.js +3 -3
  807. package/cloud-runtime/standalone/.next/server/chunks/ssr/_4bfdfb14._.js +1 -1
  808. package/cloud-runtime/standalone/.next/server/chunks/ssr/_4d4ba84b._.js +2 -2
  809. package/cloud-runtime/standalone/.next/server/chunks/ssr/_50d04b8f._.js +2 -2
  810. package/cloud-runtime/standalone/.next/server/chunks/ssr/_52fe115d._.js +1 -1
  811. package/cloud-runtime/standalone/.next/server/chunks/ssr/_547b6462._.js +2 -2
  812. package/cloud-runtime/standalone/.next/server/chunks/ssr/_60d0bae4._.js +3 -0
  813. package/cloud-runtime/standalone/.next/server/chunks/ssr/_629dc55c._.js +2 -2
  814. package/cloud-runtime/standalone/.next/server/chunks/ssr/_69164b06._.js +95 -0
  815. package/cloud-runtime/standalone/.next/server/chunks/ssr/_77e1407a._.js +3 -0
  816. package/cloud-runtime/standalone/.next/server/chunks/ssr/_7f7a828a._.js +3 -0
  817. package/cloud-runtime/standalone/.next/server/chunks/ssr/_84a166cb._.js +3 -0
  818. package/cloud-runtime/standalone/.next/server/chunks/ssr/_93914ecd._.js +2 -2
  819. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a10eb951._.js +2 -2
  820. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a1b966f7._.js +1 -1
  821. package/cloud-runtime/standalone/.next/server/chunks/ssr/_aa5b4886._.js +8 -0
  822. package/cloud-runtime/standalone/.next/server/chunks/ssr/_ae20456d._.js +2 -2
  823. package/cloud-runtime/standalone/.next/server/chunks/ssr/_ba5903a7._.js +3 -0
  824. package/cloud-runtime/standalone/.next/server/chunks/ssr/_cb4d8a23._.js +2 -2
  825. package/cloud-runtime/standalone/.next/server/chunks/ssr/_cee3cf86._.js +95 -0
  826. package/cloud-runtime/standalone/.next/server/chunks/ssr/_dc2072e7._.js +4 -0
  827. package/cloud-runtime/standalone/.next/server/chunks/ssr/_e04b4053._.js +2 -2
  828. package/cloud-runtime/standalone/.next/server/chunks/ssr/_e1769638._.js +3 -3
  829. package/cloud-runtime/standalone/.next/server/chunks/ssr/_ed4fece9._.js +3 -0
  830. package/cloud-runtime/standalone/.next/server/chunks/ssr/_f1465cc8._.js +2 -2
  831. package/cloud-runtime/standalone/.next/server/chunks/ssr/_f2a7beb1._.js +2 -2
  832. package/cloud-runtime/standalone/.next/server/chunks/ssr/_f51a3112._.js +3 -0
  833. package/cloud-runtime/standalone/.next/server/chunks/ssr/_fc1aaf9e._.js +2 -2
  834. package/cloud-runtime/standalone/.next/server/chunks/ssr/_fd0dda03._.js +2 -2
  835. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js +1 -1
  836. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js +1 -1
  837. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_agents_[id]_page_actions_45703105.js +1 -1
  838. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_agents_page_actions_2bceb931.js +1 -1
  839. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_automations_page_actions_415dbaa9.js +1 -1
  840. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_board_page_actions_469e0e61.js +1 -1
  841. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_execution-graph_page_actions_3eceb5c1.js +1 -1
  842. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js +1 -1
  843. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_automations_page_actions_9371bc66.js +1 -1
  844. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_graph_[taskId]_page_actions_c1473d77.js +1 -1
  845. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_knowledge_page_actions_1037c40a.js +1 -1
  846. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_linear_page_actions_0a8dc487.js +3 -0
  847. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_orphans_page_actions_6f398ff8.js +1 -1
  848. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_page_actions_42ca3f3e.js +1 -1
  849. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_settings_page_actions_840229cd.js +1 -1
  850. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_status_page_actions_39bbdbbf.js +1 -1
  851. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_thread_[id]_page_actions_94774546.js +1 -1
  852. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_welcome_page_actions_e32fb27e.js +1 -1
  853. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_[id]_page_tsx_9c49d8c8._.js +1 -1
  854. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_layout_tsx_b9360330._.js +1 -1
  855. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_page_tsx_f5f08ed8._.js +1 -1
  856. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_execution-graph_page_tsx_f854185a._.js +2 -2
  857. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_global-error_tsx_9170b7a0._.js +1 -1
  858. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_graph_[taskId]_page_tsx_d8b1d582._.js +2 -2
  859. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_knowledge_page_tsx_e2a55cbd._.js +1 -1
  860. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_layout_tsx_67c9550a._.js +1 -1
  861. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_linear_page_tsx_971a6ba7._.js +39 -0
  862. package/cloud-runtime/standalone/.next/server/chunks/ssr/ce889_server_app_projects_[slug]_thread_[threadId]_page_actions_660a8857.js +1 -1
  863. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_PromptJobBoard_tsx_f83f722f._.js +8 -0
  864. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_chat-ui_bfeda794._.js +10 -6
  865. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_graph_graph-derived_ts_2b94148f._.js +1 -1
  866. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_thread_WorkspaceSidebar_tsx_e660301b._.js +1 -1
  867. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_@dnd-kit_core_dist_core_esm_57071f37.js +1 -1
  868. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_f76a24fb._.js +1 -1
  869. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_e8bdedc5._.js +3 -0
  870. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_03ec2107._.js +2 -2
  871. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_174ae28d._.js +3 -3
  872. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_4b63a0e1._.js +1 -1
  873. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_61a87db9._.js +1 -1
  874. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +1 -1
  875. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +1 -1
  876. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +1 -1
  877. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_61c49327.js +2 -2
  878. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js +2 -2
  879. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_f2865b38._.js +2 -2
  880. package/cloud-runtime/standalone/.next/server/edge/chunks/[root-of-the-server]__9491d0b8._.js +2 -2
  881. package/cloud-runtime/standalone/.next/server/edge/chunks/_52aa5b93._.js +1 -1
  882. package/cloud-runtime/standalone/.next/server/edge/chunks/node_modules_next_dist_esm_build_templates_edge-wrapper_3b93bb62.js +1 -1
  883. package/cloud-runtime/standalone/.next/server/edge/chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_405b82a5.js +1 -1
  884. package/cloud-runtime/standalone/.next/server/edge/chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_cd32efca.js +1 -1
  885. package/cloud-runtime/standalone/.next/server/functions-config-manifest.json +11 -2
  886. package/cloud-runtime/standalone/.next/server/instrumentation.js +3 -3
  887. package/cloud-runtime/standalone/.next/server/middleware-build-manifest.js +6 -6
  888. package/cloud-runtime/standalone/.next/server/middleware-manifest.json +5 -5
  889. package/cloud-runtime/standalone/.next/server/next-font-manifest.js +1 -1
  890. package/cloud-runtime/standalone/.next/server/next-font-manifest.json +4 -0
  891. package/cloud-runtime/standalone/.next/server/pages/404.html +2 -2
  892. package/cloud-runtime/standalone/.next/server/pages/500.html +2 -2
  893. package/cloud-runtime/standalone/.next/server/server-reference-manifest.js +1 -1
  894. package/cloud-runtime/standalone/.next/server/server-reference-manifest.json +1 -1
  895. package/cloud-runtime/standalone/.next/static/chunks/00716478a3ee55a2.js +37 -0
  896. package/cloud-runtime/standalone/.next/static/chunks/012b9216c9932478.js +1 -0
  897. package/cloud-runtime/standalone/.next/static/chunks/02add5a8d35c53fe.js +1 -0
  898. package/cloud-runtime/standalone/.next/static/chunks/{8304e8487aa74059.css → 06003b84da346995.css} +0 -1
  899. package/cloud-runtime/standalone/.next/static/chunks/081fcf3ea160ca2d.js +1 -0
  900. package/cloud-runtime/standalone/.next/static/chunks/0c5b9fe15dda4972.js +1 -0
  901. package/cloud-runtime/standalone/.next/static/chunks/14922fd23cdc223b.js +1 -0
  902. package/cloud-runtime/standalone/.next/static/chunks/1d8496cecfe9a523.js +1 -0
  903. package/cloud-runtime/standalone/.next/static/chunks/1fa91c34c99502bf.js +1 -0
  904. package/cloud-runtime/standalone/.next/static/chunks/2362d5c0dcaa5d64.js +1 -0
  905. package/cloud-runtime/standalone/.next/static/chunks/2375e3fd2a9b8844.js +2 -0
  906. package/cloud-runtime/standalone/.next/static/chunks/2618f9566e3788e4.js +1 -0
  907. package/cloud-runtime/standalone/.next/static/chunks/2730394502dd3664.js +1 -0
  908. package/cloud-runtime/standalone/.next/static/chunks/2a9c83f8211196e0.js +1 -0
  909. package/cloud-runtime/standalone/.next/static/chunks/2ac8e643e539b81e.js +1 -0
  910. package/cloud-runtime/standalone/.next/static/chunks/2e471cd7ac5cd8fb.js +6 -0
  911. package/cloud-runtime/standalone/.next/static/chunks/3091043e8c282dce.css +1 -0
  912. package/cloud-runtime/standalone/.next/static/chunks/335f551791affdd1.js +1 -0
  913. package/cloud-runtime/standalone/.next/static/chunks/34dd491bc4ce9561.js +1 -0
  914. package/cloud-runtime/standalone/.next/static/chunks/3dc50de1c86e1ce9.js +1 -0
  915. package/cloud-runtime/standalone/.next/static/chunks/4ea8f08087116055.js +1 -0
  916. package/cloud-runtime/standalone/.next/static/chunks/5607ad702ebb8a4b.js +9 -0
  917. package/cloud-runtime/standalone/.next/static/chunks/6103b9b5538bba4d.css +2 -0
  918. package/cloud-runtime/standalone/.next/static/chunks/657c261f623752de.js +1 -0
  919. package/cloud-runtime/standalone/.next/static/chunks/68586017f55137e8.js +1 -0
  920. package/cloud-runtime/standalone/.next/static/chunks/73e3194f06db260e.js +1 -0
  921. package/cloud-runtime/standalone/.next/static/chunks/797fcb0710da3be2.js +4 -0
  922. package/cloud-runtime/standalone/.next/static/chunks/818fb0f154cee2c5.js +1 -0
  923. package/cloud-runtime/standalone/.next/static/chunks/8b40d0636a2ba3b0.js +28 -0
  924. package/cloud-runtime/standalone/.next/static/chunks/8fc3ed1915e0659b.js +88 -0
  925. package/cloud-runtime/standalone/.next/static/chunks/961311cbebbffb6d.js +1 -0
  926. package/cloud-runtime/standalone/.next/static/chunks/963060cf6e72339b.js +6 -0
  927. package/cloud-runtime/standalone/.next/static/chunks/98c20da4973991f0.js +1 -0
  928. package/cloud-runtime/standalone/.next/static/chunks/a2a98ae5d4a3e5e3.js +2 -0
  929. package/cloud-runtime/standalone/.next/static/chunks/a72fbac84e32f665.js +1 -0
  930. package/cloud-runtime/standalone/.next/static/chunks/a9da98f883ac833b.js +1 -0
  931. package/cloud-runtime/standalone/.next/static/chunks/aa4d86855d0a3a55.js +1 -0
  932. package/cloud-runtime/standalone/.next/static/chunks/b2127dc67c5ade9f.js +1 -0
  933. package/cloud-runtime/standalone/.next/static/chunks/b3377e39d47c71cf.js +3 -0
  934. package/cloud-runtime/standalone/.next/static/chunks/b553dba1f51e709b.js +16 -0
  935. package/cloud-runtime/standalone/.next/static/chunks/b93f49b29a473a1d.js +6 -0
  936. package/cloud-runtime/standalone/.next/static/chunks/bf2a2fafb710e63c.js +1 -0
  937. package/cloud-runtime/standalone/.next/static/chunks/c0d17e0c37ba8e7a.js +1 -0
  938. package/cloud-runtime/standalone/.next/static/chunks/c3784233f00e1ff5.js +12 -0
  939. package/cloud-runtime/standalone/.next/static/chunks/c48afb0a7fd0423c.js +28 -0
  940. package/cloud-runtime/standalone/.next/static/chunks/cb6301624094c91e.js +1 -0
  941. package/cloud-runtime/standalone/.next/static/chunks/{787436fad75f5bc6.js → ccaf68956da192f8.js} +2 -2
  942. package/cloud-runtime/standalone/.next/static/chunks/d96012bcfc98706a.js +1 -0
  943. package/cloud-runtime/standalone/.next/static/chunks/db131a0b6350e416.js +1 -0
  944. package/cloud-runtime/standalone/.next/static/chunks/de271f8f22d293b4.js +1 -0
  945. package/cloud-runtime/standalone/.next/static/chunks/e51fddf53a6dc1e4.js +9 -0
  946. package/cloud-runtime/standalone/.next/static/chunks/f4360c3e4089263f.js +1 -0
  947. package/cloud-runtime/standalone/.next/static/chunks/f8cfa030ea3cb3c3.js +1 -0
  948. package/cloud-runtime/standalone/.next/static/chunks/turbopack-0ace1f53f3e3cf46.js +4 -0
  949. package/cloud-runtime/standalone/Dockerfile +5 -5
  950. package/cloud-runtime/standalone/README.md +37 -5
  951. package/cloud-runtime/standalone/app/api/automations/route.ts +64 -17
  952. package/cloud-runtime/standalone/app/api/chat/route.ts +29 -3
  953. package/cloud-runtime/standalone/app/api/linear/auth/route.ts +14 -0
  954. package/cloud-runtime/standalone/app/api/linear/callback/route.ts +44 -0
  955. package/cloud-runtime/standalone/app/api/linear/cycles/route.ts +22 -0
  956. package/cloud-runtime/standalone/app/api/linear/issues/context/route.ts +26 -0
  957. package/cloud-runtime/standalone/app/api/linear/issues/route.ts +61 -0
  958. package/cloud-runtime/standalone/app/api/linear/mcp-setup/route.ts +181 -0
  959. package/cloud-runtime/standalone/app/api/linear/options/route.ts +31 -0
  960. package/cloud-runtime/standalone/app/api/linear/runs/[id]/route.ts +81 -0
  961. package/cloud-runtime/standalone/app/api/linear/runs/route.ts +91 -0
  962. package/cloud-runtime/standalone/app/api/linear/status/route.ts +38 -0
  963. package/cloud-runtime/standalone/app/api/linear/token/route.ts +59 -0
  964. package/cloud-runtime/standalone/app/api/prompt-jobs/route.ts +1 -1
  965. package/cloud-runtime/standalone/app/api/providers/route.ts +1 -14
  966. package/cloud-runtime/standalone/app/api/status/route.ts +8 -16
  967. package/cloud-runtime/standalone/app/projects/[slug]/knowledge/page.tsx +3 -181
  968. package/cloud-runtime/standalone/app/projects/[slug]/layout.tsx +2 -1
  969. package/cloud-runtime/standalone/app/projects/[slug]/linear/page.tsx +26 -0
  970. package/cloud-runtime/standalone/components/LinearBoard.tsx +1369 -0
  971. package/cloud-runtime/standalone/components/LinearSetup.tsx +239 -0
  972. package/cloud-runtime/standalone/components/ProjectModal.tsx +15 -3
  973. package/cloud-runtime/standalone/components/PromptJobBoard.tsx +367 -87
  974. package/cloud-runtime/standalone/components/chat-ui/ChatContainer.tsx +30 -15
  975. package/cloud-runtime/standalone/components/chat-ui/Composer.tsx +77 -7
  976. package/cloud-runtime/standalone/components/chat-ui/MentionPopover.tsx +43 -2
  977. package/cloud-runtime/standalone/components/thread/WorkspaceSidebar.tsx +53 -48
  978. package/cloud-runtime/standalone/docs/superpowers/plans/2026-04-07-linear-integration.md +1352 -0
  979. package/cloud-runtime/standalone/hooks/useGroupChat.ts +4 -1
  980. package/cloud-runtime/standalone/hooks/useLinearConnection.ts +128 -0
  981. package/cloud-runtime/standalone/hooks/useLinearIssueMentions.ts +64 -0
  982. package/cloud-runtime/standalone/hooks/useLinearIssues.ts +98 -0
  983. package/cloud-runtime/standalone/hooks/useLinearRuns.ts +137 -0
  984. package/cloud-runtime/standalone/hooks/useMentionAutocomplete.ts +54 -6
  985. package/cloud-runtime/standalone/hooks/useProjectResources.ts +0 -50
  986. package/cloud-runtime/standalone/instrumentation.ts +2 -1
  987. package/cloud-runtime/standalone/lib/app-config.ts +55 -0
  988. package/cloud-runtime/standalone/lib/chat/composer-routing.ts +128 -0
  989. package/cloud-runtime/standalone/lib/chat/linear-issue-context.ts +79 -0
  990. package/cloud-runtime/standalone/lib/cli-runner.ts +15 -15
  991. package/cloud-runtime/standalone/lib/db.ts +32 -46
  992. package/cloud-runtime/standalone/lib/knowledge-notes.ts +6 -242
  993. package/cloud-runtime/standalone/lib/knowledge-store.ts +8 -211
  994. package/cloud-runtime/standalone/lib/linear-client.ts +427 -0
  995. package/cloud-runtime/standalone/lib/linear-execution-prompt.ts +153 -0
  996. package/cloud-runtime/standalone/lib/linear-issue-store.ts +427 -0
  997. package/cloud-runtime/standalone/lib/linear-issues.ts +360 -0
  998. package/cloud-runtime/standalone/lib/linear-run-store.ts +374 -0
  999. package/cloud-runtime/standalone/lib/repo-knowledge.ts +46 -125
  1000. package/cloud-runtime/standalone/lib/security.ts +2 -2
  1001. package/cloud-runtime/standalone/lib/shell-env.ts +71 -0
  1002. package/cloud-runtime/standalone/lib/task-context.ts +3 -13
  1003. package/cloud-runtime/standalone/lib/thread-knowledge.ts +2 -11
  1004. package/cloud-runtime/standalone/lib/tiptap/composer-mentions.ts +38 -0
  1005. package/cloud-runtime/standalone/lib/tiptap/editor-utils.ts +11 -0
  1006. package/cloud-runtime/standalone/lib/tiptap/serialize-composer.ts +10 -0
  1007. package/cloud-runtime/standalone/lib/vault-store.ts +2067 -0
  1008. package/cloud-runtime/standalone/mcp/README.md +22 -11
  1009. package/cloud-runtime/standalone/next.config.ts +2 -1
  1010. package/cloud-runtime/standalone/package-lock.json +7 -0
  1011. package/cloud-runtime/standalone/package.json +3 -0
  1012. package/cloud-runtime/standalone/planning/automation-frontmatter-migration-spec.md +710 -0
  1013. package/cloud-runtime/standalone/scripts/backfill-automations-frontmatter.ts +145 -0
  1014. package/cloud-runtime/standalone/scripts/migrate-vault.ts +13 -0
  1015. package/cloud-runtime/standalone/src/automations/adapters.ts +219 -0
  1016. package/cloud-runtime/standalone/src/automations/index.ts +7 -0
  1017. package/cloud-runtime/standalone/src/automations/parser.ts +33 -0
  1018. package/cloud-runtime/standalone/src/automations/repository.ts +440 -0
  1019. package/cloud-runtime/standalone/src/automations/serializer.ts +94 -0
  1020. package/cloud-runtime/standalone/src/automations/state.ts +166 -0
  1021. package/cloud-runtime/standalone/src/automations/types.ts +134 -0
  1022. package/cloud-runtime/standalone/src/automations/validation.ts +337 -0
  1023. package/cloud-runtime/standalone/src/graph/internal-function-dispatcher.ts +2 -5
  1024. package/cloud-runtime/standalone/src/graph/schedule-runner.ts +45 -7
  1025. package/cloud-runtime/standalone/src/graph/store.ts +174 -5
  1026. package/cloud-runtime/standalone/src/prompt-scheduler/store.ts +522 -162
  1027. package/cloud-runtime/standalone/src/prompt-scheduler/types.ts +1 -0
  1028. package/cloud-runtime/standalone/state/automations/.state/24a6a5db-3b14-49c4-841f-29f10f015fbb.json +8 -0
  1029. package/cloud-runtime/standalone/state/automations/active/24a6a5db-3b14-49c4-841f-29f10f015fbb.md +17 -0
  1030. package/cloud-runtime/standalone/styles/composer-pills.css +13 -0
  1031. package/cloud-runtime/standalone/tsconfig.tsbuildinfo +1 -1
  1032. package/cloud-runtime/standalone/worker/index.js +4547 -366
  1033. package/package.json +1 -1
  1034. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route/app-paths-manifest.json +0 -3
  1035. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js +0 -9
  1036. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js.nft.json +0 -1
  1037. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route_client-reference-manifest.js +0 -2
  1038. package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route/app-paths-manifest.json +0 -3
  1039. package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route.js +0 -8
  1040. package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route.js.nft.json +0 -1
  1041. package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route_client-reference-manifest.js +0 -2
  1042. package/cloud-runtime/standalone/.next/server/chunks/[externals]__bc6c7111._.js +0 -3
  1043. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__01cd082e._.js +0 -13
  1044. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0936925d._.js +0 -3
  1045. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__09ca81e1._.js +0 -101
  1046. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1017e012._.js +0 -3
  1047. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1ac3236d._.js +0 -25
  1048. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1b0bb735._.js +0 -15
  1049. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1c86bf6e._.js +0 -48
  1050. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__20c58b41._.js +0 -46
  1051. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2126c763._.js +0 -42
  1052. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__236c35bb._.js +0 -51
  1053. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__277ed37d._.js +0 -3
  1054. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2f06f568._.js +0 -46
  1055. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__30bd0c87._.js +0 -13
  1056. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__374cd94c._.js +0 -42
  1057. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3785024c._.js +0 -80
  1058. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__379604d4._.js +0 -13
  1059. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3c8f1de6._.js +0 -15
  1060. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3d0df5a8._.js +0 -8
  1061. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4014ed70._.js +0 -51
  1062. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__42fcb81c._.js +0 -52
  1063. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4a3cd6ac._.js +0 -13
  1064. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4e522535._.js +0 -6
  1065. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__50c24784._.js +0 -3
  1066. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__59d1cdd8._.js +0 -3
  1067. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__644e6285._.js +0 -112
  1068. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__65755104._.js +0 -7
  1069. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__73c20995._.js +0 -15
  1070. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8125bbc3._.js +0 -63
  1071. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__85275b88._.js +0 -3
  1072. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__89666394._.js +0 -8
  1073. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8c0fb154._.js +0 -13
  1074. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8f5cac13._.js +0 -46
  1075. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__91b22098._.js +0 -8
  1076. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__96ae701e._.js +0 -3
  1077. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__98ce983b._.js +0 -3
  1078. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9a9fd39f._.js +0 -44
  1079. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9ad4e385._.js +0 -3
  1080. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a01ddd0b._.js +0 -46
  1081. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a099c992._.js +0 -58
  1082. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a1e62918._.js +0 -3
  1083. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a9b949c3._.js +0 -7
  1084. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bd43017b._.js +0 -3
  1085. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bf6fb108._.js +0 -80
  1086. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c0a18648._.js +0 -80
  1087. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c122c54a._.js +0 -75
  1088. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c5b8ceb7._.js +0 -3
  1089. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c8b49077._.js +0 -79
  1090. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__dc542063._.js +0 -15
  1091. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__dec3e1b7._.js +0 -30
  1092. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f1147a4a._.js +0 -15
  1093. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f5597fea._.js +0 -13
  1094. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f8c94cb3._.js +0 -8
  1095. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fa79d53f._.js +0 -46
  1096. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fb14cd4a._.js +0 -3
  1097. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fc27a898._.js +0 -158
  1098. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fce2cdce._.js +0 -3
  1099. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fcf0b40a._.js +0 -3
  1100. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ffb21023._.js +0 -80
  1101. package/cloud-runtime/standalone/.next/server/chunks/_05fa3b89._.js +0 -46
  1102. package/cloud-runtime/standalone/.next/server/chunks/_22fe5fd2._.js +0 -3
  1103. package/cloud-runtime/standalone/.next/server/chunks/_4190f170._.js +0 -46
  1104. package/cloud-runtime/standalone/.next/server/chunks/_42e9c8d5._.js +0 -46
  1105. package/cloud-runtime/standalone/.next/server/chunks/_5ca51127._.js +0 -54
  1106. package/cloud-runtime/standalone/.next/server/chunks/_5fd6af5d._.js +0 -57
  1107. package/cloud-runtime/standalone/.next/server/chunks/_6519418b._.js +0 -59
  1108. package/cloud-runtime/standalone/.next/server/chunks/_6bb93816._.js +0 -6
  1109. package/cloud-runtime/standalone/.next/server/chunks/_6bc1b3e1._.js +0 -59
  1110. package/cloud-runtime/standalone/.next/server/chunks/_862895c0._.js +0 -57
  1111. package/cloud-runtime/standalone/.next/server/chunks/_8b9fde82._.js +0 -97
  1112. package/cloud-runtime/standalone/.next/server/chunks/_95ac98db._.js +0 -49
  1113. package/cloud-runtime/standalone/.next/server/chunks/_994414cd._.js +0 -54
  1114. package/cloud-runtime/standalone/.next/server/chunks/_99b78daf._.js +0 -46
  1115. package/cloud-runtime/standalone/.next/server/chunks/_affbdbb0._.js +0 -46
  1116. package/cloud-runtime/standalone/.next/server/chunks/_d22934ab._.js +0 -97
  1117. package/cloud-runtime/standalone/.next/server/chunks/_efc73784._.js +0 -46
  1118. package/cloud-runtime/standalone/.next/server/chunks/_fba13a4a._.js +0 -6
  1119. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_memory_route_actions_f0c255ef.js +0 -3
  1120. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_repos_[id]_knowledge_route_actions_993fe4e5.js +0 -3
  1121. package/cloud-runtime/standalone/.next/server/chunks/lib_281e5787._.js +0 -16
  1122. package/cloud-runtime/standalone/.next/server/chunks/lib_63067e21._.js +0 -16
  1123. package/cloud-runtime/standalone/.next/server/chunks/lib_87c06aeb._.js +0 -25
  1124. package/cloud-runtime/standalone/.next/server/chunks/lib_a5adca60._.js +0 -64
  1125. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_7f8022ab.js +0 -3
  1126. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_8ec90680.js +0 -3
  1127. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_a590fcd6.js +0 -3
  1128. package/cloud-runtime/standalone/.next/server/chunks/src_graph_14067235._.js +0 -46
  1129. package/cloud-runtime/standalone/.next/server/chunks/src_graph_b63e2d39._.js +0 -46
  1130. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__096c39a3._.js +0 -3
  1131. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__47caef59._.js +0 -3
  1132. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8b4e7816._.js +0 -3
  1133. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a37fb1c3._.js +0 -3
  1134. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a456581d._.js +0 -3
  1135. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__d74022f1._.js +0 -3
  1136. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ea035cd9._.js +0 -3
  1137. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__fca7df40._.js +0 -3
  1138. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0c5c111f._.js +0 -3
  1139. package/cloud-runtime/standalone/.next/server/chunks/ssr/_23656a95._.js +0 -3
  1140. package/cloud-runtime/standalone/.next/server/chunks/ssr/_27a789b3._.js +0 -3
  1141. package/cloud-runtime/standalone/.next/server/chunks/ssr/_36b413cc._.js +0 -3
  1142. package/cloud-runtime/standalone/.next/server/chunks/ssr/_46e00a9b._.js +0 -95
  1143. package/cloud-runtime/standalone/.next/server/chunks/ssr/_478f4991._.js +0 -3
  1144. package/cloud-runtime/standalone/.next/server/chunks/ssr/_547f19ec._.js +0 -3
  1145. package/cloud-runtime/standalone/.next/server/chunks/ssr/_85ca101b._.js +0 -8
  1146. package/cloud-runtime/standalone/.next/server/chunks/ssr/_9e07dcac._.js +0 -95
  1147. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a68d8f62._.js +0 -3
  1148. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a80e12c8._.js +0 -3
  1149. package/cloud-runtime/standalone/.next/server/chunks/ssr/_b1e1ef71._.js +0 -95
  1150. package/cloud-runtime/standalone/.next/server/chunks/ssr/_e1349560._.js +0 -3
  1151. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_welcome_page_tsx_6c79bc59._.js +0 -3
  1152. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_b82e03da._.js +0 -3
  1153. package/cloud-runtime/standalone/.next/static/chunks/01428247f94115a6.js +0 -1
  1154. package/cloud-runtime/standalone/.next/static/chunks/06cf0ed16bf8aa70.js +0 -28
  1155. package/cloud-runtime/standalone/.next/static/chunks/0bd6498bda341889.js +0 -1
  1156. package/cloud-runtime/standalone/.next/static/chunks/0ec92a111fe969fd.css +0 -1
  1157. package/cloud-runtime/standalone/.next/static/chunks/19dd745b663fdffa.js +0 -1
  1158. package/cloud-runtime/standalone/.next/static/chunks/1a3298f21d1040e9.js +0 -4
  1159. package/cloud-runtime/standalone/.next/static/chunks/1c8583feefee0765.js +0 -1
  1160. package/cloud-runtime/standalone/.next/static/chunks/1e3dede69b464364.js +0 -1
  1161. package/cloud-runtime/standalone/.next/static/chunks/238a28856e739dc9.js +0 -2
  1162. package/cloud-runtime/standalone/.next/static/chunks/24772e179852c73e.js +0 -1
  1163. package/cloud-runtime/standalone/.next/static/chunks/2d1d138d8ea3234c.css +0 -1
  1164. package/cloud-runtime/standalone/.next/static/chunks/2deeba875ec50761.js +0 -1
  1165. package/cloud-runtime/standalone/.next/static/chunks/2e011469003993e9.js +0 -28
  1166. package/cloud-runtime/standalone/.next/static/chunks/31a4164e40ca71e5.js +0 -6
  1167. package/cloud-runtime/standalone/.next/static/chunks/3a55441b018d52e4.js +0 -1
  1168. package/cloud-runtime/standalone/.next/static/chunks/3c202e89da05d9b9.js +0 -1
  1169. package/cloud-runtime/standalone/.next/static/chunks/3c72becf6dff5597.js +0 -1
  1170. package/cloud-runtime/standalone/.next/static/chunks/44dafb5e85578e12.js +0 -16
  1171. package/cloud-runtime/standalone/.next/static/chunks/48e332ac3e9ed56c.js +0 -1
  1172. package/cloud-runtime/standalone/.next/static/chunks/5c0819dcc4bfec85.js +0 -1
  1173. package/cloud-runtime/standalone/.next/static/chunks/5d52c79d9812d06e.js +0 -1
  1174. package/cloud-runtime/standalone/.next/static/chunks/617db51b7444f818.js +0 -1
  1175. package/cloud-runtime/standalone/.next/static/chunks/673bb6094cea9ded.js +0 -1
  1176. package/cloud-runtime/standalone/.next/static/chunks/687d09973325dcf8.js +0 -1
  1177. package/cloud-runtime/standalone/.next/static/chunks/76a50c4abceb3362.js +0 -12
  1178. package/cloud-runtime/standalone/.next/static/chunks/8a4684388ca0f6de.js +0 -7
  1179. package/cloud-runtime/standalone/.next/static/chunks/9f236cc9572783b9.js +0 -93
  1180. package/cloud-runtime/standalone/.next/static/chunks/a9aaec85125f69b1.js +0 -1
  1181. package/cloud-runtime/standalone/.next/static/chunks/ac9a7d8cf17b5d75.js +0 -1
  1182. package/cloud-runtime/standalone/.next/static/chunks/b4c29a62f9255268.js +0 -1
  1183. package/cloud-runtime/standalone/.next/static/chunks/b6bbe747d2b0dddb.js +0 -1
  1184. package/cloud-runtime/standalone/.next/static/chunks/badc6258750e247d.js +0 -1
  1185. package/cloud-runtime/standalone/.next/static/chunks/bc3cad3c821b169b.js +0 -2
  1186. package/cloud-runtime/standalone/.next/static/chunks/bf2bb1662353aff5.js +0 -1
  1187. package/cloud-runtime/standalone/.next/static/chunks/c1fb885eed94aa8c.js +0 -1
  1188. package/cloud-runtime/standalone/.next/static/chunks/c653186036e56204.js +0 -1
  1189. package/cloud-runtime/standalone/.next/static/chunks/cb5581d868e78205.js +0 -1
  1190. package/cloud-runtime/standalone/.next/static/chunks/cbdeb17a36b99000.js +0 -1
  1191. package/cloud-runtime/standalone/.next/static/chunks/d5cc62984dc4205c.js +0 -1
  1192. package/cloud-runtime/standalone/.next/static/chunks/d78cc7d749043fef.js +0 -1
  1193. package/cloud-runtime/standalone/.next/static/chunks/da2b00558cf32f37.js +0 -1
  1194. package/cloud-runtime/standalone/.next/static/chunks/ee5f1457fbc593e1.js +0 -1
  1195. package/cloud-runtime/standalone/.next/static/chunks/ff1a16fafef87110.js +0 -1
  1196. package/cloud-runtime/standalone/.next/static/chunks/turbopack-e1d640f2fbe4fa5e.js +0 -4
  1197. package/cloud-runtime/standalone/app/api/projects/[id]/memory/route.ts +0 -81
  1198. package/cloud-runtime/standalone/app/api/repos/[id]/knowledge/route.ts +0 -98
  1199. /package/cloud-runtime/standalone/.next/server/app/api/{projects/[id]/memory → linear/auth}/route/build-manifest.json +0 -0
  1200. /package/cloud-runtime/standalone/.next/server/app/api/{projects/[id]/memory → linear/auth}/route/server-reference-manifest.json +0 -0
  1201. /package/cloud-runtime/standalone/.next/server/app/api/{projects/[id]/memory → linear/auth}/route.js.map +0 -0
  1202. /package/cloud-runtime/standalone/.next/server/app/api/{repos/[id]/knowledge → linear/callback}/route/build-manifest.json +0 -0
  1203. /package/cloud-runtime/standalone/.next/server/app/api/{repos/[id]/knowledge → linear/callback}/route/server-reference-manifest.json +0 -0
  1204. /package/cloud-runtime/standalone/.next/server/app/api/{repos/[id]/knowledge → linear/callback}/route.js.map +0 -0
  1205. /package/cloud-runtime/standalone/.next/static/{PH4cjH9B7XiWyHWYdevbx → Y8QdDdLJI3yzNjkyPjuJ-}/_buildManifest.js +0 -0
  1206. /package/cloud-runtime/standalone/.next/static/{PH4cjH9B7XiWyHWYdevbx → Y8QdDdLJI3yzNjkyPjuJ-}/_clientMiddlewareManifest.json +0 -0
  1207. /package/cloud-runtime/standalone/.next/static/{PH4cjH9B7XiWyHWYdevbx → Y8QdDdLJI3yzNjkyPjuJ-}/_ssgManifest.js +0 -0
@@ -1,4 +1,4 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_405b82a5.js",{otherChunks:["chunks/_52aa5b93._.js"],runtimeModuleIds:[59858]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=new WeakMap;function r(e,t){this.m=e,this.e=t}let n=r.prototype,o=Object.prototype.hasOwnProperty,u="u">typeof Symbol&&Symbol.toStringTag;function l(e,t,r){o.call(e,t)||Object.defineProperty(e,t,r)}function i(e,t){let r=e[t];return r||(r=a(t),e[t]=r),r}function a(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function s(e,t){l(e,"__esModule",{value:!0}),u&&l(e,u,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)l(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?l(e,n,{get:o,set:t[r++],enumerable:!0}):l(e,n,{get:o,enumerable:!0})}Object.seal(e)}n.s=function(e,t){let r,n;null!=t?n=(r=i(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,s(n,e)},n.j=function(e,r){var n,u;let l,a,s;null!=r?a=(l=i(this.c,r)).exports:(l=this.m,a=this.e);let c=(n=l,u=a,(s=t.get(n))||(t.set(n,s=[]),n.exports=n.namespaceObject=new Proxy(u,{get(e,t){if(o.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of s){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of s)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),s);"object"==typeof e&&null!==e&&c.push(e)},n.v=function(e,t){(null!=t?i(this.c,t):this.m).exports=e},n.n=function(e,t){let r;(r=null!=t?i(this.c,t):this.m).exports=r.namespaceObject=e};let c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f=[null,c({}),c([]),c(c)];function d(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!f.includes(t);t=c(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),s(t,n),t}function p(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function h(e){let t=N(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=d(r,p(r),r&&r.__esModule)}function m(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function b(e){return"string"==typeof e?e:e.path}function y(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}n.i=h,n.A=function(e){return this.r(e)(h.bind(this))},n.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},n.r=function(e){return N(e,this.m).exports},n.f=function(e){function t(t){if(t=m(t),o.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=m(t),o.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let O=Symbol("turbopack queues"),g=Symbol("turbopack exports"),w=Symbol("turbopack error");function _(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}n.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=y(),a=Object.assign(i,{[g]:r.exports,[O]:e=>{n&&e(n),o.forEach(e),a.catch(()=>{})}}),s={get:()=>a,set(e){e!==a&&(a[g]=e)}};Object.defineProperty(r,"exports",s),Object.defineProperty(r,"namespaceObject",s),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(O in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[g]:{},[O]:e=>e(t)};return e.then(e=>{r[g]=e,_(t)},e=>{r[w]=e,_(t)}),r}}return{[g]:e,[O]:()=>{}}}),r=()=>t.map(e=>{if(e[w])throw e[w];return e[g]}),{promise:u,resolve:l}=y(),i=Object.assign(()=>l(r),{queueCount:0});function a(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[O](a)),i.queueCount?u:r()},function(e){e?l(a[w]=e):u(a[g]),_(n)}),n&&-1===n.status&&(n.status=0)};let C=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function j(e,t){throw Error(`Invariant: ${t(e)}`)}C.prototype=URL.prototype,n.U=C,n.z=function(e){throw Error("dynamic usage of require is not supported")},n.g=globalThis;let k=r.prototype;var U,R=((U=R||{})[U.Runtime=0]="Runtime",U[U.Parent=1]="Parent",U[U.Update=2]="Update",U);let P=new Map;n.M=P;let v=new Map,T=new Map;async function $(e,t,r){let n;if("string"==typeof r)return M(e,t,A(r));let o=r.included||[],u=o.map(e=>!!P.has(e)||v.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>T.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)T.has(e)||r.add(e);for(let n of r){let r=M(e,t,A(n));T.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=M(e,t,A(r.path)),l))T.has(o)||T.set(o,n)}for(let e of o)v.has(e)||v.set(e,n);await n}k.l=function(e){return $(1,this.m.id,e)};let x=Promise.resolve(void 0),E=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),u=E.get(o);if(void 0===u){let e=E.set.bind(E,o,x);u=o.then(e).catch(e=>{let o;switch(t){case 0:o=`as a runtime dependency of chunk ${r}`;break;case 1:o=`from module ${r}`;break;case 2:o="from an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}let u=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw u.name="ChunkLoadError",u}),E.set(o,u)}return u}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}k.L=function(e){return M(1,this.m.id,e)},k.R=function(e){let t=this.r(e);return t?.default??t},k.P=function(e){return`/ROOT/${e??""}`},k.b=function(e){let t=new Blob([`self.TURBOPACK_WORKER_LOCATION = ${JSON.stringify(location.origin)};
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_405b82a5.js",{otherChunks:["chunks/_52aa5b93._.js"],runtimeModuleIds:[559858]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=new WeakMap;function r(e,t){this.m=e,this.e=t}let n=r.prototype,o=Object.prototype.hasOwnProperty,u="u">typeof Symbol&&Symbol.toStringTag;function l(e,t,r){o.call(e,t)||Object.defineProperty(e,t,r)}function i(e,t){let r=e[t];return r||(r=a(t),e[t]=r),r}function a(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function s(e,t){l(e,"__esModule",{value:!0}),u&&l(e,u,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)l(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?l(e,n,{get:o,set:t[r++],enumerable:!0}):l(e,n,{get:o,enumerable:!0})}Object.seal(e)}n.s=function(e,t){let r,n;null!=t?n=(r=i(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,s(n,e)},n.j=function(e,r){var n,u;let l,a,s;null!=r?a=(l=i(this.c,r)).exports:(l=this.m,a=this.e);let c=(n=l,u=a,(s=t.get(n))||(t.set(n,s=[]),n.exports=n.namespaceObject=new Proxy(u,{get(e,t){if(o.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of s){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of s)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),s);"object"==typeof e&&null!==e&&c.push(e)},n.v=function(e,t){(null!=t?i(this.c,t):this.m).exports=e},n.n=function(e,t){let r;(r=null!=t?i(this.c,t):this.m).exports=r.namespaceObject=e};let c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f=[null,c({}),c([]),c(c)];function d(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!f.includes(t);t=c(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),s(t,n),t}function p(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function h(e){let t=N(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=d(r,p(r),r&&r.__esModule)}function m(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function b(e){return"string"==typeof e?e:e.path}function y(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}n.i=h,n.A=function(e){return this.r(e)(h.bind(this))},n.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},n.r=function(e){return N(e,this.m).exports},n.f=function(e){function t(t){if(t=m(t),o.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=m(t),o.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let O=Symbol("turbopack queues"),g=Symbol("turbopack exports"),w=Symbol("turbopack error");function _(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}n.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=y(),a=Object.assign(i,{[g]:r.exports,[O]:e=>{n&&e(n),o.forEach(e),a.catch(()=>{})}}),s={get:()=>a,set(e){e!==a&&(a[g]=e)}};Object.defineProperty(r,"exports",s),Object.defineProperty(r,"namespaceObject",s),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(O in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[g]:{},[O]:e=>e(t)};return e.then(e=>{r[g]=e,_(t)},e=>{r[w]=e,_(t)}),r}}return{[g]:e,[O]:()=>{}}}),r=()=>t.map(e=>{if(e[w])throw e[w];return e[g]}),{promise:u,resolve:l}=y(),i=Object.assign(()=>l(r),{queueCount:0});function a(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[O](a)),i.queueCount?u:r()},function(e){e?l(a[w]=e):u(a[g]),_(n)}),n&&-1===n.status&&(n.status=0)};let C=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function j(e,t){throw Error(`Invariant: ${t(e)}`)}C.prototype=URL.prototype,n.U=C,n.z=function(e){throw Error("dynamic usage of require is not supported")},n.g=globalThis;let k=r.prototype;var U,R=((U=R||{})[U.Runtime=0]="Runtime",U[U.Parent=1]="Parent",U[U.Update=2]="Update",U);let P=new Map;n.M=P;let v=new Map,T=new Map;async function $(e,t,r){let n;if("string"==typeof r)return M(e,t,A(r));let o=r.included||[],u=o.map(e=>!!P.has(e)||v.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>T.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)T.has(e)||r.add(e);for(let n of r){let r=M(e,t,A(n));T.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=M(e,t,A(r.path)),l))T.has(o)||T.set(o,n)}for(let e of o)v.has(e)||v.set(e,n);await n}k.l=function(e){return $(1,this.m.id,e)};let x=Promise.resolve(void 0),E=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),u=E.get(o);if(void 0===u){let e=E.set.bind(E,o,x);u=o.then(e).catch(e=>{let o;switch(t){case 0:o=`as a runtime dependency of chunk ${r}`;break;case 1:o=`from module ${r}`;break;case 2:o="from an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}let u=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw u.name="ChunkLoadError",u}),E.set(o,u)}return u}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}k.L=function(e){return M(1,this.m.id,e)},k.R=function(e){let t=this.r(e);return t?.default??t},k.P=function(e){return`/ROOT/${e??""}`},k.b=function(e){let t=new Blob([`self.TURBOPACK_WORKER_LOCATION = ${JSON.stringify(location.origin)};
2
2
  self.TURBOPACK_CHUNK_SUFFIX = ${JSON.stringify("")};
3
3
  self.TURBOPACK_NEXT_CHUNK_URLS = ${JSON.stringify(e.reverse().map(A),null,2)};
4
4
  importScripts(...self.TURBOPACK_NEXT_CHUNK_URLS.map(c => self.TURBOPACK_WORKER_LOCATION + c).reverse());`],{type:"text/javascript"});return URL.createObjectURL(t)};let K=/\.js(?:\?[^#]*)?(?:#.*)?$/;n.w=function(t,r,n){return e.loadWebAssembly(1,this.m.id,t,r,n)},n.u=function(t,r){return e.loadWebAssemblyModule(1,this.m.id,t,r)};let S={};n.c=S;let N=(e,t)=>{let r=S[e];if(r){if(r.error)throw r.error;return r}return q(e,R.Parent,t.id)};function q(e,t,n){let o=P.get(e);if("function"!=typeof o)throw Error(function(e,t,r){let n;switch(t){case 0:n=`as a runtime entry of chunk ${r}`;break;case 1:n=`because it was required from module ${r}`;break;case 2:n="because of an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}return`Module ${e} was instantiated ${n}, but the module factory is not available.`}(e,t,n));let u=a(e),l=u.exports;S[e]=u;let i=new r(u,l);try{o(i,u,l)}catch(e){throw u.error=e,e}return u.namespaceObject&&u.exports!==u.namespaceObject&&d(u.exports,u.namespaceObject),u}function L(t){let r,n=function(e){if("string"==typeof e)return e;let t=decodeURIComponent(("u">typeof TURBOPACK_NEXT_CHUNK_URLS?TURBOPACK_NEXT_CHUNK_URLS.pop():e.getAttribute("src")).replace(/[?#].*$/,""));return t.startsWith("")?t.slice(0):t}(t[0]);return 2===t.length?r=t[1]:(r=void 0,!function(e,t,r,n){let o=1;for(;o<e.length;){let t=e[o],n=o+1;for(;n<e.length&&"function"!=typeof e[n];)n++;if(n===e.length)throw Error("malformed chunk format, expected a factory function");if(!r.has(t)){let u=e[n];for(Object.defineProperty(u,"name",{value:"module evaluation"});o<n;o++)t=e[o],r.set(t,u)}o=n+1}}(t,0,P)),e.registerChunk(n,r)}function B(e,t,r=!1){let n;try{n=t()}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return!r||n.__esModule?n:d(n,p(n),!0)}n.y=async function(e){let t;try{t=await import(e)}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return t&&t.__esModule&&t.default&&"default"in t.default?d(t.default,p(t),!0):t},B.resolve=(e,t)=>require.resolve(e,t),n.x=B,e={registerChunk(e,t){I.add(e),function(e){let t=W.get(e);if(null!=t){for(let r of t)r.requiredChunks.delete(e),0===r.requiredChunks.size&&F(r.runtimeModuleIds,r.chunkPath);W.delete(e)}}(e),null!=t&&(0===t.otherChunks.length?F(t.runtimeModuleIds,e):function(e,t,r){let n=new Set,o={runtimeModuleIds:r,chunkPath:e,requiredChunks:n};for(let e of t){let t=b(e);if(I.has(t))continue;n.add(t);let r=W.get(t);null==r&&(r=new Set,W.set(t,r)),r.add(o)}0===o.requiredChunks.size&&F(o.runtimeModuleIds,o.chunkPath)}(e,t.otherChunks.filter(e=>{var t;return t=b(e),K.test(t)}),t.runtimeModuleIds))},loadChunkCached(e,t){throw Error("chunk loading is not supported")},async loadWebAssembly(e,t,r,n,o){let u=await H(r,n);return await WebAssembly.instantiate(u,o)},loadWebAssemblyModule:async(e,t,r,n)=>H(r,n)};let I=new Set,W=new Map;function F(e,t){for(let r of e)!function(e,t){let r=S[t];if(r){if(r.error)throw r.error;return}q(t,R.Runtime,e)}(t,r)}async function H(e,t){let r;try{r=t()}catch(e){}if(!r)throw Error(`dynamically loading WebAssembly is not supported in this runtime as global was not injected for chunk '${e}'`);return r}let X=globalThis.TURBOPACK;globalThis.TURBOPACK={push:L},X.forEach(L)})();
@@ -1,4 +1,4 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_cd32efca.js",{otherChunks:["chunks/node_modules_next_dist_esm_build_templates_edge-wrapper_3b93bb62.js","chunks/[root-of-the-server]__9491d0b8._.js"],runtimeModuleIds:[38022]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=new WeakMap;function r(e,t){this.m=e,this.e=t}let n=r.prototype,o=Object.prototype.hasOwnProperty,u="u">typeof Symbol&&Symbol.toStringTag;function l(e,t,r){o.call(e,t)||Object.defineProperty(e,t,r)}function i(e,t){let r=e[t];return r||(r=s(t),e[t]=r),r}function s(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function a(e,t){l(e,"__esModule",{value:!0}),u&&l(e,u,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)l(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?l(e,n,{get:o,set:t[r++],enumerable:!0}):l(e,n,{get:o,enumerable:!0})}Object.seal(e)}n.s=function(e,t){let r,n;null!=t?n=(r=i(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,a(n,e)},n.j=function(e,r){var n,u;let l,s,a;null!=r?s=(l=i(this.c,r)).exports:(l=this.m,s=this.e);let c=(n=l,u=s,(a=t.get(n))||(t.set(n,a=[]),n.exports=n.namespaceObject=new Proxy(u,{get(e,t){if(o.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of a){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of a)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),a);"object"==typeof e&&null!==e&&c.push(e)},n.v=function(e,t){(null!=t?i(this.c,t):this.m).exports=e},n.n=function(e,t){let r;(r=null!=t?i(this.c,t):this.m).exports=r.namespaceObject=e};let c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f=[null,c({}),c([]),c(c)];function d(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!f.includes(t);t=c(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),a(t,n),t}function p(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function h(e){let t=N(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=d(r,p(r),r&&r.__esModule)}function m(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function b(e){return"string"==typeof e?e:e.path}function y(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}n.i=h,n.A=function(e){return this.r(e)(h.bind(this))},n.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},n.r=function(e){return N(e,this.m).exports},n.f=function(e){function t(t){if(t=m(t),o.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=m(t),o.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let O=Symbol("turbopack queues"),g=Symbol("turbopack exports"),w=Symbol("turbopack error");function _(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}n.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=y(),s=Object.assign(i,{[g]:r.exports,[O]:e=>{n&&e(n),o.forEach(e),s.catch(()=>{})}}),a={get:()=>s,set(e){e!==s&&(s[g]=e)}};Object.defineProperty(r,"exports",a),Object.defineProperty(r,"namespaceObject",a),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(O in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[g]:{},[O]:e=>e(t)};return e.then(e=>{r[g]=e,_(t)},e=>{r[w]=e,_(t)}),r}}return{[g]:e,[O]:()=>{}}}),r=()=>t.map(e=>{if(e[w])throw e[w];return e[g]}),{promise:u,resolve:l}=y(),i=Object.assign(()=>l(r),{queueCount:0});function s(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[O](s)),i.queueCount?u:r()},function(e){e?l(s[w]=e):u(s[g]),_(n)}),n&&-1===n.status&&(n.status=0)};let C=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function j(e,t){throw Error(`Invariant: ${t(e)}`)}C.prototype=URL.prototype,n.U=C,n.z=function(e){throw Error("dynamic usage of require is not supported")},n.g=globalThis;let k=r.prototype;var U,R=((U=R||{})[U.Runtime=0]="Runtime",U[U.Parent=1]="Parent",U[U.Update=2]="Update",U);let P=new Map;n.M=P;let v=new Map,T=new Map;async function $(e,t,r){let n;if("string"==typeof r)return M(e,t,A(r));let o=r.included||[],u=o.map(e=>!!P.has(e)||v.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>T.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)T.has(e)||r.add(e);for(let n of r){let r=M(e,t,A(n));T.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=M(e,t,A(r.path)),l))T.has(o)||T.set(o,n)}for(let e of o)v.has(e)||v.set(e,n);await n}k.l=function(e){return $(1,this.m.id,e)};let x=Promise.resolve(void 0),E=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),u=E.get(o);if(void 0===u){let e=E.set.bind(E,o,x);u=o.then(e).catch(e=>{let o;switch(t){case 0:o=`as a runtime dependency of chunk ${r}`;break;case 1:o=`from module ${r}`;break;case 2:o="from an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}let u=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw u.name="ChunkLoadError",u}),E.set(o,u)}return u}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}k.L=function(e){return M(1,this.m.id,e)},k.R=function(e){let t=this.r(e);return t?.default??t},k.P=function(e){return`/ROOT/${e??""}`},k.b=function(e){let t=new Blob([`self.TURBOPACK_WORKER_LOCATION = ${JSON.stringify(location.origin)};
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_cd32efca.js",{otherChunks:["chunks/node_modules_next_dist_esm_build_templates_edge-wrapper_3b93bb62.js","chunks/[root-of-the-server]__9491d0b8._.js"],runtimeModuleIds:[538022]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=new WeakMap;function r(e,t){this.m=e,this.e=t}let n=r.prototype,o=Object.prototype.hasOwnProperty,u="u">typeof Symbol&&Symbol.toStringTag;function l(e,t,r){o.call(e,t)||Object.defineProperty(e,t,r)}function i(e,t){let r=e[t];return r||(r=s(t),e[t]=r),r}function s(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function a(e,t){l(e,"__esModule",{value:!0}),u&&l(e,u,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)l(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?l(e,n,{get:o,set:t[r++],enumerable:!0}):l(e,n,{get:o,enumerable:!0})}Object.seal(e)}n.s=function(e,t){let r,n;null!=t?n=(r=i(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,a(n,e)},n.j=function(e,r){var n,u;let l,s,a;null!=r?s=(l=i(this.c,r)).exports:(l=this.m,s=this.e);let c=(n=l,u=s,(a=t.get(n))||(t.set(n,a=[]),n.exports=n.namespaceObject=new Proxy(u,{get(e,t){if(o.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of a){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of a)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),a);"object"==typeof e&&null!==e&&c.push(e)},n.v=function(e,t){(null!=t?i(this.c,t):this.m).exports=e},n.n=function(e,t){let r;(r=null!=t?i(this.c,t):this.m).exports=r.namespaceObject=e};let c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f=[null,c({}),c([]),c(c)];function d(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!f.includes(t);t=c(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),a(t,n),t}function p(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function h(e){let t=N(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=d(r,p(r),r&&r.__esModule)}function m(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function b(e){return"string"==typeof e?e:e.path}function y(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}n.i=h,n.A=function(e){return this.r(e)(h.bind(this))},n.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},n.r=function(e){return N(e,this.m).exports},n.f=function(e){function t(t){if(t=m(t),o.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=m(t),o.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let O=Symbol("turbopack queues"),g=Symbol("turbopack exports"),w=Symbol("turbopack error");function _(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}n.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=y(),s=Object.assign(i,{[g]:r.exports,[O]:e=>{n&&e(n),o.forEach(e),s.catch(()=>{})}}),a={get:()=>s,set(e){e!==s&&(s[g]=e)}};Object.defineProperty(r,"exports",a),Object.defineProperty(r,"namespaceObject",a),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(O in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[g]:{},[O]:e=>e(t)};return e.then(e=>{r[g]=e,_(t)},e=>{r[w]=e,_(t)}),r}}return{[g]:e,[O]:()=>{}}}),r=()=>t.map(e=>{if(e[w])throw e[w];return e[g]}),{promise:u,resolve:l}=y(),i=Object.assign(()=>l(r),{queueCount:0});function s(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[O](s)),i.queueCount?u:r()},function(e){e?l(s[w]=e):u(s[g]),_(n)}),n&&-1===n.status&&(n.status=0)};let C=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function j(e,t){throw Error(`Invariant: ${t(e)}`)}C.prototype=URL.prototype,n.U=C,n.z=function(e){throw Error("dynamic usage of require is not supported")},n.g=globalThis;let k=r.prototype;var U,R=((U=R||{})[U.Runtime=0]="Runtime",U[U.Parent=1]="Parent",U[U.Update=2]="Update",U);let P=new Map;n.M=P;let v=new Map,T=new Map;async function $(e,t,r){let n;if("string"==typeof r)return M(e,t,A(r));let o=r.included||[],u=o.map(e=>!!P.has(e)||v.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>T.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)T.has(e)||r.add(e);for(let n of r){let r=M(e,t,A(n));T.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=M(e,t,A(r.path)),l))T.has(o)||T.set(o,n)}for(let e of o)v.has(e)||v.set(e,n);await n}k.l=function(e){return $(1,this.m.id,e)};let x=Promise.resolve(void 0),E=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),u=E.get(o);if(void 0===u){let e=E.set.bind(E,o,x);u=o.then(e).catch(e=>{let o;switch(t){case 0:o=`as a runtime dependency of chunk ${r}`;break;case 1:o=`from module ${r}`;break;case 2:o="from an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}let u=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw u.name="ChunkLoadError",u}),E.set(o,u)}return u}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}k.L=function(e){return M(1,this.m.id,e)},k.R=function(e){let t=this.r(e);return t?.default??t},k.P=function(e){return`/ROOT/${e??""}`},k.b=function(e){let t=new Blob([`self.TURBOPACK_WORKER_LOCATION = ${JSON.stringify(location.origin)};
2
2
  self.TURBOPACK_CHUNK_SUFFIX = ${JSON.stringify("")};
3
3
  self.TURBOPACK_NEXT_CHUNK_URLS = ${JSON.stringify(e.reverse().map(A),null,2)};
4
4
  importScripts(...self.TURBOPACK_NEXT_CHUNK_URLS.map(c => self.TURBOPACK_WORKER_LOCATION + c).reverse());`],{type:"text/javascript"});return URL.createObjectURL(t)};let K=/\.js(?:\?[^#]*)?(?:#.*)?$/;n.w=function(t,r,n){return e.loadWebAssembly(1,this.m.id,t,r,n)},n.u=function(t,r){return e.loadWebAssemblyModule(1,this.m.id,t,r)};let S={};n.c=S;let N=(e,t)=>{let r=S[e];if(r){if(r.error)throw r.error;return r}return q(e,R.Parent,t.id)};function q(e,t,n){let o=P.get(e);if("function"!=typeof o)throw Error(function(e,t,r){let n;switch(t){case 0:n=`as a runtime entry of chunk ${r}`;break;case 1:n=`because it was required from module ${r}`;break;case 2:n="because of an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}return`Module ${e} was instantiated ${n}, but the module factory is not available.`}(e,t,n));let u=s(e),l=u.exports;S[e]=u;let i=new r(u,l);try{o(i,u,l)}catch(e){throw u.error=e,e}return u.namespaceObject&&u.exports!==u.namespaceObject&&d(u.exports,u.namespaceObject),u}function L(t){let r,n=function(e){if("string"==typeof e)return e;let t=decodeURIComponent(("u">typeof TURBOPACK_NEXT_CHUNK_URLS?TURBOPACK_NEXT_CHUNK_URLS.pop():e.getAttribute("src")).replace(/[?#].*$/,""));return t.startsWith("")?t.slice(0):t}(t[0]);return 2===t.length?r=t[1]:(r=void 0,!function(e,t,r,n){let o=1;for(;o<e.length;){let t=e[o],n=o+1;for(;n<e.length&&"function"!=typeof e[n];)n++;if(n===e.length)throw Error("malformed chunk format, expected a factory function");if(!r.has(t)){let u=e[n];for(Object.defineProperty(u,"name",{value:"module evaluation"});o<n;o++)t=e[o],r.set(t,u)}o=n+1}}(t,0,P)),e.registerChunk(n,r)}function B(e,t,r=!1){let n;try{n=t()}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return!r||n.__esModule?n:d(n,p(n),!0)}n.y=async function(e){let t;try{t=await import(e)}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return t&&t.__esModule&&t.default&&"default"in t.default?d(t.default,p(t),!0):t},B.resolve=(e,t)=>require.resolve(e,t),n.x=B,e={registerChunk(e,t){I.add(e),function(e){let t=W.get(e);if(null!=t){for(let r of t)r.requiredChunks.delete(e),0===r.requiredChunks.size&&F(r.runtimeModuleIds,r.chunkPath);W.delete(e)}}(e),null!=t&&(0===t.otherChunks.length?F(t.runtimeModuleIds,e):function(e,t,r){let n=new Set,o={runtimeModuleIds:r,chunkPath:e,requiredChunks:n};for(let e of t){let t=b(e);if(I.has(t))continue;n.add(t);let r=W.get(t);null==r&&(r=new Set,W.set(t,r)),r.add(o)}0===o.requiredChunks.size&&F(o.runtimeModuleIds,o.chunkPath)}(e,t.otherChunks.filter(e=>{var t;return t=b(e),K.test(t)}),t.runtimeModuleIds))},loadChunkCached(e,t){throw Error("chunk loading is not supported")},async loadWebAssembly(e,t,r,n,o){let u=await H(r,n);return await WebAssembly.instantiate(u,o)},loadWebAssemblyModule:async(e,t,r,n)=>H(r,n)};let I=new Set,W=new Map;function F(e,t){for(let r of e)!function(e,t){let r=S[t];if(r){if(r.error)throw r.error;return}q(t,R.Runtime,e)}(t,r)}async function H(e,t){let r;try{r=t()}catch(e){}if(!r)throw Error(`dynamically loading WebAssembly is not supported in this runtime as global was not injected for chunk '${e}'`);return r}let X=globalThis.TURBOPACK;globalThis.TURBOPACK={push:L},X.forEach(L)})();
@@ -20,13 +20,23 @@
20
20
  "/api/history": {},
21
21
  "/api/history/status": {},
22
22
  "/api/knowledge-notes": {},
23
+ "/api/linear/auth": {},
24
+ "/api/linear/callback": {},
25
+ "/api/linear/cycles": {},
26
+ "/api/linear/issues": {},
27
+ "/api/linear/issues/context": {},
28
+ "/api/linear/mcp-setup": {},
29
+ "/api/linear/options": {},
30
+ "/api/linear/runs": {},
31
+ "/api/linear/runs/[id]": {},
32
+ "/api/linear/status": {},
33
+ "/api/linear/token": {},
23
34
  "/api/logs": {},
24
35
  "/api/logs/stream": {},
25
36
  "/api/migrate/teams-to-projects": {},
26
37
  "/api/migrate/workspaces-to-projects": {},
27
38
  "/api/participants": {},
28
39
  "/api/projects/[id]/agents": {},
29
- "/api/projects/[id]/memory": {},
30
40
  "/api/projects/[id]/skills": {},
31
41
  "/api/projects/[id]/threads": {},
32
42
  "/api/projects/[id]/variables": {},
@@ -37,7 +47,6 @@
37
47
  "/api/prompt-jobs/agents": {},
38
48
  "/api/prompt-jobs/poll": {},
39
49
  "/api/reactions": {},
40
- "/api/repos/[id]/knowledge": {},
41
50
  "/api/schedules": {},
42
51
  "/api/schedules/debug": {},
43
52
  "/api/schedules/poll": {},
@@ -1,4 +1,4 @@
1
1
  var R=require("./chunks/[turbopack]_runtime.js")("server/instrumentation.js")
2
- R.c("server/chunks/_22fe5fd2._.js")
3
- R.m(69449)
4
- module.exports=R.m(69449).exports
2
+ R.c("server/chunks/_a93e80e8._.js")
3
+ R.m(769449)
4
+ module.exports=R.m(769449).exports
@@ -8,12 +8,12 @@ globalThis.__BUILD_MANIFEST = {
8
8
  ],
9
9
  "lowPriorityFiles": [],
10
10
  "rootMainFiles": [
11
- "static/chunks/687d09973325dcf8.js",
12
- "static/chunks/cbdeb17a36b99000.js",
13
- "static/chunks/ee5f1457fbc593e1.js",
14
- "static/chunks/238a28856e739dc9.js",
15
- "static/chunks/1a3298f21d1040e9.js",
16
- "static/chunks/turbopack-e1d640f2fbe4fa5e.js"
11
+ "static/chunks/1d8496cecfe9a523.js",
12
+ "static/chunks/de271f8f22d293b4.js",
13
+ "static/chunks/961311cbebbffb6d.js",
14
+ "static/chunks/2375e3fd2a9b8844.js",
15
+ "static/chunks/797fcb0710da3be2.js",
16
+ "static/chunks/turbopack-0ace1f53f3e3cf46.js"
17
17
  ]
18
18
  };
19
19
  globalThis.__BUILD_MANIFEST.lowPriorityFiles = [
@@ -20,11 +20,11 @@
20
20
  "wasm": [],
21
21
  "assets": [],
22
22
  "env": {
23
- "__NEXT_BUILD_ID": "PH4cjH9B7XiWyHWYdevbx",
24
- "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "DtdCLFOY98UtIC2qKYQaSM7AwWdfnoRGxNNPqff3gVg=",
25
- "__NEXT_PREVIEW_MODE_ID": "58f998c715794fe67ad8752cdeef4826",
26
- "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "b1d7a484667bfc69731a9f4e8ee926e09af035573d5c483e5bf30b16829293db",
27
- "__NEXT_PREVIEW_MODE_SIGNING_KEY": "7ee75a62d517279cd4bbfc93d72c888459b695c8964ed559a827ab46c5f1fa3f"
23
+ "__NEXT_BUILD_ID": "Y8QdDdLJI3yzNjkyPjuJ-",
24
+ "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "hQBiQfhNIpZsZC9dTcGEt3vxGc0Wk1j9ym5K6kyCipM=",
25
+ "__NEXT_PREVIEW_MODE_ID": "5f22816a47b2610eaca55d46cd5080fa",
26
+ "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "9103ab622c77586bc368a389b7d59533b38c636030d019f20cbdac6c81fe8b05",
27
+ "__NEXT_PREVIEW_MODE_SIGNING_KEY": "f932c7d2c049e5c3514e9314752112af1009b4c16ef6fbc3b6d70006f2d0541d"
28
28
  }
29
29
  }
30
30
  },
@@ -1 +1 @@
1
- self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/app/_not-found/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/agents/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/agents/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/automations/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/board/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/execution-graph/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/automations/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/graph/[taskId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/knowledge/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/thread/[threadId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/orphans/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/skills/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/status/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/thread/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/welcome/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
1
+ self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/app/_not-found/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/agents/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/agents/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/automations/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/board/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/execution-graph/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/automations/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/graph/[taskId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/knowledge/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/linear/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/thread/[threadId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/orphans/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/skills/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/status/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/thread/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/welcome/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
@@ -40,6 +40,10 @@
40
40
  "static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
41
41
  "static/media/797e433ab948586e-s.p.dbea232f.woff2"
42
42
  ],
43
+ "[project]/app/projects/[slug]/linear/page": [
44
+ "static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
45
+ "static/media/797e433ab948586e-s.p.dbea232f.woff2"
46
+ ],
43
47
  "[project]/app/projects/[slug]/page": [
44
48
  "static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
45
49
  "static/media/797e433ab948586e-s.p.dbea232f.woff2"
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--PH4cjH9B7XiWyHWYdevbx--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/2473c16c0c2f6b5f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0ec92a111fe969fd.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/687d09973325dcf8.js"/><script src="/_next/static/chunks/cbdeb17a36b99000.js" async=""></script><script src="/_next/static/chunks/ee5f1457fbc593e1.js" async=""></script><script src="/_next/static/chunks/238a28856e739dc9.js" async=""></script><script src="/_next/static/chunks/1a3298f21d1040e9.js" async=""></script><script src="/_next/static/chunks/turbopack-e1d640f2fbe4fa5e.js" async=""></script><script src="/_next/static/chunks/76a50c4abceb3362.js" async=""></script><script src="/_next/static/chunks/2deeba875ec50761.js" async=""></script><script src="/_next/static/chunks/0bd6498bda341889.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL" as="script"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>AGX</title><meta name="description" content="Agent task orchestration and group chat"/><script>
1
+ <!DOCTYPE html><!--Y8QdDdLJI3yzNjkyPjuJ_--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/2473c16c0c2f6b5f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/3091043e8c282dce.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1d8496cecfe9a523.js"/><script src="/_next/static/chunks/de271f8f22d293b4.js" async=""></script><script src="/_next/static/chunks/961311cbebbffb6d.js" async=""></script><script src="/_next/static/chunks/2375e3fd2a9b8844.js" async=""></script><script src="/_next/static/chunks/797fcb0710da3be2.js" async=""></script><script src="/_next/static/chunks/turbopack-0ace1f53f3e3cf46.js" async=""></script><script src="/_next/static/chunks/c3784233f00e1ff5.js" async=""></script><script src="/_next/static/chunks/012b9216c9932478.js" async=""></script><script src="/_next/static/chunks/73e3194f06db260e.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL" as="script"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>AGX</title><meta name="description" content="Agent task orchestration and group chat"/><script>
2
2
  (() => {
3
3
  try {
4
4
  const storedTheme = localStorage.getItem("agx-theme");
@@ -10,4 +10,4 @@
10
10
  root.style.colorScheme = theme;
11
11
  } catch {}
12
12
  })();
13
- </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased min-h-screen overflow-x-hidden overflow-y-auto bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center bg-[var(--background)]"><span class="spinner w-8 h-8 border-3 border-[var(--primary)] border-t-transparent rounded-full"></span></div><script src="/_next/static/chunks/687d09973325dcf8.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[34088,[\"/_next/static/chunks/76a50c4abceb3362.js\"],\"default\"]\n3:I[39756,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n5:I[5529,[\"/_next/static/chunks/76a50c4abceb3362.js\"],\"default\"]\n6:I[34377,[\"/_next/static/chunks/76a50c4abceb3362.js\"],\"GoogleAnalytics\"]\n7:I[15816,[\"/_next/static/chunks/76a50c4abceb3362.js\"],\"PostHogAnalytics\"]\n8:I[97367,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[97367,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\nd:I[97367,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nf:I[53348,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n:HL[\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"style\"]\n:HL[\"/_next/static/chunks/0ec92a111fe969fd.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"PH4cjH9B7XiWyHWYdevbx\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0ec92a111fe969fd.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/76a50c4abceb3362.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(() =\u003e {\\n try {\\n const storedTheme = localStorage.getItem(\\\"agx-theme\\\");\\n const theme = storedTheme === \\\"dark\\\" || storedTheme === \\\"light\\\"\\n ? storedTheme\\n : (window.matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches ? \\\"dark\\\" : \\\"light\\\");\\n const root = document.documentElement;\\n root.classList.toggle(\\\"dark\\\", theme === \\\"dark\\\");\\n root.style.colorScheme = theme;\\n } catch {}\\n})();\\n\"}}]}],[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased min-h-screen overflow-x-hidden overflow-y-auto bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"AGX\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Agent task orchestration and group chat\"}]]\n"])</script></body></html>
13
+ </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased min-h-screen overflow-x-hidden overflow-y-auto bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center bg-[var(--background)]"><span class="spinner w-8 h-8 border-3 border-[var(--primary)] border-t-transparent rounded-full"></span></div><script src="/_next/static/chunks/1d8496cecfe9a523.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[634088,[\"/_next/static/chunks/c3784233f00e1ff5.js\"],\"default\"]\n3:I[339756,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n4:I[837457,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n5:I[205529,[\"/_next/static/chunks/c3784233f00e1ff5.js\"],\"default\"]\n6:I[134377,[\"/_next/static/chunks/c3784233f00e1ff5.js\"],\"GoogleAnalytics\"]\n7:I[715816,[\"/_next/static/chunks/c3784233f00e1ff5.js\"],\"PostHogAnalytics\"]\n8:I[897367,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[897367,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"ViewportBoundary\"]\nd:I[897367,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"MetadataBoundary\"]\nf:I[253348,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n:HL[\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"style\"]\n:HL[\"/_next/static/chunks/3091043e8c282dce.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"Y8QdDdLJI3yzNjkyPjuJ-\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/3091043e8c282dce.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c3784233f00e1ff5.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(() =\u003e {\\n try {\\n const storedTheme = localStorage.getItem(\\\"agx-theme\\\");\\n const theme = storedTheme === \\\"dark\\\" || storedTheme === \\\"light\\\"\\n ? storedTheme\\n : (window.matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches ? \\\"dark\\\" : \\\"light\\\");\\n const root = document.documentElement;\\n root.classList.toggle(\\\"dark\\\", theme === \\\"dark\\\");\\n root.style.colorScheme = theme;\\n } catch {}\\n})();\\n\"}}]}],[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased min-h-screen overflow-x-hidden overflow-y-auto bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"AGX\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Agent task orchestration and group chat\"}]]\n"])</script></body></html>
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--PH4cjH9B7XiWyHWYdevbx--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/687d09973325dcf8.js"/><script src="/_next/static/chunks/cbdeb17a36b99000.js" async=""></script><script src="/_next/static/chunks/ee5f1457fbc593e1.js" async=""></script><script src="/_next/static/chunks/238a28856e739dc9.js" async=""></script><script src="/_next/static/chunks/1a3298f21d1040e9.js" async=""></script><script src="/_next/static/chunks/turbopack-e1d640f2fbe4fa5e.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/0bd6498bda341889.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
- @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/687d09973325dcf8.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"PH4cjH9B7XiWyHWYdevbx\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ff1a16fafef87110.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0bd6498bda341889.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--Y8QdDdLJI3yzNjkyPjuJ_--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1d8496cecfe9a523.js"/><script src="/_next/static/chunks/de271f8f22d293b4.js" async=""></script><script src="/_next/static/chunks/961311cbebbffb6d.js" async=""></script><script src="/_next/static/chunks/2375e3fd2a9b8844.js" async=""></script><script src="/_next/static/chunks/797fcb0710da3be2.js" async=""></script><script src="/_next/static/chunks/turbopack-0ace1f53f3e3cf46.js" async=""></script><script src="/_next/static/chunks/d96012bcfc98706a.js" async=""></script><script src="/_next/static/chunks/73e3194f06db260e.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/1d8496cecfe9a523.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[339756,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n3:I[837457,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n4:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"ViewportBoundary\"]\n9:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"MetadataBoundary\"]\nb:I[168027,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"Y8QdDdLJI3yzNjkyPjuJ-\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/d96012bcfc98706a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/73e3194f06db260e.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"DtdCLFOY98UtIC2qKYQaSM7AwWdfnoRGxNNPqff3gVg=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"hQBiQfhNIpZsZC9dTcGEt3vxGc0Wk1j9ym5K6kyCipM=\"\n}"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "node": {},
3
3
  "edge": {},
4
- "encryptionKey": "DtdCLFOY98UtIC2qKYQaSM7AwWdfnoRGxNNPqff3gVg="
4
+ "encryptionKey": "hQBiQfhNIpZsZC9dTcGEt3vxGc0Wk1j9ym5K6kyCipM="
5
5
  }
@@ -0,0 +1,37 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,515247,e=>{"use strict";var t=e.i(843476),r=e.i(271645),s=e.i(618566),a=e.i(274049),n=e.i(770703),i=e.i(643531),o=e.i(664659),l=e.i(503116);let d=(0,e.i(475254).default)("link-2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]]);var c=e.i(431343),u=e.i(16715),m=e.i(555436),x=e.i(239616),p=e.i(284614),g=e.i(430520),f=e.i(650030),h=e.i(514065),v=e.i(829415),b=e.i(286476);function j(e,t){return e.trim().toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")||t}function w(e){var t,r;let s,a,n=e.issue.identifier.trim()||"TICKET-ID",i=e.issue.title.trim()||"Untitled ticket",o=String(e.issue.status??"").trim()||"Unknown",l=String(e.issue.assignee??"").trim()||"Unassigned",d=function(e){let t=String(e?.slug??"").trim();if(t)return j(t,"project");let r=String(e?.name??"").trim();return r?j(r,"project"):"project"}(e.project),c=String(e.runtime?.knowledgeBaseRoot??"").trim()||`~/.agx/vault/${d}`,u=String(e.runtime?.issueKnowledgePath??"").trim()||`${c}/issues/${n}/`,m=String(e.runtime?.isolatedWorktreePath??"").trim()||`/tmp/agx-${j(n,"ticket")}`,x=`LINEAR TASK EXECUTION
2
+
3
+ You are an engineer working through a single Linear ticket. Work like a careful teammate: continue existing work when present, investigate before coding, present a plan before implementation, ask clarifying questions when requirements are ambiguous, and stop cleanly when blocked instead of guessing.
4
+
5
+ INJECTED CONTEXT
6
+ - Ticket: ${n}
7
+ - Title: ${i}
8
+ - Current status: ${o}
9
+ - Current assignee: ${l}
10
+ - Project: ${(t=e.project,s=String(t?.name??"").trim(),a=String(t?.slug??"").trim(),s&&a?`${s} (${a})`:s||a||"current project")}
11
+ - Knowledge base root: ${c}
12
+ - Issue knowledge path: ${u}
13
+ - Suggested isolated worktree: ${m}
14
+ - Additional project resources such as repo knowledge, project memory, and project variables are injected separately by the active project context.
15
+
16
+ SOURCE REPOSITORIES
17
+ ${!(r=e.project?.repos)||0===r.length?"- Use the active project context to discover the right repository or workspace; do not hardcode paths.":r.map(e=>{let t=[e.name.trim()||"repository"],r=String(e.path??"").trim(),s=String(e.notes??"").trim();return r&&t.push(`path: ${r}`),s&&t.push(`notes: ${s}`),`- ${t.join(" | ")}`}).join("\n")}
18
+
19
+ WORKFLOW
20
+ 1. Read the full Linear issue and comment thread before acting. Use Linear MCP for issue details, comments, state changes, and follow-up.
21
+ 2. Prefer resuming existing work: existing knowledge-base notes, branches, PRs, or prior discussion.
22
+ 3. If requirements are unclear, ask specific clarifying questions in Linear and stop.
23
+ 4. If the ticket is fresh, investigate first, capture findings in the knowledge base, write a plan, and share the plan before implementation.
24
+ 5. If a reviewed plan already exists or the ticket is explicitly ready for implementation, implement in an isolated worktree or equivalent isolated workspace rather than a shared checkout.
25
+ 6. Validate with the appropriate tests, linting, type checks, and manual verification for the change.
26
+ 7. Keep Linear accurate: comments, links, statuses, blockers, and PR references should match reality.
27
+ 8. Keep the knowledge base current with what you learned, what changed, and what remains.
28
+ 9. Work on exactly this ticket during this session.
29
+
30
+ RULES
31
+ - Use the injected project context instead of hardcoded repo-specific paths or conventions.
32
+ - Use knowledge base terminology; the filesystem path above is the storage location.
33
+ - If a PR already exists, focus on CI failures, reviewer feedback, merge status, or ticket follow-up instead of starting over.
34
+ - Leave the ticket and the knowledge base in a resumable state at the end of the session. Clean up temporary worktrees or session claims if your workflow created them.
35
+
36
+ `;return{prompt:`Work on this Linear ticket: ${n} - ${i}`,promptPrefix:x}}var y=e.i(778917),k=e.i(531278);let N=[{id:"claude",label:"Claude Code",icon:"🟣"},{id:"codex",label:"Codex",icon:"⚫"},{id:"gemini",label:"Gemini CLI",icon:"🔵"}];function C({connected:e,user:s,clis:a,mcpConfigured:n,onConnect:o,onConnectWithKey:l,onDisconnect:d,onConfigureMcp:c,onContinue:u}){let[m,x]=(0,r.useState)(""),[p,g]=(0,r.useState)(null),[f,h]=(0,r.useState)(!1),[v,b]=(0,r.useState)(null),[j,w]=(0,r.useState)(null),C=async()=>{if(!m.trim())return;h(!0),g(null);let e=await l(m.trim());h(!1),e.ok||g(e.error||"Failed to connect")},S=async e=>{b(e),w(null);let t=await c(e);b(null),t.ok||w(t.error||"Failed to configure")},I=N.filter(e=>a[e.id]).some(e=>n[e.id]);return(0,t.jsx)("div",{className:"flex h-full items-center justify-center",children:(0,t.jsxs)("div",{className:"w-full max-w-md space-y-6 px-6",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[e&&(0,t.jsx)("div",{className:"flex h-4 w-4 items-center justify-center rounded-full bg-green-500/20",children:(0,t.jsx)(i.Check,{size:10,className:"text-green-500"})}),(0,t.jsx)("h2",{className:"text-sm font-semibold text-[var(--foreground)]",children:"Connect to Linear"})]}),(0,t.jsx)("p",{className:"mt-1 text-xs text-[var(--muted-foreground)]",children:"Connect your workspace to browse tickets and execute them with agents."}),(0,t.jsx)("div",{className:"mt-3 space-y-3",children:e?(0,t.jsxs)("div",{className:"flex items-center justify-between rounded-md border border-[var(--card-border)] px-3 py-2",children:[(0,t.jsxs)("div",{className:"text-xs text-[var(--foreground)]",children:["Connected as"," ",(0,t.jsx)("span",{className:"font-medium",children:s?.name})]}),(0,t.jsx)("button",{type:"button",onClick:d,className:"text-[10px] text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors",children:"Disconnect"})]}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("button",{type:"button",onClick:o,className:"w-full rounded-md bg-[var(--foreground)] px-4 py-2 text-xs font-medium text-[var(--card-bg)] transition-opacity hover:opacity-90",children:"Connect with Linear"}),(0,t.jsxs)("div",{className:"flex items-center gap-2 text-[10px] text-[var(--muted-foreground)]",children:[(0,t.jsx)("div",{className:"flex-1 border-t border-[var(--card-border)]"}),"or",(0,t.jsx)("div",{className:"flex-1 border-t border-[var(--card-border)]"})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("label",{className:"text-[10px] text-[var(--muted-foreground)] block mb-1",children:"Personal API key"}),(0,t.jsxs)("div",{className:"flex gap-2",children:[(0,t.jsx)("input",{type:"password",value:m,onChange:e=>{x(e.target.value),g(null)},onKeyDown:e=>{"Enter"===e.key&&C()},placeholder:"lin_api_...",className:"flex-1 rounded-md border border-[var(--card-border)] bg-transparent px-3 py-1.5 text-xs text-[var(--foreground)] placeholder:text-[var(--muted-foreground)] focus:outline-none focus:ring-1 focus:ring-[var(--foreground)]"}),(0,t.jsx)("button",{type:"button",onClick:C,disabled:!m.trim()||f,className:"rounded-md border border-[var(--card-border)] px-3 py-1.5 text-xs text-[var(--foreground)] transition-colors hover:bg-[var(--card-border)] disabled:opacity-40",children:f?"...":"Save"})]}),p&&(0,t.jsx)("p",{className:"mt-1 text-[10px] text-red-400",children:p}),(0,t.jsxs)("a",{href:"https://linear.app/settings/api",target:"_blank",rel:"noopener noreferrer",className:"mt-1 inline-flex items-center gap-1 text-[10px] text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors",children:["Generate at linear.app/settings/api",(0,t.jsx)(y.ExternalLink,{size:8})]})]})]})})]}),e&&(0,t.jsxs)("div",{children:[(0,t.jsx)("h2",{className:"text-sm font-semibold text-[var(--foreground)]",children:"Configure MCP"}),(0,t.jsx)("p",{className:"mt-1 text-xs text-[var(--muted-foreground)]",children:"Add the Linear MCP server to your AI tools so agents can read and update tickets during execution."}),(0,t.jsxs)("div",{className:"mt-3 space-y-1",children:[N.map(e=>{let r=a[e.id],s=n[e.id],o=v===e.id;return(0,t.jsxs)("div",{className:`flex items-center justify-between rounded-md border border-[var(--card-border)] px-3 py-2 ${!r?"opacity-40":""}`,children:[(0,t.jsxs)("div",{className:"flex items-center gap-2 text-xs",children:[(0,t.jsx)("span",{children:e.icon}),(0,t.jsx)("span",{className:"text-[var(--foreground)]",children:e.label})]}),r?s?(0,t.jsxs)("span",{className:"flex items-center gap-1 text-[10px] text-green-500",children:[(0,t.jsx)(i.Check,{size:10}),"Configured"]}):(0,t.jsx)("button",{type:"button",onClick:()=>S(e.id),disabled:o,className:"flex items-center gap-1 rounded px-2 py-0.5 text-[10px] text-[var(--foreground)] border border-[var(--card-border)] hover:bg-[var(--card-border)] transition-colors disabled:opacity-50",children:o?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(k.Loader2,{size:10,className:"animate-spin"}),"Configuring..."]}):"Configure"}):(0,t.jsx)("span",{className:"text-[10px] text-[var(--muted-foreground)]",children:"Not installed"})]},e.id)}),j&&(0,t.jsx)("p",{className:"mt-1 text-[10px] text-red-400",children:j})]}),(0,t.jsx)("button",{type:"button",onClick:u,className:"mt-4 w-full rounded-md bg-[var(--foreground)] px-4 py-2 text-xs font-medium text-[var(--card-bg)] transition-opacity hover:opacity-90",children:I?"Continue":"Skip for now"})]})]})})}let S=(0,n.default)(()=>e.A(711760).then(e=>e.Composer),{loadableGenerated:{modules:[895214]},ssr:!1});function I({onResize:e}){let s=(0,r.useRef)(!1),a=(0,r.useRef)(0);return(0,r.useEffect)(()=>{if(!s.current)return;let t=t=>{let r=t.clientX-a.current;a.current=t.clientX,e(r)},r=()=>{s.current=!1,document.body.style.cursor="",document.body.style.userSelect="",window.removeEventListener("mousemove",t),window.removeEventListener("mouseup",r)};return window.addEventListener("mousemove",t),window.addEventListener("mouseup",r),()=>{window.removeEventListener("mousemove",t),window.removeEventListener("mouseup",r)}}),(0,t.jsx)("div",{className:"group relative z-10 w-0 shrink-0 cursor-col-resize",onMouseDown:e=>{e.preventDefault(),s.current=!0,a.current=e.clientX,document.body.style.cursor="col-resize",document.body.style.userSelect="none"},children:(0,t.jsx)("div",{className:"absolute inset-y-0 -left-0.5 w-1 transition-colors group-hover:bg-[var(--primary)]/40"})})}function R(e,t,r=20){let s=t?t.replace("#",""):"e2e8f0";return`https://api.dicebear.com/9.x/bottts-neutral/svg?seed=${encodeURIComponent(e)}&size=${r}&backgroundColor=${s}`}function E(e){switch(e){case"queued":return"queued";case"running":return"running";case"success":return"success";case"failed":return"failed";case"cancelled":return"cancelled";default:return e}}let M={"In Progress":"In Prog","In Review":"Review",Backlog:"Backlog",Todo:"Todo",Done:"Done",Cancelled:"Cancl."},P={queued:"bg-amber-500/10 border-amber-500/20 text-amber-400",running:"bg-yellow-500/10 border-yellow-500/20 text-yellow-400",success:"bg-emerald-500/10 border-emerald-500/20 text-emerald-400",failed:"bg-red-500/10 border-red-500/20 text-red-400",cancelled:"bg-zinc-500/10 border-zinc-500/20 text-zinc-400"},$={queued:"bg-amber-400",running:"bg-yellow-400",success:"bg-emerald-400",failed:"bg-red-400",cancelled:"bg-zinc-400"};function T({label:e,value:r,options:s,activeClasses:a,onChange:n}){let i=r.trim().length>0;return(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("select",{"aria-label":e,className:`max-w-[160px] appearance-none rounded-full border bg-transparent px-2.5 py-0.5 pr-6 text-[11px] font-medium outline-none transition-colors ${i?a:"border-[var(--card-border)] text-[var(--muted-foreground)] hover:bg-[var(--card-bg)]"}`,value:r,onChange:e=>n(e.target.value),children:s.map(r=>(0,t.jsx)("option",{value:r.value,children:r.label},`${e}-${r.value||"all"}`))}),(0,t.jsx)(o.ChevronDown,{size:12,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-current"})]})}function L({issue:e,participants:s,projectId:a,projectSlug:n,createRun:i,updateRun:o,onRunCreated:l}){let d=s[0],c=(0,r.useRef)(crypto.randomUUID()),{messages:u,setMessages:m,sendMessage:x,chatRuns:b}=(0,g.useGroupChat)(c.current),{processes:j,streaming:y}=(0,f.useProcessPolling)({workspaceId:c.current},{messages:u,setMessages:m}),k=new Set(["queued","running","awaiting_user","blocked"]),N=b.some(e=>k.has(e.status))||j.some(e=>"spawning"===e.state||"running"===e.state)?b.some(e=>"queued"===e.status)?"queued":"working":"ready",C=(0,r.useMemo)(()=>new Map(s.map(e=>[e.id,e])),[s]),I=(0,r.useRef)(!1),E=(0,r.useCallback)(async(t,r,c,u,m,x,p)=>{if(I.current)return;I.current=!0;let g=(m?s.find(e=>e.id===m):null)??d;if(g)try{let{promptPrefix:r}=w({issue:{identifier:e.identifier,title:e.title,status:e.status,assignee:e.assignee},project:n?{slug:n}:null}),s=r+(x?`
37
+ ${x}`:""),d=await i({projectId:a??null,projectSlug:n??null,issueId:e.id,issueIdentifier:e.identifier,issueTitle:e.title,issueStatus:e.status,issueAssignee:e.assignee??null,agentId:g.id,agentName:g.name}),c=await fetch("/api/chat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({prompt:t,promptPrefix:s,threadId:d.threadId,activeParticipantIds:[g.id],projectSlug:n??void 0,routing:p})}),u=await c.json().catch(()=>({}));if(!c.ok||!u.chatRunId||!u.userMessageId)throw Error(u.error||"Failed to start chat session");await o(d.id,{chatRunId:u.chatRunId,rootMessageId:u.userMessageId}),l(d.id)}catch(e){console.error("Failed to create chat session:",e),I.current=!1,e instanceof Error&&window.alert(e.message)}},[e,s,d,a,n,i,o,l]);return(0,t.jsxs)("div",{className:"relative flex min-w-0 flex-1 flex-col overflow-hidden",children:[(0,t.jsxs)("header",{className:"flex h-12 shrink-0 items-center justify-between border-b border-[var(--card-border)] px-6",children:[(0,t.jsxs)("div",{className:"flex min-w-0 items-center gap-3",children:[(0,t.jsx)("span",{className:"shrink-0 font-mono text-sm text-[var(--muted-foreground)]",children:e.identifier}),(0,t.jsx)("div",{className:"h-1 w-1 shrink-0 rounded-full bg-[var(--card-border)]"}),(0,t.jsx)("span",{className:"truncate text-sm font-medium text-[var(--foreground)]",children:e.title})]}),(0,t.jsx)("span",{className:"shrink-0 rounded-md border border-[var(--card-border)] px-2 py-0.5 text-xs text-[var(--muted-foreground)]",children:e.status})]}),(0,t.jsx)("div",{className:"min-h-0 flex-1 overflow-y-auto px-6 py-6 pb-64",children:0===u.length?(0,t.jsxs)("div",{className:"flex h-full flex-col items-center justify-center gap-2 text-[var(--muted-foreground)]",children:[(0,t.jsx)("span",{className:"text-sm",children:"Chat about this ticket"}),(0,t.jsx)("span",{className:"text-xs",children:"Your message will start a new session"})]}):(0,t.jsxs)("div",{className:"mx-auto max-w-4xl space-y-8",children:[u.map(e=>{let r=e.participantId?C.get(e.participantId):null,s=(0,v.stripMarkers)(e.content);return s.trim()?(0,t.jsxs)("div",{className:"flex gap-3",children:["user"===e.role?(0,t.jsx)("div",{className:"flex h-7 w-7 shrink-0 items-center justify-center rounded-full bg-[var(--app-shell-subtle,var(--card-bg))]",children:(0,t.jsx)(p.User,{className:"h-3.5 w-3.5 text-[var(--muted-foreground)]"})}):(0,t.jsx)("img",{src:R(e.participantId??"",r?.color),alt:r?.name??"Agent",className:"h-7 w-7 shrink-0 rounded-full object-cover"}),(0,t.jsxs)("div",{className:"min-w-0 flex-1 flex flex-col gap-1.5",children:[(0,t.jsx)("span",{className:"text-sm font-semibold text-[var(--foreground)]",children:"user"===e.role?"You":r?.name??"Agent"}),(0,t.jsx)("div",{className:"text-sm text-[var(--foreground)]",children:(0,t.jsx)(h.Markdown,{content:s,isUser:"user"===e.role})})]})]},e.id):null}),Object.entries(y).map(([e])=>{let r=C.get(e);return(0,t.jsxs)("div",{className:"flex items-center gap-3 text-sm text-[var(--muted-foreground)]",children:[(0,t.jsx)("img",{src:R(e,r?.color),alt:r?.name??"Agent",className:"h-7 w-7 shrink-0 rounded-full object-cover"}),r?.name??"Agent"," is thinking..."]},`stream-${e}`)})]})}),(0,t.jsx)("div",{className:"absolute bottom-3 left-3 right-3 p-2",children:(0,t.jsx)(S,{onSend:E,onStop:()=>{},participants:s,projectSlug:n??void 0,loading:"ready"!==N,commands:[],activityStatus:N,placeholder:`Ask about ${e.identifier}...`,initialPinnedParticipantId:d?.id})})]})}function A({run:e,participants:s}){let{messages:a,setMessages:n,sendMessage:i,loadHistory:o,stop:d}=(0,g.useGroupChat)(e.threadId),{processes:c,streaming:u,chatRuns:m}=(0,f.useProcessPolling)(e.rootMessageId?{workspaceId:e.threadId,threadId:e.rootMessageId}:{workspaceId:e.threadId},{messages:a,setMessages:n});(0,r.useEffect)(()=>{o()},[o,e.threadId]);let x=(0,r.useMemo)(()=>new Map(s.map(e=>[e.id,e])),[s]),j=new Set(["queued","running","awaiting_user","blocked"]),w=m.some(e=>j.has(e.status))||c.some(e=>"spawning"===e.state||"running"===e.state)?m.some(e=>"queued"===e.status)?"queued":"working":"ready",y=(0,r.useCallback)((t,r,a,n,o,l,d)=>{e.rootMessageId&&i(t,r,void 0,e.rootMessageId,a,void 0,(0,b.orderParticipantIds)(s.map(e=>e.id),o),e.projectSlug??void 0,l,d)},[s,e.projectSlug,e.rootMessageId,i]);return(0,t.jsxs)("div",{className:"relative flex min-w-0 flex-1 flex-col overflow-hidden",children:[(0,t.jsxs)("header",{className:"flex h-12 shrink-0 items-center justify-between border-b border-[var(--card-border)] px-6",children:[(0,t.jsxs)("div",{className:"flex min-w-0 items-center gap-3",children:[(0,t.jsx)("span",{className:"shrink-0 font-mono text-sm text-[var(--muted-foreground)]",children:e.issueIdentifier}),(0,t.jsx)("div",{className:"h-1 w-1 shrink-0 rounded-full bg-[var(--card-border)]"}),(0,t.jsx)("span",{className:"truncate text-sm font-medium text-[var(--foreground)]",children:e.issueTitle??""})]}),(0,t.jsxs)("div",{className:"flex shrink-0 items-center gap-4",children:[(0,t.jsxs)("div",{className:`flex items-center gap-2 rounded-md border px-2.5 py-1 ${P[e.status]}`,children:[(0,t.jsx)("div",{className:`h-1.5 w-1.5 rounded-full ${$[e.status]}`}),(0,t.jsx)("span",{className:"text-xs font-semibold uppercase tracking-wider",children:E(e.status)})]}),null!=e.durationMs&&(0,t.jsxs)("div",{className:"flex items-center gap-1.5 text-sm text-[var(--muted-foreground)]",children:[(0,t.jsx)(l.Clock,{size:14}),(0,t.jsxs)("span",{children:[(e.durationMs/1e3).toFixed(1),"s"]})]}),(0,t.jsxs)("div",{className:"flex items-center gap-2 rounded-full border border-[var(--card-border)] bg-[var(--card-bg)] px-2 py-1",children:[(0,t.jsx)("img",{src:R(e.agentId,x.get(e.agentId)?.color),alt:e.agentName,className:"h-5 w-5 rounded-full object-cover"}),(0,t.jsx)("span",{className:"pr-1 text-xs font-medium",children:e.agentName})]})]})]}),(0,t.jsx)("div",{className:"min-h-0 flex-1 overflow-y-auto px-6 py-6 pb-64",children:0===a.length?(0,t.jsx)("div",{className:"py-8 text-center text-xs text-[var(--muted-foreground)]",children:"queued"===e.status||"running"===e.status?"Starting run...":"No thread messages yet."}):(0,t.jsxs)("div",{className:"mx-auto max-w-4xl space-y-8",children:[a.map(r=>{let s=r.participantId?x.get(r.participantId):null,a=(0,v.stripMarkers)(r.content);if(!a.trim())return null;let n=r.participantId??e.agentId;return(0,t.jsxs)("div",{className:"flex gap-3",children:["user"===r.role?(0,t.jsx)("div",{className:"flex h-7 w-7 shrink-0 items-center justify-center rounded-full bg-[var(--app-shell-subtle,var(--card-bg))]",children:(0,t.jsx)(p.User,{className:"h-3.5 w-3.5 text-[var(--muted-foreground)]"})}):(0,t.jsx)("img",{src:R(n,s?.color),alt:s?.name??e.agentName,className:"h-7 w-7 shrink-0 rounded-full object-cover"}),(0,t.jsxs)("div",{className:"min-w-0 flex-1 flex flex-col gap-1.5",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("div",{className:"flex items-center gap-2",children:"user"===r.role?(0,t.jsx)("span",{className:"text-sm font-semibold text-[var(--foreground)]",children:"You"}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("span",{className:"text-sm font-semibold",style:{color:s?.color??"var(--foreground)"},children:s?.name??e.agentName}),(0,t.jsx)("span",{className:"rounded bg-[var(--card-bg)] px-1.5 py-0.5 text-[10px] font-bold uppercase tracking-wider text-[var(--muted-foreground)]",children:"Agent"})]})}),(0,t.jsx)("span",{className:"text-xs text-[var(--muted-foreground)]",children:new Date(r.timestamp).toLocaleTimeString([],{hour:"numeric",minute:"2-digit"})})]}),"user"===r.role?(0,t.jsx)("div",{className:"w-fit max-w-[85%] rounded-xl rounded-tl-sm border border-[var(--card-border)] bg-[var(--card-bg)] px-4 py-3 text-sm text-[var(--foreground)]",children:(0,t.jsx)(h.Markdown,{content:a,isUser:!0})}):(0,t.jsx)("div",{className:"text-sm text-[var(--foreground)]",children:(0,t.jsx)(h.Markdown,{content:a,isUser:!1})})]})]},r.id)}),Object.entries(u).filter(([,t])=>!e.rootMessageId||t.rootMessageId===e.rootMessageId).map(([r])=>{let s=x.get(r);return(0,t.jsxs)("div",{className:"flex items-center gap-3 text-sm text-[var(--muted-foreground)]",children:[(0,t.jsx)("img",{src:R(r,s?.color),alt:s?.name??e.agentName,className:"h-7 w-7 shrink-0 rounded-full object-cover"}),s?.name??e.agentName," is thinking..."]},`stream-${r}`)})]})}),(0,t.jsx)("div",{className:"absolute bottom-3 left-3 right-3 p-2",children:e.rootMessageId?(0,t.jsx)(S,{onSend:y,onStop:d,participants:s,projectSlug:e.projectSlug??void 0,loading:"ready"!==w,commands:[],activityStatus:w,placeholder:"Steer this run...",initialPinnedParticipantId:e.agentId}):(0,t.jsx)("div",{className:"px-2 py-1 text-xs text-[var(--muted-foreground)]",children:"Waiting for the run to start..."})})]})}function z({issue:e,selected:s,onSelect:a,onExecute:n}){let[o,l]=(0,r.useState)(!1),u=(0,r.useRef)(null);(0,r.useEffect)(()=>()=>{u.current&&window.clearTimeout(u.current)},[]);let m=(0,r.useCallback)(async t=>{if(t.stopPropagation(),e.url)try{await navigator.clipboard.writeText(e.url),l(!0),u.current&&window.clearTimeout(u.current),u.current=window.setTimeout(()=>{l(!1)},1500)}catch(e){console.error("Failed to copy Linear issue URL:",e),l(!1)}},[e.url]),x=M[e.status]??e.status.slice(0,6);return(0,t.jsxs)("div",{className:`group relative flex items-center gap-3 px-4 py-2.5 text-sm transition-colors ${s?"bg-[var(--card-bg)]":"hover:bg-[var(--card-bg)]/50"}`,onClick:a,role:"button",tabIndex:0,onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&(e.preventDefault(),a())},children:[s&&(0,t.jsx)("div",{className:"absolute left-0 top-0 bottom-0 w-[3px] rounded-r-full bg-blue-500"}),(0,t.jsx)("span",{className:"w-24 shrink-0 whitespace-nowrap font-mono text-xs text-[var(--muted-foreground)]",children:e.identifier}),(0,t.jsx)("span",{className:`min-w-0 flex-1 truncate text-xs ${s?"font-medium text-[var(--foreground)]":"text-[var(--muted-foreground)]"}`,children:e.title}),(0,t.jsx)("span",{className:"shrink-0 text-xs text-[var(--muted-foreground)]",children:x}),(0,t.jsx)("button",{type:"button",className:`flex h-6 w-6 shrink-0 items-center justify-center rounded text-[var(--muted-foreground)] transition-all hover:bg-zinc-700 hover:text-[var(--foreground)] ${s?"opacity-100":"opacity-0 group-hover:opacity-100"} ${e.url?"":"cursor-not-allowed opacity-40 hover:bg-transparent hover:text-[var(--muted-foreground)]"}`,onClick:e=>{m(e)},title:o?"Copied ticket URL":"Copy ticket URL","aria-label":o?"Copied ticket URL":"Copy ticket URL",disabled:!e.url,children:o?(0,t.jsx)(i.Check,{size:10,className:"text-emerald-400"}):(0,t.jsx)(d,{size:10})}),(0,t.jsx)("button",{type:"button",className:`flex h-6 w-6 shrink-0 items-center justify-center rounded text-[var(--muted-foreground)] transition-all hover:bg-zinc-700 hover:text-[var(--foreground)] ${s?"opacity-100":"opacity-0 group-hover:opacity-100"}`,onClick:t=>{t.stopPropagation(),n(e,t)},title:"Execute with agent",children:(0,t.jsx)(c.Play,{size:10,className:"ml-0.5"})})]})}function U({projectId:e,projectSlug:s,initialShowSettings:a}){let{connected:n,loading:i,user:o,clis:l,mcpConfigured:d,connect:p,connectWithKey:g,disconnect:f,configureMcp:h}=function(){let[e,t]=(0,r.useState)(!1),[s,a]=(0,r.useState)(!0),[n,i]=(0,r.useState)(null),[o,l]=(0,r.useState)({claude:!1,codex:!1,gemini:!1}),[d,c]=(0,r.useState)({}),u=(0,r.useRef)(null),m=(0,r.useCallback)(async()=>{try{let e=await fetch("/api/linear/mcp-setup"),t=await e.json();c(t.configured??{})}catch{}},[]),x=(0,r.useCallback)(async()=>{try{let[e,r]=await Promise.all([fetch("/api/linear/status"),fetch("/api/linear/mcp-setup")]),s=await e.json(),a=await r.json();return t(s.connected),i(s.user??null),l(s.clis??{claude:!1,codex:!1,gemini:!1}),c(a.configured??{}),s.connected}catch{return t(!1),!1}finally{a(!1)}},[]);(0,r.useEffect)(()=>(x(),()=>{u.current&&clearInterval(u.current)}),[x]);let p=(0,r.useCallback)(()=>{window.open("/api/linear/auth","_blank","noopener"),u.current&&clearInterval(u.current),u.current=setInterval(async()=>{await x()&&u.current&&(clearInterval(u.current),u.current=null)},2e3)},[x]),g=(0,r.useCallback)(async e=>{try{let t=await fetch("/api/linear/token",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({accessToken:e})});if(!t.ok){let e=await t.json().catch(()=>({}));return{ok:!1,error:e.error||"Failed to save token"}}return await x(),{ok:!0}}catch{return{ok:!1,error:"Failed to connect"}}},[x]);return{connected:e,loading:s,user:n,clis:o,mcpConfigured:d,connect:p,connectWithKey:g,disconnect:(0,r.useCallback)(async()=>{await fetch("/api/linear/status",{method:"DELETE"}),t(!1),i(null)},[]),configureMcp:(0,r.useCallback)(async e=>{try{let t=await fetch("/api/linear/mcp-setup",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cli:e})});if(!t.ok){let e=await t.json().catch(()=>({}));return{ok:!1,error:e.error||"Failed to configure MCP"}}return await m(),{ok:!0}}catch{return{ok:!1,error:"Failed to configure MCP"}}},[m]),refresh:x}}(),[v,b]=(0,r.useState)(!1),[j,y]=(0,r.useState)(a??!1),[k,N]=(0,r.useState)(576),[S,M]=(0,r.useState)(224),[P,$]=(0,r.useState)(""),[U,F]=(0,r.useState)(""),[O,q]=(0,r.useState)([]),[D,K]=(0,r.useState)([]),[W,_]=(0,r.useState)(""),[B,G]=(0,r.useState)([]),[J,X]=(0,r.useState)(""),[Y,H]=(0,r.useState)(""),[V,Q]=(0,r.useState)(null),[Z,ee]=(0,r.useState)(null),[et,er]=(0,r.useState)([]),[es,ea]=(0,r.useState)(null),[en,ei]=(0,r.useState)(null),eo=(0,r.useRef)(null),el=(0,r.useCallback)(e=>{$(e),eo.current&&clearTimeout(eo.current),eo.current=setTimeout(()=>F(e),300)},[]);(0,r.useEffect)(()=>()=>{eo.current&&clearTimeout(eo.current)},[]),(0,r.useEffect)(()=>{if(!n)return;let e=!1;return fetch("/api/linear/options").then(e=>e.json()).then(t=>{e||(q(Array.isArray(t.assignees)?t.assignees:[]),K(Array.isArray(t.teams)?t.teams:[]),G(Array.isArray(t.cycles)?t.cycles:[]))}).catch(()=>{e||(q([]),K([]),G([]))}),()=>{e=!0}},[n]),(0,r.useEffect)(()=>{W&&!O.some(e=>e.id===W)&&_("")},[O,W]),(0,r.useEffect)(()=>{D.length<=1&&Y?H(""):Y&&!D.some(e=>e.id===Y)&&H("")},[Y,D]),(0,r.useEffect)(()=>{J&&!B.some(e=>e.id===J)&&X("")},[B,J]);let{issues:ed,loading:ec,hasMore:eu,loadMore:em,refresh:ex}=function(e,t=!0,s={}){let[a,n]=(0,r.useState)([]),[i,o]=(0,r.useState)(!0),[l,d]=(0,r.useState)(null),[c,u]=(0,r.useState)(!1),m=(0,r.useRef)(l),x=(0,r.useRef)(!1);m.current=l,(0,r.useEffect)(()=>{x.current=!1},[s.projectSlug]);let p=(0,r.useCallback)(async(r,a=!1)=>{if(t){o(!0);try{let t=new URLSearchParams;e.teamId&&t.set("teamId",e.teamId),e.status&&t.set("status",e.status),e.search&&t.set("search",e.search),e.assigneeId?t.set("assigneeId",e.assigneeId):e.assignedToMe&&t.set("assignedToMe","true"),e.cycleId&&t.set("cycleId",e.cycleId),r&&m.current&&t.set("cursor",m.current),s.projectSlug&&t.set("projectSlug",s.projectSlug),s.limit&&t.set("limit",String(s.limit)),a&&t.set("refresh","true");let i=await fetch(`/api/linear/issues?${t.toString()}`),o=await i.json(),l=o.issues??[];n(e=>r?[...e,...l]:l),d(o.pageInfo?.endCursor??null),u(o.pageInfo?.hasNextPage??!1),x.current=!0}catch{r||n([])}finally{o(!1)}}},[e.teamId,e.status,e.search,e.assigneeId,e.assignedToMe,e.cycleId,t,s.projectSlug,s.limit]);return(0,r.useEffect)(()=>{d(null),p(!1,!x.current)},[p]),{issues:a,loading:i,hasMore:c,loadMore:(0,r.useCallback)(()=>p(!0),[p]),refresh:(0,r.useCallback)(()=>(d(null),p(!1,!0)),[p])}}((0,r.useMemo)(()=>({search:U||void 0,assigneeId:W||void 0,teamId:Y||void 0,cycleId:J||void 0}),[U,W,J,Y]),n,{projectSlug:s}),{runs:ep,loading:eg,createRun:ef,updateRun:eh}=function(e,t){let[s,a]=(0,r.useState)([]),[n,i]=(0,r.useState)(!1),o=(0,r.useRef)(e??null);o.current=e??null;let l=(0,r.useCallback)(async()=>{let e=o.current?.trim();if(!e)return a([]),[];i(!0);try{let r=new URLSearchParams({issueId:e});t&&r.set("projectId",t);let s=await fetch(`/api/linear/runs?${r.toString()}`);if(!s.ok)throw Error(`Failed to fetch Linear runs: ${s.status}`);let n=await s.json(),i=Array.isArray(n.runs)?n.runs:[];return a(i),i}finally{i(!1)}},[t]);return(0,r.useEffect)(()=>{a([]),l()},[l,e]),(0,r.useEffect)(()=>{if(!e)return;let t=window.setInterval(()=>{l()},3e3);return()=>window.clearInterval(t)},[e,l]),{runs:s,loading:n,refresh:l,createRun:(0,r.useCallback)(async e=>{let t=await fetch("/api/linear/runs",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok)throw Error((await t.json().catch(()=>({}))).error||`Failed to create Linear run: ${t.status}`);let r=(await t.json()).run;return a(e=>[r,...e.filter(e=>e.id!==r.id)]),r},[]),updateRun:(0,r.useCallback)(async(e,t)=>{let r=await fetch(`/api/linear/runs/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!r.ok)throw Error((await r.json().catch(()=>({}))).error||`Failed to update Linear run: ${r.status}`);let s=(await r.json()).run;return a(e=>e.map(e=>e.id===s.id?s:e)),s},[])}}(V?.id,e??null),ev=ep.find(e=>e.id===Z)??null,eb=(0,r.useMemo)(()=>[{value:"",label:"Assignee"},...O.map(e=>({value:e.id,label:e.name}))],[O]),ej=(0,r.useMemo)(()=>[{value:"",label:"Workspace"},...D.map(e=>({value:e.id,label:e.name}))],[D]),ew=(0,r.useMemo)(()=>[{value:"",label:"Cycle"},...B.map(e=>({value:e.id,label:e.name||`Cycle ${e.number}`}))],[B]),ey=ew.length>1,ek=ej.length>2;(0,r.useEffect)(()=>{0===ed.length?Q(null):Q(e=>e&&ed.some(t=>t.id===e.id)?ed.find(t=>t.id===e.id)??e:ed[0]??null)},[ed]),(0,r.useEffect)(()=>{0===ep.length?ee(null):Z&&ep.some(e=>e.id===Z)||ee(ep[0]?.id??null)},[ep,Z]),(0,r.useEffect)(()=>{let t=!1;return async function(){try{let r=await fetch("/api/participants"),s=r.ok?await r.json():[];if(!e){t||er(s);return}let a=await fetch(`/api/projects/${encodeURIComponent(e)}/agents`);if(!a.ok){t||er(s);return}let n=await a.json(),i=Array.isArray(n.agents)?n.agents.map(e=>e.agent_id).filter(e=>"string"==typeof e&&e.trim().length>0):[],o=new Map(i.map((e,t)=>[e,t])),l=s.filter(e=>o.has(e.id)).sort((e,t)=>(o.get(e.id)??Number.MAX_SAFE_INTEGER)-(o.get(t.id)??Number.MAX_SAFE_INTEGER));t||er(l)}catch{t||er([])}}(),()=>{t=!0}},[e]);let eN=(0,r.useCallback)((e,t)=>{if(0===et.length)return void window.alert("Add at least one agent to this project before running a Linear ticket.");if(1===et.length)return void eC(e,et[0]);let r=t?.currentTarget?.getBoundingClientRect();ea(e),ei(r?{top:r.bottom+4,left:r.left}:{top:200,left:200})},[et]),eC=(0,r.useCallback)(async(t,r)=>{ea(null),ei(null);let a=null;try{Q(t),a=await ef({projectId:e??null,projectSlug:s??null,issueId:t.id,issueIdentifier:t.identifier,issueTitle:t.title,issueStatus:t.status,issueAssignee:t.assignee,agentId:r.id,agentName:r.name}),ee(a.id);let{prompt:n,promptPrefix:i}=w({issue:{identifier:t.identifier,title:t.title,status:t.status,assignee:t.assignee},project:s?{slug:s}:null}),o=await fetch("/api/chat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({prompt:n,promptPrefix:i,threadId:a.threadId,activeParticipantIds:[r.id],projectSlug:s??void 0})}),l=await o.json().catch(()=>({}));if(!o.ok||!l.chatRunId||!l.userMessageId)throw Error(l.error||"Failed to start Linear run");await eh(a.id,{chatRunId:l.chatRunId,rootMessageId:l.userMessageId})}catch(e){console.error("Failed to execute Linear ticket:",e),a&&await eh(a.id,{status:"failed",error:e instanceof Error?e.message:String(e)}),e instanceof Error&&window.alert(e.message)}},[ef,e,s,eh]),eS=(0,r.useRef)(null);if((0,r.useEffect)(()=>{let e=eS.current;if(!e||!eu)return;let t=new IntersectionObserver(e=>{e[0]?.isIntersecting&&em()},{threshold:.1});return t.observe(e),()=>t.disconnect()},[eu,em]),i)return(0,t.jsx)("div",{className:"flex h-full items-center justify-center text-xs text-[var(--muted-foreground)]",children:"Loading..."});let eI=n&&!v&&!Object.values(d).some(Boolean);return!n||eI?(0,t.jsx)(C,{connected:n,user:o,clis:l,mcpConfigured:d,onConnect:p,onConnectWithKey:g,onDisconnect:f,onConfigureMcp:h,onContinue:()=>b(!0)}):(0,t.jsxs)("div",{className:"relative flex h-full overflow-hidden",children:[(0,t.jsxs)("div",{className:"flex shrink-0 flex-col border-r border-[var(--card-border)]",style:{width:k},children:[(0,t.jsxs)("div",{className:"shrink-0 border-b border-[var(--card-border)]",children:[(0,t.jsxs)("div",{className:"flex h-12 items-center gap-2 px-3",children:[(0,t.jsxs)("div",{className:"flex flex-1 items-center gap-2 rounded-md border border-[var(--card-border)] bg-[var(--background)] px-2.5 py-1.5 transition-all focus-within:border-[var(--muted-foreground)] focus-within:ring-1 focus-within:ring-[var(--muted-foreground)]",children:[(0,t.jsx)(m.Search,{size:14,className:"shrink-0 text-[var(--muted-foreground)]"}),(0,t.jsx)("input",{type:"text",className:"flex-1 bg-transparent text-sm outline-none placeholder:text-[var(--muted-foreground)]",placeholder:"Search tickets...",value:P,onChange:e=>el(e.target.value)})]}),(0,t.jsx)("button",{type:"button",className:"shrink-0 rounded p-1.5 text-[var(--muted-foreground)] transition-colors hover:bg-[var(--card-bg)] hover:text-[var(--foreground)] disabled:cursor-not-allowed disabled:opacity-50",onClick:()=>void ex(),title:"Refresh tickets","aria-label":"Refresh tickets",disabled:ec,children:(0,t.jsx)(u.RefreshCw,{size:16,className:ec?"animate-spin":void 0})}),(0,t.jsx)("button",{type:"button",className:"shrink-0 rounded p-1.5 text-[var(--muted-foreground)] transition-colors hover:bg-[var(--card-bg)] hover:text-[var(--foreground)]",onClick:()=>y(!0),title:"Linear settings",children:(0,t.jsx)(x.Settings,{size:16})})]}),(0,t.jsxs)("div",{className:"flex items-center gap-1.5 px-3 pb-2",children:[(0,t.jsx)(T,{label:"Assignee",value:W,options:eb,activeClasses:"border-blue-500/30 bg-blue-500/10 text-blue-400",onChange:_}),ek?(0,t.jsx)(T,{label:"Workspace",value:Y,options:ej,activeClasses:"border-emerald-500/30 bg-emerald-500/10 text-emerald-400",onChange:H}):null,ey?(0,t.jsx)(T,{label:"Cycle",value:J,options:ew,activeClasses:"border-purple-500/30 bg-purple-500/10 text-purple-400",onChange:X}):null]})]}),(0,t.jsx)("div",{className:"flex-1 overflow-y-auto",children:ec&&0===ed.length?(0,t.jsx)("div",{className:"px-3 py-4 text-xs text-[var(--muted-foreground)]",children:"Loading tickets..."}):0===ed.length?(0,t.jsx)("div",{className:"px-3 py-4 text-xs text-[var(--muted-foreground)]",children:"No tickets found."}):(0,t.jsxs)(t.Fragment,{children:[ed.map(e=>(0,t.jsx)(z,{issue:e,selected:V?.id===e.id,onSelect:()=>Q(e),onExecute:eN},e.id)),eu?(0,t.jsx)("div",{ref:eS,className:"py-2 text-center text-xs text-[var(--muted-foreground)]",children:ec?"Loading...":"Load more"}):null]})})]}),(0,t.jsx)(I,{onResize:e=>N(t=>Math.max(180,Math.min(600,t+e)))}),(0,t.jsxs)("div",{className:"flex shrink-0 flex-col border-r border-[var(--card-border)]",style:{width:S},children:[(0,t.jsxs)("div",{className:"flex items-center justify-between border-b border-[var(--card-border)] px-3 py-2",children:[(0,t.jsx)("h3",{className:"text-xs font-semibold text-[var(--foreground)]",children:"Runs"}),V&&(0,t.jsxs)("button",{type:"button",className:"flex items-center gap-1 rounded px-1.5 py-0.5 text-[10px] font-medium text-[var(--muted-foreground)] transition-colors hover:bg-[var(--card-bg)] hover:text-[var(--foreground)]",onClick:e=>eN(V,e),title:"Run agent on selected ticket",children:[(0,t.jsx)(c.Play,{size:10}),(0,t.jsx)("span",{children:"Run now"})]})]}),(0,t.jsx)("div",{className:"flex-1 overflow-y-auto",children:V?eg&&0===ep.length?(0,t.jsx)("div",{className:"px-3 py-4 text-xs text-[var(--muted-foreground)]",children:"Loading runs..."}):0===ep.length?(0,t.jsxs)("div",{className:"px-3 py-4 text-xs text-[var(--muted-foreground)]",children:["No runs yet. Click ",(0,t.jsx)(c.Play,{size:10,className:"inline"})," to execute."]}):ep.map(e=>(0,t.jsxs)("button",{type:"button",className:`w-full px-3 py-2 text-left text-xs transition-colors ${ev?.id===e.id?"bg-[var(--card-bg)]":"hover:bg-[var(--card-bg)]"}`,onClick:()=>ee(e.id),children:[(0,t.jsxs)("div",{className:"flex items-center justify-between gap-1",children:[(0,t.jsx)("span",{className:`font-medium ${{queued:"text-amber-500",running:"text-yellow-500",success:"text-green-500",failed:"text-red-500",cancelled:"text-[var(--muted-foreground)]"}[e.status]}`,children:E(e.status)}),(0,t.jsx)("span",{className:"text-[10px] text-[var(--muted-foreground)]",children:new Date(e.startedAt).toLocaleTimeString([],{hour:"numeric",minute:"2-digit"})})]}),(0,t.jsx)("div",{className:"mt-0.5 truncate text-[10px] text-[var(--muted-foreground)]",children:e.agentName}),null!=e.durationMs?(0,t.jsxs)("div",{className:"text-[10px] text-[var(--muted-foreground)]",children:[(e.durationMs/1e3).toFixed(1),"s"]}):null]},e.id)):(0,t.jsx)("div",{className:"px-3 py-4 text-xs text-[var(--muted-foreground)]",children:"Select a ticket to see runs."})})]}),(0,t.jsx)(I,{onResize:e=>M(t=>Math.max(140,Math.min(500,t+e)))}),(0,t.jsx)("div",{className:"flex min-w-0 flex-1 flex-col overflow-hidden",children:ev?(0,t.jsx)(A,{run:ev,participants:et}):V&&et.length>0?(0,t.jsx)(L,{issue:V,participants:et,projectId:e,projectSlug:s,createRun:ef,updateRun:eh,onRunCreated:e=>ee(e)},V.id):(0,t.jsx)("div",{className:"flex h-full items-center justify-center text-xs text-[var(--muted-foreground)]",children:V?"Add at least one agent to this project to chat.":"Select a ticket from the list."})}),j&&(0,t.jsx)("div",{className:"absolute inset-0 z-30 flex items-center justify-center bg-black/50",children:(0,t.jsxs)("div",{className:"relative w-full max-w-lg rounded-lg border border-[var(--card-border)] bg-[var(--background)] shadow-xl",children:[(0,t.jsx)("button",{type:"button",className:"absolute right-3 top-3 rounded p-1 text-[var(--muted-foreground)] transition-colors hover:bg-[var(--card-bg)] hover:text-[var(--foreground)]",onClick:()=>y(!1),children:"×"}),(0,t.jsx)("div",{className:"p-6",children:(0,t.jsx)(C,{connected:n,user:o,clis:l,mcpConfigured:d,onConnect:p,onConnectWithKey:g,onDisconnect:f,onConfigureMcp:h,onContinue:()=>y(!1)})})]})}),es&&en&&(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:"fixed inset-0 z-40",onClick:()=>{ea(null),ei(null)}}),(0,t.jsxs)("div",{className:"fixed z-50 min-w-[180px] rounded border border-[var(--card-border)] bg-[var(--card-bg)] py-1 shadow-lg",style:{top:en.top,left:en.left},children:[(0,t.jsx)("div",{className:"px-3 py-1.5 text-[10px] font-semibold uppercase tracking-wider text-[var(--muted-foreground)]",children:"Pick an agent"}),et.map(e=>(0,t.jsxs)("button",{type:"button",className:"flex w-full items-center gap-2 px-3 py-1.5 text-left text-xs transition-colors hover:bg-[var(--card-bg)]",onClick:()=>void eC(es,e),children:[(0,t.jsx)("img",{src:R(e.id,e.color,20),alt:"",className:"h-5 w-5 shrink-0 rounded-full"}),(0,t.jsxs)("span",{className:"flex flex-col",children:[(0,t.jsx)("span",{className:"font-medium text-[var(--foreground)]",children:e.name}),e.title?(0,t.jsx)("span",{className:"text-[10px] text-[var(--muted-foreground)]",children:e.title}):null]})]},e.id))]})]})]})}function F({params:e}){let{slug:n}=(0,r.use)(e),i=(0,s.useSearchParams)(),{projects:o}=(0,a.useProjects)(),l=o.find(e=>e.slug===n),d="true"===i.get("settings");return(0,t.jsx)(U,{projectId:l?.id,projectSlug:l?.slug??n,initialShowSettings:d})}e.s(["default",()=>F],515247)}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,233525,(e,r,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},253348,e=>{"use strict";var r=e.i(843476);function t({error:e,reset:t}){return(0,r.jsx)("html",{lang:"en",children:(0,r.jsx)("body",{style:{margin:0,padding:0,minHeight:"100vh",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"var(--background, #f3f4f6)",color:"var(--foreground, #111827)",fontFamily:"system-ui, sans-serif"},children:(0,r.jsxs)("div",{style:{textAlign:"center",padding:"2rem",maxWidth:"400px"},children:[(0,r.jsx)("h1",{style:{fontSize:"1.5rem",fontWeight:600,marginBottom:"1rem"},children:"Something went wrong"}),(0,r.jsx)("p",{style:{color:"var(--muted-foreground, #667085)",marginBottom:"1.5rem"},children:"An unexpected error occurred. Please try refreshing the page."}),(0,r.jsx)("button",{onClick:()=>t(),style:{padding:"0.5rem 1rem",borderRadius:"0.375rem",border:"1px solid var(--border, rgba(15, 23, 42, 0.1))",background:"var(--primary, #2563EB)",color:"white",fontSize:"0.875rem",fontWeight:500,cursor:"pointer"},children:"Try again"})]})})})}e.s(["default",()=>t])}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,871689,e=>{"use strict";let t=(0,e.i(475254).default)("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);e.s(["ArrowLeft",()=>t],871689)},16715,e=>{"use strict";let t=(0,e.i(475254).default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);e.s(["RefreshCw",()=>t],16715)},878894,e=>{"use strict";let t=(0,e.i(475254).default)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);e.s(["AlertTriangle",()=>t],878894)},373884,e=>{"use strict";let t=(0,e.i(475254).default)("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);e.s(["XCircle",()=>t],373884)},475254,e=>{"use strict";var t=e.i(271645);let r=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),n=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var s={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let a=(0,t.forwardRef)(({color:e="currentColor",size:n=24,strokeWidth:a=2,absoluteStrokeWidth:i,className:o="",children:l,iconNode:u,...c},d)=>(0,t.createElement)("svg",{ref:d,...s,width:n,height:n,stroke:e,strokeWidth:i?24*Number(a)/Number(n):a,className:r("lucide",o),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(c)&&{"aria-hidden":"true"},...c},[...u.map(([e,r])=>(0,t.createElement)(e,r)),...Array.isArray(l)?l:[l]])),i=(e,s)=>{let i=(0,t.forwardRef)(({className:i,...o},l)=>(0,t.createElement)(a,{ref:l,iconNode:s,className:r(`lucide-${n(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,i),...o}));return i.displayName=n(e),i};e.s(["default",()=>i],475254)},233525,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},998183,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={assign:function(){return l},searchParamsToUrlQuery:function(){return a},urlQueryToSearchParams:function(){return o}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});function a(e){let t={};for(let[r,n]of e.entries()){let e=t[r];void 0===e?t[r]=n:Array.isArray(e)?e.push(n):t[r]=[e,n]}return t}function i(e){return"string"==typeof e?e:("number"!=typeof e||isNaN(e))&&"boolean"!=typeof e?"":String(e)}function o(e){let t=new URLSearchParams;for(let[r,n]of Object.entries(e))if(Array.isArray(n))for(let e of n)t.append(r,i(e));else t.set(r,i(n));return t}function l(e,...t){for(let r of t){for(let t of r.keys())e.delete(t);for(let[t,n]of r.entries())e.append(t,n)}return e}},195057,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return o},formatWithValidation:function(){return u},urlObjectKeys:function(){return l}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=e.r(190809)._(e.r(998183)),i=/https?|ftp|gopher|file/;function o(e){let{auth:t,hostname:r}=e,n=e.protocol||"",s=e.pathname||"",o=e.hash||"",l=e.query||"",u=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?u=t+e.host:r&&(u=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(u+=":"+e.port)),l&&"object"==typeof l&&(l=String(a.urlQueryToSearchParams(l)));let c=e.search||l&&`?${l}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||i.test(n))&&!1!==u?(u="//"+(u||""),s&&"/"!==s[0]&&(s="/"+s)):u||(u=""),o&&"#"!==o[0]&&(o="#"+o),c&&"?"!==c[0]&&(c="?"+c),s=s.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${n}${u}${s}${c}${o}`}let l=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function u(e){return o(e)}},818581,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return s}});let n=e.r(271645);function s(e,t){let r=(0,n.useRef)(null),s=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=s.current;t&&(s.current=null,t())}else e&&(r.current=a(e,n)),t&&(s.current=a(t,n))},[e,t])}function a(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},718967,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DecodeError:function(){return g},MiddlewareNotFoundError:function(){return j},MissingStaticPage:function(){return b},NormalizeError:function(){return v},PageNotFoundError:function(){return y},SP:function(){return h},ST:function(){return x},WEB_VITALS:function(){return a},execOnce:function(){return i},getDisplayName:function(){return d},getLocationOrigin:function(){return u},getURL:function(){return c},isAbsoluteUrl:function(){return l},isResSent:function(){return f},loadGetInitialProps:function(){return p},normalizeRepeatedSlashes:function(){return m},stringifyError:function(){return N}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=["CLS","FCP","FID","INP","LCP","TTFB"];function i(e){let t,r=!1;return(...n)=>(r||(r=!0,t=e(...n)),t)}let o=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,l=e=>o.test(e);function u(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function c(){let{href:e}=window.location,t=u();return e.substring(t.length)}function d(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function f(e){return e.finished||e.headersSent}function m(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function p(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await p(t.Component,t.ctx)}:{};let n=await e.getInitialProps(t);if(r&&f(r))return n;if(!n)throw Object.defineProperty(Error(`"${d(e)}.getInitialProps()" should resolve to an object. But found "${n}" instead.`),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return n}let h="u">typeof performance,x=h&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class g extends Error{}class v extends Error{}class y extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class b extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class j extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function N(e){return JSON.stringify({message:e.message,stack:e.stack})}},573668,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return a}});let n=e.r(718967),s=e.r(652817);function a(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,s.hasBasePath)(r.pathname)}catch(e){return!1}}},284508,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},522016,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return g},useLinkStatus:function(){return y}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=e.r(190809),i=e.r(843476),o=a._(e.r(271645)),l=e.r(195057),u=e.r(8372),c=e.r(818581),d=e.r(718967),f=e.r(405550);e.r(233525);let m=e.r(91949),p=e.r(573668),h=e.r(509396);function x(e){return"string"==typeof e?e:(0,l.formatUrl)(e)}function g(t){var r;let n,s,a,[l,g]=(0,o.useOptimistic)(m.IDLE_LINK_STATUS),y=(0,o.useRef)(null),{href:b,as:j,children:N,prefetch:w=null,passHref:k,replace:P,shallow:C,scroll:E,onClick:O,onMouseEnter:S,onTouchStart:_,legacyBehavior:T=!1,onNavigate:L,ref:M,unstable_dynamicOnHover:A,...R}=t;n=N,T&&("string"==typeof n||"number"==typeof n)&&(n=(0,i.jsx)("a",{children:n}));let $=o.default.useContext(u.AppRouterContext),I=!1!==w,U=!1!==w?null===(r=w)||"auto"===r?h.FetchStrategy.PPR:h.FetchStrategy.Full:h.FetchStrategy.PPR,{href:F,as:D}=o.default.useMemo(()=>{let e=x(b);return{href:e,as:j?x(j):e}},[b,j]);if(T){if(n?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});s=o.default.Children.only(n)}let z=T?s&&"object"==typeof s&&s.ref:M,B=o.default.useCallback(e=>(null!==$&&(y.current=(0,m.mountLinkInstance)(e,F,$,U,I,g)),()=>{y.current&&((0,m.unmountLinkForCurrentNavigation)(y.current),y.current=null),(0,m.unmountPrefetchableInstance)(e)}),[I,F,$,U,g]),W={ref:(0,c.useMergedRef)(B,z),onClick(t){T||"function"!=typeof O||O(t),T&&s.props&&"function"==typeof s.props.onClick&&s.props.onClick(t),!$||t.defaultPrevented||function(t,r,n,s,a,i,l){if("u">typeof window){let u,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((u=t.currentTarget.getAttribute("target"))&&"_self"!==u||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,p.isLocalURL)(r)){a&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),l){let e=!1;if(l({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(699781);o.default.startTransition(()=>{d(n||r,a?"replace":"push",i??!0,s.current)})}}(t,F,D,y,P,E,L)},onMouseEnter(e){T||"function"!=typeof S||S(e),T&&s.props&&"function"==typeof s.props.onMouseEnter&&s.props.onMouseEnter(e),$&&I&&(0,m.onNavigationIntent)(e.currentTarget,!0===A)},onTouchStart:function(e){T||"function"!=typeof _||_(e),T&&s.props&&"function"==typeof s.props.onTouchStart&&s.props.onTouchStart(e),$&&I&&(0,m.onNavigationIntent)(e.currentTarget,!0===A)}};return(0,d.isAbsoluteUrl)(D)?W.href=D:T&&!k&&("a"!==s.type||"href"in s.props)||(W.href=(0,f.addBasePath)(D)),a=T?o.default.cloneElement(s,W):(0,i.jsx)("a",{...R,...W,children:n}),(0,i.jsx)(v.Provider,{value:l,children:a})}e.r(284508);let v=(0,o.createContext)(m.IDLE_LINK_STATUS),y=()=>(0,o.useContext)(v);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},114683,e=>{"use strict";let t=(0,e.i(475254).default)("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["Circle",()=>t],114683)},775092,e=>{"use strict";var t=e.i(843476),r=e.i(271645),n=e.i(522016),s=e.i(16715),a=e.i(871689),i=e.i(114683),o=e.i(878894),l=e.i(373884);let u=e=>{switch(e){case"ok":return(0,t.jsx)(i.Circle,{className:"w-3 h-3 fill-emerald-400 text-emerald-400"});case"error":return(0,t.jsx)(l.XCircle,{className:"w-3 h-3 text-red-400"});case"unavailable":return(0,t.jsx)(o.AlertTriangle,{className:"w-3 h-3 text-[var(--muted-foreground)]"})}},c=e=>{switch(e){case"ok":return(0,t.jsx)("span",{className:"text-emerald-400 text-xs font-medium",children:"OK"});case"error":return(0,t.jsx)("span",{className:"text-red-400 text-xs font-medium",children:"Error"});case"unavailable":return(0,t.jsx)("span",{className:"text-[var(--muted-foreground)] text-xs font-medium",children:"Unavailable"})}};function d(){let[e,o]=(0,r.useState)(null),[l,d]=(0,r.useState)(!0),[f,m]=(0,r.useState)(null),p=(0,r.useCallback)(async()=>{d(!0),m(null);try{let e=await fetch("/api/status");if(!e.ok)throw Error(`HTTP ${e.status}`);o(await e.json())}catch(e){m(e instanceof Error?e.message:"Failed to fetch status")}finally{d(!1)}},[]);(0,r.useEffect)(()=>{p();let e=setInterval(p,3e4);return()=>clearInterval(e)},[p]);let h=e?.services.filter(e=>!e.name.startsWith("cli:"))??[],x=e?.services.filter(e=>e.name.startsWith("cli:"))??[];return(0,t.jsx)("div",{className:"min-h-screen bg-[var(--background)] text-[var(--foreground)] p-6",children:(0,t.jsxs)("div",{className:"max-w-2xl mx-auto",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between mb-8",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsx)(n.default,{href:"/",className:"text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors",children:(0,t.jsx)(a.ArrowLeft,{className:"w-4 h-4"})}),(0,t.jsx)("h1",{className:"text-lg font-semibold",children:"System Status"}),e&&(0,t.jsx)("span",{className:`text-xs px-2 py-0.5 rounded-full ${"ok"===e.status?"bg-emerald-400/10 text-emerald-400":"bg-amber-400/10 text-amber-400"}`,children:"ok"===e.status?"All systems operational":"Degraded"})]}),(0,t.jsx)("button",{onClick:p,disabled:l,className:"text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors disabled:opacity-50",children:(0,t.jsx)(s.RefreshCw,{className:`w-4 h-4 ${l?"animate-spin":""}`})})]}),f&&(0,t.jsx)("div",{className:"mb-6 p-3 rounded-lg bg-red-400/10 border border-red-400/20 text-red-400 text-sm",children:f}),(0,t.jsxs)("section",{className:"mb-8",children:[(0,t.jsx)("h2",{className:"text-xs font-medium text-[var(--muted-foreground)] uppercase tracking-wider mb-3",children:"Services"}),(0,t.jsxs)("div",{className:"rounded-lg border border-[var(--border)] divide-y divide-[var(--border)]",children:[h.map(e=>(0,t.jsxs)("div",{className:"flex items-center justify-between px-4 py-3",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[u(e.status),(0,t.jsx)("span",{className:"text-sm font-medium",children:e.name})]}),(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[void 0!==e.latencyMs&&(0,t.jsxs)("span",{className:"text-xs text-[var(--muted-foreground)]",children:[e.latencyMs,"ms"]}),c(e.status)]})]},e.name)),0===h.length&&!l&&(0,t.jsx)("div",{className:"px-4 py-3 text-sm text-[var(--muted-foreground)]",children:"No services found"})]})]}),(0,t.jsxs)("section",{className:"mb-8",children:[(0,t.jsx)("h2",{className:"text-xs font-medium text-[var(--muted-foreground)] uppercase tracking-wider mb-3",children:"CLI Providers"}),(0,t.jsx)("div",{className:"rounded-lg border border-[var(--border)] divide-y divide-[var(--border)]",children:x.map(e=>(0,t.jsxs)("div",{className:"flex items-center justify-between px-4 py-3",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[u(e.status),(0,t.jsx)("span",{className:"text-sm font-medium",children:e.name.replace("cli:","")})]}),(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsx)("span",{className:"text-xs text-[var(--muted-foreground)]",children:e.detail}),c(e.status)]})]},e.name))})]}),e?.limits&&(0,t.jsxs)("section",{className:"mb-8",children:[(0,t.jsx)("h2",{className:"text-xs font-medium text-[var(--muted-foreground)] uppercase tracking-wider mb-3",children:"Operational Limits"}),(0,t.jsxs)("div",{className:"rounded-lg border border-[var(--border)] divide-y divide-[var(--border)]",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between px-4 py-3",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsx)(i.Circle,{className:"w-3 h-3 fill-[var(--muted-foreground)] text-[var(--muted-foreground)]"}),(0,t.jsx)("span",{className:"text-sm font-medium",children:"Max Workers"})]}),(0,t.jsx)("span",{className:"text-xs text-[var(--app-shell-soft-text)] font-mono",children:e.limits.maxWorkers})]}),(0,t.jsxs)("div",{className:"flex items-center justify-between px-4 py-3",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsx)(i.Circle,{className:"w-3 h-3 fill-[var(--muted-foreground)] text-[var(--muted-foreground)]"}),(0,t.jsx)("span",{className:"text-sm font-medium",children:"Write QPS Ceiling"})]}),(0,t.jsx)("span",{className:"text-xs text-[var(--app-shell-soft-text)] font-mono",children:e.limits.writeQpsCeiling})]}),(0,t.jsx)("div",{className:"px-4 py-2",children:(0,t.jsxs)("span",{className:"text-[11px] text-[var(--muted-foreground)]",children:["Single-coordinator / single-writer SQLite architecture."," ",(0,t.jsx)("a",{href:"https://github.com/anthropics/agx-cloud/blob/main/docs/LIMITS.md",target:"_blank",rel:"noopener",className:"underline hover:text-[var(--app-shell-soft-text)]",children:"See LIMITS.md"})]})})]})]}),e&&(0,t.jsxs)("p",{className:"text-xs text-[var(--muted-foreground)] text-center",children:["Last checked: ",new Date(e.timestamp).toLocaleTimeString()]})]})})}e.s(["default",()=>d])}]);
@@ -1,2 +1 @@
1
1
  .workspace-sidebar{--workspace-indent:1rem;border-right:1px solid var(--app-shell-border);background:var(--app-shell-pane);width:23rem;min-width:23rem;color:var(--foreground);flex-direction:column;height:100dvh;transition:width .15s,min-width .15s;display:flex;position:sticky;top:0;overflow:hidden}.workspace-sidebar--collapsed{width:3.5rem;min-width:3.5rem}.workspace-sidebar--collapsed .workspace-sidebar__brand{justify-content:center}.workspace-sidebar--collapsed .workspace-sidebar__brand-icon{cursor:pointer;transition:transform .15s}.workspace-sidebar--collapsed .workspace-sidebar__brand-icon:hover{transform:scale(1.08)}.workspace-sidebar__brand{box-sizing:border-box;border-bottom:1px solid var(--app-shell-border);background:color-mix(in srgb,var(--app-shell-pane)84%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:.5rem;min-height:3.5625rem;padding:.875rem .75rem;display:flex}.workspace-sidebar__brand-icon{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:#000;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:1.35rem;font-size:.625rem;font-weight:700;display:inline-flex}.dark .workspace-sidebar__brand-icon{color:#000;background:#fff}.workspace-sidebar__brand-title{color:var(--foreground);margin:0;font-size:.9375rem;font-weight:600}.workspace-sidebar__content{flex-direction:column;flex:1;gap:.125rem;min-height:0;padding:.5rem;display:flex;overflow-y:auto}.workspace-sidebar__section{flex-direction:column;gap:.25rem;display:flex}.workspace-sidebar__section--workspaces{flex:1;min-height:0;overflow:hidden}.workspace-sidebar__section-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.workspace-sidebar__section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--app-shell-soft-text);margin:1rem 0 0;padding:.5rem .75rem;font-size:.625rem;font-weight:700}.workspace-sidebar__section-link{color:var(--app-shell-muted);border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background-color .15s;display:flex}.workspace-sidebar__section-link:hover{color:var(--foreground);background-color:var(--app-shell-subtle)}.workspace-sidebar__nav-item{width:100%;color:var(--app-shell-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s,box-shadow .15s;display:inline-flex}.workspace-sidebar__nav-item:hover{background:var(--app-shell-subtle);color:var(--foreground)}.workspace-sidebar__nav-item--active{background:var(--app-shell-elevated);color:var(--foreground);box-shadow:0 1px 2px #0f172a0f,0 0 0 1px color-mix(in srgb,var(--primary)28%,transparent)}.workspace-sidebar__workspace-list{flex-direction:column;gap:.25rem;min-height:0;margin:0;padding:.125rem 0;list-style:none;display:flex;overflow-y:auto}.workspace-sidebar__workspace-item{position:relative}.workspace-sidebar__workspace-nav-item{padding-right:3rem}.workspace-sidebar__workspace-nav-item:focus-visible,.workspace-sidebar__workspace-action:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.workspace-sidebar__workspace-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workspace-sidebar__workspace-actions{opacity:0;align-items:center;gap:.2rem;transition:opacity .12s;display:inline-flex;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.workspace-sidebar__workspace-action{background:var(--app-shell-elevated);color:var(--app-shell-soft-text);cursor:pointer;border:1px solid #0000;border-radius:.375rem;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;transition:all .12s;display:inline-flex}.workspace-sidebar__workspace-item:hover .workspace-sidebar__workspace-actions,.workspace-sidebar__workspace-nav-item--active+.workspace-sidebar__workspace-actions{opacity:1}.workspace-sidebar__workspace-action:hover:not(:disabled){color:var(--foreground);background:var(--app-shell-elevated);border-color:var(--app-shell-border-strong)}.workspace-sidebar__workspace-action--delete:hover:not(:disabled){color:var(--destructive);background:var(--destructive-muted);border-color:var(--status-failed-border)}.workspace-sidebar__workspace-action:disabled{opacity:.4;cursor:not-allowed}.workspace-sidebar__header-actions{align-items:center;gap:.25rem;display:inline-flex}.workspace-sidebar__action{border:1px solid var(--app-shell-border);background:color-mix(in srgb,var(--app-shell-elevated)92%,transparent);width:1.75rem;height:1.75rem;color:var(--app-shell-muted);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.workspace-sidebar__action:hover:not(:disabled){background:var(--app-shell-elevated);color:var(--foreground)}.workspace-sidebar__action:disabled{opacity:.4;cursor:not-allowed}.workspace-sidebar__action:focus-visible,.workspace-sidebar__empty-cta:focus-visible,.workspace-sidebar__settings-button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.workspace-sidebar__list{flex-direction:column;gap:.35rem;margin:0;padding:.25rem 0;list-style:none;display:flex}.thread-item{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.75rem;flex-direction:column;gap:.3125rem;width:100%;padding:.6rem;transition:all .15s;display:flex}.thread-item:hover{background:var(--app-shell-subtle)}.thread-item--active{background:var(--app-shell-elevated);border-color:color-mix(in srgb,var(--primary)18%,transparent);box-shadow:0 1px 2px #0f172a0d}.thread-item__header{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.thread-item__title-wrap{align-items:center;gap:.3rem;min-width:0;display:inline-flex}.thread-item__hash{color:var(--app-shell-muted);flex-shrink:0}.thread-item__title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.thread-item__timestamp{color:var(--app-shell-soft-text);white-space:nowrap;flex-shrink:0;font-size:.625rem}.thread-item__meta{color:var(--app-shell-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.35;display:-webkit-box;overflow:hidden}.workspace-sidebar__empty{padding:.75rem .625rem}.workspace-sidebar__empty-card{border:1px dashed var(--app-shell-border-strong);background:var(--app-shell-subtle);text-align:left;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:.875rem;display:flex}.workspace-sidebar__empty-title{color:var(--foreground);margin:0;font-size:.8125rem;font-weight:600}.workspace-sidebar__empty-copy{color:var(--app-shell-muted);margin:0;font-size:.75rem;line-height:1.45}.workspace-sidebar__empty-cta{border:1px solid var(--app-shell-border-strong);background:var(--app-shell-elevated);color:var(--foreground);cursor:pointer;border-radius:.5rem;width:fit-content;padding:.45rem .625rem;font-size:.75rem;font-weight:500}.workspace-sidebar__empty-cta:hover:not(:disabled){background:var(--app-shell-subtle)}.workspace-sidebar__empty-cta:disabled{opacity:.4;cursor:not-allowed}.workspace-sidebar__models{flex-direction:column;margin:0;padding:.125rem 0;list-style:none;display:flex}.workspace-sidebar__model-item{border-radius:.375rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.workspace-sidebar__model-item:hover{background:var(--app-shell-subtle)}.workspace-sidebar__model-dot{border-radius:999px;flex-shrink:0;width:.5rem;height:.5rem}.workspace-sidebar__model-name{color:var(--foreground);font-size:.875rem;font-weight:500}.workspace-sidebar__model-meta{color:var(--app-shell-soft-text);opacity:0;text-align:right;font-size:.625rem;transition:opacity .15s}.workspace-sidebar__model-item:hover .workspace-sidebar__model-meta{opacity:1}.workspace-sidebar__models-empty{color:var(--app-shell-soft-text);margin:0;padding:.25rem .75rem 0;font-size:.75rem}.workspace-sidebar__footer{border-top:1px solid var(--app-shell-border);margin-top:auto;padding:.75rem}.workspace-sidebar__settings-button{width:100%;color:var(--app-shell-muted);cursor:pointer;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s;display:inline-flex}.workspace-sidebar__settings-button:hover{background:var(--app-shell-subtle);color:var(--foreground)}
2
- .FileMentionPopover-module__1CTxzW__popover{animation:.12s ease-out both FileMentionPopover-module__1CTxzW__fileMentionFadeIn}@keyframes FileMentionPopover-module__1CTxzW__fileMentionFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}