@vectorize-io/hindsight-control-plane 0.2.0 → 0.3.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 (397) hide show
  1. package/package.json +1 -1
  2. package/standalone/.next/BUILD_ID +1 -1
  3. package/standalone/.next/app-path-routes-manifest.json +2 -0
  4. package/standalone/.next/build-manifest.json +7 -8
  5. package/standalone/.next/prerender-manifest.json +3 -7
  6. package/standalone/.next/required-server-files.json +40 -193
  7. package/standalone/.next/routes-manifest.json +17 -1
  8. package/standalone/.next/server/app/_global-error/page/build-manifest.json +5 -6
  9. package/standalone/.next/server/app/_global-error/page.js +2 -2
  10. package/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
  11. package/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  12. package/standalone/.next/server/app/_global-error.html +2 -2
  13. package/standalone/.next/server/app/_global-error.rsc +8 -8
  14. package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
  15. package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +8 -8
  16. package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +4 -6
  17. package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  18. package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  19. package/standalone/.next/server/app/_not-found/page/build-manifest.json +5 -6
  20. package/standalone/.next/server/app/_not-found/page.js +2 -2
  21. package/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  22. package/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  23. package/standalone/.next/server/app/_not-found.html +1 -1
  24. package/standalone/.next/server/app/_not-found.rsc +12 -12
  25. package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +12 -12
  26. package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +5 -7
  27. package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +6 -6
  28. package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  29. package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  30. package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  31. package/standalone/.next/server/app/api/banks/[bankId]/route/app-paths-manifest.json +3 -0
  32. package/standalone/.next/server/app/api/banks/[bankId]/route/build-manifest.json +11 -0
  33. package/standalone/.next/server/app/api/banks/[bankId]/route/server-reference-manifest.json +4 -0
  34. package/standalone/.next/server/app/api/banks/[bankId]/route.js +7 -0
  35. package/standalone/.next/server/app/api/banks/[bankId]/route.js.map +5 -0
  36. package/standalone/.next/server/app/api/banks/[bankId]/route.js.nft.json +1 -0
  37. package/standalone/.next/server/app/api/banks/[bankId]/route_client-reference-manifest.js +2 -0
  38. package/standalone/.next/server/app/api/banks/route.js +3 -2
  39. package/standalone/.next/server/app/api/banks/route.js.nft.json +1 -1
  40. package/standalone/.next/server/app/api/chunks/[chunkId]/route.js +3 -2
  41. package/standalone/.next/server/app/api/chunks/[chunkId]/route.js.nft.json +1 -1
  42. package/standalone/.next/server/app/api/documents/[documentId]/route.js +3 -2
  43. package/standalone/.next/server/app/api/documents/[documentId]/route.js.nft.json +1 -1
  44. package/standalone/.next/server/app/api/documents/route.js +3 -2
  45. package/standalone/.next/server/app/api/documents/route.js.nft.json +1 -1
  46. package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js +3 -2
  47. package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js.nft.json +1 -1
  48. package/standalone/.next/server/app/api/entities/[entityId]/route.js +3 -2
  49. package/standalone/.next/server/app/api/entities/[entityId]/route.js.nft.json +1 -1
  50. package/standalone/.next/server/app/api/entities/route.js +3 -2
  51. package/standalone/.next/server/app/api/entities/route.js.nft.json +1 -1
  52. package/standalone/.next/server/app/api/graph/route.js +3 -2
  53. package/standalone/.next/server/app/api/graph/route.js.nft.json +1 -1
  54. package/standalone/.next/server/app/api/health/route.js +2 -1
  55. package/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
  56. package/standalone/.next/server/app/api/list/route.js +3 -2
  57. package/standalone/.next/server/app/api/list/route.js.nft.json +1 -1
  58. package/standalone/.next/server/app/api/memories/[memoryId]/route/app-paths-manifest.json +3 -0
  59. package/standalone/.next/server/app/api/memories/[memoryId]/route/build-manifest.json +11 -0
  60. package/standalone/.next/server/app/api/memories/[memoryId]/route/server-reference-manifest.json +4 -0
  61. package/standalone/.next/server/app/api/memories/[memoryId]/route.js +6 -0
  62. package/standalone/.next/server/app/api/memories/[memoryId]/route.js.map +5 -0
  63. package/standalone/.next/server/app/api/memories/[memoryId]/route.js.nft.json +1 -0
  64. package/standalone/.next/server/app/api/memories/[memoryId]/route_client-reference-manifest.js +2 -0
  65. package/standalone/.next/server/app/api/memories/retain/route.js +3 -2
  66. package/standalone/.next/server/app/api/memories/retain/route.js.nft.json +1 -1
  67. package/standalone/.next/server/app/api/memories/retain_async/route.js +3 -2
  68. package/standalone/.next/server/app/api/memories/retain_async/route.js.nft.json +1 -1
  69. package/standalone/.next/server/app/api/operations/[agentId]/route.js +3 -2
  70. package/standalone/.next/server/app/api/operations/[agentId]/route.js.nft.json +1 -1
  71. package/standalone/.next/server/app/api/profile/[bankId]/route.js +3 -2
  72. package/standalone/.next/server/app/api/profile/[bankId]/route.js.nft.json +1 -1
  73. package/standalone/.next/server/app/api/recall/route.js +3 -2
  74. package/standalone/.next/server/app/api/recall/route.js.nft.json +1 -1
  75. package/standalone/.next/server/app/api/reflect/route.js +3 -2
  76. package/standalone/.next/server/app/api/reflect/route.js.nft.json +1 -1
  77. package/standalone/.next/server/app/api/stats/[agentId]/route.js +3 -2
  78. package/standalone/.next/server/app/api/stats/[agentId]/route.js.nft.json +1 -1
  79. package/standalone/.next/server/app/banks/[bankId]/page/build-manifest.json +5 -6
  80. package/standalone/.next/server/app/banks/[bankId]/page.js +2 -2
  81. package/standalone/.next/server/app/banks/[bankId]/page.js.nft.json +1 -1
  82. package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +1 -1
  83. package/standalone/.next/server/app/dashboard/page/build-manifest.json +5 -6
  84. package/standalone/.next/server/app/dashboard/page.js +2 -2
  85. package/standalone/.next/server/app/dashboard/page.js.nft.json +1 -1
  86. package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
  87. package/standalone/.next/server/app/dashboard.html +1 -1
  88. package/standalone/.next/server/app/dashboard.rsc +14 -14
  89. package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +14 -14
  90. package/standalone/.next/server/app/dashboard.segments/_head.segment.rsc +5 -7
  91. package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +6 -6
  92. package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  93. package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +4 -4
  94. package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +3 -3
  95. package/standalone/.next/server/app/index.html +1 -1
  96. package/standalone/.next/server/app/index.rsc +12 -12
  97. package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  98. package/standalone/.next/server/app/index.segments/_full.segment.rsc +12 -12
  99. package/standalone/.next/server/app/index.segments/_head.segment.rsc +5 -7
  100. package/standalone/.next/server/app/index.segments/_index.segment.rsc +6 -6
  101. package/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  102. package/standalone/.next/server/app/page/build-manifest.json +5 -6
  103. package/standalone/.next/server/app/page.js +3 -3
  104. package/standalone/.next/server/app/page.js.nft.json +1 -1
  105. package/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  106. package/standalone/.next/server/app-paths-manifest.json +2 -0
  107. package/standalone/.next/server/chunks/[root-of-the-server]__116b0d31._.js +3 -0
  108. package/standalone/.next/server/chunks/[root-of-the-server]__296b95db._.js +3 -0
  109. package/standalone/.next/server/chunks/[root-of-the-server]__356491b1._.js +3 -0
  110. package/standalone/.next/server/chunks/[root-of-the-server]__37560d9a._.js +3 -0
  111. package/standalone/.next/server/chunks/[root-of-the-server]__478d7304._.js +3 -0
  112. package/standalone/.next/server/chunks/[root-of-the-server]__51072426._.js +3 -0
  113. package/standalone/.next/server/chunks/[root-of-the-server]__517fcb62._.js +3 -0
  114. package/standalone/.next/server/chunks/[root-of-the-server]__57dac9c2._.js +3 -0
  115. package/standalone/.next/server/chunks/[root-of-the-server]__6872cebd._.js +3 -0
  116. package/standalone/.next/server/chunks/[root-of-the-server]__687469c1._.js +3 -0
  117. package/standalone/.next/server/chunks/[root-of-the-server]__71e0e3b9._.js +21 -0
  118. package/standalone/.next/server/chunks/[root-of-the-server]__8241ce67._.js +3 -0
  119. package/standalone/.next/server/chunks/[root-of-the-server]__85fada80._.js +3 -0
  120. package/standalone/.next/server/chunks/[root-of-the-server]__9a7529ab._.js +1 -1
  121. package/standalone/.next/server/chunks/[root-of-the-server]__9af3dcb2._.js +3 -0
  122. package/standalone/.next/server/chunks/[root-of-the-server]__ab5df0f3._.js +3 -0
  123. package/standalone/.next/server/chunks/[root-of-the-server]__b9387f6f._.js +3 -0
  124. package/standalone/.next/server/chunks/[root-of-the-server]__e4e9fd7e._.js +3 -0
  125. package/standalone/.next/server/chunks/[root-of-the-server]__ef34dcbb._.js +3 -0
  126. package/standalone/.next/server/chunks/[root-of-the-server]__fd2d4ac3._.js +3 -0
  127. package/standalone/.next/server/chunks/[turbopack]_runtime.js +32 -7
  128. package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_banks_[bankId]_route_actions_e35b026c.js +3 -0
  129. package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_memories_[memoryId]_route_actions_461fd16c.js +3 -0
  130. package/standalone/.next/server/chunks/hindsight-clients_typescript_dist_79330c4c._.js +3 -0
  131. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__3f6f18bb._.js +1 -1
  132. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__655f8d11._.js +6 -2
  133. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__8dd83d7a._.js +1 -1
  134. package/standalone/.next/server/chunks/ssr/[turbopack]_runtime.js +32 -7
  135. package/standalone/.next/server/chunks/ssr/_04b70dca._.js +6 -0
  136. package/standalone/.next/server/chunks/ssr/_26df66d0._.js +2 -2
  137. package/standalone/.next/server/chunks/ssr/_407ede86._.js +9 -0
  138. package/standalone/.next/server/chunks/ssr/_53a4aa41._.js +2 -2
  139. package/standalone/.next/server/chunks/ssr/_6f1a7a53._.js +6 -0
  140. package/standalone/.next/server/chunks/ssr/_944e56a6._.js +2 -2
  141. package/standalone/.next/server/chunks/ssr/_e3307836._.js +9 -0
  142. package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_fe96d618._.js +1 -1
  143. package/standalone/.next/server/chunks/ssr/node_modules_256e9ddd._.js +3 -0
  144. package/standalone/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js +2 -2
  145. package/standalone/.next/server/chunks/ssr/node_modules_next_dist_4b9a0874._.js +3 -0
  146. package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.js +2 -2
  147. package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js +6 -0
  148. package/standalone/.next/server/middleware-build-manifest.js +5 -6
  149. package/standalone/.next/server/pages/404.html +1 -1
  150. package/standalone/.next/server/pages/500.html +2 -2
  151. package/standalone/.next/server/server-reference-manifest.js +1 -1
  152. package/standalone/.next/server/server-reference-manifest.json +1 -1
  153. package/standalone/.next/static/chunks/068dff78c3e35897.css +2 -0
  154. package/standalone/.next/static/chunks/30ea11065999f7ac.js +1 -0
  155. package/standalone/.next/static/chunks/5777bc08048e2edc.js +4 -0
  156. package/standalone/.next/static/chunks/5d60d221a60086fb.js +1 -0
  157. package/standalone/.next/static/chunks/7340adf74ff47ec0.js +1 -0
  158. package/standalone/.next/static/chunks/8ca05de898c11578.js +1 -0
  159. package/standalone/.next/static/chunks/9b12d8cc6a26cbbc.js +7 -0
  160. package/standalone/.next/static/chunks/a6dad97d9634a72d.js.map +1 -0
  161. package/standalone/.next/static/chunks/c1c4c028479eeb7d.js +7 -0
  162. package/standalone/.next/static/chunks/eef1ea5ced749e04.js +2 -0
  163. package/standalone/.next/static/chunks/f37acefc5ba19606.js +1 -0
  164. package/standalone/.next/static/chunks/turbopack-59d7bb1a28984373.js +4 -0
  165. package/standalone/node_modules/@img/sharp-libvips-linux-x64/README.md +46 -0
  166. package/standalone/node_modules/@img/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +221 -0
  167. package/standalone/node_modules/@img/sharp-libvips-linux-x64/lib/index.js +1 -0
  168. package/standalone/node_modules/@img/sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  169. package/standalone/node_modules/@img/sharp-libvips-linux-x64/package.json +42 -0
  170. package/standalone/node_modules/@img/sharp-libvips-linux-x64/versions.json +30 -0
  171. package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
  172. package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +221 -0
  173. package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
  174. package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  175. package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
  176. package/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
  177. package/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
  178. package/standalone/node_modules/@img/sharp-linux-x64/package.json +46 -0
  179. package/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
  180. package/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
  181. package/standalone/node_modules/@next/env/package.json +4 -4
  182. package/standalone/node_modules/next/dist/build/analyze/index.js +242 -0
  183. package/standalone/node_modules/next/dist/build/define-env.js +22 -13
  184. package/standalone/node_modules/next/dist/build/entries.js +5 -5
  185. package/standalone/node_modules/next/dist/build/generate-routes-manifest.js +91 -0
  186. package/standalone/node_modules/next/dist/build/index.js +172 -223
  187. package/standalone/node_modules/next/dist/build/output/log.js +4 -7
  188. package/standalone/node_modules/next/dist/build/segment-config/app/app-segments.js +23 -99
  189. package/standalone/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +3 -3
  190. package/standalone/node_modules/next/dist/build/spinner.js +3 -3
  191. package/standalone/node_modules/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +137 -0
  192. package/standalone/node_modules/next/dist/build/static-paths/app.js +69 -210
  193. package/standalone/node_modules/next/dist/build/static-paths/utils.js +83 -11
  194. package/standalone/node_modules/next/dist/build/swc/index.js +10 -6
  195. package/standalone/node_modules/next/dist/build/templates/app-page.js +21 -14
  196. package/standalone/node_modules/next/dist/build/templates/app-route.js +8 -10
  197. package/standalone/node_modules/next/dist/build/templates/edge-app-route.js +7 -10
  198. package/standalone/node_modules/next/dist/build/templates/edge-ssr-app.js +16 -20
  199. package/standalone/node_modules/next/dist/build/templates/edge-ssr.js +20 -14
  200. package/standalone/node_modules/next/dist/build/templates/edge-wrapper.js +24 -0
  201. package/standalone/node_modules/next/dist/build/templates/middleware.js +7 -6
  202. package/standalone/node_modules/next/dist/build/templates/pages-edge-api.js +3 -2
  203. package/standalone/node_modules/next/dist/build/turbopack-analyze/index.js +116 -0
  204. package/standalone/node_modules/next/dist/build/turbopack-build/impl.js +2 -1
  205. package/standalone/node_modules/next/dist/build/type-check.js +7 -8
  206. package/standalone/node_modules/next/dist/build/utils.js +45 -4
  207. package/standalone/node_modules/next/dist/build/validate-app-paths.js +242 -0
  208. package/standalone/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js +20 -2
  209. package/standalone/node_modules/next/dist/build/webpack/loaders/next-edge-app-route-loader/index.js +2 -5
  210. package/standalone/node_modules/next/dist/build/webpack/loaders/next-edge-ssr-loader/index.js +4 -11
  211. package/standalone/node_modules/next/dist/build/webpack/loaders/next-root-params-loader.js +1 -1
  212. package/standalone/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +1 -1
  213. package/standalone/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +3 -0
  214. package/standalone/node_modules/next/dist/build/webpack-build/impl.js +1 -0
  215. package/standalone/node_modules/next/dist/build/webpack-config.js +35 -3
  216. package/standalone/node_modules/next/dist/cli/next-test.js +3 -5
  217. package/standalone/node_modules/next/dist/client/components/app-router-headers.js +5 -0
  218. package/standalone/node_modules/next/dist/client/components/app-router-instance.js +3 -11
  219. package/standalone/node_modules/next/dist/client/components/app-router.js +8 -28
  220. package/standalone/node_modules/next/dist/client/components/navigation-devtools.js +5 -7
  221. package/standalone/node_modules/next/dist/client/components/navigation.js +4 -3
  222. package/standalone/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +3 -22
  223. package/standalone/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +6 -18
  224. package/standalone/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +844 -590
  225. package/standalone/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +4 -76
  226. package/standalone/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +21 -18
  227. package/standalone/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +48 -85
  228. package/standalone/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +25 -10
  229. package/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +126 -113
  230. package/standalone/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +30 -39
  231. package/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +0 -1
  232. package/standalone/node_modules/next/dist/client/components/router-reducer/router-reducer.js +2 -2
  233. package/standalone/node_modules/next/dist/client/components/segment-cache/cache-map.js +13 -18
  234. package/standalone/node_modules/next/dist/client/components/segment-cache/cache.js +27 -14
  235. package/standalone/node_modules/next/dist/client/components/segment-cache/lru.js +3 -1
  236. package/standalone/node_modules/next/dist/client/components/segment-cache/navigation.js +176 -133
  237. package/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +12 -12
  238. package/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +12 -12
  239. package/standalone/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +3 -3
  240. package/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +10 -10
  241. package/standalone/node_modules/next/dist/compiled/react-is/package.json +1 -1
  242. package/standalone/node_modules/next/dist/lib/build-custom-route.js +4 -4
  243. package/standalone/node_modules/next/dist/lib/constants.js +0 -5
  244. package/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +0 -1
  245. package/standalone/node_modules/next/dist/lib/helpers/get-npx-command.js +3 -3
  246. package/standalone/node_modules/next/dist/lib/inline-static-env.js +1 -1
  247. package/standalone/node_modules/next/dist/lib/metadata/metadata.js +17 -11
  248. package/standalone/node_modules/next/dist/lib/needs-experimental-react.js +2 -2
  249. package/standalone/node_modules/next/dist/lib/resolve-build-paths.js +44 -76
  250. package/standalone/node_modules/next/dist/lib/server-external-packages.jsonc +103 -0
  251. package/standalone/node_modules/next/dist/lib/static-env.js +6 -6
  252. package/standalone/node_modules/next/dist/lib/turbopack-warning.js +3 -5
  253. package/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +61 -5
  254. package/standalone/node_modules/next/dist/lib/typescript/type-paths.js +56 -0
  255. package/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +6 -17
  256. package/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +10 -2
  257. package/standalone/node_modules/next/dist/lib/worker.js +17 -9
  258. package/standalone/node_modules/next/dist/server/app-render/action-handler.js +113 -77
  259. package/standalone/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +36 -15
  260. package/standalone/node_modules/next/dist/server/app-render/app-render-render-utils.js +36 -15
  261. package/standalone/node_modules/next/dist/server/app-render/app-render-scheduling.js +188 -0
  262. package/standalone/node_modules/next/dist/server/app-render/app-render.js +804 -748
  263. package/standalone/node_modules/next/dist/server/app-render/collect-segment-data.js +8 -2
  264. package/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +1 -1
  265. package/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +42 -75
  266. package/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +127 -14
  267. package/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +3 -108
  268. package/standalone/node_modules/next/dist/server/app-render/encryption.js +4 -3
  269. package/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +3 -2
  270. package/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +9 -8
  271. package/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +1 -1
  272. package/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +257 -0
  273. package/standalone/node_modules/next/dist/server/app-render/prospective-render-utils.js +25 -8
  274. package/standalone/node_modules/next/dist/server/app-render/staged-rendering.js +161 -15
  275. package/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +67 -20
  276. package/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +2 -2
  277. package/standalone/node_modules/next/dist/server/async-storage/work-store.js +2 -1
  278. package/standalone/node_modules/next/dist/server/base-server.js +32 -23
  279. package/standalone/node_modules/next/dist/server/config-schema.js +8 -1
  280. package/standalone/node_modules/next/dist/server/config-shared.js +83 -2
  281. package/standalone/node_modules/next/dist/server/config.js +24 -17
  282. package/standalone/node_modules/next/dist/server/dev/hot-reloader-rspack.js +171 -0
  283. package/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +37 -25
  284. package/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +1 -0
  285. package/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +62 -57
  286. package/standalone/node_modules/next/dist/server/dev/log-requests.js +11 -3
  287. package/standalone/node_modules/next/dist/server/dev/messages.js +10 -0
  288. package/standalone/node_modules/next/dist/server/dev/serialized-errors.js +67 -0
  289. package/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +10 -0
  290. package/standalone/node_modules/next/dist/server/lib/app-info-log.js +1 -1
  291. package/standalone/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +2 -2
  292. package/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +6 -10
  293. package/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +4 -4
  294. package/standalone/node_modules/next/dist/server/lib/lazy-result.js +1 -1
  295. package/standalone/node_modules/next/dist/server/lib/patch-fetch.js +9 -9
  296. package/standalone/node_modules/next/dist/server/lib/router-server.js +43 -29
  297. package/standalone/node_modules/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +0 -21
  298. package/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +2 -7
  299. package/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +8 -4
  300. package/standalone/node_modules/next/dist/server/lib/start-server.js +3 -3
  301. package/standalone/node_modules/next/dist/server/lib/trace/tracer.js +4 -0
  302. package/standalone/node_modules/next/dist/server/load-components.js +3 -9
  303. package/standalone/node_modules/next/dist/server/next-server.js +19 -18
  304. package/standalone/node_modules/next/dist/server/next.js +1 -1
  305. package/standalone/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +570 -0
  306. package/standalone/node_modules/next/dist/server/node-environment-extensions/utils.js +60 -3
  307. package/standalone/node_modules/next/dist/server/node-environment.js +1 -0
  308. package/standalone/node_modules/next/dist/server/patch-error-inspect.js +7 -4
  309. package/standalone/node_modules/next/dist/server/request/fallback-params.js +23 -66
  310. package/standalone/node_modules/next/dist/server/route-modules/app-route/module.js +2 -2
  311. package/standalone/node_modules/next/dist/server/route-modules/pages/pages-handler.js +6 -3
  312. package/standalone/node_modules/next/dist/server/route-modules/route-module.js +79 -18
  313. package/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +28 -4
  314. package/standalone/node_modules/next/dist/server/typescript/rules/config.js +50 -6
  315. package/standalone/node_modules/next/dist/server/use-cache/use-cache-wrapper.js +68 -23
  316. package/standalone/node_modules/next/dist/server/web/edge-route-module-wrapper.js +7 -5
  317. package/standalone/node_modules/next/dist/server/web/sandbox/context.js +8 -9
  318. package/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +2 -1
  319. package/standalone/node_modules/next/dist/server/web/spec-extension/revalidate.js +7 -3
  320. package/standalone/node_modules/next/dist/shared/lib/action-revalidation-kind.js +31 -0
  321. package/standalone/node_modules/next/dist/shared/lib/constants.js +6 -1
  322. package/standalone/node_modules/next/dist/shared/lib/deployment-id.js +36 -0
  323. package/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
  324. package/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +5 -0
  325. package/standalone/node_modules/next/dist/shared/lib/router/routes/app.js +122 -0
  326. package/standalone/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +20 -49
  327. package/standalone/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js +6 -6
  328. package/standalone/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +33 -0
  329. package/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js +116 -0
  330. package/standalone/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js +3 -24
  331. package/standalone/node_modules/next/dist/shared/lib/segment.js +5 -0
  332. package/standalone/node_modules/next/dist/shared/lib/turbopack/utils.js +6 -5
  333. package/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
  334. package/standalone/node_modules/next/dist/telemetry/events/build.js +11 -0
  335. package/standalone/node_modules/next/dist/telemetry/events/version.js +2 -2
  336. package/standalone/node_modules/next/package.json +20 -18
  337. package/standalone/node_modules/react/cjs/react.production.js +1 -1
  338. package/standalone/node_modules/react/package.json +1 -1
  339. package/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +1 -1
  340. package/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.js +1 -1
  341. package/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.js +3 -3
  342. package/standalone/node_modules/react-dom/cjs/react-dom-server.edge.production.js +3 -3
  343. package/standalone/node_modules/react-dom/cjs/react-dom-server.node.production.js +3 -3
  344. package/standalone/node_modules/react-dom/cjs/react-dom.production.js +1 -1
  345. package/standalone/node_modules/react-dom/package.json +2 -2
  346. package/standalone/package.json +1 -1
  347. package/standalone/server.js +1 -1
  348. package/standalone/.next/server/chunks/[root-of-the-server]__02a1e7f7._.js +0 -3
  349. package/standalone/.next/server/chunks/[root-of-the-server]__0f1b189c._.js +0 -3
  350. package/standalone/.next/server/chunks/[root-of-the-server]__228c769f._.js +0 -3
  351. package/standalone/.next/server/chunks/[root-of-the-server]__317b54d0._.js +0 -21
  352. package/standalone/.next/server/chunks/[root-of-the-server]__464d3847._.js +0 -3
  353. package/standalone/.next/server/chunks/[root-of-the-server]__5e1d146d._.js +0 -3
  354. package/standalone/.next/server/chunks/[root-of-the-server]__6ee44ea3._.js +0 -3
  355. package/standalone/.next/server/chunks/[root-of-the-server]__73093267._.js +0 -3
  356. package/standalone/.next/server/chunks/[root-of-the-server]__81c0d784._.js +0 -3
  357. package/standalone/.next/server/chunks/[root-of-the-server]__9c3dd746._.js +0 -3
  358. package/standalone/.next/server/chunks/[root-of-the-server]__bae0f53c._.js +0 -3
  359. package/standalone/.next/server/chunks/[root-of-the-server]__be9afc00._.js +0 -3
  360. package/standalone/.next/server/chunks/[root-of-the-server]__d2485edb._.js +0 -3
  361. package/standalone/.next/server/chunks/[root-of-the-server]__d4b39930._.js +0 -3
  362. package/standalone/.next/server/chunks/[root-of-the-server]__d4f9d631._.js +0 -3
  363. package/standalone/.next/server/chunks/[root-of-the-server]__e5a6b81d._.js +0 -3
  364. package/standalone/.next/server/chunks/[root-of-the-server]__f318615b._.js +0 -3
  365. package/standalone/.next/server/chunks/ssr/_3476210c._.js +0 -6
  366. package/standalone/.next/server/chunks/ssr/_5e906836._.js +0 -9
  367. package/standalone/.next/server/chunks/ssr/_8362f37b._.js +0 -6
  368. package/standalone/.next/server/chunks/ssr/_e8cbc2be._.js +0 -9
  369. package/standalone/.next/server/chunks/ssr/node_modules_5363a9de._.js +0 -3
  370. package/standalone/.next/server/chunks/ssr/node_modules_next_dist_cc88faaa._.js +0 -3
  371. package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_3fe9760a._.js +0 -6
  372. package/standalone/.next/static/chunks/023d923a37d494fc.js +0 -1
  373. package/standalone/.next/static/chunks/0e1b9f3295e06ab1.js +0 -1
  374. package/standalone/.next/static/chunks/0e662c07abb2cacd.js +0 -1
  375. package/standalone/.next/static/chunks/247eb132b7f7b574.js +0 -1
  376. package/standalone/.next/static/chunks/497f7b5edc7d3fce.js +0 -1
  377. package/standalone/.next/static/chunks/4a2e6ca9bc162ffe.js +0 -4
  378. package/standalone/.next/static/chunks/9bc5002cc495aadf.js +0 -7
  379. package/standalone/.next/static/chunks/9eef728357965f0b.js +0 -7
  380. package/standalone/.next/static/chunks/c0409be3e0eda16b.js +0 -1
  381. package/standalone/.next/static/chunks/d0cdc56d06040c69.js +0 -2
  382. package/standalone/.next/static/chunks/f3b9062eed4c1661.css +0 -2
  383. package/standalone/.next/static/chunks/turbopack-030018f439265ea0.js +0 -3
  384. package/standalone/node_modules/next/dist/build/deployment-id.js +0 -18
  385. package/standalone/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js +0 -53
  386. package/standalone/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js +0 -105
  387. package/standalone/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js +0 -110
  388. package/standalone/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js +0 -131
  389. package/standalone/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js +0 -25
  390. package/standalone/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js +0 -32
  391. package/standalone/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js +0 -104
  392. package/standalone/node_modules/next/dist/lib/server-external-packages.json +0 -75
  393. package/standalone/node_modules/next/dist/server/app-render/action-utils.js +0 -90
  394. package/standalone/node_modules/next/dist/server/normalizers/request/prefetch-rsc.js +0 -31
  395. /package/standalone/.next/static/{49bdaGRmDVYO0WSBsNFA3 → FoyZVJhqn8jToZ2jQdT4e}/_buildManifest.js +0 -0
  396. /package/standalone/.next/static/{49bdaGRmDVYO0WSBsNFA3 → FoyZVJhqn8jToZ2jQdT4e}/_clientMiddlewareManifest.json +0 -0
  397. /package/standalone/.next/static/{49bdaGRmDVYO0WSBsNFA3 → FoyZVJhqn8jToZ2jQdT4e}/_ssgManifest.js +0 -0
@@ -1,12 +1,12 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
3
- 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
4
- 4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
2
+ 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
4
+ 4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
5
5
  5:"$Sreact.suspense"
6
- 7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
7
- 9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
8
- b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
9
- 0:{"P":null,"b":"49bdaGRmDVYO0WSBsNFA3","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/247eb132b7f7b574.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":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
6
+ 7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
7
+ 9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
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}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
- a:[]
12
11
  6:null
12
+ a:[]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"49bdaGRmDVYO0WSBsNFA3","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/247eb132b7f7b574.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
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}
5
5
  4:null
@@ -1,12 +1,12 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
3
- 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
4
- 4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
2
+ 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
4
+ 4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
5
5
  5:"$Sreact.suspense"
6
- 7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
7
- 9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
8
- b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
9
- 0:{"P":null,"b":"49bdaGRmDVYO0WSBsNFA3","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/247eb132b7f7b574.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":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
6
+ 7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
7
+ 9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
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}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
- a:[]
12
11
  6:null
12
+ a:[]
@@ -1,7 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
3
- 4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
4
- 5:"$Sreact.suspense"
5
- 0:{"buildId":"49bdaGRmDVYO0WSBsNFA3","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false}
6
- 3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
7
- 6:[]
2
+ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
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}
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
3
- 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
4
- 0:{"buildId":"49bdaGRmDVYO0WSBsNFA3","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
2
+ 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
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}
@@ -1 +1 @@
1
- 0:{"buildId":"49bdaGRmDVYO0WSBsNFA3","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":"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}
@@ -6,12 +6,11 @@
6
6
  ],
7
7
  "lowPriorityFiles": [],
8
8
  "rootMainFiles": [
9
- "static/chunks/0e1b9f3295e06ab1.js",
10
- "static/chunks/4a2e6ca9bc162ffe.js",
11
- "static/chunks/023d923a37d494fc.js",
12
- "static/chunks/d0cdc56d06040c69.js",
13
- "static/chunks/497f7b5edc7d3fce.js",
14
- "static/chunks/turbopack-030018f439265ea0.js"
9
+ "static/chunks/f37acefc5ba19606.js",
10
+ "static/chunks/5777bc08048e2edc.js",
11
+ "static/chunks/eef1ea5ced749e04.js",
12
+ "static/chunks/30ea11065999f7ac.js",
13
+ "static/chunks/turbopack-59d7bb1a28984373.js"
15
14
  ],
16
15
  "pages": {},
17
16
  "ampFirstPages": []
@@ -1,10 +1,10 @@
1
1
  var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/page.js")
2
2
  R.c("server/chunks/ssr/[root-of-the-server]__e93b5ed6._.js")
3
- R.c("server/chunks/ssr/node_modules_next_dist_cc88faaa._.js")
3
+ R.c("server/chunks/ssr/node_modules_next_dist_4b9a0874._.js")
4
4
  R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.js")
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
- R.c("server/chunks/ssr/node_modules_5363a9de._.js")
7
+ R.c("server/chunks/ssr/node_modules_256e9ddd._.js")
8
8
  R.c("server/chunks/ssr/hindsight-control-plane_src_fe96d618._.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")
@@ -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/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/_3476210c._.js","../../chunks/ssr/hindsight-control-plane_src_fe96d618._.js","../../chunks/ssr/node_modules_5363a9de._.js","../../chunks/ssr/node_modules_next_dist_cc88faaa._.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_3fe9760a._.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_89742413.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]__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,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/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.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/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.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/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx <module evaluation>":{"id":59321,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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_3fe9760a._.js","server/chunks/ssr/_3476210c._.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/f3b9062eed4c1661.css","inlined":false}]},"entryJSFiles":{"[project]/hindsight-control-plane/src/app/layout":["static/chunks/c0409be3e0eda16b.js","static/chunks/247eb132b7f7b574.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/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"]}}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--49bdaGRmDVYO0WSBsNFA3--><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/f3b9062eed4c1661.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0e1b9f3295e06ab1.js"/><script src="/_next/static/chunks/4a2e6ca9bc162ffe.js" async=""></script><script src="/_next/static/chunks/023d923a37d494fc.js" async=""></script><script src="/_next/static/chunks/d0cdc56d06040c69.js" async=""></script><script src="/_next/static/chunks/497f7b5edc7d3fce.js" async=""></script><script src="/_next/static/chunks/turbopack-030018f439265ea0.js" async=""></script><script src="/_next/static/chunks/c0409be3e0eda16b.js" async=""></script><script src="/_next/static/chunks/247eb132b7f7b574.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/0e1b9f3295e06ab1.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/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"ThemeProvider\"]\n3:I[59321,[\"/_next/static/chunks/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"BankProvider\"]\n4:I[39756,[\"/_next/static/chunks/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\n9:I[97367,[\"/_next/static/chunks/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"ViewportBoundary\"]\nb:I[97367,[\"/_next/static/chunks/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"MetadataBoundary\"]\nd:I[68027,[\"/_next/static/chunks/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"default\"]\n:HL[\"/_next/static/chunks/f3b9062eed4c1661.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"49bdaGRmDVYO0WSBsNFA3\",\"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/f3b9062eed4c1661.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c0409be3e0eda16b.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/247eb132b7f7b574.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\":\"$@a\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@c\"}]}]}],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/c0409be3e0eda16b.js\",\"/_next/static/chunks/247eb132b7f7b574.js\"],\"IconMark\"]\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\",{}]]\n8:null\n"])</script></body></html>
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,16 +1,16 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42408,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"ThemeProvider"]
3
- 3:I[59321,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"BankProvider"]
4
- 4:I[39756,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
5
- 5:I[37457,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
6
- 6:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
2
+ 2:I[42408,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ThemeProvider"]
3
+ 3:I[59321,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"BankProvider"]
4
+ 4:I[39756,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
5
+ 5:I[37457,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
+ 6:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
7
7
  7:"$Sreact.suspense"
8
- 9:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
9
- b:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
10
- d:I[68027,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
11
- :HL["/_next/static/chunks/f3b9062eed4c1661.css","style"]
12
- 0:{"P":null,"b":"49bdaGRmDVYO0WSBsNFA3","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/f3b9062eed4c1661.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c0409be3e0eda16b.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/247eb132b7f7b574.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":"$@a"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$@c"}]}]}],null]}],false]],"m":"$undefined","G":["$d","$undefined"],"S":true}
8
+ 9:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
9
+ b:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
10
+ d:I[68027,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
11
+ :HL["/_next/static/chunks/068dff78c3e35897.css","style"]
12
+ 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}
13
13
  a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
14
- e:I[27201,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"IconMark"]
15
- c:[["$","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",{}]]
14
+ e:I[27201,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
16
15
  8:null
16
+ c:[["$","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",{}]]
@@ -1,16 +1,16 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42408,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"ThemeProvider"]
3
- 3:I[59321,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"BankProvider"]
4
- 4:I[39756,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
5
- 5:I[37457,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
6
- 6:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
2
+ 2:I[42408,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ThemeProvider"]
3
+ 3:I[59321,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"BankProvider"]
4
+ 4:I[39756,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
5
+ 5:I[37457,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
+ 6:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
7
7
  7:"$Sreact.suspense"
8
- 9:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
9
- b:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
10
- d:I[68027,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
11
- :HL["/_next/static/chunks/f3b9062eed4c1661.css","style"]
12
- 0:{"P":null,"b":"49bdaGRmDVYO0WSBsNFA3","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/f3b9062eed4c1661.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c0409be3e0eda16b.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/247eb132b7f7b574.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":"$@a"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$@c"}]}]}],null]}],false]],"m":"$undefined","G":["$d","$undefined"],"S":true}
8
+ 9:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
9
+ b:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
10
+ d:I[68027,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
11
+ :HL["/_next/static/chunks/068dff78c3e35897.css","style"]
12
+ 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}
13
13
  a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
14
- e:I[27201,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"IconMark"]
15
- c:[["$","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",{}]]
14
+ e:I[27201,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
16
15
  8:null
16
+ c:[["$","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",{}]]
@@ -1,8 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"ViewportBoundary"]
3
- 4:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"MetadataBoundary"]
4
- 5:"$Sreact.suspense"
5
- 7:I[27201,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"IconMark"]
6
- 0:{"buildId":"49bdaGRmDVYO0WSBsNFA3","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false}
7
- 3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
8
- 6:[["$","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"}],["$","$L7","3",{}]]
2
+ 2:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
4
+ 4:"$Sreact.suspense"
5
+ 5:I[27201,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
6
+ 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -1,7 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42408,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"ThemeProvider"]
3
- 3:I[59321,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"BankProvider"]
4
- 4:I[39756,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
5
- 5:I[37457,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"default"]
6
- :HL["/_next/static/chunks/f3b9062eed4c1661.css","style"]
7
- 0:{"buildId":"49bdaGRmDVYO0WSBsNFA3","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/f3b9062eed4c1661.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/c0409be3e0eda16b.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/247eb132b7f7b574.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]]}],"loading":null,"isPartial":false}
2
+ 2:I[42408,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ThemeProvider"]
3
+ 3:I[59321,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"BankProvider"]
4
+ 4:I[39756,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
5
+ 5:I[37457,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
+ :HL["/_next/static/chunks/068dff78c3e35897.css","style"]
7
+ 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/068dff78c3e35897.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/8ca05de898c11578.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7340adf74ff47ec0.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]]}],"loading":null,"isPartial":false}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/c0409be3e0eda16b.js","/_next/static/chunks/247eb132b7f7b574.js"],"OutletBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/8ca05de898c11578.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"49bdaGRmDVYO0WSBsNFA3","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null