@fusionkit/cli 0.1.7 → 0.2.0

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 (36) hide show
  1. package/dist/fusion/env.d.ts +1 -1
  2. package/dist/fusion/env.js +1 -1
  3. package/package.json +14 -14
  4. package/scope/.next/BUILD_ID +1 -1
  5. package/scope/.next/app-build-manifest.json +13 -13
  6. package/scope/.next/app-path-routes-manifest.json +4 -4
  7. package/scope/.next/build-manifest.json +2 -2
  8. package/scope/.next/prerender-manifest.json +13 -13
  9. package/scope/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  10. package/scope/.next/server/app/_not-found.html +1 -1
  11. package/scope/.next/server/app/_not-found.rsc +1 -1
  12. package/scope/.next/server/app/api/environments/route_client-reference-manifest.js +1 -1
  13. package/scope/.next/server/app/api/ingest/route_client-reference-manifest.js +1 -1
  14. package/scope/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  15. package/scope/.next/server/app/api/replay/route_client-reference-manifest.js +1 -1
  16. package/scope/.next/server/app/api/sessions/[traceId]/route.js +1 -1
  17. package/scope/.next/server/app/api/sessions/[traceId]/route_client-reference-manifest.js +1 -1
  18. package/scope/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  19. package/scope/.next/server/app/api/stream/route_client-reference-manifest.js +1 -1
  20. package/scope/.next/server/app/environments/page_client-reference-manifest.js +1 -1
  21. package/scope/.next/server/app/environments.html +1 -1
  22. package/scope/.next/server/app/environments.rsc +1 -1
  23. package/scope/.next/server/app/index.html +1 -1
  24. package/scope/.next/server/app/index.rsc +1 -1
  25. package/scope/.next/server/app/models/page_client-reference-manifest.js +1 -1
  26. package/scope/.next/server/app/models.html +1 -1
  27. package/scope/.next/server/app/models.rsc +1 -1
  28. package/scope/.next/server/app/page_client-reference-manifest.js +1 -1
  29. package/scope/.next/server/app/sessions/[traceId]/page_client-reference-manifest.js +1 -1
  30. package/scope/.next/server/app-paths-manifest.json +4 -4
  31. package/scope/.next/server/functions-config-manifest.json +1 -1
  32. package/scope/.next/server/pages/404.html +1 -1
  33. package/scope/.next/server/pages/500.html +1 -1
  34. package/scope/.next/server/server-reference-manifest.json +1 -1
  35. /package/scope/.next/static/{BrrtQvnEIgv-OVkaeanKI → l9yXekmz34wyOBMQ4qY_T}/_buildManifest.js +0 -0
  36. /package/scope/.next/static/{BrrtQvnEIgv-OVkaeanKI → l9yXekmz34wyOBMQ4qY_T}/_ssgManifest.js +0 -0
@@ -80,7 +80,7 @@ export type StackReporter = (event: StackEvent) => void;
80
80
  * synthesizer (`fusionkit serve`) and the single-model OpenAI shim
81
81
  * (`fusionkit serve-endpoint`). Pinned so `uvx` resolves a reproducible build.
82
82
  */
83
- export declare const FUSIONKIT_PYPI_VERSION = "0.3.0";
83
+ export declare const FUSIONKIT_PYPI_VERSION = "0.3.1";
84
84
  /**
85
85
  * Default cloud panel — works cross-platform with only `OPENAI_API_KEY` and
86
86
  * `ANTHROPIC_API_KEY` set. The judge defaults to the first entry.
@@ -10,7 +10,7 @@ import { existsSync, readFileSync } from "node:fs";
10
10
  * synthesizer (`fusionkit serve`) and the single-model OpenAI shim
11
11
  * (`fusionkit serve-endpoint`). Pinned so `uvx` resolves a reproducible build.
12
12
  */
13
- export const FUSIONKIT_PYPI_VERSION = "0.3.0";
13
+ export const FUSIONKIT_PYPI_VERSION = "0.3.1";
14
14
  /**
15
15
  * Default cloud panel — works cross-platform with only `OPENAI_API_KEY` and
16
16
  * `ANTHROPIC_API_KEY` set. The judge defaults to the first entry.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fusionkit/cli",
3
3
  "private": false,
4
- "version": "0.1.7",
4
+ "version": "0.2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/velum-labs/handoffkit.git",
@@ -34,19 +34,19 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "commander": "14.0.3",
37
- "@fusionkit/ensemble": "0.1.7",
38
- "@fusionkit/plane": "0.1.7",
39
- "@fusionkit/model-gateway": "0.1.7",
40
- "@fusionkit/runner": "0.1.7",
41
- "@fusionkit/protocol": "0.1.7",
42
- "@fusionkit/handoff": "0.1.7",
43
- "@fusionkit/sdk": "0.1.7",
44
- "@fusionkit/tool-claude": "0.1.7",
45
- "@fusionkit/tool-cursor": "0.1.7",
46
- "@fusionkit/tool-codex": "0.1.7",
47
- "@fusionkit/tools": "0.1.7",
48
- "@fusionkit/workspace": "0.1.7",
49
- "@fusionkit/tool-opencode": "0.1.7"
37
+ "@fusionkit/ensemble": "0.2.0",
38
+ "@fusionkit/handoff": "0.2.0",
39
+ "@fusionkit/plane": "0.2.0",
40
+ "@fusionkit/protocol": "0.2.0",
41
+ "@fusionkit/runner": "0.2.0",
42
+ "@fusionkit/model-gateway": "0.2.0",
43
+ "@fusionkit/sdk": "0.2.0",
44
+ "@fusionkit/tool-claude": "0.2.0",
45
+ "@fusionkit/tool-codex": "0.2.0",
46
+ "@fusionkit/tools": "0.2.0",
47
+ "@fusionkit/workspace": "0.2.0",
48
+ "@fusionkit/tool-opencode": "0.2.0",
49
+ "@fusionkit/tool-cursor": "0.2.0"
50
50
  },
51
51
  "optionalDependencies": {
52
52
  "portless": "0.14.0"
@@ -1 +1 @@
1
- BrrtQvnEIgv-OVkaeanKI
1
+ l9yXekmz34wyOBMQ4qY_T
@@ -17,33 +17,33 @@
17
17
  "static/chunks/989-1c7081e9fd5c9b9d.js",
18
18
  "static/chunks/app/layout-d12f7c5cc80486b4.js"
19
19
  ],
20
- "/api/environments/route": [
20
+ "/api/models/route": [
21
21
  "static/chunks/webpack-4501ec292abda191.js",
22
22
  "static/chunks/4bd1b696-409494caf8c83275.js",
23
23
  "static/chunks/255-69a4a78fac9becef.js",
24
24
  "static/chunks/main-app-2a6b1f94de31f96f.js",
25
- "static/chunks/app/api/environments/route-95e822afbebe548b.js"
25
+ "static/chunks/app/api/models/route-95e822afbebe548b.js"
26
26
  ],
27
- "/api/models/route": [
27
+ "/api/environments/route": [
28
28
  "static/chunks/webpack-4501ec292abda191.js",
29
29
  "static/chunks/4bd1b696-409494caf8c83275.js",
30
30
  "static/chunks/255-69a4a78fac9becef.js",
31
31
  "static/chunks/main-app-2a6b1f94de31f96f.js",
32
- "static/chunks/app/api/models/route-95e822afbebe548b.js"
32
+ "static/chunks/app/api/environments/route-95e822afbebe548b.js"
33
33
  ],
34
- "/api/ingest/route": [
34
+ "/api/replay/route": [
35
35
  "static/chunks/webpack-4501ec292abda191.js",
36
36
  "static/chunks/4bd1b696-409494caf8c83275.js",
37
37
  "static/chunks/255-69a4a78fac9becef.js",
38
38
  "static/chunks/main-app-2a6b1f94de31f96f.js",
39
- "static/chunks/app/api/ingest/route-95e822afbebe548b.js"
39
+ "static/chunks/app/api/replay/route-95e822afbebe548b.js"
40
40
  ],
41
- "/api/replay/route": [
41
+ "/api/ingest/route": [
42
42
  "static/chunks/webpack-4501ec292abda191.js",
43
43
  "static/chunks/4bd1b696-409494caf8c83275.js",
44
44
  "static/chunks/255-69a4a78fac9becef.js",
45
45
  "static/chunks/main-app-2a6b1f94de31f96f.js",
46
- "static/chunks/app/api/replay/route-95e822afbebe548b.js"
46
+ "static/chunks/app/api/ingest/route-95e822afbebe548b.js"
47
47
  ],
48
48
  "/api/sessions/[traceId]/route": [
49
49
  "static/chunks/webpack-4501ec292abda191.js",
@@ -83,26 +83,26 @@
83
83
  "static/chunks/873-9351d1edaa9d58ef.js",
84
84
  "static/chunks/app/models/page-d9b7d19485e9a640.js"
85
85
  ],
86
- "/page": [
86
+ "/sessions/[traceId]/page": [
87
87
  "static/chunks/webpack-4501ec292abda191.js",
88
88
  "static/chunks/4bd1b696-409494caf8c83275.js",
89
89
  "static/chunks/255-69a4a78fac9becef.js",
90
90
  "static/chunks/main-app-2a6b1f94de31f96f.js",
91
91
  "static/chunks/239-1c69ce437d02745f.js",
92
92
  "static/chunks/989-1c7081e9fd5c9b9d.js",
93
+ "static/chunks/425-9a1b036b5fdd8b06.js",
93
94
  "static/chunks/22-1934dc9c2e544aa9.js",
94
- "static/chunks/app/page-57dce47ff6c00ddd.js"
95
+ "static/chunks/app/sessions/[traceId]/page-209dfd895566db6f.js"
95
96
  ],
96
- "/sessions/[traceId]/page": [
97
+ "/page": [
97
98
  "static/chunks/webpack-4501ec292abda191.js",
98
99
  "static/chunks/4bd1b696-409494caf8c83275.js",
99
100
  "static/chunks/255-69a4a78fac9becef.js",
100
101
  "static/chunks/main-app-2a6b1f94de31f96f.js",
101
102
  "static/chunks/239-1c69ce437d02745f.js",
102
103
  "static/chunks/989-1c7081e9fd5c9b9d.js",
103
- "static/chunks/425-9a1b036b5fdd8b06.js",
104
104
  "static/chunks/22-1934dc9c2e544aa9.js",
105
- "static/chunks/app/sessions/[traceId]/page-209dfd895566db6f.js"
105
+ "static/chunks/app/page-57dce47ff6c00ddd.js"
106
106
  ]
107
107
  }
108
108
  }
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "/_not-found/page": "/_not-found",
3
- "/api/environments/route": "/api/environments",
4
3
  "/api/models/route": "/api/models",
5
- "/api/ingest/route": "/api/ingest",
4
+ "/api/environments/route": "/api/environments",
6
5
  "/api/replay/route": "/api/replay",
6
+ "/api/ingest/route": "/api/ingest",
7
7
  "/api/sessions/[traceId]/route": "/api/sessions/[traceId]",
8
8
  "/api/sessions/route": "/api/sessions",
9
9
  "/api/stream/route": "/api/stream",
10
10
  "/environments/page": "/environments",
11
11
  "/models/page": "/models",
12
- "/page": "/",
13
- "/sessions/[traceId]/page": "/sessions/[traceId]"
12
+ "/sessions/[traceId]/page": "/sessions/[traceId]",
13
+ "/page": "/"
14
14
  }
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/BrrtQvnEIgv-OVkaeanKI/_buildManifest.js",
9
- "static/BrrtQvnEIgv-OVkaeanKI/_ssgManifest.js"
8
+ "static/l9yXekmz34wyOBMQ4qY_T/_buildManifest.js",
9
+ "static/l9yXekmz34wyOBMQ4qY_T/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-4501ec292abda191.js",
@@ -25,8 +25,7 @@
25
25
  "x-next-revalidate-tag-token"
26
26
  ]
27
27
  },
28
- "/_not-found": {
29
- "initialStatus": 404,
28
+ "/models": {
30
29
  "experimentalBypassFor": [
31
30
  {
32
31
  "type": "header",
@@ -39,8 +38,8 @@
39
38
  }
40
39
  ],
41
40
  "initialRevalidateSeconds": false,
42
- "srcRoute": "/_not-found",
43
- "dataRoute": "/_not-found.rsc",
41
+ "srcRoute": "/models",
42
+ "dataRoute": "/models.rsc",
44
43
  "allowHeader": [
45
44
  "host",
46
45
  "x-matched-path",
@@ -50,7 +49,7 @@
50
49
  "x-next-revalidate-tag-token"
51
50
  ]
52
51
  },
53
- "/models": {
52
+ "/": {
54
53
  "experimentalBypassFor": [
55
54
  {
56
55
  "type": "header",
@@ -63,8 +62,8 @@
63
62
  }
64
63
  ],
65
64
  "initialRevalidateSeconds": false,
66
- "srcRoute": "/models",
67
- "dataRoute": "/models.rsc",
65
+ "srcRoute": "/",
66
+ "dataRoute": "/index.rsc",
68
67
  "allowHeader": [
69
68
  "host",
70
69
  "x-matched-path",
@@ -74,7 +73,8 @@
74
73
  "x-next-revalidate-tag-token"
75
74
  ]
76
75
  },
77
- "/": {
76
+ "/_not-found": {
77
+ "initialStatus": 404,
78
78
  "experimentalBypassFor": [
79
79
  {
80
80
  "type": "header",
@@ -87,8 +87,8 @@
87
87
  }
88
88
  ],
89
89
  "initialRevalidateSeconds": false,
90
- "srcRoute": "/",
91
- "dataRoute": "/index.rsc",
90
+ "srcRoute": "/_not-found",
91
+ "dataRoute": "/_not-found.rsc",
92
92
  "allowHeader": [
93
93
  "host",
94
94
  "x-matched-path",
@@ -102,8 +102,8 @@
102
102
  "dynamicRoutes": {},
103
103
  "notFoundRoutes": [],
104
104
  "preview": {
105
- "previewModeId": "cb450376abc6a5ab8672642866147a18",
106
- "previewModeSigningKey": "99b1a4081be8142a7062262447b5e4ed70fc29a9005489e376c6a728bfb77a5f",
107
- "previewModeEncryptionKey": "36c1b07bfc8eff170ed4302ae9fa3a0a01afb9ef912f817970dd7db25a38e762"
105
+ "previewModeId": "29ef5bd3ba751434037d1971104f6511",
106
+ "previewModeSigningKey": "45a98ca8be70407576dbf1a536b52895aece60d5a2633f8c9b0f6a2cd2eb93c8",
107
+ "previewModeEncryptionKey": "25e7fe302fb8214f8952ce2b89ae33f8386b4f2a850d7d1f67beb4fe3c3b6fb0"
108
108
  }
109
109
  }
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"94466","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"33069","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"72400","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"8044","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"75780","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"10371","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"36736","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/scope/sidebar-nav.tsx":{"id":31327,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/separator.tsx":{"id":54664,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/tooltip.tsx":{"id":82180,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\"}],\"variableName\":\"geist\"}":{"id":70127,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\"}],\"variableName\":\"geistMono\"}":{"id":44176,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/globals.css":{"id":41290,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/environments/page.tsx":{"id":11509,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/models/page.tsx":{"id":64441,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page.tsx":{"id":72417,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","22","static/chunks/22-1934dc9c2e544aa9.js","974","static/chunks/app/page-57dce47ff6c00ddd.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/sessions/[traceId]/page.tsx":{"id":37373,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/handoffkit/handoffkit/apps/scope/":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/layout":[{"inlined":false,"path":"static/css/d57be8dcbceccbc1.css"}],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/_not-found/page":[]},"rscModuleMapping":{"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"86851","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"36755","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"66381","name":"*","chunks":[],"async":false}},"41290":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"54814","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"21399","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"76786","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"94466","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"33069","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"72400","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"8044","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"75780","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"10371","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"36736","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/scope/sidebar-nav.tsx":{"id":31327,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/separator.tsx":{"id":54664,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/tooltip.tsx":{"id":82180,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\"}],\"variableName\":\"geist\"}":{"id":70127,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\"}],\"variableName\":\"geistMono\"}":{"id":44176,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/globals.css":{"id":41290,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/environments/page.tsx":{"id":11509,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/models/page.tsx":{"id":64441,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/sessions/[traceId]/page.tsx":{"id":37373,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page.tsx":{"id":72417,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","22","static/chunks/22-1934dc9c2e544aa9.js","974","static/chunks/app/page-57dce47ff6c00ddd.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/handoffkit/handoffkit/apps/scope/":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/layout":[{"inlined":false,"path":"static/css/d57be8dcbceccbc1.css"}],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/_not-found/page":[]},"rscModuleMapping":{"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"86851","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"36755","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"66381","name":"*","chunks":[],"async":false}},"41290":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"54814","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"21399","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"76786","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--BrrtQvnEIgv_OVkaeanKI--><html lang="en" class="dark __variable_246ccd __variable_c29908"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/22a5144ee8d83bca-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/7d4881bb7e1bf84d-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d57be8dcbceccbc1.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-4501ec292abda191.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-69a4a78fac9becef.js" async=""></script><script src="/_next/static/chunks/main-app-2a6b1f94de31f96f.js" async=""></script><script src="/_next/static/chunks/239-1c69ce437d02745f.js" async=""></script><script src="/_next/static/chunks/989-1c7081e9fd5c9b9d.js" async=""></script><script src="/_next/static/chunks/app/layout-d12f7c5cc80486b4.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>scope — fusion observability</title><meta name="description" content="Live observability for the FusionKit + HandoffKit + Cursorkit stack"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen overflow-hidden"><aside class="bg-sidebar text-sidebar-foreground flex w-60 shrink-0 flex-col overflow-y-auto border-r p-5"><div class="flex items-center gap-2"><span class="bg-primary inline-block size-2.5 rounded-full"></span><div><div class="text-base font-semibold tracking-tight">scope</div><div class="text-muted-foreground text-xs">fusion observability</div></div></div><div data-orientation="horizontal" role="none" data-slot="separator" class="shrink-0 bg-border data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch my-5"></div><nav class="flex flex-col gap-1"><a class="rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-accent hover:text-foreground" href="/">Sessions</a><a class="rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-accent hover:text-foreground" href="/models">Models</a><a class="rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-accent hover:text-foreground" href="/environments">Environments</a></nav><div class="text-muted-foreground mt-auto pt-8 text-[11px] leading-relaxed">Tails the fusion-trace event spine across FusionKit, HandoffKit, and Cursorkit.</div></aside><main class="min-w-0 flex-1 overflow-x-hidden overflow-y-auto"><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><!--$--><!--/$--></main></div><script src="/_next/static/chunks/webpack-4501ec292abda191.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[82180,[\"239\",\"static/chunks/239-1c69ce437d02745f.js\",\"989\",\"static/chunks/989-1c7081e9fd5c9b9d.js\",\"177\",\"static/chunks/app/layout-d12f7c5cc80486b4.js\"],\"TooltipProvider\"]\n3:I[54664,[\"239\",\"static/chunks/239-1c69ce437d02745f.js\",\"989\",\"static/chunks/989-1c7081e9fd5c9b9d.js\",\"177\",\"static/chunks/app/layout-d12f7c5cc80486b4.js\"],\"Separator\"]\n4:I[31327,[\"239\",\"static/chunks/239-1c69ce437d02745f.js\",\"989\",\"static/chunks/989-1c7081e9fd5c9b9d.js\",\"177\",\"static/chunks/app/layout-d12f7c5cc80486b4.js\"],\"SidebarNav\"]\n5:I[9766,[],\"\"]\n6:I[98924,[],\"\"]\n7:I[24431,[],\"OutletBoundary\"]\n9:I[15278,[],\"AsyncMetadataOutlet\"]\nb:I[24431,[],\"ViewportBoundary\"]\nd:I[24431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[57150,[],\"\"]\n:HL[\"/_next/static/media/22a5144ee8d83bca-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/7d4881bb7e1bf84d-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d57be8dcbceccbc1.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"BrrtQvnEIgv-OVkaeanKI\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d57be8dcbceccbc1.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark __variable_246ccd __variable_c29908\",\"children\":[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[\"$\",\"$L2\",null,{\"delayDuration\":200,\"children\":[\"$\",\"div\",null,{\"className\":\"flex h-screen overflow-hidden\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"bg-sidebar text-sidebar-foreground flex w-60 shrink-0 flex-col overflow-y-auto border-r p-5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"bg-primary inline-block size-2.5 rounded-full\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-base font-semibold tracking-tight\",\"children\":\"scope\"}],[\"$\",\"div\",null,{\"className\":\"text-muted-foreground text-xs\",\"children\":\"fusion observability\"}]]}]]}],[\"$\",\"$L3\",null,{\"className\":\"my-5\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"div\",null,{\"className\":\"text-muted-foreground mt-auto pt-8 text-[11px] leading-relaxed\",\"children\":\"Tails the fusion-trace event spine across FusionKit, HandoffKit, and Cursorkit.\"}]]}],[\"$\",\"main\",null,{\"className\":\"min-w-0 flex-1 overflow-x-hidden overflow-y-auto\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"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.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"a:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"scope — fusion observability\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Live observability for the FusionKit + HandoffKit + Cursorkit stack\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--l9yXekmz34wyOBMQ4qY_T--><html lang="en" class="dark __variable_246ccd __variable_c29908"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/22a5144ee8d83bca-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/7d4881bb7e1bf84d-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/d57be8dcbceccbc1.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-4501ec292abda191.js"/><script src="/_next/static/chunks/4bd1b696-409494caf8c83275.js" async=""></script><script src="/_next/static/chunks/255-69a4a78fac9becef.js" async=""></script><script src="/_next/static/chunks/main-app-2a6b1f94de31f96f.js" async=""></script><script src="/_next/static/chunks/239-1c69ce437d02745f.js" async=""></script><script src="/_next/static/chunks/989-1c7081e9fd5c9b9d.js" async=""></script><script src="/_next/static/chunks/app/layout-d12f7c5cc80486b4.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>scope — fusion observability</title><meta name="description" content="Live observability for the FusionKit + HandoffKit + Cursorkit stack"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen overflow-hidden"><aside class="bg-sidebar text-sidebar-foreground flex w-60 shrink-0 flex-col overflow-y-auto border-r p-5"><div class="flex items-center gap-2"><span class="bg-primary inline-block size-2.5 rounded-full"></span><div><div class="text-base font-semibold tracking-tight">scope</div><div class="text-muted-foreground text-xs">fusion observability</div></div></div><div data-orientation="horizontal" role="none" data-slot="separator" class="shrink-0 bg-border data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch my-5"></div><nav class="flex flex-col gap-1"><a class="rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-accent hover:text-foreground" href="/">Sessions</a><a class="rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-accent hover:text-foreground" href="/models">Models</a><a class="rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-accent hover:text-foreground" href="/environments">Environments</a></nav><div class="text-muted-foreground mt-auto pt-8 text-[11px] leading-relaxed">Tails the fusion-trace event spine across FusionKit, HandoffKit, and Cursorkit.</div></aside><main class="min-w-0 flex-1 overflow-x-hidden overflow-y-auto"><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><!--$--><!--/$--></main></div><script src="/_next/static/chunks/webpack-4501ec292abda191.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[82180,[\"239\",\"static/chunks/239-1c69ce437d02745f.js\",\"989\",\"static/chunks/989-1c7081e9fd5c9b9d.js\",\"177\",\"static/chunks/app/layout-d12f7c5cc80486b4.js\"],\"TooltipProvider\"]\n3:I[54664,[\"239\",\"static/chunks/239-1c69ce437d02745f.js\",\"989\",\"static/chunks/989-1c7081e9fd5c9b9d.js\",\"177\",\"static/chunks/app/layout-d12f7c5cc80486b4.js\"],\"Separator\"]\n4:I[31327,[\"239\",\"static/chunks/239-1c69ce437d02745f.js\",\"989\",\"static/chunks/989-1c7081e9fd5c9b9d.js\",\"177\",\"static/chunks/app/layout-d12f7c5cc80486b4.js\"],\"SidebarNav\"]\n5:I[9766,[],\"\"]\n6:I[98924,[],\"\"]\n7:I[24431,[],\"OutletBoundary\"]\n9:I[15278,[],\"AsyncMetadataOutlet\"]\nb:I[24431,[],\"ViewportBoundary\"]\nd:I[24431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[57150,[],\"\"]\n:HL[\"/_next/static/media/22a5144ee8d83bca-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/7d4881bb7e1bf84d-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/d57be8dcbceccbc1.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"l9yXekmz34wyOBMQ4qY_T\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/d57be8dcbceccbc1.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"dark __variable_246ccd __variable_c29908\",\"children\":[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[\"$\",\"$L2\",null,{\"delayDuration\":200,\"children\":[\"$\",\"div\",null,{\"className\":\"flex h-screen overflow-hidden\",\"children\":[[\"$\",\"aside\",null,{\"className\":\"bg-sidebar text-sidebar-foreground flex w-60 shrink-0 flex-col overflow-y-auto border-r p-5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"bg-primary inline-block size-2.5 rounded-full\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"text-base font-semibold tracking-tight\",\"children\":\"scope\"}],[\"$\",\"div\",null,{\"className\":\"text-muted-foreground text-xs\",\"children\":\"fusion observability\"}]]}]]}],[\"$\",\"$L3\",null,{\"className\":\"my-5\"}],[\"$\",\"$L4\",null,{}],[\"$\",\"div\",null,{\"className\":\"text-muted-foreground mt-auto pt-8 text-[11px] leading-relaxed\",\"children\":\"Tails the fusion-trace event spine across FusionKit, HandoffKit, and Cursorkit.\"}]]}],[\"$\",\"main\",null,{\"className\":\"min-w-0 flex-1 overflow-x-hidden overflow-y-auto\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"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.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"a:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"scope — fusion observability\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Live observability for the FusionKit + HandoffKit + Cursorkit stack\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
@@ -13,7 +13,7 @@ e:"$Sreact.suspense"
13
13
  :HL["/_next/static/media/22a5144ee8d83bca-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
14
  :HL["/_next/static/media/7d4881bb7e1bf84d-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
15
15
  :HL["/_next/static/css/d57be8dcbceccbc1.css","style"]
16
- 0:{"P":null,"b":"BrrtQvnEIgv-OVkaeanKI","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d57be8dcbceccbc1.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark __variable_246ccd __variable_c29908","children":["$","body",null,{"className":"antialiased","children":["$","$L2",null,{"delayDuration":200,"children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","aside",null,{"className":"bg-sidebar text-sidebar-foreground flex w-60 shrink-0 flex-col overflow-y-auto border-r p-5","children":[["$","div",null,{"className":"flex items-center gap-2","children":[["$","span",null,{"className":"bg-primary inline-block size-2.5 rounded-full"}],["$","div",null,{"children":[["$","div",null,{"className":"text-base font-semibold tracking-tight","children":"scope"}],["$","div",null,{"className":"text-muted-foreground text-xs","children":"fusion observability"}]]}]]}],["$","$L3",null,{"className":"my-5"}],["$","$L4",null,{}],["$","div",null,{"className":"text-muted-foreground mt-auto pt-8 text-[11px] leading-relaxed","children":"Tails the fusion-trace event spine across FusionKit, HandoffKit, and Cursorkit."}]]}],["$","main",null,{"className":"min-w-0 flex-1 overflow-x-hidden overflow-y-auto","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]}]]}],{"children":["/_not-found",["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[[["$","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."}]}]]}]}]],null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$Lb",null,{"children":"$Lc"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
16
+ 0:{"P":null,"b":"l9yXekmz34wyOBMQ4qY_T","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/d57be8dcbceccbc1.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"dark __variable_246ccd __variable_c29908","children":["$","body",null,{"className":"antialiased","children":["$","$L2",null,{"delayDuration":200,"children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","aside",null,{"className":"bg-sidebar text-sidebar-foreground flex w-60 shrink-0 flex-col overflow-y-auto border-r p-5","children":[["$","div",null,{"className":"flex items-center gap-2","children":[["$","span",null,{"className":"bg-primary inline-block size-2.5 rounded-full"}],["$","div",null,{"children":[["$","div",null,{"className":"text-base font-semibold tracking-tight","children":"scope"}],["$","div",null,{"className":"text-muted-foreground text-xs","children":"fusion observability"}]]}]]}],["$","$L3",null,{"className":"my-5"}],["$","$L4",null,{}],["$","div",null,{"className":"text-muted-foreground mt-auto pt-8 text-[11px] leading-relaxed","children":"Tails the fusion-trace event spine across FusionKit, HandoffKit, and Cursorkit."}]]}],["$","main",null,{"className":"min-w-0 flex-1 overflow-x-hidden overflow-y-auto","children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]}]]}],{"children":["/_not-found",["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[[["$","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."}]}]]}]}]],null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$Lb",null,{"children":"$Lc"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
17
17
  c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
18
18
  8:null
19
19
  a:{"metadata":[["$","title","0",{"children":"scope — fusion observability"}],["$","meta","1",{"name":"description","content":"Live observability for the FusionKit + HandoffKit + Cursorkit stack"}]],"error":null,"digest":"$undefined"}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/environments/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"94466","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"33069","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"72400","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"8044","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"75780","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"10371","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"36736","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/scope/sidebar-nav.tsx":{"id":31327,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/separator.tsx":{"id":54664,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/tooltip.tsx":{"id":82180,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\"}],\"variableName\":\"geist\"}":{"id":70127,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\"}],\"variableName\":\"geistMono\"}":{"id":44176,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/globals.css":{"id":41290,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/environments/page.tsx":{"id":11509,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/models/page.tsx":{"id":64441,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page.tsx":{"id":72417,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","22","static/chunks/22-1934dc9c2e544aa9.js","974","static/chunks/app/page-57dce47ff6c00ddd.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/sessions/[traceId]/page.tsx":{"id":37373,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/handoffkit/handoffkit/apps/scope/":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/layout":[{"inlined":false,"path":"static/css/d57be8dcbceccbc1.css"}],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/api/environments/route":[]},"rscModuleMapping":{"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"86851","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"36755","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"66381","name":"*","chunks":[],"async":false}},"41290":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"54814","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"21399","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"76786","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/environments/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"94466","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"33069","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"72400","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"8044","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"75780","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"10371","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"36736","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/scope/sidebar-nav.tsx":{"id":31327,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/separator.tsx":{"id":54664,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/tooltip.tsx":{"id":82180,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\"}],\"variableName\":\"geist\"}":{"id":70127,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\"}],\"variableName\":\"geistMono\"}":{"id":44176,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/globals.css":{"id":41290,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/environments/page.tsx":{"id":11509,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/models/page.tsx":{"id":64441,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/sessions/[traceId]/page.tsx":{"id":37373,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page.tsx":{"id":72417,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","22","static/chunks/22-1934dc9c2e544aa9.js","974","static/chunks/app/page-57dce47ff6c00ddd.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/handoffkit/handoffkit/apps/scope/":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/layout":[{"inlined":false,"path":"static/css/d57be8dcbceccbc1.css"}],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/api/environments/route":[]},"rscModuleMapping":{"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"86851","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"36755","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"66381","name":"*","chunks":[],"async":false}},"41290":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"54814","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"21399","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"76786","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/ingest/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"94466","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"33069","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"72400","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"8044","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"75780","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"10371","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"36736","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/scope/sidebar-nav.tsx":{"id":31327,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/separator.tsx":{"id":54664,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/tooltip.tsx":{"id":82180,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\"}],\"variableName\":\"geist\"}":{"id":70127,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\"}],\"variableName\":\"geistMono\"}":{"id":44176,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/globals.css":{"id":41290,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/environments/page.tsx":{"id":11509,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/models/page.tsx":{"id":64441,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page.tsx":{"id":72417,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","22","static/chunks/22-1934dc9c2e544aa9.js","974","static/chunks/app/page-57dce47ff6c00ddd.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/sessions/[traceId]/page.tsx":{"id":37373,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/handoffkit/handoffkit/apps/scope/":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/layout":[{"inlined":false,"path":"static/css/d57be8dcbceccbc1.css"}],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/api/ingest/route":[]},"rscModuleMapping":{"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"86851","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"36755","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"66381","name":"*","chunks":[],"async":false}},"41290":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"54814","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"21399","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"76786","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/ingest/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"94466","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"33069","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"72400","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"8044","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"75780","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"10371","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"36736","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/scope/sidebar-nav.tsx":{"id":31327,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/separator.tsx":{"id":54664,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/components/ui/tooltip.tsx":{"id":82180,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\"}],\"variableName\":\"geist\"}":{"id":70127,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-mono\"}],\"variableName\":\"geistMono\"}":{"id":44176,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/globals.css":{"id":41290,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","177","static/chunks/app/layout-d12f7c5cc80486b4.js"],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/environments/page.tsx":{"id":11509,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/models/page.tsx":{"id":64441,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/sessions/[traceId]/page.tsx":{"id":37373,"name":"*","chunks":[],"async":false},"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page.tsx":{"id":72417,"name":"*","chunks":["239","static/chunks/239-1c69ce437d02745f.js","989","static/chunks/989-1c7081e9fd5c9b9d.js","22","static/chunks/22-1934dc9c2e544aa9.js","974","static/chunks/app/page-57dce47ff6c00ddd.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/handoffkit/handoffkit/apps/scope/":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/layout":[{"inlined":false,"path":"static/css/d57be8dcbceccbc1.css"}],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/page":[],"/home/runner/work/handoffkit/handoffkit/apps/scope/app/api/ingest/route":[]},"rscModuleMapping":{"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"11509":{"*":{"id":"86851","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"31327":{"*":{"id":"36755","name":"*","chunks":[],"async":false}},"37373":{"*":{"id":"66381","name":"*","chunks":[],"async":false}},"41290":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"54664":{"*":{"id":"54814","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64441":{"*":{"id":"21399","name":"*","chunks":[],"async":false}},"72417":{"*":{"id":"17742","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"82180":{"*":{"id":"76786","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}