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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/package.json +6 -1
  2. package/standalone/.next/BUILD_ID +1 -1
  3. package/standalone/.next/app-path-routes-manifest.json +10 -0
  4. package/standalone/.next/build-manifest.json +4 -4
  5. package/standalone/.next/prerender-manifest.json +3 -3
  6. package/standalone/.next/routes-manifest.json +83 -0
  7. package/standalone/.next/server/app/_global-error/page/build-manifest.json +2 -2
  8. package/standalone/.next/server/app/_global-error.html +2 -2
  9. package/standalone/.next/server/app/_global-error.rsc +1 -1
  10. package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  11. package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/standalone/.next/server/app/_not-found/page/build-manifest.json +2 -2
  16. package/standalone/.next/server/app/_not-found/page.js +1 -1
  17. package/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  18. package/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/standalone/.next/server/app/_not-found.html +1 -1
  20. package/standalone/.next/server/app/_not-found.rsc +16 -15
  21. package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +16 -15
  22. package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  23. package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +7 -6
  24. package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  25. package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  26. package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  27. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route/app-paths-manifest.json +3 -0
  28. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route/build-manifest.json +11 -0
  29. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route/server-reference-manifest.json +4 -0
  30. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js +7 -0
  31. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js.map +5 -0
  32. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js.nft.json +1 -0
  33. package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route_client-reference-manifest.js +2 -0
  34. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route/app-paths-manifest.json +3 -0
  35. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route/build-manifest.json +11 -0
  36. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route/server-reference-manifest.json +4 -0
  37. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route.js +6 -0
  38. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route.js.map +5 -0
  39. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route.js.nft.json +1 -0
  40. package/standalone/.next/server/app/api/banks/[bankId]/directives/[directiveId]/route_client-reference-manifest.js +2 -0
  41. package/standalone/.next/server/app/api/banks/[bankId]/directives/route/app-paths-manifest.json +3 -0
  42. package/standalone/.next/server/app/api/banks/[bankId]/directives/route/build-manifest.json +11 -0
  43. package/standalone/.next/server/app/api/banks/[bankId]/directives/route/server-reference-manifest.json +4 -0
  44. package/standalone/.next/server/app/api/banks/[bankId]/directives/route.js +6 -0
  45. package/standalone/.next/server/app/api/banks/[bankId]/directives/route.js.map +5 -0
  46. package/standalone/.next/server/app/api/banks/[bankId]/directives/route.js.nft.json +1 -0
  47. package/standalone/.next/server/app/api/banks/[bankId]/directives/route_client-reference-manifest.js +2 -0
  48. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route/app-paths-manifest.json +3 -0
  49. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route/build-manifest.json +11 -0
  50. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route/server-reference-manifest.json +4 -0
  51. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js +6 -0
  52. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js.map +5 -0
  53. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js.nft.json +1 -0
  54. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route_client-reference-manifest.js +2 -0
  55. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route/app-paths-manifest.json +3 -0
  56. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route/build-manifest.json +11 -0
  57. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route/server-reference-manifest.json +4 -0
  58. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js +6 -0
  59. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js.map +5 -0
  60. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js.nft.json +1 -0
  61. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/route_client-reference-manifest.js +2 -0
  62. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route/app-paths-manifest.json +3 -0
  63. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route/build-manifest.json +11 -0
  64. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route/server-reference-manifest.json +4 -0
  65. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route.js +6 -0
  66. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route.js.map +5 -0
  67. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route.js.nft.json +1 -0
  68. package/standalone/.next/server/app/api/banks/[bankId]/mental-models/route_client-reference-manifest.js +2 -0
  69. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route/app-paths-manifest.json +3 -0
  70. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route/build-manifest.json +11 -0
  71. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route/server-reference-manifest.json +4 -0
  72. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route.js +6 -0
  73. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route.js.map +5 -0
  74. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route.js.nft.json +1 -0
  75. package/standalone/.next/server/app/api/banks/[bankId]/observations/[modelId]/route_client-reference-manifest.js +2 -0
  76. package/standalone/.next/server/app/api/banks/[bankId]/observations/route/app-paths-manifest.json +3 -0
  77. package/standalone/.next/server/app/api/banks/[bankId]/observations/route/build-manifest.json +11 -0
  78. package/standalone/.next/server/app/api/banks/[bankId]/observations/route/server-reference-manifest.json +4 -0
  79. package/standalone/.next/server/app/api/banks/[bankId]/observations/route.js +7 -0
  80. package/standalone/.next/server/app/api/banks/[bankId]/observations/route.js.map +5 -0
  81. package/standalone/.next/server/app/api/banks/[bankId]/observations/route.js.nft.json +1 -0
  82. package/standalone/.next/server/app/api/banks/[bankId]/observations/route_client-reference-manifest.js +2 -0
  83. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route/app-paths-manifest.json +3 -0
  84. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route/build-manifest.json +11 -0
  85. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route/server-reference-manifest.json +4 -0
  86. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js +7 -0
  87. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js.map +5 -0
  88. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js.nft.json +1 -0
  89. package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route_client-reference-manifest.js +2 -0
  90. package/standalone/.next/server/app/api/version/route/app-paths-manifest.json +3 -0
  91. package/standalone/.next/server/app/api/version/route/build-manifest.json +11 -0
  92. package/standalone/.next/server/app/api/version/route/server-reference-manifest.json +4 -0
  93. package/standalone/.next/server/app/api/version/route.js +7 -0
  94. package/standalone/.next/server/app/api/version/route.js.map +5 -0
  95. package/standalone/.next/server/app/api/version/route.js.nft.json +1 -0
  96. package/standalone/.next/server/app/api/version/route_client-reference-manifest.js +2 -0
  97. package/standalone/.next/server/app/banks/[bankId]/page/build-manifest.json +2 -2
  98. package/standalone/.next/server/app/banks/[bankId]/page.js +1 -1
  99. package/standalone/.next/server/app/banks/[bankId]/page.js.nft.json +1 -1
  100. package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +1 -1
  101. package/standalone/.next/server/app/dashboard/page/build-manifest.json +2 -2
  102. package/standalone/.next/server/app/dashboard/page.js +1 -1
  103. package/standalone/.next/server/app/dashboard/page.js.nft.json +1 -1
  104. package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
  105. package/standalone/.next/server/app/dashboard.html +1 -1
  106. package/standalone/.next/server/app/dashboard.rsc +20 -19
  107. package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +20 -19
  108. package/standalone/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
  109. package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +7 -6
  110. package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  111. package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +2 -2
  112. package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +1 -1
  113. package/standalone/.next/server/app/index.html +1 -1
  114. package/standalone/.next/server/app/index.rsc +17 -16
  115. package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  116. package/standalone/.next/server/app/index.segments/_full.segment.rsc +17 -16
  117. package/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  118. package/standalone/.next/server/app/index.segments/_index.segment.rsc +7 -6
  119. package/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  120. package/standalone/.next/server/app/page/build-manifest.json +2 -2
  121. package/standalone/.next/server/app/page.js +1 -1
  122. package/standalone/.next/server/app/page.js.nft.json +1 -1
  123. package/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  124. package/standalone/.next/server/app-paths-manifest.json +10 -0
  125. package/standalone/.next/server/chunks/[root-of-the-server]__116b0d31._.js +1 -1
  126. package/standalone/.next/server/chunks/[root-of-the-server]__296b95db._.js +1 -1
  127. package/standalone/.next/server/chunks/[root-of-the-server]__356491b1._.js +1 -1
  128. package/standalone/.next/server/chunks/[root-of-the-server]__37560d9a._.js +1 -1
  129. package/standalone/.next/server/chunks/[root-of-the-server]__478d7304._.js +1 -1
  130. package/standalone/.next/server/chunks/[root-of-the-server]__4f034a9d._.js +3 -0
  131. package/standalone/.next/server/chunks/[root-of-the-server]__4f8cb4ae._.js +3 -0
  132. package/standalone/.next/server/chunks/[root-of-the-server]__51072426._.js +1 -1
  133. package/standalone/.next/server/chunks/[root-of-the-server]__517fcb62._.js +1 -1
  134. package/standalone/.next/server/chunks/[root-of-the-server]__57dac9c2._.js +1 -1
  135. package/standalone/.next/server/chunks/[root-of-the-server]__6296f8c7._.js +3 -0
  136. package/standalone/.next/server/chunks/[root-of-the-server]__6872cebd._.js +1 -1
  137. package/standalone/.next/server/chunks/[root-of-the-server]__687469c1._.js +1 -1
  138. package/standalone/.next/server/chunks/[root-of-the-server]__71e0e3b9._.js +2 -2
  139. package/standalone/.next/server/chunks/[root-of-the-server]__8241ce67._.js +1 -1
  140. package/standalone/.next/server/chunks/[root-of-the-server]__8578ca3f._.js +3 -0
  141. package/standalone/.next/server/chunks/[root-of-the-server]__85fada80._.js +1 -1
  142. package/standalone/.next/server/chunks/[root-of-the-server]__9a7529ab._.js +1 -1
  143. package/standalone/.next/server/chunks/[root-of-the-server]__9ab5fe6b._.js +3 -0
  144. package/standalone/.next/server/chunks/[root-of-the-server]__9af3dcb2._.js +1 -1
  145. package/standalone/.next/server/chunks/[root-of-the-server]__9e91e653._.js +3 -0
  146. package/standalone/.next/server/chunks/[root-of-the-server]__a2b6ce38._.js +3 -0
  147. package/standalone/.next/server/chunks/[root-of-the-server]__ab5df0f3._.js +1 -1
  148. package/standalone/.next/server/chunks/[root-of-the-server]__b9387f6f._.js +1 -1
  149. package/standalone/.next/server/chunks/[root-of-the-server]__d4a965d7._.js +3 -0
  150. package/standalone/.next/server/chunks/[root-of-the-server]__e1881f02._.js +3 -0
  151. package/standalone/.next/server/chunks/[root-of-the-server]__e4e9fd7e._.js +1 -1
  152. package/standalone/.next/server/chunks/[root-of-the-server]__ef34dcbb._.js +1 -1
  153. package/standalone/.next/server/chunks/[root-of-the-server]__faf484e1._.js +3 -0
  154. package/standalone/.next/server/chunks/[root-of-the-server]__fd2d4ac3._.js +1 -1
  155. package/standalone/.next/server/chunks/a6ea4_server_app_api_banks_[bankId]_directives_[directiveId]_route_actions_c53e99cb.js +3 -0
  156. package/standalone/.next/server/chunks/a6ea4_server_app_api_banks_[bankId]_mental-models_route_actions_b3cc2253.js +3 -0
  157. package/standalone/.next/server/chunks/a6ea4_server_app_api_banks_[bankId]_observations_[modelId]_route_actions_1e33444f.js +3 -0
  158. package/standalone/.next/server/chunks/a6ea4_server_app_api_banks_[bankId]_operations_[operationId]_route_actions_0211457b.js +3 -0
  159. package/standalone/.next/server/chunks/c9e9d_api_banks_[bankId]_mental-models_[mentalModelId]_refresh_route_actions_4df2bd67.js +3 -0
  160. package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_banks_[bankId]_consolidate_route_actions_6fd9fdd6.js +3 -0
  161. package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_banks_[bankId]_directives_route_actions_b54d83e2.js +3 -0
  162. package/standalone/.next/server/chunks/e51bf__next-internal_server_app_api_version_route_actions_2ad06930.js +3 -0
  163. package/standalone/.next/server/chunks/efda9_next-internal_server_app_api_banks_[bankId]_observations_route_actions_b34f7cd9.js +3 -0
  164. package/standalone/.next/server/chunks/ffeca_app_api_banks_[bankId]_mental-models_[mentalModelId]_route_actions_24c43b24.js +3 -0
  165. package/standalone/.next/server/chunks/hindsight-clients_typescript_dist_79330c4c._.js +1 -1
  166. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__3ff65f6b._.js +10 -0
  167. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__e44af113._.js +3 -0
  168. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__e82f1521._.js +3 -0
  169. package/standalone/.next/server/chunks/ssr/_e3307836._.js +2 -2
  170. package/standalone/.next/server/chunks/ssr/{_04b70dca._.js → _fd0f290d._.js} +2 -2
  171. package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_623a1433._.js +3 -0
  172. package/standalone/.next/server/middleware-build-manifest.js +2 -2
  173. package/standalone/.next/server/pages/404.html +1 -1
  174. package/standalone/.next/server/pages/500.html +2 -2
  175. package/standalone/.next/server/server-reference-manifest.js +1 -1
  176. package/standalone/.next/server/server-reference-manifest.json +1 -1
  177. package/standalone/.next/static/chunks/29c428a7aa2236cf.css +2 -0
  178. package/standalone/.next/static/chunks/3526b35dfa7cd313.js +7 -0
  179. package/standalone/.next/static/chunks/{30ea11065999f7ac.js → 4a949d7283783b5f.js} +1 -1
  180. package/standalone/.next/static/chunks/7a0cafe1b4f50a09.js +1 -0
  181. package/standalone/.next/static/chunks/b104177d7764cb62.js +1 -0
  182. package/standalone/.next/static/chunks/e574a89d58c6e4fc.js +8 -0
  183. package/standalone/.next/static/chunks/{turbopack-59d7bb1a28984373.js → turbopack-1071270574281509.js} +1 -1
  184. package/standalone/package.json +6 -1
  185. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__bce2f57e._.js +0 -3
  186. package/standalone/.next/server/chunks/ssr/_407ede86._.js +0 -9
  187. package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_fe96d618._.js +0 -3
  188. package/standalone/.next/static/chunks/068dff78c3e35897.css +0 -2
  189. package/standalone/.next/static/chunks/5d60d221a60086fb.js +0 -1
  190. package/standalone/.next/static/chunks/8ca05de898c11578.js +0 -1
  191. package/standalone/.next/static/chunks/9b12d8cc6a26cbbc.js +0 -7
  192. package/standalone/.next/static/chunks/c1c4c028479eeb7d.js +0 -7
  193. /package/standalone/.next/static/{FoyZVJhqn8jToZ2jQdT4e → tqSnESoxV_HpcddrkuYV-}/_buildManifest.js +0 -0
  194. /package/standalone/.next/static/{FoyZVJhqn8jToZ2jQdT4e → tqSnESoxV_HpcddrkuYV-}/_clientMiddlewareManifest.json +0 -0
  195. /package/standalone/.next/static/{FoyZVJhqn8jToZ2jQdT4e → tqSnESoxV_HpcddrkuYV-}/_ssgManifest.js +0 -0
@@ -1,7 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42408,["/_next/static/chunks/5d60d221a60086fb.js"],"ThemeProvider"]
3
- 3:I[59321,["/_next/static/chunks/5d60d221a60086fb.js"],"BankProvider"]
4
- 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
5
- 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.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/5d60d221a60086fb.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/7a0cafe1b4f50a09.js"],"ThemeProvider"]
3
+ 3:I[78152,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"FeaturesProvider"]
4
+ 4:I[59321,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"BankProvider"]
5
+ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
+ 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
7
+ :HL["/_next/static/chunks/29c428a7aa2236cf.css","style"]
8
+ 0:{"buildId":"tqSnESoxV_HpcddrkuYV-","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29c428a7aa2236cf.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/7a0cafe1b4f50a09.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/chunks/068dff78c3e35897.css","style"]
2
- 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"dashboard","paramType":null,"paramKey":"dashboard","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
1
+ :HL["/_next/static/chunks/29c428a7aa2236cf.css","style"]
2
+ 0:{"buildId":"tqSnESoxV_HpcddrkuYV-","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"dashboard","paramType":null,"paramKey":"dashboard","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ClientPageRoot"]
3
- 3:I[66017,["/_next/static/chunks/5d60d221a60086fb.js","/_next/static/chunks/bc4b7a284f8824f8.js","/_next/static/chunks/c1c4c028479eeb7d.js"],"default"]
3
+ 3:I[66017,["/_next/static/chunks/7a0cafe1b4f50a09.js","/_next/static/chunks/bc4b7a284f8824f8.js","/_next/static/chunks/3526b35dfa7cd313.js"],"default"]
4
4
  6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bc4b7a284f8824f8.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/c1c4c028479eeb7d.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"tqSnESoxV_HpcddrkuYV-","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/bc4b7a284f8824f8.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/3526b35dfa7cd313.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
4
- 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"tqSnESoxV_HpcddrkuYV-","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--FoyZVJhqn8jToZ2jQdT4e--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f37acefc5ba19606.js"/><script src="/_next/static/chunks/5777bc08048e2edc.js" async=""></script><script src="/_next/static/chunks/eef1ea5ced749e04.js" async=""></script><script src="/_next/static/chunks/30ea11065999f7ac.js" async=""></script><script src="/_next/static/chunks/turbopack-59d7bb1a28984373.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.js" async=""></script><title>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><div hidden=""><!--$--><!--/$--></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/5d60d221a60086fb.js\"],\"ThemeProvider\"]\n3:I[59321,[\"/_next/static/chunks/5d60d221a60086fb.js\"],\"BankProvider\"]\n4:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\na:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\nc:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\ne:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.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\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"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/5d60d221a60086fb.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\":[\"$L6\",null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"6:E{\"digest\":\"NEXT_REDIRECT;replace;/dashboard;307;\"}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"IconMark\"]\n9:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Hindsight Control Plane\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Control plane for the temporal semantic memory system\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.png\"}],[\"$\",\"$Lf\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--tqSnESoxV_HpcddrkuYV_--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/f37acefc5ba19606.js"/><script src="/_next/static/chunks/5777bc08048e2edc.js" async=""></script><script src="/_next/static/chunks/eef1ea5ced749e04.js" async=""></script><script src="/_next/static/chunks/4a949d7283783b5f.js" async=""></script><script src="/_next/static/chunks/turbopack-1071270574281509.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/7340adf74ff47ec0.js" async=""></script><title>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><div hidden=""><!--$--><!--/$--></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/7a0cafe1b4f50a09.js\"],\"ThemeProvider\"]\n3:I[78152,[\"/_next/static/chunks/7a0cafe1b4f50a09.js\"],\"FeaturesProvider\"]\n4:I[59321,[\"/_next/static/chunks/7a0cafe1b4f50a09.js\"],\"BankProvider\"]\n5:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n6:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n8:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"ViewportBoundary\"]\nd:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"MetadataBoundary\"]\nf:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"default\"]\n:HL[\"/_next/static/chunks/29c428a7aa2236cf.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"tqSnESoxV_HpcddrkuYV-\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/29c428a7aa2236cf.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/7a0cafe1b4f50a09.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"bg-background text-foreground\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[\"$L7\",null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:E{\"digest\":\"NEXT_REDIRECT;replace;/dashboard;307;\"}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/7340adf74ff47ec0.js\"],\"IconMark\"]\na:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"Hindsight Control Plane\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Control plane for the temporal semantic memory system\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.png\"}],[\"$\",\"$L10\",\"3\",{}]]\n"])</script></body></html>
@@ -1,17 +1,18 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42408,["/_next/static/chunks/5d60d221a60086fb.js"],"ThemeProvider"]
3
- 3:I[59321,["/_next/static/chunks/5d60d221a60086fb.js"],"BankProvider"]
4
- 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
5
- 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
- 7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
7
- 8:"$Sreact.suspense"
8
- a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
9
- c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
10
- e:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
11
- :HL["/_next/static/chunks/068dff78c3e35897.css","style"]
12
- 0:{"P":null,"b":"FoyZVJhqn8jToZ2jQdT4e","c":["",""],"q":"","i":false,"f":[[["",{"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/5d60d221a60086fb.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":["$L6",null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true}
13
- 6:E{"digest":"NEXT_REDIRECT;replace;/dashboard;307;"}
14
- b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
15
- f:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
16
- 9:null
17
- d:[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$Lf","3",{}]]
2
+ 2:I[42408,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"ThemeProvider"]
3
+ 3:I[78152,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"FeaturesProvider"]
4
+ 4:I[59321,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"BankProvider"]
5
+ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
+ 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
7
+ 8:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
8
+ 9:"$Sreact.suspense"
9
+ b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
10
+ d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
11
+ f:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
12
+ :HL["/_next/static/chunks/29c428a7aa2236cf.css","style"]
13
+ 0:{"P":null,"b":"tqSnESoxV_HpcddrkuYV-","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29c428a7aa2236cf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/7a0cafe1b4f50a09.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":["$L7",null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true}
14
+ 7:E{"digest":"NEXT_REDIRECT;replace;/dashboard;307;"}
15
+ c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16
+ 10:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
17
+ a:null
18
+ e:[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L10","3",{}]]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
2
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
3
3
  4:"$Sreact.suspense"
4
- 0:{"buildId":"FoyZVJhqn8jToZ2jQdT4e","rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"tqSnESoxV_HpcddrkuYV-","rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false}
5
5
  5:null
6
6
  2:E{"digest":"NEXT_REDIRECT;replace;/dashboard;307;"}
@@ -1,17 +1,18 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42408,["/_next/static/chunks/5d60d221a60086fb.js"],"ThemeProvider"]
3
- 3:I[59321,["/_next/static/chunks/5d60d221a60086fb.js"],"BankProvider"]
4
- 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
5
- 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
- 7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
7
- 8:"$Sreact.suspense"
8
- a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
9
- c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
10
- e:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
11
- :HL["/_next/static/chunks/068dff78c3e35897.css","style"]
12
- 0:{"P":null,"b":"FoyZVJhqn8jToZ2jQdT4e","c":["",""],"q":"","i":false,"f":[[["",{"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/5d60d221a60086fb.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":["$L6",null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true}
13
- 6:E{"digest":"NEXT_REDIRECT;replace;/dashboard;307;"}
14
- b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
15
- f:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
16
- 9:null
17
- d:[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$Lf","3",{}]]
2
+ 2:I[42408,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"ThemeProvider"]
3
+ 3:I[78152,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"FeaturesProvider"]
4
+ 4:I[59321,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"BankProvider"]
5
+ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
+ 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
7
+ 8:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"OutletBoundary"]
8
+ 9:"$Sreact.suspense"
9
+ b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"ViewportBoundary"]
10
+ d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
11
+ f:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
12
+ :HL["/_next/static/chunks/29c428a7aa2236cf.css","style"]
13
+ 0:{"P":null,"b":"tqSnESoxV_HpcddrkuYV-","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29c428a7aa2236cf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/7a0cafe1b4f50a09.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":["$L7",null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true}
14
+ 7:E{"digest":"NEXT_REDIRECT;replace;/dashboard;307;"}
15
+ c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16
+ 10:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
17
+ a:null
18
+ e:[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L10","3",{}]]
@@ -3,4 +3,4 @@
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"IconMark"]
6
- 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":[["$","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}
6
+ 0:{"buildId":"tqSnESoxV_HpcddrkuYV-","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":[["$","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,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42408,["/_next/static/chunks/5d60d221a60086fb.js"],"ThemeProvider"]
3
- 3:I[59321,["/_next/static/chunks/5d60d221a60086fb.js"],"BankProvider"]
4
- 4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
5
- 5:I[37457,["/_next/static/chunks/ff1a16fafef87110.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/5d60d221a60086fb.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/7a0cafe1b4f50a09.js"],"ThemeProvider"]
3
+ 3:I[78152,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"FeaturesProvider"]
4
+ 4:I[59321,["/_next/static/chunks/7a0cafe1b4f50a09.js"],"BankProvider"]
5
+ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
6
+ 6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"default"]
7
+ :HL["/_next/static/chunks/29c428a7aa2236cf.css","style"]
8
+ 0:{"buildId":"tqSnESoxV_HpcddrkuYV-","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/29c428a7aa2236cf.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/7a0cafe1b4f50a09.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/chunks/068dff78c3e35897.css","style"]
2
- 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":true},"staleTime":300}
1
+ :HL["/_next/static/chunks/29c428a7aa2236cf.css","style"]
2
+ 0:{"buildId":"tqSnESoxV_HpcddrkuYV-","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -9,8 +9,8 @@
9
9
  "static/chunks/f37acefc5ba19606.js",
10
10
  "static/chunks/5777bc08048e2edc.js",
11
11
  "static/chunks/eef1ea5ced749e04.js",
12
- "static/chunks/30ea11065999f7ac.js",
13
- "static/chunks/turbopack-59d7bb1a28984373.js"
12
+ "static/chunks/4a949d7283783b5f.js",
13
+ "static/chunks/turbopack-1071270574281509.js"
14
14
  ],
15
15
  "pages": {},
16
16
  "ampFirstPages": []
@@ -7,7 +7,7 @@ R.c("server/chunks/ssr/[root-of-the-server]__d88eb440._.js")
7
7
  R.c("server/chunks/ssr/[root-of-the-server]__655f8d11._.js")
8
8
  R.c("server/chunks/ssr/node_modules_256e9ddd._.js")
9
9
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js")
10
- R.c("server/chunks/ssr/hindsight-control-plane_src_fe96d618._.js")
10
+ R.c("server/chunks/ssr/hindsight-control-plane_src_623a1433._.js")
11
11
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js")
12
12
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js")
13
13
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js")
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../node_modules/@opentelemetry/api/package.json","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../chunks/ssr/[root-of-the-server]__2454dfbf._.js","../chunks/ssr/[root-of-the-server]__655f8d11._.js","../chunks/ssr/[root-of-the-server]__915ad491._.js","../chunks/ssr/[root-of-the-server]__bce2f57e._.js","../chunks/ssr/[root-of-the-server]__d88eb440._.js","../chunks/ssr/[turbopack]_runtime.js","../chunks/ssr/_04b70dca._.js","../chunks/ssr/_6f1a7a53._.js","../chunks/ssr/_944e56a6._.js","../chunks/ssr/hindsight-control-plane__next-internal_server_app_page_actions_5b200f30.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_client_components_builtin_global-error_ece394eb.js","../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js","../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../node_modules/@opentelemetry/api/package.json","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../chunks/ssr/[root-of-the-server]__2454dfbf._.js","../chunks/ssr/[root-of-the-server]__655f8d11._.js","../chunks/ssr/[root-of-the-server]__915ad491._.js","../chunks/ssr/[root-of-the-server]__d88eb440._.js","../chunks/ssr/[root-of-the-server]__e82f1521._.js","../chunks/ssr/[turbopack]_runtime.js","../chunks/ssr/_6f1a7a53._.js","../chunks/ssr/_944e56a6._.js","../chunks/ssr/_fd0f290d._.js","../chunks/ssr/hindsight-control-plane__next-internal_server_app_page_actions_5b200f30.js","../chunks/ssr/hindsight-control-plane_src_623a1433._.js","../chunks/ssr/node_modules_256e9ddd._.js","../chunks/ssr/node_modules_next_dist_4b9a0874._.js","../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js","../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.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["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.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/ff1a16fafef87110.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/5d60d221a60086fb.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/5d60d221a60086fb.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/5d60d221a60086fb.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/5d60d221a60086fb.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.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"],"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"],"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"],"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"],"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"],"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"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__bce2f57e._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__bce2f57e._.js","server/chunks/ssr/_04b70dca._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"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}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/068dff78c3e35897.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/hindsight-control-plane/src/app/layout":["static/chunks/5d60d221a60086fb.js"]}}
2
+ globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.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/ff1a16fafef87110.js","/_next/static/chunks/7340adf74ff47ec0.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.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/ff1a16fafef87110.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/7a0cafe1b4f50a09.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/7a0cafe1b4f50a09.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx <module evaluation>":{"id":78152,"name":"*","chunks":["/_next/static/chunks/7a0cafe1b4f50a09.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx":{"id":78152,"name":"*","chunks":["/_next/static/chunks/7a0cafe1b4f50a09.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/7a0cafe1b4f50a09.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/7a0cafe1b4f50a09.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.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"],"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"],"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"],"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"],"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"],"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"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__915ad491._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e82f1521._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"78152":{"*":{"id":74206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e82f1521._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e82f1521._.js","server/chunks/ssr/_fd0f290d._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"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}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"78152":{"*":{"id":91920,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/29c428a7aa2236cf.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/7340adf74ff47ec0.js"],"[project]/hindsight-control-plane/src/app/layout":["static/chunks/7a0cafe1b4f50a09.js"]}}
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "/_global-error/page": "app/_global-error/page.js",
3
3
  "/_not-found/page": "app/_not-found/page.js",
4
+ "/api/banks/[bankId]/consolidate/route": "app/api/banks/[bankId]/consolidate/route.js",
5
+ "/api/banks/[bankId]/directives/[directiveId]/route": "app/api/banks/[bankId]/directives/[directiveId]/route.js",
6
+ "/api/banks/[bankId]/directives/route": "app/api/banks/[bankId]/directives/route.js",
7
+ "/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route": "app/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route.js",
8
+ "/api/banks/[bankId]/mental-models/[mentalModelId]/route": "app/api/banks/[bankId]/mental-models/[mentalModelId]/route.js",
9
+ "/api/banks/[bankId]/mental-models/route": "app/api/banks/[bankId]/mental-models/route.js",
10
+ "/api/banks/[bankId]/observations/[modelId]/route": "app/api/banks/[bankId]/observations/[modelId]/route.js",
11
+ "/api/banks/[bankId]/observations/route": "app/api/banks/[bankId]/observations/route.js",
12
+ "/api/banks/[bankId]/operations/[operationId]/route": "app/api/banks/[bankId]/operations/[operationId]/route.js",
4
13
  "/api/banks/[bankId]/route": "app/api/banks/[bankId]/route.js",
5
14
  "/api/banks/route": "app/api/banks/route.js",
6
15
  "/api/chunks/[chunkId]/route": "app/api/chunks/[chunkId]/route.js",
@@ -20,6 +29,7 @@
20
29
  "/api/recall/route": "app/api/recall/route.js",
21
30
  "/api/reflect/route": "app/api/reflect/route.js",
22
31
  "/api/stats/[agentId]/route": "app/api/stats/[agentId]/route.js",
32
+ "/api/version/route": "app/api/version/route.js",
23
33
  "/banks/[bankId]/page": "app/banks/[bankId]/page.js",
24
34
  "/dashboard/page": "app/dashboard/page.js",
25
35
  "/page": "app/page.js"
@@ -1,3 +1,3 @@
1
- module.exports=[18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},25134,e=>{"use strict";var t=e.i(61308);let r=process.env.HINDSIGHT_CP_DATAPLANE_API_URL||"http://localhost:8888",a=new t.HindsightClient({baseUrl:r}),n=(0,t.createClient)((0,t.createConfig)({baseUrl:r}));e.s(["hindsightClient",0,a,"lowLevelClient",0,n])},87163,e=>{"use strict";var t=e.i(47909),r=e.i(74017),a=e.i(96250),n=e.i(59756),s=e.i(61916),o=e.i(74677),i=e.i(69741),l=e.i(16795),d=e.i(87718),u=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),x=e.i(26937),R=e.i(10372),v=e.i(93695);e.i(52474);var g=e.i(220),f=e.i(89171),E=e.i(25134),w=e.i(61308);async function b(e,{params:t}){try{let{bankId:e}=await t;if(!e)return f.NextResponse.json({error:"bank_id is required"},{status:400});let r=await w.sdk.deleteBank({client:E.lowLevelClient,path:{bank_id:e}});if(r.error)return console.error("API error deleting bank:",r.error),f.NextResponse.json({error:"Failed to delete bank"},{status:500});return f.NextResponse.json(r.data,{status:200})}catch(e){return console.error("Error deleting bank:",e),f.NextResponse.json({error:"Failed to delete bank"},{status:500})}}e.s(["DELETE",()=>b],67024);var C=e.i(67024);let m=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/banks/[bankId]/route",pathname:"/api/banks/[bankId]",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/hindsight-control-plane/src/app/api/banks/[bankId]/route.ts",nextConfigOutput:"standalone",userland:C}),{workAsyncStorage:k,workUnitAsyncStorage:y,serverHooks:A}=m;function N(){return(0,a.patchFetch)({workAsyncStorage:k,workUnitAsyncStorage:y})}async function P(e,t,a){m.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let f="/api/banks/[bankId]/route";f=f.replace(/\/index$/,"")||"/";let E=await m.prepare(e,t,{srcPage:f,multiZoneDraftMode:!1});if(!E)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:b,nextConfig:C,parsedUrl:k,isDraftMode:y,prerenderManifest:A,routerServerContext:N,isOnDemandRevalidate:P,revalidateOnlyGenerated:T,resolvedPathname:_,clientReferenceManifest:I,serverActionsManifest:j}=E,O=(0,i.normalizeAppPath)(f),q=!!(A.dynamicRoutes[O]||A.routes[_]),H=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,k,!1):t.end("This page could not be found"),null);if(q&&!y){let e=!!A.routes[_],t=A.dynamicRoutes[O];if(t&&!1===t.fallback&&!e){if(C.experimental.adapterPath)return await H();throw new v.NoFallbackError}}let S=null;!q||m.isDev||y||(S="/index"===(S=_)?"/":S);let U=!0===m.isDev||!q,D=q&&!U;j&&I&&(0,o.setManifestsSingleton)({page:f,clientReferenceManifest:I,serverActionsManifest:j});let M=e.method||"GET",F=(0,s.getTracer)(),L=F.getActiveScopeSpan(),$={params:b,prerenderManifest:A,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:U,incrementalCache:(0,n.getRequestMeta)(e,"incrementalCache"),cacheLifeProfiles:C.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>m.onRequestError(e,t,a,n,N)},sharedContext:{buildId:w}},K=new l.NodeNextRequest(e),B=new l.NodeNextResponse(t),G=d.NextRequestAdapter.fromNodeNextRequest(K,(0,d.signalFromNodeResponse)(t));try{let o=async e=>m.handle(G,$).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=F.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${M} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t)}else e.updateName(`${M} ${f}`)}),i=!!(0,n.getRequestMeta)(e,"minimalMode"),l=async n=>{var s,l;let d=async({previousCacheEntry:r})=>{try{if(!i&&P&&T&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await o(n);e.fetchMetrics=$.renderOpts.fetchMetrics;let l=$.renderOpts.pendingWaitUntil;l&&a.waitUntil&&(a.waitUntil(l),l=void 0);let d=$.renderOpts.collectedTags;if(!q)return await (0,c.sendResponse)(K,B,s,$.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);d&&(t[R.NEXT_CACHE_TAGS_HEADER]=d),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==$.renderOpts.collectedRevalidate&&!($.renderOpts.collectedRevalidate>=R.INFINITE_CACHE)&&$.renderOpts.collectedRevalidate,a=void 0===$.renderOpts.collectedExpire||$.renderOpts.collectedExpire>=R.INFINITE_CACHE?void 0:$.renderOpts.collectedExpire;return{value:{kind:g.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await m.onRequestError(e,t,{routerKind:"App Router",routePath:f,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:D,isOnDemandRevalidate:P})},!1,N),t}},u=await m.handleResponse({req:e,nextConfig:C,cacheKey:S,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:P,revalidateOnlyGenerated:T,responseGenerator:d,waitUntil:a.waitUntil,isMinimalMode:i});if(!q)return null;if((null==u||null==(s=u.value)?void 0:s.kind)!==g.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==u||null==(l=u.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});i||t.setHeader("x-nextjs-cache",P?"REVALIDATED":u.isMiss?"MISS":u.isStale?"STALE":"HIT"),y&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let v=(0,h.fromNodeOutgoingHttpHeaders)(u.value.headers);return i&&q||v.delete(R.NEXT_CACHE_TAGS_HEADER),!u.cacheControl||t.getHeader("Cache-Control")||v.get("Cache-Control")||v.set("Cache-Control",(0,x.getCacheControlHeader)(u.cacheControl)),await (0,c.sendResponse)(K,B,new Response(u.value.body,{headers:v,status:u.value.status||200})),null};L?await l(L):await F.withPropagatedContext(e.headers,()=>F.trace(u.BaseServerSpan.handleRequest,{spanName:`${M} ${f}`,kind:s.SpanKind.SERVER,attributes:{"http.method":M,"http.target":e.url}},l))}catch(t){if(t instanceof v.NoFallbackError||await m.onRequestError(e,t,{routerKind:"App Router",routePath:O,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:D,isOnDemandRevalidate:P})},!1,N),q)throw t;return await (0,c.sendResponse)(K,B,new Response(null,{status:500})),null}}e.s(["handler",()=>P,"patchFetch",()=>N,"routeModule",()=>m,"serverHooks",()=>A,"workAsyncStorage",()=>k,"workUnitAsyncStorage",()=>y],87163)}];
1
+ module.exports=[18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},25134,e=>{"use strict";var t=e.i(61308);let r=process.env.HINDSIGHT_CP_DATAPLANE_API_URL||"http://localhost:8888",n=new t.HindsightClient({baseUrl:r}),a=(0,t.createClient)((0,t.createConfig)({baseUrl:r}));e.s(["hindsightClient",0,n,"lowLevelClient",0,a])},87163,e=>{"use strict";var t=e.i(47909),r=e.i(74017),n=e.i(96250),a=e.i(59756),s=e.i(61916),o=e.i(74677),i=e.i(69741),l=e.i(16795),d=e.i(87718),u=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),x=e.i(74838),R=e.i(10372),v=e.i(93695);e.i(52474);var b=e.i(220),g=e.i(89171),f=e.i(25134),k=e.i(61308);async function w(e,{params:t}){try{let{bankId:r}=await t,n=await e.json();if(!r)return g.NextResponse.json({error:"bank_id is required"},{status:400});let a=await k.sdk.createOrUpdateBank({client:f.lowLevelClient,path:{bank_id:r},body:{name:n.name,mission:n.mission,disposition:n.disposition}});if(a.error)return console.error("API error updating bank:",a.error),g.NextResponse.json({error:"Failed to update bank"},{status:500});return g.NextResponse.json(a.data,{status:200})}catch(e){return console.error("Error updating bank:",e),g.NextResponse.json({error:"Failed to update bank"},{status:500})}}async function E(e,{params:t}){try{let{bankId:r}=await t,n=await e.json();if(!r)return g.NextResponse.json({error:"bank_id is required"},{status:400});let a=await k.sdk.updateBank({client:f.lowLevelClient,path:{bank_id:r},body:{name:n.name,mission:n.mission,disposition:n.disposition}});if(a.error)return console.error("API error patching bank:",a.error),g.NextResponse.json({error:"Failed to update bank"},{status:500});return g.NextResponse.json(a.data,{status:200})}catch(e){return console.error("Error patching bank:",e),g.NextResponse.json({error:"Failed to update bank"},{status:500})}}async function m(e,{params:t}){try{let{bankId:e}=await t;if(!e)return g.NextResponse.json({error:"bank_id is required"},{status:400});let r=await k.sdk.deleteBank({client:f.lowLevelClient,path:{bank_id:e}});if(r.error)return console.error("API error deleting bank:",r.error),g.NextResponse.json({error:"Failed to delete bank"},{status:500});return g.NextResponse.json(r.data,{status:200})}catch(e){return console.error("Error deleting bank:",e),g.NextResponse.json({error:"Failed to delete bank"},{status:500})}}e.s(["DELETE",()=>m,"PATCH",()=>E,"PUT",()=>w],67024);var C=e.i(67024);let y=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/banks/[bankId]/route",pathname:"/api/banks/[bankId]",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/hindsight-control-plane/src/app/api/banks/[bankId]/route.ts",nextConfigOutput:"standalone",userland:C}),{workAsyncStorage:A,workUnitAsyncStorage:N,serverHooks:j}=y;function P(){return(0,n.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:N})}async function _(e,t,n){y.isDev&&(0,a.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let g="/api/banks/[bankId]/route";g=g.replace(/\/index$/,"")||"/";let f=await y.prepare(e,t,{srcPage:g,multiZoneDraftMode:!1});if(!f)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:k,params:w,nextConfig:E,parsedUrl:m,isDraftMode:C,prerenderManifest:A,routerServerContext:N,isOnDemandRevalidate:j,revalidateOnlyGenerated:P,resolvedPathname:_,clientReferenceManifest:T,serverActionsManifest:I}=f,q=(0,i.normalizeAppPath)(g),O=!!(A.dynamicRoutes[q]||A.routes[_]),H=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,m,!1):t.end("This page could not be found"),null);if(O&&!C){let e=!!A.routes[_],t=A.dynamicRoutes[q];if(t&&!1===t.fallback&&!e){if(E.experimental.adapterPath)return await H();throw new v.NoFallbackError}}let U=null;!O||y.isDev||C||(U="/index"===(U=_)?"/":U);let S=!0===y.isDev||!O,D=O&&!S;I&&T&&(0,o.setManifestsSingleton)({page:g,clientReferenceManifest:T,serverActionsManifest:I});let F=e.method||"GET",L=(0,s.getTracer)(),M=L.getActiveScopeSpan(),$={params:w,prerenderManifest:A,renderOpts:{experimental:{authInterrupts:!!E.experimental.authInterrupts},cacheComponents:!!E.cacheComponents,supportsDynamicResponse:S,incrementalCache:(0,a.getRequestMeta)(e,"incrementalCache"),cacheLifeProfiles:E.cacheLife,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,n,a)=>y.onRequestError(e,t,n,a,N)},sharedContext:{buildId:k}},B=new l.NodeNextRequest(e),K=new l.NodeNextResponse(t),G=d.NextRequestAdapter.fromNodeNextRequest(B,(0,d.signalFromNodeResponse)(t));try{let o=async e=>y.handle(G,$).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=L.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let n=r.get("next.route");if(n){let t=`${F} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t)}else e.updateName(`${F} ${g}`)}),i=!!(0,a.getRequestMeta)(e,"minimalMode"),l=async a=>{var s,l;let d=async({previousCacheEntry:r})=>{try{if(!i&&j&&P&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await o(a);e.fetchMetrics=$.renderOpts.fetchMetrics;let l=$.renderOpts.pendingWaitUntil;l&&n.waitUntil&&(n.waitUntil(l),l=void 0);let d=$.renderOpts.collectedTags;if(!O)return await (0,c.sendResponse)(B,K,s,$.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);d&&(t[R.NEXT_CACHE_TAGS_HEADER]=d),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==$.renderOpts.collectedRevalidate&&!($.renderOpts.collectedRevalidate>=R.INFINITE_CACHE)&&$.renderOpts.collectedRevalidate,n=void 0===$.renderOpts.collectedExpire||$.renderOpts.collectedExpire>=R.INFINITE_CACHE?void 0:$.renderOpts.collectedExpire;return{value:{kind:b.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==r?void 0:r.isStale)&&await y.onRequestError(e,t,{routerKind:"App Router",routePath:g,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:D,isOnDemandRevalidate:j})},!1,N),t}},u=await y.handleResponse({req:e,nextConfig:E,cacheKey:U,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:j,revalidateOnlyGenerated:P,responseGenerator:d,waitUntil:n.waitUntil,isMinimalMode:i});if(!O)return null;if((null==u||null==(s=u.value)?void 0:s.kind)!==b.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==u||null==(l=u.value)?void 0:l.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});i||t.setHeader("x-nextjs-cache",j?"REVALIDATED":u.isMiss?"MISS":u.isStale?"STALE":"HIT"),C&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let v=(0,h.fromNodeOutgoingHttpHeaders)(u.value.headers);return i&&O||v.delete(R.NEXT_CACHE_TAGS_HEADER),!u.cacheControl||t.getHeader("Cache-Control")||v.get("Cache-Control")||v.set("Cache-Control",(0,x.getCacheControlHeader)(u.cacheControl)),await (0,c.sendResponse)(B,K,new Response(u.value.body,{headers:v,status:u.value.status||200})),null};M?await l(M):await L.withPropagatedContext(e.headers,()=>L.trace(u.BaseServerSpan.handleRequest,{spanName:`${F} ${g}`,kind:s.SpanKind.SERVER,attributes:{"http.method":F,"http.target":e.url}},l))}catch(t){if(t instanceof v.NoFallbackError||await y.onRequestError(e,t,{routerKind:"App Router",routePath:q,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:D,isOnDemandRevalidate:j})},!1,N),O)throw t;return await (0,c.sendResponse)(B,K,new Response(null,{status:500})),null}}e.s(["handler",()=>_,"patchFetch",()=>P,"routeModule",()=>y,"serverHooks",()=>j,"workAsyncStorage",()=>A,"workUnitAsyncStorage",()=>N],87163)}];
2
2
 
3
3
  //# sourceMappingURL=%5Broot-of-the-server%5D__116b0d31._.js.map