conductor-oss 0.2.18 → 0.2.20
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.
- package/dist/commands/dashboard.js +2 -2
- package/dist/commands/start.d.ts +3 -6
- package/dist/commands/start.d.ts.map +1 -1
- package/dist/commands/start.js +450 -220
- package/dist/commands/start.js.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/native/conductor +0 -0
- package/node_modules/@conductor-oss/core/dist/session-manager.js +1 -1
- package/node_modules/@conductor-oss/core/dist/session-manager.js.map +1 -1
- package/node_modules/@conductor-oss/plugin-agent-amp/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-ccr/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-claude-code/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-codex/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-cursor-cli/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-droid/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-gemini/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-github-copilot/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-opencode/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-agent-qwen-code/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-mcp-server/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-notifier-desktop/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-notifier-discord/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-runtime-tmux/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-scm-github/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-terminal-web/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-tracker-github/package.json +1 -1
- package/node_modules/@conductor-oss/plugin-workspace-worktree/package.json +1 -1
- package/package.json +21 -22
- package/web/.next/standalone/packages/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/packages/web/.next/app-path-routes-manifest.json +0 -1
- package/web/.next/standalone/packages/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/packages/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/packages/web/.next/routes-manifest.json +0 -6
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/api/access/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/attachments/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/config/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/context-files/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/events/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/filesystem/directory/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/repos/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/health/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/health/sessions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/notifications/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/preferences/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/actions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/checks/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/diff/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/feed/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/feedback/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/files/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/keys/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/kill/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/stream/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/restore/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/send/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/spawn/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/branches/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js +4 -4
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.rsc +4 -4
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/web/.next/standalone/packages/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page/server-reference-manifest.json +7 -7
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app-paths-manifest.json +0 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__1ed2e6c1._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__3d6b30a3._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__a0b6570d._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0e4dc4f7.js +2 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{[root-of-the-server]__12eb9005._.js → [root-of-the-server]__48817f02._.js} +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__6622b514._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__869d9ac0._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/[root-of-the-server]__9dc23e5a._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_0e1412de._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_69e05fca._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_80efe193._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_b6d31783._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_c0f0e227._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/_f36ddaa9._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_38e7b35d._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_f665760b._.js +3 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_f2ebd7a9._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_79316445._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_a078c137._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/packages_web_src_app_page_tsx_cd282e82._.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/{packages_web_src_components_3809c507._.js → packages_web_src_components_6cab1c8c._.js} +1 -1
- package/web/.next/standalone/packages/web/.next/server/functions-config-manifest.json +1 -2
- package/web/.next/standalone/packages/web/.next/server/pages/404.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.json +8 -8
- package/web/.next/standalone/packages/web/.next/static/chunks/062888342200567f.js +1 -0
- package/web/.next/{static/chunks/28dd6ef2af62b509.js → standalone/packages/web/.next/static/chunks/3b757dce050133c8.js} +2 -2
- package/web/.next/standalone/packages/web/.next/static/chunks/{c959976264f14eba.js → 5c7e8425945ad682.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/6c9a11faed9daf4d.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/8221b78965a50858.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/8de84e208e201d72.css +3 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/{e862e73b22fe29c2.js → c4ea57fb949fb623.js} +1 -1
- package/web/.next/standalone/packages/web/src/components/layout/TopBar.tsx +8 -10
- package/web/.next/standalone/packages/web/src/features/dashboard/DashboardClient.tsx +32 -16
- package/web/.next/standalone/packages/web/src/features/sessions/SessionPageClient.tsx +12 -2
- package/web/.next/standalone/packages/web/src/proxy.ts +1 -0
- package/web/.next/static/chunks/062888342200567f.js +1 -0
- package/web/.next/{standalone/packages/web/.next/static/chunks/28dd6ef2af62b509.js → static/chunks/3b757dce050133c8.js} +2 -2
- package/web/.next/static/chunks/{c959976264f14eba.js → 5c7e8425945ad682.js} +1 -1
- package/web/.next/static/chunks/6c9a11faed9daf4d.js +1 -0
- package/web/.next/static/chunks/8221b78965a50858.js +1 -0
- package/web/.next/static/chunks/8de84e208e201d72.css +3 -0
- package/web/.next/static/chunks/{e862e73b22fe29c2.js → c4ea57fb949fb623.js} +1 -1
- package/dist/commands/watch.d.ts +0 -12
- package/dist/commands/watch.d.ts.map +0 -1
- package/dist/commands/watch.js +0 -84
- package/dist/commands/watch.js.map +0 -1
- package/dist/commands/webhook.d.ts +0 -12
- package/dist/commands/webhook.d.ts.map +0 -1
- package/dist/commands/webhook.js +0 -59
- package/dist/commands/webhook.js.map +0 -1
- package/node_modules/@conductor-oss/plugin-webhook/dist/index.d.ts +0 -28
- package/node_modules/@conductor-oss/plugin-webhook/dist/index.d.ts.map +0 -1
- package/node_modules/@conductor-oss/plugin-webhook/dist/index.js +0 -295
- package/node_modules/@conductor-oss/plugin-webhook/dist/index.js.map +0 -1
- package/node_modules/@conductor-oss/plugin-webhook/package.json +0 -11
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/app-paths-manifest.json +0 -3
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/build-manifest.json +0 -11
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route/server-reference-manifest.json +0 -4
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js +0 -8
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js.map +0 -5
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js.nft.json +0 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route_client-reference-manifest.js +0 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__7633d324._.js +0 -4
- package/web/.next/standalone/packages/web/.next/server/chunks/[root-of-the-server]__bf8faac8._.js +0 -4
- package/web/.next/standalone/packages/web/.next/server/chunks/packages_web__next-internal_server_app_api_agents_route_actions_29063d1a.js +0 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_78af9fdf._.js +0 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/ssr/node_modules_@clerk_nextjs_dist_esm_app-router_c4bad84a._.js +0 -3
- package/web/.next/standalone/packages/web/.next/static/chunks/1e67fbc3874d3f51.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/2b2a24dff50e7dc9.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/483eb2824f5282c7.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/860d84e1f09476a4.css +0 -3
- package/web/.next/standalone/packages/web/src/app/api/agents/route.ts +0 -223
- package/web/.next/static/chunks/1e67fbc3874d3f51.js +0 -1
- package/web/.next/static/chunks/2b2a24dff50e7dc9.js +0 -1
- package/web/.next/static/chunks/483eb2824f5282c7.js +0 -1
- package/web/.next/static/chunks/860d84e1f09476a4.css +0 -3
- /package/web/.next/standalone/packages/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → P8IBAo_woCzrGXJiYCZto}/_buildManifest.js +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → P8IBAo_woCzrGXJiYCZto}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → P8IBAo_woCzrGXJiYCZto}/_ssgManifest.js +0 -0
- /package/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → P8IBAo_woCzrGXJiYCZto}/_buildManifest.js +0 -0
- /package/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → P8IBAo_woCzrGXJiYCZto}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{eSF3qxz6RT8UXiwr-uibJ → P8IBAo_woCzrGXJiYCZto}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module.exports=[60928,a=>{a.v(b=>Promise.all(["server/chunks/ssr/[root-of-the-server]__404c1aeb._.js","server/chunks/ssr/[root-of-the-server]__b388693f._.js"].map(b=>a.l(b))).then(()=>b(926)))},67645,a=>{a.v(b=>Promise.all(["server/chunks/ssr/packages_web_src_components_board_WorkspaceKanban_tsx_735b7999._.js"].map(b=>a.l(b))).then(()=>b(4180)))}];
|
|
2
2
|
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=packages_web_src_components_6cab1c8c._.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--P8IBAo_woCzrGXJiYCZto--><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/3b757dce050133c8.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,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";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/3b757dce050133c8.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\":\"P8IBAo_woCzrGXJiYCZto\",\"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/3b757dce050133c8.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,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
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\":\"
|
|
1
|
+
<!DOCTYPE html><!--P8IBAo_woCzrGXJiYCZto--><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,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";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\":\"P8IBAo_woCzrGXJiYCZto\",\"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 +1 @@
|
|
|
1
|
-
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"005518192e976a732fe22bdaab32844b9eb751b5af\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"rsc\",\n \"app/page\": \"rsc\",\n \"app/sessions/[id]/page\": \"rsc\",\n \"app/sign-in/[[...sign-in]]/page\": \"rsc\",\n \"app/unlock/page\": \"rsc\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\",\n \"exportedName\": \"detectKeylessEnvDriftAction\"\n },\n \"004ad55860d00c0b88f1cc4a49620df784675c58c8\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"action-browser\",\n \"app/page\": \"action-browser\",\n \"app/sessions/[id]/page\": \"action-browser\",\n \"app/sign-in/[[...sign-in]]/page\": \"action-browser\",\n \"app/unlock/page\": \"action-browser\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\",\n \"exportedName\": \"invalidateCacheAction\"\n },\n \"00c0a601f70ee423bfba0ca90a896e1583105820a8\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"rsc\",\n \"app/page\": \"rsc\",\n \"app/sessions/[id]/page\": \"rsc\",\n \"app/sign-in/[[...sign-in]]/page\": \"rsc\",\n \"app/unlock/page\": \"rsc\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\",\n \"exportedName\": \"createOrReadKeylessAction\"\n },\n \"00b162c03605abf0aac4f71d11a1a0fb2263e42300\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"rsc\",\n \"app/page\": \"rsc\",\n \"app/sessions/[id]/page\": \"rsc\",\n \"app/sign-in/[[...sign-in]]/page\": \"rsc\",\n \"app/unlock/page\": \"rsc\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\",\n \"exportedName\": \"collectKeylessMetadata\"\n },\n \"407cd41dfc05b5b9e98b2cc37f8b3a25bd5d136016\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"rsc\",\n \"app/page\": \"rsc\",\n \"app/sessions/[id]/page\": \"rsc\",\n \"app/sign-in/[[...sign-in]]/page\": \"rsc\",\n \"app/unlock/page\": \"rsc\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\",\n \"exportedName\": \"formatMetadataHeaders\"\n },\n \"006b576f68969d56679602f2efafd04f16e06733df\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"action-browser\",\n \"app/page\": \"action-browser\",\n \"app/sessions/[id]/page\": \"action-browser\",\n \"app/sign-in/[[...sign-in]]/page\": \"action-browser\",\n \"app/unlock/page\": \"action-browser\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\",\n \"exportedName\": \"deleteKeylessAction\"\n },\n \"401ec4cb0b784bfb9223c4bd7b67f802fc28f88168\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"action-browser\",\n \"app/page\": \"action-browser\",\n \"app/sessions/[id]/page\": \"action-browser\",\n \"app/sign-in/[[...sign-in]]/page\": \"action-browser\",\n \"app/unlock/page\": \"action-browser\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\",\n \"exportedName\": \"syncKeylessConfigAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"y0S9GeC7QlNBknUdWV1VQyy6QJ4GtEiaPRtjNpv8u5U=\"\n}"
|
|
1
|
+
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"00205fd6756b71dc8ee18e30dbe3988624a00e472a\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"detectKeylessEnvDriftAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"rsc\",\n \"app/page\": \"rsc\",\n \"app/sessions/[id]/page\": \"rsc\",\n \"app/sign-in/[[...sign-in]]/page\": \"rsc\",\n \"app/unlock/page\": \"rsc\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\",\n \"exportedName\": \"detectKeylessEnvDriftAction\"\n },\n \"00f7b1284e1f5fbc1595e03f58c947cfa6bb463cc4\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"invalidateCacheAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"action-browser\",\n \"app/page\": \"action-browser\",\n \"app/sessions/[id]/page\": \"action-browser\",\n \"app/sign-in/[[...sign-in]]/page\": \"action-browser\",\n \"app/unlock/page\": \"action-browser\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js\",\n \"exportedName\": \"invalidateCacheAction\"\n },\n \"001ea7161acf37120fbad6a94bf5d4b7fb96c391a6\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"createOrReadKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"rsc\",\n \"app/page\": \"rsc\",\n \"app/sessions/[id]/page\": \"rsc\",\n \"app/sign-in/[[...sign-in]]/page\": \"rsc\",\n \"app/unlock/page\": \"rsc\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\",\n \"exportedName\": \"createOrReadKeylessAction\"\n },\n \"001dcac3cb9e355800745d526632453a96dfc12d2f\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"collectKeylessMetadata\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"rsc\",\n \"app/page\": \"rsc\",\n \"app/sessions/[id]/page\": \"rsc\",\n \"app/sign-in/[[...sign-in]]/page\": \"rsc\",\n \"app/unlock/page\": \"rsc\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\",\n \"exportedName\": \"collectKeylessMetadata\"\n },\n \"4004f180bf021d13cde48a1966f677d880f0f7f0df\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"formatMetadataHeaders\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"rsc\",\n \"app/page\": \"rsc\",\n \"app/sessions/[id]/page\": \"rsc\",\n \"app/sign-in/[[...sign-in]]/page\": \"rsc\",\n \"app/unlock/page\": \"rsc\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js\",\n \"exportedName\": \"formatMetadataHeaders\"\n },\n \"00e2b3644dd42a5e17414dc47ba7dda75cdf1a4fb8\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"deleteKeylessAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"action-browser\",\n \"app/page\": \"action-browser\",\n \"app/sessions/[id]/page\": \"action-browser\",\n \"app/sign-in/[[...sign-in]]/page\": \"action-browser\",\n \"app/unlock/page\": \"action-browser\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\",\n \"exportedName\": \"deleteKeylessAction\"\n },\n \"4073fa5873c15ed8bea784c7076599e7a333482701\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 66615,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/page\": {\n \"moduleId\": 27831,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sessions/[id]/page\": {\n \"moduleId\": 5548,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/sign-in/[[...sign-in]]/page\": {\n \"moduleId\": 37420,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n },\n \"app/unlock/page\": {\n \"moduleId\": 4017,\n \"async\": false,\n \"exportedName\": \"syncKeylessConfigAction\",\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\"\n }\n },\n \"layer\": {\n \"app/_not-found/page\": \"action-browser\",\n \"app/page\": \"action-browser\",\n \"app/sessions/[id]/page\": \"action-browser\",\n \"app/sign-in/[[...sign-in]]/page\": \"action-browser\",\n \"app/unlock/page\": \"action-browser\"\n },\n \"filename\": \"node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js\",\n \"exportedName\": \"syncKeylessConfigAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"69HRblmgJTjOmMRi3/gYuVH/og6LZ/Me0M6bZAqEJPA=\"\n}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"00205fd6756b71dc8ee18e30dbe3988624a00e472a": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/_not-found/page": {
|
|
6
6
|
"moduleId": 66615,
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js",
|
|
44
44
|
"exportedName": "detectKeylessEnvDriftAction"
|
|
45
45
|
},
|
|
46
|
-
"
|
|
46
|
+
"00f7b1284e1f5fbc1595e03f58c947cfa6bb463cc4": {
|
|
47
47
|
"workers": {
|
|
48
48
|
"app/_not-found/page": {
|
|
49
49
|
"moduleId": 66615,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"filename": "node_modules/@clerk/nextjs/dist/esm/app-router/server-actions.js",
|
|
87
87
|
"exportedName": "invalidateCacheAction"
|
|
88
88
|
},
|
|
89
|
-
"
|
|
89
|
+
"001ea7161acf37120fbad6a94bf5d4b7fb96c391a6": {
|
|
90
90
|
"workers": {
|
|
91
91
|
"app/_not-found/page": {
|
|
92
92
|
"moduleId": 66615,
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js",
|
|
130
130
|
"exportedName": "createOrReadKeylessAction"
|
|
131
131
|
},
|
|
132
|
-
"
|
|
132
|
+
"001dcac3cb9e355800745d526632453a96dfc12d2f": {
|
|
133
133
|
"workers": {
|
|
134
134
|
"app/_not-found/page": {
|
|
135
135
|
"moduleId": 66615,
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"filename": "node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js",
|
|
173
173
|
"exportedName": "collectKeylessMetadata"
|
|
174
174
|
},
|
|
175
|
-
"
|
|
175
|
+
"4004f180bf021d13cde48a1966f677d880f0f7f0df": {
|
|
176
176
|
"workers": {
|
|
177
177
|
"app/_not-found/page": {
|
|
178
178
|
"moduleId": 66615,
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"filename": "node_modules/@clerk/nextjs/dist/esm/server/keyless-custom-headers.js",
|
|
216
216
|
"exportedName": "formatMetadataHeaders"
|
|
217
217
|
},
|
|
218
|
-
"
|
|
218
|
+
"00e2b3644dd42a5e17414dc47ba7dda75cdf1a4fb8": {
|
|
219
219
|
"workers": {
|
|
220
220
|
"app/_not-found/page": {
|
|
221
221
|
"moduleId": 66615,
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"filename": "node_modules/@clerk/nextjs/dist/esm/app-router/keyless-actions.js",
|
|
259
259
|
"exportedName": "deleteKeylessAction"
|
|
260
260
|
},
|
|
261
|
-
"
|
|
261
|
+
"4073fa5873c15ed8bea784c7076599e7a333482701": {
|
|
262
262
|
"workers": {
|
|
263
263
|
"app/_not-found/page": {
|
|
264
264
|
"moduleId": 66615,
|
|
@@ -303,5 +303,5 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"edge": {},
|
|
306
|
-
"encryptionKey": "
|
|
306
|
+
"encryptionKey": "69HRblmgJTjOmMRi3/gYuVH/og6LZ/Me0M6bZAqEJPA="
|
|
307
307
|
}
|