conductor-oss 0.2.18 → 0.2.19

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 (187) hide show
  1. package/dist/commands/dashboard.js +2 -2
  2. package/dist/commands/start.d.ts +3 -6
  3. package/dist/commands/start.d.ts.map +1 -1
  4. package/dist/commands/start.js +389 -220
  5. package/dist/commands/start.js.map +1 -1
  6. package/dist/index.js +0 -4
  7. package/dist/index.js.map +1 -1
  8. package/native/conductor +0 -0
  9. package/node_modules/@conductor-oss/core/dist/session-manager.js +1 -1
  10. package/node_modules/@conductor-oss/core/dist/session-manager.js.map +1 -1
  11. package/node_modules/@conductor-oss/plugin-agent-amp/package.json +1 -1
  12. package/node_modules/@conductor-oss/plugin-agent-ccr/package.json +1 -1
  13. package/node_modules/@conductor-oss/plugin-agent-claude-code/package.json +1 -1
  14. package/node_modules/@conductor-oss/plugin-agent-codex/package.json +1 -1
  15. package/node_modules/@conductor-oss/plugin-agent-cursor-cli/package.json +1 -1
  16. package/node_modules/@conductor-oss/plugin-agent-droid/package.json +1 -1
  17. package/node_modules/@conductor-oss/plugin-agent-gemini/package.json +1 -1
  18. package/node_modules/@conductor-oss/plugin-agent-github-copilot/package.json +1 -1
  19. package/node_modules/@conductor-oss/plugin-agent-opencode/package.json +1 -1
  20. package/node_modules/@conductor-oss/plugin-agent-qwen-code/package.json +1 -1
  21. package/node_modules/@conductor-oss/plugin-mcp-server/package.json +1 -1
  22. package/node_modules/@conductor-oss/plugin-notifier-desktop/package.json +1 -1
  23. package/node_modules/@conductor-oss/plugin-notifier-discord/package.json +1 -1
  24. package/node_modules/@conductor-oss/plugin-runtime-tmux/package.json +1 -1
  25. package/node_modules/@conductor-oss/plugin-scm-github/package.json +1 -1
  26. package/node_modules/@conductor-oss/plugin-terminal-web/package.json +1 -1
  27. package/node_modules/@conductor-oss/plugin-tracker-github/package.json +1 -1
  28. package/node_modules/@conductor-oss/plugin-workspace-worktree/package.json +1 -1
  29. package/package.json +21 -22
  30. package/web/.next/standalone/packages/web/.next/BUILD_ID +1 -1
  31. package/web/.next/standalone/packages/web/.next/app-path-routes-manifest.json +0 -1
  32. package/web/.next/standalone/packages/web/.next/build-manifest.json +2 -2
  33. package/web/.next/standalone/packages/web/.next/prerender-manifest.json +3 -3
  34. package/web/.next/standalone/packages/web/.next/routes-manifest.json +0 -6
  35. package/web/.next/standalone/packages/web/.next/server/app/_global-error.html +2 -2
  36. package/web/.next/standalone/packages/web/.next/server/app/_global-error.rsc +1 -1
  37. package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  38. package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  39. package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  40. package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  41. package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  42. package/web/.next/standalone/packages/web/.next/server/app/_not-found/page/server-reference-manifest.json +7 -7
  43. package/web/.next/standalone/packages/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  44. package/web/.next/standalone/packages/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  45. package/web/.next/standalone/packages/web/.next/server/app/_not-found.html +1 -1
  46. package/web/.next/standalone/packages/web/.next/server/app/_not-found.rsc +3 -3
  47. package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  48. package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  49. package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  50. package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  51. package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  52. package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  53. package/web/.next/standalone/packages/web/.next/server/app/api/access/route.js.nft.json +1 -1
  54. package/web/.next/standalone/packages/web/.next/server/app/api/attachments/route.js.nft.json +1 -1
  55. package/web/.next/standalone/packages/web/.next/server/app/api/boards/route.js.nft.json +1 -1
  56. package/web/.next/standalone/packages/web/.next/server/app/api/config/route.js.nft.json +1 -1
  57. package/web/.next/standalone/packages/web/.next/server/app/api/context-files/route.js.nft.json +1 -1
  58. package/web/.next/standalone/packages/web/.next/server/app/api/events/route.js.nft.json +1 -1
  59. package/web/.next/standalone/packages/web/.next/server/app/api/filesystem/directory/route.js.nft.json +1 -1
  60. package/web/.next/standalone/packages/web/.next/server/app/api/github/repos/route.js.nft.json +1 -1
  61. package/web/.next/standalone/packages/web/.next/server/app/api/health/boards/route.js.nft.json +1 -1
  62. package/web/.next/standalone/packages/web/.next/server/app/api/health/sessions/route.js.nft.json +1 -1
  63. package/web/.next/standalone/packages/web/.next/server/app/api/notifications/route.js.nft.json +1 -1
  64. package/web/.next/standalone/packages/web/.next/server/app/api/preferences/route.js.nft.json +1 -1
  65. package/web/.next/standalone/packages/web/.next/server/app/api/repositories/route.js.nft.json +1 -1
  66. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/actions/route.js.nft.json +1 -1
  67. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/checks/route.js.nft.json +1 -1
  68. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/diff/route.js.nft.json +1 -1
  69. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/feed/route.js.nft.json +1 -1
  70. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/feedback/route.js.nft.json +1 -1
  71. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/files/route.js.nft.json +1 -1
  72. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/keys/route.js.nft.json +1 -1
  73. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/kill/route.js.nft.json +1 -1
  74. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/route.js.nft.json +1 -1
  75. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/stream/route.js.nft.json +1 -1
  76. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/restore/route.js.nft.json +1 -1
  77. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
  78. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/send/route.js.nft.json +1 -1
  79. package/web/.next/standalone/packages/web/.next/server/app/api/sessions/route.js.nft.json +1 -1
  80. package/web/.next/standalone/packages/web/.next/server/app/api/spawn/route.js.nft.json +1 -1
  81. package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/branches/route.js.nft.json +1 -1
  82. package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js +4 -4
  83. package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js.nft.json +1 -1
  84. package/web/.next/standalone/packages/web/.next/server/app/index.html +1 -1
  85. package/web/.next/standalone/packages/web/.next/server/app/index.rsc +4 -4
  86. package/web/.next/standalone/packages/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  87. package/web/.next/standalone/packages/web/.next/server/app/index.segments/_full.segment.rsc +4 -4
  88. package/web/.next/standalone/packages/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  89. package/web/.next/standalone/packages/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
  90. package/web/.next/standalone/packages/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  91. package/web/.next/standalone/packages/web/.next/server/app/page/server-reference-manifest.json +7 -7
  92. package/web/.next/standalone/packages/web/.next/server/app/page.js.nft.json +1 -1
  93. package/web/.next/standalone/packages/web/.next/server/app/page_client-reference-manifest.js +1 -1
  94. package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page/server-reference-manifest.json +7 -7
  95. package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  96. package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  97. package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page/server-reference-manifest.json +7 -7
  98. package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page.js.nft.json +1 -1
  99. package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page_client-reference-manifest.js +1 -1
  100. package/web/.next/standalone/packages/web/.next/server/app/unlock/page/server-reference-manifest.json +7 -7
  101. package/web/.next/standalone/packages/web/.next/server/app/unlock/page.js.nft.json +1 -1
  102. package/web/.next/standalone/packages/web/.next/server/app/unlock/page_client-reference-manifest.js +1 -1
  103. package/web/.next/standalone/packages/web/.next/server/app-paths-manifest.json +0 -1
  104. package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__1ed2e6c1._.js +1 -1
  105. package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__3d6b30a3._.js +1 -1
  106. package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__a0b6570d._.js +3 -0
  107. package/web/.next/standalone/packages/web/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0e4dc4f7.js +2 -1
  108. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{[root-of-the-server]__12eb9005._.js → [root-of-the-server]__1c826f12._.js} +2 -2
  109. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__6622b514._.js +1 -1
  110. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__869d9ac0._.js +1 -1
  111. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__9dc23e5a._.js +1 -1
  112. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_0e1412de._.js +1 -1
  113. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_69e05fca._.js +1 -1
  114. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_80efe193._.js +1 -1
  115. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_b6d31783._.js +1 -1
  116. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_c0f0e227._.js +1 -1
  117. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_f36ddaa9._.js +1 -1
  118. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_270cb834._.js +1 -1
  119. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{node_modules_@clerk_nextjs_dist_esm_app-router_78af9fdf._.js → node_modules_@clerk_nextjs_dist_esm_app-router_2985ec6c._.js} +2 -2
  120. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_ad33a435._.js +3 -0
  121. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_f2ebd7a9._.js +1 -1
  122. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_79316445._.js +1 -1
  123. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_a078c137._.js +1 -1
  124. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_app_page_tsx_cd282e82._.js +1 -1
  125. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{packages_web_src_components_3809c507._.js → packages_web_src_components_6cec00fe._.js} +1 -1
  126. package/web/.next/standalone/packages/web/.next/server/functions-config-manifest.json +1 -2
  127. package/web/.next/standalone/packages/web/.next/server/pages/404.html +1 -1
  128. package/web/.next/standalone/packages/web/.next/server/pages/500.html +2 -2
  129. package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.js +1 -1
  130. package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.json +8 -8
  131. package/web/.next/standalone/packages/web/.next/static/chunks/062888342200567f.js +1 -0
  132. package/web/.next/standalone/packages/web/.next/static/chunks/{c959976264f14eba.js → 6b43741a27171ff7.js} +1 -1
  133. package/web/.next/standalone/packages/web/.next/static/chunks/8221b78965a50858.js +1 -0
  134. package/web/.next/standalone/packages/web/.next/static/chunks/858f7ae5c23d7b37.js +1 -0
  135. package/web/.next/standalone/packages/web/.next/static/chunks/8de84e208e201d72.css +3 -0
  136. package/web/.next/{static/chunks/28dd6ef2af62b509.js → standalone/packages/web/.next/static/chunks/ad82e3dcd5fe1a50.js} +2 -2
  137. package/web/.next/standalone/packages/web/.next/static/chunks/{e862e73b22fe29c2.js → c4ea57fb949fb623.js} +1 -1
  138. package/web/.next/standalone/packages/web/src/components/layout/TopBar.tsx +8 -10
  139. package/web/.next/standalone/packages/web/src/features/dashboard/DashboardClient.tsx +32 -16
  140. package/web/.next/standalone/packages/web/src/features/sessions/SessionPageClient.tsx +12 -2
  141. package/web/.next/standalone/packages/web/src/proxy.ts +1 -0
  142. package/web/.next/static/chunks/062888342200567f.js +1 -0
  143. package/web/.next/static/chunks/{c959976264f14eba.js → 6b43741a27171ff7.js} +1 -1
  144. package/web/.next/static/chunks/8221b78965a50858.js +1 -0
  145. package/web/.next/static/chunks/858f7ae5c23d7b37.js +1 -0
  146. package/web/.next/static/chunks/8de84e208e201d72.css +3 -0
  147. package/web/.next/{standalone/packages/web/.next/static/chunks/28dd6ef2af62b509.js → static/chunks/ad82e3dcd5fe1a50.js} +2 -2
  148. package/web/.next/static/chunks/{e862e73b22fe29c2.js → c4ea57fb949fb623.js} +1 -1
  149. package/dist/commands/watch.d.ts +0 -12
  150. package/dist/commands/watch.d.ts.map +0 -1
  151. package/dist/commands/watch.js +0 -84
  152. package/dist/commands/watch.js.map +0 -1
  153. package/dist/commands/webhook.d.ts +0 -12
  154. package/dist/commands/webhook.d.ts.map +0 -1
  155. package/dist/commands/webhook.js +0 -59
  156. package/dist/commands/webhook.js.map +0 -1
  157. package/node_modules/@conductor-oss/plugin-webhook/dist/index.d.ts +0 -28
  158. package/node_modules/@conductor-oss/plugin-webhook/dist/index.d.ts.map +0 -1
  159. package/node_modules/@conductor-oss/plugin-webhook/dist/index.js +0 -295
  160. package/node_modules/@conductor-oss/plugin-webhook/dist/index.js.map +0 -1
  161. package/node_modules/@conductor-oss/plugin-webhook/package.json +0 -11
  162. package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/app-paths-manifest.json +0 -3
  163. package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/build-manifest.json +0 -11
  164. package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/server-reference-manifest.json +0 -4
  165. package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js +0 -8
  166. package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js.map +0 -5
  167. package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js.nft.json +0 -1
  168. package/web/.next/standalone/packages/web/.next/server/app/api/agents/route_client-reference-manifest.js +0 -2
  169. package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__7633d324._.js +0 -4
  170. package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__bf8faac8._.js +0 -4
  171. package/web/.next/standalone/packages/web/.next/server/chunks/packages_web__next-internal_server_app_api_agents_route_actions_29063d1a.js +0 -3
  172. package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_c4bad84a._.js +0 -3
  173. package/web/.next/standalone/packages/web/.next/static/chunks/1e67fbc3874d3f51.js +0 -1
  174. package/web/.next/standalone/packages/web/.next/static/chunks/2b2a24dff50e7dc9.js +0 -1
  175. package/web/.next/standalone/packages/web/.next/static/chunks/483eb2824f5282c7.js +0 -1
  176. package/web/.next/standalone/packages/web/.next/static/chunks/860d84e1f09476a4.css +0 -3
  177. package/web/.next/standalone/packages/web/src/app/api/agents/route.ts +0 -223
  178. package/web/.next/static/chunks/1e67fbc3874d3f51.js +0 -1
  179. package/web/.next/static/chunks/2b2a24dff50e7dc9.js +0 -1
  180. package/web/.next/static/chunks/483eb2824f5282c7.js +0 -1
  181. package/web/.next/static/chunks/860d84e1f09476a4.css +0 -3
  182. /package/web/.next/standalone/packages/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → UGPSYGs8x8jahGnVodP_c}/_buildManifest.js +0 -0
  183. /package/web/.next/standalone/packages/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → UGPSYGs8x8jahGnVodP_c}/_clientMiddlewareManifest.json +0 -0
  184. /package/web/.next/standalone/packages/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → UGPSYGs8x8jahGnVodP_c}/_ssgManifest.js +0 -0
  185. /package/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → UGPSYGs8x8jahGnVodP_c}/_buildManifest.js +0 -0
  186. /package/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → UGPSYGs8x8jahGnVodP_c}/_clientMiddlewareManifest.json +0 -0
  187. /package/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → UGPSYGs8x8jahGnVodP_c}/_ssgManifest.js +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-oss",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,26 +33,25 @@
33
33
  "directory": "packages/cli"
34
34
  },
35
35
  "dependencies": {
36
- "@conductor-oss/core": "0.2.18",
37
- "@conductor-oss/plugin-agent-claude-code": "0.2.18",
38
- "@conductor-oss/plugin-agent-codex": "0.2.18",
39
- "@conductor-oss/plugin-agent-gemini": "0.2.18",
40
- "@conductor-oss/plugin-agent-amp": "0.2.18",
41
- "@conductor-oss/plugin-agent-cursor-cli": "0.2.18",
42
- "@conductor-oss/plugin-agent-opencode": "0.2.18",
43
- "@conductor-oss/plugin-agent-droid": "0.2.18",
44
- "@conductor-oss/plugin-agent-qwen-code": "0.2.18",
45
- "@conductor-oss/plugin-agent-ccr": "0.2.18",
46
- "@conductor-oss/plugin-agent-github-copilot": "0.2.18",
47
- "@conductor-oss/plugin-mcp-server": "0.2.18",
48
- "@conductor-oss/plugin-notifier-desktop": "0.2.18",
49
- "@conductor-oss/plugin-notifier-discord": "0.2.18",
50
- "@conductor-oss/plugin-runtime-tmux": "0.2.18",
51
- "@conductor-oss/plugin-scm-github": "0.2.18",
52
- "@conductor-oss/plugin-terminal-web": "0.2.18",
53
- "@conductor-oss/plugin-tracker-github": "0.2.18",
54
- "@conductor-oss/plugin-webhook": "0.2.18",
55
- "@conductor-oss/plugin-workspace-worktree": "0.2.18",
36
+ "@conductor-oss/core": "0.2.19",
37
+ "@conductor-oss/plugin-agent-claude-code": "0.2.19",
38
+ "@conductor-oss/plugin-agent-codex": "0.2.19",
39
+ "@conductor-oss/plugin-agent-gemini": "0.2.19",
40
+ "@conductor-oss/plugin-agent-amp": "0.2.19",
41
+ "@conductor-oss/plugin-agent-cursor-cli": "0.2.19",
42
+ "@conductor-oss/plugin-agent-opencode": "0.2.19",
43
+ "@conductor-oss/plugin-agent-droid": "0.2.19",
44
+ "@conductor-oss/plugin-agent-qwen-code": "0.2.19",
45
+ "@conductor-oss/plugin-agent-ccr": "0.2.19",
46
+ "@conductor-oss/plugin-agent-github-copilot": "0.2.19",
47
+ "@conductor-oss/plugin-mcp-server": "0.2.19",
48
+ "@conductor-oss/plugin-notifier-desktop": "0.2.19",
49
+ "@conductor-oss/plugin-notifier-discord": "0.2.19",
50
+ "@conductor-oss/plugin-runtime-tmux": "0.2.19",
51
+ "@conductor-oss/plugin-scm-github": "0.2.19",
52
+ "@conductor-oss/plugin-terminal-web": "0.2.19",
53
+ "@conductor-oss/plugin-tracker-github": "0.2.19",
54
+ "@conductor-oss/plugin-workspace-worktree": "0.2.19",
56
55
  "chalk": "^5.6.2",
57
56
  "commander": "^14.0.3",
58
57
  "ora": "^9.3.0",
@@ -83,6 +82,7 @@
83
82
  "files": [
84
83
  "dist/",
85
84
  "web/",
85
+ "native/",
86
86
  "README.md",
87
87
  "LICENSE"
88
88
  ],
@@ -105,7 +105,6 @@
105
105
  "@conductor-oss/plugin-scm-github",
106
106
  "@conductor-oss/plugin-terminal-web",
107
107
  "@conductor-oss/plugin-tracker-github",
108
- "@conductor-oss/plugin-webhook",
109
108
  "@conductor-oss/plugin-workspace-worktree"
110
109
  ]
111
110
  }
@@ -1 +1 @@
1
- eSF3qxz6RT8UXiwr-uibJ
1
+ UGPSYGs8x8jahGnVodP_c
@@ -2,7 +2,6 @@
2
2
  "/_global-error/page": "/_global-error",
3
3
  "/_not-found/page": "/_not-found",
4
4
  "/api/access/route": "/api/access",
5
- "/api/agents/route": "/api/agents",
6
5
  "/api/attachments/route": "/api/attachments",
7
6
  "/api/auth/session/route": "/api/auth/session",
8
7
  "/api/boards/route": "/api/boards",
@@ -7,8 +7,8 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/eSF3qxz6RT8UXiwr-uibJ/_ssgManifest.js",
11
- "static/eSF3qxz6RT8UXiwr-uibJ/_buildManifest.js"
10
+ "static/UGPSYGs8x8jahGnVodP_c/_ssgManifest.js",
11
+ "static/UGPSYGs8x8jahGnVodP_c/_buildManifest.js"
12
12
  ],
13
13
  "rootMainFiles": [
14
14
  "static/chunks/ba2aa8b54e912820.js",
@@ -107,8 +107,8 @@
107
107
  "dynamicRoutes": {},
108
108
  "notFoundRoutes": [],
109
109
  "preview": {
110
- "previewModeId": "3fd2610f2c93ccfa29939ddc77da83ca",
111
- "previewModeSigningKey": "be3df27b7091d0c0b24a9ac786eed378c124470c23f8744c75467b214ac7622c",
112
- "previewModeEncryptionKey": "d8b060f38a44befc7b3c1a3f14ea612a9c79db517257a6b580f28fd51c3af0d9"
110
+ "previewModeId": "6faa6011854b88ea1d5a58fabe75417c",
111
+ "previewModeSigningKey": "13df012db56f57d5fc2c80912fffa30ca3bd1e5f5a9e400b11a5114c9efbb423",
112
+ "previewModeEncryptionKey": "5934e6888705d6887eb08dd076361470036afecfb6d43fd7e07ad7ff6f3fc58f"
113
113
  }
114
114
  }
@@ -167,12 +167,6 @@
167
167
  "routeKeys": {},
168
168
  "namedRegex": "^/api/access(?:/)?$"
169
169
  },
170
- {
171
- "page": "/api/agents",
172
- "regex": "^/api/agents(?:/)?$",
173
- "routeKeys": {},
174
- "namedRegex": "^/api/agents(?:/)?$"
175
- },
176
170
  {
177
171
  "page": "/api/attachments",
178
172
  "regex": "^/api/attachments(?:/)?$",
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--eSF3qxz6RT8UXiwr_uibJ--><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/ba2aa8b54e912820.js"/><script src="/_next/static/chunks/12d9b4273416fe9b.js" async=""></script><script src="/_next/static/chunks/45bd2451c2b0790c.js" async=""></script><script src="/_next/static/chunks/06bdd070b8d25946.js" async=""></script><script src="/_next/static/chunks/72c822cfe5b6f4f2.js" async=""></script><script src="/_next/static/chunks/turbopack-57373a2ee9f56180.js" async=""></script><script src="/_next/static/chunks/c4c79d5d0b280aeb.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/ba2aa8b54e912820.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/c4c79d5d0b280aeb.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"eSF3qxz6RT8UXiwr-uibJ\",\"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/c4c79d5d0b280aeb.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><!--UGPSYGs8x8jahGnVodP_c--><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/ba2aa8b54e912820.js"/><script src="/_next/static/chunks/12d9b4273416fe9b.js" async=""></script><script src="/_next/static/chunks/45bd2451c2b0790c.js" async=""></script><script src="/_next/static/chunks/06bdd070b8d25946.js" async=""></script><script src="/_next/static/chunks/72c822cfe5b6f4f2.js" async=""></script><script src="/_next/static/chunks/turbopack-57373a2ee9f56180.js" async=""></script><script src="/_next/static/chunks/c4c79d5d0b280aeb.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/ba2aa8b54e912820.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/c4c79d5d0b280aeb.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"UGPSYGs8x8jahGnVodP_c\",\"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/c4c79d5d0b280aeb.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>
@@ -6,7 +6,7 @@
6
6
  7:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ViewportBoundary"]
7
7
  9:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"MetadataBoundary"]
8
8
  b:I[68027,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
9
- 0:{"P":null,"b":"eSF3qxz6RT8UXiwr-uibJ","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/c4c79d5d0b280aeb.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}
9
+ 0:{"P":null,"b":"UGPSYGs8x8jahGnVodP_c","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/c4c79d5d0b280aeb.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}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  6:null
12
12
  a:[]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"eSF3qxz6RT8UXiwr-uibJ","rsc":["$","$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/c4c79d5d0b280aeb.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"UGPSYGs8x8jahGnVodP_c","rsc":["$","$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/c4c79d5d0b280aeb.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -6,7 +6,7 @@
6
6
  7:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ViewportBoundary"]
7
7
  9:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"MetadataBoundary"]
8
8
  b:I[68027,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
9
- 0:{"P":null,"b":"eSF3qxz6RT8UXiwr-uibJ","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/c4c79d5d0b280aeb.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}
9
+ 0:{"P":null,"b":"UGPSYGs8x8jahGnVodP_c","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/c4c79d5d0b280aeb.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}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  6:null
12
12
  a:[]
@@ -2,4 +2,4 @@
2
2
  2:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ViewportBoundary"]
3
3
  3:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"eSF3qxz6RT8UXiwr-uibJ","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"UGPSYGs8x8jahGnVodP_c","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[39756,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
4
- 0:{"buildId":"eSF3qxz6RT8UXiwr-uibJ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"UGPSYGs8x8jahGnVodP_c","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1 +1 @@
1
- 0:{"buildId":"eSF3qxz6RT8UXiwr-uibJ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
1
+ 0:{"buildId":"UGPSYGs8x8jahGnVodP_c","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "005518192e976a732fe22bdaab32844b9eb751b5af": {
3
+ "007d256d4940662c4a75c8364e8308de6f9fb53073": {
4
4
  "workers": {
5
5
  "app/_not-found/page": {
6
6
  "moduleId": 66615,
@@ -15,7 +15,7 @@
15
15
  "exportedName": "detectKeylessEnvDriftAction",
16
16
  "filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js"
17
17
  },
18
- "004ad55860d00c0b88f1cc4a49620df784675c58c8": {
18
+ "000a6182e56f982c29f9890d970fbb9c61053eb71d": {
19
19
  "workers": {
20
20
  "app/_not-found/page": {
21
21
  "moduleId": 66615,
@@ -30,7 +30,7 @@
30
30
  "exportedName": "invalidateCacheAction",
31
31
  "filename": "node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js"
32
32
  },
33
- "00c0a601f70ee423bfba0ca90a896e1583105820a8": {
33
+ "00c3fb8d59a5ec43e8b33aa662d5f6fe12c96dc59b": {
34
34
  "workers": {
35
35
  "app/_not-found/page": {
36
36
  "moduleId": 66615,
@@ -45,7 +45,7 @@
45
45
  "exportedName": "createOrReadKeylessAction",
46
46
  "filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js"
47
47
  },
48
- "00b162c03605abf0aac4f71d11a1a0fb2263e42300": {
48
+ "005cc7e917a41766c0b34d7f38311444570a8ceb79": {
49
49
  "workers": {
50
50
  "app/_not-found/page": {
51
51
  "moduleId": 66615,
@@ -60,7 +60,7 @@
60
60
  "exportedName": "collectKeylessMetadata",
61
61
  "filename": "node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js"
62
62
  },
63
- "407cd41dfc05b5b9e98b2cc37f8b3a25bd5d136016": {
63
+ "40e2f972284ef77cbd65462f1b2d2fc0663bde1cfb": {
64
64
  "workers": {
65
65
  "app/_not-found/page": {
66
66
  "moduleId": 66615,
@@ -75,7 +75,7 @@
75
75
  "exportedName": "formatMetadataHeaders",
76
76
  "filename": "node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js"
77
77
  },
78
- "006b576f68969d56679602f2efafd04f16e06733df": {
78
+ "00beeb9b90a95524456d1ee2e705465ad416dd92a6": {
79
79
  "workers": {
80
80
  "app/_not-found/page": {
81
81
  "moduleId": 66615,
@@ -90,7 +90,7 @@
90
90
  "exportedName": "deleteKeylessAction",
91
91
  "filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js"
92
92
  },
93
- "401ec4cb0b784bfb9223c4bd7b67f802fc28f88168": {
93
+ "400900e176eab49dddf3000d80c61cd0cf74c94f67": {
94
94
  "workers": {
95
95
  "app/_not-found/page": {
96
96
  "moduleId": 66615,
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__09178ceb._.js","../../chunks/ssr/[root-of-the-server]__12eb9005._.js","../../chunks/ssr/[root-of-the-server]__16889f19._.js","../../chunks/ssr/[root-of-the-server]__4f387f9d._.js","../../chunks/ssr/[root-of-the-server]__525ee5d4._.js","../../chunks/ssr/[root-of-the-server]__869d9ac0._.js","../../chunks/ssr/[root-of-the-server]__a509d17d._.js","../../chunks/ssr/[root-of-the-server]__bc8d015f._.js","../../chunks/ssr/[root-of-the-server]__f3a0805b._.js","../../chunks/ssr/[root-of-the-server]__f45766c6._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_69e05fca._.js","../../chunks/ssr/_b6d31783._.js","../../chunks/ssr/d4b1c_modules_@clerk_nextjs_dist_esm_app-router_client_keyless-cookie-sync_f823d0f8.js","../../chunks/ssr/node_modules_270cb834._.js","../../chunks/ssr/node_modules_70eac050._.js","../../chunks/ssr/node_modules_@clerk_5c577fb4._.js","../../chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_78af9fdf._.js","../../chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_c4bad84a._.js","../../chunks/ssr/node_modules_@clerk_nextjs_dist_esm_server_keyless-log-cache_52006def.js","../../chunks/ssr/node_modules_f2ebd7a9._.js","../../chunks/ssr/node_modules_next_06f89723._.js","../../chunks/ssr/node_modules_next_2a43e292._.js","../../chunks/ssr/node_modules_next_dist_2df23979._.js","../../chunks/ssr/node_modules_next_dist_65e60196._.js","../../chunks/ssr/node_modules_next_dist_aa203534._.js","../../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_cd51dad4.js","../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","../../chunks/ssr/packages_web_src_app_7254dc39._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__09178ceb._.js","../../chunks/ssr/[root-of-the-server]__16889f19._.js","../../chunks/ssr/[root-of-the-server]__1c826f12._.js","../../chunks/ssr/[root-of-the-server]__4f387f9d._.js","../../chunks/ssr/[root-of-the-server]__525ee5d4._.js","../../chunks/ssr/[root-of-the-server]__869d9ac0._.js","../../chunks/ssr/[root-of-the-server]__a509d17d._.js","../../chunks/ssr/[root-of-the-server]__bc8d015f._.js","../../chunks/ssr/[root-of-the-server]__f3a0805b._.js","../../chunks/ssr/[root-of-the-server]__f45766c6._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_69e05fca._.js","../../chunks/ssr/_b6d31783._.js","../../chunks/ssr/d4b1c_modules_@clerk_nextjs_dist_esm_app-router_client_keyless-cookie-sync_f823d0f8.js","../../chunks/ssr/node_modules_270cb834._.js","../../chunks/ssr/node_modules_70eac050._.js","../../chunks/ssr/node_modules_@clerk_5c577fb4._.js","../../chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_2985ec6c._.js","../../chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_ad33a435._.js","../../chunks/ssr/node_modules_@clerk_nextjs_dist_esm_server_keyless-log-cache_52006def.js","../../chunks/ssr/node_modules_f2ebd7a9._.js","../../chunks/ssr/node_modules_next_06f89723._.js","../../chunks/ssr/node_modules_next_2a43e292._.js","../../chunks/ssr/node_modules_next_dist_2df23979._.js","../../chunks/ssr/node_modules_next_dist_65e60196._.js","../../chunks/ssr/node_modules_next_dist_aa203534._.js","../../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_cd51dad4.js","../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","../../chunks/ssr/packages_web_src_app_7254dc39._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/controlComponents.js <module evaluation>":{"id":27534,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/controlComponents.js":{"id":27534,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>":{"id":58072,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js":{"id":58072,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/hooks.js <module evaluation>":{"id":96136,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/hooks.js":{"id":96136,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/PromisifiedAuthProvider.js <module evaluation>":{"id":40578,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/PromisifiedAuthProvider.js":{"id":40578,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/ClerkProvider.js <module evaluation>":{"id":41895,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/ClerkProvider.js":{"id":41895,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/keyless-cookie-sync.js <module evaluation>":{"id":96211,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/keyless-cookie-sync.js":{"id":96211,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/components/ThemeProvider.tsx <module evaluation>":{"id":46770,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/components/ThemeProvider.tsx":{"id":46770,"name":"*","chunks":["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27534":{"*":{"id":90739,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__12eb9005._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"58072":{"*":{"id":10232,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__12eb9005._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"96136":{"*":{"id":41663,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__12eb9005._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"40578":{"*":{"id":32644,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__12eb9005._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"41895":{"*":{"id":82114,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__12eb9005._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"96211":{"*":{"id":37334,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__12eb9005._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"46770":{"*":{"id":92768,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__12eb9005._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27534":{"*":{"id":77542,"name":"*","chunks":[],"async":false}},"58072":{"*":{"id":80832,"name":"*","chunks":[],"async":false}},"96136":{"*":{"id":14330,"name":"*","chunks":[],"async":false}},"40578":{"*":{"id":38886,"name":"*","chunks":[],"async":false}},"41895":{"*":{"id":43657,"name":"*","chunks":[],"async":false}},"96211":{"*":{"id":91789,"name":"*","chunks":[],"async":false}},"46770":{"*":{"id":97973,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/packages/web/src/app/icon.svg":[],"[project]/packages/web/src/app/layout":[{"path":"static/chunks/860d84e1f09476a4.css","inlined":false}]},"entryJSFiles":{"[project]/packages/web/src/app/icon.svg":["static/chunks/c4c79d5d0b280aeb.js"],"[project]/packages/web/src/app/layout":["static/chunks/28dd6ef2af62b509.js","static/chunks/fdcf16937d36c773.js"]}}
2
+ globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c4c79d5d0b280aeb.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/controlComponents.js <module evaluation>":{"id":27534,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/controlComponents.js":{"id":27534,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js <module evaluation>":{"id":58072,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/uiComponents.js":{"id":58072,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/hooks.js <module evaluation>":{"id":96136,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/hooks.js":{"id":96136,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/PromisifiedAuthProvider.js <module evaluation>":{"id":40578,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/client-boundary/PromisifiedAuthProvider.js":{"id":40578,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/ClerkProvider.js <module evaluation>":{"id":41895,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/ClerkProvider.js":{"id":41895,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/keyless-cookie-sync.js <module evaluation>":{"id":96211,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/node_modules/@clerk/nextjs/dist/esm/app-router/client/keyless-cookie-sync.js":{"id":96211,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/components/ThemeProvider.tsx <module evaluation>":{"id":46770,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false},"[project]/packages/web/src/components/ThemeProvider.tsx":{"id":46770,"name":"*","chunks":["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__525ee5d4._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27534":{"*":{"id":90739,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__1c826f12._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"58072":{"*":{"id":10232,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__1c826f12._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"96136":{"*":{"id":41663,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__1c826f12._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"40578":{"*":{"id":32644,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__1c826f12._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"41895":{"*":{"id":82114,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__1c826f12._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"96211":{"*":{"id":37334,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__1c826f12._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}},"46770":{"*":{"id":92768,"name":"*","chunks":["server/chunks/ssr/_b6d31783._.js","server/chunks/ssr/[root-of-the-server]__1c826f12._.js","server/chunks/ssr/node_modules_70eac050._.js","server/chunks/ssr/node_modules_next_2a43e292._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27534":{"*":{"id":77542,"name":"*","chunks":[],"async":false}},"58072":{"*":{"id":80832,"name":"*","chunks":[],"async":false}},"96136":{"*":{"id":14330,"name":"*","chunks":[],"async":false}},"40578":{"*":{"id":38886,"name":"*","chunks":[],"async":false}},"41895":{"*":{"id":43657,"name":"*","chunks":[],"async":false}},"96211":{"*":{"id":91789,"name":"*","chunks":[],"async":false}},"46770":{"*":{"id":97973,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/packages/web/src/app/icon.svg":[],"[project]/packages/web/src/app/layout":[{"path":"static/chunks/8de84e208e201d72.css","inlined":false}]},"entryJSFiles":{"[project]/packages/web/src/app/icon.svg":["static/chunks/c4c79d5d0b280aeb.js"],"[project]/packages/web/src/app/layout":["static/chunks/ad82e3dcd5fe1a50.js","static/chunks/fdcf16937d36c773.js"]}}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--eSF3qxz6RT8UXiwr_uibJ--><html lang="en" class="tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/860d84e1f09476a4.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/ba2aa8b54e912820.js"/><script src="/_next/static/chunks/12d9b4273416fe9b.js" async=""></script><script src="/_next/static/chunks/45bd2451c2b0790c.js" async=""></script><script src="/_next/static/chunks/06bdd070b8d25946.js" async=""></script><script src="/_next/static/chunks/72c822cfe5b6f4f2.js" async=""></script><script src="/_next/static/chunks/turbopack-57373a2ee9f56180.js" async=""></script><script src="/_next/static/chunks/28dd6ef2af62b509.js" async=""></script><script src="/_next/static/chunks/fdcf16937d36c773.js" async=""></script><script src="/_next/static/chunks/c4c79d5d0b280aeb.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>Conductor</title><meta name="description" content="Multi-agent orchestrator dashboard"/><link rel="icon" href="/icon.svg?icon.9058dcb8.svg" sizes="any" type="image/svg+xml"/><script>try{var t=localStorage.getItem("conductor-theme");var e=document.documentElement;e.classList.remove("light","dark");e.classList.add(t==="light"||t==="dark"?t:"dark")}catch{}</script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased"><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>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/ba2aa8b54e912820.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[46770,[\"/_next/static/chunks/28dd6ef2af62b509.js\",\"/_next/static/chunks/fdcf16937d36c773.js\"],\"ThemeProvider\"]\n3:I[39756,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n5:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"MetadataBoundary\"]\nc:I[68027,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n:HL[\"/_next/static/chunks/860d84e1f09476a4.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"eSF3qxz6RT8UXiwr-uibJ\",\"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/860d84e1f09476a4.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/28dd6ef2af62b509.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fdcf16937d36c773.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"try{var t=localStorage.getItem(\\\"conductor-theme\\\");var e=document.documentElement;e.classList.remove(\\\"light\\\",\\\"dark\\\");e.classList.add(t===\\\"light\\\"||t===\\\"dark\\\"?t:\\\"dark\\\")}catch{}\"}}]}],[\"$\",\"body\",null,{\"className\":\"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased\",\"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\"}]}]}]]}]]}],{\"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: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: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: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:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[27201,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"IconMark\"]\n7:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"Conductor\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent orchestrator dashboard\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.9058dcb8.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$Ld\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--UGPSYGs8x8jahGnVodP_c--><html lang="en" class="tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/8de84e208e201d72.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/ba2aa8b54e912820.js"/><script src="/_next/static/chunks/12d9b4273416fe9b.js" async=""></script><script src="/_next/static/chunks/45bd2451c2b0790c.js" async=""></script><script src="/_next/static/chunks/06bdd070b8d25946.js" async=""></script><script src="/_next/static/chunks/72c822cfe5b6f4f2.js" async=""></script><script src="/_next/static/chunks/turbopack-57373a2ee9f56180.js" async=""></script><script src="/_next/static/chunks/ad82e3dcd5fe1a50.js" async=""></script><script src="/_next/static/chunks/fdcf16937d36c773.js" async=""></script><script src="/_next/static/chunks/c4c79d5d0b280aeb.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>Conductor</title><meta name="description" content="Multi-agent orchestrator dashboard"/><link rel="icon" href="/icon.svg?icon.9058dcb8.svg" sizes="any" type="image/svg+xml"/><script>try{var t=localStorage.getItem("conductor-theme");var e=document.documentElement;e.classList.remove("light","dark");e.classList.add(t==="light"||t==="dark"?t:"dark")}catch{}</script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased"><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>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/ba2aa8b54e912820.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[46770,[\"/_next/static/chunks/ad82e3dcd5fe1a50.js\",\"/_next/static/chunks/fdcf16937d36c773.js\"],\"ThemeProvider\"]\n3:I[39756,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n5:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"MetadataBoundary\"]\nc:I[68027,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"default\"]\n:HL[\"/_next/static/chunks/8de84e208e201d72.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"UGPSYGs8x8jahGnVodP_c\",\"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/8de84e208e201d72.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ad82e3dcd5fe1a50.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fdcf16937d36c773.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"try{var t=localStorage.getItem(\\\"conductor-theme\\\");var e=document.documentElement;e.classList.remove(\\\"light\\\",\\\"dark\\\");e.classList.add(t===\\\"light\\\"||t===\\\"dark\\\"?t:\\\"dark\\\")}catch{}\"}}]}],[\"$\",\"body\",null,{\"className\":\"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased\",\"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\"}]}]}]]}]]}],{\"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: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: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: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:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[27201,[\"/_next/static/chunks/c4c79d5d0b280aeb.js\"],\"IconMark\"]\n7:null\nb:[[\"$\",\"title\",\"0\",{\"children\":\"Conductor\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent orchestrator dashboard\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.svg?icon.9058dcb8.svg\",\"sizes\":\"any\",\"type\":\"image/svg+xml\"}],[\"$\",\"$Ld\",\"3\",{}]]\n"])</script></body></html>
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[46770,["/_next/static/chunks/28dd6ef2af62b509.js","/_next/static/chunks/fdcf16937d36c773.js"],"ThemeProvider"]
2
+ 2:I[46770,["/_next/static/chunks/ad82e3dcd5fe1a50.js","/_next/static/chunks/fdcf16937d36c773.js"],"ThemeProvider"]
3
3
  3:I[39756,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
5
5
  5:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"OutletBoundary"]
@@ -7,8 +7,8 @@
7
7
  8:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"ViewportBoundary"]
8
8
  a:I[97367,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"MetadataBoundary"]
9
9
  c:I[68027,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"default"]
10
- :HL["/_next/static/chunks/860d84e1f09476a4.css","style"]
11
- 0:{"P":null,"b":"eSF3qxz6RT8UXiwr-uibJ","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/860d84e1f09476a4.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/28dd6ef2af62b509.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/fdcf16937d36c773.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{var t=localStorage.getItem(\"conductor-theme\");var e=document.documentElement;e.classList.remove(\"light\",\"dark\");e.classList.add(t===\"light\"||t===\"dark\"?t:\"dark\")}catch{}"}}]}],["$","body",null,{"className":"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased","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"}]}]}]]}]]}],{"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: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: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: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:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true}
10
+ :HL["/_next/static/chunks/8de84e208e201d72.css","style"]
11
+ 0:{"P":null,"b":"UGPSYGs8x8jahGnVodP_c","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/8de84e208e201d72.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/ad82e3dcd5fe1a50.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/fdcf16937d36c773.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"tomorrow_a2464713-module__EiLYZq__variable jetbrains_mono_ceb45f79-module__540KyW__variable dark","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"try{var t=localStorage.getItem(\"conductor-theme\");var e=document.documentElement;e.classList.remove(\"light\",\"dark\");e.classList.add(t===\"light\"||t===\"dark\"?t:\"dark\")}catch{}"}}]}],["$","body",null,{"className":"bg-[var(--bg-canvas)] text-[var(--text-strong)] antialiased","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"}]}]}]]}]]}],{"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: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: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: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:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true}
12
12
  9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1"}]]
13
13
  d:I[27201,["/_next/static/chunks/c4c79d5d0b280aeb.js"],"IconMark"]
14
14
  7:null