@vectorize-io/hindsight-control-plane 0.4.12 → 0.4.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/standalone/.next/BUILD_ID +1 -1
- package/standalone/.next/build-manifest.json +2 -2
- package/standalone/.next/prerender-manifest.json +3 -3
- package/standalone/.next/required-server-files.json +2 -1
- package/standalone/.next/server/app/_global-error.html +2 -2
- package/standalone/.next/server/app/_global-error.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app/_not-found.html +1 -1
- package/standalone/.next/server/app/_not-found.rsc +13 -13
- package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +13 -13
- package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +8 -8
- package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app/dashboard.html +1 -1
- package/standalone/.next/server/app/dashboard.rsc +7 -7
- package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +7 -7
- package/standalone/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +6 -6
- package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
- package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +2 -2
- package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +1 -1
- package/standalone/.next/server/app/index.html +1 -1
- package/standalone/.next/server/app/index.rsc +6 -6
- package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/standalone/.next/server/app/index.segments/_full.segment.rsc +6 -6
- package/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/standalone/.next/server/app/index.segments/_index.segment.rsc +6 -6
- package/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/chunks/[root-of-the-server]__55ac8836._.js +1 -1
- package/standalone/.next/server/chunks/[root-of-the-server]__631bd6ec._.js +1 -1
- package/standalone/.next/server/chunks/[root-of-the-server]__f91a8834._.js +5 -5
- package/standalone/.next/server/chunks/hindsight-control-plane_src_instrumentation_ts_7731303b._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__d9fd2a9b._.js +5 -5
- package/standalone/.next/server/chunks/ssr/_3b0b29a6._.js +1 -1
- package/standalone/.next/server/instrumentation.js +4 -0
- package/standalone/.next/server/pages/404.html +1 -1
- package/standalone/.next/server/pages/500.html +2 -2
- package/standalone/.next/server/server-reference-manifest.js +1 -1
- package/standalone/.next/server/server-reference-manifest.json +1 -1
- package/standalone/.next/static/chunks/{04aea2b16185be44.js → 2debaaba29d9e00b.js} +1 -1
- package/standalone/.next/static/chunks/c22cbe24d4252dc4.js +8 -0
- package/standalone/.next/static/chunks/fd807378fca57a05.css +2 -0
- package/standalone/package.json +3 -3
- package/standalone/.next/static/chunks/4b7c4be0320dfb6f.js +0 -8
- package/standalone/.next/static/chunks/c690afb9ee318e10.css +0 -2
- /package/standalone/.next/static/{yjP3D3wW_eL14bYUuJBcw → JFbiQLHJhGDhcoBwGfDgu}/_buildManifest.js +0 -0
- /package/standalone/.next/static/{yjP3D3wW_eL14bYUuJBcw → JFbiQLHJhGDhcoBwGfDgu}/_clientMiddlewareManifest.json +0 -0
- /package/standalone/.next/static/{yjP3D3wW_eL14bYUuJBcw → JFbiQLHJhGDhcoBwGfDgu}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vectorize-io/hindsight-control-plane",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.14",
|
|
4
4
|
"description": "Control plane for Hindsight - Semantic memory system",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hindsight-control-plane": "./bin/cli.js"
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"public"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"dev": "next dev --turbopack -p
|
|
14
|
+
"dev": "next dev --turbopack -p 9999",
|
|
15
15
|
"build": "next build && npm run build:standalone",
|
|
16
|
-
"build:standalone": "rm -rf standalone &&
|
|
16
|
+
"build:standalone": "rm -rf standalone && SERVER_JS=$(find .next/standalone -path '*/node_modules' -prune -o -name 'server.js' -print | head -1) && test -n \"$SERVER_JS\" || (echo 'Error: server.js not found in .next/standalone - standalone build failed' && exit 1) && STANDALONE_ROOT=$(dirname \"$SERVER_JS\") && cp -r \"$STANDALONE_ROOT\" standalone && cp -r .next/standalone/node_modules standalone/node_modules && mkdir -p standalone/.next && cp -r .next/static standalone/.next/static && mkdir -p standalone/public && (cp -r public/* standalone/public/ 2>/dev/null || true)",
|
|
17
17
|
"start": "next start",
|
|
18
18
|
"lint": "next lint",
|
|
19
19
|
"prepublishOnly": "npm run build"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
JFbiQLHJhGDhcoBwGfDgu
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"static/chunks/a6dad97d9634a72d.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
10
|
+
"static/JFbiQLHJhGDhcoBwGfDgu/_ssgManifest.js",
|
|
11
|
+
"static/JFbiQLHJhGDhcoBwGfDgu/_buildManifest.js"
|
|
12
12
|
],
|
|
13
13
|
"rootMainFiles": [
|
|
14
14
|
"static/chunks/b22843e9edba4eba.js",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"dynamicRoutes": {},
|
|
103
103
|
"notFoundRoutes": [],
|
|
104
104
|
"preview": {
|
|
105
|
-
"previewModeId": "
|
|
106
|
-
"previewModeSigningKey": "
|
|
107
|
-
"previewModeEncryptionKey": "
|
|
105
|
+
"previewModeId": "f11dae5edafd8818752bab341ecd82ea",
|
|
106
|
+
"previewModeSigningKey": "aa0096f14bae95526b123ca9d17539214fdb467c3ea01ba023647b9455cecb96",
|
|
107
|
+
"previewModeEncryptionKey": "d56ff04e96cd8648c65775f7a8bca45d4afed51968cda2e80d4926d6e63757e7"
|
|
108
108
|
}
|
|
109
109
|
}
|
|
@@ -315,7 +315,8 @@
|
|
|
315
315
|
".next/BUILD_ID",
|
|
316
316
|
".next/server/next-font-manifest.js",
|
|
317
317
|
".next/server/next-font-manifest.json",
|
|
318
|
-
".next/required-server-files.json"
|
|
318
|
+
".next/required-server-files.json",
|
|
319
|
+
".next/server/instrumentation.js"
|
|
319
320
|
],
|
|
320
321
|
"ignore": []
|
|
321
322
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
2
|
-
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/b22843e9edba4eba.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[95479,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"default\"]\n3:I[84172,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"default\"]\n4:I[53331,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[53331,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"ViewportBoundary\"]\n9:I[53331,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"MetadataBoundary\"]\nb:I[74255,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"
|
|
1
|
+
<!DOCTYPE html><!--JFbiQLHJhGDhcoBwGfDgu--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/b22843e9edba4eba.js"/><script src="/_next/static/chunks/34da728b4a0a1f91.js" async=""></script><script src="/_next/static/chunks/065c89b6eae2fcfa.js" async=""></script><script src="/_next/static/chunks/e433b044fc3654ba.js" async=""></script><script src="/_next/static/chunks/turbopack-dcaabb2f8b9cb04c.js" async=""></script><script src="/_next/static/chunks/b2d96882d4b43103.js" async=""></script><script src="/_next/static/chunks/e3351d74f41f643e.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
|
2
|
+
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/b22843e9edba4eba.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[95479,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"default\"]\n3:I[84172,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"default\"]\n4:I[53331,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[53331,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"ViewportBoundary\"]\n9:I[53331,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"MetadataBoundary\"]\nb:I[74255,[\"/_next/static/chunks/b2d96882d4b43103.js\",\"/_next/static/chunks/e3351d74f41f643e.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"JFbiQLHJhGDhcoBwGfDgu\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/b2d96882d4b43103.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/e3351d74f41f643e.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[53331,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"ViewportBoundary"]
|
|
7
7
|
9:I[53331,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"MetadataBoundary"]
|
|
8
8
|
b:I[74255,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"default"]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"JFbiQLHJhGDhcoBwGfDgu","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/b2d96882d4b43103.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/e3351d74f41f643e.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[53331,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"JFbiQLHJhGDhcoBwGfDgu","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/b2d96882d4b43103.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/e3351d74f41f643e.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
5
|
4:null
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
7:I[53331,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"ViewportBoundary"]
|
|
7
7
|
9:I[53331,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"MetadataBoundary"]
|
|
8
8
|
b:I[74255,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"default"]
|
|
9
|
-
0:{"P":null,"b":"
|
|
9
|
+
0:{"P":null,"b":"JFbiQLHJhGDhcoBwGfDgu","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/b2d96882d4b43103.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/e3351d74f41f643e.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
|
10
10
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
11
11
|
6:null
|
|
12
12
|
a:[]
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[53331,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"ViewportBoundary"]
|
|
3
3
|
3:I[53331,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"buildId":"
|
|
5
|
+
0:{"buildId":"JFbiQLHJhGDhcoBwGfDgu","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[95479,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"default"]
|
|
3
3
|
3:I[84172,["/_next/static/chunks/b2d96882d4b43103.js","/_next/static/chunks/e3351d74f41f643e.js"],"default"]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"JFbiQLHJhGDhcoBwGfDgu","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0:{"buildId":"
|
|
1
|
+
0:{"buildId":"JFbiQLHJhGDhcoBwGfDgu","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":74255,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error.js":{"id":74255,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":95479,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/layout-router.js":{"id":95479,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":84172,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":84172,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":87154,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-page.js":{"id":87154,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":87932,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-segment.js":{"id":87932,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":5501,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5501,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":76608,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":76608,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":53331,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":53331,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx <module evaluation>":{"id":59321,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx <module evaluation>":{"id":78152,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx":{"id":78152,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/src/components/ui/sonner.tsx <module evaluation>":{"id":15209,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false},"[project]/hindsight-control-plane/src/components/ui/sonner.tsx":{"id":15209,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/04aea2b16185be44.js"],"async":false}},"ssrModuleMapping":{"74255":{"*":{"id":86848,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"95479":{"*":{"id":86641,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"84172":{"*":{"id":1437,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"87154":{"*":{"id":33828,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"87932":{"*":{"id":50893,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"5501":{"*":{"id":96515,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"76608":{"*":{"id":63847,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"53331":{"*":{"id":88620,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"78152":{"*":{"id":74206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"15209":{"*":{"id":66666,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"74255":{"*":{"id":62021,"name":"*","chunks":[],"async":false}},"95479":{"*":{"id":29531,"name":"*","chunks":[],"async":false}},"84172":{"*":{"id":37859,"name":"*","chunks":[],"async":false}},"87154":{"*":{"id":16243,"name":"*","chunks":[],"async":false}},"87932":{"*":{"id":55956,"name":"*","chunks":[],"async":false}},"5501":{"*":{"id":247,"name":"*","chunks":[],"async":false}},"76608":{"*":{"id":84981,"name":"*","chunks":[],"async":false}},"53331":{"*":{"id":3642,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"78152":{"*":{"id":91920,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}},"15209":{"*":{"id":88786,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/c690afb9ee318e10.css","inlined":false}]},"entryJSFiles":{"[project]/hindsight-control-plane/src/app/layout":["static/chunks/b3e36e5d6fe2c156.js","static/chunks/e3351d74f41f643e.js","static/chunks/04aea2b16185be44.js"]}}
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":74255,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error.js":{"id":74255,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":95479,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/layout-router.js":{"id":95479,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":84172,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":84172,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":87154,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-page.js":{"id":87154,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":87932,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-segment.js":{"id":87932,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":5501,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5501,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":76608,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":76608,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":53331,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":53331,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx <module evaluation>":{"id":59321,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx <module evaluation>":{"id":78152,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx":{"id":78152,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/src/components/ui/sonner.tsx <module evaluation>":{"id":15209,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false},"[project]/hindsight-control-plane/src/components/ui/sonner.tsx":{"id":15209,"name":"*","chunks":["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"async":false}},"ssrModuleMapping":{"74255":{"*":{"id":86848,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"95479":{"*":{"id":86641,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"84172":{"*":{"id":1437,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"87154":{"*":{"id":33828,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"87932":{"*":{"id":50893,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"5501":{"*":{"id":96515,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"76608":{"*":{"id":63847,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"53331":{"*":{"id":88620,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"78152":{"*":{"id":74206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}},"15209":{"*":{"id":66666,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__610ccf1a._.js","server/chunks/ssr/c3f75_next_dist_esm_b2fb4bdd._.js","server/chunks/ssr/_3b0b29a6._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"74255":{"*":{"id":62021,"name":"*","chunks":[],"async":false}},"95479":{"*":{"id":29531,"name":"*","chunks":[],"async":false}},"84172":{"*":{"id":37859,"name":"*","chunks":[],"async":false}},"87154":{"*":{"id":16243,"name":"*","chunks":[],"async":false}},"87932":{"*":{"id":55956,"name":"*","chunks":[],"async":false}},"5501":{"*":{"id":247,"name":"*","chunks":[],"async":false}},"76608":{"*":{"id":84981,"name":"*","chunks":[],"async":false}},"53331":{"*":{"id":3642,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"78152":{"*":{"id":91920,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}},"15209":{"*":{"id":88786,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/fd807378fca57a05.css","inlined":false}]},"entryJSFiles":{"[project]/hindsight-control-plane/src/app/layout":["static/chunks/b3e36e5d6fe2c156.js","static/chunks/e3351d74f41f643e.js","static/chunks/2debaaba29d9e00b.js"]}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--JFbiQLHJhGDhcoBwGfDgu--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/fd807378fca57a05.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/b22843e9edba4eba.js"/><script src="/_next/static/chunks/34da728b4a0a1f91.js" async=""></script><script src="/_next/static/chunks/065c89b6eae2fcfa.js" async=""></script><script src="/_next/static/chunks/e433b044fc3654ba.js" async=""></script><script src="/_next/static/chunks/turbopack-dcaabb2f8b9cb04c.js" async=""></script><script src="/_next/static/chunks/b3e36e5d6fe2c156.js" async=""></script><script src="/_next/static/chunks/e3351d74f41f643e.js" async=""></script><script src="/_next/static/chunks/2debaaba29d9e00b.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Hindsight Control Plane</title><meta name="description" content="Control plane for the temporal semantic memory system"/><link rel="icon" href="/favicon.png"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="bg-background text-foreground"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/b22843e9edba4eba.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[42408,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"ThemeProvider\"]\n3:I[78152,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"FeaturesProvider\"]\n4:I[59321,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"BankProvider\"]\n5:I[95479,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"default\"]\n6:I[84172,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"default\"]\n7:I[15209,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"Toaster\"]\n8:I[53331,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[53331,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"ViewportBoundary\"]\nd:I[53331,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"MetadataBoundary\"]\nf:I[74255,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"default\"]\n:HL[\"/_next/static/chunks/fd807378fca57a05.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"JFbiQLHJhGDhcoBwGfDgu\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/fd807378fca57a05.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/e3351d74f41f643e.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/2debaaba29d9e00b.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"bg-background text-foreground\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}],[\"$\",\"$L7\",null,{}]]}]}]]}],{\"children\":[[\"$\",\"$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\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[76608,[\"/_next/static/chunks/b3e36e5d6fe2c156.js\",\"/_next/static/chunks/e3351d74f41f643e.js\",\"/_next/static/chunks/2debaaba29d9e00b.js\"],\"IconMark\"]\na:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"Hindsight Control Plane\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Control plane for the temporal semantic memory system\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.png\"}],[\"$\",\"$L10\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[42408,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
3
|
-
3:I[78152,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
4
|
-
4:I[59321,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
5
|
-
5:I[95479,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
6
|
-
6:I[84172,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
7
|
-
7:I[15209,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
8
|
-
8:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
2
|
+
2:I[42408,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"ThemeProvider"]
|
|
3
|
+
3:I[78152,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"FeaturesProvider"]
|
|
4
|
+
4:I[59321,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"BankProvider"]
|
|
5
|
+
5:I[95479,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"default"]
|
|
6
|
+
6:I[84172,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"default"]
|
|
7
|
+
7:I[15209,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"Toaster"]
|
|
8
|
+
8:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"OutletBoundary"]
|
|
9
9
|
9:"$Sreact.suspense"
|
|
10
|
-
b:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
11
|
-
d:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
12
|
-
f:I[74255,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
13
|
-
:HL["/_next/static/chunks/
|
|
14
|
-
0:{"P":null,"b":"
|
|
10
|
+
b:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"ViewportBoundary"]
|
|
11
|
+
d:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"MetadataBoundary"]
|
|
12
|
+
f:I[74255,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"default"]
|
|
13
|
+
:HL["/_next/static/chunks/fd807378fca57a05.css","style"]
|
|
14
|
+
0:{"P":null,"b":"JFbiQLHJhGDhcoBwGfDgu","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/fd807378fca57a05.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/b3e36e5d6fe2c156.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/e3351d74f41f643e.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/2debaaba29d9e00b.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":[["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}],["$","$L7",null,{}]]}]}]]}],{"children":[["$","$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":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true}
|
|
15
15
|
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
16
|
-
10:I[76608,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
16
|
+
10:I[76608,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"IconMark"]
|
|
17
17
|
a:null
|
|
18
18
|
e:[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L10","3",{}]]
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[42408,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
3
|
-
3:I[78152,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
4
|
-
4:I[59321,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
5
|
-
5:I[95479,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
6
|
-
6:I[84172,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
7
|
-
7:I[15209,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
8
|
-
8:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
2
|
+
2:I[42408,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"ThemeProvider"]
|
|
3
|
+
3:I[78152,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"FeaturesProvider"]
|
|
4
|
+
4:I[59321,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"BankProvider"]
|
|
5
|
+
5:I[95479,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"default"]
|
|
6
|
+
6:I[84172,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"default"]
|
|
7
|
+
7:I[15209,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"Toaster"]
|
|
8
|
+
8:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"OutletBoundary"]
|
|
9
9
|
9:"$Sreact.suspense"
|
|
10
|
-
b:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
11
|
-
d:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
12
|
-
f:I[74255,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
13
|
-
:HL["/_next/static/chunks/
|
|
14
|
-
0:{"P":null,"b":"
|
|
10
|
+
b:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"ViewportBoundary"]
|
|
11
|
+
d:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"MetadataBoundary"]
|
|
12
|
+
f:I[74255,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"default"]
|
|
13
|
+
:HL["/_next/static/chunks/fd807378fca57a05.css","style"]
|
|
14
|
+
0:{"P":null,"b":"JFbiQLHJhGDhcoBwGfDgu","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/fd807378fca57a05.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/b3e36e5d6fe2c156.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/e3351d74f41f643e.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/2debaaba29d9e00b.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":[["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}],["$","$L7",null,{}]]}]}]]}],{"children":[["$","$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":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true}
|
|
15
15
|
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
16
|
-
10:I[76608,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
16
|
+
10:I[76608,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"IconMark"]
|
|
17
17
|
a:null
|
|
18
18
|
e:[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L10","3",{}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
3
|
-
3:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
2
|
+
2:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[53331,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
5:I[76608,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
6
|
-
0:{"buildId":"
|
|
5
|
+
5:I[76608,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"IconMark"]
|
|
6
|
+
0:{"buildId":"JFbiQLHJhGDhcoBwGfDgu","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[42408,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
3
|
-
3:I[78152,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
4
|
-
4:I[59321,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
5
|
-
5:I[95479,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
6
|
-
6:I[84172,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
7
|
-
7:I[15209,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/
|
|
8
|
-
:HL["/_next/static/chunks/
|
|
9
|
-
0:{"buildId":"
|
|
2
|
+
2:I[42408,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"ThemeProvider"]
|
|
3
|
+
3:I[78152,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"FeaturesProvider"]
|
|
4
|
+
4:I[59321,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"BankProvider"]
|
|
5
|
+
5:I[95479,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"default"]
|
|
6
|
+
6:I[84172,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"default"]
|
|
7
|
+
7:I[15209,["/_next/static/chunks/b3e36e5d6fe2c156.js","/_next/static/chunks/e3351d74f41f643e.js","/_next/static/chunks/2debaaba29d9e00b.js"],"Toaster"]
|
|
8
|
+
:HL["/_next/static/chunks/fd807378fca57a05.css","style"]
|
|
9
|
+
0:{"buildId":"JFbiQLHJhGDhcoBwGfDgu","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/fd807378fca57a05.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/b3e36e5d6fe2c156.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/e3351d74f41f643e.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/2debaaba29d9e00b.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":[["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}],["$","$L7",null,{}]]}]}]]}],"loading":null,"isPartial":false}
|