@fusionkit/cli 0.1.2 → 0.1.3

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 (35) hide show
  1. package/dist/fusion-quickstart.d.ts +1 -1
  2. package/dist/fusion-quickstart.js +1 -1
  3. package/package.json +9 -9
  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 +16 -16
  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_client-reference-manifest.js +1 -1
  17. package/scope/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  18. package/scope/.next/server/app/api/stream/route_client-reference-manifest.js +1 -1
  19. package/scope/.next/server/app/environments/page_client-reference-manifest.js +1 -1
  20. package/scope/.next/server/app/environments.html +1 -1
  21. package/scope/.next/server/app/environments.rsc +1 -1
  22. package/scope/.next/server/app/index.html +1 -1
  23. package/scope/.next/server/app/index.rsc +1 -1
  24. package/scope/.next/server/app/models/page_client-reference-manifest.js +1 -1
  25. package/scope/.next/server/app/models.html +1 -1
  26. package/scope/.next/server/app/models.rsc +1 -1
  27. package/scope/.next/server/app/page_client-reference-manifest.js +1 -1
  28. package/scope/.next/server/app/sessions/[traceId]/page_client-reference-manifest.js +1 -1
  29. package/scope/.next/server/app-paths-manifest.json +4 -4
  30. package/scope/.next/server/functions-config-manifest.json +2 -2
  31. package/scope/.next/server/pages/404.html +1 -1
  32. package/scope/.next/server/pages/500.html +1 -1
  33. package/scope/.next/server/server-reference-manifest.json +1 -1
  34. /package/scope/.next/static/{hyFZFZhpE5yuTp_t6QAIZ → 8b1kwXDxrKvteRVkOC_Z2}/_buildManifest.js +0 -0
  35. /package/scope/.next/static/{hyFZFZhpE5yuTp_t6QAIZ → 8b1kwXDxrKvteRVkOC_Z2}/_ssgManifest.js +0 -0
@@ -34,7 +34,7 @@ export type PanelModelSpec = {
34
34
  * synthesizer (`fusionkit serve`) and the single-model OpenAI shim
35
35
  * (`fusionkit serve-endpoint`). Pinned so `uvx` resolves a reproducible build.
36
36
  */
37
- export declare const FUSIONKIT_PYPI_VERSION = "0.1.0";
37
+ export declare const FUSIONKIT_PYPI_VERSION = "0.1.1";
38
38
  /**
39
39
  * Default cloud panel — works cross-platform with only `OPENAI_API_KEY` and
40
40
  * `ANTHROPIC_API_KEY` set. The judge defaults to the first entry.
@@ -34,7 +34,7 @@ const FUSION_MODEL_LABEL = "fusion-panel";
34
34
  * synthesizer (`fusionkit serve`) and the single-model OpenAI shim
35
35
  * (`fusionkit serve-endpoint`). Pinned so `uvx` resolves a reproducible build.
36
36
  */
37
- export const FUSIONKIT_PYPI_VERSION = "0.1.0";
37
+ export const FUSIONKIT_PYPI_VERSION = "0.1.1";
38
38
  /**
39
39
  * Default cloud panel — works cross-platform with only `OPENAI_API_KEY` and
40
40
  * `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.2",
4
+ "version": "0.1.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/velum-labs/handoffkit.git",
@@ -34,14 +34,14 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "commander": "14.0.3",
37
- "@fusionkit/ensemble": "0.1.2",
38
- "@fusionkit/handoff": "0.1.2",
39
- "@fusionkit/model-gateway": "0.1.2",
40
- "@fusionkit/protocol": "0.1.2",
41
- "@fusionkit/runner": "0.1.2",
42
- "@fusionkit/plane": "0.1.2",
43
- "@fusionkit/sdk": "0.1.2",
44
- "@fusionkit/workspace": "0.1.2"
37
+ "@fusionkit/handoff": "0.1.3",
38
+ "@fusionkit/model-gateway": "0.1.3",
39
+ "@fusionkit/plane": "0.1.3",
40
+ "@fusionkit/ensemble": "0.1.3",
41
+ "@fusionkit/protocol": "0.1.3",
42
+ "@fusionkit/runner": "0.1.3",
43
+ "@fusionkit/workspace": "0.1.3",
44
+ "@fusionkit/sdk": "0.1.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@fusionkit/testkit": "0.1.0"
@@ -1 +1 @@
1
- hyFZFZhpE5yuTp_t6QAIZ
1
+ 8b1kwXDxrKvteRVkOC_Z2
@@ -24,26 +24,26 @@
24
24
  "static/chunks/main-app-2a6b1f94de31f96f.js",
25
25
  "static/chunks/app/api/environments/route-95e822afbebe548b.js"
26
26
  ],
27
- "/api/ingest/route": [
27
+ "/api/replay/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/ingest/route-95e822afbebe548b.js"
32
+ "static/chunks/app/api/replay/route-95e822afbebe548b.js"
33
33
  ],
34
- "/api/models/route": [
34
+ "/api/ingest/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/models/route-95e822afbebe548b.js"
39
+ "static/chunks/app/api/ingest/route-95e822afbebe548b.js"
40
40
  ],
41
- "/api/sessions/route": [
41
+ "/api/models/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/sessions/route-95e822afbebe548b.js"
46
+ "static/chunks/app/api/models/route-95e822afbebe548b.js"
47
47
  ],
48
48
  "/api/sessions/[traceId]/route": [
49
49
  "static/chunks/webpack-4501ec292abda191.js",
@@ -52,12 +52,12 @@
52
52
  "static/chunks/main-app-2a6b1f94de31f96f.js",
53
53
  "static/chunks/app/api/sessions/[traceId]/route-95e822afbebe548b.js"
54
54
  ],
55
- "/api/replay/route": [
55
+ "/api/sessions/route": [
56
56
  "static/chunks/webpack-4501ec292abda191.js",
57
57
  "static/chunks/4bd1b696-409494caf8c83275.js",
58
58
  "static/chunks/255-69a4a78fac9becef.js",
59
59
  "static/chunks/main-app-2a6b1f94de31f96f.js",
60
- "static/chunks/app/api/replay/route-95e822afbebe548b.js"
60
+ "static/chunks/app/api/sessions/route-95e822afbebe548b.js"
61
61
  ],
62
62
  "/api/stream/route": [
63
63
  "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
- "/sessions/[traceId]/page": [
86
+ "/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",
94
93
  "static/chunks/22-1934dc9c2e544aa9.js",
95
- "static/chunks/app/sessions/[traceId]/page-209dfd895566db6f.js"
94
+ "static/chunks/app/page-57dce47ff6c00ddd.js"
96
95
  ],
97
- "/page": [
96
+ "/sessions/[traceId]/page": [
98
97
  "static/chunks/webpack-4501ec292abda191.js",
99
98
  "static/chunks/4bd1b696-409494caf8c83275.js",
100
99
  "static/chunks/255-69a4a78fac9becef.js",
101
100
  "static/chunks/main-app-2a6b1f94de31f96f.js",
102
101
  "static/chunks/239-1c69ce437d02745f.js",
103
102
  "static/chunks/989-1c7081e9fd5c9b9d.js",
103
+ "static/chunks/425-9a1b036b5fdd8b06.js",
104
104
  "static/chunks/22-1934dc9c2e544aa9.js",
105
- "static/chunks/app/page-57dce47ff6c00ddd.js"
105
+ "static/chunks/app/sessions/[traceId]/page-209dfd895566db6f.js"
106
106
  ]
107
107
  }
108
108
  }
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "/_not-found/page": "/_not-found",
3
3
  "/api/environments/route": "/api/environments",
4
+ "/api/replay/route": "/api/replay",
4
5
  "/api/ingest/route": "/api/ingest",
5
6
  "/api/models/route": "/api/models",
6
- "/api/sessions/route": "/api/sessions",
7
7
  "/api/sessions/[traceId]/route": "/api/sessions/[traceId]",
8
- "/api/replay/route": "/api/replay",
8
+ "/api/sessions/route": "/api/sessions",
9
9
  "/api/stream/route": "/api/stream",
10
10
  "/environments/page": "/environments",
11
11
  "/models/page": "/models",
12
- "/sessions/[traceId]/page": "/sessions/[traceId]",
13
- "/page": "/"
12
+ "/page": "/",
13
+ "/sessions/[traceId]/page": "/sessions/[traceId]"
14
14
  }
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/hyFZFZhpE5yuTp_t6QAIZ/_buildManifest.js",
9
- "static/hyFZFZhpE5yuTp_t6QAIZ/_ssgManifest.js"
8
+ "static/8b1kwXDxrKvteRVkOC_Z2/_buildManifest.js",
9
+ "static/8b1kwXDxrKvteRVkOC_Z2/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-4501ec292abda191.js",
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "version": 4,
3
3
  "routes": {
4
- "/_not-found": {
5
- "initialStatus": 404,
4
+ "/environments": {
6
5
  "experimentalBypassFor": [
7
6
  {
8
7
  "type": "header",
@@ -15,8 +14,8 @@
15
14
  }
16
15
  ],
17
16
  "initialRevalidateSeconds": false,
18
- "srcRoute": "/_not-found",
19
- "dataRoute": "/_not-found.rsc",
17
+ "srcRoute": "/environments",
18
+ "dataRoute": "/environments.rsc",
20
19
  "allowHeader": [
21
20
  "host",
22
21
  "x-matched-path",
@@ -26,7 +25,7 @@
26
25
  "x-next-revalidate-tag-token"
27
26
  ]
28
27
  },
29
- "/": {
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": "/",
43
- "dataRoute": "/index.rsc",
41
+ "srcRoute": "/models",
42
+ "dataRoute": "/models.rsc",
44
43
  "allowHeader": [
45
44
  "host",
46
45
  "x-matched-path",
@@ -50,7 +49,8 @@
50
49
  "x-next-revalidate-tag-token"
51
50
  ]
52
51
  },
53
- "/models": {
52
+ "/_not-found": {
53
+ "initialStatus": 404,
54
54
  "experimentalBypassFor": [
55
55
  {
56
56
  "type": "header",
@@ -63,8 +63,8 @@
63
63
  }
64
64
  ],
65
65
  "initialRevalidateSeconds": false,
66
- "srcRoute": "/models",
67
- "dataRoute": "/models.rsc",
66
+ "srcRoute": "/_not-found",
67
+ "dataRoute": "/_not-found.rsc",
68
68
  "allowHeader": [
69
69
  "host",
70
70
  "x-matched-path",
@@ -74,7 +74,7 @@
74
74
  "x-next-revalidate-tag-token"
75
75
  ]
76
76
  },
77
- "/environments": {
77
+ "/": {
78
78
  "experimentalBypassFor": [
79
79
  {
80
80
  "type": "header",
@@ -87,8 +87,8 @@
87
87
  }
88
88
  ],
89
89
  "initialRevalidateSeconds": false,
90
- "srcRoute": "/environments",
91
- "dataRoute": "/environments.rsc",
90
+ "srcRoute": "/",
91
+ "dataRoute": "/index.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": "93562feea0145c5a4e94d8b5e54da028",
106
- "previewModeSigningKey": "e6d1ae16dbd3134764feaab5c799955e8266e41874e3dc373b656c75a412a806",
107
- "previewModeEncryptionKey": "40c9af6cdf5b56b54cd0ba8102ff42aa1a5a20d1e01c89839e56e0580128fd82"
105
+ "previewModeId": "4429f6fec1a743ae2a5bbc70707bd2cb",
106
+ "previewModeSigningKey": "1777fb6085a20c5ed66bed173ea1028b3120ef33794dbb7f44422962674e82b0",
107
+ "previewModeEncryptionKey": "7244087c88dcfbd6d115748aa972db9cd69f537df6f5fa050b9143575f948d67"
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/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
+ 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 +1 @@
1
- <!DOCTYPE html><!--hyFZFZhpE5yuTp_t6QAIZ--><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\":\"hyFZFZhpE5yuTp_t6QAIZ\",\"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><!--8b1kwXDxrKvteRVkOC_Z2--><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\":\"8b1kwXDxrKvteRVkOC_Z2\",\"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":"hyFZFZhpE5yuTp_t6QAIZ","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":"8b1kwXDxrKvteRVkOC_Z2","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/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
+ 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 +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/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":{}}
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":{}}