@vectorize-io/hindsight-control-plane 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/package.json +6 -1
  2. package/standalone/.next/BUILD_ID +1 -1
  3. package/standalone/.next/app-path-routes-manifest.json +10 -0
  4. package/standalone/.next/build-manifest.json +4 -4
  5. package/standalone/.next/prerender-manifest.json +3 -3
  6. package/standalone/.next/routes-manifest.json +83 -0
  7. package/standalone/.next/server/app/_global-error/page/build-manifest.json +2 -2
  8. package/standalone/.next/server/app/_global-error.html +2 -2
  9. package/standalone/.next/server/app/_global-error.rsc +1 -1
  10. package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  11. package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/standalone/.next/server/app/_not-found/page/build-manifest.json +2 -2
  16. package/standalone/.next/server/app/_not-found/page.js +1 -1
  17. package/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  18. package/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/standalone/.next/server/app/_not-found.html +1 -1
  20. package/standalone/.next/server/app/_not-found.rsc +16 -15
  21. package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +16 -15
  22. package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  23. package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +7 -6
  24. package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  25. package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  26. package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  27. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route/app-paths-manifest.json +3 -0
  28. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route/build-manifest.json +11 -0
  29. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route/server-reference-manifest.json +4 -0
  30. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js +7 -0
  31. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js.map +5 -0
  32. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js.nft.json +1 -0
  33. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route_client-reference-manifest.js +2 -0
  34. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route/app-paths-manifest.json +3 -0
  35. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route/build-manifest.json +11 -0
  36. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route/server-reference-manifest.json +4 -0
  37. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route.js +6 -0
  38. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route.js.map +5 -0
  39. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route.js.nft.json +1 -0
  40. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route_client-reference-manifest.js +2 -0
  41. package/standalone/.next/server/app/api/banks/[bankId]/directives/route/app-paths-manifest.json +3 -0
  42. package/standalone/.next/server/app/api/banks/[bankId]/directives/route/build-manifest.json +11 -0
  43. package/standalone/.next/server/app/api/banks/[bankId]/directives/route/server-reference-manifest.json +4 -0
  44. package/standalone/.next/server/app/api/banks/[bankId]/directives/route.js +6 -0
  45. package/standalone/.next/server/app/api/banks/[bankId]/directives/route.js.map +5 -0
  46. package/standalone/.next/server/app/api/banks/[bankId]/directives/route.js.nft.json +1 -0
  47. package/standalone/.next/server/app/api/banks/[bankId]/directives/route_client-reference-manifest.js +2 -0
  48. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route/app-paths-manifest.json +3 -0
  49. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route/build-manifest.json +11 -0
  50. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route/server-reference-manifest.json +4 -0
  51. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js +6 -0
  52. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js.map +5 -0
  53. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js.nft.json +1 -0
  54. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route_client-reference-manifest.js +2 -0
  55. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route/app-paths-manifest.json +3 -0
  56. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route/build-manifest.json +11 -0
  57. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route/server-reference-manifest.json +4 -0
  58. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js +6 -0
  59. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js.map +5 -0
  60. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js.nft.json +1 -0
  61. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route_client-reference-manifest.js +2 -0
  62. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route/app-paths-manifest.json +3 -0
  63. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route/build-manifest.json +11 -0
  64. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route/server-reference-manifest.json +4 -0
  65. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route.js +6 -0
  66. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route.js.map +5 -0
  67. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route.js.nft.json +1 -0
  68. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route_client-reference-manifest.js +2 -0
  69. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route/app-paths-manifest.json +3 -0
  70. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route/build-manifest.json +11 -0
  71. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route/server-reference-manifest.json +4 -0
  72. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route.js +6 -0
  73. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route.js.map +5 -0
  74. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route.js.nft.json +1 -0
  75. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route_client-reference-manifest.js +2 -0
  76. package/standalone/.next/server/app/api/banks/[bankId]/observations/route/app-paths-manifest.json +3 -0
  77. package/standalone/.next/server/app/api/banks/[bankId]/observations/route/build-manifest.json +11 -0
  78. package/standalone/.next/server/app/api/banks/[bankId]/observations/route/server-reference-manifest.json +4 -0
  79. package/standalone/.next/server/app/api/banks/[bankId]/observations/route.js +7 -0
  80. package/standalone/.next/server/app/api/banks/[bankId]/observations/route.js.map +5 -0
  81. package/standalone/.next/server/app/api/banks/[bankId]/observations/route.js.nft.json +1 -0
  82. package/standalone/.next/server/app/api/banks/[bankId]/observations/route_client-reference-manifest.js +2 -0
  83. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route/app-paths-manifest.json +3 -0
  84. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route/build-manifest.json +11 -0
  85. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route/server-reference-manifest.json +4 -0
  86. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js +7 -0
  87. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js.map +5 -0
  88. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js.nft.json +1 -0
  89. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route_client-reference-manifest.js +2 -0
  90. package/standalone/.next/server/app/api/version/route/app-paths-manifest.json +3 -0
  91. package/standalone/.next/server/app/api/version/route/build-manifest.json +11 -0
  92. package/standalone/.next/server/app/api/version/route/server-reference-manifest.json +4 -0
  93. package/standalone/.next/server/app/api/version/route.js +7 -0
  94. package/standalone/.next/server/app/api/version/route.js.map +5 -0
  95. package/standalone/.next/server/app/api/version/route.js.nft.json +1 -0
  96. package/standalone/.next/server/app/api/version/route_client-reference-manifest.js +2 -0
  97. package/standalone/.next/server/app/banks/[bankId]/page/build-manifest.json +2 -2
  98. package/standalone/.next/server/app/banks/[bankId]/page.js +1 -1
  99. package/standalone/.next/server/app/banks/[bankId]/page.js.nft.json +1 -1
  100. package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +1 -1
  101. package/standalone/.next/server/app/dashboard/page/build-manifest.json +2 -2
  102. package/standalone/.next/server/app/dashboard/page.js +1 -1
  103. package/standalone/.next/server/app/dashboard/page.js.nft.json +1 -1
  104. package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
  105. package/standalone/.next/server/app/dashboard.html +1 -1
  106. package/standalone/.next/server/app/dashboard.rsc +20 -19
  107. package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +20 -19
  108. package/standalone/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
  109. package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +7 -6
  110. package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  111. package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +2 -2
  112. package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +1 -1
  113. package/standalone/.next/server/app/index.html +1 -1
  114. package/standalone/.next/server/app/index.rsc +17 -16
  115. package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  116. package/standalone/.next/server/app/index.segments/_full.segment.rsc +17 -16
  117. package/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  118. package/standalone/.next/server/app/index.segments/_index.segment.rsc +7 -6
  119. package/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  120. package/standalone/.next/server/app/page/build-manifest.json +2 -2
  121. package/standalone/.next/server/app/page.js +1 -1
  122. package/standalone/.next/server/app/page.js.nft.json +1 -1
  123. package/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  124. package/standalone/.next/server/app-paths-manifest.json +10 -0
  125. package/standalone/.next/server/chunks/[root-of-the-server]__116b0d31._.js +1 -1
  126. package/standalone/.next/server/chunks/[root-of-the-server]__296b95db._.js +1 -1
  127. package/standalone/.next/server/chunks/[root-of-the-server]__356491b1._.js +1 -1
  128. package/standalone/.next/server/chunks/[root-of-the-server]__37560d9a._.js +1 -1
  129. package/standalone/.next/server/chunks/[root-of-the-server]__478d7304._.js +1 -1
  130. package/standalone/.next/server/chunks/[root-of-the-server]__4f034a9d._.js +3 -0
  131. package/standalone/.next/server/chunks/[root-of-the-server]__4f8cb4ae._.js +3 -0
  132. package/standalone/.next/server/chunks/[root-of-the-server]__51072426._.js +1 -1
  133. package/standalone/.next/server/chunks/[root-of-the-server]__517fcb62._.js +1 -1
  134. package/standalone/.next/server/chunks/[root-of-the-server]__57dac9c2._.js +1 -1
  135. package/standalone/.next/server/chunks/[root-of-the-server]__6296f8c7._.js +3 -0
  136. package/standalone/.next/server/chunks/[root-of-the-server]__6872cebd._.js +1 -1
  137. package/standalone/.next/server/chunks/[root-of-the-server]__687469c1._.js +1 -1
  138. package/standalone/.next/server/chunks/[root-of-the-server]__71e0e3b9._.js +2 -2
  139. package/standalone/.next/server/chunks/[root-of-the-server]__8241ce67._.js +1 -1
  140. package/standalone/.next/server/chunks/[root-of-the-server]__8578ca3f._.js +3 -0
  141. package/standalone/.next/server/chunks/[root-of-the-server]__85fada80._.js +1 -1
  142. package/standalone/.next/server/chunks/[root-of-the-server]__9a7529ab._.js +1 -1
  143. package/standalone/.next/server/chunks/[root-of-the-server]__9ab5fe6b._.js +3 -0
  144. package/standalone/.next/server/chunks/[root-of-the-server]__9af3dcb2._.js +1 -1
  145. package/standalone/.next/server/chunks/[root-of-the-server]__9e91e653._.js +3 -0
  146. package/standalone/.next/server/chunks/[root-of-the-server]__a2b6ce38._.js +3 -0
  147. package/standalone/.next/server/chunks/[root-of-the-server]__ab5df0f3._.js +1 -1
  148. package/standalone/.next/server/chunks/[root-of-the-server]__b9387f6f._.js +1 -1
  149. package/standalone/.next/server/chunks/[root-of-the-server]__d4a965d7._.js +3 -0
  150. package/standalone/.next/server/chunks/[root-of-the-server]__e1881f02._.js +3 -0
  151. package/standalone/.next/server/chunks/[root-of-the-server]__e4e9fd7e._.js +1 -1
  152. package/standalone/.next/server/chunks/[root-of-the-server]__ef34dcbb._.js +1 -1
  153. package/standalone/.next/server/chunks/[root-of-the-server]__faf484e1._.js +3 -0
  154. package/standalone/.next/server/chunks/[root-of-the-server]__fd2d4ac3._.js +1 -1
  155. package/standalone/.next/server/chunks/a6ea4_server_app_api_banks_[bankId]_directives_[directiveId]_route_actions_c53e99cb.js +3 -0
  156. package/standalone/.next/server/chunks/a6ea4_server_app_api_banks_[bankId]_mental-models_route_actions_b3cc2253.js +3 -0
  157. package/standalone/.next/server/chunks/a6ea4_server_app_api_banks_[bankId]_observations_[modelId]_route_actions_1e33444f.js +3 -0
  158. package/standalone/.next/server/chunks/a6ea4_server_app_api_banks_[bankId]_operations_[operationId]_route_actions_0211457b.js +3 -0
  159. package/standalone/.next/server/chunks/c9e9d_api_banks_[bankId]_mental-models_[mentalModelId]_refresh_route_actions_4df2bd67.js +3 -0
  160. package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_banks_[bankId]_consolidate_route_actions_6fd9fdd6.js +3 -0
  161. package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_banks_[bankId]_directives_route_actions_b54d83e2.js +3 -0
  162. package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_version_route_actions_2ad06930.js +3 -0
  163. package/standalone/.next/server/chunks/efda9_next-internal_server_app_api_banks_[bankId]_observations_route_actions_b34f7cd9.js +3 -0
  164. package/standalone/.next/server/chunks/ffeca_app_api_banks_[bankId]_mental-models_[mentalModelId]_route_actions_24c43b24.js +3 -0
  165. package/standalone/.next/server/chunks/hindsight-clients_typescript_dist_79330c4c._.js +1 -1
  166. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__3ff65f6b._.js +10 -0
  167. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__e44af113._.js +3 -0
  168. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__e82f1521._.js +3 -0
  169. package/standalone/.next/server/chunks/ssr/_e3307836._.js +2 -2
  170. package/standalone/.next/server/chunks/ssr/{_04b70dca._.js → _fd0f290d._.js} +2 -2
  171. package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_623a1433._.js +3 -0
  172. package/standalone/.next/server/middleware-build-manifest.js +2 -2
  173. package/standalone/.next/server/pages/404.html +1 -1
  174. package/standalone/.next/server/pages/500.html +2 -2
  175. package/standalone/.next/server/server-reference-manifest.js +1 -1
  176. package/standalone/.next/server/server-reference-manifest.json +1 -1
  177. package/standalone/.next/static/chunks/29c428a7aa2236cf.css +2 -0
  178. package/standalone/.next/static/chunks/3526b35dfa7cd313.js +7 -0
  179. package/standalone/.next/static/chunks/{30ea11065999f7ac.js → 4a949d7283783b5f.js} +1 -1
  180. package/standalone/.next/static/chunks/7a0cafe1b4f50a09.js +1 -0
  181. package/standalone/.next/static/chunks/b104177d7764cb62.js +1 -0
  182. package/standalone/.next/static/chunks/e574a89d58c6e4fc.js +8 -0
  183. package/standalone/.next/static/chunks/{turbopack-59d7bb1a28984373.js → turbopack-1071270574281509.js} +1 -1
  184. package/standalone/package.json +6 -1
  185. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__bce2f57e._.js +0 -3
  186. package/standalone/.next/server/chunks/ssr/_407ede86._.js +0 -9
  187. package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_fe96d618._.js +0 -3
  188. package/standalone/.next/static/chunks/068dff78c3e35897.css +0 -2
  189. package/standalone/.next/static/chunks/5d60d221a60086fb.js +0 -1
  190. package/standalone/.next/static/chunks/8ca05de898c11578.js +0 -1
  191. package/standalone/.next/static/chunks/9b12d8cc6a26cbbc.js +0 -7
  192. package/standalone/.next/static/chunks/c1c4c028479eeb7d.js +0 -7
  193. /package/standalone/.next/static/{FoyZVJhqn8jToZ2jQdT4e → 1FdE1fh7DHkhqw76bafZg}/_buildManifest.js +0 -0
  194. /package/standalone/.next/static/{FoyZVJhqn8jToZ2jQdT4e → 1FdE1fh7DHkhqw76bafZg}/_clientMiddlewareManifest.json +0 -0
  195. /package/standalone/.next/static/{FoyZVJhqn8jToZ2jQdT4e → 1FdE1fh7DHkhqw76bafZg}/_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.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Control plane for Hindsight - Semantic memory system",
5
5
  "bin": {
6
6
  "hindsight-control-plane": "./bin/cli.js"
@@ -30,6 +30,7 @@
30
30
  "@radix-ui/react-alert-dialog": "^1.1.15",
31
31
  "@radix-ui/react-checkbox": "^1.3.3",
32
32
  "@radix-ui/react-dialog": "^1.1.15",
33
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
33
34
  "@radix-ui/react-label": "^2.1.8",
34
35
  "@radix-ui/react-popover": "^1.1.15",
35
36
  "@radix-ui/react-radio-group": "^1.3.8",
@@ -37,7 +38,10 @@
37
38
  "@radix-ui/react-slider": "^1.3.6",
38
39
  "@radix-ui/react-slot": "^1.2.4",
39
40
  "@radix-ui/react-switch": "^1.2.6",
41
+ "@radix-ui/react-tabs": "^1.1.13",
42
+ "@radix-ui/react-tooltip": "^1.2.8",
40
43
  "@tailwindcss/postcss": "^4.1.17",
44
+ "@tailwindcss/typography": "^0.5.19",
41
45
  "@types/cytoscape": "^3.21.9",
42
46
  "@types/node": "^24.10.0",
43
47
  "@types/react": "^19.2.2",
@@ -56,6 +60,7 @@
56
60
  "react": "^19.2.0",
57
61
  "react-chrono": "^2.9.1",
58
62
  "react-dom": "^19.2.0",
63
+ "react-markdown": "^10.1.0",
59
64
  "react18-json-view": "^0.2.9",
60
65
  "recharts": "^3.5.1",
61
66
  "tailwind-merge": "^3.4.0",
@@ -1 +1 @@
1
- FoyZVJhqn8jToZ2jQdT4e
1
+ 1FdE1fh7DHkhqw76bafZg
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "/_global-error/page": "/_global-error",
3
3
  "/_not-found/page": "/_not-found",
4
+ "/api/banks/[bankId]/consolidate/route": "/api/banks/[bankId]/consolidate",
5
+ "/api/banks/[bankId]/directives/[directiveId]/route": "/api/banks/[bankId]/directives/[directiveId]",
6
+ "/api/banks/[bankId]/directives/route": "/api/banks/[bankId]/directives",
7
+ "/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route": "/api/banks/[bankId]/mental-models/[mentalModelId]/refresh",
8
+ "/api/banks/[bankId]/mental-models/[mentalModelId]/route": "/api/banks/[bankId]/mental-models/[mentalModelId]",
9
+ "/api/banks/[bankId]/mental-models/route": "/api/banks/[bankId]/mental-models",
10
+ "/api/banks/[bankId]/observations/[modelId]/route": "/api/banks/[bankId]/observations/[modelId]",
11
+ "/api/banks/[bankId]/observations/route": "/api/banks/[bankId]/observations",
12
+ "/api/banks/[bankId]/operations/[operationId]/route": "/api/banks/[bankId]/operations/[operationId]",
4
13
  "/api/banks/[bankId]/route": "/api/banks/[bankId]",
5
14
  "/api/banks/route": "/api/banks",
6
15
  "/api/chunks/[chunkId]/route": "/api/chunks/[chunkId]",
@@ -20,6 +29,7 @@
20
29
  "/api/recall/route": "/api/recall",
21
30
  "/api/reflect/route": "/api/reflect",
22
31
  "/api/stats/[agentId]/route": "/api/stats/[agentId]",
32
+ "/api/version/route": "/api/version",
23
33
  "/banks/[bankId]/page": "/banks/[bankId]",
24
34
  "/dashboard/page": "/dashboard",
25
35
  "/page": "/"
@@ -7,14 +7,14 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/FoyZVJhqn8jToZ2jQdT4e/_ssgManifest.js",
11
- "static/FoyZVJhqn8jToZ2jQdT4e/_buildManifest.js"
10
+ "static/1FdE1fh7DHkhqw76bafZg/_ssgManifest.js",
11
+ "static/1FdE1fh7DHkhqw76bafZg/_buildManifest.js"
12
12
  ],
13
13
  "rootMainFiles": [
14
14
  "static/chunks/f37acefc5ba19606.js",
15
15
  "static/chunks/5777bc08048e2edc.js",
16
16
  "static/chunks/eef1ea5ced749e04.js",
17
- "static/chunks/30ea11065999f7ac.js",
18
- "static/chunks/turbopack-59d7bb1a28984373.js"
17
+ "static/chunks/4a949d7283783b5f.js",
18
+ "static/chunks/turbopack-1071270574281509.js"
19
19
  ]
20
20
  }
@@ -102,8 +102,8 @@
102
102
  "dynamicRoutes": {},
103
103
  "notFoundRoutes": [],
104
104
  "preview": {
105
- "previewModeId": "82dec9f19e9b1b659c75c519a2c6cbd2",
106
- "previewModeSigningKey": "7c35630a90757662ba0cc31e37090e8b08a588f8fcde802943526d4071c0ec2e",
107
- "previewModeEncryptionKey": "d6d62a3faf757f678aef603c1ca2588b5fe91f485b153a8b3e03100bc52d8b56"
105
+ "previewModeId": "a82c93b16c381412a52e4967b0d4ac9d",
106
+ "previewModeSigningKey": "2e7ff23b892b2863b65895b326eafabd030a5f08aa2bda7d1be679cea23f8d86",
107
+ "previewModeEncryptionKey": "8d6cabc3e69ba45b7278a8776eeafe54182bd49ae43f5270fee6c24bb1e9d115"
108
108
  }
109
109
  }
@@ -29,6 +29,83 @@
29
29
  },
30
30
  "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)(?:/)?$"
31
31
  },
32
+ {
33
+ "page": "/api/banks/[bankId]/consolidate",
34
+ "regex": "^/api/banks/([^/]+?)/consolidate(?:/)?$",
35
+ "routeKeys": {
36
+ "nxtPbankId": "nxtPbankId"
37
+ },
38
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/consolidate(?:/)?$"
39
+ },
40
+ {
41
+ "page": "/api/banks/[bankId]/directives",
42
+ "regex": "^/api/banks/([^/]+?)/directives(?:/)?$",
43
+ "routeKeys": {
44
+ "nxtPbankId": "nxtPbankId"
45
+ },
46
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/directives(?:/)?$"
47
+ },
48
+ {
49
+ "page": "/api/banks/[bankId]/directives/[directiveId]",
50
+ "regex": "^/api/banks/([^/]+?)/directives/([^/]+?)(?:/)?$",
51
+ "routeKeys": {
52
+ "nxtPbankId": "nxtPbankId",
53
+ "nxtPdirectiveId": "nxtPdirectiveId"
54
+ },
55
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/directives/(?<nxtPdirectiveId>[^/]+?)(?:/)?$"
56
+ },
57
+ {
58
+ "page": "/api/banks/[bankId]/mental-models",
59
+ "regex": "^/api/banks/([^/]+?)/mental\\-models(?:/)?$",
60
+ "routeKeys": {
61
+ "nxtPbankId": "nxtPbankId"
62
+ },
63
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/mental\\-models(?:/)?$"
64
+ },
65
+ {
66
+ "page": "/api/banks/[bankId]/mental-models/[mentalModelId]",
67
+ "regex": "^/api/banks/([^/]+?)/mental\\-models/([^/]+?)(?:/)?$",
68
+ "routeKeys": {
69
+ "nxtPbankId": "nxtPbankId",
70
+ "nxtPmentalModelId": "nxtPmentalModelId"
71
+ },
72
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/mental\\-models/(?<nxtPmentalModelId>[^/]+?)(?:/)?$"
73
+ },
74
+ {
75
+ "page": "/api/banks/[bankId]/mental-models/[mentalModelId]/refresh",
76
+ "regex": "^/api/banks/([^/]+?)/mental\\-models/([^/]+?)/refresh(?:/)?$",
77
+ "routeKeys": {
78
+ "nxtPbankId": "nxtPbankId",
79
+ "nxtPmentalModelId": "nxtPmentalModelId"
80
+ },
81
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/mental\\-models/(?<nxtPmentalModelId>[^/]+?)/refresh(?:/)?$"
82
+ },
83
+ {
84
+ "page": "/api/banks/[bankId]/observations",
85
+ "regex": "^/api/banks/([^/]+?)/observations(?:/)?$",
86
+ "routeKeys": {
87
+ "nxtPbankId": "nxtPbankId"
88
+ },
89
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/observations(?:/)?$"
90
+ },
91
+ {
92
+ "page": "/api/banks/[bankId]/observations/[modelId]",
93
+ "regex": "^/api/banks/([^/]+?)/observations/([^/]+?)(?:/)?$",
94
+ "routeKeys": {
95
+ "nxtPbankId": "nxtPbankId",
96
+ "nxtPmodelId": "nxtPmodelId"
97
+ },
98
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/observations/(?<nxtPmodelId>[^/]+?)(?:/)?$"
99
+ },
100
+ {
101
+ "page": "/api/banks/[bankId]/operations/[operationId]",
102
+ "regex": "^/api/banks/([^/]+?)/operations/([^/]+?)(?:/)?$",
103
+ "routeKeys": {
104
+ "nxtPbankId": "nxtPbankId",
105
+ "nxtPoperationId": "nxtPoperationId"
106
+ },
107
+ "namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/operations/(?<nxtPoperationId>[^/]+?)(?:/)?$"
108
+ },
32
109
  {
33
110
  "page": "/api/chunks/[chunkId]",
34
111
  "regex": "^/api/chunks/([^/]+?)(?:/)?$",
@@ -181,6 +258,12 @@
181
258
  "routeKeys": {},
182
259
  "namedRegex": "^/api/reflect(?:/)?$"
183
260
  },
261
+ {
262
+ "page": "/api/version",
263
+ "regex": "^/api/version(?:/)?$",
264
+ "routeKeys": {},
265
+ "namedRegex": "^/api/version(?:/)?$"
266
+ },
184
267
  {
185
268
  "page": "/dashboard",
186
269
  "regex": "^/dashboard(?:/)?$",
@@ -9,8 +9,8 @@
9
9
  "static/chunks/f37acefc5ba19606.js",
10
10
  "static/chunks/5777bc08048e2edc.js",
11
11
  "static/chunks/eef1ea5ced749e04.js",
12
- "static/chunks/30ea11065999f7ac.js",
13
- "static/chunks/turbopack-59d7bb1a28984373.js"
12
+ "static/chunks/4a949d7283783b5f.js",
13
+ "static/chunks/turbopack-1071270574281509.js"
14
14
  ],
15
15
  "pages": {},
16
16
  "ampFirstPages": []
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--FoyZVJhqn8jToZ2jQdT4e--><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/f37acefc5ba19606.js"/><script src="/_next/static/chunks/5777bc08048e2edc.js" async=""></script><script src="/_next/static/chunks/eef1ea5ced749e04.js" async=""></script><script src="/_next/static/chunks/30ea11065999f7ac.js" async=""></script><script src="/_next/static/chunks/turbopack-59d7bb1a28984373.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.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,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
- @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f37acefc5ba19606.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"FoyZVJhqn8jToZ2jQdT4e\",\"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/ff1a16fafef87110.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/7340adf74ff47ec0.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>
1
+ <!DOCTYPE html><!--1FdE1fh7DHkhqw76bafZg--><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/f37acefc5ba19606.js"/><script src="/_next/static/chunks/5777bc08048e2edc.js" async=""></script><script src="/_next/static/chunks/eef1ea5ced749e04.js" async=""></script><script src="/_next/static/chunks/4a949d7283783b5f.js" async=""></script><script src="/_next/static/chunks/turbopack-1071270574281509.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.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,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f37acefc5ba19606.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1FdE1fh7DHkhqw76bafZg\",\"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/ff1a16fafef87110.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/7340adf74ff47ec0.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[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
7
7
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
8
8
  b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
9
- 0:{"P":null,"b":"FoyZVJhqn8jToZ2jQdT4e","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/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/7340adf74ff47ec0.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}
9
+ 0:{"P":null,"b":"1FdE1fh7DHkhqw76bafZg","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/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/7340adf74ff47ec0.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[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","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/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7340adf74ff47ec0.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"1FdE1fh7DHkhqw76bafZg","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/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7340adf74ff47ec0.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -6,7 +6,7 @@
6
6
  7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
7
7
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
8
8
  b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
9
- 0:{"P":null,"b":"FoyZVJhqn8jToZ2jQdT4e","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/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/7340adf74ff47ec0.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}
9
+ 0:{"P":null,"b":"1FdE1fh7DHkhqw76bafZg","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/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/7340adf74ff47ec0.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[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","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}
5
+ 0:{"buildId":"1FdE1fh7DHkhqw76bafZg","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[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
4
- 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"1FdE1fh7DHkhqw76bafZg","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1 +1 @@
1
- 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
1
+ 0:{"buildId":"1FdE1fh7DHkhqw76bafZg","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}
@@ -9,8 +9,8 @@
9
9
  "static/chunks/f37acefc5ba19606.js",
10
10
  "static/chunks/5777bc08048e2edc.js",
11
11
  "static/chunks/eef1ea5ced749e04.js",
12
- "static/chunks/30ea11065999f7ac.js",
13
- "static/chunks/turbopack-59d7bb1a28984373.js"
12
+ "static/chunks/4a949d7283783b5f.js",
13
+ "static/chunks/turbopack-1071270574281509.js"
14
14
  ],
15
15
  "pages": {},
16
16
  "ampFirstPages": []
@@ -5,7 +5,7 @@ R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742
5
5
  R.c("server/chunks/ssr/[root-of-the-server]__6199c710._.js")
6
6
  R.c("server/chunks/ssr/[root-of-the-server]__655f8d11._.js")
7
7
  R.c("server/chunks/ssr/node_modules_256e9ddd._.js")
8
- R.c("server/chunks/ssr/hindsight-control-plane_src_fe96d618._.js")
8
+ R.c("server/chunks/ssr/hindsight-control-plane_src_623a1433._.js")
9
9
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js")
10
10
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js")
11
11
  R.c("server/chunks/ssr/4ca55_ndsight-control-plane__next-internal_server_app__not-found_page_actions_a6d92cb7.js")
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../chunks/ssr/4ca55_ndsight-control-plane__next-internal_server_app__not-found_page_actions_a6d92cb7.js","../../chunks/ssr/[root-of-the-server]__6199c710._.js","../../chunks/ssr/[root-of-the-server]__655f8d11._.js","../../chunks/ssr/[root-of-the-server]__915ad491._.js","../../chunks/ssr/[root-of-the-server]__e93b5ed6._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_04b70dca._.js","../../chunks/ssr/hindsight-control-plane_src_fe96d618._.js","../../chunks/ssr/node_modules_256e9ddd._.js","../../chunks/ssr/node_modules_next_dist_4b9a0874._.js","../../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.js","../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../chunks/ssr/4ca55_ndsight-control-plane__next-internal_server_app__not-found_page_actions_a6d92cb7.js","../../chunks/ssr/[root-of-the-server]__6199c710._.js","../../chunks/ssr/[root-of-the-server]__655f8d11._.js","../../chunks/ssr/[root-of-the-server]__e44af113._.js","../../chunks/ssr/[root-of-the-server]__e93b5ed6._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_fd0f290d._.js","../../chunks/ssr/hindsight-control-plane_src_623a1433._.js","../../chunks/ssr/node_modules_256e9ddd._.js","../../chunks/ssr/node_modules_next_dist_4b9a0874._.js","../../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.js","../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx <module evaluation>":{"id":59321,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/068dff78c3e35897.css","inlined":false}]},"entryJSFiles":{"[project]/hindsight-control-plane/src/app/layout":["static/chunks/8ca05de898c11578.js","static/chunks/7340adf74ff47ec0.js"]}}
2
+ globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx <module evaluation>":{"id":59321,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx <module evaluation>":{"id":78152,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx":{"id":78152,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/b104177d7764cb62.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"78152":{"*":{"id":74206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e44af113._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"78152":{"*":{"id":91920,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/29c428a7aa2236cf.css","inlined":false}]},"entryJSFiles":{"[project]/hindsight-control-plane/src/app/layout":["static/chunks/b104177d7764cb62.js","static/chunks/7340adf74ff47ec0.js"]}}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--FoyZVJhqn8jToZ2jQdT4e--><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/068dff78c3e35897.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f37acefc5ba19606.js"/><script src="/_next/static/chunks/5777bc08048e2edc.js" async=""></script><script src="/_next/static/chunks/eef1ea5ced749e04.js" async=""></script><script src="/_next/static/chunks/30ea11065999f7ac.js" async=""></script><script src="/_next/static/chunks/turbopack-59d7bb1a28984373.js" async=""></script><script src="/_next/static/chunks/8ca05de898c11578.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.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,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f37acefc5ba19606.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/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ThemeProvider\"]\n3:I[59321,[\"/_next/static/chunks/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"BankProvider\"]\n4:I[39756,[\"/_next/static/chunks/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\n9:I[97367,[\"/_next/static/chunks/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\nb:I[97367,[\"/_next/static/chunks/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\nd:I[68027,[\"/_next/static/chunks/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n:HL[\"/_next/static/chunks/068dff78c3e35897.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"FoyZVJhqn8jToZ2jQdT4e\",\"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/068dff78c3e35897.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/8ca05de898c11578.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/7340adf74ff47ec0.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,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",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: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: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: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: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,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[27201,[\"/_next/static/chunks/8ca05de898c11578.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"IconMark\"]\n8:null\nc:[[\"$\",\"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\"}],[\"$\",\"$Le\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--1FdE1fh7DHkhqw76bafZg--><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/29c428a7aa2236cf.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f37acefc5ba19606.js"/><script src="/_next/static/chunks/5777bc08048e2edc.js" async=""></script><script src="/_next/static/chunks/eef1ea5ced749e04.js" async=""></script><script src="/_next/static/chunks/4a949d7283783b5f.js" async=""></script><script src="/_next/static/chunks/turbopack-1071270574281509.js" async=""></script><script src="/_next/static/chunks/b104177d7764cb62.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.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,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/f37acefc5ba19606.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/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ThemeProvider\"]\n3:I[78152,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"FeaturesProvider\"]\n4:I[59321,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"BankProvider\"]\n5:I[39756,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n7:I[97367,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\na:I[97367,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\nc:I[97367,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\ne:I[68027,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n:HL[\"/_next/static/chunks/29c428a7aa2236cf.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1FdE1fh7DHkhqw76bafZg\",\"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/29c428a7aa2236cf.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/b104177d7764cb62.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/7340adf74ff47ec0.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\"}]}]}]}]}]}]]}],{\"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: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: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: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: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,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[27201,[\"/_next/static/chunks/b104177d7764cb62.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"IconMark\"]\n9:null\nd:[[\"$\",\"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\"}],[\"$\",\"$Lf\",\"3\",{}]]\n"])</script></body></html>