@sleep2agi/agent-network-dashboard 0.4.6-preview.99 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (448) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +2 -0
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/diagnostics/route-bundle-stats.json +31 -31
  5. package/.next/fallback-build-manifest.json +3 -3
  6. package/.next/prerender-manifest.json +3 -3
  7. package/.next/routes-manifest.json +16 -0
  8. package/.next/server/app/_global-error.html +1 -1
  9. package/.next/server/app/_global-error.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  16. package/.next/server/app/_not-found.html +2 -2
  17. package/.next/server/app/_not-found.rsc +12 -12
  18. package/.next/server/app/_not-found.segments/_full.segment.rsc +12 -12
  19. package/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  20. package/.next/server/app/_not-found.segments/_index.segment.rsc +7 -7
  21. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  22. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  23. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  24. package/.next/server/app/admin/page_client-reference-manifest.js +1 -1
  25. package/.next/server/app/admin.html +2 -2
  26. package/.next/server/app/admin.rsc +14 -14
  27. package/.next/server/app/admin.segments/_full.segment.rsc +14 -14
  28. package/.next/server/app/admin.segments/_head.segment.rsc +4 -4
  29. package/.next/server/app/admin.segments/_index.segment.rsc +7 -7
  30. package/.next/server/app/admin.segments/_tree.segment.rsc +2 -2
  31. package/.next/server/app/admin.segments/admin/__PAGE__.segment.rsc +4 -4
  32. package/.next/server/app/admin.segments/admin.segment.rsc +3 -3
  33. package/.next/server/app/api/hub/server/[hostname]/agents/route/app-paths-manifest.json +3 -0
  34. package/.next/server/app/api/hub/server/[hostname]/agents/route/build-manifest.json +9 -0
  35. package/.next/server/app/api/hub/server/[hostname]/agents/route/server-reference-manifest.json +4 -0
  36. package/.next/server/app/api/hub/server/[hostname]/agents/route.js +7 -0
  37. package/.next/server/app/api/hub/server/[hostname]/agents/route.js.map +5 -0
  38. package/.next/server/app/api/hub/server/[hostname]/agents/route.js.nft.json +1 -0
  39. package/.next/server/app/api/hub/server/[hostname]/agents/route_client-reference-manifest.js +3 -0
  40. package/.next/server/app/api/hub/server/[hostname]/health/route/app-paths-manifest.json +3 -0
  41. package/.next/server/app/api/hub/server/[hostname]/health/route/build-manifest.json +9 -0
  42. package/.next/server/app/api/hub/server/[hostname]/health/route/server-reference-manifest.json +4 -0
  43. package/.next/server/app/api/hub/server/[hostname]/health/route.js +7 -0
  44. package/.next/server/app/api/hub/server/[hostname]/health/route.js.map +5 -0
  45. package/.next/server/app/api/hub/server/[hostname]/health/route.js.nft.json +1 -0
  46. package/.next/server/app/api/hub/server/[hostname]/health/route_client-reference-manifest.js +3 -0
  47. package/.next/server/app/index.html +2 -2
  48. package/.next/server/app/index.rsc +14 -14
  49. package/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  50. package/.next/server/app/index.segments/_full.segment.rsc +14 -14
  51. package/.next/server/app/index.segments/_head.segment.rsc +4 -4
  52. package/.next/server/app/index.segments/_index.segment.rsc +7 -7
  53. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  54. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  55. package/.next/server/app/login.html +2 -2
  56. package/.next/server/app/login.rsc +14 -14
  57. package/.next/server/app/login.segments/_full.segment.rsc +14 -14
  58. package/.next/server/app/login.segments/_head.segment.rsc +4 -4
  59. package/.next/server/app/login.segments/_index.segment.rsc +7 -7
  60. package/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  61. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +4 -4
  62. package/.next/server/app/login.segments/login.segment.rsc +3 -3
  63. package/.next/server/app/logs/page_client-reference-manifest.js +1 -1
  64. package/.next/server/app/logs.html +2 -2
  65. package/.next/server/app/logs.rsc +14 -14
  66. package/.next/server/app/logs.segments/_full.segment.rsc +14 -14
  67. package/.next/server/app/logs.segments/_head.segment.rsc +4 -4
  68. package/.next/server/app/logs.segments/_index.segment.rsc +7 -7
  69. package/.next/server/app/logs.segments/_tree.segment.rsc +2 -2
  70. package/.next/server/app/logs.segments/logs/__PAGE__.segment.rsc +4 -4
  71. package/.next/server/app/logs.segments/logs.segment.rsc +3 -3
  72. package/.next/server/app/messages/page_client-reference-manifest.js +1 -1
  73. package/.next/server/app/messages.html +2 -2
  74. package/.next/server/app/messages.rsc +14 -14
  75. package/.next/server/app/messages.segments/_full.segment.rsc +14 -14
  76. package/.next/server/app/messages.segments/_head.segment.rsc +4 -4
  77. package/.next/server/app/messages.segments/_index.segment.rsc +7 -7
  78. package/.next/server/app/messages.segments/_tree.segment.rsc +2 -2
  79. package/.next/server/app/messages.segments/messages/__PAGE__.segment.rsc +4 -4
  80. package/.next/server/app/messages.segments/messages.segment.rsc +3 -3
  81. package/.next/server/app/node/page_client-reference-manifest.js +1 -1
  82. package/.next/server/app/node.html +2 -2
  83. package/.next/server/app/node.rsc +14 -14
  84. package/.next/server/app/node.segments/_full.segment.rsc +14 -14
  85. package/.next/server/app/node.segments/_head.segment.rsc +4 -4
  86. package/.next/server/app/node.segments/_index.segment.rsc +7 -7
  87. package/.next/server/app/node.segments/_tree.segment.rsc +2 -2
  88. package/.next/server/app/node.segments/node/__PAGE__.segment.rsc +4 -4
  89. package/.next/server/app/node.segments/node.segment.rsc +3 -3
  90. package/.next/server/app/nodes/page_client-reference-manifest.js +1 -1
  91. package/.next/server/app/nodes.html +2 -2
  92. package/.next/server/app/nodes.rsc +14 -14
  93. package/.next/server/app/nodes.segments/_full.segment.rsc +14 -14
  94. package/.next/server/app/nodes.segments/_head.segment.rsc +4 -4
  95. package/.next/server/app/nodes.segments/_index.segment.rsc +7 -7
  96. package/.next/server/app/nodes.segments/_tree.segment.rsc +2 -2
  97. package/.next/server/app/nodes.segments/nodes/__PAGE__.segment.rsc +4 -4
  98. package/.next/server/app/nodes.segments/nodes.segment.rsc +3 -3
  99. package/.next/server/app/page_client-reference-manifest.js +1 -1
  100. package/.next/server/app/server-logs/page_client-reference-manifest.js +1 -1
  101. package/.next/server/app/server-logs.html +2 -2
  102. package/.next/server/app/server-logs.rsc +14 -14
  103. package/.next/server/app/server-logs.segments/_full.segment.rsc +14 -14
  104. package/.next/server/app/server-logs.segments/_head.segment.rsc +4 -4
  105. package/.next/server/app/server-logs.segments/_index.segment.rsc +7 -7
  106. package/.next/server/app/server-logs.segments/_tree.segment.rsc +2 -2
  107. package/.next/server/app/server-logs.segments/server-logs/__PAGE__.segment.rsc +4 -4
  108. package/.next/server/app/server-logs.segments/server-logs.segment.rsc +3 -3
  109. package/.next/server/app/settings/networks/page_client-reference-manifest.js +1 -1
  110. package/.next/server/app/settings/networks.html +2 -2
  111. package/.next/server/app/settings/networks.rsc +14 -14
  112. package/.next/server/app/settings/networks.segments/_full.segment.rsc +14 -14
  113. package/.next/server/app/settings/networks.segments/_head.segment.rsc +4 -4
  114. package/.next/server/app/settings/networks.segments/_index.segment.rsc +7 -7
  115. package/.next/server/app/settings/networks.segments/_tree.segment.rsc +2 -2
  116. package/.next/server/app/settings/networks.segments/settings/networks/__PAGE__.segment.rsc +4 -4
  117. package/.next/server/app/settings/networks.segments/settings/networks.segment.rsc +3 -3
  118. package/.next/server/app/settings/networks.segments/settings.segment.rsc +3 -3
  119. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  120. package/.next/server/app/settings/tokens/page_client-reference-manifest.js +1 -1
  121. package/.next/server/app/settings/tokens.html +2 -2
  122. package/.next/server/app/settings/tokens.rsc +14 -14
  123. package/.next/server/app/settings/tokens.segments/_full.segment.rsc +14 -14
  124. package/.next/server/app/settings/tokens.segments/_head.segment.rsc +4 -4
  125. package/.next/server/app/settings/tokens.segments/_index.segment.rsc +7 -7
  126. package/.next/server/app/settings/tokens.segments/_tree.segment.rsc +2 -2
  127. package/.next/server/app/settings/tokens.segments/settings/tokens/__PAGE__.segment.rsc +4 -4
  128. package/.next/server/app/settings/tokens.segments/settings/tokens.segment.rsc +3 -3
  129. package/.next/server/app/settings/tokens.segments/settings.segment.rsc +3 -3
  130. package/.next/server/app/settings.html +2 -2
  131. package/.next/server/app/settings.rsc +14 -14
  132. package/.next/server/app/settings.segments/_full.segment.rsc +14 -14
  133. package/.next/server/app/settings.segments/_head.segment.rsc +4 -4
  134. package/.next/server/app/settings.segments/_index.segment.rsc +7 -7
  135. package/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
  136. package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
  137. package/.next/server/app/settings.segments/settings.segment.rsc +3 -3
  138. package/.next/server/app/tasks/[id]/page_client-reference-manifest.js +1 -1
  139. package/.next/server/app/tasks/page_client-reference-manifest.js +1 -1
  140. package/.next/server/app/tasks.html +2 -2
  141. package/.next/server/app/tasks.rsc +14 -14
  142. package/.next/server/app/tasks.segments/_full.segment.rsc +14 -14
  143. package/.next/server/app/tasks.segments/_head.segment.rsc +4 -4
  144. package/.next/server/app/tasks.segments/_index.segment.rsc +7 -7
  145. package/.next/server/app/tasks.segments/_tree.segment.rsc +2 -2
  146. package/.next/server/app/tasks.segments/tasks/__PAGE__.segment.rsc +4 -4
  147. package/.next/server/app/tasks.segments/tasks.segment.rsc +3 -3
  148. package/.next/server/app-paths-manifest.json +2 -0
  149. package/.next/server/chunks/0dk5_next-internal_server_app_api_hub_server_[hostname]_agents_route_actions_0vr92s4.js +3 -0
  150. package/.next/server/chunks/0dk5_next-internal_server_app_api_hub_server_[hostname]_agents_route_actions_0vr92s4.js.map +1 -0
  151. package/.next/server/chunks/0dk5_next-internal_server_app_api_hub_server_[hostname]_health_route_actions_0vr-bv5.js +3 -0
  152. package/.next/server/chunks/0dk5_next-internal_server_app_api_hub_server_[hostname]_health_route_actions_0vr-bv5.js.map +1 -0
  153. package/.next/server/chunks/[root-of-the-server]__05nyivw._.js +3 -0
  154. package/.next/server/chunks/[root-of-the-server]__05nyivw._.js.map +1 -0
  155. package/.next/server/chunks/[root-of-the-server]__0floe3h._.js +3 -0
  156. package/.next/server/chunks/[root-of-the-server]__0floe3h._.js.map +1 -0
  157. package/.next/server/chunks/[root-of-the-server]__0tx8s8i._.js +1 -1
  158. package/.next/server/chunks/[root-of-the-server]__0tx8s8i._.js.map +1 -1
  159. package/.next/server/chunks/ssr/agent-network-dashboard_09kk21a._.js +4 -2
  160. package/.next/server/chunks/ssr/agent-network-dashboard_09kk21a._.js.map +1 -1
  161. package/.next/server/chunks/ssr/agent-network-dashboard_app_01jhlxz._.js +1 -1
  162. package/.next/server/chunks/ssr/agent-network-dashboard_app_01jhlxz._.js.map +1 -1
  163. package/.next/server/chunks/ssr/agent-network-dashboard_app_09d29my._.js +1 -1
  164. package/.next/server/chunks/ssr/agent-network-dashboard_app_09d29my._.js.map +1 -1
  165. package/.next/server/chunks/ssr/agent-network-dashboard_app_components_0mvyi-4._.js +1 -1
  166. package/.next/server/chunks/ssr/agent-network-dashboard_app_components_0mvyi-4._.js.map +1 -1
  167. package/.next/server/middleware-build-manifest.js +3 -3
  168. package/.next/server/pages/404.html +2 -2
  169. package/.next/server/pages/500.html +1 -1
  170. package/.next/server/server-reference-manifest.js +1 -1
  171. package/.next/server/server-reference-manifest.json +1 -1
  172. package/.next/static/chunks/0aauz~36q5n2a.css +2 -0
  173. package/.next/static/chunks/0f~0kgy2pycyc.js +1 -0
  174. package/.next/static/chunks/0l_~q07bhpkcx.js +7 -0
  175. package/.next/static/chunks/1175-dp18a1e_.js +1 -0
  176. package/.next/static/chunks/1552j0415oeal.js +4 -0
  177. package/.next/trace +2 -2
  178. package/.next/trace-build +1 -1
  179. package/.next/types/routes.d.ts +3 -1
  180. package/.next/types/validator.ts +18 -0
  181. package/app/api/hub/server/[hostname]/agents/route.ts +62 -0
  182. package/app/api/hub/server/[hostname]/health/route.ts +58 -0
  183. package/app/api/hub/servers/route.ts +88 -1
  184. package/app/components/CommandPalette.tsx +41 -1
  185. package/app/components/HelpOverlay.tsx +55 -0
  186. package/app/components/ServersDrawer.tsx +181 -5
  187. package/app/components/TopoGraph.tsx +5514 -336
  188. package/app/globals.css +93 -6
  189. package/app/lib/vendorIdentity.ts +14 -3
  190. package/docs/rfc/v0.10.0-hero3-dashboard-upgrade.md +230 -0
  191. package/package.json +2 -2
  192. package/public/sleep2agi-logo.svg +11 -0
  193. package/public/vendors/claude.svg +11 -0
  194. package/public/vendors/minimax.svg +11 -0
  195. package/public/vendors/openai.svg +12 -0
  196. package/screenshots/r293-p0/after-full.png +0 -0
  197. package/screenshots/r293-p0/after-topo.png +0 -0
  198. package/screenshots/r293-p0/baseline-full.png +0 -0
  199. package/screenshots/r293-p0/baseline-topo.png +0 -0
  200. package/screenshots/r293-p0/logo-integrated-full.png +0 -0
  201. package/screenshots/r293-p0/logo-integrated-topo.png +0 -0
  202. package/screenshots/r293-p0/servers-drawer-v0.10.0-full.png +0 -0
  203. package/screenshots/r293-p0/servers-drawer-v0.10.0.png +0 -0
  204. package/screenshots/r293-p0/wave1-after-full.png +0 -0
  205. package/screenshots/r293-p0/wave1-after-topo.png +0 -0
  206. package/scripts/p0-servers-drawer-screenshot.mjs +99 -0
  207. package/scripts/p0-topo-screenshot.mjs +82 -0
  208. package/scripts/topo-active-links-chip-nav-test.mjs +117 -0
  209. package/scripts/topo-active-links-chip-self-hover-test.mjs +171 -0
  210. package/scripts/topo-active-links-empty-recede-test.mjs +125 -0
  211. package/scripts/topo-active-links-freshness-test.mjs +113 -0
  212. package/scripts/topo-active-links-tooltip-test.mjs +79 -0
  213. package/scripts/topo-active-pulse-ease-test.mjs +120 -0
  214. package/scripts/topo-brand-logo-transition-test.mjs +94 -0
  215. package/scripts/topo-brand-watermark-test.mjs +97 -0
  216. package/scripts/topo-canvas-aria-test.mjs +108 -0
  217. package/scripts/topo-canvas-brand-fade-test.mjs +87 -0
  218. package/scripts/topo-chat-target-breath-test.mjs +84 -0
  219. package/scripts/topo-chat-target-ring-ease-test.mjs +82 -0
  220. package/scripts/topo-chat-target-ring-fade-test.mjs +124 -0
  221. package/scripts/topo-chip-empty-recede-test.mjs +116 -0
  222. package/scripts/topo-chip-focus-test.mjs +95 -0
  223. package/scripts/topo-chip-row-gap-test.mjs +90 -0
  224. package/scripts/topo-chip-row-semantic-gap-test.mjs +97 -0
  225. package/scripts/topo-chip-row-tabular-test.mjs +111 -0
  226. package/scripts/topo-chip-unit-demotion-test.mjs +93 -0
  227. package/scripts/topo-chiprow-data-weight-test.mjs +94 -0
  228. package/scripts/topo-chrome-a11y-test.mjs +107 -0
  229. package/scripts/topo-chrome-active-weight-test.mjs +104 -0
  230. package/scripts/topo-chrome-focus-ring-unify-test.mjs +100 -0
  231. package/scripts/topo-chrome-gap-test.mjs +73 -0
  232. package/scripts/topo-chrome-icon-stroke-test.mjs +95 -0
  233. package/scripts/topo-chrome-inactive-color-test.mjs +90 -0
  234. package/scripts/topo-chrome-pop-extension-test.mjs +98 -0
  235. package/scripts/topo-chrome-pop-nodesize-test.mjs +88 -0
  236. package/scripts/topo-chrome-press-state-test.mjs +135 -0
  237. package/scripts/topo-chrome-strip-semantic-gap-test.mjs +99 -0
  238. package/scripts/topo-chrome-strip-theme-ease-test.mjs +99 -0
  239. package/scripts/topo-chrome-zoom-level-pop-test.mjs +122 -0
  240. package/scripts/topo-chrome-zoom-pop-test.mjs +130 -0
  241. package/scripts/topo-chrome-zoom-readout-weight-test.mjs +81 -0
  242. package/scripts/topo-click-ripple-ease-test.mjs +94 -0
  243. package/scripts/topo-cmdk-edge-clear-test.mjs +109 -0
  244. package/scripts/topo-cmdk-vendor-pin-test.mjs +103 -0
  245. package/scripts/topo-corner-radius-unify-test.mjs +103 -0
  246. package/scripts/topo-dense-alias-fill-transition-test.mjs +133 -0
  247. package/scripts/topo-discrete-zoom-smooth-test.mjs +125 -0
  248. package/scripts/topo-edge-badge-click-pin-test.mjs +94 -0
  249. package/scripts/topo-edge-badge-crossfade-test.mjs +138 -0
  250. package/scripts/topo-edge-badge-hot-test.mjs +115 -0
  251. package/scripts/topo-edge-badge-hover-test.mjs +85 -0
  252. package/scripts/topo-edge-badge-lift-test.mjs +150 -0
  253. package/scripts/topo-edge-badge-ripple-test.mjs +111 -0
  254. package/scripts/topo-edge-badge-stroke-transition-test.mjs +118 -0
  255. package/scripts/topo-edge-badge-text-pin-test.mjs +121 -0
  256. package/scripts/topo-edge-badge-theme-ease-test.mjs +89 -0
  257. package/scripts/topo-edge-count-badge-test.mjs +86 -0
  258. package/scripts/topo-edge-fadein-test.mjs +106 -0
  259. package/scripts/topo-edge-pill-hot-test.mjs +129 -0
  260. package/scripts/topo-edge-pill-test.mjs +105 -0
  261. package/scripts/topo-edge-ping-pulse-retired-test.mjs +119 -0
  262. package/scripts/topo-edge-stroke-ease-test.mjs +100 -0
  263. package/scripts/topo-edge-stroke-transition-test.mjs +132 -0
  264. package/scripts/topo-empty-hint-tracking-test.mjs +84 -0
  265. package/scripts/topo-empty-state-breath-test.mjs +150 -0
  266. package/scripts/topo-empty-state-crossfade-test.mjs +130 -0
  267. package/scripts/topo-empty-state-recenter-test.mjs +107 -0
  268. package/scripts/topo-empty-subhint-tracking-test.mjs +87 -0
  269. package/scripts/topo-endpoint-ring-fade-test.mjs +132 -0
  270. package/scripts/topo-endpoint-ring-test.mjs +93 -0
  271. package/scripts/topo-endpoint-ring-thicken-test.mjs +112 -0
  272. package/scripts/topo-filter-pill-aliases-test.mjs +121 -0
  273. package/scripts/topo-filter-pill-count-tabular-test.mjs +135 -0
  274. package/scripts/topo-freshness-chip-transition-test.mjs +80 -0
  275. package/scripts/topo-freshness-chip-weight-test.mjs +90 -0
  276. package/scripts/topo-freshness-conditional-render-test.mjs +92 -0
  277. package/scripts/topo-fullscreen-active-test.mjs +115 -0
  278. package/scripts/topo-group-label-a11y-test.mjs +113 -0
  279. package/scripts/topo-group-label-count-inherit-test.mjs +99 -0
  280. package/scripts/topo-group-label-pin-spacing-test.mjs +136 -0
  281. package/scripts/topo-group-label-tint-test.mjs +99 -0
  282. package/scripts/topo-group-label-title-test.mjs +83 -0
  283. package/scripts/topo-group-pip-fadein-test.mjs +104 -0
  284. package/scripts/topo-group-pip-singletier-drop-test.mjs +131 -0
  285. package/scripts/topo-group-pip-tabular-test.mjs +95 -0
  286. package/scripts/topo-groupbox-fadein-test.mjs +95 -0
  287. package/scripts/topo-groupbox-hover-lift-test.mjs +127 -0
  288. package/scripts/topo-groupbox-hubcore-ease-test.mjs +106 -0
  289. package/scripts/topo-groupbox-march-busyness-test.mjs +155 -0
  290. package/scripts/topo-header-gap-test.mjs +94 -0
  291. package/scripts/topo-help-overlay-r109-test.mjs +67 -0
  292. package/scripts/topo-help-overlay-r118-test.mjs +69 -0
  293. package/scripts/topo-help-overlay-r123-test.mjs +69 -0
  294. package/scripts/topo-help-overlay-r134-test.mjs +74 -0
  295. package/scripts/topo-help-overlay-r137-test.mjs +81 -0
  296. package/scripts/topo-help-overlay-r141-test.mjs +86 -0
  297. package/scripts/topo-help-overlay-r153-test.mjs +85 -0
  298. package/scripts/topo-hot-tail-crossfade-test.mjs +117 -0
  299. package/scripts/topo-html-overlay-padding-unify-test.mjs +120 -0
  300. package/scripts/topo-hub-a11y-test.mjs +112 -0
  301. package/scripts/topo-hub-center-crossfade-test.mjs +124 -0
  302. package/scripts/topo-hub-digit-scale-test.mjs +129 -0
  303. package/scripts/topo-hub-fadein-test.mjs +88 -0
  304. package/scripts/topo-hub-hover-lift-test.mjs +101 -0
  305. package/scripts/topo-hub-hover-ring-test.mjs +82 -0
  306. package/scripts/topo-hub-pip-theme-ease-test.mjs +116 -0
  307. package/scripts/topo-hub-spoke-ease-test.mjs +120 -0
  308. package/scripts/topo-hub-working-count-test.mjs +99 -0
  309. package/scripts/topo-inner-radar-ring-retired-test.mjs +89 -0
  310. package/scripts/topo-kicker-color-test.mjs +93 -0
  311. package/scripts/topo-kicker-tracking-test.mjs +101 -0
  312. package/scripts/topo-kicker-weight-test.mjs +98 -0
  313. package/scripts/topo-label-card-theme-ease-test.mjs +85 -0
  314. package/scripts/topo-layout-hover-text-preview-test.mjs +101 -0
  315. package/scripts/topo-layout-switch-crossfade-test.mjs +126 -0
  316. package/scripts/topo-layout-toggle-border-unify-test.mjs +104 -0
  317. package/scripts/topo-layout-toggle-test.mjs +131 -0
  318. package/scripts/topo-layout-trailer-mr-test.mjs +82 -0
  319. package/scripts/topo-legend-compress-test.mjs +107 -0
  320. package/scripts/topo-legend-count-empty-test.mjs +126 -0
  321. package/scripts/topo-legend-count-tabular-parity-test.mjs +90 -0
  322. package/scripts/topo-legend-count-tabular-test.mjs +87 -0
  323. package/scripts/topo-legend-count-test.mjs +88 -0
  324. package/scripts/topo-legend-count-tier-fill-test.mjs +121 -0
  325. package/scripts/topo-legend-count-weight-test.mjs +86 -0
  326. package/scripts/topo-legend-header-symmetric-inset-test.mjs +112 -0
  327. package/scripts/topo-legend-hitbox-swatch-center-test.mjs +93 -0
  328. package/scripts/topo-legend-offline-delimiter-test.mjs +84 -0
  329. package/scripts/topo-legend-offline-label-simplify-test.mjs +86 -0
  330. package/scripts/topo-legend-panel-count-weight-test.mjs +89 -0
  331. package/scripts/topo-legend-panel-header-test.mjs +83 -0
  332. package/scripts/topo-legend-pin-ring-fade-test.mjs +112 -0
  333. package/scripts/topo-legend-row-hover-lift-test.mjs +109 -0
  334. package/scripts/topo-legend-row-labels-simplify-test.mjs +80 -0
  335. package/scripts/topo-legend-row-pin-spacing-test.mjs +124 -0
  336. package/scripts/topo-legend-row-tint-test.mjs +95 -0
  337. package/scripts/topo-legend-row-title-test.mjs +102 -0
  338. package/scripts/topo-legend-swatch-grow-test.mjs +116 -0
  339. package/scripts/topo-legend-swatch-radius-test.mjs +78 -0
  340. package/scripts/topo-minimap-a11y-test.mjs +101 -0
  341. package/scripts/topo-minimap-dot-transition-test.mjs +113 -0
  342. package/scripts/topo-minimap-radius-test.mjs +88 -0
  343. package/scripts/topo-minimap-rect-stroke-test.mjs +94 -0
  344. package/scripts/topo-minimap-viewport-smooth-test.mjs +124 -0
  345. package/scripts/topo-monogram-font-test.mjs +112 -0
  346. package/scripts/topo-monogram-stroke-test.mjs +101 -0
  347. package/scripts/topo-more-flows-letterspacing-test.mjs +111 -0
  348. package/scripts/topo-node-a11y-test.mjs +107 -0
  349. package/scripts/topo-node-alias-chat-pin-test.mjs +95 -0
  350. package/scripts/topo-node-label-card-elevation-test.mjs +157 -0
  351. package/scripts/topo-node-label-card-stroke-test.mjs +135 -0
  352. package/scripts/topo-node-stroke-transition-test.mjs +103 -0
  353. package/scripts/topo-node-text-fill-transition-test.mjs +119 -0
  354. package/scripts/topo-node-title-peers-test.mjs +107 -0
  355. package/scripts/topo-node-title-test.mjs +101 -0
  356. package/scripts/topo-nodesize-active-hover-test.mjs +109 -0
  357. package/scripts/topo-nodesize-crossfade-test.mjs +141 -0
  358. package/scripts/topo-online-chip-nav-test.mjs +143 -0
  359. package/scripts/topo-orbit-particles-retired-test.mjs +91 -0
  360. package/scripts/topo-panel-count-unit-test.mjs +112 -0
  361. package/scripts/topo-panel-fadein-test.mjs +102 -0
  362. package/scripts/topo-panel-hot-tail-fade-test.mjs +132 -0
  363. package/scripts/topo-panel-hover-elevation-test.mjs +118 -0
  364. package/scripts/topo-panel-rx-test.mjs +90 -0
  365. package/scripts/topo-panel-theme-ease-test.mjs +85 -0
  366. package/scripts/topo-panel-title-fill-ease-test.mjs +91 -0
  367. package/scripts/topo-panel-title-tracking-test.mjs +78 -0
  368. package/scripts/topo-particle-stagger-test.mjs +82 -0
  369. package/scripts/topo-pin-intersection-color-ease-test.mjs +111 -0
  370. package/scripts/topo-pin-intersection-empty-test.mjs +129 -0
  371. package/scripts/topo-pin-intersection-tabular-test.mjs +96 -0
  372. package/scripts/topo-pin-intersection-test.mjs +121 -0
  373. package/scripts/topo-pin-intersection-warning-crossfade-test.mjs +107 -0
  374. package/scripts/topo-pin-mirror-transition-test.mjs +101 -0
  375. package/scripts/topo-prefix-opacity-test.mjs +107 -0
  376. package/scripts/topo-prepublish-guard-test.mjs +95 -0
  377. package/scripts/topo-pressure-seg-self-hover-test.mjs +126 -0
  378. package/scripts/topo-pressure-seg-tooltip-test.mjs +98 -0
  379. package/scripts/topo-pressure-seg-transition-test.mjs +107 -0
  380. package/scripts/topo-pulse-dot-crossfade-test.mjs +122 -0
  381. package/scripts/topo-pulse-dot-retired-test.mjs +86 -0
  382. package/scripts/topo-recent-panel-count-freshness-test.mjs +109 -0
  383. package/scripts/topo-recent-panel-count-test.mjs +72 -0
  384. package/scripts/topo-recent-panel-count-weight-test.mjs +91 -0
  385. package/scripts/topo-recent-panel-footer-breath-test.mjs +142 -0
  386. package/scripts/topo-recent-panel-hot-header-test.mjs +132 -0
  387. package/scripts/topo-recent-panel-hot-tabular-test.mjs +113 -0
  388. package/scripts/topo-recent-panel-more-crossfade-test.mjs +124 -0
  389. package/scripts/topo-recent-panel-more-cyan-hover-test.mjs +151 -0
  390. package/scripts/topo-recent-panel-more-nav-test.mjs +127 -0
  391. package/scripts/topo-recent-panel-more-test.mjs +106 -0
  392. package/scripts/topo-recent-panel-readability-bump-test.mjs +151 -0
  393. package/scripts/topo-recent-row-count-fill-test.mjs +129 -0
  394. package/scripts/topo-recent-row-count-weight-test.mjs +112 -0
  395. package/scripts/topo-recent-row-fadein-test.mjs +107 -0
  396. package/scripts/topo-recent-row-freshness-test.mjs +102 -0
  397. package/scripts/topo-recent-row-hot-test.mjs +110 -0
  398. package/scripts/topo-recent-row-hover-lift-test.mjs +128 -0
  399. package/scripts/topo-recent-row-pin-spacing-test.mjs +137 -0
  400. package/scripts/topo-recent-row-pin-test.mjs +126 -0
  401. package/scripts/topo-recent-row-tint-test.mjs +91 -0
  402. package/scripts/topo-recent-row-title-test.mjs +112 -0
  403. package/scripts/topo-recent-row-ts-alpha-test.mjs +100 -0
  404. package/scripts/topo-recent-row-ts-tabular-test.mjs +108 -0
  405. package/scripts/topo-recent-row-ts-test.mjs +95 -0
  406. package/scripts/topo-recent-row-typography-test.mjs +119 -0
  407. package/scripts/topo-recent-signal-empty-hint-test.mjs +73 -0
  408. package/scripts/topo-reset-spin-test.mjs +120 -0
  409. package/scripts/topo-runtime-badge-grow-test.mjs +114 -0
  410. package/scripts/topo-spokes-retired-test.mjs +93 -0
  411. package/scripts/topo-starfield-density-test.mjs +89 -0
  412. package/scripts/topo-status-chip-tooltip-test.mjs +95 -0
  413. package/scripts/topo-statusbar-chips-self-hover-test.mjs +177 -0
  414. package/scripts/topo-svg-focus-test.mjs +112 -0
  415. package/scripts/topo-sweep-busyness-test.mjs +94 -0
  416. package/scripts/topo-tabular-nums-sweep-test.mjs +93 -0
  417. package/scripts/topo-tier-guide-dashes-test.mjs +86 -0
  418. package/scripts/topo-tier-ring-fadein-test.mjs +107 -0
  419. package/scripts/topo-tier-ring-tint-test.mjs +110 -0
  420. package/scripts/topo-title-block-tight-leading-test.mjs +95 -0
  421. package/scripts/topo-title-tracking-test.mjs +98 -0
  422. package/scripts/topo-titleblock-gap-test.mjs +86 -0
  423. package/scripts/topo-titleblock-margin-test.mjs +83 -0
  424. package/scripts/topo-toggle-inactive-cyan-hover-test.mjs +110 -0
  425. package/scripts/topo-top-rail-theme-ease-test.mjs +89 -0
  426. package/scripts/topo-vendor-chip-self-hover-test.mjs +131 -0
  427. package/scripts/topo-vendor-chip-tabular-test.mjs +92 -0
  428. package/scripts/topo-vendor-chip-threshold-test.mjs +78 -0
  429. package/scripts/topo-vendor-chip-weight-test.mjs +87 -0
  430. package/scripts/topo-vendor-count-suffix-test.mjs +95 -0
  431. package/scripts/topo-vendor-letter-tooltip-test.mjs +92 -0
  432. package/scripts/topo-view-smooth-test.mjs +131 -0
  433. package/scripts/topo-watermark-tracking-test.mjs +99 -0
  434. package/scripts/topo-working-chip-pin-test.mjs +154 -0
  435. package/scripts/topo-working-halo-breath-retired-test.mjs +99 -0
  436. package/scripts/topo-wrapper-flow-arrow-theme-test.mjs +97 -0
  437. package/scripts/topo-wrapper-radius-test.mjs +73 -0
  438. package/scripts/topo-wrapper-shadow-theme-ease-test.mjs +89 -0
  439. package/.next/static/chunks/03w4rgx_vt8ec.js +0 -1
  440. package/.next/static/chunks/072so8rfx2tt-.css +0 -2
  441. package/.next/static/chunks/0o.k-.0kl4bz5.js +0 -2
  442. package/.next/static/chunks/121d8yvfl8l_..js +0 -7
  443. package/.next/static/chunks/148o1e4ijgwp1.js +0 -1
  444. package/scripts/topo-arrival-ping-test.mjs +0 -87
  445. package/scripts/topo-dispatch-pulse-test.mjs +0 -83
  446. /package/.next/static/{Dhky2WTh8mvJhw56taHVs → 424zX3i80AJ_wHF_otKuP}/_buildManifest.js +0 -0
  447. /package/.next/static/{Dhky2WTh8mvJhw56taHVs → 424zX3i80AJ_wHF_otKuP}/_clientMiddlewareManifest.js +0 -0
  448. /package/.next/static/{Dhky2WTh8mvJhw56taHVs → 424zX3i80AJ_wHF_otKuP}/_ssgManifest.js +0 -0
package/.next/trace CHANGED
@@ -1,2 +1,2 @@
1
- [{"name":"generate-buildid","duration":244,"timestamp":38883751449,"id":4,"parentId":1,"tags":{},"startTime":1778846855998,"traceId":"da19a7581f7bb0f4"},{"name":"load-custom-routes","duration":571,"timestamp":38883751831,"id":5,"parentId":1,"tags":{},"startTime":1778846855998,"traceId":"da19a7581f7bb0f4"},{"name":"create-dist-dir","duration":859,"timestamp":38883752460,"id":6,"parentId":1,"tags":{},"startTime":1778846855999,"traceId":"da19a7581f7bb0f4"},{"name":"clean","duration":467,"timestamp":38883754060,"id":7,"parentId":1,"tags":{},"startTime":1778846856000,"traceId":"da19a7581f7bb0f4"},{"name":"discover-routes","duration":9942,"timestamp":38883835300,"id":8,"parentId":1,"tags":{},"startTime":1778846856082,"traceId":"da19a7581f7bb0f4"},{"name":"create-root-mapping","duration":127,"timestamp":38883845311,"id":9,"parentId":1,"tags":{},"startTime":1778846856092,"traceId":"da19a7581f7bb0f4"},{"name":"generate-route-types","duration":29824,"timestamp":38883847620,"id":10,"parentId":1,"tags":{},"startTime":1778846856094,"traceId":"da19a7581f7bb0f4"},{"name":"public-dir-conflict-check","duration":95,"timestamp":38883877595,"id":11,"parentId":1,"tags":{},"startTime":1778846856124,"traceId":"da19a7581f7bb0f4"},{"name":"generate-routes-manifest","duration":4484,"timestamp":38883877799,"id":12,"parentId":1,"tags":{},"startTime":1778846856124,"traceId":"da19a7581f7bb0f4"},{"name":"run-turbopack","duration":5343185,"timestamp":38883887478,"id":14,"parentId":1,"tags":{},"startTime":1778846856134,"traceId":"da19a7581f7bb0f4"},{"name":"turbopack-build-events","duration":125,"timestamp":38884165948,"id":15,"parentId":1,"tags":{},"startTime":1778846856412,"traceId":"da19a7581f7bb0f4"},{"name":"run-typescript","duration":8413284,"timestamp":38889263134,"id":16,"parentId":1,"tags":{},"startTime":1778846861509,"traceId":"da19a7581f7bb0f4"},{"name":"generate-required-server-files","duration":2433,"timestamp":38897677375,"id":18,"parentId":1,"tags":{},"startTime":1778846869924,"traceId":"da19a7581f7bb0f4"},{"name":"check-static-error-page","duration":11132,"timestamp":38897835611,"id":20,"parentId":19,"tags":{},"startTime":1778846870082,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":453455,"timestamp":38897850348,"id":63,"parentId":22,"tags":{},"startTime":1778846870097,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":465773,"timestamp":38897838191,"id":22,"parentId":19,"tags":{"page":"/_global-error"},"startTime":1778846870084,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":551939,"timestamp":38897850730,"id":66,"parentId":27,"tags":{},"startTime":1778846870097,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":561025,"timestamp":38897841743,"id":27,"parentId":19,"tags":{"page":"/api/auth/v3"},"startTime":1778846870088,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":553892,"timestamp":38897849891,"id":62,"parentId":21,"tags":{},"startTime":1778846870096,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":566795,"timestamp":38897837050,"id":21,"parentId":19,"tags":{"page":"/_not-found"},"startTime":1778846870083,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":560350,"timestamp":38897850486,"id":64,"parentId":25,"tags":{},"startTime":1778846870097,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":569440,"timestamp":38897841462,"id":25,"parentId":19,"tags":{"page":"/api/auth/login"},"startTime":1778846870088,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":578286,"timestamp":38897850618,"id":65,"parentId":26,"tags":{},"startTime":1778846870097,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":587338,"timestamp":38897841633,"id":26,"parentId":19,"tags":{"page":"/api/auth/logout"},"startTime":1778846870088,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":587358,"timestamp":38897851618,"id":72,"parentId":34,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":596430,"timestamp":38897842619,"id":34,"parentId":19,"tags":{"page":"/api/hub/license"},"startTime":1778846870089,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":588664,"timestamp":38897851482,"id":70,"parentId":32,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":597749,"timestamp":38897842442,"id":32,"parentId":19,"tags":{"page":"/api/hub/health"},"startTime":1778846870089,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":592047,"timestamp":38897851299,"id":69,"parentId":30,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":601240,"timestamp":38897842149,"id":30,"parentId":19,"tags":{"page":"/api/hub/broadcast"},"startTime":1778846870088,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":593302,"timestamp":38897851647,"id":73,"parentId":35,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":602317,"timestamp":38897842700,"id":35,"parentId":19,"tags":{"page":"/api/hub/messages"},"startTime":1778846870089,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":593813,"timestamp":38897851779,"id":75,"parentId":37,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":602409,"timestamp":38897843227,"id":37,"parentId":19,"tags":{"page":"/api/hub/nodes"},"startTime":1778846870089,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":596739,"timestamp":38897851796,"id":76,"parentId":38,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":605248,"timestamp":38897843332,"id":38,"parentId":19,"tags":{"page":"/api/hub/register"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":598571,"timestamp":38897851818,"id":78,"parentId":40,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":607003,"timestamp":38897843457,"id":40,"parentId":19,"tags":{"page":"/api/hub/server-logs"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":600789,"timestamp":38897850969,"id":67,"parentId":28,"tags":{},"startTime":1778846870097,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":609943,"timestamp":38897841861,"id":28,"parentId":19,"tags":{"page":"/api/hub/audit-log"},"startTime":1778846870088,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":601228,"timestamp":38897851746,"id":74,"parentId":36,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":609942,"timestamp":38897843093,"id":36,"parentId":19,"tags":{"page":"/api/hub/networks"},"startTime":1778846870089,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":601351,"timestamp":38897851831,"id":79,"parentId":41,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":609679,"timestamp":38897843529,"id":41,"parentId":19,"tags":{"page":"/api/hub/servers"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":602737,"timestamp":38897851845,"id":80,"parentId":42,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":611022,"timestamp":38897843596,"id":42,"parentId":19,"tags":{"page":"/api/hub/session"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":605774,"timestamp":38897851854,"id":81,"parentId":43,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":614023,"timestamp":38897843657,"id":43,"parentId":19,"tags":{"page":"/api/hub/stats"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":605942,"timestamp":38897851883,"id":83,"parentId":45,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":614079,"timestamp":38897843779,"id":45,"parentId":19,"tags":{"page":"/api/hub/task-events"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":608574,"timestamp":38897851868,"id":82,"parentId":44,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":616768,"timestamp":38897843717,"id":44,"parentId":19,"tags":{"page":"/api/hub/status"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":608745,"timestamp":38897851896,"id":84,"parentId":46,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":616836,"timestamp":38897843837,"id":46,"parentId":19,"tags":{"page":"/api/hub/tasks"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":609688,"timestamp":38897851146,"id":68,"parentId":29,"tags":{},"startTime":1778846870097,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":618848,"timestamp":38897842026,"id":29,"parentId":19,"tags":{"page":"/api/hub/auth"},"startTime":1778846870088,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":610339,"timestamp":38897851920,"id":86,"parentId":48,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":618328,"timestamp":38897843978,"id":48,"parentId":19,"tags":{"page":"/api/hub/tokens"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":616386,"timestamp":38897851933,"id":87,"parentId":49,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":624300,"timestamp":38897844065,"id":49,"parentId":19,"tags":{"page":"/favicon.ico"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":625856,"timestamp":38897855207,"id":88,"parentId":24,"tags":{},"startTime":1778846870101,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":642372,"timestamp":38897838736,"id":24,"parentId":19,"tags":{"page":"/api/anet/config"},"startTime":1778846870085,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":632420,"timestamp":38897851906,"id":85,"parentId":47,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":640454,"timestamp":38897843918,"id":47,"parentId":19,"tags":{"page":"/api/hub/tmux"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":632049,"timestamp":38897856391,"id":89,"parentId":31,"tags":{},"startTime":1778846870103,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":646246,"timestamp":38897842232,"id":31,"parentId":19,"tags":{"page":"/api/hub/events"},"startTime":1778846870089,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":640804,"timestamp":38897851809,"id":77,"parentId":39,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":649255,"timestamp":38897843396,"id":39,"parentId":19,"tags":{"page":"/api/hub/send"},"startTime":1778846870090,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":666273,"timestamp":38897858858,"id":90,"parentId":23,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":686725,"timestamp":38897838476,"id":23,"parentId":19,"tags":{"page":"/admin"},"startTime":1778846870085,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":673906,"timestamp":38897858949,"id":96,"parentId":56,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":687245,"timestamp":38897845660,"id":56,"parentId":19,"tags":{"page":"/server-logs"},"startTime":1778846870092,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":686901,"timestamp":38897851542,"id":71,"parentId":33,"tags":{},"startTime":1778846870098,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":695970,"timestamp":38897842544,"id":33,"parentId":19,"tags":{"page":"/api/hub/inbox"},"startTime":1778846870089,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":680991,"timestamp":38897858961,"id":97,"parentId":57,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":694189,"timestamp":38897845833,"id":57,"parentId":19,"tags":{"page":"/settings/networks"},"startTime":1778846870092,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":684346,"timestamp":38897858883,"id":91,"parentId":50,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":698873,"timestamp":38897844397,"id":50,"parentId":19,"tags":{"page":"/login"},"startTime":1778846870091,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":688248,"timestamp":38897858971,"id":98,"parentId":59,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":700967,"timestamp":38897846301,"id":59,"parentId":19,"tags":{"page":"/settings/tokens"},"startTime":1778846870093,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":692906,"timestamp":38897859025,"id":100,"parentId":61,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":705441,"timestamp":38897846528,"id":61,"parentId":19,"tags":{"page":"/tasks"},"startTime":1778846870093,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":694465,"timestamp":38897858989,"id":99,"parentId":60,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":707125,"timestamp":38897846411,"id":60,"parentId":19,"tags":{"page":"/tasks/[id]"},"startTime":1778846870093,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":687696,"timestamp":38897866133,"id":101,"parentId":58,"tags":{},"startTime":1778846870112,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":707885,"timestamp":38897845977,"id":58,"parentId":19,"tags":{"page":"/settings"},"startTime":1778846870092,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":702050,"timestamp":38897858898,"id":92,"parentId":51,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":716459,"timestamp":38897844525,"id":51,"parentId":19,"tags":{"page":"/logs"},"startTime":1778846870091,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":685329,"timestamp":38897878332,"id":102,"parentId":55,"tags":{},"startTime":1778846870125,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":718471,"timestamp":38897845216,"id":55,"parentId":19,"tags":{"page":"/"},"startTime":1778846870091,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":709874,"timestamp":38897858925,"id":94,"parentId":53,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":723998,"timestamp":38897844825,"id":53,"parentId":19,"tags":{"page":"/node"},"startTime":1778846870091,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":710947,"timestamp":38897858912,"id":93,"parentId":52,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":725238,"timestamp":38897844655,"id":52,"parentId":19,"tags":{"page":"/messages"},"startTime":1778846870091,"traceId":"da19a7581f7bb0f4"},{"name":"is-page-static","duration":713797,"timestamp":38897858935,"id":95,"parentId":54,"tags":{},"startTime":1778846870105,"traceId":"da19a7581f7bb0f4"},{"name":"check-page","duration":727770,"timestamp":38897844991,"id":54,"parentId":19,"tags":{"page":"/nodes"},"startTime":1778846870091,"traceId":"da19a7581f7bb0f4"},{"name":"static-check","duration":737940,"timestamp":38897834864,"id":19,"parentId":1,"tags":{},"startTime":1778846870081,"traceId":"da19a7581f7bb0f4"},{"name":"write-routes-manifest","duration":436,"timestamp":38898579211,"id":104,"parentId":1,"tags":{},"startTime":1778846870825,"traceId":"da19a7581f7bb0f4"},{"name":"load-dotenv","duration":35,"timestamp":38898591141,"id":107,"parentId":106,"tags":{},"startTime":1778846870837,"traceId":"da19a7581f7bb0f4"},{"name":"run-export-path-map","duration":621,"timestamp":38898593760,"id":108,"parentId":106,"tags":{},"startTime":1778846870840,"traceId":"da19a7581f7bb0f4"},{"name":"next-export","duration":584846,"timestamp":38898589906,"id":106,"parentId":1,"tags":{},"startTime":1778846870836,"traceId":"da19a7581f7bb0f4"}]
2
- [{"name":"move-exported-app-not-found-","duration":2197,"timestamp":38899177988,"id":109,"parentId":105,"tags":{},"startTime":1778846871424,"traceId":"da19a7581f7bb0f4"},{"name":"move-exported-app-global-error-","duration":632,"timestamp":38899180268,"id":110,"parentId":105,"tags":{},"startTime":1778846871427,"traceId":"da19a7581f7bb0f4"},{"name":"static-generation","duration":599324,"timestamp":38898584050,"id":105,"parentId":1,"tags":{},"startTime":1778846870830,"traceId":"da19a7581f7bb0f4"},{"name":"write-routes-manifest","duration":497,"timestamp":38899183551,"id":111,"parentId":1,"tags":{},"startTime":1778846871430,"traceId":"da19a7581f7bb0f4"},{"name":"print-tree-view","duration":3783,"timestamp":38899197352,"id":112,"parentId":1,"tags":{},"startTime":1778846871444,"traceId":"da19a7581f7bb0f4"},{"name":"write-route-bundle-stats","duration":13249,"timestamp":38899201168,"id":113,"parentId":1,"tags":{},"startTime":1778846871447,"traceId":"da19a7581f7bb0f4"},{"name":"telemetry-flush","duration":24372,"timestamp":38899214443,"id":114,"parentId":1,"tags":{},"startTime":1778846871461,"traceId":"da19a7581f7bb0f4"},{"name":"next-build","duration":15538262,"timestamp":38883700575,"id":1,"tags":{"buildMode":"default","version":"16.2.3","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1778846855947,"traceId":"da19a7581f7bb0f4"}]
1
+ [{"name":"generate-buildid","duration":387,"timestamp":128434930517,"id":4,"parentId":1,"tags":{},"startTime":1778936407177,"traceId":"a3940d2e510c1a91"},{"name":"load-custom-routes","duration":493,"timestamp":128434931118,"id":5,"parentId":1,"tags":{},"startTime":1778936407177,"traceId":"a3940d2e510c1a91"},{"name":"create-dist-dir","duration":719,"timestamp":128434931656,"id":6,"parentId":1,"tags":{},"startTime":1778936407178,"traceId":"a3940d2e510c1a91"},{"name":"clean","duration":38880,"timestamp":128434933087,"id":7,"parentId":1,"tags":{},"startTime":1778936407179,"traceId":"a3940d2e510c1a91"},{"name":"discover-routes","duration":28696,"timestamp":128435114395,"id":8,"parentId":1,"tags":{},"startTime":1778936407361,"traceId":"a3940d2e510c1a91"},{"name":"create-root-mapping","duration":141,"timestamp":128435143161,"id":9,"parentId":1,"tags":{},"startTime":1778936407389,"traceId":"a3940d2e510c1a91"},{"name":"generate-route-types","duration":26635,"timestamp":128435145976,"id":10,"parentId":1,"tags":{},"startTime":1778936407392,"traceId":"a3940d2e510c1a91"},{"name":"public-dir-conflict-check","duration":107,"timestamp":128435172707,"id":11,"parentId":1,"tags":{},"startTime":1778936407419,"traceId":"a3940d2e510c1a91"},{"name":"generate-routes-manifest","duration":6593,"timestamp":128435172943,"id":12,"parentId":1,"tags":{},"startTime":1778936407419,"traceId":"a3940d2e510c1a91"},{"name":"run-turbopack","duration":7685056,"timestamp":128435187390,"id":14,"parentId":1,"tags":{},"startTime":1778936407434,"traceId":"a3940d2e510c1a91"},{"name":"turbopack-build-events","duration":75,"timestamp":128435549627,"id":15,"parentId":1,"tags":{},"startTime":1778936407796,"traceId":"a3940d2e510c1a91"},{"name":"run-typescript","duration":10602110,"timestamp":128442882697,"id":16,"parentId":1,"tags":{},"startTime":1778936415129,"traceId":"a3940d2e510c1a91"},{"name":"generate-required-server-files","duration":2857,"timestamp":128453486215,"id":18,"parentId":1,"tags":{},"startTime":1778936425732,"traceId":"a3940d2e510c1a91"},{"name":"check-static-error-page","duration":13344,"timestamp":128453706173,"id":20,"parentId":19,"tags":{},"startTime":1778936425952,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":646502,"timestamp":128453724067,"id":66,"parentId":25,"tags":{},"startTime":1778936425970,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":659841,"timestamp":128453710907,"id":25,"parentId":19,"tags":{"page":"/api/auth/login"},"startTime":1778936425957,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":655350,"timestamp":128453724453,"id":69,"parentId":28,"tags":{},"startTime":1778936425971,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":668590,"timestamp":128453711295,"id":28,"parentId":19,"tags":{"page":"/api/hub/audit-log"},"startTime":1778936425958,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":662664,"timestamp":128453724963,"id":72,"parentId":32,"tags":{},"startTime":1778936425971,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":675947,"timestamp":128453711768,"id":32,"parentId":19,"tags":{"page":"/api/hub/health"},"startTime":1778936425958,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":688614,"timestamp":128453723859,"id":65,"parentId":22,"tags":{},"startTime":1778936425970,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":704047,"timestamp":128453708528,"id":22,"parentId":19,"tags":{"page":"/_global-error"},"startTime":1778936425955,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":718185,"timestamp":128453726366,"id":73,"parentId":33,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":732788,"timestamp":128453711861,"id":33,"parentId":19,"tags":{"page":"/api/hub/inbox"},"startTime":1778936425958,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":719955,"timestamp":128453724893,"id":71,"parentId":30,"tags":{},"startTime":1778936425971,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":733417,"timestamp":128453711466,"id":30,"parentId":19,"tags":{"page":"/api/hub/broadcast"},"startTime":1778936425958,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":724189,"timestamp":128453724217,"id":67,"parentId":26,"tags":{},"startTime":1778936425970,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":737382,"timestamp":128453711085,"id":26,"parentId":19,"tags":{"page":"/api/auth/logout"},"startTime":1778936425957,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":727611,"timestamp":128453723533,"id":64,"parentId":21,"tags":{},"startTime":1778936425970,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":743818,"timestamp":128453707373,"id":21,"parentId":19,"tags":{"page":"/_not-found"},"startTime":1778936425954,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":736166,"timestamp":128453726551,"id":77,"parentId":37,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":750296,"timestamp":128453712483,"id":37,"parentId":19,"tags":{"page":"/api/hub/nodes"},"startTime":1778936425959,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":740181,"timestamp":128453726501,"id":75,"parentId":35,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":754697,"timestamp":128453712039,"id":35,"parentId":19,"tags":{"page":"/api/hub/messages"},"startTime":1778936425958,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":748092,"timestamp":128453726595,"id":80,"parentId":40,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":762023,"timestamp":128453712719,"id":40,"parentId":19,"tags":{"page":"/api/hub/server-logs"},"startTime":1778936425959,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":749847,"timestamp":128453726524,"id":76,"parentId":36,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":764054,"timestamp":128453712372,"id":36,"parentId":19,"tags":{"page":"/api/hub/networks"},"startTime":1778936425959,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":758457,"timestamp":128453726634,"id":82,"parentId":44,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":771706,"timestamp":128453713450,"id":44,"parentId":19,"tags":{"page":"/api/hub/session"},"startTime":1778936425960,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":762427,"timestamp":128453726607,"id":81,"parentId":42,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":776119,"timestamp":128453712983,"id":42,"parentId":19,"tags":{"page":"/api/hub/server/[hostname]/health"},"startTime":1778936425959,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":767569,"timestamp":128453726648,"id":83,"parentId":45,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":780676,"timestamp":128453713593,"id":45,"parentId":19,"tags":{"page":"/api/hub/stats"},"startTime":1778936425960,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":770544,"timestamp":128453726657,"id":84,"parentId":46,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":783524,"timestamp":128453713721,"id":46,"parentId":19,"tags":{"page":"/api/hub/status"},"startTime":1778936425960,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":777632,"timestamp":128453726670,"id":85,"parentId":47,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":790529,"timestamp":128453713829,"id":47,"parentId":19,"tags":{"page":"/api/hub/task-events"},"startTime":1778936425960,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":778658,"timestamp":128453726685,"id":86,"parentId":48,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":791463,"timestamp":128453713927,"id":48,"parentId":19,"tags":{"page":"/api/hub/tasks"},"startTime":1778936425960,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":783293,"timestamp":128453726695,"id":87,"parentId":49,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":794321,"timestamp":128453715746,"id":49,"parentId":19,"tags":{"page":"/api/hub/tmux"},"startTime":1778936425962,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":784566,"timestamp":128453726708,"id":88,"parentId":50,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":795397,"timestamp":128453715917,"id":50,"parentId":19,"tags":{"page":"/api/hub/tokens"},"startTime":1778936425962,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":787098,"timestamp":128453726721,"id":89,"parentId":51,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":797800,"timestamp":128453716062,"id":51,"parentId":19,"tags":{"page":"/favicon.ico"},"startTime":1778936425962,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":787517,"timestamp":128453733277,"id":91,"parentId":31,"tags":{},"startTime":1778936425980,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":809305,"timestamp":128453711541,"id":31,"parentId":19,"tags":{"page":"/api/hub/events"},"startTime":1778936425958,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":789124,"timestamp":128453732117,"id":90,"parentId":24,"tags":{},"startTime":1778936425978,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":812360,"timestamp":128453708924,"id":24,"parentId":19,"tags":{"page":"/api/anet/config"},"startTime":1778936425955,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":794885,"timestamp":128453726585,"id":79,"parentId":39,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":808853,"timestamp":128453712652,"id":39,"parentId":19,"tags":{"page":"/api/hub/send"},"startTime":1778936425959,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":787044,"timestamp":128453739443,"id":93,"parentId":43,"tags":{},"startTime":1778936425986,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":813414,"timestamp":128453713116,"id":43,"parentId":19,"tags":{"page":"/api/hub/servers"},"startTime":1778936425959,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":798578,"timestamp":128453738102,"id":92,"parentId":41,"tags":{},"startTime":1778936425984,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":823953,"timestamp":128453712779,"id":41,"parentId":19,"tags":{"page":"/api/hub/server/[hostname]/agents"},"startTime":1778936425959,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":819212,"timestamp":128453724739,"id":70,"parentId":29,"tags":{},"startTime":1778936425971,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":832647,"timestamp":128453711372,"id":29,"parentId":19,"tags":{"page":"/api/hub/auth"},"startTime":1778936425958,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":823945,"timestamp":128453724342,"id":68,"parentId":27,"tags":{},"startTime":1778936425971,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":837138,"timestamp":128453711203,"id":27,"parentId":19,"tags":{"page":"/api/auth/v3"},"startTime":1778936425957,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":825396,"timestamp":128453726570,"id":78,"parentId":38,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":839457,"timestamp":128453712574,"id":38,"parentId":19,"tags":{"page":"/api/hub/register"},"startTime":1778936425959,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":840551,"timestamp":128453726466,"id":74,"parentId":34,"tags":{},"startTime":1778936425973,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":855141,"timestamp":128453711937,"id":34,"parentId":19,"tags":{"page":"/api/hub/license"},"startTime":1778936425958,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":820051,"timestamp":128453748789,"id":99,"parentId":56,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":851630,"timestamp":128453717265,"id":56,"parentId":19,"tags":{"page":"/nodes"},"startTime":1778936425964,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":827934,"timestamp":128453748910,"id":101,"parentId":59,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":858626,"timestamp":128453718277,"id":59,"parentId":19,"tags":{"page":"/settings/networks"},"startTime":1778936425965,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":836573,"timestamp":128453748924,"id":102,"parentId":61,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":866660,"timestamp":128453718916,"id":61,"parentId":19,"tags":{"page":"/settings/tokens"},"startTime":1778936425965,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":854335,"timestamp":128453748936,"id":103,"parentId":62,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":884275,"timestamp":128453719095,"id":62,"parentId":19,"tags":{"page":"/tasks/[id]"},"startTime":1778936425965,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":859939,"timestamp":128453748727,"id":95,"parentId":52,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":892264,"timestamp":128453716462,"id":52,"parentId":19,"tags":{"page":"/login"},"startTime":1778936425963,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":865748,"timestamp":128453748950,"id":104,"parentId":63,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":895516,"timestamp":128453719252,"id":63,"parentId":19,"tags":{"page":"/tasks"},"startTime":1778936425966,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":868180,"timestamp":128453748756,"id":96,"parentId":53,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":900351,"timestamp":128453716646,"id":53,"parentId":19,"tags":{"page":"/logs"},"startTime":1778936425963,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":840208,"timestamp":128453776911,"id":105,"parentId":57,"tags":{},"startTime":1778936426023,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":899641,"timestamp":128453717514,"id":57,"parentId":19,"tags":{"page":"/"},"startTime":1778936425964,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":837745,"timestamp":128453788134,"id":106,"parentId":60,"tags":{},"startTime":1778936426034,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":907474,"timestamp":128453718451,"id":60,"parentId":19,"tags":{"page":"/settings"},"startTime":1778936425965,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":878432,"timestamp":128453748695,"id":94,"parentId":23,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":918431,"timestamp":128453708744,"id":23,"parentId":19,"tags":{"page":"/admin"},"startTime":1778936425955,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":895582,"timestamp":128453748801,"id":100,"parentId":58,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":926360,"timestamp":128453718080,"id":58,"parentId":19,"tags":{"page":"/server-logs"},"startTime":1778936425964,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":912684,"timestamp":128453748777,"id":98,"parentId":55,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":944498,"timestamp":128453717036,"id":55,"parentId":19,"tags":{"page":"/node"},"startTime":1778936425963,"traceId":"a3940d2e510c1a91"},{"name":"is-page-static","duration":934214,"timestamp":128453748769,"id":97,"parentId":54,"tags":{},"startTime":1778936425995,"traceId":"a3940d2e510c1a91"},{"name":"check-page","duration":966256,"timestamp":128453716813,"id":54,"parentId":19,"tags":{"page":"/messages"},"startTime":1778936425963,"traceId":"a3940d2e510c1a91"},{"name":"static-check","duration":977826,"timestamp":128453705282,"id":19,"parentId":1,"tags":{},"startTime":1778936425952,"traceId":"a3940d2e510c1a91"}]
2
+ [{"name":"write-routes-manifest","duration":677,"timestamp":128454694934,"id":108,"parentId":1,"tags":{},"startTime":1778936426941,"traceId":"a3940d2e510c1a91"},{"name":"load-dotenv","duration":50,"timestamp":128454707291,"id":111,"parentId":110,"tags":{},"startTime":1778936426954,"traceId":"a3940d2e510c1a91"},{"name":"run-export-path-map","duration":689,"timestamp":128454710015,"id":112,"parentId":110,"tags":{},"startTime":1778936426956,"traceId":"a3940d2e510c1a91"},{"name":"next-export","duration":654209,"timestamp":128454705877,"id":110,"parentId":1,"tags":{},"startTime":1778936426952,"traceId":"a3940d2e510c1a91"},{"name":"move-exported-app-not-found-","duration":563,"timestamp":128455363499,"id":113,"parentId":109,"tags":{},"startTime":1778936427610,"traceId":"a3940d2e510c1a91"},{"name":"move-exported-app-global-error-","duration":393,"timestamp":128455364164,"id":114,"parentId":109,"tags":{},"startTime":1778936427610,"traceId":"a3940d2e510c1a91"},{"name":"static-generation","duration":666142,"timestamp":128454700628,"id":109,"parentId":1,"tags":{},"startTime":1778936426947,"traceId":"a3940d2e510c1a91"},{"name":"write-routes-manifest","duration":537,"timestamp":128455367074,"id":115,"parentId":1,"tags":{},"startTime":1778936427613,"traceId":"a3940d2e510c1a91"},{"name":"print-tree-view","duration":7163,"timestamp":128455384962,"id":116,"parentId":1,"tags":{},"startTime":1778936427631,"traceId":"a3940d2e510c1a91"},{"name":"write-route-bundle-stats","duration":17085,"timestamp":128455392228,"id":117,"parentId":1,"tags":{},"startTime":1778936427639,"traceId":"a3940d2e510c1a91"},{"name":"telemetry-flush","duration":9860,"timestamp":128455409352,"id":118,"parentId":1,"tags":{},"startTime":1778936427656,"traceId":"a3940d2e510c1a91"},{"name":"next-build","duration":20545516,"timestamp":128434873733,"id":1,"tags":{"buildMode":"default","version":"16.2.3","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1778936407120,"traceId":"a3940d2e510c1a91"}]
package/.next/trace-build CHANGED
@@ -1 +1 @@
1
- [{"name":"run-turbopack","duration":5343185,"timestamp":38883887478,"id":14,"parentId":1,"tags":{},"startTime":1778846856134,"traceId":"da19a7581f7bb0f4"},{"name":"turbopack-build-events","duration":125,"timestamp":38884165948,"id":15,"parentId":1,"tags":{},"startTime":1778846856412,"traceId":"da19a7581f7bb0f4"},{"name":"run-typescript","duration":8413284,"timestamp":38889263134,"id":16,"parentId":1,"tags":{},"startTime":1778846861509,"traceId":"da19a7581f7bb0f4"},{"name":"static-check","duration":737940,"timestamp":38897834864,"id":19,"parentId":1,"tags":{},"startTime":1778846870081,"traceId":"da19a7581f7bb0f4"},{"name":"static-generation","duration":599324,"timestamp":38898584050,"id":105,"parentId":1,"tags":{},"startTime":1778846870830,"traceId":"da19a7581f7bb0f4"},{"name":"telemetry-flush","duration":24372,"timestamp":38899214443,"id":114,"parentId":1,"tags":{},"startTime":1778846871461,"traceId":"da19a7581f7bb0f4"},{"name":"next-build","duration":15538262,"timestamp":38883700575,"id":1,"tags":{"buildMode":"default","version":"16.2.3","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1778846855947,"traceId":"da19a7581f7bb0f4"}]
1
+ [{"name":"run-turbopack","duration":7685056,"timestamp":128435187390,"id":14,"parentId":1,"tags":{},"startTime":1778936407434,"traceId":"a3940d2e510c1a91"},{"name":"turbopack-build-events","duration":75,"timestamp":128435549627,"id":15,"parentId":1,"tags":{},"startTime":1778936407796,"traceId":"a3940d2e510c1a91"},{"name":"run-typescript","duration":10602110,"timestamp":128442882697,"id":16,"parentId":1,"tags":{},"startTime":1778936415129,"traceId":"a3940d2e510c1a91"},{"name":"static-check","duration":977826,"timestamp":128453705282,"id":19,"parentId":1,"tags":{},"startTime":1778936425952,"traceId":"a3940d2e510c1a91"},{"name":"static-generation","duration":666142,"timestamp":128454700628,"id":109,"parentId":1,"tags":{},"startTime":1778936426947,"traceId":"a3940d2e510c1a91"},{"name":"telemetry-flush","duration":9860,"timestamp":128455409352,"id":118,"parentId":1,"tags":{},"startTime":1778936427656,"traceId":"a3940d2e510c1a91"},{"name":"next-build","duration":20545516,"timestamp":128434873733,"id":1,"tags":{"buildMode":"default","version":"16.2.3","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1778936407120,"traceId":"a3940d2e510c1a91"}]
@@ -2,7 +2,7 @@
2
2
  // Do not edit this file manually
3
3
 
4
4
  type AppRoutes = "/" | "/admin" | "/login" | "/logs" | "/messages" | "/node" | "/nodes" | "/server-logs" | "/settings" | "/settings/networks" | "/settings/tokens" | "/tasks" | "/tasks/[id]"
5
- type AppRouteHandlerRoutes = "/api/anet/config" | "/api/auth/login" | "/api/auth/logout" | "/api/auth/v3" | "/api/hub/audit-log" | "/api/hub/auth" | "/api/hub/broadcast" | "/api/hub/events" | "/api/hub/health" | "/api/hub/inbox" | "/api/hub/license" | "/api/hub/messages" | "/api/hub/networks" | "/api/hub/nodes" | "/api/hub/register" | "/api/hub/send" | "/api/hub/server-logs" | "/api/hub/servers" | "/api/hub/session" | "/api/hub/stats" | "/api/hub/status" | "/api/hub/task-events" | "/api/hub/tasks" | "/api/hub/tmux" | "/api/hub/tokens"
5
+ type AppRouteHandlerRoutes = "/api/anet/config" | "/api/auth/login" | "/api/auth/logout" | "/api/auth/v3" | "/api/hub/audit-log" | "/api/hub/auth" | "/api/hub/broadcast" | "/api/hub/events" | "/api/hub/health" | "/api/hub/inbox" | "/api/hub/license" | "/api/hub/messages" | "/api/hub/networks" | "/api/hub/nodes" | "/api/hub/register" | "/api/hub/send" | "/api/hub/server-logs" | "/api/hub/server/[hostname]/agents" | "/api/hub/server/[hostname]/health" | "/api/hub/servers" | "/api/hub/session" | "/api/hub/stats" | "/api/hub/status" | "/api/hub/task-events" | "/api/hub/tasks" | "/api/hub/tmux" | "/api/hub/tokens"
6
6
  type PageRoutes = never
7
7
  type LayoutRoutes = "/"
8
8
  type RedirectRoutes = never
@@ -30,6 +30,8 @@ interface ParamMap {
30
30
  "/api/hub/register": {}
31
31
  "/api/hub/send": {}
32
32
  "/api/hub/server-logs": {}
33
+ "/api/hub/server/[hostname]/agents": { "hostname": string; }
34
+ "/api/hub/server/[hostname]/health": { "hostname": string; }
33
35
  "/api/hub/servers": {}
34
36
  "/api/hub/session": {}
35
37
  "/api/hub/stats": {}
@@ -317,6 +317,24 @@ type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRou
317
317
  type __Unused = __Check
318
318
  }
319
319
 
320
+ // Validate ../../app/api/hub/server/[hostname]/agents/route.ts
321
+ {
322
+ type __IsExpected<Specific extends RouteHandlerConfig<"/api/hub/server/[hostname]/agents">> = Specific
323
+ const handler = {} as typeof import("../../app/api/hub/server/[hostname]/agents/route.js")
324
+ type __Check = __IsExpected<typeof handler>
325
+ // @ts-ignore
326
+ type __Unused = __Check
327
+ }
328
+
329
+ // Validate ../../app/api/hub/server/[hostname]/health/route.ts
330
+ {
331
+ type __IsExpected<Specific extends RouteHandlerConfig<"/api/hub/server/[hostname]/health">> = Specific
332
+ const handler = {} as typeof import("../../app/api/hub/server/[hostname]/health/route.js")
333
+ type __Check = __IsExpected<typeof handler>
334
+ // @ts-ignore
335
+ type __Unused = __Check
336
+ }
337
+
320
338
  // Validate ../../app/api/hub/servers/route.ts
321
339
  {
322
340
  type __IsExpected<Specific extends RouteHandlerConfig<"/api/hub/servers">> = Specific
@@ -0,0 +1,62 @@
1
+ import { requireDashboardAuth, getV3UserToken } from '@/app/lib/dashboard-auth';
2
+
3
+ const HUB_URL = process.env.COMMHUB_URL || 'http://127.0.0.1:9200';
4
+
5
+ async function hubHeaders(): Promise<Record<string, string>> {
6
+ const userToken = await getV3UserToken();
7
+ const h: Record<string, string> = {};
8
+ if (userToken) h['Authorization'] = `Bearer ${userToken}`;
9
+ return h;
10
+ }
11
+
12
+ /**
13
+ * Proxy: GET /api/server/:hostname/agents from CommHub.
14
+ *
15
+ * v0.10.0 Hero 2 — per-server agent rollup endpoint exposed by
16
+ * commhub-server ≥ 0.8.1-preview.5 with the process_telemetry field
17
+ * shipped in agent-node ≥ 2.3.11-preview.1 (通信SDK马 T2.1+T2.2+T2.3
18
+ * dispatch chain). Returns per-agent stats:
19
+ * {
20
+ * agents: [
21
+ * {
22
+ * alias, runtime, status, last_seen_at,
23
+ * process_rss_bytes, process_cpu_pct,
24
+ * process_uptime_seconds, process_in_flight_count,
25
+ * progress,
26
+ * },
27
+ * ...
28
+ * ],
29
+ * }
30
+ *
31
+ * Forward-compat: when the upstream hub predates the endpoint, 404
32
+ * surfaces as `{ agents: [], unavailable: true }` so the consumer
33
+ * UI renders the "agent rollup pending hub ≥ 0.8.2-preview" hint.
34
+ */
35
+ export async function GET(
36
+ _req: Request,
37
+ { params }: { params: Promise<{ hostname: string }> },
38
+ ) {
39
+ const authFailure = await requireDashboardAuth();
40
+ if (authFailure) return authFailure;
41
+
42
+ const { hostname } = await params;
43
+ if (!hostname || !/^[A-Za-z0-9._\-]+$/.test(hostname)) {
44
+ return Response.json({ error: 'invalid hostname' }, { status: 400 });
45
+ }
46
+ try {
47
+ const res = await fetch(
48
+ `${HUB_URL}/api/server/${encodeURIComponent(hostname)}/agents`,
49
+ { headers: await hubHeaders(), next: { revalidate: 0 } },
50
+ );
51
+ if (!res.ok) {
52
+ if (res.status === 404) return Response.json({ agents: [], unavailable: true });
53
+ return Response.json({ error: `hub ${res.status}` }, { status: res.status });
54
+ }
55
+ return Response.json(await res.json());
56
+ } catch (e: unknown) {
57
+ return Response.json(
58
+ { error: 'hub unreachable', detail: e instanceof Error ? e.message : String(e) },
59
+ { status: 502 },
60
+ );
61
+ }
62
+ }
@@ -0,0 +1,58 @@
1
+ import { requireDashboardAuth, getV3UserToken } from '@/app/lib/dashboard-auth';
2
+
3
+ const HUB_URL = process.env.COMMHUB_URL || 'http://127.0.0.1:9200';
4
+
5
+ async function hubHeaders(): Promise<Record<string, string>> {
6
+ const userToken = await getV3UserToken();
7
+ const h: Record<string, string> = {};
8
+ if (userToken) h['Authorization'] = `Bearer ${userToken}`;
9
+ return h;
10
+ }
11
+
12
+ /**
13
+ * Proxy: GET /api/server/:hostname/health from CommHub.
14
+ *
15
+ * v0.10.0 Hero 1 — per-server detailed health endpoint exposed by
16
+ * commhub-server ≥ 0.8.1-preview.5 (通信牛 T2.2 ship, see #140
17
+ * comment 4466558xxx). Returns:
18
+ * {
19
+ * hostname, ip,
20
+ * cpu_load_1min, cpu_cores, mem_used_gb, mem_total_gb,
21
+ * disk_used_gb, disk_total_gb,
22
+ * cpu_history: number[], mem_history: number[],
23
+ * last_seen_at,
24
+ * }
25
+ *
26
+ * Forward-compat: when the upstream hub predates the endpoint
27
+ * (currently 0.8.0 is what's deployed locally), 404 is surfaced as
28
+ * `{ unavailable: true }` so the ServersDrawer renders a "pending
29
+ * hub upgrade" hint instead of an error.
30
+ */
31
+ export async function GET(
32
+ _req: Request,
33
+ { params }: { params: Promise<{ hostname: string }> },
34
+ ) {
35
+ const authFailure = await requireDashboardAuth();
36
+ if (authFailure) return authFailure;
37
+
38
+ const { hostname } = await params;
39
+ if (!hostname || !/^[A-Za-z0-9._\-]+$/.test(hostname)) {
40
+ return Response.json({ error: 'invalid hostname' }, { status: 400 });
41
+ }
42
+ try {
43
+ const res = await fetch(
44
+ `${HUB_URL}/api/server/${encodeURIComponent(hostname)}/health`,
45
+ { headers: await hubHeaders(), next: { revalidate: 0 } },
46
+ );
47
+ if (!res.ok) {
48
+ if (res.status === 404) return Response.json({ unavailable: true });
49
+ return Response.json({ error: `hub ${res.status}` }, { status: res.status });
50
+ }
51
+ return Response.json(await res.json());
52
+ } catch (e: unknown) {
53
+ return Response.json(
54
+ { error: 'hub unreachable', detail: e instanceof Error ? e.message : String(e) },
55
+ { status: 502 },
56
+ );
57
+ }
58
+ }
@@ -15,7 +15,83 @@ async function hubHeaders(): Promise<Record<string, string>> {
15
15
  * agent_count, status). Per issue #119; lands in v0.8.1-preview.2 of the
16
16
  * commhub-server (通信牛). The dashboard <ServersDrawer> mounts in
17
17
  * AppShell and refreshes every 5s when expanded.
18
+ *
19
+ * v0.10.0 Hero 1+2 — normalization layer. commhub-server@0.8.1-preview.5
20
+ * (LOCAL hub upgraded 2026-05-16 per 通信龙 d627eca7) returns:
21
+ * raw array `[{hostname, ip, agent_count, cpu_load_1min, cpu_cores,
22
+ * mem_avail_gb, mem_used_gb, last_seen}, ...]`
23
+ * — without the `{servers: [...]}` envelope the dashboard's ServersDrawer
24
+ * expects. Also uses `mem_avail_gb` instead of `mem_total_gb`. This
25
+ * proxy normalizes both:
26
+ * 1. Wraps raw array in `{servers: [...]}` envelope. If hub later
27
+ * switches to that shape natively, the pass-through still works.
28
+ * 2. Computes `mem_total_gb = mem_used_gb + mem_avail_gb` when the
29
+ * hub reports avail instead of total (older shape).
30
+ * 3. Marks server `status: 'online'|'offline'` from last_seen freshness
31
+ * (within 60s = online). Hub doesn't carry an explicit status
32
+ * field in 0.8.1-preview.5.
18
33
  */
34
+
35
+ interface HubServerRow {
36
+ hostname: string;
37
+ ip?: string | null;
38
+ agent_count?: number;
39
+ cpu_load_1min?: number | null;
40
+ cpu_cores?: number | null;
41
+ mem_used_gb?: number | null;
42
+ mem_total_gb?: number | null;
43
+ mem_avail_gb?: number | null;
44
+ disk_used_gb?: number | null;
45
+ disk_total_gb?: number | null;
46
+ cpu_history?: number[];
47
+ mem_history?: number[];
48
+ agents?: unknown[];
49
+ last_seen?: string | null;
50
+ status?: 'online' | 'offline';
51
+ note?: string;
52
+ }
53
+
54
+ function freshnessStatus(lastSeen: string | null | undefined): 'online' | 'offline' {
55
+ if (!lastSeen) return 'offline';
56
+ // commhub-server@0.8.1-preview.5 reports last_seen in "YYYY-MM-DD
57
+ // HH:MM:SS" (space-separated, no timezone). Treat as UTC so all
58
+ // clients agree regardless of their local zone. If a later hub
59
+ // upgrade switches to ISO 8601 with explicit timezone, Date.parse
60
+ // will accept either format and the +'Z' suffix is harmless.
61
+ const iso = lastSeen.includes('T') ? lastSeen : lastSeen.replace(' ', 'T');
62
+ const withTz = /[zZ]|[+-]\d{2}:?\d{2}$/.test(iso) ? iso : iso + 'Z';
63
+ const t = Date.parse(withTz);
64
+ if (Number.isNaN(t)) return 'offline';
65
+ // 90s freshness window — wider than the agent-node 30s report
66
+ // cadence to absorb network latency + clock drift between client
67
+ // and hub. A truly offline agent flips status within ~2 missed
68
+ // reports.
69
+ return Date.now() - t < 90_000 ? 'online' : 'offline';
70
+ }
71
+
72
+ function normalizeServer(row: HubServerRow) {
73
+ const memTotal = row.mem_total_gb ??
74
+ (row.mem_used_gb != null && row.mem_avail_gb != null
75
+ ? row.mem_used_gb + row.mem_avail_gb
76
+ : null);
77
+ return {
78
+ hostname: row.hostname,
79
+ ip: row.ip ?? null,
80
+ agent_count: row.agent_count ?? 0,
81
+ cpu_load_1min: row.cpu_load_1min ?? null,
82
+ cpu_cores: row.cpu_cores ?? 0,
83
+ mem_used_gb: row.mem_used_gb ?? null,
84
+ mem_total_gb: memTotal,
85
+ disk_used_gb: row.disk_used_gb ?? null,
86
+ disk_total_gb: row.disk_total_gb ?? null,
87
+ cpu_history: row.cpu_history,
88
+ mem_history: row.mem_history,
89
+ agents: row.agents,
90
+ status: row.status ?? freshnessStatus(row.last_seen),
91
+ note: row.note,
92
+ };
93
+ }
94
+
19
95
  export async function GET() {
20
96
  const authFailure = await requireDashboardAuth();
21
97
  if (authFailure) return authFailure;
@@ -32,7 +108,18 @@ export async function GET() {
32
108
  if (res.status === 404) return Response.json({ servers: [], unavailable: true });
33
109
  return Response.json({ error: `hub ${res.status}` }, { status: res.status });
34
110
  }
35
- return Response.json(await res.json());
111
+ const raw = await res.json();
112
+ // Accept both shapes: bare array (0.8.1-preview.5) or {servers: [...]}
113
+ // wrapper (future hub revisions).
114
+ const rows: HubServerRow[] = Array.isArray(raw)
115
+ ? raw
116
+ : Array.isArray(raw?.servers)
117
+ ? raw.servers
118
+ : [];
119
+ return Response.json({
120
+ servers: rows.map(normalizeServer),
121
+ unavailable: raw?.unavailable === true,
122
+ });
36
123
  } catch (e: unknown) {
37
124
  return Response.json({ error: 'hub unreachable', detail: e instanceof Error ? e.message : String(e) }, { status: 502 });
38
125
  }
@@ -183,7 +183,34 @@ const COMMANDS: Command[] = [
183
183
  try { sessionStorage.setItem('anet-topo-pinned-status', 'offline'); } catch {}
184
184
  window.dispatchEvent(new CustomEvent('anet:topo-pin', { detail: { kind: 'status', value: 'offline' } }));
185
185
  } },
186
- { id: 'act-clear-topo-pins', title: 'Clear topology filters', hint: 'release pinned status + group + vendor', group: 'Actions',
186
+ // Round 108 / Loop: pin-vendor palette actions. R88 made vendor
187
+ // letters clickable in the chip row, R89 added the filter pill,
188
+ // R90 added clear-vendor here — but PIN-vendor was missing. Three
189
+ // static commands for the major vendors (Anthropic / OpenAI /
190
+ // 书生) cover the common case; users with unusual vendors still
191
+ // have the chip-row click + cmdk clear path. TopoGraph's R108
192
+ // listener handles kind='vendor' to set the pin. The R88 stale-
193
+ // purge useEffect cleans up if the targeted vendor isn't actually
194
+ // in the fleet, so these commands are safe to invoke any time.
195
+ { id: 'act-pin-vendor-A', title: 'Pin topology filter: Anthropic', hint: 'highlight A vendor only', group: 'Actions',
196
+ icon: <NavIcon d="M4 6h16M4 12h8m-8 6h16" />,
197
+ perform: () => {
198
+ try { sessionStorage.setItem('anet-topo-pinned-vendor', 'A'); } catch {}
199
+ window.dispatchEvent(new CustomEvent('anet:topo-pin', { detail: { kind: 'vendor', value: 'A' } }));
200
+ } },
201
+ { id: 'act-pin-vendor-O', title: 'Pin topology filter: OpenAI', hint: 'highlight O vendor only', group: 'Actions',
202
+ icon: <NavIcon d="M4 6h16M4 12h8m-8 6h16" />,
203
+ perform: () => {
204
+ try { sessionStorage.setItem('anet-topo-pinned-vendor', 'O'); } catch {}
205
+ window.dispatchEvent(new CustomEvent('anet:topo-pin', { detail: { kind: 'vendor', value: 'O' } }));
206
+ } },
207
+ { id: 'act-pin-vendor-S', title: 'Pin topology filter: 书生', hint: 'highlight 书 vendor only', group: 'Actions',
208
+ icon: <NavIcon d="M4 6h16M4 12h8m-8 6h16" />,
209
+ perform: () => {
210
+ try { sessionStorage.setItem('anet-topo-pinned-vendor', '书'); } catch {}
211
+ window.dispatchEvent(new CustomEvent('anet:topo-pin', { detail: { kind: 'vendor', value: '书' } }));
212
+ } },
213
+ { id: 'act-clear-topo-pins', title: 'Clear topology filters', hint: 'release pinned status + group + vendor + edge', group: 'Actions',
187
214
  icon: <NavIcon d="M6 18L18 6M6 6l12 12" />,
188
215
  perform: () => {
189
216
  try {
@@ -193,10 +220,23 @@ const COMMANDS: Command[] = [
193
220
  // dimension. The clear-all command must clear it too or it
194
221
  // silently retains the vendor pin, which a user would read
195
222
  // as a stuck filter.
223
+ // Round 117 / Loop: R116 added pinnedEdgeKey as the fourth pin
224
+ // dim — no sessionStorage (per-tab transient), but the
225
+ // dispatched `clear` event still needs to flip it. The
226
+ // TopoGraph listener handles that.
196
227
  sessionStorage.removeItem('anet-topo-pinned-vendor');
197
228
  } catch {}
198
229
  window.dispatchEvent(new CustomEvent('anet:topo-pin', { detail: { kind: 'clear' } }));
199
230
  } },
231
+ // Round 117 / Loop: granular edge-only clear, mirror of R90
232
+ // clear-vendor. Releases the pinnedEdgeKey without disturbing
233
+ // status/group/vendor pins. pinnedEdgeKey lives only in React
234
+ // state (no sessionStorage), so the perform is just a dispatch.
235
+ { id: 'act-clear-topo-edge', title: 'Clear topology edge pin', hint: 'release pinned recent-signal row only', group: 'Actions',
236
+ icon: <NavIcon d="M6 18L18 6M6 6l12 12" />,
237
+ perform: () => {
238
+ window.dispatchEvent(new CustomEvent('anet:topo-pin', { detail: { kind: 'clear-edge' } }));
239
+ } },
200
240
  // Round 90 / Loop: granular vendor-only clear. R88 added per-letter
201
241
  // toggle and Esc-clears-all; this fills the keyboard-only middle
202
242
  // ground (release the vendor pin without disturbing status/group).
@@ -113,6 +113,61 @@ const SHORTCUTS: { group: string; items: Shortcut[] }[] = [
113
113
  // generic "click pill" (R73) and "click ×" (R64) entries.
114
114
  { keys: ['click vendor'], label: 'Pin a vendor filter — click A/O/书/? in the chip row (R88)' },
115
115
  { keys: ['⌘', 'K'], label: 'Clear vendor pin only via palette → "Clear topology vendor filter" (R90)' },
116
+ // Round 109 / Loop: catch up on R108 — palette gained
117
+ // pin-vendor commands for the three major vendors. Mirror of
118
+ // R69's pin-status entry; closes the symmetric gap so the
119
+ // palette can both pin AND clear every filter dimension.
120
+ { keys: ['⌘', 'K'], label: 'Pin vendor: Anthropic/OpenAI/书生 via palette → "Pin topology filter…" (R108)' },
121
+ // Round 118 / Loop: catch up on R116 (recent-signal row click
122
+ // pins the edge — the 4th pin dim, completing the hover→pin
123
+ // sweep) and R117 (granular Cmd+K clear-edge command).
124
+ { keys: ['click row'], label: 'Pin a flow filter — click a recent-signal row to lock the edge (R116)' },
125
+ { keys: ['⌘', 'K'], label: 'Clear edge pin only via palette → "Clear topology edge pin" (R117)' },
126
+ // Round 123 / Loop: catch up on R121 — the edge midpoint count
127
+ // badge (R100) became a click-to-pin affordance, giving the
128
+ // canvas side a peer to R116's row-pin. R122 made hovering the
129
+ // badge mirror line hover; doesn't need its own entry — it's
130
+ // the natural hover partner of this click gesture.
131
+ { keys: ['click badge'], label: 'Pin a flow filter from the canvas — click an edge midpoint count badge (R121)' },
132
+ // Round 134 / Loop: catch up on R133 — the recent-signal panel's
133
+ // "+ N more flows" truncation footer (R128) became a clickable
134
+ // nav to /messages. First TopoGraph affordance that reaches OUT
135
+ // of the canvas; every prior gesture composes back into local
136
+ // state. Help overlay should surface the cross-page jump so
137
+ // operators know the path exists. R124-R132 were all passive
138
+ // visuals / motion / readouts with no new gestures, so this is
139
+ // the only new entry since R123.
140
+ { keys: ['click footer'], label: 'See all flows — click "+ N more flows" in the recent-signal panel (R133)' },
141
+ // Round 137 / Loop: catch up on R136 — the "N active links"
142
+ // chip in the chip row gained a real onClick → /messages
143
+ // navigation (it already had cursor:pointer since R77 but the
144
+ // handler was missing, the cursor was lying). Pairs with R133
145
+ // footer-nav at a different surface: R133 lives on the canvas-
146
+ // side panel and only shows when flowLinks > 3; R136 lives at
147
+ // the chip row and triggers whenever flowLinks > 0 — a broader
148
+ // entry point for the same "show me the full list" jump.
149
+ { keys: ['click chip'], label: 'See all flows — click the "N active links" chip in the chip row (R136)' },
150
+ // Round 141 / Loop: catch up on R139 + R140 — the chip-row
151
+ // "N working" and "N online" chips finally honour the cursor:
152
+ // pointer they've carried since R79. Working pins
153
+ // pinnedStatus='working' (composes with R60 pressure-bar + R61
154
+ // legend rows — three surfaces, one pin); online navigates to
155
+ // /nodes (pinning 'idle' would misrepresent the chip, which
156
+ // semantically means working+idle). Two entries this round
157
+ // because two new gestures landed since R137's catch-up.
158
+ { keys: ['click chip'], label: 'Pin "working" status — click "N working" in the chip row (R139)' },
159
+ { keys: ['click chip'], label: 'Open the agent list — click "N online" in the chip row (R140)' },
160
+ // Round 153 / Loop: catch up on R151 — node <g> gained role=button
161
+ // + tabIndex=0 + aria-pressed + onKeyDown so keyboard-only users
162
+ // can Tab to a node and press Enter / Space to open the chat
163
+ // popover (same path as mouse click). Was the FIRST true keyboard
164
+ // gesture added since R141 (R142-R150 were visual / motion / hover
165
+ // refinements; R151 + R152 added/closed keyboard handlers — R152
166
+ // wired Enter on the group label which is just the keyboard parallel
167
+ // of the existing R63 click-group entry, so it doesn't earn a new
168
+ // line). The chat-open path didn't exist as a keyboard gesture
169
+ // before R151, so this is the discoverability entry for it.
170
+ { keys: ['Tab', 'Enter'], label: 'Open chat on a focused node (also Space) — keyboard parallel of click-to-chat (R151)' },
116
171
  ],
117
172
  },
118
173
  ];