commandmate 0.31.2 → 0.32.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 (824) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +454 -440
  3. package/.next/app-path-routes-manifest.json +31 -29
  4. package/.next/build-manifest.json +5 -5
  5. package/.next/prerender-manifest.json +12 -12
  6. package/.next/react-loadable-manifest.json +2 -2
  7. package/.next/required-server-files.json +1 -1
  8. package/.next/routes-manifest.json +8 -0
  9. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  10. package/.next/server/app/api/agents/update/route_client-reference-manifest.js +1 -1
  11. package/.next/server/app/api/agents/versions/route_client-reference-manifest.js +1 -1
  12. package/.next/server/app/api/app/update/route_client-reference-manifest.js +1 -1
  13. package/.next/server/app/api/app/update-check/route.js +1 -1
  14. package/.next/server/app/api/app/update-check/route.js.nft.json +1 -1
  15. package/.next/server/app/api/app/update-check/route_client-reference-manifest.js +1 -1
  16. package/.next/server/app/api/assistant/conversation/route.js +1 -1
  17. package/.next/server/app/api/assistant/conversation/route.js.nft.json +1 -1
  18. package/.next/server/app/api/assistant/conversation/route_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/assistant/current-output/route.js +1 -1
  20. package/.next/server/app/api/assistant/current-output/route.js.nft.json +1 -1
  21. package/.next/server/app/api/assistant/current-output/route_client-reference-manifest.js +1 -1
  22. package/.next/server/app/api/assistant/messages/route.js +1 -1
  23. package/.next/server/app/api/assistant/messages/route.js.nft.json +1 -1
  24. package/.next/server/app/api/assistant/messages/route_client-reference-manifest.js +1 -1
  25. package/.next/server/app/api/assistant/session/route.js +1 -1
  26. package/.next/server/app/api/assistant/session/route.js.nft.json +1 -1
  27. package/.next/server/app/api/assistant/session/route_client-reference-manifest.js +1 -1
  28. package/.next/server/app/api/assistant/start/route.js +1 -32
  29. package/.next/server/app/api/assistant/start/route.js.nft.json +1 -1
  30. package/.next/server/app/api/assistant/start/route_client-reference-manifest.js +1 -1
  31. package/.next/server/app/api/assistant/terminal/route.js +2 -33
  32. package/.next/server/app/api/assistant/terminal/route.js.nft.json +1 -1
  33. package/.next/server/app/api/assistant/terminal/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/api/assistant/tools/route.js +1 -1
  35. package/.next/server/app/api/assistant/tools/route.js.nft.json +1 -1
  36. package/.next/server/app/api/assistant/tools/route_client-reference-manifest.js +1 -1
  37. package/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  38. package/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  39. package/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
  40. package/.next/server/app/api/capabilities/route.js +1 -1
  41. package/.next/server/app/api/capabilities/route.js.nft.json +1 -1
  42. package/.next/server/app/api/capabilities/route_client-reference-manifest.js +1 -1
  43. package/.next/server/app/api/daily-summary/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/api/daily-summary/status/route_client-reference-manifest.js +1 -1
  45. package/.next/server/app/api/external-apps/[id]/health/route_client-reference-manifest.js +1 -1
  46. package/.next/server/app/api/external-apps/[id]/route_client-reference-manifest.js +1 -1
  47. package/.next/server/app/api/external-apps/route_client-reference-manifest.js +1 -1
  48. package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -1
  49. package/.next/server/app/api/fs/recent-paths/route_client-reference-manifest.js +1 -1
  50. package/.next/server/app/api/hooks/agent-event/route.js +1 -1
  51. package/.next/server/app/api/hooks/agent-event/route.js.nft.json +1 -1
  52. package/.next/server/app/api/hooks/agent-event/route_client-reference-manifest.js +1 -1
  53. package/.next/server/app/api/hooks/claude-done/route.js +2 -2
  54. package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
  55. package/.next/server/app/api/hooks/claude-done/route_client-reference-manifest.js +1 -1
  56. package/.next/server/app/api/hooks/permission-request/route.js +1 -1
  57. package/.next/server/app/api/hooks/permission-request/route.js.nft.json +1 -1
  58. package/.next/server/app/api/hooks/permission-request/route_client-reference-manifest.js +1 -1
  59. package/.next/server/app/api/metrics/vibe/route_client-reference-manifest.js +1 -1
  60. package/.next/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
  61. package/.next/server/app/api/push/escalation/route.js +2 -2
  62. package/.next/server/app/api/push/escalation/route.js.nft.json +1 -1
  63. package/.next/server/app/api/push/escalation/route_client-reference-manifest.js +1 -1
  64. package/.next/server/app/api/push/subscriptions/route.js +1 -1
  65. package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
  66. package/.next/server/app/api/push/vapid/route.js +2 -2
  67. package/.next/server/app/api/push/vapid/route.js.nft.json +1 -1
  68. package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +1 -1
  69. package/.next/server/app/api/relays/[relayId]/cancel/route.js +1 -0
  70. package/.next/server/app/api/relays/[relayId]/cancel/route.js.nft.json +1 -0
  71. package/.next/server/app/api/relays/[relayId]/cancel/route_client-reference-manifest.js +1 -0
  72. package/.next/server/app/api/relays/route.js +1 -0
  73. package/.next/server/app/api/relays/route.js.nft.json +1 -0
  74. package/.next/server/app/api/relays/route_client-reference-manifest.js +1 -0
  75. package/.next/server/app/api/remote/pair/route_client-reference-manifest.js +1 -1
  76. package/.next/server/app/api/repositories/[id]/route_client-reference-manifest.js +1 -1
  77. package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js +1 -1
  78. package/.next/server/app/api/repositories/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
  79. package/.next/server/app/api/repositories/[id]/todos/route.js +1 -1
  80. package/.next/server/app/api/repositories/[id]/todos/route_client-reference-manifest.js +1 -1
  81. package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
  82. package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
  83. package/.next/server/app/api/repositories/clone/[jobId]/route_client-reference-manifest.js +1 -1
  84. package/.next/server/app/api/repositories/clone/route.js +1 -1
  85. package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
  86. package/.next/server/app/api/repositories/clone/route_client-reference-manifest.js +1 -1
  87. package/.next/server/app/api/repositories/excluded/route_client-reference-manifest.js +1 -1
  88. package/.next/server/app/api/repositories/restore/route.js +1 -1
  89. package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -1
  90. package/.next/server/app/api/repositories/restore/route_client-reference-manifest.js +1 -1
  91. package/.next/server/app/api/repositories/route.js +1 -1
  92. package/.next/server/app/api/repositories/route.js.nft.json +1 -1
  93. package/.next/server/app/api/repositories/route_client-reference-manifest.js +1 -1
  94. package/.next/server/app/api/repositories/scan/route.js +1 -1
  95. package/.next/server/app/api/repositories/scan/route.js.nft.json +1 -1
  96. package/.next/server/app/api/repositories/scan/route_client-reference-manifest.js +1 -1
  97. package/.next/server/app/api/repositories/sync/route.js +1 -1
  98. package/.next/server/app/api/repositories/sync/route.js.nft.json +1 -1
  99. package/.next/server/app/api/repositories/sync/route_client-reference-manifest.js +1 -1
  100. package/.next/server/app/api/repositories/validate-path/route_client-reference-manifest.js +1 -1
  101. package/.next/server/app/api/settings/default-agents/route.js +1 -1
  102. package/.next/server/app/api/settings/default-agents/route.js.nft.json +1 -1
  103. package/.next/server/app/api/settings/default-agents/route_client-reference-manifest.js +1 -1
  104. package/.next/server/app/api/settings/default-surface-mode/route_client-reference-manifest.js +1 -1
  105. package/.next/server/app/api/sidebar/group-order/route_client-reference-manifest.js +1 -1
  106. package/.next/server/app/api/skills/[id]/route.js +1 -1
  107. package/.next/server/app/api/skills/[id]/route.js.nft.json +1 -1
  108. package/.next/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -1
  109. package/.next/server/app/api/skills/installations/route.js +1 -1
  110. package/.next/server/app/api/skills/installations/route.js.nft.json +1 -1
  111. package/.next/server/app/api/skills/installations/route_client-reference-manifest.js +1 -1
  112. package/.next/server/app/api/skills/operations/route_client-reference-manifest.js +1 -1
  113. package/.next/server/app/api/skills/reindex/route_client-reference-manifest.js +1 -1
  114. package/.next/server/app/api/skills/route.js +1 -1
  115. package/.next/server/app/api/skills/route.js.nft.json +1 -1
  116. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
  117. package/.next/server/app/api/slash-commands/route_client-reference-manifest.js +1 -1
  118. package/.next/server/app/api/tasks/[taskId]/cancel/route_client-reference-manifest.js +1 -1
  119. package/.next/server/app/api/tasks/[taskId]/route.js +1 -1
  120. package/.next/server/app/api/tasks/[taskId]/route_client-reference-manifest.js +1 -1
  121. package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +1 -1
  122. package/.next/server/app/api/templates/route_client-reference-manifest.js +1 -1
  123. package/.next/server/app/api/todos/route.js +1 -1
  124. package/.next/server/app/api/todos/route_client-reference-manifest.js +1 -1
  125. package/.next/server/app/api/verification/runs/[runId]/route.js +1 -1
  126. package/.next/server/app/api/verification/runs/[runId]/route_client-reference-manifest.js +1 -1
  127. package/.next/server/app/api/verification/runs/route.js +1 -1
  128. package/.next/server/app/api/verification/runs/route_client-reference-manifest.js +1 -1
  129. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  130. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
  131. package/.next/server/app/api/worktrees/[id]/auto-yes/route_client-reference-manifest.js +1 -1
  132. package/.next/server/app/api/worktrees/[id]/capture/route.js +1 -1
  133. package/.next/server/app/api/worktrees/[id]/capture/route.js.nft.json +1 -1
  134. package/.next/server/app/api/worktrees/[id]/capture/route_client-reference-manifest.js +1 -1
  135. package/.next/server/app/api/worktrees/[id]/clear-composer/route.js +1 -1
  136. package/.next/server/app/api/worktrees/[id]/clear-composer/route.js.nft.json +1 -1
  137. package/.next/server/app/api/worktrees/[id]/clear-composer/route_client-reference-manifest.js +1 -1
  138. package/.next/server/app/api/worktrees/[id]/cli-reference/route.js +1 -1
  139. package/.next/server/app/api/worktrees/[id]/cli-reference/route_client-reference-manifest.js +1 -1
  140. package/.next/server/app/api/worktrees/[id]/cli-tool/route.js +1 -1
  141. package/.next/server/app/api/worktrees/[id]/cli-tool/route_client-reference-manifest.js +1 -1
  142. package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js +1 -1
  143. package/.next/server/app/api/worktrees/[id]/cmate/schedules/route_client-reference-manifest.js +1 -1
  144. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
  145. package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
  146. package/.next/server/app/api/worktrees/[id]/current-output/route_client-reference-manifest.js +1 -1
  147. package/.next/server/app/api/worktrees/[id]/env/route.js +1 -1
  148. package/.next/server/app/api/worktrees/[id]/env/route_client-reference-manifest.js +1 -1
  149. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js +1 -1
  150. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route_client-reference-manifest.js +1 -1
  151. package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +1 -1
  152. package/.next/server/app/api/worktrees/[id]/execution-logs/route_client-reference-manifest.js +1 -1
  153. package/.next/server/app/api/worktrees/[id]/files/[...path]/route_client-reference-manifest.js +1 -1
  154. package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js +1 -1
  155. package/.next/server/app/api/worktrees/[id]/git/branch/create/route_client-reference-manifest.js +1 -1
  156. package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js +1 -1
  157. package/.next/server/app/api/worktrees/[id]/git/branch/delete/route_client-reference-manifest.js +1 -1
  158. package/.next/server/app/api/worktrees/[id]/git/branches/route.js +1 -1
  159. package/.next/server/app/api/worktrees/[id]/git/branches/route_client-reference-manifest.js +1 -1
  160. package/.next/server/app/api/worktrees/[id]/git/checkout/route.js +1 -1
  161. package/.next/server/app/api/worktrees/[id]/git/checkout/route_client-reference-manifest.js +1 -1
  162. package/.next/server/app/api/worktrees/[id]/git/commit/route.js +1 -1
  163. package/.next/server/app/api/worktrees/[id]/git/commit/route_client-reference-manifest.js +1 -1
  164. package/.next/server/app/api/worktrees/[id]/git/diff/route.js +1 -1
  165. package/.next/server/app/api/worktrees/[id]/git/diff/route_client-reference-manifest.js +1 -1
  166. package/.next/server/app/api/worktrees/[id]/git/fetch/route.js +1 -1
  167. package/.next/server/app/api/worktrees/[id]/git/fetch/route_client-reference-manifest.js +1 -1
  168. package/.next/server/app/api/worktrees/[id]/git/log/route.js +1 -1
  169. package/.next/server/app/api/worktrees/[id]/git/log/route_client-reference-manifest.js +1 -1
  170. package/.next/server/app/api/worktrees/[id]/git/pull/route.js +1 -1
  171. package/.next/server/app/api/worktrees/[id]/git/pull/route_client-reference-manifest.js +1 -1
  172. package/.next/server/app/api/worktrees/[id]/git/push/route.js +1 -1
  173. package/.next/server/app/api/worktrees/[id]/git/push/route_client-reference-manifest.js +1 -1
  174. package/.next/server/app/api/worktrees/[id]/git/reset/route.js +1 -1
  175. package/.next/server/app/api/worktrees/[id]/git/reset/route_client-reference-manifest.js +1 -1
  176. package/.next/server/app/api/worktrees/[id]/git/revert/route.js +1 -1
  177. package/.next/server/app/api/worktrees/[id]/git/revert/route_client-reference-manifest.js +1 -1
  178. package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js +1 -1
  179. package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route_client-reference-manifest.js +1 -1
  180. package/.next/server/app/api/worktrees/[id]/git/stage/route.js +1 -1
  181. package/.next/server/app/api/worktrees/[id]/git/stage/route_client-reference-manifest.js +1 -1
  182. package/.next/server/app/api/worktrees/[id]/git/staged/route.js +1 -1
  183. package/.next/server/app/api/worktrees/[id]/git/staged/route_client-reference-manifest.js +1 -1
  184. package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js +1 -1
  185. package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route_client-reference-manifest.js +1 -1
  186. package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js +1 -1
  187. package/.next/server/app/api/worktrees/[id]/git/stash/apply/route_client-reference-manifest.js +1 -1
  188. package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js +1 -1
  189. package/.next/server/app/api/worktrees/[id]/git/stash/pop/route_client-reference-manifest.js +1 -1
  190. package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js +1 -1
  191. package/.next/server/app/api/worktrees/[id]/git/stash/push/route_client-reference-manifest.js +1 -1
  192. package/.next/server/app/api/worktrees/[id]/git/stash/route.js +1 -1
  193. package/.next/server/app/api/worktrees/[id]/git/stash/route_client-reference-manifest.js +1 -1
  194. package/.next/server/app/api/worktrees/[id]/git/status/route.js +1 -1
  195. package/.next/server/app/api/worktrees/[id]/git/status/route_client-reference-manifest.js +1 -1
  196. package/.next/server/app/api/worktrees/[id]/git/unstage/route.js +1 -1
  197. package/.next/server/app/api/worktrees/[id]/git/unstage/route_client-reference-manifest.js +1 -1
  198. package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js +1 -1
  199. package/.next/server/app/api/worktrees/[id]/git/working-diff/route_client-reference-manifest.js +1 -1
  200. package/.next/server/app/api/worktrees/[id]/instances/opencode/route.js +1 -1
  201. package/.next/server/app/api/worktrees/[id]/instances/opencode/route.js.nft.json +1 -1
  202. package/.next/server/app/api/worktrees/[id]/instances/opencode/route_client-reference-manifest.js +1 -1
  203. package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
  204. package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
  205. package/.next/server/app/api/worktrees/[id]/interrupt/route_client-reference-manifest.js +1 -1
  206. package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
  207. package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
  208. package/.next/server/app/api/worktrees/[id]/kill-session/route_client-reference-manifest.js +1 -1
  209. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  210. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route_client-reference-manifest.js +1 -1
  211. package/.next/server/app/api/worktrees/[id]/logs/route.js +1 -1
  212. package/.next/server/app/api/worktrees/[id]/logs/route_client-reference-manifest.js +1 -1
  213. package/.next/server/app/api/worktrees/[id]/marp-render/route.js +1 -1
  214. package/.next/server/app/api/worktrees/[id]/marp-render/route_client-reference-manifest.js +1 -1
  215. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
  216. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route_client-reference-manifest.js +1 -1
  217. package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
  218. package/.next/server/app/api/worktrees/[id]/memos/route_client-reference-manifest.js +1 -1
  219. package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
  220. package/.next/server/app/api/worktrees/[id]/messages/route_client-reference-manifest.js +1 -1
  221. package/.next/server/app/api/worktrees/[id]/opencode/diff/route.js +1 -1
  222. package/.next/server/app/api/worktrees/[id]/opencode/diff/route_client-reference-manifest.js +1 -1
  223. package/.next/server/app/api/worktrees/[id]/opencode/session/route.js +2 -1
  224. package/.next/server/app/api/worktrees/[id]/opencode/session/route.js.nft.json +1 -1
  225. package/.next/server/app/api/worktrees/[id]/opencode/session/route_client-reference-manifest.js +1 -1
  226. package/.next/server/app/api/worktrees/[id]/opencode/share/route.js +2 -1
  227. package/.next/server/app/api/worktrees/[id]/opencode/share/route.js.nft.json +1 -1
  228. package/.next/server/app/api/worktrees/[id]/opencode/share/route_client-reference-manifest.js +1 -1
  229. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
  230. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
  231. package/.next/server/app/api/worktrees/[id]/prompt-response/route_client-reference-manifest.js +1 -1
  232. package/.next/server/app/api/worktrees/[id]/resolve-target/route.js +1 -1
  233. package/.next/server/app/api/worktrees/[id]/resolve-target/route_client-reference-manifest.js +1 -1
  234. package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
  235. package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
  236. package/.next/server/app/api/worktrees/[id]/respond/route_client-reference-manifest.js +1 -1
  237. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  238. package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
  239. package/.next/server/app/api/worktrees/[id]/route_client-reference-manifest.js +1 -1
  240. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js +1 -1
  241. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route_client-reference-manifest.js +1 -1
  242. package/.next/server/app/api/worktrees/[id]/schedules/active/route.js +1 -1
  243. package/.next/server/app/api/worktrees/[id]/schedules/active/route_client-reference-manifest.js +1 -1
  244. package/.next/server/app/api/worktrees/[id]/schedules/route.js +1 -1
  245. package/.next/server/app/api/worktrees/[id]/schedules/route_client-reference-manifest.js +1 -1
  246. package/.next/server/app/api/worktrees/[id]/search/route_client-reference-manifest.js +1 -1
  247. package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
  248. package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
  249. package/.next/server/app/api/worktrees/[id]/send/route_client-reference-manifest.js +1 -1
  250. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js +103 -1
  251. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js.nft.json +1 -1
  252. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route_client-reference-manifest.js +1 -1
  253. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route_client-reference-manifest.js +1 -1
  254. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js +1 -1
  255. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js.nft.json +1 -1
  256. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route_client-reference-manifest.js +1 -1
  257. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route_client-reference-manifest.js +1 -1
  258. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route_client-reference-manifest.js +1 -1
  259. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route_client-reference-manifest.js +1 -1
  260. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js +1 -1
  261. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js.nft.json +1 -1
  262. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route_client-reference-manifest.js +1 -1
  263. package/.next/server/app/api/worktrees/[id]/skills/route.js +1 -1
  264. package/.next/server/app/api/worktrees/[id]/skills/route_client-reference-manifest.js +1 -1
  265. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
  266. package/.next/server/app/api/worktrees/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  267. package/.next/server/app/api/worktrees/[id]/special-keys/route.js +1 -1
  268. package/.next/server/app/api/worktrees/[id]/special-keys/route.js.nft.json +1 -1
  269. package/.next/server/app/api/worktrees/[id]/special-keys/route_client-reference-manifest.js +1 -1
  270. package/.next/server/app/api/worktrees/[id]/tasks/route.js +1 -1
  271. package/.next/server/app/api/worktrees/[id]/tasks/route_client-reference-manifest.js +1 -1
  272. package/.next/server/app/api/worktrees/[id]/terminal/route.js +1 -1
  273. package/.next/server/app/api/worktrees/[id]/terminal/route.js.nft.json +1 -1
  274. package/.next/server/app/api/worktrees/[id]/terminal/route_client-reference-manifest.js +1 -1
  275. package/.next/server/app/api/worktrees/[id]/timers/history/route.js +1 -1
  276. package/.next/server/app/api/worktrees/[id]/timers/history/route_client-reference-manifest.js +1 -1
  277. package/.next/server/app/api/worktrees/[id]/timers/route.js +1 -1
  278. package/.next/server/app/api/worktrees/[id]/timers/route.js.nft.json +1 -1
  279. package/.next/server/app/api/worktrees/[id]/timers/route_client-reference-manifest.js +1 -1
  280. package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js +1 -1
  281. package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
  282. package/.next/server/app/api/worktrees/[id]/todos/route.js +1 -1
  283. package/.next/server/app/api/worktrees/[id]/todos/route_client-reference-manifest.js +1 -1
  284. package/.next/server/app/api/worktrees/[id]/tree/[...path]/route_client-reference-manifest.js +1 -1
  285. package/.next/server/app/api/worktrees/[id]/tree/route_client-reference-manifest.js +1 -1
  286. package/.next/server/app/api/worktrees/[id]/upload/[...path]/route_client-reference-manifest.js +1 -1
  287. package/.next/server/app/api/worktrees/[id]/verify/config/route.js +1 -1
  288. package/.next/server/app/api/worktrees/[id]/verify/config/route_client-reference-manifest.js +1 -1
  289. package/.next/server/app/api/worktrees/[id]/verify/route.js +1 -1
  290. package/.next/server/app/api/worktrees/[id]/verify/route_client-reference-manifest.js +1 -1
  291. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.js +1 -1
  292. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route_client-reference-manifest.js +1 -1
  293. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route.js +1 -1
  294. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route_client-reference-manifest.js +1 -1
  295. package/.next/server/app/api/worktrees/[id]/verify/runs/route.js +1 -1
  296. package/.next/server/app/api/worktrees/[id]/verify/runs/route_client-reference-manifest.js +1 -1
  297. package/.next/server/app/api/worktrees/[id]/viewed/route.js +1 -1
  298. package/.next/server/app/api/worktrees/[id]/viewed/route_client-reference-manifest.js +1 -1
  299. package/.next/server/app/api/worktrees/apply-default-agents/route_client-reference-manifest.js +1 -1
  300. package/.next/server/app/api/worktrees/route.js +1 -1
  301. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  302. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
  303. package/.next/server/app/chat/page.js +2 -2
  304. package/.next/server/app/chat/page.js.nft.json +1 -1
  305. package/.next/server/app/chat/page_client-reference-manifest.js +1 -1
  306. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  307. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  308. package/.next/server/app/more/page.js +2 -2
  309. package/.next/server/app/more/page.js.nft.json +1 -1
  310. package/.next/server/app/more/page_client-reference-manifest.js +1 -1
  311. package/.next/server/app/offline/page_client-reference-manifest.js +1 -1
  312. package/.next/server/app/page.js +1 -1
  313. package/.next/server/app/page.js.nft.json +1 -1
  314. package/.next/server/app/page_client-reference-manifest.js +1 -1
  315. package/.next/server/app/proxy/[...path]/route_client-reference-manifest.js +1 -1
  316. package/.next/server/app/repositories/page.js +2 -2
  317. package/.next/server/app/repositories/page.js.nft.json +1 -1
  318. package/.next/server/app/repositories/page_client-reference-manifest.js +1 -1
  319. package/.next/server/app/review/page.js +1 -1
  320. package/.next/server/app/review/page.js.nft.json +1 -1
  321. package/.next/server/app/review/page_client-reference-manifest.js +1 -1
  322. package/.next/server/app/sessions/page.js +1 -1
  323. package/.next/server/app/sessions/page.js.nft.json +1 -1
  324. package/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
  325. package/.next/server/app/skills/[skillId]/page.js +2 -2
  326. package/.next/server/app/skills/[skillId]/page.js.nft.json +1 -1
  327. package/.next/server/app/skills/[skillId]/page_client-reference-manifest.js +1 -1
  328. package/.next/server/app/skills/installed/page.js +2 -2
  329. package/.next/server/app/skills/installed/page.js.nft.json +1 -1
  330. package/.next/server/app/skills/installed/page_client-reference-manifest.js +1 -1
  331. package/.next/server/app/skills/page.js +1 -1
  332. package/.next/server/app/skills/page.js.nft.json +1 -1
  333. package/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  334. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  335. package/.next/server/app/worktrees/[id]/page.js +11 -11
  336. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  337. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  338. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  339. package/.next/server/app-paths-manifest.json +31 -29
  340. package/.next/server/chunks/1191.js +1 -1
  341. package/.next/server/chunks/1210.js +1 -0
  342. package/.next/server/chunks/153.js +1 -0
  343. package/.next/server/chunks/1886.js +1 -1
  344. package/.next/server/chunks/21.js +1 -0
  345. package/.next/server/chunks/2119.js +1 -1
  346. package/.next/server/chunks/2445.js +1 -1
  347. package/.next/server/chunks/3077.js +67 -0
  348. package/.next/server/chunks/3086.js +1 -0
  349. package/.next/server/chunks/3241.js +1 -1
  350. package/.next/server/chunks/3270.js +1 -0
  351. package/.next/server/chunks/3543.js +1 -1
  352. package/.next/server/chunks/3730.js +1 -0
  353. package/.next/server/chunks/3925.js +1 -0
  354. package/.next/server/chunks/3945.js +1 -1
  355. package/.next/server/chunks/4443.js +2 -1
  356. package/.next/server/chunks/5043.js +1 -1
  357. package/.next/server/chunks/5164.js +1 -1
  358. package/.next/server/chunks/5220.js +1 -1
  359. package/.next/server/chunks/5354.js +1 -1
  360. package/.next/server/chunks/595.js +8 -0
  361. package/.next/server/chunks/6286.js +48 -0
  362. package/.next/server/chunks/6306.js +1 -0
  363. package/.next/server/chunks/6363.js +1 -0
  364. package/.next/server/chunks/6401.js +1 -1
  365. package/.next/server/chunks/6491.js +103 -0
  366. package/.next/server/chunks/6661.js +1 -0
  367. package/.next/server/chunks/6838.js +1 -0
  368. package/.next/server/chunks/7875.js +25 -0
  369. package/.next/server/chunks/7890.js +1 -0
  370. package/.next/server/chunks/8063.js +32 -0
  371. package/.next/server/chunks/8118.js +1 -1
  372. package/.next/server/chunks/{7587.js → 8554.js} +1 -1
  373. package/.next/server/chunks/8687.js +1 -0
  374. package/.next/server/chunks/8800.js +1 -1
  375. package/.next/server/chunks/8807.js +37 -3
  376. package/.next/server/chunks/8918.js +6 -4
  377. package/.next/server/chunks/9123.js +2 -2
  378. package/.next/server/chunks/9130.js +2 -2
  379. package/.next/server/chunks/9584.js +1 -1
  380. package/.next/server/chunks/9627.js +22 -6
  381. package/.next/server/middleware-build-manifest.js +1 -1
  382. package/.next/server/middleware-manifest.json +5 -5
  383. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  384. package/.next/server/pages/500.html +1 -1
  385. package/.next/server/server-reference-manifest.json +1 -1
  386. package/.next/static/UIUPchtWvcEuQgcbGJv4g/_buildManifest.js +1 -0
  387. package/.next/static/chunks/{5694.dda65070757534df.js → 3313.53f7ff985c0c8852.js} +1 -1
  388. package/.next/static/chunks/4718-0053d42fb635e700.js +1 -0
  389. package/.next/static/chunks/{4974-35592ec312322124.js → 5694-498765336d0b8c2b.js} +1 -1
  390. package/.next/static/chunks/{7485.442b21101fca7257.js → 7485.52361bc061cc663a.js} +1 -1
  391. package/.next/static/chunks/8019-cbf130d0e6334d2d.js +1 -0
  392. package/.next/static/chunks/8361-9bb887203c456edb.js +1 -0
  393. package/.next/static/chunks/8772-9be53a530950d804.js +1 -0
  394. package/.next/static/chunks/998-ac0ded6d5eeb4dc0.js +1 -0
  395. package/.next/static/chunks/app/api/agents/update/route-8bc5b680c5f3eae4.js +1 -0
  396. package/.next/static/chunks/app/api/agents/versions/route-8bc5b680c5f3eae4.js +1 -0
  397. package/.next/static/chunks/app/api/app/update/route-8bc5b680c5f3eae4.js +1 -0
  398. package/.next/static/chunks/app/api/app/update-check/route-8bc5b680c5f3eae4.js +1 -0
  399. package/.next/static/chunks/app/api/assistant/conversation/route-8bc5b680c5f3eae4.js +1 -0
  400. package/.next/static/chunks/app/api/assistant/current-output/route-8bc5b680c5f3eae4.js +1 -0
  401. package/.next/static/chunks/app/api/assistant/messages/route-8bc5b680c5f3eae4.js +1 -0
  402. package/.next/static/chunks/app/api/assistant/session/route-8bc5b680c5f3eae4.js +1 -0
  403. package/.next/static/chunks/app/api/assistant/start/route-8bc5b680c5f3eae4.js +1 -0
  404. package/.next/static/chunks/app/api/assistant/terminal/route-8bc5b680c5f3eae4.js +1 -0
  405. package/.next/static/chunks/app/api/assistant/tools/route-8bc5b680c5f3eae4.js +1 -0
  406. package/.next/static/chunks/app/api/auth/login/route-8bc5b680c5f3eae4.js +1 -0
  407. package/.next/static/chunks/app/api/auth/logout/route-8bc5b680c5f3eae4.js +1 -0
  408. package/.next/static/chunks/app/api/auth/status/route-8bc5b680c5f3eae4.js +1 -0
  409. package/.next/static/chunks/app/api/capabilities/route-8bc5b680c5f3eae4.js +1 -0
  410. package/.next/static/chunks/app/api/daily-summary/route-8bc5b680c5f3eae4.js +1 -0
  411. package/.next/static/chunks/app/api/daily-summary/status/route-8bc5b680c5f3eae4.js +1 -0
  412. package/.next/static/chunks/app/api/external-apps/[id]/health/route-8bc5b680c5f3eae4.js +1 -0
  413. package/.next/static/chunks/app/api/external-apps/[id]/route-8bc5b680c5f3eae4.js +1 -0
  414. package/.next/static/chunks/app/api/external-apps/route-8bc5b680c5f3eae4.js +1 -0
  415. package/.next/static/chunks/app/api/fs/browse/route-8bc5b680c5f3eae4.js +1 -0
  416. package/.next/static/chunks/app/api/fs/recent-paths/route-8bc5b680c5f3eae4.js +1 -0
  417. package/.next/static/chunks/app/api/hooks/agent-event/route-8bc5b680c5f3eae4.js +1 -0
  418. package/.next/static/chunks/app/api/hooks/claude-done/route-8bc5b680c5f3eae4.js +1 -0
  419. package/.next/static/chunks/app/api/hooks/permission-request/route-8bc5b680c5f3eae4.js +1 -0
  420. package/.next/static/chunks/app/api/metrics/vibe/route-8bc5b680c5f3eae4.js +1 -0
  421. package/.next/static/chunks/app/api/ollama/models/route-8bc5b680c5f3eae4.js +1 -0
  422. package/.next/static/chunks/app/api/push/escalation/route-8bc5b680c5f3eae4.js +1 -0
  423. package/.next/static/chunks/app/api/push/subscriptions/route-8bc5b680c5f3eae4.js +1 -0
  424. package/.next/static/chunks/app/api/push/vapid/route-8bc5b680c5f3eae4.js +1 -0
  425. package/.next/static/chunks/app/api/relays/[relayId]/cancel/route-8bc5b680c5f3eae4.js +1 -0
  426. package/.next/static/chunks/app/api/relays/route-8bc5b680c5f3eae4.js +1 -0
  427. package/.next/static/chunks/app/api/remote/pair/route-8bc5b680c5f3eae4.js +1 -0
  428. package/.next/static/chunks/app/api/repositories/[id]/route-8bc5b680c5f3eae4.js +1 -0
  429. package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-8bc5b680c5f3eae4.js +1 -0
  430. package/.next/static/chunks/app/api/repositories/[id]/todos/route-8bc5b680c5f3eae4.js +1 -0
  431. package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-8bc5b680c5f3eae4.js +1 -0
  432. package/.next/static/chunks/app/api/repositories/clone/route-8bc5b680c5f3eae4.js +1 -0
  433. package/.next/static/chunks/app/api/repositories/excluded/route-8bc5b680c5f3eae4.js +1 -0
  434. package/.next/static/chunks/app/api/repositories/restore/route-8bc5b680c5f3eae4.js +1 -0
  435. package/.next/static/chunks/app/api/repositories/route-8bc5b680c5f3eae4.js +1 -0
  436. package/.next/static/chunks/app/api/repositories/scan/route-8bc5b680c5f3eae4.js +1 -0
  437. package/.next/static/chunks/app/api/repositories/sync/route-8bc5b680c5f3eae4.js +1 -0
  438. package/.next/static/chunks/app/api/repositories/validate-path/route-8bc5b680c5f3eae4.js +1 -0
  439. package/.next/static/chunks/app/api/settings/default-agents/route-8bc5b680c5f3eae4.js +1 -0
  440. package/.next/static/chunks/app/api/settings/default-surface-mode/route-8bc5b680c5f3eae4.js +1 -0
  441. package/.next/static/chunks/app/api/sidebar/group-order/route-8bc5b680c5f3eae4.js +1 -0
  442. package/.next/static/chunks/app/api/skills/[id]/route-8bc5b680c5f3eae4.js +1 -0
  443. package/.next/static/chunks/app/api/skills/installations/route-8bc5b680c5f3eae4.js +1 -0
  444. package/.next/static/chunks/app/api/skills/operations/route-8bc5b680c5f3eae4.js +1 -0
  445. package/.next/static/chunks/app/api/skills/reindex/route-8bc5b680c5f3eae4.js +1 -0
  446. package/.next/static/chunks/app/api/skills/route-8bc5b680c5f3eae4.js +1 -0
  447. package/.next/static/chunks/app/api/slash-commands/route-8bc5b680c5f3eae4.js +1 -0
  448. package/.next/static/chunks/app/api/tasks/[taskId]/cancel/route-8bc5b680c5f3eae4.js +1 -0
  449. package/.next/static/chunks/app/api/tasks/[taskId]/route-8bc5b680c5f3eae4.js +1 -0
  450. package/.next/static/chunks/app/api/templates/[id]/route-8bc5b680c5f3eae4.js +1 -0
  451. package/.next/static/chunks/app/api/templates/route-8bc5b680c5f3eae4.js +1 -0
  452. package/.next/static/chunks/app/api/todos/route-8bc5b680c5f3eae4.js +1 -0
  453. package/.next/static/chunks/app/api/verification/runs/[runId]/route-8bc5b680c5f3eae4.js +1 -0
  454. package/.next/static/chunks/app/api/verification/runs/route-8bc5b680c5f3eae4.js +1 -0
  455. package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-8bc5b680c5f3eae4.js +1 -0
  456. package/.next/static/chunks/app/api/worktrees/[id]/capture/route-8bc5b680c5f3eae4.js +1 -0
  457. package/.next/static/chunks/app/api/worktrees/[id]/clear-composer/route-8bc5b680c5f3eae4.js +1 -0
  458. package/.next/static/chunks/app/api/worktrees/[id]/cli-reference/route-8bc5b680c5f3eae4.js +1 -0
  459. package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-8bc5b680c5f3eae4.js +1 -0
  460. package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-8bc5b680c5f3eae4.js +1 -0
  461. package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-8bc5b680c5f3eae4.js +1 -0
  462. package/.next/static/chunks/app/api/worktrees/[id]/env/route-8bc5b680c5f3eae4.js +1 -0
  463. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-8bc5b680c5f3eae4.js +1 -0
  464. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-8bc5b680c5f3eae4.js +1 -0
  465. package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-8bc5b680c5f3eae4.js +1 -0
  466. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-8bc5b680c5f3eae4.js +1 -0
  467. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-8bc5b680c5f3eae4.js +1 -0
  468. package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-8bc5b680c5f3eae4.js +1 -0
  469. package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-8bc5b680c5f3eae4.js +1 -0
  470. package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-8bc5b680c5f3eae4.js +1 -0
  471. package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-8bc5b680c5f3eae4.js +1 -0
  472. package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-8bc5b680c5f3eae4.js +1 -0
  473. package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-8bc5b680c5f3eae4.js +1 -0
  474. package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-8bc5b680c5f3eae4.js +1 -0
  475. package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-8bc5b680c5f3eae4.js +1 -0
  476. package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-8bc5b680c5f3eae4.js +1 -0
  477. package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-8bc5b680c5f3eae4.js +1 -0
  478. package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-8bc5b680c5f3eae4.js +1 -0
  479. package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-8bc5b680c5f3eae4.js +1 -0
  480. package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-8bc5b680c5f3eae4.js +1 -0
  481. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-8bc5b680c5f3eae4.js +1 -0
  482. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-8bc5b680c5f3eae4.js +1 -0
  483. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-8bc5b680c5f3eae4.js +1 -0
  484. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-8bc5b680c5f3eae4.js +1 -0
  485. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-8bc5b680c5f3eae4.js +1 -0
  486. package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-8bc5b680c5f3eae4.js +1 -0
  487. package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-8bc5b680c5f3eae4.js +1 -0
  488. package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-8bc5b680c5f3eae4.js +1 -0
  489. package/.next/static/chunks/app/api/worktrees/[id]/instances/opencode/route-8bc5b680c5f3eae4.js +1 -0
  490. package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-8bc5b680c5f3eae4.js +1 -0
  491. package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-8bc5b680c5f3eae4.js +1 -0
  492. package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-8bc5b680c5f3eae4.js +1 -0
  493. package/.next/static/chunks/app/api/worktrees/[id]/logs/route-8bc5b680c5f3eae4.js +1 -0
  494. package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-8bc5b680c5f3eae4.js +1 -0
  495. package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-8bc5b680c5f3eae4.js +1 -0
  496. package/.next/static/chunks/app/api/worktrees/[id]/memos/route-8bc5b680c5f3eae4.js +1 -0
  497. package/.next/static/chunks/app/api/worktrees/[id]/messages/route-8bc5b680c5f3eae4.js +1 -0
  498. package/.next/static/chunks/app/api/worktrees/[id]/opencode/diff/route-8bc5b680c5f3eae4.js +1 -0
  499. package/.next/static/chunks/app/api/worktrees/[id]/opencode/session/route-8bc5b680c5f3eae4.js +1 -0
  500. package/.next/static/chunks/app/api/worktrees/[id]/opencode/share/route-8bc5b680c5f3eae4.js +1 -0
  501. package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-8bc5b680c5f3eae4.js +1 -0
  502. package/.next/static/chunks/app/api/worktrees/[id]/resolve-target/route-8bc5b680c5f3eae4.js +1 -0
  503. package/.next/static/chunks/app/api/worktrees/[id]/respond/route-8bc5b680c5f3eae4.js +1 -0
  504. package/.next/static/chunks/app/api/worktrees/[id]/route-8bc5b680c5f3eae4.js +1 -0
  505. package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-8bc5b680c5f3eae4.js +1 -0
  506. package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-8bc5b680c5f3eae4.js +1 -0
  507. package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-8bc5b680c5f3eae4.js +1 -0
  508. package/.next/static/chunks/app/api/worktrees/[id]/search/route-8bc5b680c5f3eae4.js +1 -0
  509. package/.next/static/chunks/app/api/worktrees/[id]/send/route-8bc5b680c5f3eae4.js +1 -0
  510. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-8bc5b680c5f3eae4.js +1 -0
  511. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-8bc5b680c5f3eae4.js +1 -0
  512. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-8bc5b680c5f3eae4.js +1 -0
  513. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-8bc5b680c5f3eae4.js +1 -0
  514. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-8bc5b680c5f3eae4.js +1 -0
  515. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-8bc5b680c5f3eae4.js +1 -0
  516. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-8bc5b680c5f3eae4.js +1 -0
  517. package/.next/static/chunks/app/api/worktrees/[id]/skills/route-8bc5b680c5f3eae4.js +1 -0
  518. package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-8bc5b680c5f3eae4.js +1 -0
  519. package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-8bc5b680c5f3eae4.js +1 -0
  520. package/.next/static/chunks/app/api/worktrees/[id]/tasks/route-8bc5b680c5f3eae4.js +1 -0
  521. package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-8bc5b680c5f3eae4.js +1 -0
  522. package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-8bc5b680c5f3eae4.js +1 -0
  523. package/.next/static/chunks/app/api/worktrees/[id]/timers/route-8bc5b680c5f3eae4.js +1 -0
  524. package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-8bc5b680c5f3eae4.js +1 -0
  525. package/.next/static/chunks/app/api/worktrees/[id]/todos/route-8bc5b680c5f3eae4.js +1 -0
  526. package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-8bc5b680c5f3eae4.js +1 -0
  527. package/.next/static/chunks/app/api/worktrees/[id]/tree/route-8bc5b680c5f3eae4.js +1 -0
  528. package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-8bc5b680c5f3eae4.js +1 -0
  529. package/.next/static/chunks/app/api/worktrees/[id]/verify/config/route-8bc5b680c5f3eae4.js +1 -0
  530. package/.next/static/chunks/app/api/worktrees/[id]/verify/route-8bc5b680c5f3eae4.js +1 -0
  531. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route-8bc5b680c5f3eae4.js +1 -0
  532. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-8bc5b680c5f3eae4.js +1 -0
  533. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/route-8bc5b680c5f3eae4.js +1 -0
  534. package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-8bc5b680c5f3eae4.js +1 -0
  535. package/.next/static/chunks/app/api/worktrees/apply-default-agents/route-8bc5b680c5f3eae4.js +1 -0
  536. package/.next/static/chunks/app/api/worktrees/route-8bc5b680c5f3eae4.js +1 -0
  537. package/.next/static/chunks/app/chat/{page-37d7615d17d7e2a0.js → page-e60d07c4c79602f0.js} +1 -1
  538. package/.next/static/chunks/app/manifest.webmanifest/route-8bc5b680c5f3eae4.js +1 -0
  539. package/.next/static/chunks/app/more/{page-353a3924e6d7968e.js → page-fc94f86aa881489e.js} +1 -1
  540. package/.next/static/chunks/app/{page-c2bf871d953a1d6f.js → page-6871cca022b24807.js} +1 -1
  541. package/.next/static/chunks/app/proxy/[...path]/route-8bc5b680c5f3eae4.js +1 -0
  542. package/.next/static/chunks/app/repositories/{page-7d0f26df0537254c.js → page-788ded1b72963d94.js} +1 -1
  543. package/.next/static/chunks/app/review/{page-e3f141b2829973e9.js → page-35b99baaf3c93b38.js} +1 -1
  544. package/.next/static/chunks/app/sessions/{page-53f188ed9ca49e5f.js → page-fa2d62f3e8436c69.js} +1 -1
  545. package/.next/static/chunks/app/skills/[skillId]/{page-80569b720aea59cc.js → page-06799157652e8fa9.js} +1 -1
  546. package/.next/static/chunks/app/skills/installed/{page-dbd2690ad72da95b.js → page-2f3987e3a131c8d0.js} +1 -1
  547. package/.next/static/chunks/app/skills/{page-dacd36f9c11aa7da.js → page-e70bfcf5ed4e4865.js} +1 -1
  548. package/.next/static/chunks/app/worktrees/[id]/layout-8bc5b680c5f3eae4.js +1 -0
  549. package/.next/static/chunks/app/worktrees/[id]/page-06e1ff5ce2d126fd.js +1 -0
  550. package/.next/static/chunks/webpack-1dc9eb5ebb4fa5ff.js +1 -0
  551. package/.next/static/css/96d94a4ba771efc3.css +1 -0
  552. package/.next/trace +13 -13
  553. package/.next/types/app/api/relays/[relayId]/cancel/route.ts +347 -0
  554. package/.next/types/app/api/relays/route.ts +347 -0
  555. package/.next/types/routes.d.ts +3 -1
  556. package/.next/types/validator.ts +18 -0
  557. package/dist/cli/commands/ask.d.ts +34 -0
  558. package/dist/cli/commands/ask.d.ts.map +1 -0
  559. package/dist/cli/commands/ask.js +494 -0
  560. package/dist/cli/commands/capture.d.ts +20 -0
  561. package/dist/cli/commands/capture.d.ts.map +1 -1
  562. package/dist/cli/commands/capture.js +80 -30
  563. package/dist/cli/commands/docs.d.ts.map +1 -1
  564. package/dist/cli/commands/docs.js +47 -4
  565. package/dist/cli/commands/instances.d.ts +67 -0
  566. package/dist/cli/commands/instances.d.ts.map +1 -1
  567. package/dist/cli/commands/instances.js +103 -7
  568. package/dist/cli/commands/peers.d.ts +64 -0
  569. package/dist/cli/commands/peers.d.ts.map +1 -0
  570. package/dist/cli/commands/peers.js +196 -0
  571. package/dist/cli/commands/relays.d.ts +92 -0
  572. package/dist/cli/commands/relays.d.ts.map +1 -0
  573. package/dist/cli/commands/relays.js +293 -0
  574. package/dist/cli/commands/report.d.ts +3 -0
  575. package/dist/cli/commands/report.d.ts.map +1 -1
  576. package/dist/cli/commands/report.js +29 -1
  577. package/dist/cli/commands/respond.d.ts.map +1 -1
  578. package/dist/cli/commands/respond.js +13 -10
  579. package/dist/cli/commands/send.d.ts.map +1 -1
  580. package/dist/cli/commands/send.js +66 -20
  581. package/dist/cli/commands/task.d.ts.map +1 -1
  582. package/dist/cli/commands/task.js +30 -0
  583. package/dist/cli/commands/wait.d.ts +20 -0
  584. package/dist/cli/commands/wait.d.ts.map +1 -1
  585. package/dist/cli/commands/wait.js +55 -6
  586. package/dist/cli/commands/whoami.d.ts +109 -0
  587. package/dist/cli/commands/whoami.d.ts.map +1 -0
  588. package/dist/cli/commands/whoami.js +271 -0
  589. package/dist/cli/docs/agent-operations.d.ts +25 -1
  590. package/dist/cli/docs/agent-operations.d.ts.map +1 -1
  591. package/dist/cli/docs/agent-operations.js +184 -1
  592. package/dist/cli/index.d.ts +13 -0
  593. package/dist/cli/index.d.ts.map +1 -1
  594. package/dist/cli/index.js +25 -1
  595. package/dist/cli/types/api-responses.d.ts +93 -0
  596. package/dist/cli/types/api-responses.d.ts.map +1 -1
  597. package/dist/cli/types/index.d.ts +16 -0
  598. package/dist/cli/types/index.d.ts.map +1 -1
  599. package/dist/lib/cli/command-reference.d.ts +179 -0
  600. package/dist/lib/cli/command-reference.d.ts.map +1 -0
  601. package/dist/lib/cli/command-reference.js +210 -0
  602. package/dist/lib/detection/ansi.d.ts +14 -1
  603. package/dist/lib/detection/ansi.d.ts.map +1 -1
  604. package/dist/lib/detection/ansi.js +40 -3
  605. package/dist/lib/detection/status-reason.d.ts +28 -0
  606. package/dist/lib/detection/status-reason.d.ts.map +1 -1
  607. package/dist/lib/detection/status-reason.js +28 -0
  608. package/dist/lib/detection/tools/verified-against.d.ts +24 -24
  609. package/dist/lib/detection/tools/verified-against.js +24 -24
  610. package/dist/server/locales/en/worktree.json +1425 -0
  611. package/dist/server/locales/ja/worktree.json +1425 -0
  612. package/dist/server/src/lib/auto-yes-poller.js +26 -11
  613. package/dist/server/src/lib/db/chat-db.js +204 -7
  614. package/dist/server/src/lib/db/migrations/index.js +2 -0
  615. package/dist/server/src/lib/db/migrations/runner.js +1 -1
  616. package/dist/server/src/lib/db/migrations/v60-session-relays.js +110 -0
  617. package/dist/server/src/lib/db/relay-db.js +343 -0
  618. package/dist/server/src/lib/detection/ansi.js +40 -3
  619. package/dist/server/src/lib/detection/cli-patterns.js +157 -23
  620. package/dist/server/src/lib/detection/model-info-extractor.js +185 -4
  621. package/dist/server/src/lib/detection/selection-shape.js +72 -1
  622. package/dist/server/src/lib/detection/status-reason.js +28 -0
  623. package/dist/server/src/lib/detection/tools/antigravity/detect.js +105 -25
  624. package/dist/server/src/lib/detection/tools/antigravity/dialog.js +239 -0
  625. package/dist/server/src/lib/detection/tools/command-code/detect.js +33 -0
  626. package/dist/server/src/lib/detection/tools/verified-against.js +24 -24
  627. package/dist/server/src/lib/history/user-turn-recorder.js +79 -16
  628. package/dist/server/src/lib/hooks/hook-settings-generator.js +16 -0
  629. package/dist/server/src/lib/hooks/sources/claude/model-switch.js +169 -0
  630. package/dist/server/src/lib/hooks/sources/claude/source.js +14 -1
  631. package/dist/server/src/lib/polling/response-checker.js +55 -2
  632. package/dist/server/src/lib/polling/structured-history-gate.js +14 -1
  633. package/dist/server/src/lib/push/index.js +13 -1
  634. package/dist/server/src/lib/push/model-change-push-notifier.js +174 -0
  635. package/dist/server/src/lib/push/push-sender.js +48 -20
  636. package/dist/server/src/lib/realtime/model-change-broadcast.js +171 -0
  637. package/dist/server/src/lib/realtime/terminal-broadcast.js +5 -0
  638. package/dist/server/src/lib/realtime/types.js +19 -1
  639. package/dist/server/src/lib/realtime/waiting-broadcast.js +25 -0
  640. package/dist/server/src/lib/relay/relay-delivery.js +400 -0
  641. package/dist/server/src/lib/relay/relay-messages.js +144 -0
  642. package/dist/server/src/lib/relay/relay-policy.js +127 -0
  643. package/dist/server/src/lib/relay/relay-readiness.js +63 -0
  644. package/dist/server/src/lib/relay/relay-session-ref.js +72 -0
  645. package/dist/server/src/lib/relay/relay-system-line.js +79 -0
  646. package/dist/server/src/lib/relay/relay-triggers.js +177 -0
  647. package/dist/server/src/lib/relay/types.js +25 -0
  648. package/dist/server/src/lib/session/agent-event-state.js +344 -12
  649. package/dist/server/src/lib/session/current-output-builder.js +18 -0
  650. package/dist/server/src/lib/session/send-user-message.js +1 -0
  651. package/package.json +1 -1
  652. package/.next/server/chunks/1058.js +0 -1
  653. package/.next/server/chunks/1068.js +0 -1
  654. package/.next/server/chunks/1990.js +0 -103
  655. package/.next/server/chunks/261.js +0 -1
  656. package/.next/server/chunks/2739.js +0 -1
  657. package/.next/server/chunks/2839.js +0 -1
  658. package/.next/server/chunks/3869.js +0 -1
  659. package/.next/server/chunks/4325.js +0 -1
  660. package/.next/server/chunks/4393.js +0 -1
  661. package/.next/server/chunks/5017.js +0 -1
  662. package/.next/server/chunks/5120.js +0 -1
  663. package/.next/server/chunks/552.js +0 -25
  664. package/.next/server/chunks/6130.js +0 -1
  665. package/.next/server/chunks/6894.js +0 -8
  666. package/.next/server/chunks/7187.js +0 -1
  667. package/.next/server/chunks/7472.js +0 -1
  668. package/.next/server/chunks/7836.js +0 -1
  669. package/.next/server/chunks/7859.js +0 -21
  670. package/.next/server/chunks/9696.js +0 -3
  671. package/.next/server/chunks/9798.js +0 -2
  672. package/.next/static/GiOqe8rfQGQ0NvzB5qr3q/_buildManifest.js +0 -1
  673. package/.next/static/chunks/1783-11c9b4d8a52ebd91.js +0 -1
  674. package/.next/static/chunks/4718-0d4d93c4c75f336e.js +0 -1
  675. package/.next/static/chunks/6170-951b9f5fe6b4b3b5.js +0 -1
  676. package/.next/static/chunks/8019-f8e73c1fb5f6f0d3.js +0 -1
  677. package/.next/static/chunks/8593-fa0eb2802e0ce68a.js +0 -1
  678. package/.next/static/chunks/app/api/agents/update/route-ee11f7b8a34cba8c.js +0 -1
  679. package/.next/static/chunks/app/api/agents/versions/route-ee11f7b8a34cba8c.js +0 -1
  680. package/.next/static/chunks/app/api/app/update/route-ee11f7b8a34cba8c.js +0 -1
  681. package/.next/static/chunks/app/api/app/update-check/route-ee11f7b8a34cba8c.js +0 -1
  682. package/.next/static/chunks/app/api/assistant/conversation/route-ee11f7b8a34cba8c.js +0 -1
  683. package/.next/static/chunks/app/api/assistant/current-output/route-ee11f7b8a34cba8c.js +0 -1
  684. package/.next/static/chunks/app/api/assistant/messages/route-ee11f7b8a34cba8c.js +0 -1
  685. package/.next/static/chunks/app/api/assistant/session/route-ee11f7b8a34cba8c.js +0 -1
  686. package/.next/static/chunks/app/api/assistant/start/route-ee11f7b8a34cba8c.js +0 -1
  687. package/.next/static/chunks/app/api/assistant/terminal/route-ee11f7b8a34cba8c.js +0 -1
  688. package/.next/static/chunks/app/api/assistant/tools/route-ee11f7b8a34cba8c.js +0 -1
  689. package/.next/static/chunks/app/api/auth/login/route-ee11f7b8a34cba8c.js +0 -1
  690. package/.next/static/chunks/app/api/auth/logout/route-ee11f7b8a34cba8c.js +0 -1
  691. package/.next/static/chunks/app/api/auth/status/route-ee11f7b8a34cba8c.js +0 -1
  692. package/.next/static/chunks/app/api/capabilities/route-ee11f7b8a34cba8c.js +0 -1
  693. package/.next/static/chunks/app/api/daily-summary/route-ee11f7b8a34cba8c.js +0 -1
  694. package/.next/static/chunks/app/api/daily-summary/status/route-ee11f7b8a34cba8c.js +0 -1
  695. package/.next/static/chunks/app/api/external-apps/[id]/health/route-ee11f7b8a34cba8c.js +0 -1
  696. package/.next/static/chunks/app/api/external-apps/[id]/route-ee11f7b8a34cba8c.js +0 -1
  697. package/.next/static/chunks/app/api/external-apps/route-ee11f7b8a34cba8c.js +0 -1
  698. package/.next/static/chunks/app/api/fs/browse/route-ee11f7b8a34cba8c.js +0 -1
  699. package/.next/static/chunks/app/api/fs/recent-paths/route-ee11f7b8a34cba8c.js +0 -1
  700. package/.next/static/chunks/app/api/hooks/agent-event/route-ee11f7b8a34cba8c.js +0 -1
  701. package/.next/static/chunks/app/api/hooks/claude-done/route-ee11f7b8a34cba8c.js +0 -1
  702. package/.next/static/chunks/app/api/hooks/permission-request/route-ee11f7b8a34cba8c.js +0 -1
  703. package/.next/static/chunks/app/api/metrics/vibe/route-ee11f7b8a34cba8c.js +0 -1
  704. package/.next/static/chunks/app/api/ollama/models/route-ee11f7b8a34cba8c.js +0 -1
  705. package/.next/static/chunks/app/api/push/escalation/route-ee11f7b8a34cba8c.js +0 -1
  706. package/.next/static/chunks/app/api/push/subscriptions/route-ee11f7b8a34cba8c.js +0 -1
  707. package/.next/static/chunks/app/api/push/vapid/route-ee11f7b8a34cba8c.js +0 -1
  708. package/.next/static/chunks/app/api/remote/pair/route-ee11f7b8a34cba8c.js +0 -1
  709. package/.next/static/chunks/app/api/repositories/[id]/route-ee11f7b8a34cba8c.js +0 -1
  710. package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-ee11f7b8a34cba8c.js +0 -1
  711. package/.next/static/chunks/app/api/repositories/[id]/todos/route-ee11f7b8a34cba8c.js +0 -1
  712. package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-ee11f7b8a34cba8c.js +0 -1
  713. package/.next/static/chunks/app/api/repositories/clone/route-ee11f7b8a34cba8c.js +0 -1
  714. package/.next/static/chunks/app/api/repositories/excluded/route-ee11f7b8a34cba8c.js +0 -1
  715. package/.next/static/chunks/app/api/repositories/restore/route-ee11f7b8a34cba8c.js +0 -1
  716. package/.next/static/chunks/app/api/repositories/route-ee11f7b8a34cba8c.js +0 -1
  717. package/.next/static/chunks/app/api/repositories/scan/route-ee11f7b8a34cba8c.js +0 -1
  718. package/.next/static/chunks/app/api/repositories/sync/route-ee11f7b8a34cba8c.js +0 -1
  719. package/.next/static/chunks/app/api/repositories/validate-path/route-ee11f7b8a34cba8c.js +0 -1
  720. package/.next/static/chunks/app/api/settings/default-agents/route-ee11f7b8a34cba8c.js +0 -1
  721. package/.next/static/chunks/app/api/settings/default-surface-mode/route-ee11f7b8a34cba8c.js +0 -1
  722. package/.next/static/chunks/app/api/sidebar/group-order/route-ee11f7b8a34cba8c.js +0 -1
  723. package/.next/static/chunks/app/api/skills/[id]/route-ee11f7b8a34cba8c.js +0 -1
  724. package/.next/static/chunks/app/api/skills/installations/route-ee11f7b8a34cba8c.js +0 -1
  725. package/.next/static/chunks/app/api/skills/operations/route-ee11f7b8a34cba8c.js +0 -1
  726. package/.next/static/chunks/app/api/skills/reindex/route-ee11f7b8a34cba8c.js +0 -1
  727. package/.next/static/chunks/app/api/skills/route-ee11f7b8a34cba8c.js +0 -1
  728. package/.next/static/chunks/app/api/slash-commands/route-ee11f7b8a34cba8c.js +0 -1
  729. package/.next/static/chunks/app/api/tasks/[taskId]/cancel/route-ee11f7b8a34cba8c.js +0 -1
  730. package/.next/static/chunks/app/api/tasks/[taskId]/route-ee11f7b8a34cba8c.js +0 -1
  731. package/.next/static/chunks/app/api/templates/[id]/route-ee11f7b8a34cba8c.js +0 -1
  732. package/.next/static/chunks/app/api/templates/route-ee11f7b8a34cba8c.js +0 -1
  733. package/.next/static/chunks/app/api/todos/route-ee11f7b8a34cba8c.js +0 -1
  734. package/.next/static/chunks/app/api/verification/runs/[runId]/route-ee11f7b8a34cba8c.js +0 -1
  735. package/.next/static/chunks/app/api/verification/runs/route-ee11f7b8a34cba8c.js +0 -1
  736. package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-ee11f7b8a34cba8c.js +0 -1
  737. package/.next/static/chunks/app/api/worktrees/[id]/capture/route-ee11f7b8a34cba8c.js +0 -1
  738. package/.next/static/chunks/app/api/worktrees/[id]/clear-composer/route-ee11f7b8a34cba8c.js +0 -1
  739. package/.next/static/chunks/app/api/worktrees/[id]/cli-reference/route-ee11f7b8a34cba8c.js +0 -1
  740. package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-ee11f7b8a34cba8c.js +0 -1
  741. package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-ee11f7b8a34cba8c.js +0 -1
  742. package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-ee11f7b8a34cba8c.js +0 -1
  743. package/.next/static/chunks/app/api/worktrees/[id]/env/route-ee11f7b8a34cba8c.js +0 -1
  744. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-ee11f7b8a34cba8c.js +0 -1
  745. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-ee11f7b8a34cba8c.js +0 -1
  746. package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-ee11f7b8a34cba8c.js +0 -1
  747. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-ee11f7b8a34cba8c.js +0 -1
  748. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-ee11f7b8a34cba8c.js +0 -1
  749. package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-ee11f7b8a34cba8c.js +0 -1
  750. package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-ee11f7b8a34cba8c.js +0 -1
  751. package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-ee11f7b8a34cba8c.js +0 -1
  752. package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-ee11f7b8a34cba8c.js +0 -1
  753. package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-ee11f7b8a34cba8c.js +0 -1
  754. package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-ee11f7b8a34cba8c.js +0 -1
  755. package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-ee11f7b8a34cba8c.js +0 -1
  756. package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-ee11f7b8a34cba8c.js +0 -1
  757. package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-ee11f7b8a34cba8c.js +0 -1
  758. package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-ee11f7b8a34cba8c.js +0 -1
  759. package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-ee11f7b8a34cba8c.js +0 -1
  760. package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-ee11f7b8a34cba8c.js +0 -1
  761. package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-ee11f7b8a34cba8c.js +0 -1
  762. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-ee11f7b8a34cba8c.js +0 -1
  763. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-ee11f7b8a34cba8c.js +0 -1
  764. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-ee11f7b8a34cba8c.js +0 -1
  765. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-ee11f7b8a34cba8c.js +0 -1
  766. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-ee11f7b8a34cba8c.js +0 -1
  767. package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-ee11f7b8a34cba8c.js +0 -1
  768. package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-ee11f7b8a34cba8c.js +0 -1
  769. package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-ee11f7b8a34cba8c.js +0 -1
  770. package/.next/static/chunks/app/api/worktrees/[id]/instances/opencode/route-ee11f7b8a34cba8c.js +0 -1
  771. package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-ee11f7b8a34cba8c.js +0 -1
  772. package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-ee11f7b8a34cba8c.js +0 -1
  773. package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-ee11f7b8a34cba8c.js +0 -1
  774. package/.next/static/chunks/app/api/worktrees/[id]/logs/route-ee11f7b8a34cba8c.js +0 -1
  775. package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-ee11f7b8a34cba8c.js +0 -1
  776. package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-ee11f7b8a34cba8c.js +0 -1
  777. package/.next/static/chunks/app/api/worktrees/[id]/memos/route-ee11f7b8a34cba8c.js +0 -1
  778. package/.next/static/chunks/app/api/worktrees/[id]/messages/route-ee11f7b8a34cba8c.js +0 -1
  779. package/.next/static/chunks/app/api/worktrees/[id]/opencode/diff/route-ee11f7b8a34cba8c.js +0 -1
  780. package/.next/static/chunks/app/api/worktrees/[id]/opencode/session/route-ee11f7b8a34cba8c.js +0 -1
  781. package/.next/static/chunks/app/api/worktrees/[id]/opencode/share/route-ee11f7b8a34cba8c.js +0 -1
  782. package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-ee11f7b8a34cba8c.js +0 -1
  783. package/.next/static/chunks/app/api/worktrees/[id]/resolve-target/route-ee11f7b8a34cba8c.js +0 -1
  784. package/.next/static/chunks/app/api/worktrees/[id]/respond/route-ee11f7b8a34cba8c.js +0 -1
  785. package/.next/static/chunks/app/api/worktrees/[id]/route-ee11f7b8a34cba8c.js +0 -1
  786. package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-ee11f7b8a34cba8c.js +0 -1
  787. package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-ee11f7b8a34cba8c.js +0 -1
  788. package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-ee11f7b8a34cba8c.js +0 -1
  789. package/.next/static/chunks/app/api/worktrees/[id]/search/route-ee11f7b8a34cba8c.js +0 -1
  790. package/.next/static/chunks/app/api/worktrees/[id]/send/route-ee11f7b8a34cba8c.js +0 -1
  791. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-ee11f7b8a34cba8c.js +0 -1
  792. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-ee11f7b8a34cba8c.js +0 -1
  793. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-ee11f7b8a34cba8c.js +0 -1
  794. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-ee11f7b8a34cba8c.js +0 -1
  795. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-ee11f7b8a34cba8c.js +0 -1
  796. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-ee11f7b8a34cba8c.js +0 -1
  797. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-ee11f7b8a34cba8c.js +0 -1
  798. package/.next/static/chunks/app/api/worktrees/[id]/skills/route-ee11f7b8a34cba8c.js +0 -1
  799. package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-ee11f7b8a34cba8c.js +0 -1
  800. package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-ee11f7b8a34cba8c.js +0 -1
  801. package/.next/static/chunks/app/api/worktrees/[id]/tasks/route-ee11f7b8a34cba8c.js +0 -1
  802. package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-ee11f7b8a34cba8c.js +0 -1
  803. package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-ee11f7b8a34cba8c.js +0 -1
  804. package/.next/static/chunks/app/api/worktrees/[id]/timers/route-ee11f7b8a34cba8c.js +0 -1
  805. package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-ee11f7b8a34cba8c.js +0 -1
  806. package/.next/static/chunks/app/api/worktrees/[id]/todos/route-ee11f7b8a34cba8c.js +0 -1
  807. package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-ee11f7b8a34cba8c.js +0 -1
  808. package/.next/static/chunks/app/api/worktrees/[id]/tree/route-ee11f7b8a34cba8c.js +0 -1
  809. package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-ee11f7b8a34cba8c.js +0 -1
  810. package/.next/static/chunks/app/api/worktrees/[id]/verify/config/route-ee11f7b8a34cba8c.js +0 -1
  811. package/.next/static/chunks/app/api/worktrees/[id]/verify/route-ee11f7b8a34cba8c.js +0 -1
  812. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route-ee11f7b8a34cba8c.js +0 -1
  813. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-ee11f7b8a34cba8c.js +0 -1
  814. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/route-ee11f7b8a34cba8c.js +0 -1
  815. package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-ee11f7b8a34cba8c.js +0 -1
  816. package/.next/static/chunks/app/api/worktrees/apply-default-agents/route-ee11f7b8a34cba8c.js +0 -1
  817. package/.next/static/chunks/app/api/worktrees/route-ee11f7b8a34cba8c.js +0 -1
  818. package/.next/static/chunks/app/manifest.webmanifest/route-ee11f7b8a34cba8c.js +0 -1
  819. package/.next/static/chunks/app/proxy/[...path]/route-ee11f7b8a34cba8c.js +0 -1
  820. package/.next/static/chunks/app/worktrees/[id]/layout-ee11f7b8a34cba8c.js +0 -1
  821. package/.next/static/chunks/app/worktrees/[id]/page-7a0915e32a2af4d3.js +0 -1
  822. package/.next/static/chunks/webpack-9f75198882fdaf08.js +0 -1
  823. package/.next/static/css/5c13ea243dfdcb66.css +0 -1
  824. /package/.next/static/{GiOqe8rfQGQ0NvzB5qr3q → UIUPchtWvcEuQgcbGJv4g}/_ssgManifest.js +0 -0
package/.next/trace CHANGED
@@ -1,13 +1,13 @@
1
- [{"name":"generate-buildid","duration":221,"timestamp":2204452472,"id":4,"parentId":1,"tags":{},"startTime":1788675662396,"traceId":"8f399ed91ade102f"},{"name":"load-custom-routes","duration":1762,"timestamp":2204452790,"id":5,"parentId":1,"tags":{},"startTime":1788675662396,"traceId":"8f399ed91ade102f"},{"name":"create-dist-dir","duration":20669,"timestamp":2204537603,"id":6,"parentId":1,"tags":{},"startTime":1788675662481,"traceId":"8f399ed91ade102f"},{"name":"create-pages-mapping","duration":262,"timestamp":2204615627,"id":7,"parentId":1,"tags":{},"startTime":1788675662559,"traceId":"8f399ed91ade102f"},{"name":"collect-app-files","duration":11602,"timestamp":2204615928,"id":8,"parentId":1,"tags":{},"startTime":1788675662559,"traceId":"8f399ed91ade102f"},{"name":"create-app-mapping","duration":5418,"timestamp":2204627558,"id":9,"parentId":1,"tags":{},"startTime":1788675662571,"traceId":"8f399ed91ade102f"},{"name":"create-app-layouts","duration":128,"timestamp":2204633048,"id":10,"parentId":1,"tags":{},"startTime":1788675662576,"traceId":"8f399ed91ade102f"},{"name":"collect-default-files","duration":3578,"timestamp":2204635621,"id":12,"parentId":1,"tags":{},"startTime":1788675662579,"traceId":"8f399ed91ade102f"},{"name":"generate-route-types","duration":30391,"timestamp":2204634300,"id":11,"parentId":1,"tags":{},"startTime":1788675662578,"traceId":"8f399ed91ade102f"},{"name":"public-dir-conflict-check","duration":509,"timestamp":2204664759,"id":13,"parentId":1,"tags":{},"startTime":1788675662608,"traceId":"8f399ed91ade102f"},{"name":"generate-routes-manifest","duration":4543,"timestamp":2204665435,"id":14,"parentId":1,"tags":{},"startTime":1788675662609,"traceId":"8f399ed91ade102f"},{"name":"create-entrypoints","duration":90973,"timestamp":2204678219,"id":17,"parentId":1,"tags":{},"startTime":1788675662622,"traceId":"8f399ed91ade102f"},{"name":"generate-webpack-config","duration":266414,"timestamp":2204769232,"id":18,"parentId":16,"tags":{},"startTime":1788675662713,"traceId":"8f399ed91ade102f"},{"name":"next-trace-entrypoint-plugin","duration":2037,"timestamp":2205136636,"id":20,"parentId":19,"tags":{},"startTime":1788675663080,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":2805765,"timestamp":2205147176,"id":130,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521622,"timestamp":2205147087,"id":100,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521649,"timestamp":2205147090,"id":101,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521653,"timestamp":2205147092,"id":102,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521654,"timestamp":2205147095,"id":103,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521655,"timestamp":2205147098,"id":104,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521656,"timestamp":2205147101,"id":105,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521655,"timestamp":2205147107,"id":106,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521656,"timestamp":2205147110,"id":107,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521759,"timestamp":2205147116,"id":109,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521759,"timestamp":2205147122,"id":111,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521761,"timestamp":2205147125,"id":112,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521762,"timestamp":2205147128,"id":113,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521763,"timestamp":2205147131,"id":114,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521763,"timestamp":2205147133,"id":115,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521763,"timestamp":2205147136,"id":116,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521763,"timestamp":2205147139,"id":117,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521763,"timestamp":2205147142,"id":118,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521760,"timestamp":2205147147,"id":120,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521760,"timestamp":2205147150,"id":121,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521761,"timestamp":2205147153,"id":122,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521761,"timestamp":2205147156,"id":123,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521760,"timestamp":2205147158,"id":124,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521740,"timestamp":2205147181,"id":132,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate-check%2Froute&name=app%2Fapi%2Fapp%2Fupdate-check%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate-check%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate-check%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521741,"timestamp":2205147184,"id":133,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Fupdate%2Froute&name=app%2Fapi%2Fagents%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521740,"timestamp":2205147187,"id":134,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Fversions%2Froute&name=app%2Fapi%2Fagents%2Fversions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Fversions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Fversions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521737,"timestamp":2205147193,"id":136,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fstatus%2Froute&name=app%2Fapi%2Fauth%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521736,"timestamp":2205147196,"id":137,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcapabilities%2Froute&name=app%2Fapi%2Fcapabilities%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcapabilities%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcapabilities%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521736,"timestamp":2205147199,"id":138,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521735,"timestamp":2205147202,"id":139,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521735,"timestamp":2205147205,"id":140,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521734,"timestamp":2205147208,"id":141,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffs%2Frecent-paths%2Froute&name=app%2Fapi%2Ffs%2Frecent-paths%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffs%2Frecent-paths%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffs%2Frecent-paths%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521733,"timestamp":2205147211,"id":142,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffs%2Fbrowse%2Froute&name=app%2Fapi%2Ffs%2Fbrowse%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffs%2Fbrowse%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffs%2Fbrowse%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521727,"timestamp":2205147221,"id":145,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaily-summary%2Fstatus%2Froute&name=app%2Fapi%2Fdaily-summary%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaily-summary%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaily-summary%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521726,"timestamp":2205147224,"id":146,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fremote%2Fpair%2Froute&name=app%2Fapi%2Fremote%2Fpair%2Froute&pagePath=private-next-app-dir%2Fapi%2Fremote%2Fpair%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fremote%2Fpair%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521726,"timestamp":2205147227,"id":147,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fsubscriptions%2Froute&name=app%2Fapi%2Fpush%2Fsubscriptions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fsubscriptions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fsubscriptions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521726,"timestamp":2205147229,"id":148,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fvalidate-path%2Froute&name=app%2Fapi%2Frepositories%2Fvalidate-path%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fvalidate-path%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fvalidate-path%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521725,"timestamp":2205147232,"id":149,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&name=app%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521723,"timestamp":2205147237,"id":150,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsidebar%2Fgroup-order%2Froute&name=app%2Fapi%2Fsidebar%2Fgroup-order%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsidebar%2Fgroup-order%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsidebar%2Fgroup-order%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521720,"timestamp":2205147243,"id":151,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521719,"timestamp":2205147246,"id":152,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Finstallations%2Froute&name=app%2Fapi%2Fskills%2Finstallations%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Finstallations%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Finstallations%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521718,"timestamp":2205147249,"id":153,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Freindex%2Froute&name=app%2Fapi%2Fskills%2Freindex%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Freindex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Freindex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521718,"timestamp":2205147251,"id":154,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Foperations%2Froute&name=app%2Fapi%2Fskills%2Foperations%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Foperations%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Foperations%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521718,"timestamp":2205147254,"id":155,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521717,"timestamp":2205147257,"id":156,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftodos%2Froute&name=app%2Fapi%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521717,"timestamp":2205147260,"id":157,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Fdefault-agents%2Froute&name=app%2Fapi%2Fsettings%2Fdefault-agents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Fdefault-agents%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Fdefault-agents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521717,"timestamp":2205147263,"id":158,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521713,"timestamp":2205147269,"id":160,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521704,"timestamp":2205147280,"id":164,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521703,"timestamp":2205147283,"id":165,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&name=app%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521700,"timestamp":2205147289,"id":167,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4521696,"timestamp":2205147295,"id":169,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4522928,"timestamp":2205147292,"id":168,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4522934,"timestamp":2205147298,"id":170,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529918,"timestamp":2205146523,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogin%2Froute&name=app%2Fapi%2Fauth%2Flogin%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogin%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogin%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529732,"timestamp":2205146719,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2Froute&name=app%2Fapi%2Fauth%2Flogout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529668,"timestamp":2205146786,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fmodels%2Froute&name=app%2Fapi%2Follama%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fmodels%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529576,"timestamp":2205146882,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529582,"timestamp":2205146879,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529578,"timestamp":2205146885,"id":68,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529568,"timestamp":2205146897,"id":72,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529555,"timestamp":2205146914,"id":77,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529545,"timestamp":2205146926,"id":81,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529491,"timestamp":2205146983,"id":83,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529502,"timestamp":2205146974,"id":82,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529492,"timestamp":2205146986,"id":84,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529491,"timestamp":2205146989,"id":85,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529322,"timestamp":2205147161,"id":125,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529321,"timestamp":2205147164,"id":126,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529320,"timestamp":2205147167,"id":127,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon1.png%2Froute&name=app%2Ficon1.png%2Froute&pagePath=private-next-app-dir%2Ficon1.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon1.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529320,"timestamp":2205147170,"id":128,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fmanifest&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4529320,"timestamp":2205147173,"id":129,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon2.png%2Froute&name=app%2Ficon2.png%2Froute&pagePath=private-next-app-dir%2Ficon2.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon2.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4733610,"timestamp":2205147272,"id":161,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4733625,"timestamp":2205147278,"id":163,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4733634,"timestamp":2205147275,"id":162,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4733627,"timestamp":2205147286,"id":166,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4762211,"timestamp":2205147113,"id":108,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4826667,"timestamp":2205146508,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Ftools%2Froute&name=app%2Fapi%2Fassistant%2Ftools%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Ftools%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Ftools%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4866349,"timestamp":2205147301,"id":171,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4866477,"timestamp":2205147190,"id":135,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate%2Froute&name=app%2Fapi%2Fapp%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4938902,"timestamp":2205147179,"id":131,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4938842,"timestamp":2205147266,"id":159,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4944710,"timestamp":2205147119,"id":110,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4944705,"timestamp":2205147145,"id":119,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4953623,"timestamp":2205146823,"id":48,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993607,"timestamp":2205146424,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fconversation%2Froute&name=app%2Fapi%2Fassistant%2Fconversation%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fconversation%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fconversation%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993602,"timestamp":2205146451,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fcurrent-output%2Froute&name=app%2Fapi%2Fassistant%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"}]
2
- [{"name":"add-entry","duration":4993767,"timestamp":2205146465,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fmessages%2Froute&name=app%2Fapi%2Fassistant%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993468,"timestamp":2205146772,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fagent-event%2Froute&name=app%2Fapi%2Fhooks%2Fagent-event%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fagent-event%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fagent-event%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993469,"timestamp":2205146776,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993763,"timestamp":2205146486,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fterminal%2Froute&name=app%2Fapi%2Fassistant%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993777,"timestamp":2205146476,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fsession%2Froute&name=app%2Fapi%2Fassistant%2Fsession%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fsession%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fsession%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993494,"timestamp":2205146763,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaily-summary%2Froute&name=app%2Fapi%2Fdaily-summary%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaily-summary%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaily-summary%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993481,"timestamp":2205146780,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fpermission-request%2Froute&name=app%2Fapi%2Fhooks%2Fpermission-request%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fpermission-request%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fpermission-request%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993481,"timestamp":2205146783,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmetrics%2Fvibe%2Froute&name=app%2Fapi%2Fmetrics%2Fvibe%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmetrics%2Fvibe%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmetrics%2Fvibe%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993455,"timestamp":2205146814,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993484,"timestamp":2205146790,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993481,"timestamp":2205146798,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993487,"timestamp":2205146794,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993479,"timestamp":2205146804,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993485,"timestamp":2205146801,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993480,"timestamp":2205146808,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fexcluded%2Froute&name=app%2Fapi%2Frepositories%2Fexcluded%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fexcluded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fexcluded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993488,"timestamp":2205146811,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Frestore%2Froute&name=app%2Fapi%2Frepositories%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Frestore%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993484,"timestamp":2205146817,"id":46,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993483,"timestamp":2205146820,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993471,"timestamp":2205146835,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftemplates%2Froute&name=app%2Fapi%2Ftemplates%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftemplates%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftemplates%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993477,"timestamp":2205146832,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&name=app%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993482,"timestamp":2205146829,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&name=app%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993488,"timestamp":2205146826,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&name=app%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993476,"timestamp":2205146841,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fverification%2Fruns%2Froute&name=app%2Fapi%2Fverification%2Fruns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fverification%2Fruns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fverification%2Fruns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993483,"timestamp":2205146837,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&name=app%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993479,"timestamp":2205146844,"id":55,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993478,"timestamp":2205146847,"id":56,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993478,"timestamp":2205146850,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993477,"timestamp":2205146853,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993477,"timestamp":2205146856,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993472,"timestamp":2205146862,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993471,"timestamp":2205146865,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993479,"timestamp":2205146859,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993468,"timestamp":2205146872,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993475,"timestamp":2205146868,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993469,"timestamp":2205146876,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993460,"timestamp":2205146888,"id":69,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993458,"timestamp":2205146891,"id":70,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993457,"timestamp":2205146894,"id":71,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993453,"timestamp":2205146900,"id":73,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993453,"timestamp":2205146903,"id":74,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993447,"timestamp":2205146910,"id":76,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993454,"timestamp":2205146906,"id":75,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993442,"timestamp":2205146920,"id":79,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993447,"timestamp":2205146917,"id":78,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993443,"timestamp":2205146923,"id":80,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993375,"timestamp":2205146993,"id":86,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993370,"timestamp":2205147000,"id":88,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993376,"timestamp":2205146998,"id":87,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993335,"timestamp":2205147041,"id":90,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993331,"timestamp":2205147049,"id":91,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993379,"timestamp":2205147003,"id":89,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993329,"timestamp":2205147055,"id":92,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993315,"timestamp":2205147072,"id":95,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993322,"timestamp":2205147067,"id":94,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993330,"timestamp":2205147061,"id":93,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993309,"timestamp":2205147084,"id":99,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993320,"timestamp":2205147075,"id":96,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993319,"timestamp":2205147078,"id":97,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993318,"timestamp":2205147080,"id":98,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993369,"timestamp":2205147214,"id":143,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fescalation%2Froute&name=app%2Fapi%2Fpush%2Fescalation%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fescalation%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fescalation%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4993373,"timestamp":2205147217,"id":144,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fvapid%2Froute&name=app%2Fapi%2Fpush%2Fvapid%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fvapid%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fvapid%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4994097,"timestamp":2205146496,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fstart%2Froute&name=app%2Fapi%2Fassistant%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fstart%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663090,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4998668,"timestamp":2205145984,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663089,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997362,"timestamp":2205147303,"id":172,"parentId":21,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997364,"timestamp":2205147306,"id":173,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fchat%2Fpage&name=app%2Fchat%2Fpage&pagePath=private-next-app-dir%2Fchat%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997365,"timestamp":2205147309,"id":174,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmore%2Fpage&name=app%2Fmore%2Fpage&pagePath=private-next-app-dir%2Fmore%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fmore%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997365,"timestamp":2205147312,"id":175,"parentId":21,"tags":{"request":"next-app-loader?page=%2Foffline%2Fpage&name=app%2Foffline%2Fpage&pagePath=private-next-app-dir%2Foffline%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Foffline%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997366,"timestamp":2205147315,"id":176,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997366,"timestamp":2205147318,"id":177,"parentId":21,"tags":{"request":"next-app-loader?page=%2Freview%2Fpage&name=app%2Freview%2Fpage&pagePath=private-next-app-dir%2Freview%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Freview%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997367,"timestamp":2205147320,"id":178,"parentId":21,"tags":{"request":"next-app-loader?page=%2Frepositories%2Fpage&name=app%2Frepositories%2Fpage&pagePath=private-next-app-dir%2Frepositories%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Frepositories%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997368,"timestamp":2205147323,"id":179,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsessions%2Fpage&name=app%2Fsessions%2Fpage&pagePath=private-next-app-dir%2Fsessions%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fsessions%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997368,"timestamp":2205147326,"id":180,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2Finstalled%2Fpage&name=app%2Fskills%2Finstalled%2Fpage&pagePath=private-next-app-dir%2Fskills%2Finstalled%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2Finstalled%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997369,"timestamp":2205147329,"id":181,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2F%5BskillId%5D%2Fpage&name=app%2Fskills%2F%5BskillId%5D%2Fpage&pagePath=private-next-app-dir%2Fskills%2F%5BskillId%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2F%5BskillId%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997369,"timestamp":2205147332,"id":182,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2Fpage&name=app%2Fskills%2Fpage&pagePath=private-next-app-dir%2Fskills%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997366,"timestamp":2205147338,"id":184,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997372,"timestamp":2205147335,"id":183,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":4997370,"timestamp":2205147340,"id":185,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788675663091,"traceId":"8f399ed91ade102f"},{"name":"make","duration":8287321,"timestamp":2205145672,"id":21,"parentId":19,"tags":{},"startTime":1788675663089,"traceId":"8f399ed91ade102f"},{"name":"get-entries","duration":5800,"timestamp":2213434369,"id":1045,"parentId":1044,"tags":{},"startTime":1788675671378,"traceId":"8f399ed91ade102f"},{"name":"node-file-trace-plugin","duration":12472705,"timestamp":2213462335,"id":1046,"parentId":1044,"tags":{"traceEntryCount":"324"},"startTime":1788675671406,"traceId":"8f399ed91ade102f"},{"name":"collect-traced-files","duration":254964,"timestamp":2225935064,"id":1047,"parentId":1044,"tags":{},"startTime":1788675683878,"traceId":"8f399ed91ade102f"},{"name":"finish-modules","duration":12755877,"timestamp":2213434176,"id":1044,"parentId":20,"tags":{},"startTime":1788675671378,"traceId":"8f399ed91ade102f"},{"name":"chunk-graph","duration":197562,"timestamp":2226782233,"id":1049,"parentId":1048,"tags":{},"startTime":1788675684726,"traceId":"8f399ed91ade102f"},{"name":"optimize-modules","duration":31,"timestamp":2226979944,"id":1051,"parentId":1048,"tags":{},"startTime":1788675684923,"traceId":"8f399ed91ade102f"},{"name":"optimize-chunks","duration":233143,"timestamp":2226980100,"id":1052,"parentId":1048,"tags":{},"startTime":1788675684923,"traceId":"8f399ed91ade102f"},{"name":"optimize-tree","duration":215,"timestamp":2227213417,"id":1053,"parentId":1048,"tags":{},"startTime":1788675685157,"traceId":"8f399ed91ade102f"},{"name":"optimize-chunk-modules","duration":261509,"timestamp":2227216336,"id":1054,"parentId":1048,"tags":{},"startTime":1788675685160,"traceId":"8f399ed91ade102f"},{"name":"optimize","duration":498081,"timestamp":2226979883,"id":1050,"parentId":1048,"tags":{},"startTime":1788675684923,"traceId":"8f399ed91ade102f"},{"name":"module-hash","duration":155360,"timestamp":2227582974,"id":1055,"parentId":1048,"tags":{},"startTime":1788675685526,"traceId":"8f399ed91ade102f"},{"name":"code-generation","duration":24929,"timestamp":2227738473,"id":1056,"parentId":1048,"tags":{},"startTime":1788675685682,"traceId":"8f399ed91ade102f"},{"name":"hash","duration":34703,"timestamp":2227781206,"id":1057,"parentId":1048,"tags":{},"startTime":1788675685725,"traceId":"8f399ed91ade102f"},{"name":"code-generation-jobs","duration":481,"timestamp":2227815904,"id":1058,"parentId":1048,"tags":{},"startTime":1788675685759,"traceId":"8f399ed91ade102f"},{"name":"module-assets","duration":2664,"timestamp":2227816189,"id":1059,"parentId":1048,"tags":{},"startTime":1788675685760,"traceId":"8f399ed91ade102f"},{"name":"create-chunk-assets","duration":4429,"timestamp":2227818876,"id":1060,"parentId":1048,"tags":{},"startTime":1788675685762,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1252,"timestamp":2227850073,"id":1062,"parentId":1061,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1788675685793,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1087,"timestamp":2227850252,"id":1063,"parentId":1061,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1078,"timestamp":2227850263,"id":1064,"parentId":1061,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1071,"timestamp":2227850271,"id":1065,"parentId":1061,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1067,"timestamp":2227850276,"id":1066,"parentId":1061,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1062,"timestamp":2227850282,"id":1067,"parentId":1061,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1057,"timestamp":2227850288,"id":1068,"parentId":1061,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"}]
3
- [{"name":"minify-js","duration":1336,"timestamp":2227850294,"id":1069,"parentId":1061,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1335,"timestamp":2227850300,"id":1070,"parentId":1061,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1277,"timestamp":2227850359,"id":1071,"parentId":1061,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1258,"timestamp":2227850379,"id":1072,"parentId":1061,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1249,"timestamp":2227850389,"id":1073,"parentId":1061,"tags":{"name":"../app/api/hooks/agent-event/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1244,"timestamp":2227850395,"id":1074,"parentId":1061,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1240,"timestamp":2227850400,"id":1075,"parentId":1061,"tags":{"name":"../app/api/hooks/permission-request/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1236,"timestamp":2227850405,"id":1076,"parentId":1061,"tags":{"name":"../app/api/metrics/vibe/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1232,"timestamp":2227850410,"id":1077,"parentId":1061,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1228,"timestamp":2227850414,"id":1078,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1225,"timestamp":2227850419,"id":1079,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1222,"timestamp":2227850423,"id":1080,"parentId":1061,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1218,"timestamp":2227850428,"id":1081,"parentId":1061,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1215,"timestamp":2227850432,"id":1082,"parentId":1061,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1211,"timestamp":2227850437,"id":1083,"parentId":1061,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1207,"timestamp":2227850441,"id":1084,"parentId":1061,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1205,"timestamp":2227850445,"id":1085,"parentId":1061,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1201,"timestamp":2227850450,"id":1086,"parentId":1061,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1198,"timestamp":2227850454,"id":1087,"parentId":1061,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1174,"timestamp":2227850479,"id":1088,"parentId":1061,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1168,"timestamp":2227850486,"id":1089,"parentId":1061,"tags":{"name":"../app/api/tasks/[taskId]/cancel/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1165,"timestamp":2227850489,"id":1090,"parentId":1061,"tags":{"name":"../app/api/tasks/[taskId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1163,"timestamp":2227850493,"id":1091,"parentId":1061,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1159,"timestamp":2227850498,"id":1092,"parentId":1061,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1155,"timestamp":2227850503,"id":1093,"parentId":1061,"tags":{"name":"../app/api/verification/runs/[runId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1153,"timestamp":2227850506,"id":1094,"parentId":1061,"tags":{"name":"../app/api/verification/runs/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1150,"timestamp":2227850510,"id":1095,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1149,"timestamp":2227850513,"id":1096,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/clear-composer/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1146,"timestamp":2227850517,"id":1097,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1144,"timestamp":2227850520,"id":1098,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cli-reference/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1141,"timestamp":2227850524,"id":1099,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1138,"timestamp":2227850528,"id":1100,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1135,"timestamp":2227850533,"id":1101,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1132,"timestamp":2227850536,"id":1102,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/env/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1129,"timestamp":2227850540,"id":1103,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1127,"timestamp":2227850543,"id":1104,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1123,"timestamp":2227850548,"id":1105,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1112,"timestamp":2227850560,"id":1106,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1109,"timestamp":2227850564,"id":1107,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1107,"timestamp":2227850567,"id":1108,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1105,"timestamp":2227850570,"id":1109,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1103,"timestamp":2227850573,"id":1110,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1100,"timestamp":2227850576,"id":1111,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1098,"timestamp":2227850579,"id":1112,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1096,"timestamp":2227850582,"id":1113,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1094,"timestamp":2227850586,"id":1114,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1092,"timestamp":2227850589,"id":1115,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1090,"timestamp":2227850592,"id":1116,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1087,"timestamp":2227850595,"id":1117,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1084,"timestamp":2227850599,"id":1118,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1082,"timestamp":2227850602,"id":1119,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1079,"timestamp":2227850606,"id":1120,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1076,"timestamp":2227850609,"id":1121,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1074,"timestamp":2227850612,"id":1122,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1072,"timestamp":2227850616,"id":1123,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1070,"timestamp":2227850619,"id":1124,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1068,"timestamp":2227850622,"id":1125,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1066,"timestamp":2227850625,"id":1126,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1064,"timestamp":2227850628,"id":1127,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1061,"timestamp":2227850631,"id":1128,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1059,"timestamp":2227850634,"id":1129,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/instances/opencode/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1057,"timestamp":2227850638,"id":1130,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1055,"timestamp":2227850641,"id":1131,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1053,"timestamp":2227850644,"id":1132,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1051,"timestamp":2227850647,"id":1133,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1048,"timestamp":2227850650,"id":1134,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1045,"timestamp":2227850654,"id":1135,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1043,"timestamp":2227850657,"id":1136,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/diff/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1041,"timestamp":2227850660,"id":1137,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/session/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1039,"timestamp":2227850663,"id":1138,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/opencode/share/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1037,"timestamp":2227850666,"id":1139,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1034,"timestamp":2227850670,"id":1140,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/resolve-target/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1030,"timestamp":2227850675,"id":1141,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1027,"timestamp":2227850679,"id":1142,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1024,"timestamp":2227850682,"id":1143,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1022,"timestamp":2227850685,"id":1144,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1020,"timestamp":2227850688,"id":1145,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1018,"timestamp":2227850691,"id":1146,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1016,"timestamp":2227850694,"id":1147,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1013,"timestamp":2227850698,"id":1148,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1011,"timestamp":2227850701,"id":1149,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1009,"timestamp":2227850703,"id":1150,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tasks/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1007,"timestamp":2227850706,"id":1151,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1005,"timestamp":2227850710,"id":1152,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1003,"timestamp":2227850713,"id":1153,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1000,"timestamp":2227850716,"id":1154,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":998,"timestamp":2227850719,"id":1155,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":995,"timestamp":2227850723,"id":1156,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":993,"timestamp":2227850726,"id":1157,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":991,"timestamp":2227850729,"id":1158,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":989,"timestamp":2227850732,"id":1159,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/config/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":987,"timestamp":2227850735,"id":1160,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":985,"timestamp":2227850738,"id":1161,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":983,"timestamp":2227850741,"id":1162,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":981,"timestamp":2227850744,"id":1163,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":978,"timestamp":2227850747,"id":1164,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":976,"timestamp":2227850751,"id":1165,"parentId":1061,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":974,"timestamp":2227850754,"id":1166,"parentId":1061,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":972,"timestamp":2227850757,"id":1167,"parentId":1061,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":970,"timestamp":2227850760,"id":1168,"parentId":1061,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":967,"timestamp":2227850763,"id":1169,"parentId":1061,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"}]
4
- [{"name":"minify-js","duration":1124,"timestamp":2227850766,"id":1170,"parentId":1061,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1125,"timestamp":2227850769,"id":1171,"parentId":1061,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1123,"timestamp":2227850772,"id":1172,"parentId":1061,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1121,"timestamp":2227850775,"id":1173,"parentId":1061,"tags":{"name":"../app/api/agents/update/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1119,"timestamp":2227850778,"id":1174,"parentId":1061,"tags":{"name":"../app/api/agents/versions/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1112,"timestamp":2227850786,"id":1175,"parentId":1061,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1110,"timestamp":2227850790,"id":1176,"parentId":1061,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1108,"timestamp":2227850793,"id":1177,"parentId":1061,"tags":{"name":"../app/api/capabilities/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1106,"timestamp":2227850796,"id":1178,"parentId":1061,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1104,"timestamp":2227850799,"id":1179,"parentId":1061,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1101,"timestamp":2227850802,"id":1180,"parentId":1061,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1099,"timestamp":2227850805,"id":1181,"parentId":1061,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1097,"timestamp":2227850808,"id":1182,"parentId":1061,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1095,"timestamp":2227850811,"id":1183,"parentId":1061,"tags":{"name":"../app/api/push/escalation/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1093,"timestamp":2227850814,"id":1184,"parentId":1061,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1091,"timestamp":2227850817,"id":1185,"parentId":1061,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1089,"timestamp":2227850820,"id":1186,"parentId":1061,"tags":{"name":"../app/api/remote/pair/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1087,"timestamp":2227850823,"id":1187,"parentId":1061,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1085,"timestamp":2227850826,"id":1188,"parentId":1061,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1083,"timestamp":2227850829,"id":1189,"parentId":1061,"tags":{"name":"../app/api/settings/default-surface-mode/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1081,"timestamp":2227850832,"id":1190,"parentId":1061,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1070,"timestamp":2227850844,"id":1191,"parentId":1061,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1068,"timestamp":2227850847,"id":1192,"parentId":1061,"tags":{"name":"../app/api/skills/installations/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1066,"timestamp":2227850850,"id":1193,"parentId":1061,"tags":{"name":"../app/api/skills/reindex/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1062,"timestamp":2227850855,"id":1194,"parentId":1061,"tags":{"name":"../app/api/skills/operations/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1060,"timestamp":2227850858,"id":1195,"parentId":1061,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1058,"timestamp":2227850861,"id":1196,"parentId":1061,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1056,"timestamp":2227850864,"id":1197,"parentId":1061,"tags":{"name":"../app/api/settings/default-agents/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1054,"timestamp":2227850867,"id":1198,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1052,"timestamp":2227850870,"id":1199,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1050,"timestamp":2227850873,"id":1200,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1048,"timestamp":2227850876,"id":1201,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1046,"timestamp":2227850879,"id":1202,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1044,"timestamp":2227850882,"id":1203,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1041,"timestamp":2227850885,"id":1204,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1039,"timestamp":2227850888,"id":1205,"parentId":1061,"tags":{"name":"../app/api/worktrees/apply-default-agents/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1037,"timestamp":2227850891,"id":1206,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1035,"timestamp":2227850894,"id":1207,"parentId":1061,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1032,"timestamp":2227850898,"id":1208,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1030,"timestamp":2227850901,"id":1209,"parentId":1061,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1028,"timestamp":2227850904,"id":1210,"parentId":1061,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1026,"timestamp":2227850907,"id":1211,"parentId":1061,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1023,"timestamp":2227850910,"id":1212,"parentId":1061,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1021,"timestamp":2227850913,"id":1213,"parentId":1061,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1019,"timestamp":2227850916,"id":1214,"parentId":1061,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1017,"timestamp":2227850919,"id":1215,"parentId":1061,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1015,"timestamp":2227850922,"id":1216,"parentId":1061,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1014,"timestamp":2227850925,"id":1217,"parentId":1061,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1012,"timestamp":2227850928,"id":1218,"parentId":1061,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1010,"timestamp":2227850930,"id":1219,"parentId":1061,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1008,"timestamp":2227850933,"id":1220,"parentId":1061,"tags":{"name":"../app/skills/installed/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1006,"timestamp":2227850936,"id":1221,"parentId":1061,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1004,"timestamp":2227850939,"id":1222,"parentId":1061,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1002,"timestamp":2227850942,"id":1223,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1000,"timestamp":2227850945,"id":1224,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":998,"timestamp":2227850948,"id":1225,"parentId":1061,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":996,"timestamp":2227850951,"id":1226,"parentId":1061,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":994,"timestamp":2227850954,"id":1227,"parentId":1061,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":992,"timestamp":2227850957,"id":1228,"parentId":1061,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":989,"timestamp":2227850960,"id":1229,"parentId":1061,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":987,"timestamp":2227850963,"id":1230,"parentId":1061,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":985,"timestamp":2227850966,"id":1231,"parentId":1061,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":983,"timestamp":2227850970,"id":1232,"parentId":1061,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":980,"timestamp":2227850973,"id":1233,"parentId":1061,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":978,"timestamp":2227850976,"id":1234,"parentId":1061,"tags":{"name":"450.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":976,"timestamp":2227850979,"id":1235,"parentId":1061,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":974,"timestamp":2227850982,"id":1236,"parentId":1061,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":972,"timestamp":2227850985,"id":1237,"parentId":1061,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":970,"timestamp":2227850988,"id":1238,"parentId":1061,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":968,"timestamp":2227850991,"id":1239,"parentId":1061,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":966,"timestamp":2227850994,"id":1240,"parentId":1061,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":964,"timestamp":2227850997,"id":1241,"parentId":1061,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":961,"timestamp":2227851000,"id":1242,"parentId":1061,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":959,"timestamp":2227851004,"id":1243,"parentId":1061,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":935,"timestamp":2227851028,"id":1244,"parentId":1061,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":932,"timestamp":2227851032,"id":1245,"parentId":1061,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":930,"timestamp":2227851035,"id":1246,"parentId":1061,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":928,"timestamp":2227851038,"id":1247,"parentId":1061,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":926,"timestamp":2227851041,"id":1248,"parentId":1061,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":924,"timestamp":2227851044,"id":1249,"parentId":1061,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":921,"timestamp":2227851047,"id":1250,"parentId":1061,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":919,"timestamp":2227851051,"id":1251,"parentId":1061,"tags":{"name":"1341.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":917,"timestamp":2227851054,"id":1252,"parentId":1061,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":914,"timestamp":2227851058,"id":1253,"parentId":1061,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":911,"timestamp":2227851061,"id":1254,"parentId":1061,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":909,"timestamp":2227851064,"id":1255,"parentId":1061,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":907,"timestamp":2227851067,"id":1256,"parentId":1061,"tags":{"name":"22.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":905,"timestamp":2227851071,"id":1257,"parentId":1061,"tags":{"name":"5220.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":902,"timestamp":2227851074,"id":1258,"parentId":1061,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":900,"timestamp":2227851076,"id":1259,"parentId":1061,"tags":{"name":"1058.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":898,"timestamp":2227851080,"id":1260,"parentId":1061,"tags":{"name":"5120.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":896,"timestamp":2227851083,"id":1261,"parentId":1061,"tags":{"name":"1191.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":894,"timestamp":2227851086,"id":1262,"parentId":1061,"tags":{"name":"5043.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":891,"timestamp":2227851089,"id":1263,"parentId":1061,"tags":{"name":"3241.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":889,"timestamp":2227851092,"id":1264,"parentId":1061,"tags":{"name":"7836.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":887,"timestamp":2227851095,"id":1265,"parentId":1061,"tags":{"name":"9696.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":885,"timestamp":2227851098,"id":1266,"parentId":1061,"tags":{"name":"2739.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":883,"timestamp":2227851102,"id":1267,"parentId":1061,"tags":{"name":"2839.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":881,"timestamp":2227851105,"id":1268,"parentId":1061,"tags":{"name":"261.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":878,"timestamp":2227851108,"id":1269,"parentId":1061,"tags":{"name":"8918.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":877,"timestamp":2227851111,"id":1270,"parentId":1061,"tags":{"name":"4325.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"}]
5
- [{"name":"minify-js","duration":991,"timestamp":2227851114,"id":1271,"parentId":1061,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":990,"timestamp":2227851117,"id":1272,"parentId":1061,"tags":{"name":"641.js","cache":"HIT"},"startTime":1788675685794,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":988,"timestamp":2227851120,"id":1273,"parentId":1061,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":986,"timestamp":2227851123,"id":1274,"parentId":1061,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":984,"timestamp":2227851126,"id":1275,"parentId":1061,"tags":{"name":"1503.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":982,"timestamp":2227851129,"id":1276,"parentId":1061,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":980,"timestamp":2227851132,"id":1277,"parentId":1061,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":978,"timestamp":2227851135,"id":1278,"parentId":1061,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":976,"timestamp":2227851138,"id":1279,"parentId":1061,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":973,"timestamp":2227851141,"id":1280,"parentId":1061,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":971,"timestamp":2227851144,"id":1281,"parentId":1061,"tags":{"name":"243.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":969,"timestamp":2227851147,"id":1282,"parentId":1061,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":967,"timestamp":2227851150,"id":1283,"parentId":1061,"tags":{"name":"180.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":965,"timestamp":2227851153,"id":1284,"parentId":1061,"tags":{"name":"120.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":963,"timestamp":2227851156,"id":1285,"parentId":1061,"tags":{"name":"7593.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":961,"timestamp":2227851159,"id":1286,"parentId":1061,"tags":{"name":"8543.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":959,"timestamp":2227851162,"id":1287,"parentId":1061,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":957,"timestamp":2227851165,"id":1288,"parentId":1061,"tags":{"name":"4390.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":955,"timestamp":2227851167,"id":1289,"parentId":1061,"tags":{"name":"9627.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":953,"timestamp":2227851171,"id":1290,"parentId":1061,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":951,"timestamp":2227851173,"id":1291,"parentId":1061,"tags":{"name":"406.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":949,"timestamp":2227851176,"id":1292,"parentId":1061,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":947,"timestamp":2227851179,"id":1293,"parentId":1061,"tags":{"name":"5164.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":945,"timestamp":2227851182,"id":1294,"parentId":1061,"tags":{"name":"9798.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":943,"timestamp":2227851185,"id":1295,"parentId":1061,"tags":{"name":"9130.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":940,"timestamp":2227851188,"id":1296,"parentId":1061,"tags":{"name":"4443.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":938,"timestamp":2227851191,"id":1297,"parentId":1061,"tags":{"name":"4299.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":936,"timestamp":2227851195,"id":1298,"parentId":1061,"tags":{"name":"8800.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":934,"timestamp":2227851198,"id":1299,"parentId":1061,"tags":{"name":"7905.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":932,"timestamp":2227851200,"id":1300,"parentId":1061,"tags":{"name":"1886.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":929,"timestamp":2227851204,"id":1301,"parentId":1061,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":927,"timestamp":2227851207,"id":1302,"parentId":1061,"tags":{"name":"1944.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":925,"timestamp":2227851210,"id":1303,"parentId":1061,"tags":{"name":"9051.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":923,"timestamp":2227851213,"id":1304,"parentId":1061,"tags":{"name":"6894.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":920,"timestamp":2227851216,"id":1305,"parentId":1061,"tags":{"name":"1990.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":918,"timestamp":2227851219,"id":1306,"parentId":1061,"tags":{"name":"7187.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":916,"timestamp":2227851222,"id":1307,"parentId":1061,"tags":{"name":"7472.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":914,"timestamp":2227851225,"id":1308,"parentId":1061,"tags":{"name":"5017.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":912,"timestamp":2227851228,"id":1309,"parentId":1061,"tags":{"name":"552.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":910,"timestamp":2227851231,"id":1310,"parentId":1061,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":904,"timestamp":2227851237,"id":1311,"parentId":1061,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":902,"timestamp":2227851240,"id":1312,"parentId":1061,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":899,"timestamp":2227851245,"id":1313,"parentId":1061,"tags":{"name":"8118.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":897,"timestamp":2227851247,"id":1314,"parentId":1061,"tags":{"name":"7859.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":896,"timestamp":2227851251,"id":1315,"parentId":1061,"tags":{"name":"2710.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":895,"timestamp":2227851254,"id":1316,"parentId":1061,"tags":{"name":"5048.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":892,"timestamp":2227851257,"id":1317,"parentId":1061,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":890,"timestamp":2227851260,"id":1318,"parentId":1061,"tags":{"name":"1501.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":888,"timestamp":2227851263,"id":1319,"parentId":1061,"tags":{"name":"7366.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":886,"timestamp":2227851266,"id":1320,"parentId":1061,"tags":{"name":"9360.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":884,"timestamp":2227851269,"id":1321,"parentId":1061,"tags":{"name":"3707.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":882,"timestamp":2227851272,"id":1322,"parentId":1061,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":879,"timestamp":2227851275,"id":1323,"parentId":1061,"tags":{"name":"9584.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":877,"timestamp":2227851278,"id":1324,"parentId":1061,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":875,"timestamp":2227851281,"id":1325,"parentId":1061,"tags":{"name":"5354.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":873,"timestamp":2227851284,"id":1326,"parentId":1061,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":871,"timestamp":2227851288,"id":1327,"parentId":1061,"tags":{"name":"28.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":868,"timestamp":2227851291,"id":1328,"parentId":1061,"tags":{"name":"6401.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":867,"timestamp":2227851294,"id":1329,"parentId":1061,"tags":{"name":"9938.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":865,"timestamp":2227851296,"id":1330,"parentId":1061,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":863,"timestamp":2227851299,"id":1331,"parentId":1061,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":861,"timestamp":2227851302,"id":1332,"parentId":1061,"tags":{"name":"663.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":859,"timestamp":2227851305,"id":1333,"parentId":1061,"tags":{"name":"4802.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":857,"timestamp":2227851308,"id":1334,"parentId":1061,"tags":{"name":"3123.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":856,"timestamp":2227851311,"id":1335,"parentId":1061,"tags":{"name":"7506.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":854,"timestamp":2227851313,"id":1336,"parentId":1061,"tags":{"name":"4393.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":852,"timestamp":2227851316,"id":1337,"parentId":1061,"tags":{"name":"3869.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":850,"timestamp":2227851320,"id":1338,"parentId":1061,"tags":{"name":"2515.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":848,"timestamp":2227851322,"id":1339,"parentId":1061,"tags":{"name":"365.js","cache":"HIT"},"startTime":1788675685795,"traceId":"8f399ed91ade102f"},{"name":"minify-webpack-plugin-optimize","duration":25243,"timestamp":2227827001,"id":1061,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1788675685770,"traceId":"8f399ed91ade102f"},{"name":"css-minimizer-plugin","duration":179,"timestamp":2227852412,"id":1340,"parentId":19,"tags":{},"startTime":1788675685796,"traceId":"8f399ed91ade102f"},{"name":"create-trace-assets","duration":109279,"timestamp":2227852809,"id":1341,"parentId":20,"tags":{},"startTime":1788675685796,"traceId":"8f399ed91ade102f"},{"name":"seal","duration":1551821,"timestamp":2226484449,"id":1048,"parentId":19,"tags":{},"startTime":1788675684428,"traceId":"8f399ed91ade102f"},{"name":"webpack-compilation","duration":23080473,"timestamp":2205134740,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1788675663078,"traceId":"8f399ed91ade102f"},{"name":"emit","duration":85224,"timestamp":2228215842,"id":1342,"parentId":16,"tags":{},"startTime":1788675686159,"traceId":"8f399ed91ade102f"},{"name":"webpack-close","duration":786,"timestamp":2228307280,"id":1343,"parentId":16,"tags":{"name":"server"},"startTime":1788675686251,"traceId":"8f399ed91ade102f"},{"name":"webpack-generate-error-stats","duration":2587,"timestamp":2228308127,"id":1344,"parentId":1343,"tags":{},"startTime":1788675686252,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":101989,"timestamp":2228320651,"id":1347,"parentId":1346,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKFxcLmpzb258XFwucnNjfFxcLnNlZ21lbnRzXFwvLitcXC5zZWdtZW50XFwucnNjKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKFxcLmpzb258XFwucnNjfFxcLnNlZ21lbnRzXFwvLitcXC5zZWdtZW50XFwucnNjKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1dfQ%3D%3D!"},"startTime":1788675686264,"traceId":"8f399ed91ade102f"},{"name":"make","duration":102453,"timestamp":2228320581,"id":1346,"parentId":1345,"tags":{},"startTime":1788675686264,"traceId":"8f399ed91ade102f"},{"name":"chunk-graph","duration":7747,"timestamp":2228434952,"id":1349,"parentId":1348,"tags":{},"startTime":1788675686378,"traceId":"8f399ed91ade102f"},{"name":"optimize-modules","duration":14,"timestamp":2228442892,"id":1351,"parentId":1348,"tags":{},"startTime":1788675686386,"traceId":"8f399ed91ade102f"},{"name":"optimize-chunks","duration":727,"timestamp":2228442987,"id":1352,"parentId":1348,"tags":{},"startTime":1788675686386,"traceId":"8f399ed91ade102f"},{"name":"optimize-tree","duration":14,"timestamp":2228443785,"id":1353,"parentId":1348,"tags":{},"startTime":1788675686387,"traceId":"8f399ed91ade102f"},{"name":"optimize-chunk-modules","duration":2926,"timestamp":2228443881,"id":1354,"parentId":1348,"tags":{},"startTime":1788675686387,"traceId":"8f399ed91ade102f"},{"name":"optimize","duration":4128,"timestamp":2228442745,"id":1350,"parentId":1348,"tags":{},"startTime":1788675686386,"traceId":"8f399ed91ade102f"},{"name":"module-hash","duration":2181,"timestamp":2228448252,"id":1355,"parentId":1348,"tags":{},"startTime":1788675686392,"traceId":"8f399ed91ade102f"},{"name":"code-generation","duration":164,"timestamp":2228450457,"id":1356,"parentId":1348,"tags":{},"startTime":1788675686394,"traceId":"8f399ed91ade102f"},{"name":"hash","duration":1680,"timestamp":2228451704,"id":1357,"parentId":1348,"tags":{},"startTime":1788675686395,"traceId":"8f399ed91ade102f"},{"name":"code-generation-jobs","duration":143,"timestamp":2228453383,"id":1358,"parentId":1348,"tags":{},"startTime":1788675686397,"traceId":"8f399ed91ade102f"},{"name":"module-assets","duration":59,"timestamp":2228453508,"id":1359,"parentId":1348,"tags":{},"startTime":1788675686397,"traceId":"8f399ed91ade102f"},{"name":"create-chunk-assets","duration":199,"timestamp":2228453575,"id":1360,"parentId":1348,"tags":{},"startTime":1788675686397,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":53,"timestamp":2228458221,"id":1362,"parentId":1361,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1788675686402,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":35,"timestamp":2228458247,"id":1363,"parentId":1361,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1788675686402,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":29,"timestamp":2228458254,"id":1364,"parentId":1361,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1788675686402,"traceId":"8f399ed91ade102f"},{"name":"minify-webpack-plugin-optimize","duration":527,"timestamp":2228457759,"id":1361,"parentId":1345,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1788675686401,"traceId":"8f399ed91ade102f"},{"name":"css-minimizer-plugin","duration":8,"timestamp":2228458339,"id":1365,"parentId":1345,"tags":{},"startTime":1788675686402,"traceId":"8f399ed91ade102f"},{"name":"seal","duration":32908,"timestamp":2228431897,"id":1348,"parentId":1345,"tags":{},"startTime":1788675686375,"traceId":"8f399ed91ade102f"},{"name":"webpack-compilation","duration":146455,"timestamp":2228318847,"id":1345,"parentId":16,"tags":{"name":"edge-server"},"startTime":1788675686262,"traceId":"8f399ed91ade102f"},{"name":"emit","duration":5037,"timestamp":2228465407,"id":1366,"parentId":16,"tags":{},"startTime":1788675686409,"traceId":"8f399ed91ade102f"},{"name":"webpack-close","duration":309,"timestamp":2228470796,"id":1367,"parentId":16,"tags":{"name":"edge-server"},"startTime":1788675686414,"traceId":"8f399ed91ade102f"},{"name":"webpack-generate-error-stats","duration":570,"timestamp":2228471113,"id":1368,"parentId":1367,"tags":{},"startTime":1788675686414,"traceId":"8f399ed91ade102f"}]
6
- [{"name":"add-entry","duration":775628,"timestamp":2228483162,"id":1382,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775654,"timestamp":2228483165,"id":1383,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775656,"timestamp":2228483168,"id":1384,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775657,"timestamp":2228483170,"id":1385,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775657,"timestamp":2228483173,"id":1386,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775658,"timestamp":2228483175,"id":1387,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775658,"timestamp":2228483178,"id":1388,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775656,"timestamp":2228483183,"id":1389,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775656,"timestamp":2228483186,"id":1390,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775662,"timestamp":2228483188,"id":1391,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775662,"timestamp":2228483191,"id":1392,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775663,"timestamp":2228483194,"id":1393,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775663,"timestamp":2228483197,"id":1394,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775664,"timestamp":2228483199,"id":1395,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775663,"timestamp":2228483202,"id":1396,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775663,"timestamp":2228483204,"id":1397,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775664,"timestamp":2228483206,"id":1398,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775664,"timestamp":2228483209,"id":1399,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775664,"timestamp":2228483211,"id":1400,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775663,"timestamp":2228483214,"id":1401,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775662,"timestamp":2228483217,"id":1402,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775662,"timestamp":2228483219,"id":1403,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483223,"id":1404,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483226,"id":1405,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483228,"id":1406,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483231,"id":1407,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483233,"id":1408,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483236,"id":1409,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483238,"id":1410,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483240,"id":1411,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483243,"id":1412,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483245,"id":1413,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483248,"id":1414,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775661,"timestamp":2228483250,"id":1415,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483253,"id":1416,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483256,"id":1417,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483258,"id":1418,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483261,"id":1419,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483263,"id":1420,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483265,"id":1421,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483268,"id":1422,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775660,"timestamp":2228483270,"id":1423,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775659,"timestamp":2228483273,"id":1424,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775659,"timestamp":2228483275,"id":1425,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775659,"timestamp":2228483278,"id":1426,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775658,"timestamp":2228483281,"id":1427,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775658,"timestamp":2228483283,"id":1428,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775657,"timestamp":2228483286,"id":1429,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775657,"timestamp":2228483289,"id":1430,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775656,"timestamp":2228483291,"id":1431,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775656,"timestamp":2228483294,"id":1432,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775655,"timestamp":2228483296,"id":1433,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775655,"timestamp":2228483299,"id":1434,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775656,"timestamp":2228483301,"id":1435,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775654,"timestamp":2228483305,"id":1436,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775652,"timestamp":2228483308,"id":1437,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775652,"timestamp":2228483311,"id":1438,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775652,"timestamp":2228483313,"id":1439,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775651,"timestamp":2228483316,"id":1440,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775650,"timestamp":2228483319,"id":1441,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775650,"timestamp":2228483321,"id":1442,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775650,"timestamp":2228483324,"id":1443,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775649,"timestamp":2228483326,"id":1444,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775648,"timestamp":2228483329,"id":1445,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775648,"timestamp":2228483332,"id":1446,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483334,"id":1447,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483337,"id":1448,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483339,"id":1449,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483342,"id":1450,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483345,"id":1451,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483347,"id":1452,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483349,"id":1453,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483352,"id":1454,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775647,"timestamp":2228483355,"id":1455,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775674,"timestamp":2228483357,"id":1456,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775677,"timestamp":2228483360,"id":1457,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775679,"timestamp":2228483362,"id":1458,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483365,"id":1459,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483367,"id":1460,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483370,"id":1461,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483372,"id":1462,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483375,"id":1463,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483377,"id":1464,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483380,"id":1465,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483382,"id":1466,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775681,"timestamp":2228483385,"id":1467,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775681,"timestamp":2228483387,"id":1468,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483389,"id":1469,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775681,"timestamp":2228483392,"id":1470,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775681,"timestamp":2228483394,"id":1471,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483397,"id":1472,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483399,"id":1473,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775681,"timestamp":2228483402,"id":1474,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775681,"timestamp":2228483404,"id":1475,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483407,"id":1476,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483409,"id":1477,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483412,"id":1478,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775679,"timestamp":2228483414,"id":1479,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775680,"timestamp":2228483417,"id":1480,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775679,"timestamp":2228483420,"id":1481,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775679,"timestamp":2228483422,"id":1482,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"}]
7
- [{"name":"add-entry","duration":775867,"timestamp":2228483425,"id":1483,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775871,"timestamp":2228483427,"id":1484,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775873,"timestamp":2228483430,"id":1485,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775874,"timestamp":2228483433,"id":1486,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775874,"timestamp":2228483435,"id":1487,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775876,"timestamp":2228483438,"id":1488,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775877,"timestamp":2228483440,"id":1489,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775877,"timestamp":2228483443,"id":1490,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775878,"timestamp":2228483445,"id":1491,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775878,"timestamp":2228483448,"id":1492,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775878,"timestamp":2228483451,"id":1493,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775879,"timestamp":2228483453,"id":1494,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775880,"timestamp":2228483456,"id":1495,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775881,"timestamp":2228483459,"id":1496,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775881,"timestamp":2228483461,"id":1497,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775882,"timestamp":2228483463,"id":1498,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775884,"timestamp":2228483466,"id":1499,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775882,"timestamp":2228483471,"id":1500,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775881,"timestamp":2228483475,"id":1501,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775882,"timestamp":2228483478,"id":1502,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775883,"timestamp":2228483481,"id":1503,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775884,"timestamp":2228483483,"id":1504,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775884,"timestamp":2228483487,"id":1505,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775885,"timestamp":2228483489,"id":1506,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775887,"timestamp":2228483492,"id":1507,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775888,"timestamp":2228483494,"id":1508,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775890,"timestamp":2228483497,"id":1509,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775891,"timestamp":2228483500,"id":1510,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775891,"timestamp":2228483503,"id":1511,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775890,"timestamp":2228483505,"id":1512,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775890,"timestamp":2228483508,"id":1513,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775889,"timestamp":2228483511,"id":1514,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775888,"timestamp":2228483514,"id":1515,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775888,"timestamp":2228483516,"id":1516,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775887,"timestamp":2228483519,"id":1517,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775887,"timestamp":2228483522,"id":1518,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775886,"timestamp":2228483524,"id":1519,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775885,"timestamp":2228483527,"id":1520,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775885,"timestamp":2228483530,"id":1521,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775885,"timestamp":2228483532,"id":1522,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775885,"timestamp":2228483534,"id":1523,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":775843,"timestamp":2228483578,"id":1540,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":884802,"timestamp":2228483111,"id":1374,"parentId":1370,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1788675686426,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":916835,"timestamp":2228483127,"id":1378,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobal-error.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":921509,"timestamp":2228483155,"id":1380,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Ferror.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":990728,"timestamp":2228483115,"id":1375,"parentId":1370,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1788675686426,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":990742,"timestamp":2228483123,"id":1377,"parentId":1370,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":990754,"timestamp":2228483119,"id":1376,"parentId":1370,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":990886,"timestamp":2228482995,"id":1371,"parentId":1370,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1788675686426,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":990787,"timestamp":2228483106,"id":1373,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686426,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":990813,"timestamp":2228483088,"id":1372,"parentId":1370,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1788675686426,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1186776,"timestamp":2228483589,"id":1544,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1186839,"timestamp":2228483550,"id":1529,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fpwa%2FOfflineReconnectButton.tsx%22%2C%22ids%22%3A%5B%22OfflineReconnectButton%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1187264,"timestamp":2228483132,"id":1379,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22node_modules%2Fgeist%2Fdist%2Fsans.js%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2Fgeist-sans%2FGeist-Variable.woff2%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22GeistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22node_modules%2Fgeist%2Fdist%2Fmono.js%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2Fgeist-mono%2FGeistMono-Variable.woff2%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22adjustFontFallback%5C%22%3Afalse%2C%5C%22fallback%5C%22%3A%5B%5C%22ui-monospace%5C%22%2C%5C%22SFMono-Regular%5C%22%2C%5C%22Roboto%20Mono%5C%22%2C%5C%22Menlo%5C%22%2C%5C%22Monaco%5C%22%2C%5C%22Liberation%20Mono%5C%22%2C%5C%22DejaVu%20Sans%20Mono%5C%22%2C%5C%22Courier%20New%5C%22%2C%5C%22monospace%5C%22%5D%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22GeistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1332985,"timestamp":2228483159,"id":1381,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1332631,"timestamp":2228483540,"id":1525,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1332633,"timestamp":2228483545,"id":1527,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1332627,"timestamp":2228483555,"id":1531,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1332628,"timestamp":2228483560,"id":1533,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1332626,"timestamp":2228483565,"id":1535,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1332615,"timestamp":2228483581,"id":1541,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1408416,"timestamp":2228483542,"id":1526,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1408429,"timestamp":2228483552,"id":1530,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1408425,"timestamp":2228483563,"id":1534,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Frepositories%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1408424,"timestamp":2228483570,"id":1537,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2Finstalled%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1408423,"timestamp":2228483575,"id":1539,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1429892,"timestamp":2228483537,"id":1524,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1429905,"timestamp":2228483547,"id":1528,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fmore%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1429902,"timestamp":2228483558,"id":1532,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Freview%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1429898,"timestamp":2228483568,"id":1536,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fsessions%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1429889,"timestamp":2228483583,"id":1542,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1954888,"timestamp":2228483573,"id":1538,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2F%5BskillId%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"add-entry","duration":1954898,"timestamp":2228483586,"id":1543,"parentId":1370,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788675686427,"traceId":"8f399ed91ade102f"},{"name":"make","duration":1955892,"timestamp":2228482695,"id":1370,"parentId":1369,"tags":{},"startTime":1788675686426,"traceId":"8f399ed91ade102f"},{"name":"chunk-graph","duration":88001,"timestamp":2230644684,"id":1546,"parentId":1545,"tags":{},"startTime":1788675688588,"traceId":"8f399ed91ade102f"},{"name":"optimize-modules","duration":9,"timestamp":2230732746,"id":1548,"parentId":1545,"tags":{},"startTime":1788675688676,"traceId":"8f399ed91ade102f"},{"name":"optimize-chunks","duration":80113,"timestamp":2230747849,"id":1550,"parentId":1545,"tags":{},"startTime":1788675688691,"traceId":"8f399ed91ade102f"},{"name":"optimize-tree","duration":20,"timestamp":2230828062,"id":1551,"parentId":1545,"tags":{},"startTime":1788675688771,"traceId":"8f399ed91ade102f"},{"name":"optimize-chunk-modules","duration":111800,"timestamp":2230828128,"id":1552,"parentId":1545,"tags":{},"startTime":1788675688772,"traceId":"8f399ed91ade102f"},{"name":"optimize","duration":207248,"timestamp":2230732726,"id":1547,"parentId":1545,"tags":{},"startTime":1788675688676,"traceId":"8f399ed91ade102f"},{"name":"module-hash","duration":73553,"timestamp":2231032111,"id":1553,"parentId":1545,"tags":{},"startTime":1788675688975,"traceId":"8f399ed91ade102f"},{"name":"code-generation","duration":10150,"timestamp":2231105714,"id":1554,"parentId":1545,"tags":{},"startTime":1788675689049,"traceId":"8f399ed91ade102f"},{"name":"hash","duration":20134,"timestamp":2231124054,"id":1555,"parentId":1545,"tags":{},"startTime":1788675689067,"traceId":"8f399ed91ade102f"},{"name":"code-generation-jobs","duration":314,"timestamp":2231144185,"id":1556,"parentId":1545,"tags":{},"startTime":1788675689088,"traceId":"8f399ed91ade102f"},{"name":"module-assets","duration":2097,"timestamp":2231144390,"id":1557,"parentId":1545,"tags":{},"startTime":1788675689088,"traceId":"8f399ed91ade102f"},{"name":"create-chunk-assets","duration":8108,"timestamp":2231146504,"id":1558,"parentId":1545,"tags":{},"startTime":1788675689090,"traceId":"8f399ed91ade102f"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1521,"timestamp":2231158395,"id":1560,"parentId":1369,"tags":{},"startTime":1788675689102,"traceId":"8f399ed91ade102f"},{"name":"NextJsBuildManifest-createassets","duration":2483,"timestamp":2231157447,"id":1559,"parentId":1369,"tags":{},"startTime":1788675689101,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2468,"timestamp":2231175754,"id":1562,"parentId":1561,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2445,"timestamp":2231175791,"id":1563,"parentId":1561,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2440,"timestamp":2231175799,"id":1564,"parentId":1561,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2437,"timestamp":2231175804,"id":1565,"parentId":1561,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2434,"timestamp":2231175809,"id":1566,"parentId":1561,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2432,"timestamp":2231175813,"id":1567,"parentId":1561,"tags":{"name":"static/chunks/app/global-error-ffd25ce4df4512bc.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2430,"timestamp":2231175817,"id":1568,"parentId":1561,"tags":{"name":"static/chunks/app/layout-964f9b366f87a3b7.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2427,"timestamp":2231175822,"id":1569,"parentId":1561,"tags":{"name":"static/chunks/app/error-995a8a26fff05ddd.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2425,"timestamp":2231175826,"id":1570,"parentId":1561,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2424,"timestamp":2231175829,"id":1571,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-a04e1e15d8eb26ef.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2421,"timestamp":2231175834,"id":1572,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-5831168f084c4fac.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2419,"timestamp":2231175838,"id":1573,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/messages/route-1c7a663374ce8640.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2416,"timestamp":2231175843,"id":1574,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/session/route-a6e861a3b5bb5739.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"}]
8
- [{"name":"minify-js","duration":2693,"timestamp":2231175847,"id":1575,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-0d5b1b45c053b5cc.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2695,"timestamp":2231175850,"id":1576,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/start/route-344470b63e3e5f40.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2693,"timestamp":2231175856,"id":1577,"parentId":1561,"tags":{"name":"static/chunks/app/api/assistant/tools/route-a1112a34a90c5aab.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2691,"timestamp":2231175859,"id":1578,"parentId":1561,"tags":{"name":"static/chunks/app/api/auth/login/route-9f512e1dcacf2e7d.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2689,"timestamp":2231175863,"id":1579,"parentId":1561,"tags":{"name":"static/chunks/app/api/auth/logout/route-e10504ba6a3ec46f.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2687,"timestamp":2231175868,"id":1580,"parentId":1561,"tags":{"name":"static/chunks/app/api/daily-summary/route-f9e2ad20284dc0f1.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2686,"timestamp":2231175871,"id":1581,"parentId":1561,"tags":{"name":"static/chunks/app/api/hooks/agent-event/route-765052b457d80243.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2683,"timestamp":2231175876,"id":1582,"parentId":1561,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-2996ad0194de06b3.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2681,"timestamp":2231175880,"id":1583,"parentId":1561,"tags":{"name":"static/chunks/app/api/hooks/permission-request/route-2971e290a96dbf72.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2680,"timestamp":2231175884,"id":1584,"parentId":1561,"tags":{"name":"static/chunks/app/api/metrics/vibe/route-1a2c3bcaf27dc8a3.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2678,"timestamp":2231175888,"id":1585,"parentId":1561,"tags":{"name":"static/chunks/app/api/ollama/models/route-162e7f0ec496066a.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2675,"timestamp":2231175893,"id":1586,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-efaf0815ae5f62f3.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2674,"timestamp":2231175897,"id":1587,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-ef6fba4d2d5f8b15.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2672,"timestamp":2231175902,"id":1588,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-8b9d7034365eca63.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2670,"timestamp":2231175905,"id":1589,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-5eaa83de1d0cc7ef.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2668,"timestamp":2231175910,"id":1590,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/clone/route-99b663b401fff6b5.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2667,"timestamp":2231175914,"id":1591,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-0a629c9294f8a632.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2664,"timestamp":2231175918,"id":1592,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/restore/route-f66b10c4367a16b6.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2662,"timestamp":2231175923,"id":1593,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/route-fe115a9a2a8bf295.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2661,"timestamp":2231175927,"id":1594,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/scan/route-9423c7d4152bdf84.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2659,"timestamp":2231175931,"id":1595,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/sync/route-35db2e6de3721894.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2657,"timestamp":2231175935,"id":1596,"parentId":1561,"tags":{"name":"static/chunks/app/api/slash-commands/route-1ab88762117bd2c4.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2656,"timestamp":2231175939,"id":1597,"parentId":1561,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/cancel/route-7c6a6a44d9e7491b.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2653,"timestamp":2231175943,"id":1598,"parentId":1561,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/route-4577231a11ca7f03.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2652,"timestamp":2231175947,"id":1599,"parentId":1561,"tags":{"name":"static/chunks/app/api/templates/[id]/route-66889a7e7c6bd560.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2650,"timestamp":2231175951,"id":1600,"parentId":1561,"tags":{"name":"static/chunks/app/api/templates/route-dd0d4e89f21566f3.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2648,"timestamp":2231175955,"id":1601,"parentId":1561,"tags":{"name":"static/chunks/app/api/verification/runs/[runId]/route-d16bfb7a01d12bbf.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2646,"timestamp":2231175959,"id":1602,"parentId":1561,"tags":{"name":"static/chunks/app/api/verification/runs/route-6ac86cdca829250b.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2645,"timestamp":2231175962,"id":1603,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-9c24fd40a6a369a4.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2643,"timestamp":2231175967,"id":1604,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/clear-composer/route-0d82ac0de9f115ec.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2641,"timestamp":2231175971,"id":1605,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-bae4d8b068ab56ae.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2639,"timestamp":2231175976,"id":1606,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-reference/route-1c41814e85d2c410.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2637,"timestamp":2231175980,"id":1607,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-fa2a3ce84d00af5f.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2635,"timestamp":2231175983,"id":1608,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-ef2f501b0b42b565.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2633,"timestamp":2231175988,"id":1609,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-3ddcb1577a8b2ab6.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2631,"timestamp":2231175992,"id":1610,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/env/route-20fe3360c4ccb67a.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2630,"timestamp":2231175996,"id":1611,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-98b4dc0554ee8ffc.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2627,"timestamp":2231176000,"id":1612,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-078e105fd5858a3f.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2603,"timestamp":2231176026,"id":1613,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-ae5a4e5e00ece467.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2600,"timestamp":2231176032,"id":1614,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-ad32a299b0232bc3.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2598,"timestamp":2231176036,"id":1615,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-a78e5612293205cd.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2596,"timestamp":2231176040,"id":1616,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-3675bdc5932959d2.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2594,"timestamp":2231176045,"id":1617,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-742727301413dd87.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2592,"timestamp":2231176049,"id":1618,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-9f2a75372cb6f4df.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2590,"timestamp":2231176053,"id":1619,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-46fb7d2391bdea67.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2587,"timestamp":2231176057,"id":1620,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-21de89fc789178c8.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2586,"timestamp":2231176061,"id":1621,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-55e1616b4935907b.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2582,"timestamp":2231176067,"id":1622,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-2e6eb12d1b164575.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2581,"timestamp":2231176070,"id":1623,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-6090305e4e376e5d.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2580,"timestamp":2231176074,"id":1624,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-c7c7798b9cb24bcb.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2578,"timestamp":2231176079,"id":1625,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-73c24c2c56b38528.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2545,"timestamp":2231176115,"id":1626,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-8acbaa60a0ffaa99.js","cache":"HIT"},"startTime":1788675689119,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2537,"timestamp":2231176125,"id":1627,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-029cfaecf4dd78a8.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2531,"timestamp":2231176132,"id":1628,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-b6d3be450b433cab.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2526,"timestamp":2231176140,"id":1629,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-4f8381c632e39965.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2520,"timestamp":2231176148,"id":1630,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-4b24a83c7b156bd3.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2516,"timestamp":2231176154,"id":1631,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-367d27b618f103ec.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2511,"timestamp":2231176162,"id":1632,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-9262b71e54409147.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2506,"timestamp":2231176168,"id":1633,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-112bc4f5daf4b0d5.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2502,"timestamp":2231176175,"id":1634,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-3d778100ac3f7188.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2496,"timestamp":2231176182,"id":1635,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-6ff1bba8a4e41b3e.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2491,"timestamp":2231176190,"id":1636,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-79a614bd4f111a1e.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2487,"timestamp":2231176196,"id":1637,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/instances/opencode/route-658517f959b2e9a5.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2481,"timestamp":2231176204,"id":1638,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-dad583039baee9e6.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2477,"timestamp":2231176211,"id":1639,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-c8cb17019ea4b9a3.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2471,"timestamp":2231176219,"id":1640,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-4b46606e941ac9b8.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2466,"timestamp":2231176225,"id":1641,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-402a2661b5fa4b9e.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2462,"timestamp":2231176232,"id":1642,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-0f1c03c869ad3a30.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2456,"timestamp":2231176240,"id":1643,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-3a0307815aa0f6b2.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2452,"timestamp":2231176247,"id":1644,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/diff/route-805c45394c0a85bc.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2447,"timestamp":2231176254,"id":1645,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/session/route-d435dc075a4db101.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2442,"timestamp":2231176262,"id":1646,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/share/route-eb952fdfbb08d650.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2437,"timestamp":2231176268,"id":1647,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-4a7dd3fc9b97fae4.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2432,"timestamp":2231176276,"id":1648,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/resolve-target/route-22ce1830eb725644.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2425,"timestamp":2231176285,"id":1649,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-040c9e7142546a46.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2420,"timestamp":2231176292,"id":1650,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-a1e916f1cad580a8.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2414,"timestamp":2231176300,"id":1651,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-74bb5fe23b4cea84.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2410,"timestamp":2231176307,"id":1652,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-3bec72c0c95df125.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2405,"timestamp":2231176313,"id":1653,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-59339c9bb608af83.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2399,"timestamp":2231176321,"id":1654,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-694df8a0164ac382.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2394,"timestamp":2231176328,"id":1655,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-14ccc1efd0b67c0e.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2389,"timestamp":2231176336,"id":1656,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-edd15027eb21ca16.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2384,"timestamp":2231176343,"id":1657,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-f48dbccdbc699706.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2379,"timestamp":2231176350,"id":1658,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tasks/route-8107eeb2ea9cd5f2.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2373,"timestamp":2231176359,"id":1659,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-52216712387d8f87.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2368,"timestamp":2231176366,"id":1660,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-7162a1bccc1a7c6e.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2364,"timestamp":2231176372,"id":1661,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-ce9e54ca6e60d782.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2359,"timestamp":2231176380,"id":1662,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-62a525ef25f61a8d.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2354,"timestamp":2231176387,"id":1663,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-3b4f349f07706e2f.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2348,"timestamp":2231176395,"id":1664,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-9d981ddea53e2e8c.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2343,"timestamp":2231176402,"id":1665,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-2f90853db5196c33.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2339,"timestamp":2231176409,"id":1666,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-40cb87664743c374.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2332,"timestamp":2231176417,"id":1667,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/config/route-8eb5364dfb02aa1d.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2327,"timestamp":2231176424,"id":1668,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/route-88aaedbcd562b71b.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2322,"timestamp":2231176431,"id":1669,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route-6318c9085567d1f0.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2317,"timestamp":2231176438,"id":1670,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-902a2f95a73af20d.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2312,"timestamp":2231176445,"id":1671,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/route-c2fa192c85ae6a4c.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2308,"timestamp":2231176452,"id":1672,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-b6933d7af2d7ede4.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2303,"timestamp":2231176459,"id":1673,"parentId":1561,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-47de54bb4d8103e4.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2298,"timestamp":2231176466,"id":1674,"parentId":1561,"tags":{"name":"static/chunks/app/api/app/update-check/route-e1d8379a6c442cdd.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2292,"timestamp":2231176474,"id":1675,"parentId":1561,"tags":{"name":"static/chunks/app/api/agents/update/route-fea8cdc9141dcbf3.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"}]
9
- [{"name":"minify-js","duration":2438,"timestamp":2231176481,"id":1676,"parentId":1561,"tags":{"name":"static/chunks/app/api/agents/versions/route-77ccd46e05e160f9.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2434,"timestamp":2231176487,"id":1677,"parentId":1561,"tags":{"name":"static/chunks/app/api/app/update/route-b2207b7901008fe8.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2429,"timestamp":2231176495,"id":1678,"parentId":1561,"tags":{"name":"static/chunks/app/api/auth/status/route-6d82a3a89993c5b2.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2424,"timestamp":2231176502,"id":1679,"parentId":1561,"tags":{"name":"static/chunks/app/api/capabilities/route-7b0d1d7d7da40334.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2418,"timestamp":2231176510,"id":1680,"parentId":1561,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-22212e4e97187c59.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2413,"timestamp":2231176517,"id":1681,"parentId":1561,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-1415b4b650664afa.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2408,"timestamp":2231176524,"id":1682,"parentId":1561,"tags":{"name":"static/chunks/app/api/external-apps/route-db0de1f123e57f66.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2403,"timestamp":2231176531,"id":1683,"parentId":1561,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-a64c2715b04bd843.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2398,"timestamp":2231176538,"id":1684,"parentId":1561,"tags":{"name":"static/chunks/app/api/fs/browse/route-06191c7f87b2b04e.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2394,"timestamp":2231176545,"id":1685,"parentId":1561,"tags":{"name":"static/chunks/app/api/push/escalation/route-e253930c97f58a4c.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2387,"timestamp":2231176554,"id":1686,"parentId":1561,"tags":{"name":"static/chunks/app/api/push/vapid/route-010fbb7aa98b2ad2.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2382,"timestamp":2231176561,"id":1687,"parentId":1561,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-8a009e05ad337804.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2376,"timestamp":2231176569,"id":1688,"parentId":1561,"tags":{"name":"static/chunks/app/api/remote/pair/route-23748dbec0525b96.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2371,"timestamp":2231176576,"id":1689,"parentId":1561,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-4e235cb9d9c4b1ff.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2364,"timestamp":2231176585,"id":1690,"parentId":1561,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-7df0ebe56486b03a.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2353,"timestamp":2231176597,"id":1691,"parentId":1561,"tags":{"name":"static/chunks/app/api/settings/default-surface-mode/route-efb79496fa5ed343.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2348,"timestamp":2231176604,"id":1692,"parentId":1561,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-759701550faee10b.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2344,"timestamp":2231176611,"id":1693,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/[id]/route-a0341c880c37eccd.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2339,"timestamp":2231176618,"id":1694,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/installations/route-b7e76992c3af9c68.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2335,"timestamp":2231176625,"id":1695,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/reindex/route-2723e38103eafd5d.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2330,"timestamp":2231176632,"id":1696,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/operations/route-0a36e0c8a226ef27.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2326,"timestamp":2231176638,"id":1697,"parentId":1561,"tags":{"name":"static/chunks/app/api/skills/route-3cbc9145bb0bbbba.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2321,"timestamp":2231176645,"id":1698,"parentId":1561,"tags":{"name":"static/chunks/app/api/todos/route-6b8a273af5f64ccd.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2314,"timestamp":2231176654,"id":1699,"parentId":1561,"tags":{"name":"static/chunks/app/api/settings/default-agents/route-1f9bd1359dd9728c.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2310,"timestamp":2231176661,"id":1700,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-fc8dfa5388d0ca39.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2306,"timestamp":2231176668,"id":1701,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-6ef04d55a40d2ffe.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2300,"timestamp":2231176675,"id":1702,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-19ab2b645f9b037b.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2296,"timestamp":2231176682,"id":1703,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-fed7ca96078bae22.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2290,"timestamp":2231176689,"id":1704,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-e343f5ba1fce01c4.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2286,"timestamp":2231176696,"id":1705,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-31015fc11edd481c.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2281,"timestamp":2231176703,"id":1706,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-0b15fd95625f7a87.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2275,"timestamp":2231176710,"id":1707,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/apply-default-agents/route-c7ebcc81f8abaf08.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2270,"timestamp":2231176717,"id":1708,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-a47173dd63d82a7f.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2266,"timestamp":2231176724,"id":1709,"parentId":1561,"tags":{"name":"static/chunks/app/proxy/[...path]/route-3ed73abe17d755f6.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2260,"timestamp":2231176732,"id":1710,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-1b30de6920dda6ea.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2255,"timestamp":2231176738,"id":1711,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/route-75b318d8b610c09f.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2250,"timestamp":2231176746,"id":1712,"parentId":1561,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-0013f5ec304ba55c.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2245,"timestamp":2231176753,"id":1713,"parentId":1561,"tags":{"name":"static/chunks/app/login/page-7974413c4ae4fea4.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2241,"timestamp":2231176759,"id":1714,"parentId":1561,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2236,"timestamp":2231176766,"id":1715,"parentId":1561,"tags":{"name":"static/chunks/app/chat/page-31064439a8c649f1.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2231,"timestamp":2231176773,"id":1716,"parentId":1561,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2227,"timestamp":2231176779,"id":1717,"parentId":1561,"tags":{"name":"static/chunks/app/more/page-44308b3a655d53b9.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2245,"timestamp":2231176786,"id":1718,"parentId":1561,"tags":{"name":"static/chunks/app/offline/page-b9127940b8a02099.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2241,"timestamp":2231176793,"id":1719,"parentId":1561,"tags":{"name":"static/chunks/app/page-b799988475592268.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2236,"timestamp":2231176800,"id":1720,"parentId":1561,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2232,"timestamp":2231176806,"id":1721,"parentId":1561,"tags":{"name":"static/chunks/app/review/page-6fa438dd0d35482e.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2227,"timestamp":2231176813,"id":1722,"parentId":1561,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2224,"timestamp":2231176820,"id":1723,"parentId":1561,"tags":{"name":"static/chunks/app/repositories/page-a2e904e4f6f6ef60.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2219,"timestamp":2231176827,"id":1724,"parentId":1561,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2215,"timestamp":2231176833,"id":1725,"parentId":1561,"tags":{"name":"static/chunks/app/sessions/page-40270cbad7bd71c3.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2210,"timestamp":2231176840,"id":1726,"parentId":1561,"tags":{"name":"static/chunks/app/skills/installed/page-159f869c5f6948c7.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2206,"timestamp":2231176848,"id":1727,"parentId":1561,"tags":{"name":"static/chunks/app/skills/[skillId]/page-c1ef0712d428571a.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2201,"timestamp":2231176854,"id":1728,"parentId":1561,"tags":{"name":"static/chunks/app/skills/page-761d3152b48d9093.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2196,"timestamp":2231176861,"id":1729,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/layout-d306ed45f544007f.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2191,"timestamp":2231176868,"id":1730,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2186,"timestamp":2231176876,"id":1731,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-6b8634c2046dc424.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2181,"timestamp":2231176883,"id":1732,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/page-d51cbbda23a638c6.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2177,"timestamp":2231176890,"id":1733,"parentId":1561,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-7b73a0accd3a0644.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2172,"timestamp":2231176896,"id":1734,"parentId":1561,"tags":{"name":"static/chunks/webpack-76888df932fce0c2.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2168,"timestamp":2231176903,"id":1735,"parentId":1561,"tags":{"name":"static/chunks/7229.916880a7075026ef.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2161,"timestamp":2231176912,"id":1736,"parentId":1561,"tags":{"name":"static/chunks/3922.a60b050fabfde174.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2156,"timestamp":2231176918,"id":1737,"parentId":1561,"tags":{"name":"static/chunks/953.ef4497e399601a97.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2151,"timestamp":2231176926,"id":1738,"parentId":1561,"tags":{"name":"static/chunks/530.f3e15fed2b4d9622.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2147,"timestamp":2231176932,"id":1739,"parentId":1561,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2142,"timestamp":2231176939,"id":1740,"parentId":1561,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2138,"timestamp":2231176945,"id":1741,"parentId":1561,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2132,"timestamp":2231176953,"id":1742,"parentId":1561,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2127,"timestamp":2231176960,"id":1743,"parentId":1561,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2122,"timestamp":2231176967,"id":1744,"parentId":1561,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2117,"timestamp":2231176974,"id":1745,"parentId":1561,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2112,"timestamp":2231176981,"id":1746,"parentId":1561,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2107,"timestamp":2231176988,"id":1747,"parentId":1561,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2103,"timestamp":2231176995,"id":1748,"parentId":1561,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2098,"timestamp":2231177002,"id":1749,"parentId":1561,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2064,"timestamp":2231177038,"id":1750,"parentId":1561,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2057,"timestamp":2231177047,"id":1751,"parentId":1561,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2052,"timestamp":2231177054,"id":1752,"parentId":1561,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2046,"timestamp":2231177062,"id":1753,"parentId":1561,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2040,"timestamp":2231177071,"id":1754,"parentId":1561,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2035,"timestamp":2231177077,"id":1755,"parentId":1561,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2030,"timestamp":2231177085,"id":1756,"parentId":1561,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2025,"timestamp":2231177092,"id":1757,"parentId":1561,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2020,"timestamp":2231177099,"id":1758,"parentId":1561,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2015,"timestamp":2231177107,"id":1759,"parentId":1561,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2010,"timestamp":2231177114,"id":1760,"parentId":1561,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1788675689120,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2005,"timestamp":2231177121,"id":1761,"parentId":1561,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2001,"timestamp":2231177127,"id":1762,"parentId":1561,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1997,"timestamp":2231177134,"id":1763,"parentId":1561,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1930,"timestamp":2231177203,"id":1764,"parentId":1561,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1920,"timestamp":2231177215,"id":1765,"parentId":1561,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1913,"timestamp":2231177224,"id":1766,"parentId":1561,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1908,"timestamp":2231177232,"id":1767,"parentId":1561,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1904,"timestamp":2231177238,"id":1768,"parentId":1561,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1899,"timestamp":2231177245,"id":1769,"parentId":1561,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1895,"timestamp":2231177251,"id":1770,"parentId":1561,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1890,"timestamp":2231177258,"id":1771,"parentId":1561,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1886,"timestamp":2231177265,"id":1772,"parentId":1561,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1882,"timestamp":2231177271,"id":1773,"parentId":1561,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1877,"timestamp":2231177279,"id":1774,"parentId":1561,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1871,"timestamp":2231177287,"id":1775,"parentId":1561,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1866,"timestamp":2231177295,"id":1776,"parentId":1561,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"}]
10
- [{"name":"minify-js","duration":2032,"timestamp":2231177302,"id":1777,"parentId":1561,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2029,"timestamp":2231177309,"id":1778,"parentId":1561,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2025,"timestamp":2231177316,"id":1779,"parentId":1561,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2019,"timestamp":2231177323,"id":1780,"parentId":1561,"tags":{"name":"static/chunks/4bd1b696-665cdfd6171c0dfe.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2014,"timestamp":2231177331,"id":1781,"parentId":1561,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2009,"timestamp":2231177338,"id":1782,"parentId":1561,"tags":{"name":"static/chunks/6809-ea0b73285ee2d5b8.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":2004,"timestamp":2231177345,"id":1783,"parentId":1561,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1998,"timestamp":2231177353,"id":1784,"parentId":1561,"tags":{"name":"static/chunks/2770-88afd26d68c8f149.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1993,"timestamp":2231177360,"id":1785,"parentId":1561,"tags":{"name":"static/chunks/790-91e4cc5255faf403.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1989,"timestamp":2231177367,"id":1786,"parentId":1561,"tags":{"name":"static/chunks/4974-8a5cd7ac3ab8bc7e.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1983,"timestamp":2231177375,"id":1787,"parentId":1561,"tags":{"name":"static/chunks/4459.4838a33157fb1a62.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1979,"timestamp":2231177382,"id":1788,"parentId":1561,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1974,"timestamp":2231177388,"id":1789,"parentId":1561,"tags":{"name":"static/chunks/8566-6907d69a61abbfdd.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1969,"timestamp":2231177396,"id":1790,"parentId":1561,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1964,"timestamp":2231177403,"id":1791,"parentId":1561,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1961,"timestamp":2231177409,"id":1792,"parentId":1561,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1957,"timestamp":2231177415,"id":1793,"parentId":1561,"tags":{"name":"static/chunks/5542-a10a9f427d64f678.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1952,"timestamp":2231177422,"id":1794,"parentId":1561,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1948,"timestamp":2231177429,"id":1795,"parentId":1561,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1943,"timestamp":2231177436,"id":1796,"parentId":1561,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1938,"timestamp":2231177443,"id":1797,"parentId":1561,"tags":{"name":"static/chunks/7485.c9571ab4860a44ed.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1933,"timestamp":2231177449,"id":1798,"parentId":1561,"tags":{"name":"static/chunks/1783-ee883b052afdccc7.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1929,"timestamp":2231177456,"id":1799,"parentId":1561,"tags":{"name":"static/chunks/1255-8e09e41c0147c246.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1925,"timestamp":2231177462,"id":1800,"parentId":1561,"tags":{"name":"static/chunks/6402-de6ba1f44c57b568.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1920,"timestamp":2231177469,"id":1801,"parentId":1561,"tags":{"name":"static/chunks/8019-c72a65b8e5e3a93b.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1915,"timestamp":2231177476,"id":1802,"parentId":1561,"tags":{"name":"static/chunks/4718-ff11b4465c6dd32d.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1911,"timestamp":2231177483,"id":1803,"parentId":1561,"tags":{"name":"static/chunks/6170-fcab8b98cb971ffd.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1907,"timestamp":2231177489,"id":1804,"parentId":1561,"tags":{"name":"static/chunks/2751-46a5bbf4e8f22aea.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1902,"timestamp":2231177496,"id":1805,"parentId":1561,"tags":{"name":"static/chunks/2053-8f09186730bed088.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1898,"timestamp":2231177502,"id":1806,"parentId":1561,"tags":{"name":"static/chunks/6022-93b19efb3449aafe.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1893,"timestamp":2231177509,"id":1807,"parentId":1561,"tags":{"name":"static/chunks/4322-e69448c87a66faa4.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1889,"timestamp":2231177516,"id":1808,"parentId":1561,"tags":{"name":"static/chunks/8593-e72cfa4b121bab89.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1885,"timestamp":2231177522,"id":1809,"parentId":1561,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1297,"timestamp":2231178112,"id":1811,"parentId":1561,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":1202,"timestamp":2231178209,"id":1813,"parentId":1561,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1788675689122,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":3552,"timestamp":2231177532,"id":1810,"parentId":1561,"tags":{"name":"static/GiOqe8rfQGQ0NvzB5qr3q/_ssgManifest.js","cache":"MISS"},"startTime":1788675689121,"traceId":"8f399ed91ade102f"},{"name":"minify-js","duration":4207,"timestamp":2231178127,"id":1812,"parentId":1561,"tags":{"name":"static/GiOqe8rfQGQ0NvzB5qr3q/_buildManifest.js","cache":"MISS"},"startTime":1788675689122,"traceId":"8f399ed91ade102f"},{"name":"minify-webpack-plugin-optimize","duration":14710,"timestamp":2231167632,"id":1561,"parentId":1369,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1788675689111,"traceId":"8f399ed91ade102f"},{"name":"minify-css","duration":200,"timestamp":2231182613,"id":1815,"parentId":1814,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1788675689126,"traceId":"8f399ed91ade102f"},{"name":"minify-css","duration":135,"timestamp":2231182682,"id":1816,"parentId":1814,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1788675689126,"traceId":"8f399ed91ade102f"},{"name":"minify-css","duration":131,"timestamp":2231182689,"id":1817,"parentId":1814,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1788675689126,"traceId":"8f399ed91ade102f"},{"name":"minify-css","duration":126,"timestamp":2231182696,"id":1818,"parentId":1814,"tags":{"file":"static/css/5f1232ff9976f6be.css","cache":"HIT"},"startTime":1788675689126,"traceId":"8f399ed91ade102f"},{"name":"css-minimizer-plugin","duration":328,"timestamp":2231182496,"id":1814,"parentId":1369,"tags":{},"startTime":1788675689126,"traceId":"8f399ed91ade102f"},{"name":"seal","duration":704395,"timestamp":2230548332,"id":1545,"parentId":1369,"tags":{},"startTime":1788675688492,"traceId":"8f399ed91ade102f"},{"name":"webpack-compilation","duration":2772964,"timestamp":2228479859,"id":1369,"parentId":16,"tags":{"name":"client"},"startTime":1788675686423,"traceId":"8f399ed91ade102f"},{"name":"emit","duration":62083,"timestamp":2231252874,"id":1819,"parentId":16,"tags":{},"startTime":1788675689196,"traceId":"8f399ed91ade102f"},{"name":"webpack-close","duration":1181571,"timestamp":2231318990,"id":1820,"parentId":16,"tags":{"name":"client"},"startTime":1788675689262,"traceId":"8f399ed91ade102f"},{"name":"webpack-generate-error-stats","duration":826,"timestamp":2232500582,"id":1821,"parentId":1820,"tags":{},"startTime":1788675690444,"traceId":"8f399ed91ade102f"},{"name":"run-webpack-compiler","duration":27823611,"timestamp":2204678215,"id":16,"parentId":1,"tags":{},"startTime":1788675662622,"traceId":"8f399ed91ade102f"},{"name":"format-webpack-messages","duration":86,"timestamp":2232501834,"id":1822,"parentId":1,"tags":{},"startTime":1788675690445,"traceId":"8f399ed91ade102f"},{"name":"verify-typescript-setup","duration":46172837,"timestamp":2232506308,"id":1824,"parentId":1,"tags":{},"startTime":1788675690450,"traceId":"8f399ed91ade102f"},{"name":"check-static-error-page","duration":49461,"timestamp":2278702526,"id":1827,"parentId":1826,"tags":{},"startTime":1788675736646,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":77035,"timestamp":2279049310,"id":1828,"parentId":1826,"tags":{"page":"/_app"},"startTime":1788675736993,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":75931,"timestamp":2279050433,"id":1830,"parentId":1826,"tags":{"page":"/_document"},"startTime":1788675736994,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":86920,"timestamp":2279050344,"id":1829,"parentId":1826,"tags":{"page":"/_error"},"startTime":1788675736994,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":85637,"timestamp":2279148369,"id":1993,"parentId":1989,"tags":{},"startTime":1788675737092,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":110346,"timestamp":2279123788,"id":1989,"parentId":1826,"tags":{"page":"/icon1.png"},"startTime":1788675737067,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":85827,"timestamp":2279148475,"id":1994,"parentId":1987,"tags":{},"startTime":1788675737092,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":110909,"timestamp":2279123415,"id":1987,"parentId":1826,"tags":{"page":"/apple-icon.png"},"startTime":1788675737067,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":103315,"timestamp":2279148542,"id":1995,"parentId":1990,"tags":{},"startTime":1788675737092,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":127485,"timestamp":2279124423,"id":1990,"parentId":1826,"tags":{"page":"/icon2.png"},"startTime":1788675737068,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":113025,"timestamp":2279149250,"id":1997,"parentId":1832,"tags":{},"startTime":1788675737093,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":210609,"timestamp":2279051725,"id":1832,"parentId":1826,"tags":{"page":"/api/agents/update"},"startTime":1788675736995,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":122450,"timestamp":2279148617,"id":1996,"parentId":1831,"tags":{},"startTime":1788675737092,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":220633,"timestamp":2279050486,"id":1831,"parentId":1826,"tags":{"page":"/_not-found"},"startTime":1788675736994,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":123296,"timestamp":2279149509,"id":1998,"parentId":1833,"tags":{},"startTime":1788675737093,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":220409,"timestamp":2279052426,"id":1833,"parentId":1826,"tags":{"page":"/api/agents/versions"},"startTime":1788675736996,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":128613,"timestamp":2279149896,"id":2000,"parentId":1835,"tags":{},"startTime":1788675737093,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":224931,"timestamp":2279053622,"id":1835,"parentId":1826,"tags":{"page":"/api/app/update"},"startTime":1788675736997,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":132464,"timestamp":2279149705,"id":1999,"parentId":1834,"tags":{},"startTime":1788675737093,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":229153,"timestamp":2279053051,"id":1834,"parentId":1826,"tags":{"page":"/api/app/update-check"},"startTime":1788675736996,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":196509,"timestamp":2279150069,"id":2002,"parentId":1837,"tags":{},"startTime":1788675737093,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":290944,"timestamp":2279055696,"id":1837,"parentId":1826,"tags":{"page":"/api/assistant/current-output"},"startTime":1788675736999,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":198906,"timestamp":2279149966,"id":2001,"parentId":1836,"tags":{},"startTime":1788675737093,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":294063,"timestamp":2279054854,"id":1836,"parentId":1826,"tags":{"page":"/api/assistant/conversation"},"startTime":1788675736998,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":230462,"timestamp":2279150124,"id":2003,"parentId":1838,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":324384,"timestamp":2279056254,"id":1838,"parentId":1826,"tags":{"page":"/api/assistant/messages"},"startTime":1788675737000,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":233520,"timestamp":2279150225,"id":2005,"parentId":1839,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":326980,"timestamp":2279056810,"id":1839,"parentId":1826,"tags":{"page":"/api/assistant/session"},"startTime":1788675737000,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":236337,"timestamp":2279150265,"id":2006,"parentId":1843,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":327045,"timestamp":2279059592,"id":1843,"parentId":1826,"tags":{"page":"/api/auth/login"},"startTime":1788675737003,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":239807,"timestamp":2279150305,"id":2007,"parentId":1841,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":332266,"timestamp":2279057889,"id":1841,"parentId":1826,"tags":{"page":"/api/assistant/terminal"},"startTime":1788675737001,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":242728,"timestamp":2279150329,"id":2008,"parentId":1842,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":334081,"timestamp":2279059005,"id":1842,"parentId":1826,"tags":{"page":"/api/assistant/tools"},"startTime":1788675737002,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":245259,"timestamp":2279150353,"id":2009,"parentId":1844,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":335537,"timestamp":2279060104,"id":1844,"parentId":1826,"tags":{"page":"/api/auth/logout"},"startTime":1788675737003,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":250576,"timestamp":2279150484,"id":2010,"parentId":1845,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":340537,"timestamp":2279060576,"id":1845,"parentId":1826,"tags":{"page":"/api/auth/status"},"startTime":1788675737004,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":251046,"timestamp":2279150184,"id":2004,"parentId":1840,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":343888,"timestamp":2279057364,"id":1840,"parentId":1826,"tags":{"page":"/api/assistant/start"},"startTime":1788675737001,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":251329,"timestamp":2279150616,"id":2011,"parentId":1846,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":340977,"timestamp":2279060987,"id":1846,"parentId":1826,"tags":{"page":"/api/capabilities"},"startTime":1788675737004,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":260722,"timestamp":2279150810,"id":2013,"parentId":1848,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":349682,"timestamp":2279061894,"id":1848,"parentId":1826,"tags":{"page":"/api/daily-summary/status"},"startTime":1788675737005,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":260991,"timestamp":2279150675,"id":2012,"parentId":1847,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":350235,"timestamp":2279061451,"id":1847,"parentId":1826,"tags":{"page":"/api/daily-summary"},"startTime":1788675737005,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":266628,"timestamp":2279150962,"id":2014,"parentId":1849,"tags":{},"startTime":1788675737094,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":354587,"timestamp":2279063051,"id":1849,"parentId":1826,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1788675737006,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":269171,"timestamp":2279151305,"id":2016,"parentId":1851,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":356543,"timestamp":2279063992,"id":1851,"parentId":1826,"tags":{"page":"/api/external-apps"},"startTime":1788675737007,"traceId":"8f399ed91ade102f"}]
11
- [{"name":"is-page-static","duration":270007,"timestamp":2279151151,"id":2015,"parentId":1850,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":357664,"timestamp":2279063524,"id":1850,"parentId":1826,"tags":{"page":"/api/external-apps/[id]"},"startTime":1788675737007,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":273181,"timestamp":2279151457,"id":2017,"parentId":1852,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":360185,"timestamp":2279064491,"id":1852,"parentId":1826,"tags":{"page":"/api/fs/browse"},"startTime":1788675737008,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":274561,"timestamp":2279151588,"id":2018,"parentId":1853,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":361224,"timestamp":2279064950,"id":1853,"parentId":1826,"tags":{"page":"/api/fs/recent-paths"},"startTime":1788675737008,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":281408,"timestamp":2279151659,"id":2019,"parentId":1854,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":367681,"timestamp":2279065449,"id":1854,"parentId":1826,"tags":{"page":"/api/hooks/agent-event"},"startTime":1788675737009,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":284386,"timestamp":2279151695,"id":2020,"parentId":1855,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":370185,"timestamp":2279065932,"id":1855,"parentId":1826,"tags":{"page":"/api/hooks/claude-done"},"startTime":1788675737009,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":284835,"timestamp":2279151746,"id":2021,"parentId":1856,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":370077,"timestamp":2279066530,"id":1856,"parentId":1826,"tags":{"page":"/api/hooks/permission-request"},"startTime":1788675737010,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":288277,"timestamp":2279151770,"id":2022,"parentId":1857,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":372928,"timestamp":2279067161,"id":1857,"parentId":1826,"tags":{"page":"/api/metrics/vibe"},"startTime":1788675737011,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":288376,"timestamp":2279151807,"id":2023,"parentId":1858,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":372546,"timestamp":2279067653,"id":1858,"parentId":1826,"tags":{"page":"/api/ollama/models"},"startTime":1788675737011,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":292553,"timestamp":2279151922,"id":2024,"parentId":1859,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":376330,"timestamp":2279068176,"id":1859,"parentId":1826,"tags":{"page":"/api/push/escalation"},"startTime":1788675737012,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":293517,"timestamp":2279152085,"id":2025,"parentId":1861,"tags":{},"startTime":1788675737095,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":376436,"timestamp":2279069192,"id":1861,"parentId":1826,"tags":{"page":"/api/push/vapid"},"startTime":1788675737013,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":296025,"timestamp":2279152455,"id":2027,"parentId":1862,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":378842,"timestamp":2279069662,"id":1862,"parentId":1826,"tags":{"page":"/api/remote/pair"},"startTime":1788675737013,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":296342,"timestamp":2279152247,"id":2026,"parentId":1860,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":379940,"timestamp":2279068671,"id":1860,"parentId":1826,"tags":{"page":"/api/push/subscriptions"},"startTime":1788675737012,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":300159,"timestamp":2279152501,"id":2028,"parentId":1863,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":381987,"timestamp":2279070711,"id":1863,"parentId":1826,"tags":{"page":"/api/repositories/[id]"},"startTime":1788675737014,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":300990,"timestamp":2279152609,"id":2029,"parentId":1864,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":382485,"timestamp":2279071137,"id":1864,"parentId":1826,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1788675737015,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":303342,"timestamp":2279152648,"id":2030,"parentId":1865,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":384503,"timestamp":2279071553,"id":1865,"parentId":1826,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1788675737015,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":305577,"timestamp":2279152708,"id":2032,"parentId":1868,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":385514,"timestamp":2279072797,"id":1868,"parentId":1826,"tags":{"page":"/api/repositories/excluded"},"startTime":1788675737016,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":312702,"timestamp":2279152680,"id":2031,"parentId":1866,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":393455,"timestamp":2279071969,"id":1866,"parentId":1826,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1788675737015,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":313238,"timestamp":2279152748,"id":2033,"parentId":1867,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":393629,"timestamp":2279072408,"id":1867,"parentId":1826,"tags":{"page":"/api/repositories/clone"},"startTime":1788675737016,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":316070,"timestamp":2279152828,"id":2035,"parentId":1870,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":395346,"timestamp":2279073581,"id":1870,"parentId":1826,"tags":{"page":"/api/repositories"},"startTime":1788675737017,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":316581,"timestamp":2279152781,"id":2034,"parentId":1869,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":396223,"timestamp":2279073200,"id":1869,"parentId":1826,"tags":{"page":"/api/repositories/restore"},"startTime":1788675737017,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":318726,"timestamp":2279152870,"id":2036,"parentId":1871,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":397568,"timestamp":2279074051,"id":1871,"parentId":1826,"tags":{"page":"/api/repositories/scan"},"startTime":1788675737017,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":320410,"timestamp":2279152907,"id":2037,"parentId":1872,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":398795,"timestamp":2279074547,"id":1872,"parentId":1826,"tags":{"page":"/api/repositories/sync"},"startTime":1788675737018,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":323568,"timestamp":2279153086,"id":2038,"parentId":1873,"tags":{},"startTime":1788675737096,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":401621,"timestamp":2279075060,"id":1873,"parentId":1826,"tags":{"page":"/api/repositories/validate-path"},"startTime":1788675737018,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":325174,"timestamp":2279153219,"id":2039,"parentId":1875,"tags":{},"startTime":1788675737097,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":402343,"timestamp":2279076077,"id":1875,"parentId":1826,"tags":{"page":"/api/settings/default-surface-mode"},"startTime":1788675737019,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":326302,"timestamp":2279153340,"id":2040,"parentId":1874,"tags":{},"startTime":1788675737097,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":404115,"timestamp":2279075548,"id":1874,"parentId":1826,"tags":{"page":"/api/settings/default-agents"},"startTime":1788675737019,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":328823,"timestamp":2279153439,"id":2041,"parentId":1876,"tags":{},"startTime":1788675737097,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":405694,"timestamp":2279076590,"id":1876,"parentId":1826,"tags":{"page":"/api/sidebar/group-order"},"startTime":1788675737020,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":335305,"timestamp":2279147982,"id":1992,"parentId":1988,"tags":{},"startTime":1788675737091,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":359709,"timestamp":2279123604,"id":1988,"parentId":1826,"tags":{"page":"/icon.png"},"startTime":1788675737067,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":334628,"timestamp":2279153534,"id":2042,"parentId":1877,"tags":{},"startTime":1788675737097,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":411073,"timestamp":2279077119,"id":1877,"parentId":1826,"tags":{"page":"/api/skills/[id]"},"startTime":1788675737021,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":340113,"timestamp":2279153945,"id":2045,"parentId":1879,"tags":{},"startTime":1788675737097,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":415391,"timestamp":2279078704,"id":1879,"parentId":1826,"tags":{"page":"/api/skills/operations"},"startTime":1788675737022,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":342009,"timestamp":2279154101,"id":2046,"parentId":1881,"tags":{},"startTime":1788675737097,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":416577,"timestamp":2279079560,"id":1881,"parentId":1826,"tags":{"page":"/api/skills"},"startTime":1788675737023,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":345168,"timestamp":2279153644,"id":2043,"parentId":1880,"tags":{},"startTime":1788675737097,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":419689,"timestamp":2279079155,"id":1880,"parentId":1826,"tags":{"page":"/api/skills/reindex"},"startTime":1788675737023,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":349582,"timestamp":2279154169,"id":2048,"parentId":1884,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":423015,"timestamp":2279080779,"id":1884,"parentId":1826,"tags":{"page":"/api/tasks/[taskId]"},"startTime":1788675737024,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":354020,"timestamp":2279154195,"id":2049,"parentId":1883,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":427871,"timestamp":2279080385,"id":1883,"parentId":1826,"tags":{"page":"/api/tasks/[taskId]/cancel"},"startTime":1788675737024,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":358868,"timestamp":2279154220,"id":2050,"parentId":1885,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":431930,"timestamp":2279081200,"id":1885,"parentId":1826,"tags":{"page":"/api/templates/[id]"},"startTime":1788675737025,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":362619,"timestamp":2279154245,"id":2051,"parentId":1886,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":435296,"timestamp":2279081605,"id":1886,"parentId":1826,"tags":{"page":"/api/templates"},"startTime":1788675737025,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":366545,"timestamp":2279154364,"id":2052,"parentId":1887,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":438897,"timestamp":2279082043,"id":1887,"parentId":1826,"tags":{"page":"/api/todos"},"startTime":1788675737025,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":366924,"timestamp":2279154134,"id":2047,"parentId":1882,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":441130,"timestamp":2279079962,"id":1882,"parentId":1826,"tags":{"page":"/api/slash-commands"},"startTime":1788675737023,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":372664,"timestamp":2279154401,"id":2053,"parentId":1888,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":444666,"timestamp":2279082440,"id":1888,"parentId":1826,"tags":{"page":"/api/verification/runs/[runId]"},"startTime":1788675737026,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":372795,"timestamp":2279154432,"id":2054,"parentId":1889,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":444416,"timestamp":2279082843,"id":1889,"parentId":1826,"tags":{"page":"/api/verification/runs"},"startTime":1788675737026,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":374972,"timestamp":2279154495,"id":2055,"parentId":1890,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":446230,"timestamp":2279083271,"id":1890,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1788675737027,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":377566,"timestamp":2279154526,"id":2056,"parentId":1891,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":448488,"timestamp":2279083633,"id":1891,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1788675737027,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":378980,"timestamp":2279153781,"id":2044,"parentId":1878,"tags":{},"startTime":1788675737097,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":455198,"timestamp":2279077603,"id":1878,"parentId":1826,"tags":{"page":"/api/skills/installations"},"startTime":1788675737021,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":380958,"timestamp":2279154556,"id":2057,"parentId":1892,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":451594,"timestamp":2279083955,"id":1892,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/clear-composer"},"startTime":1788675737027,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":382515,"timestamp":2279154626,"id":2058,"parentId":1893,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":452795,"timestamp":2279084374,"id":1893,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/cli-reference"},"startTime":1788675737028,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":386507,"timestamp":2279154695,"id":2060,"parentId":1895,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":455491,"timestamp":2279085742,"id":1895,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1788675737029,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":387448,"timestamp":2279154730,"id":2061,"parentId":1896,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":456024,"timestamp":2279086191,"id":1896,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1788675737030,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":390431,"timestamp":2279154657,"id":2059,"parentId":1894,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":460335,"timestamp":2279084776,"id":1894,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1788675737028,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":391762,"timestamp":2279154768,"id":2062,"parentId":1897,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":459961,"timestamp":2279086592,"id":1897,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/env"},"startTime":1788675737030,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":391966,"timestamp":2279154796,"id":2063,"parentId":1898,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":459797,"timestamp":2279086994,"id":1898,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1788675737030,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":394259,"timestamp":2279154822,"id":2064,"parentId":1899,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":461695,"timestamp":2279087411,"id":1899,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1788675737031,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":396691,"timestamp":2279154936,"id":2066,"parentId":1901,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"}]
12
- [{"name":"check-page","duration":463702,"timestamp":2279088218,"id":1901,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1788675737032,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":399433,"timestamp":2279154960,"id":2067,"parentId":1902,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":465836,"timestamp":2279088609,"id":1902,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1788675737032,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":399773,"timestamp":2279154909,"id":2065,"parentId":1900,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":466910,"timestamp":2279087794,"id":1900,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1788675737031,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":401261,"timestamp":2279154984,"id":2068,"parentId":1903,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":467232,"timestamp":2279089036,"id":1903,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1788675737032,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":404092,"timestamp":2279155038,"id":2069,"parentId":1904,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":469728,"timestamp":2279089431,"id":1904,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1788675737033,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":405712,"timestamp":2279155102,"id":2071,"parentId":1906,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":470576,"timestamp":2279090264,"id":1906,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1788675737034,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":407468,"timestamp":2279155130,"id":2072,"parentId":1908,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":471513,"timestamp":2279091110,"id":1908,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1788675737034,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":407851,"timestamp":2279155073,"id":2070,"parentId":1905,"tags":{},"startTime":1788675737098,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":473119,"timestamp":2279089833,"id":1905,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1788675737033,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":410999,"timestamp":2279155155,"id":2073,"parentId":1907,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":475514,"timestamp":2279090666,"id":1907,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1788675737034,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":411085,"timestamp":2279155186,"id":2074,"parentId":1910,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":474375,"timestamp":2279091913,"id":1910,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1788675737035,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":411995,"timestamp":2279155212,"id":2075,"parentId":1909,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":475713,"timestamp":2279091519,"id":1909,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1788675737035,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":414974,"timestamp":2279155274,"id":2077,"parentId":1912,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":476999,"timestamp":2279093282,"id":1912,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1788675737037,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":416629,"timestamp":2279155298,"id":2078,"parentId":1913,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":478269,"timestamp":2279093682,"id":1913,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1788675737037,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":419501,"timestamp":2279155351,"id":2080,"parentId":1915,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":480408,"timestamp":2279094474,"id":1915,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1788675737038,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":419870,"timestamp":2279155323,"id":2079,"parentId":1914,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":481106,"timestamp":2279094114,"id":1914,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1788675737037,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":420976,"timestamp":2279155242,"id":2076,"parentId":1911,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":483391,"timestamp":2279092852,"id":1911,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1788675737036,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":422467,"timestamp":2279155376,"id":2081,"parentId":1916,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":483057,"timestamp":2279094816,"id":1916,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1788675737038,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":425089,"timestamp":2279155402,"id":2082,"parentId":1917,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":485338,"timestamp":2279095185,"id":1917,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1788675737039,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":425675,"timestamp":2279155449,"id":2084,"parentId":1918,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":485614,"timestamp":2279095535,"id":1918,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1788675737039,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":427986,"timestamp":2279155426,"id":2083,"parentId":1919,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":487579,"timestamp":2279095860,"id":1919,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1788675737039,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":429445,"timestamp":2279155478,"id":2085,"parentId":1921,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":488369,"timestamp":2279096586,"id":1921,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1788675737040,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":429570,"timestamp":2279155502,"id":2086,"parentId":1920,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":488881,"timestamp":2279096209,"id":1920,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1788675737040,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":432646,"timestamp":2279155604,"id":2089,"parentId":1923,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":490882,"timestamp":2279097397,"id":1923,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1788675737041,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":434455,"timestamp":2279155529,"id":2087,"parentId":1922,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":493068,"timestamp":2279096981,"id":1922,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1788675737040,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":436397,"timestamp":2279155636,"id":2090,"parentId":1925,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":493826,"timestamp":2279098228,"id":1925,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1788675737042,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":438581,"timestamp":2279155680,"id":2091,"parentId":1926,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":495670,"timestamp":2279098616,"id":1926,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1788675737042,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":440372,"timestamp":2279155817,"id":2092,"parentId":1928,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":496275,"timestamp":2279099942,"id":1928,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1788675737043,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":441220,"timestamp":2279155576,"id":2088,"parentId":1924,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":499023,"timestamp":2279097798,"id":1924,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/instances/opencode"},"startTime":1788675737041,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":442904,"timestamp":2279155941,"id":2093,"parentId":1927,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":499335,"timestamp":2279099536,"id":1927,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1788675737043,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":444094,"timestamp":2279156038,"id":2095,"parentId":1930,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":499382,"timestamp":2279100782,"id":1930,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1788675737044,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":447114,"timestamp":2279156076,"id":2096,"parentId":1932,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":501604,"timestamp":2279101606,"id":1932,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1788675737045,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":447168,"timestamp":2279156114,"id":2097,"parentId":1931,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":502091,"timestamp":2279101208,"id":1931,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1788675737045,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":450309,"timestamp":2279156209,"id":2099,"parentId":1934,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":504076,"timestamp":2279102472,"id":1934,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/opencode/session"},"startTime":1788675737046,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":451157,"timestamp":2279156163,"id":2098,"parentId":1933,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":505363,"timestamp":2279101983,"id":1933,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/opencode/diff"},"startTime":1788675737045,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":453376,"timestamp":2279156258,"id":2100,"parentId":1935,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":506796,"timestamp":2279102866,"id":1935,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/opencode/share"},"startTime":1788675737046,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":456743,"timestamp":2279156322,"id":2101,"parentId":1936,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":509773,"timestamp":2279103325,"id":1936,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1788675737047,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":458260,"timestamp":2279156360,"id":2102,"parentId":1937,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":510913,"timestamp":2279103741,"id":1937,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/resolve-target"},"startTime":1788675737047,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":459481,"timestamp":2279156413,"id":2103,"parentId":1938,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":511766,"timestamp":2279104153,"id":1938,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1788675737048,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":463972,"timestamp":2279156499,"id":2105,"parentId":1940,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":515536,"timestamp":2279104968,"id":1940,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1788675737048,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":468058,"timestamp":2279156523,"id":2106,"parentId":1941,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":519223,"timestamp":2279105389,"id":1941,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1788675737049,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":472427,"timestamp":2279156557,"id":2107,"parentId":1942,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":523274,"timestamp":2279105779,"id":1942,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1788675737049,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":477478,"timestamp":2279156592,"id":2108,"parentId":1943,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":527296,"timestamp":2279106809,"id":1943,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1788675737050,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":479199,"timestamp":2279156462,"id":2104,"parentId":1939,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":531137,"timestamp":2279104565,"id":1939,"parentId":1826,"tags":{"page":"/api/worktrees/[id]"},"startTime":1788675737048,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":481733,"timestamp":2279156657,"id":2109,"parentId":1944,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":531181,"timestamp":2279107248,"id":1944,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1788675737051,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":483703,"timestamp":2279156828,"id":2110,"parentId":1945,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":532959,"timestamp":2279107604,"id":1945,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/git-workflow"},"startTime":1788675737051,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":488991,"timestamp":2279157253,"id":2112,"parentId":1947,"tags":{},"startTime":1788675737101,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":537846,"timestamp":2279108432,"id":1947,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1788675737052,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":493108,"timestamp":2279157392,"id":2113,"parentId":1948,"tags":{},"startTime":1788675737101,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":541706,"timestamp":2279108832,"id":1948,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1788675737052,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":498971,"timestamp":2279157095,"id":2111,"parentId":1946,"tags":{},"startTime":1788675737100,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":548082,"timestamp":2279108028,"id":1946,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1788675737051,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":499085,"timestamp":2279157606,"id":2114,"parentId":1949,"tags":{},"startTime":1788675737101,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":547459,"timestamp":2279109270,"id":1949,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1788675737053,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":502552,"timestamp":2279157857,"id":2115,"parentId":1951,"tags":{},"startTime":1788675737101,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":550349,"timestamp":2279110097,"id":1951,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update"},"startTime":1788675737053,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":502777,"timestamp":2279158048,"id":2116,"parentId":1950,"tags":{},"startTime":1788675737101,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":551179,"timestamp":2279109670,"id":1950,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update-plan"},"startTime":1788675737053,"traceId":"8f399ed91ade102f"}]
13
- [{"name":"is-page-static","duration":506892,"timestamp":2279158196,"id":2117,"parentId":1952,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":554628,"timestamp":2279110494,"id":1952,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1788675737054,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":509762,"timestamp":2279158297,"id":2119,"parentId":1954,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":556767,"timestamp":2279111346,"id":1954,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1788675737055,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":513055,"timestamp":2279158336,"id":2120,"parentId":1955,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":559706,"timestamp":2279111768,"id":1955,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/tasks"},"startTime":1788675737055,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":516717,"timestamp":2279158379,"id":2121,"parentId":1956,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":562919,"timestamp":2279112209,"id":1956,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1788675737056,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":519593,"timestamp":2279158410,"id":2122,"parentId":1957,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":565479,"timestamp":2279112606,"id":1957,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1788675737056,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":523726,"timestamp":2279158453,"id":2123,"parentId":1958,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":569211,"timestamp":2279113001,"id":1958,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1788675737056,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":528604,"timestamp":2279158485,"id":2124,"parentId":1959,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":573258,"timestamp":2279113872,"id":1959,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1788675737057,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":529689,"timestamp":2279158259,"id":2118,"parentId":1953,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":577085,"timestamp":2279110897,"id":1953,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1788675737054,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":530896,"timestamp":2279158520,"id":2125,"parentId":1960,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":575135,"timestamp":2279114312,"id":1960,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1788675737058,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":533594,"timestamp":2279158573,"id":2127,"parentId":1962,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":577041,"timestamp":2279115160,"id":1962,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1788675737059,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":536078,"timestamp":2279158549,"id":2126,"parentId":1961,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":579941,"timestamp":2279114722,"id":1961,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1788675737058,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":540379,"timestamp":2279158616,"id":2128,"parentId":1963,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":583488,"timestamp":2279115572,"id":1963,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1788675737059,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":542655,"timestamp":2279158656,"id":2129,"parentId":1964,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":585393,"timestamp":2279115951,"id":1964,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify/config"},"startTime":1788675737059,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":547373,"timestamp":2279158689,"id":2130,"parentId":1965,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":589711,"timestamp":2279116388,"id":1965,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify"},"startTime":1788675737060,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":549381,"timestamp":2279158752,"id":2132,"parentId":1967,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":590954,"timestamp":2279117219,"id":1967,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]"},"startTime":1788675737061,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":553739,"timestamp":2279158778,"id":2133,"parentId":1969,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":594520,"timestamp":2279118035,"id":1969,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1788675737061,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":558057,"timestamp":2279158803,"id":2134,"parentId":1968,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":599283,"timestamp":2279117616,"id":1968,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify/runs"},"startTime":1788675737061,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":561710,"timestamp":2279158973,"id":2135,"parentId":1970,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":602332,"timestamp":2279118384,"id":1970,"parentId":1826,"tags":{"page":"/api/worktrees/apply-default-agents"},"startTime":1788675737062,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":565124,"timestamp":2279158726,"id":2131,"parentId":1966,"tags":{},"startTime":1788675737102,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":607094,"timestamp":2279116790,"id":1966,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]/cancel"},"startTime":1788675737060,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":566246,"timestamp":2279159178,"id":2136,"parentId":1971,"tags":{},"startTime":1788675737103,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":606664,"timestamp":2279118789,"id":1971,"parentId":1826,"tags":{"page":"/api/worktrees"},"startTime":1788675737062,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":566774,"timestamp":2279162505,"id":2138,"parentId":1991,"tags":{},"startTime":1788675737106,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":604682,"timestamp":2279124633,"id":1991,"parentId":1826,"tags":{"page":"/manifest.webmanifest"},"startTime":1788675737068,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":568392,"timestamp":2279161296,"id":2137,"parentId":1977,"tags":{},"startTime":1788675737105,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":608387,"timestamp":2279121330,"id":1977,"parentId":1826,"tags":{"page":"/proxy/[...path]"},"startTime":1788675737065,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":588573,"timestamp":2279176757,"id":2139,"parentId":1972,"tags":{},"startTime":1788675737120,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":646153,"timestamp":2279119223,"id":1972,"parentId":1826,"tags":{"page":"/chat"},"startTime":1788675737063,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":593179,"timestamp":2279176967,"id":2141,"parentId":1975,"tags":{},"startTime":1788675737120,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":649396,"timestamp":2279120792,"id":1975,"parentId":1826,"tags":{"page":"/offline"},"startTime":1788675737064,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":598992,"timestamp":2279177122,"id":2142,"parentId":1974,"tags":{},"startTime":1788675737121,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":655654,"timestamp":2279120502,"id":1974,"parentId":1826,"tags":{"page":"/more"},"startTime":1788675737064,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":606207,"timestamp":2279176871,"id":2140,"parentId":1973,"tags":{},"startTime":1788675737120,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":663511,"timestamp":2279119615,"id":1973,"parentId":1826,"tags":{"page":"/login"},"startTime":1788675737063,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":610864,"timestamp":2279177216,"id":2143,"parentId":1976,"tags":{},"startTime":1788675737121,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":667042,"timestamp":2279121079,"id":1976,"parentId":1826,"tags":{"page":"/"},"startTime":1788675737064,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":613535,"timestamp":2279177426,"id":2145,"parentId":1979,"tags":{},"startTime":1788675737121,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":669261,"timestamp":2279121735,"id":1979,"parentId":1826,"tags":{"page":"/review"},"startTime":1788675737065,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":618402,"timestamp":2279177553,"id":2146,"parentId":1980,"tags":{},"startTime":1788675737121,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":674055,"timestamp":2279121935,"id":1980,"parentId":1826,"tags":{"page":"/sessions"},"startTime":1788675737065,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":619519,"timestamp":2279177311,"id":2144,"parentId":1978,"tags":{},"startTime":1788675737121,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":675325,"timestamp":2279121537,"id":1978,"parentId":1826,"tags":{"page":"/repositories"},"startTime":1788675737065,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":624933,"timestamp":2279177792,"id":2148,"parentId":1982,"tags":{},"startTime":1788675737121,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":680362,"timestamp":2279122399,"id":1982,"parentId":1826,"tags":{"page":"/skills/installed"},"startTime":1788675737066,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":629373,"timestamp":2279177908,"id":2149,"parentId":1983,"tags":{},"startTime":1788675737121,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":684723,"timestamp":2279122594,"id":1983,"parentId":1826,"tags":{"page":"/skills"},"startTime":1788675737066,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":632401,"timestamp":2279177669,"id":2147,"parentId":1981,"tags":{},"startTime":1788675737121,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":687911,"timestamp":2279122192,"id":1981,"parentId":1826,"tags":{"page":"/skills/[skillId]"},"startTime":1788675737066,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":647081,"timestamp":2279182409,"id":2150,"parentId":1984,"tags":{},"startTime":1788675737126,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":706747,"timestamp":2279122790,"id":1984,"parentId":1826,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1788675737066,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":660556,"timestamp":2279182640,"id":2152,"parentId":1986,"tags":{},"startTime":1788675737126,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":720025,"timestamp":2279123217,"id":1986,"parentId":1826,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1788675737067,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":677365,"timestamp":2279182537,"id":2151,"parentId":1985,"tags":{},"startTime":1788675737126,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":736945,"timestamp":2279122994,"id":1985,"parentId":1826,"tags":{"page":"/worktrees/[id]"},"startTime":1788675737066,"traceId":"8f399ed91ade102f"},{"name":"is-page-static","duration":711960,"timestamp":2279155982,"id":2094,"parentId":1929,"tags":{},"startTime":1788675737099,"traceId":"8f399ed91ade102f"},{"name":"check-page","duration":767602,"timestamp":2279100381,"id":1929,"parentId":1826,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1788675737044,"traceId":"8f399ed91ade102f"},{"name":"static-check","duration":1166244,"timestamp":2278701816,"id":1826,"parentId":1,"tags":{},"startTime":1788675736645,"traceId":"8f399ed91ade102f"},{"name":"generate-required-server-files","duration":480,"timestamp":2279868360,"id":2154,"parentId":1,"tags":{},"startTime":1788675737812,"traceId":"8f399ed91ade102f"},{"name":"write-routes-manifest","duration":32180,"timestamp":2279884317,"id":2156,"parentId":1,"tags":{},"startTime":1788675737828,"traceId":"8f399ed91ade102f"},{"name":"load-dotenv","duration":144,"timestamp":2282154086,"id":2159,"parentId":2158,"tags":{},"startTime":1788675740097,"traceId":"8f399ed91ade102f"},{"name":"run-export-path-map","duration":434,"timestamp":2284251106,"id":2160,"parentId":2158,"tags":{},"startTime":1788675742194,"traceId":"8f399ed91ade102f"},{"name":"next-export","duration":4180166,"timestamp":2282153180,"id":2158,"parentId":1,"tags":{},"startTime":1788675740097,"traceId":"8f399ed91ade102f"},{"name":"move-exported-app-not-found-","duration":92,"timestamp":2286335524,"id":2161,"parentId":2157,"tags":{},"startTime":1788675744279,"traceId":"8f399ed91ade102f"},{"name":"move-exported-page","duration":149067,"timestamp":2286335720,"id":2162,"parentId":2157,"tags":{},"startTime":1788675744279,"traceId":"8f399ed91ade102f"},{"name":"static-generation","duration":5137081,"timestamp":2282149438,"id":2157,"parentId":1,"tags":{},"startTime":1788675740093,"traceId":"8f399ed91ade102f"},{"name":"write-routes-manifest","duration":190330,"timestamp":2287287441,"id":2163,"parentId":1,"tags":{},"startTime":1788675745231,"traceId":"8f399ed91ade102f"},{"name":"node-file-trace-build","duration":21823647,"timestamp":2279873537,"id":2155,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1788675737817,"traceId":"8f399ed91ade102f"},{"name":"apply-include-excludes","duration":1159,"timestamp":2301697206,"id":2164,"parentId":1,"tags":{},"startTime":1788675759641,"traceId":"8f399ed91ade102f"},{"name":"print-tree-view","duration":10280,"timestamp":2301698570,"id":2165,"parentId":1,"tags":{},"startTime":1788675759642,"traceId":"8f399ed91ade102f"},{"name":"telemetry-flush","duration":54,"timestamp":2301708861,"id":2166,"parentId":1,"tags":{},"startTime":1788675759652,"traceId":"8f399ed91ade102f"},{"name":"next-build","duration":97368461,"timestamp":2204340463,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1788675662284,"traceId":"8f399ed91ade102f"}]
1
+ [{"name":"generate-buildid","duration":217,"timestamp":1545922604,"id":4,"parentId":1,"tags":{},"startTime":1788777570783,"traceId":"de4cca249783643d"},{"name":"load-custom-routes","duration":1763,"timestamp":1545922924,"id":5,"parentId":1,"tags":{},"startTime":1788777570783,"traceId":"de4cca249783643d"},{"name":"create-dist-dir","duration":20165,"timestamp":1546006128,"id":6,"parentId":1,"tags":{},"startTime":1788777570866,"traceId":"de4cca249783643d"},{"name":"create-pages-mapping","duration":192,"timestamp":1546089330,"id":7,"parentId":1,"tags":{},"startTime":1788777570950,"traceId":"de4cca249783643d"},{"name":"collect-app-files","duration":12803,"timestamp":1546089555,"id":8,"parentId":1,"tags":{},"startTime":1788777570950,"traceId":"de4cca249783643d"},{"name":"create-app-mapping","duration":4945,"timestamp":1546102384,"id":9,"parentId":1,"tags":{},"startTime":1788777570963,"traceId":"de4cca249783643d"},{"name":"create-app-layouts","duration":116,"timestamp":1546107357,"id":10,"parentId":1,"tags":{},"startTime":1788777570968,"traceId":"de4cca249783643d"},{"name":"collect-default-files","duration":3587,"timestamp":1546109624,"id":12,"parentId":1,"tags":{},"startTime":1788777570970,"traceId":"de4cca249783643d"},{"name":"generate-route-types","duration":21386,"timestamp":1546108667,"id":11,"parentId":1,"tags":{},"startTime":1788777570969,"traceId":"de4cca249783643d"},{"name":"public-dir-conflict-check","duration":533,"timestamp":1546130113,"id":13,"parentId":1,"tags":{},"startTime":1788777570990,"traceId":"de4cca249783643d"},{"name":"generate-routes-manifest","duration":5117,"timestamp":1546130806,"id":14,"parentId":1,"tags":{},"startTime":1788777570991,"traceId":"de4cca249783643d"},{"name":"create-entrypoints","duration":94023,"timestamp":1546143261,"id":17,"parentId":1,"tags":{},"startTime":1788777571004,"traceId":"de4cca249783643d"},{"name":"generate-webpack-config","duration":263424,"timestamp":1546237322,"id":18,"parentId":16,"tags":{},"startTime":1788777571098,"traceId":"de4cca249783643d"},{"name":"next-trace-entrypoint-plugin","duration":2042,"timestamp":1546603755,"id":20,"parentId":19,"tags":{},"startTime":1788777571464,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":2663934,"timestamp":1546614314,"id":131,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":2754853,"timestamp":1546614299,"id":126,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":2754872,"timestamp":1546614302,"id":127,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":2754875,"timestamp":1546614305,"id":128,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon1.png%2Froute&name=app%2Ficon1.png%2Froute&pagePath=private-next-app-dir%2Ficon1.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon1.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":2754877,"timestamp":1546614308,"id":129,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon2.png%2Froute&name=app%2Ficon2.png%2Froute&pagePath=private-next-app-dir%2Ficon2.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon2.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":3051931,"timestamp":1546614293,"id":124,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":3146435,"timestamp":1546614296,"id":125,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":3150523,"timestamp":1546614332,"id":137,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fstatus%2Froute&name=app%2Fapi%2Fauth%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":3152324,"timestamp":1546614338,"id":139,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaily-summary%2Fstatus%2Froute&name=app%2Fapi%2Fdaily-summary%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaily-summary%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaily-summary%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":3253953,"timestamp":1546614397,"id":157,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftodos%2Froute&name=app%2Fapi%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4029764,"timestamp":1546614341,"id":140,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4029790,"timestamp":1546614344,"id":141,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4029794,"timestamp":1546614353,"id":144,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4030872,"timestamp":1546614347,"id":142,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffs%2Frecent-paths%2Froute&name=app%2Fapi%2Ffs%2Frecent-paths%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffs%2Frecent-paths%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffs%2Frecent-paths%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4030860,"timestamp":1546614373,"id":150,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&name=app%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Fdefault-surface-mode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4030857,"timestamp":1546614382,"id":152,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsidebar%2Fgroup-order%2Froute&name=app%2Fapi%2Fsidebar%2Fgroup-order%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsidebar%2Fgroup-order%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsidebar%2Fgroup-order%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4039429,"timestamp":1546614379,"id":151,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Fdefault-agents%2Froute&name=app%2Fapi%2Fsettings%2Fdefault-agents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Fdefault-agents%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Fdefault-agents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4085104,"timestamp":1546614362,"id":147,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fsubscriptions%2Froute&name=app%2Fapi%2Fpush%2Fsubscriptions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fsubscriptions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fsubscriptions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4107712,"timestamp":1546614400,"id":158,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Foperations%2Froute&name=app%2Fapi%2Fskills%2Foperations%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Foperations%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Foperations%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4239833,"timestamp":1546614440,"id":171,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4299995,"timestamp":1546614350,"id":143,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffs%2Fbrowse%2Froute&name=app%2Fapi%2Ffs%2Fbrowse%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffs%2Fbrowse%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffs%2Fbrowse%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4300000,"timestamp":1546614368,"id":149,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fvalidate-path%2Froute&name=app%2Fapi%2Frepositories%2Fvalidate-path%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fvalidate-path%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fvalidate-path%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4300228,"timestamp":1546614365,"id":148,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fremote%2Fpair%2Froute&name=app%2Fapi%2Fremote%2Fpair%2Froute&pagePath=private-next-app-dir%2Fapi%2Fremote%2Fpair%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fremote%2Fpair%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4301532,"timestamp":1546614335,"id":138,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcapabilities%2Froute&name=app%2Fapi%2Fcapabilities%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcapabilities%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcapabilities%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4301551,"timestamp":1546614326,"id":135,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate-check%2Froute&name=app%2Fapi%2Fapp%2Fupdate-check%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate-check%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate-check%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4350154,"timestamp":1546614311,"id":130,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fmanifest&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4511732,"timestamp":1546614406,"id":160,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4584071,"timestamp":1546614290,"id":123,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4594299,"timestamp":1546614319,"id":133,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Fversions%2Froute&name=app%2Fapi%2Fagents%2Fversions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Fversions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Fversions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4594306,"timestamp":1546614328,"id":136,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Fupdate%2Froute&name=app%2Fapi%2Fagents%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4599393,"timestamp":1546614388,"id":154,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Freindex%2Froute&name=app%2Fapi%2Fskills%2Freindex%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Freindex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Freindex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4599366,"timestamp":1546614429,"id":167,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4621139,"timestamp":1546614394,"id":156,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4621168,"timestamp":1546614385,"id":153,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4621168,"timestamp":1546614391,"id":155,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Finstallations%2Froute&name=app%2Fapi%2Fskills%2Finstallations%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Finstallations%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Finstallations%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629797,"timestamp":1546614078,"id":70,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629806,"timestamp":1546614081,"id":71,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629806,"timestamp":1546614085,"id":72,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629805,"timestamp":1546614088,"id":73,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629804,"timestamp":1546614091,"id":74,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629803,"timestamp":1546614093,"id":75,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629802,"timestamp":1546614097,"id":76,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629801,"timestamp":1546614100,"id":77,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629801,"timestamp":1546614103,"id":78,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629800,"timestamp":1546614106,"id":79,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629799,"timestamp":1546614109,"id":80,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629798,"timestamp":1546614112,"id":81,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629753,"timestamp":1546614159,"id":82,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629746,"timestamp":1546614169,"id":83,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629745,"timestamp":1546614172,"id":84,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629745,"timestamp":1546614175,"id":85,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629743,"timestamp":1546614179,"id":86,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629741,"timestamp":1546614183,"id":87,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629740,"timestamp":1546614186,"id":88,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629739,"timestamp":1546614189,"id":89,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629739,"timestamp":1546614192,"id":90,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629736,"timestamp":1546614197,"id":92,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629735,"timestamp":1546614200,"id":93,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629732,"timestamp":1546614206,"id":95,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629731,"timestamp":1546614209,"id":96,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629730,"timestamp":1546614212,"id":97,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629712,"timestamp":1546614233,"id":104,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629712,"timestamp":1546614236,"id":105,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629709,"timestamp":1546614241,"id":106,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629709,"timestamp":1546614244,"id":107,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629708,"timestamp":1546614247,"id":108,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629705,"timestamp":1546614252,"id":110,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629701,"timestamp":1546614258,"id":112,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629701,"timestamp":1546614261,"id":113,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629700,"timestamp":1546614264,"id":114,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629700,"timestamp":1546614266,"id":115,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629700,"timestamp":1546614269,"id":116,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629699,"timestamp":1546614272,"id":117,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629698,"timestamp":1546614275,"id":118,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629698,"timestamp":1546614278,"id":119,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4629697,"timestamp":1546614281,"id":120,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4645155,"timestamp":1546614412,"id":162,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4647495,"timestamp":1546614419,"id":164,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4647491,"timestamp":1546614437,"id":170,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4733526,"timestamp":1546613725,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogin%2Froute&name=app%2Fapi%2Fauth%2Flogin%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogin%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogin%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4733397,"timestamp":1546613872,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2Froute&name=app%2Fapi%2Fauth%2Flogout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4733331,"timestamp":1546613942,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fmodels%2Froute&name=app%2Fapi%2Follama%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fmodels%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4733203,"timestamp":1546614072,"id":68,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4733203,"timestamp":1546614075,"id":69,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4801376,"timestamp":1546614409,"id":161,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fresolve-target%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4801372,"timestamp":1546614431,"id":168,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&name=app%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Fapply-default-agents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4897848,"timestamp":1546614215,"id":98,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"}]
2
+ [{"name":"add-entry","duration":4898098,"timestamp":1546614218,"id":99,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fsession%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4898109,"timestamp":1546614221,"id":100,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fopencode%2Fshare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4948329,"timestamp":1546614416,"id":163,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4948341,"timestamp":1546614426,"id":166,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate-plan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4948350,"timestamp":1546614422,"id":165,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":4948335,"timestamp":1546614443,"id":172,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5064473,"timestamp":1546613710,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Ftools%2Froute&name=app%2Fapi%2Fassistant%2Ftools%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Ftools%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Ftools%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5086981,"timestamp":1546614249,"id":109,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5087055,"timestamp":1546614195,"id":91,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finstances%2Fopencode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5102641,"timestamp":1546614446,"id":173,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5140004,"timestamp":1546614323,"id":134,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate%2Froute&name=app%2Fapi%2Fapp%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5172306,"timestamp":1546614317,"id":132,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5199517,"timestamp":1546614230,"id":103,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5199334,"timestamp":1546614434,"id":169,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5207009,"timestamp":1546614403,"id":159,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5207508,"timestamp":1546614224,"id":101,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5207514,"timestamp":1546614227,"id":102,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5211001,"timestamp":1546614255,"id":111,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftasks%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5210985,"timestamp":1546614286,"id":122,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fconfig%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5217977,"timestamp":1546614203,"id":94,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5218210,"timestamp":1546613985,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5255958,"timestamp":1546614356,"id":145,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fvapid%2Froute&name=app%2Fapi%2Fpush%2Fvapid%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fvapid%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fvapid%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5255973,"timestamp":1546614359,"id":146,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fescalation%2Froute&name=app%2Fapi%2Fpush%2Fescalation%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fescalation%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fescalation%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5260697,"timestamp":1546613213,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571473,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259475,"timestamp":1546614449,"id":174,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fchat%2Fpage&name=app%2Fchat%2Fpage&pagePath=private-next-app-dir%2Fchat%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259477,"timestamp":1546614452,"id":175,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmore%2Fpage&name=app%2Fmore%2Fpage&pagePath=private-next-app-dir%2Fmore%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fmore%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259478,"timestamp":1546614455,"id":176,"parentId":21,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259478,"timestamp":1546614458,"id":177,"parentId":21,"tags":{"request":"next-app-loader?page=%2Foffline%2Fpage&name=app%2Foffline%2Fpage&pagePath=private-next-app-dir%2Foffline%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Foffline%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259478,"timestamp":1546614461,"id":178,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259478,"timestamp":1546614465,"id":179,"parentId":21,"tags":{"request":"next-app-loader?page=%2Frepositories%2Fpage&name=app%2Frepositories%2Fpage&pagePath=private-next-app-dir%2Frepositories%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Frepositories%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259480,"timestamp":1546614467,"id":180,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsessions%2Fpage&name=app%2Fsessions%2Fpage&pagePath=private-next-app-dir%2Fsessions%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fsessions%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259480,"timestamp":1546614470,"id":181,"parentId":21,"tags":{"request":"next-app-loader?page=%2Freview%2Fpage&name=app%2Freview%2Fpage&pagePath=private-next-app-dir%2Freview%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Freview%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259479,"timestamp":1546614473,"id":182,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2Finstalled%2Fpage&name=app%2Fskills%2Finstalled%2Fpage&pagePath=private-next-app-dir%2Fskills%2Finstalled%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2Finstalled%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259478,"timestamp":1546614479,"id":184,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2Fpage&name=app%2Fskills%2Fpage&pagePath=private-next-app-dir%2Fskills%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259484,"timestamp":1546614476,"id":183,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2F%5BskillId%5D%2Fpage&name=app%2Fskills%2F%5BskillId%5D%2Fpage&pagePath=private-next-app-dir%2Fskills%2F%5BskillId%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2F%5BskillId%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259481,"timestamp":1546614482,"id":185,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259481,"timestamp":1546614484,"id":186,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5259481,"timestamp":1546614487,"id":187,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277739,"timestamp":1546613626,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fcurrent-output%2Froute&name=app%2Fapi%2Fassistant%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277729,"timestamp":1546613652,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fconversation%2Froute&name=app%2Fapi%2Fassistant%2Fconversation%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fconversation%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fconversation%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277101,"timestamp":1546614283,"id":121,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fverify%2Fruns%2F%5BrunId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571475,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277461,"timestamp":1546613928,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fagent-event%2Froute&name=app%2Fapi%2Fhooks%2Fagent-event%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fagent-event%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fagent-event%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277724,"timestamp":1546613667,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fmessages%2Froute&name=app%2Fapi%2Fassistant%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277715,"timestamp":1546613678,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fsession%2Froute&name=app%2Fapi%2Fassistant%2Fsession%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fsession%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fsession%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277708,"timestamp":1546613688,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fstart%2Froute&name=app%2Fapi%2Fassistant%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fstart%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277700,"timestamp":1546613698,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fterminal%2Froute&name=app%2Fapi%2Fassistant%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277483,"timestamp":1546613918,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaily-summary%2Froute&name=app%2Fapi%2Fdaily-summary%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaily-summary%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaily-summary%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277471,"timestamp":1546613932,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277470,"timestamp":1546613935,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fpermission-request%2Froute&name=app%2Fapi%2Fhooks%2Fpermission-request%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fpermission-request%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fpermission-request%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277473,"timestamp":1546613939,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmetrics%2Fvibe%2Froute&name=app%2Fapi%2Fmetrics%2Fvibe%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmetrics%2Fvibe%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmetrics%2Fvibe%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277464,"timestamp":1546613949,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frelays%2Froute&name=app%2Fapi%2Frelays%2Froute&pagePath=private-next-app-dir%2Fapi%2Frelays%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frelays%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277469,"timestamp":1546613946,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frelays%2F%5BrelayId%5D%2Fcancel%2Froute&name=app%2Fapi%2Frelays%2F%5BrelayId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Frelays%2F%5BrelayId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frelays%2F%5BrelayId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277442,"timestamp":1546613975,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277466,"timestamp":1546613953,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277461,"timestamp":1546613960,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277467,"timestamp":1546613956,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277462,"timestamp":1546613963,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277461,"timestamp":1546613966,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277451,"timestamp":1546613978,"id":48,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277450,"timestamp":1546613982,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277464,"timestamp":1546613969,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fexcluded%2Froute&name=app%2Fapi%2Frepositories%2Fexcluded%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fexcluded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fexcluded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277463,"timestamp":1546613972,"id":46,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Frestore%2Froute&name=app%2Fapi%2Frepositories%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Frestore%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277438,"timestamp":1546614000,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftemplates%2Froute&name=app%2Fapi%2Ftemplates%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftemplates%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftemplates%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277444,"timestamp":1546613996,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&name=app%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277451,"timestamp":1546613991,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&name=app%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277457,"timestamp":1546613988,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&name=app%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftasks%2F%5BtaskId%5D%2Fcancel%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277415,"timestamp":1546614032,"id":56,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fverification%2Fruns%2Froute&name=app%2Fapi%2Fverification%2Fruns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fverification%2Fruns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fverification%2Fruns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277446,"timestamp":1546614003,"id":55,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&name=app%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fverification%2Fruns%2F%5BrunId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277415,"timestamp":1546614036,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277414,"timestamp":1546614039,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277413,"timestamp":1546614042,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fclear-composer%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277411,"timestamp":1546614045,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-reference%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277410,"timestamp":1546614049,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277406,"timestamp":1546614055,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277404,"timestamp":1546614059,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fenv%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277399,"timestamp":1546614066,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277405,"timestamp":1546614062,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277417,"timestamp":1546614052,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":5277402,"timestamp":1546614069,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1788777571474,"traceId":"de4cca249783643d"},{"name":"make","duration":8710430,"timestamp":1546612879,"id":21,"parentId":19,"tags":{},"startTime":1788777571473,"traceId":"de4cca249783643d"},{"name":"get-entries","duration":6097,"timestamp":1555324686,"id":1055,"parentId":1054,"tags":{},"startTime":1788777580185,"traceId":"de4cca249783643d"},{"name":"node-file-trace-plugin","duration":12735360,"timestamp":1555352137,"id":1056,"parentId":1054,"tags":{"traceEntryCount":"328"},"startTime":1788777580212,"traceId":"de4cca249783643d"},{"name":"collect-traced-files","duration":258225,"timestamp":1568087520,"id":1057,"parentId":1054,"tags":{},"startTime":1788777592948,"traceId":"de4cca249783643d"},{"name":"finish-modules","duration":13021265,"timestamp":1555324499,"id":1054,"parentId":20,"tags":{},"startTime":1788777580185,"traceId":"de4cca249783643d"},{"name":"chunk-graph","duration":219907,"timestamp":1568761228,"id":1059,"parentId":1058,"tags":{},"startTime":1788777593622,"traceId":"de4cca249783643d"},{"name":"optimize-modules","duration":34,"timestamp":1568981293,"id":1061,"parentId":1058,"tags":{},"startTime":1788777593842,"traceId":"de4cca249783643d"},{"name":"optimize-chunks","duration":232352,"timestamp":1568981426,"id":1062,"parentId":1058,"tags":{},"startTime":1788777593842,"traceId":"de4cca249783643d"},{"name":"optimize-tree","duration":193,"timestamp":1569213912,"id":1063,"parentId":1058,"tags":{},"startTime":1788777594074,"traceId":"de4cca249783643d"},{"name":"optimize-chunk-modules","duration":254745,"timestamp":1569214239,"id":1064,"parentId":1058,"tags":{},"startTime":1788777594075,"traceId":"de4cca249783643d"},{"name":"optimize","duration":487933,"timestamp":1568981229,"id":1060,"parentId":1058,"tags":{},"startTime":1788777593842,"traceId":"de4cca249783643d"},{"name":"module-hash","duration":155021,"timestamp":1569581082,"id":1065,"parentId":1058,"tags":{},"startTime":1788777594441,"traceId":"de4cca249783643d"},{"name":"code-generation","duration":21402,"timestamp":1569736196,"id":1066,"parentId":1058,"tags":{},"startTime":1788777594596,"traceId":"de4cca249783643d"},{"name":"hash","duration":27991,"timestamp":1569779888,"id":1067,"parentId":1058,"tags":{},"startTime":1788777594640,"traceId":"de4cca249783643d"},{"name":"code-generation-jobs","duration":490,"timestamp":1569807874,"id":1068,"parentId":1058,"tags":{},"startTime":1788777594668,"traceId":"de4cca249783643d"},{"name":"module-assets","duration":2619,"timestamp":1569808181,"id":1069,"parentId":1058,"tags":{},"startTime":1788777594668,"traceId":"de4cca249783643d"},{"name":"create-chunk-assets","duration":4539,"timestamp":1569810827,"id":1070,"parentId":1058,"tags":{},"startTime":1788777594671,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1353,"timestamp":1569847723,"id":1072,"parentId":1071,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1173,"timestamp":1569847915,"id":1073,"parentId":1071,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1162,"timestamp":1569847929,"id":1074,"parentId":1071,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1155,"timestamp":1569847937,"id":1075,"parentId":1071,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1150,"timestamp":1569847944,"id":1076,"parentId":1071,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"}]
3
+ [{"name":"minify-js","duration":1455,"timestamp":1569847949,"id":1077,"parentId":1071,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1456,"timestamp":1569847954,"id":1078,"parentId":1071,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1452,"timestamp":1569847960,"id":1079,"parentId":1071,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1447,"timestamp":1569847966,"id":1080,"parentId":1071,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1358,"timestamp":1569848057,"id":1081,"parentId":1071,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1332,"timestamp":1569848084,"id":1082,"parentId":1071,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1320,"timestamp":1569848098,"id":1083,"parentId":1071,"tags":{"name":"../app/api/hooks/agent-event/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1315,"timestamp":1569848104,"id":1084,"parentId":1071,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1312,"timestamp":1569848108,"id":1085,"parentId":1071,"tags":{"name":"../app/api/hooks/permission-request/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1308,"timestamp":1569848114,"id":1086,"parentId":1071,"tags":{"name":"../app/api/metrics/vibe/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1305,"timestamp":1569848118,"id":1087,"parentId":1071,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1301,"timestamp":1569848124,"id":1088,"parentId":1071,"tags":{"name":"../app/api/relays/[relayId]/cancel/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1298,"timestamp":1569848128,"id":1089,"parentId":1071,"tags":{"name":"../app/api/relays/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1296,"timestamp":1569848131,"id":1090,"parentId":1071,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1293,"timestamp":1569848136,"id":1091,"parentId":1071,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1290,"timestamp":1569848140,"id":1092,"parentId":1071,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1288,"timestamp":1569848144,"id":1093,"parentId":1071,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1284,"timestamp":1569848149,"id":1094,"parentId":1071,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1282,"timestamp":1569848152,"id":1095,"parentId":1071,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1278,"timestamp":1569848157,"id":1096,"parentId":1071,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1275,"timestamp":1569848161,"id":1097,"parentId":1071,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1272,"timestamp":1569848165,"id":1098,"parentId":1071,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1250,"timestamp":1569848189,"id":1099,"parentId":1071,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1247,"timestamp":1569848193,"id":1100,"parentId":1071,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1244,"timestamp":1569848197,"id":1101,"parentId":1071,"tags":{"name":"../app/api/tasks/[taskId]/cancel/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1241,"timestamp":1569848201,"id":1102,"parentId":1071,"tags":{"name":"../app/api/tasks/[taskId]/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1238,"timestamp":1569848206,"id":1103,"parentId":1071,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1235,"timestamp":1569848210,"id":1104,"parentId":1071,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1232,"timestamp":1569848214,"id":1105,"parentId":1071,"tags":{"name":"../app/api/verification/runs/[runId]/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1230,"timestamp":1569848217,"id":1106,"parentId":1071,"tags":{"name":"../app/api/verification/runs/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1228,"timestamp":1569848222,"id":1107,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1788777594708,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1226,"timestamp":1569848225,"id":1108,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1223,"timestamp":1569848229,"id":1109,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/clear-composer/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1221,"timestamp":1569848232,"id":1110,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/cli-reference/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1218,"timestamp":1569848237,"id":1111,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1215,"timestamp":1569848241,"id":1112,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1212,"timestamp":1569848245,"id":1113,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1209,"timestamp":1569848249,"id":1114,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/env/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1206,"timestamp":1569848254,"id":1115,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1194,"timestamp":1569848267,"id":1116,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1191,"timestamp":1569848271,"id":1117,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1189,"timestamp":1569848274,"id":1118,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1187,"timestamp":1569848278,"id":1119,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1185,"timestamp":1569848281,"id":1120,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1183,"timestamp":1569848285,"id":1121,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1181,"timestamp":1569848288,"id":1122,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1178,"timestamp":1569848292,"id":1123,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1176,"timestamp":1569848295,"id":1124,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1175,"timestamp":1569848298,"id":1125,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1172,"timestamp":1569848302,"id":1126,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1170,"timestamp":1569848305,"id":1127,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1168,"timestamp":1569848308,"id":1128,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1166,"timestamp":1569848312,"id":1129,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1164,"timestamp":1569848315,"id":1130,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1162,"timestamp":1569848318,"id":1131,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1161,"timestamp":1569848321,"id":1132,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1158,"timestamp":1569848325,"id":1133,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1156,"timestamp":1569848328,"id":1134,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1154,"timestamp":1569848331,"id":1135,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1152,"timestamp":1569848335,"id":1136,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1151,"timestamp":1569848338,"id":1137,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1149,"timestamp":1569848341,"id":1138,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1147,"timestamp":1569848344,"id":1139,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1144,"timestamp":1569848348,"id":1140,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1142,"timestamp":1569848352,"id":1141,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/instances/opencode/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1140,"timestamp":1569848355,"id":1142,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1138,"timestamp":1569848358,"id":1143,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1136,"timestamp":1569848361,"id":1144,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1134,"timestamp":1569848364,"id":1145,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1132,"timestamp":1569848368,"id":1146,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1130,"timestamp":1569848371,"id":1147,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1128,"timestamp":1569848374,"id":1148,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/opencode/diff/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1126,"timestamp":1569848377,"id":1149,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/opencode/session/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1123,"timestamp":1569848382,"id":1150,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/opencode/share/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1120,"timestamp":1569848386,"id":1151,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1118,"timestamp":1569848389,"id":1152,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1116,"timestamp":1569848392,"id":1153,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1114,"timestamp":1569848395,"id":1154,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1112,"timestamp":1569848398,"id":1155,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1111,"timestamp":1569848401,"id":1156,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1108,"timestamp":1569848405,"id":1157,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1106,"timestamp":1569848408,"id":1158,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1104,"timestamp":1569848412,"id":1159,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1102,"timestamp":1569848415,"id":1160,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1100,"timestamp":1569848418,"id":1161,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/tasks/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1097,"timestamp":1569848422,"id":1162,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1095,"timestamp":1569848425,"id":1163,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1093,"timestamp":1569848428,"id":1164,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1091,"timestamp":1569848432,"id":1165,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1089,"timestamp":1569848435,"id":1166,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1088,"timestamp":1569848438,"id":1167,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1086,"timestamp":1569848441,"id":1168,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1084,"timestamp":1569848445,"id":1169,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1082,"timestamp":1569848448,"id":1170,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/verify/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1079,"timestamp":1569848451,"id":1171,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1077,"timestamp":1569848455,"id":1172,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/verify/config/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1075,"timestamp":1569848458,"id":1173,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1074,"timestamp":1569848461,"id":1174,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/verify/runs/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1072,"timestamp":1569848464,"id":1175,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1070,"timestamp":1569848467,"id":1176,"parentId":1071,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1068,"timestamp":1569848471,"id":1177,"parentId":1071,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"}]
4
+ [{"name":"minify-js","duration":1247,"timestamp":1569848474,"id":1178,"parentId":1071,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1248,"timestamp":1569848477,"id":1179,"parentId":1071,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1246,"timestamp":1569848480,"id":1180,"parentId":1071,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1244,"timestamp":1569848483,"id":1181,"parentId":1071,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1243,"timestamp":1569848487,"id":1182,"parentId":1071,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1241,"timestamp":1569848490,"id":1183,"parentId":1071,"tags":{"name":"../app/api/agents/versions/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1239,"timestamp":1569848493,"id":1184,"parentId":1071,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1231,"timestamp":1569848502,"id":1185,"parentId":1071,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1230,"timestamp":1569848505,"id":1186,"parentId":1071,"tags":{"name":"../app/api/agents/update/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1228,"timestamp":1569848508,"id":1187,"parentId":1071,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1226,"timestamp":1569848512,"id":1188,"parentId":1071,"tags":{"name":"../app/api/capabilities/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1224,"timestamp":1569848515,"id":1189,"parentId":1071,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1222,"timestamp":1569848518,"id":1190,"parentId":1071,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1220,"timestamp":1569848521,"id":1191,"parentId":1071,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1218,"timestamp":1569848524,"id":1192,"parentId":1071,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1216,"timestamp":1569848528,"id":1193,"parentId":1071,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1215,"timestamp":1569848531,"id":1194,"parentId":1071,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1213,"timestamp":1569848534,"id":1195,"parentId":1071,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1211,"timestamp":1569848537,"id":1196,"parentId":1071,"tags":{"name":"../app/api/push/escalation/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1209,"timestamp":1569848540,"id":1197,"parentId":1071,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1205,"timestamp":1569848545,"id":1198,"parentId":1071,"tags":{"name":"../app/api/remote/pair/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1203,"timestamp":1569848549,"id":1199,"parentId":1071,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1202,"timestamp":1569848552,"id":1200,"parentId":1071,"tags":{"name":"../app/api/settings/default-surface-mode/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1189,"timestamp":1569848566,"id":1201,"parentId":1071,"tags":{"name":"../app/api/settings/default-agents/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1187,"timestamp":1569848570,"id":1202,"parentId":1071,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1185,"timestamp":1569848573,"id":1203,"parentId":1071,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1183,"timestamp":1569848576,"id":1204,"parentId":1071,"tags":{"name":"../app/api/skills/reindex/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1181,"timestamp":1569848579,"id":1205,"parentId":1071,"tags":{"name":"../app/api/skills/installations/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1179,"timestamp":1569848583,"id":1206,"parentId":1071,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1177,"timestamp":1569848586,"id":1207,"parentId":1071,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1175,"timestamp":1569848589,"id":1208,"parentId":1071,"tags":{"name":"../app/api/skills/operations/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1173,"timestamp":1569848593,"id":1209,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1171,"timestamp":1569848596,"id":1210,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1169,"timestamp":1569848599,"id":1211,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/resolve-target/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1167,"timestamp":1569848602,"id":1212,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1166,"timestamp":1569848605,"id":1213,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1164,"timestamp":1569848608,"id":1214,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1162,"timestamp":1569848612,"id":1215,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1160,"timestamp":1569848615,"id":1216,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1158,"timestamp":1569848618,"id":1217,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1156,"timestamp":1569848622,"id":1218,"parentId":1071,"tags":{"name":"../app/api/worktrees/apply-default-agents/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1154,"timestamp":1569848625,"id":1219,"parentId":1071,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1152,"timestamp":1569848628,"id":1220,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1150,"timestamp":1569848632,"id":1221,"parentId":1071,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1147,"timestamp":1569848635,"id":1222,"parentId":1071,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/update/route.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1146,"timestamp":1569848639,"id":1223,"parentId":1071,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1144,"timestamp":1569848642,"id":1224,"parentId":1071,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1141,"timestamp":1569848645,"id":1225,"parentId":1071,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1139,"timestamp":1569848649,"id":1226,"parentId":1071,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1137,"timestamp":1569848652,"id":1227,"parentId":1071,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1135,"timestamp":1569848655,"id":1228,"parentId":1071,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1133,"timestamp":1569848659,"id":1229,"parentId":1071,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1131,"timestamp":1569848662,"id":1230,"parentId":1071,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1129,"timestamp":1569848665,"id":1231,"parentId":1071,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1127,"timestamp":1569848669,"id":1232,"parentId":1071,"tags":{"name":"../app/skills/installed/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1125,"timestamp":1569848672,"id":1233,"parentId":1071,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1123,"timestamp":1569848675,"id":1234,"parentId":1071,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1121,"timestamp":1569848678,"id":1235,"parentId":1071,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1120,"timestamp":1569848681,"id":1236,"parentId":1071,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1118,"timestamp":1569848684,"id":1237,"parentId":1071,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1116,"timestamp":1569848687,"id":1238,"parentId":1071,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1114,"timestamp":1569848690,"id":1239,"parentId":1071,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1112,"timestamp":1569848694,"id":1240,"parentId":1071,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1110,"timestamp":1569848697,"id":1241,"parentId":1071,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1109,"timestamp":1569848700,"id":1242,"parentId":1071,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1107,"timestamp":1569848703,"id":1243,"parentId":1071,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1104,"timestamp":1569848706,"id":1244,"parentId":1071,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1103,"timestamp":1569848709,"id":1245,"parentId":1071,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1101,"timestamp":1569848712,"id":1246,"parentId":1071,"tags":{"name":"450.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1099,"timestamp":1569848716,"id":1247,"parentId":1071,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1097,"timestamp":1569848719,"id":1248,"parentId":1071,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1094,"timestamp":1569848722,"id":1249,"parentId":1071,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1093,"timestamp":1569848726,"id":1250,"parentId":1071,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1091,"timestamp":1569848729,"id":1251,"parentId":1071,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1089,"timestamp":1569848732,"id":1252,"parentId":1071,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1087,"timestamp":1569848735,"id":1253,"parentId":1071,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1085,"timestamp":1569848739,"id":1254,"parentId":1071,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1083,"timestamp":1569848743,"id":1255,"parentId":1071,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1080,"timestamp":1569848746,"id":1256,"parentId":1071,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1078,"timestamp":1569848750,"id":1257,"parentId":1071,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1076,"timestamp":1569848753,"id":1258,"parentId":1071,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1074,"timestamp":1569848756,"id":1259,"parentId":1071,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1072,"timestamp":1569848760,"id":1260,"parentId":1071,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1070,"timestamp":1569848763,"id":1261,"parentId":1071,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1067,"timestamp":1569848766,"id":1262,"parentId":1071,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1065,"timestamp":1569848769,"id":1263,"parentId":1071,"tags":{"name":"1341.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1063,"timestamp":1569848772,"id":1264,"parentId":1071,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1061,"timestamp":1569848776,"id":1265,"parentId":1071,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1059,"timestamp":1569848779,"id":1266,"parentId":1071,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1058,"timestamp":1569848782,"id":1267,"parentId":1071,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1055,"timestamp":1569848786,"id":1268,"parentId":1071,"tags":{"name":"22.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1053,"timestamp":1569848789,"id":1269,"parentId":1071,"tags":{"name":"3086.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1051,"timestamp":1569848792,"id":1270,"parentId":1071,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1049,"timestamp":1569848795,"id":1271,"parentId":1071,"tags":{"name":"3925.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1048,"timestamp":1569848798,"id":1272,"parentId":1071,"tags":{"name":"6306.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1046,"timestamp":1569848802,"id":1273,"parentId":1071,"tags":{"name":"1191.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1044,"timestamp":1569848805,"id":1274,"parentId":1071,"tags":{"name":"5043.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1042,"timestamp":1569848808,"id":1275,"parentId":1071,"tags":{"name":"3241.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1040,"timestamp":1569848811,"id":1276,"parentId":1071,"tags":{"name":"1210.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1039,"timestamp":1569848814,"id":1277,"parentId":1071,"tags":{"name":"595.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1037,"timestamp":1569848817,"id":1278,"parentId":1071,"tags":{"name":"5220.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"}]
5
+ [{"name":"minify-js","duration":1128,"timestamp":1569848820,"id":1279,"parentId":1071,"tags":{"name":"8687.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1127,"timestamp":1569848824,"id":1280,"parentId":1071,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1125,"timestamp":1569848827,"id":1281,"parentId":1071,"tags":{"name":"641.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1124,"timestamp":1569848830,"id":1282,"parentId":1071,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1122,"timestamp":1569848833,"id":1283,"parentId":1071,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1121,"timestamp":1569848836,"id":1284,"parentId":1071,"tags":{"name":"1503.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1119,"timestamp":1569848839,"id":1285,"parentId":1071,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1117,"timestamp":1569848843,"id":1286,"parentId":1071,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1115,"timestamp":1569848845,"id":1287,"parentId":1071,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1113,"timestamp":1569848848,"id":1288,"parentId":1071,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1111,"timestamp":1569848851,"id":1289,"parentId":1071,"tags":{"name":"8554.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1109,"timestamp":1569848854,"id":1290,"parentId":1071,"tags":{"name":"243.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1108,"timestamp":1569848858,"id":1291,"parentId":1071,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1106,"timestamp":1569848861,"id":1292,"parentId":1071,"tags":{"name":"180.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1104,"timestamp":1569848864,"id":1293,"parentId":1071,"tags":{"name":"120.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1103,"timestamp":1569848867,"id":1294,"parentId":1071,"tags":{"name":"7593.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1101,"timestamp":1569848870,"id":1295,"parentId":1071,"tags":{"name":"8543.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1099,"timestamp":1569848873,"id":1296,"parentId":1071,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1096,"timestamp":1569848877,"id":1297,"parentId":1071,"tags":{"name":"4390.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1094,"timestamp":1569848880,"id":1298,"parentId":1071,"tags":{"name":"9627.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1092,"timestamp":1569848883,"id":1299,"parentId":1071,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1091,"timestamp":1569848886,"id":1300,"parentId":1071,"tags":{"name":"406.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1089,"timestamp":1569848889,"id":1301,"parentId":1071,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1086,"timestamp":1569848893,"id":1302,"parentId":1071,"tags":{"name":"5164.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1085,"timestamp":1569848896,"id":1303,"parentId":1071,"tags":{"name":"6661.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1083,"timestamp":1569848899,"id":1304,"parentId":1071,"tags":{"name":"4299.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1081,"timestamp":1569848902,"id":1305,"parentId":1071,"tags":{"name":"6838.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1079,"timestamp":1569848905,"id":1306,"parentId":1071,"tags":{"name":"9130.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1077,"timestamp":1569848908,"id":1307,"parentId":1071,"tags":{"name":"4443.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1076,"timestamp":1569848911,"id":1308,"parentId":1071,"tags":{"name":"8800.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1074,"timestamp":1569848915,"id":1309,"parentId":1071,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1072,"timestamp":1569848918,"id":1310,"parentId":1071,"tags":{"name":"7905.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1070,"timestamp":1569848921,"id":1311,"parentId":1071,"tags":{"name":"1886.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1067,"timestamp":1569848924,"id":1312,"parentId":1071,"tags":{"name":"1944.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1065,"timestamp":1569848928,"id":1313,"parentId":1071,"tags":{"name":"9051.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1062,"timestamp":1569848932,"id":1314,"parentId":1071,"tags":{"name":"6491.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1060,"timestamp":1569848935,"id":1315,"parentId":1071,"tags":{"name":"8918.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1058,"timestamp":1569848939,"id":1316,"parentId":1071,"tags":{"name":"7875.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1056,"timestamp":1569848942,"id":1317,"parentId":1071,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1054,"timestamp":1569848945,"id":1318,"parentId":1071,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1053,"timestamp":1569848948,"id":1319,"parentId":1071,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1051,"timestamp":1569848952,"id":1320,"parentId":1071,"tags":{"name":"8118.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1065,"timestamp":1569848959,"id":1321,"parentId":1071,"tags":{"name":"6286.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1063,"timestamp":1569848963,"id":1322,"parentId":1071,"tags":{"name":"2710.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1061,"timestamp":1569848966,"id":1323,"parentId":1071,"tags":{"name":"5048.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1059,"timestamp":1569848969,"id":1324,"parentId":1071,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1056,"timestamp":1569848973,"id":1325,"parentId":1071,"tags":{"name":"1501.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1054,"timestamp":1569848977,"id":1326,"parentId":1071,"tags":{"name":"6363.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1052,"timestamp":1569848980,"id":1327,"parentId":1071,"tags":{"name":"7366.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1050,"timestamp":1569848983,"id":1328,"parentId":1071,"tags":{"name":"9360.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1049,"timestamp":1569848986,"id":1329,"parentId":1071,"tags":{"name":"3707.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1047,"timestamp":1569848989,"id":1330,"parentId":1071,"tags":{"name":"9584.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1044,"timestamp":1569848993,"id":1331,"parentId":1071,"tags":{"name":"5354.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1042,"timestamp":1569848996,"id":1332,"parentId":1071,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1040,"timestamp":1569849000,"id":1333,"parentId":1071,"tags":{"name":"28.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1037,"timestamp":1569849003,"id":1334,"parentId":1071,"tags":{"name":"6401.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1018,"timestamp":1569849023,"id":1335,"parentId":1071,"tags":{"name":"3077.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1015,"timestamp":1569849027,"id":1336,"parentId":1071,"tags":{"name":"9938.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1013,"timestamp":1569849031,"id":1337,"parentId":1071,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1011,"timestamp":1569849034,"id":1338,"parentId":1071,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1009,"timestamp":1569849037,"id":1339,"parentId":1071,"tags":{"name":"663.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1008,"timestamp":1569849040,"id":1340,"parentId":1071,"tags":{"name":"4802.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1005,"timestamp":1569849044,"id":1341,"parentId":1071,"tags":{"name":"3270.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1003,"timestamp":1569849047,"id":1342,"parentId":1071,"tags":{"name":"3123.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1001,"timestamp":1569849050,"id":1343,"parentId":1071,"tags":{"name":"8063.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":999,"timestamp":1569849054,"id":1344,"parentId":1071,"tags":{"name":"7506.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":998,"timestamp":1569849057,"id":1345,"parentId":1071,"tags":{"name":"21.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":996,"timestamp":1569849060,"id":1346,"parentId":1071,"tags":{"name":"7890.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":994,"timestamp":1569849063,"id":1347,"parentId":1071,"tags":{"name":"3730.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":992,"timestamp":1569849066,"id":1348,"parentId":1071,"tags":{"name":"2515.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":990,"timestamp":1569849069,"id":1349,"parentId":1071,"tags":{"name":"365.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":988,"timestamp":1569849072,"id":1350,"parentId":1071,"tags":{"name":"153.js","cache":"HIT"},"startTime":1788777594709,"traceId":"de4cca249783643d"},{"name":"minify-webpack-plugin-optimize","duration":26347,"timestamp":1569823844,"id":1071,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1788777594684,"traceId":"de4cca249783643d"},{"name":"css-minimizer-plugin","duration":186,"timestamp":1569850369,"id":1351,"parentId":19,"tags":{},"startTime":1788777594711,"traceId":"de4cca249783643d"},{"name":"create-trace-assets","duration":109392,"timestamp":1569850782,"id":1352,"parentId":20,"tags":{},"startTime":1788777594711,"traceId":"de4cca249783643d"},{"name":"seal","duration":1498950,"timestamp":1568537655,"id":1058,"parentId":19,"tags":{},"startTime":1788777593398,"traceId":"de4cca249783643d"},{"name":"webpack-compilation","duration":23620616,"timestamp":1546601937,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1788777571462,"traceId":"de4cca249783643d"},{"name":"emit","duration":102698,"timestamp":1570223188,"id":1353,"parentId":16,"tags":{},"startTime":1788777595083,"traceId":"de4cca249783643d"},{"name":"webpack-close","duration":1020,"timestamp":1570331938,"id":1354,"parentId":16,"tags":{"name":"server"},"startTime":1788777595192,"traceId":"de4cca249783643d"},{"name":"webpack-generate-error-stats","duration":2510,"timestamp":1570333048,"id":1355,"parentId":1354,"tags":{},"startTime":1788777595193,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":97989,"timestamp":1570345546,"id":1358,"parentId":1357,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKFxcLmpzb258XFwucnNjfFxcLnNlZ21lbnRzXFwvLitcXC5zZWdtZW50XFwucnNjKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKFxcLmpzb258XFwucnNjfFxcLnNlZ21lbnRzXFwvLitcXC5zZWdtZW50XFwucnNjKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1dfQ%3D%3D!"},"startTime":1788777595206,"traceId":"de4cca249783643d"},{"name":"make","duration":98361,"timestamp":1570345480,"id":1357,"parentId":1356,"tags":{},"startTime":1788777595206,"traceId":"de4cca249783643d"},{"name":"chunk-graph","duration":6920,"timestamp":1570452502,"id":1360,"parentId":1359,"tags":{},"startTime":1788777595313,"traceId":"de4cca249783643d"},{"name":"optimize-modules","duration":15,"timestamp":1570459592,"id":1362,"parentId":1359,"tags":{},"startTime":1788777595320,"traceId":"de4cca249783643d"},{"name":"optimize-chunks","duration":732,"timestamp":1570459685,"id":1363,"parentId":1359,"tags":{},"startTime":1788777595320,"traceId":"de4cca249783643d"},{"name":"optimize-tree","duration":14,"timestamp":1570460485,"id":1364,"parentId":1359,"tags":{},"startTime":1788777595321,"traceId":"de4cca249783643d"},{"name":"optimize-chunk-modules","duration":4507,"timestamp":1570460580,"id":1365,"parentId":1359,"tags":{},"startTime":1788777595321,"traceId":"de4cca249783643d"},{"name":"optimize","duration":5724,"timestamp":1570459462,"id":1361,"parentId":1359,"tags":{},"startTime":1788777595320,"traceId":"de4cca249783643d"},{"name":"module-hash","duration":2656,"timestamp":1570466715,"id":1366,"parentId":1359,"tags":{},"startTime":1788777595327,"traceId":"de4cca249783643d"},{"name":"code-generation","duration":214,"timestamp":1570469401,"id":1367,"parentId":1359,"tags":{},"startTime":1788777595330,"traceId":"de4cca249783643d"},{"name":"hash","duration":2285,"timestamp":1570471140,"id":1368,"parentId":1359,"tags":{},"startTime":1788777595331,"traceId":"de4cca249783643d"},{"name":"code-generation-jobs","duration":164,"timestamp":1570473424,"id":1369,"parentId":1359,"tags":{},"startTime":1788777595334,"traceId":"de4cca249783643d"},{"name":"module-assets","duration":72,"timestamp":1570473565,"id":1370,"parentId":1359,"tags":{},"startTime":1788777595334,"traceId":"de4cca249783643d"},{"name":"create-chunk-assets","duration":259,"timestamp":1570473651,"id":1371,"parentId":1359,"tags":{},"startTime":1788777595334,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":62,"timestamp":1570479201,"id":1373,"parentId":1372,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1788777595339,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":42,"timestamp":1570479228,"id":1374,"parentId":1372,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1788777595340,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":36,"timestamp":1570479235,"id":1375,"parentId":1372,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1788777595340,"traceId":"de4cca249783643d"},{"name":"minify-webpack-plugin-optimize","duration":521,"timestamp":1570478754,"id":1372,"parentId":1356,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1788777595339,"traceId":"de4cca249783643d"},{"name":"css-minimizer-plugin","duration":8,"timestamp":1570479330,"id":1376,"parentId":1356,"tags":{},"startTime":1788777595340,"traceId":"de4cca249783643d"},{"name":"seal","duration":35871,"timestamp":1570449959,"id":1359,"parentId":1356,"tags":{},"startTime":1788777595310,"traceId":"de4cca249783643d"},{"name":"webpack-compilation","duration":142516,"timestamp":1570343631,"id":1356,"parentId":16,"tags":{"name":"edge-server"},"startTime":1788777595204,"traceId":"de4cca249783643d"}]
6
+ [{"name":"emit","duration":5495,"timestamp":1570486473,"id":1377,"parentId":16,"tags":{},"startTime":1788777595347,"traceId":"de4cca249783643d"},{"name":"webpack-close","duration":274,"timestamp":1570492469,"id":1378,"parentId":16,"tags":{"name":"edge-server"},"startTime":1788777595353,"traceId":"de4cca249783643d"},{"name":"webpack-generate-error-stats","duration":608,"timestamp":1570492750,"id":1379,"parentId":1378,"tags":{},"startTime":1788777595353,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782184,"timestamp":1570504388,"id":1393,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782203,"timestamp":1570504391,"id":1394,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782205,"timestamp":1570504393,"id":1395,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782207,"timestamp":1570504396,"id":1396,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782208,"timestamp":1570504398,"id":1397,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782209,"timestamp":1570504401,"id":1398,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782209,"timestamp":1570504403,"id":1399,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782210,"timestamp":1570504406,"id":1400,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782210,"timestamp":1570504410,"id":1401,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782219,"timestamp":1570504412,"id":1402,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782222,"timestamp":1570504414,"id":1403,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782223,"timestamp":1570504417,"id":1404,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782225,"timestamp":1570504419,"id":1405,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782226,"timestamp":1570504421,"id":1406,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782228,"timestamp":1570504424,"id":1407,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782229,"timestamp":1570504426,"id":1408,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782231,"timestamp":1570504429,"id":1409,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782232,"timestamp":1570504431,"id":1410,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782234,"timestamp":1570504434,"id":1411,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782235,"timestamp":1570504436,"id":1412,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782237,"timestamp":1570504438,"id":1413,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782238,"timestamp":1570504441,"id":1414,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782239,"timestamp":1570504444,"id":1415,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782239,"timestamp":1570504447,"id":1416,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782240,"timestamp":1570504449,"id":1417,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782242,"timestamp":1570504452,"id":1418,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782243,"timestamp":1570504454,"id":1419,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782245,"timestamp":1570504457,"id":1420,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782246,"timestamp":1570504459,"id":1421,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782247,"timestamp":1570504462,"id":1422,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782250,"timestamp":1570504464,"id":1423,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782251,"timestamp":1570504467,"id":1424,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782253,"timestamp":1570504470,"id":1425,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782254,"timestamp":1570504472,"id":1426,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782255,"timestamp":1570504475,"id":1427,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782257,"timestamp":1570504477,"id":1428,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782257,"timestamp":1570504479,"id":1429,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782258,"timestamp":1570504482,"id":1430,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782260,"timestamp":1570504484,"id":1431,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782261,"timestamp":1570504487,"id":1432,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782262,"timestamp":1570504489,"id":1433,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782263,"timestamp":1570504492,"id":1434,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782264,"timestamp":1570504494,"id":1435,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782265,"timestamp":1570504496,"id":1436,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782266,"timestamp":1570504499,"id":1437,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782267,"timestamp":1570504501,"id":1438,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782269,"timestamp":1570504503,"id":1439,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782269,"timestamp":1570504506,"id":1440,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782271,"timestamp":1570504508,"id":1441,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782272,"timestamp":1570504511,"id":1442,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782273,"timestamp":1570504513,"id":1443,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782273,"timestamp":1570504516,"id":1444,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782274,"timestamp":1570504518,"id":1445,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782275,"timestamp":1570504521,"id":1446,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782275,"timestamp":1570504524,"id":1447,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782273,"timestamp":1570504529,"id":1448,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782274,"timestamp":1570504532,"id":1449,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782275,"timestamp":1570504534,"id":1450,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782276,"timestamp":1570504536,"id":1451,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782277,"timestamp":1570504539,"id":1452,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782278,"timestamp":1570504541,"id":1453,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782280,"timestamp":1570504543,"id":1454,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782281,"timestamp":1570504546,"id":1455,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782282,"timestamp":1570504548,"id":1456,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782283,"timestamp":1570504550,"id":1457,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782284,"timestamp":1570504553,"id":1458,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782285,"timestamp":1570504555,"id":1459,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782286,"timestamp":1570504558,"id":1460,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782287,"timestamp":1570504560,"id":1461,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782288,"timestamp":1570504562,"id":1462,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782289,"timestamp":1570504565,"id":1463,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782290,"timestamp":1570504567,"id":1464,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782291,"timestamp":1570504569,"id":1465,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782292,"timestamp":1570504572,"id":1466,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782293,"timestamp":1570504575,"id":1467,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782294,"timestamp":1570504577,"id":1468,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782294,"timestamp":1570504579,"id":1469,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782295,"timestamp":1570504582,"id":1470,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782297,"timestamp":1570504584,"id":1471,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782298,"timestamp":1570504586,"id":1472,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782299,"timestamp":1570504589,"id":1473,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782300,"timestamp":1570504591,"id":1474,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782301,"timestamp":1570504594,"id":1475,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782302,"timestamp":1570504596,"id":1476,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782302,"timestamp":1570504598,"id":1477,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782303,"timestamp":1570504601,"id":1478,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782304,"timestamp":1570504603,"id":1479,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782305,"timestamp":1570504606,"id":1480,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782305,"timestamp":1570504608,"id":1481,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782306,"timestamp":1570504611,"id":1482,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782307,"timestamp":1570504613,"id":1483,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782308,"timestamp":1570504616,"id":1484,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782309,"timestamp":1570504618,"id":1485,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782310,"timestamp":1570504620,"id":1486,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782311,"timestamp":1570504623,"id":1487,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782312,"timestamp":1570504625,"id":1488,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782312,"timestamp":1570504628,"id":1489,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782313,"timestamp":1570504630,"id":1490,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"}]
7
+ [{"name":"add-entry","duration":782587,"timestamp":1570504632,"id":1491,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782592,"timestamp":1570504635,"id":1492,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782593,"timestamp":1570504638,"id":1493,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782594,"timestamp":1570504640,"id":1494,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782595,"timestamp":1570504642,"id":1495,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782596,"timestamp":1570504646,"id":1496,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782596,"timestamp":1570504649,"id":1497,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782596,"timestamp":1570504652,"id":1498,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782597,"timestamp":1570504654,"id":1499,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782598,"timestamp":1570504657,"id":1500,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782599,"timestamp":1570504659,"id":1501,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782599,"timestamp":1570504662,"id":1502,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782600,"timestamp":1570504665,"id":1503,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782601,"timestamp":1570504667,"id":1504,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782602,"timestamp":1570504670,"id":1505,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782603,"timestamp":1570504672,"id":1506,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782604,"timestamp":1570504675,"id":1507,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782605,"timestamp":1570504678,"id":1508,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782606,"timestamp":1570504680,"id":1509,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782606,"timestamp":1570504682,"id":1510,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782605,"timestamp":1570504687,"id":1511,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782603,"timestamp":1570504692,"id":1512,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782604,"timestamp":1570504694,"id":1513,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782604,"timestamp":1570504697,"id":1514,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782605,"timestamp":1570504699,"id":1515,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782605,"timestamp":1570504702,"id":1516,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782606,"timestamp":1570504704,"id":1517,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782607,"timestamp":1570504707,"id":1518,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782608,"timestamp":1570504709,"id":1519,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782609,"timestamp":1570504711,"id":1520,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782609,"timestamp":1570504714,"id":1521,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782610,"timestamp":1570504716,"id":1522,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782610,"timestamp":1570504719,"id":1523,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782611,"timestamp":1570504721,"id":1524,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782611,"timestamp":1570504724,"id":1525,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782611,"timestamp":1570504726,"id":1526,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782611,"timestamp":1570504729,"id":1527,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782612,"timestamp":1570504731,"id":1528,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782612,"timestamp":1570504734,"id":1529,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782613,"timestamp":1570504736,"id":1530,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782614,"timestamp":1570504739,"id":1531,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782615,"timestamp":1570504741,"id":1532,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782615,"timestamp":1570504743,"id":1533,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782610,"timestamp":1570504752,"id":1534,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782611,"timestamp":1570504754,"id":1535,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782612,"timestamp":1570504757,"id":1536,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":782572,"timestamp":1570504799,"id":1553,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":879706,"timestamp":1570504340,"id":1385,"parentId":1381,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":921863,"timestamp":1570504369,"id":1389,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobal-error.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":927814,"timestamp":1570504382,"id":1391,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Ferror.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1007389,"timestamp":1570504344,"id":1386,"parentId":1381,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1007400,"timestamp":1570504353,"id":1388,"parentId":1381,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1007412,"timestamp":1570504349,"id":1387,"parentId":1381,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1007503,"timestamp":1570504266,"id":1382,"parentId":1381,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1007444,"timestamp":1570504336,"id":1384,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1007468,"timestamp":1570504319,"id":1383,"parentId":1381,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1191529,"timestamp":1570504809,"id":1557,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1191587,"timestamp":1570504771,"id":1542,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fpwa%2FOfflineReconnectButton.tsx%22%2C%22ids%22%3A%5B%22OfflineReconnectButton%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1191993,"timestamp":1570504374,"id":1390,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22node_modules%2Fgeist%2Fdist%2Fsans.js%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2Fgeist-sans%2FGeist-Variable.woff2%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22GeistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22node_modules%2Fgeist%2Fdist%2Fmono.js%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2Fgeist-mono%2FGeistMono-Variable.woff2%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22adjustFontFallback%5C%22%3Afalse%2C%5C%22fallback%5C%22%3A%5B%5C%22ui-monospace%5C%22%2C%5C%22SFMono-Regular%5C%22%2C%5C%22Roboto%20Mono%5C%22%2C%5C%22Menlo%5C%22%2C%5C%22Monaco%5C%22%2C%5C%22Liberation%20Mono%5C%22%2C%5C%22DejaVu%20Sans%20Mono%5C%22%2C%5C%22Courier%20New%5C%22%2C%5C%22monospace%5C%22%5D%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22GeistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1338360,"timestamp":1570504385,"id":1392,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1338007,"timestamp":1570504759,"id":1537,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1338007,"timestamp":1570504764,"id":1539,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1337999,"timestamp":1570504776,"id":1544,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1337997,"timestamp":1570504782,"id":1546,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1337995,"timestamp":1570504787,"id":1548,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1337983,"timestamp":1570504802,"id":1554,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1407752,"timestamp":1570504761,"id":1538,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1407762,"timestamp":1570504774,"id":1543,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1407761,"timestamp":1570504779,"id":1545,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Frepositories%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1407754,"timestamp":1570504792,"id":1550,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2Finstalled%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1407753,"timestamp":1570504797,"id":1552,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1462529,"timestamp":1570504766,"id":1540,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fmore%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1462550,"timestamp":1570504769,"id":1541,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1462542,"timestamp":1570504784,"id":1547,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fsessions%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1462542,"timestamp":1570504789,"id":1549,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Freview%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1462533,"timestamp":1570504804,"id":1555,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1944868,"timestamp":1570504794,"id":1551,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2F%5BskillId%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"add-entry","duration":1944878,"timestamp":1570504806,"id":1556,"parentId":1381,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1788777595365,"traceId":"de4cca249783643d"},{"name":"make","duration":1945803,"timestamp":1570503983,"id":1381,"parentId":1380,"tags":{},"startTime":1788777595364,"traceId":"de4cca249783643d"},{"name":"chunk-graph","duration":79260,"timestamp":1572637592,"id":1559,"parentId":1558,"tags":{},"startTime":1788777597498,"traceId":"de4cca249783643d"},{"name":"optimize-modules","duration":9,"timestamp":1572716916,"id":1561,"parentId":1558,"tags":{},"startTime":1788777597577,"traceId":"de4cca249783643d"},{"name":"optimize-chunks","duration":84197,"timestamp":1572732173,"id":1563,"parentId":1558,"tags":{},"startTime":1788777597592,"traceId":"de4cca249783643d"},{"name":"optimize-tree","duration":20,"timestamp":1572816431,"id":1564,"parentId":1558,"tags":{},"startTime":1788777597677,"traceId":"de4cca249783643d"},{"name":"optimize-chunk-modules","duration":112927,"timestamp":1572816493,"id":1565,"parentId":1558,"tags":{},"startTime":1788777597677,"traceId":"de4cca249783643d"},{"name":"optimize","duration":212572,"timestamp":1572716895,"id":1560,"parentId":1558,"tags":{},"startTime":1788777597577,"traceId":"de4cca249783643d"},{"name":"module-hash","duration":76852,"timestamp":1573040229,"id":1566,"parentId":1558,"tags":{},"startTime":1788777597901,"traceId":"de4cca249783643d"},{"name":"code-generation","duration":11219,"timestamp":1573117127,"id":1567,"parentId":1558,"tags":{},"startTime":1788777597977,"traceId":"de4cca249783643d"},{"name":"hash","duration":19944,"timestamp":1573135668,"id":1568,"parentId":1558,"tags":{},"startTime":1788777597996,"traceId":"de4cca249783643d"},{"name":"code-generation-jobs","duration":302,"timestamp":1573155609,"id":1569,"parentId":1558,"tags":{},"startTime":1788777598016,"traceId":"de4cca249783643d"},{"name":"module-assets","duration":2259,"timestamp":1573155808,"id":1570,"parentId":1558,"tags":{},"startTime":1788777598016,"traceId":"de4cca249783643d"},{"name":"create-chunk-assets","duration":8823,"timestamp":1573158090,"id":1571,"parentId":1558,"tags":{},"startTime":1788777598018,"traceId":"de4cca249783643d"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1608,"timestamp":1573170886,"id":1573,"parentId":1380,"tags":{},"startTime":1788777598031,"traceId":"de4cca249783643d"},{"name":"NextJsBuildManifest-createassets","duration":2593,"timestamp":1573169914,"id":1572,"parentId":1380,"tags":{},"startTime":1788777598030,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1661,"timestamp":1573184731,"id":1575,"parentId":1574,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1634,"timestamp":1573184768,"id":1576,"parentId":1574,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1628,"timestamp":1573184776,"id":1577,"parentId":1574,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1625,"timestamp":1573184781,"id":1578,"parentId":1574,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1621,"timestamp":1573184785,"id":1579,"parentId":1574,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1617,"timestamp":1573184790,"id":1580,"parentId":1574,"tags":{"name":"static/chunks/app/global-error-ffd25ce4df4512bc.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1614,"timestamp":1573184794,"id":1581,"parentId":1574,"tags":{"name":"static/chunks/app/layout-20d64df4a6f2cb06.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1610,"timestamp":1573184799,"id":1582,"parentId":1574,"tags":{"name":"static/chunks/app/error-995a8a26fff05ddd.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"}]
8
+ [{"name":"minify-js","duration":1808,"timestamp":1573184804,"id":1583,"parentId":1574,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1807,"timestamp":1573184808,"id":1584,"parentId":1574,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-6a2cdb6b79110462.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1803,"timestamp":1573184812,"id":1585,"parentId":1574,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-d86c688bbb20a8ed.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1800,"timestamp":1573184816,"id":1586,"parentId":1574,"tags":{"name":"static/chunks/app/api/assistant/messages/route-a06a9e3f1d785719.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1798,"timestamp":1573184820,"id":1587,"parentId":1574,"tags":{"name":"static/chunks/app/api/assistant/session/route-a00b138e6e512a88.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1793,"timestamp":1573184825,"id":1588,"parentId":1574,"tags":{"name":"static/chunks/app/api/assistant/start/route-d1d0ba5a228fdc1a.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1790,"timestamp":1573184829,"id":1589,"parentId":1574,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-c57d51c6d53017fb.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1786,"timestamp":1573184834,"id":1590,"parentId":1574,"tags":{"name":"static/chunks/app/api/assistant/tools/route-f2e013239d0524f0.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1783,"timestamp":1573184839,"id":1591,"parentId":1574,"tags":{"name":"static/chunks/app/api/auth/login/route-05e5364cf8557aa6.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1779,"timestamp":1573184843,"id":1592,"parentId":1574,"tags":{"name":"static/chunks/app/api/auth/logout/route-0031ec0a451bd7f1.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1775,"timestamp":1573184848,"id":1593,"parentId":1574,"tags":{"name":"static/chunks/app/api/daily-summary/route-b94cba890a331283.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1773,"timestamp":1573184851,"id":1594,"parentId":1574,"tags":{"name":"static/chunks/app/api/hooks/agent-event/route-2a8b5ae7b63a3cb7.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1769,"timestamp":1573184855,"id":1595,"parentId":1574,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-b3f4e0f065a4aff2.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1764,"timestamp":1573184861,"id":1596,"parentId":1574,"tags":{"name":"static/chunks/app/api/hooks/permission-request/route-df2fd3bb3b51a5d6.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1761,"timestamp":1573184865,"id":1597,"parentId":1574,"tags":{"name":"static/chunks/app/api/metrics/vibe/route-50f395904e873525.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1758,"timestamp":1573184870,"id":1598,"parentId":1574,"tags":{"name":"static/chunks/app/api/ollama/models/route-ff8502615a701f90.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1754,"timestamp":1573184874,"id":1599,"parentId":1574,"tags":{"name":"static/chunks/app/api/relays/[relayId]/cancel/route-3bfb3212597f8183.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1751,"timestamp":1573184878,"id":1600,"parentId":1574,"tags":{"name":"static/chunks/app/api/relays/route-18f7cc6b7495aa93.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1747,"timestamp":1573184883,"id":1601,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-3fa948bbe2788477.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1744,"timestamp":1573184887,"id":1602,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-145a57dd4581a7af.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1741,"timestamp":1573184892,"id":1603,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-0426a10b2d4b3ff6.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1737,"timestamp":1573184897,"id":1604,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/clone/route-b4dd17e768cf717f.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1733,"timestamp":1573184902,"id":1605,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-d1e1774b25d3fa8f.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1729,"timestamp":1573184906,"id":1606,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-3f18cc0a86020ea6.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1726,"timestamp":1573184910,"id":1607,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/restore/route-496674e083f3bc3c.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1723,"timestamp":1573184914,"id":1608,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/route-d7dc9113e9eb1e95.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1718,"timestamp":1573184919,"id":1609,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/scan/route-e4456b6f681e12cc.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1716,"timestamp":1573184923,"id":1610,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/sync/route-2629fa403bccfc78.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":1713,"timestamp":1573184927,"id":1611,"parentId":1574,"tags":{"name":"static/chunks/app/api/slash-commands/route-6975d2ce1efad642.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":5014,"timestamp":1573184932,"id":1612,"parentId":1574,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/cancel/route-595980afe4d4591b.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":5014,"timestamp":1573184936,"id":1613,"parentId":1574,"tags":{"name":"static/chunks/app/api/tasks/[taskId]/route-1ef5b8ebfd217585.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":5012,"timestamp":1573184940,"id":1614,"parentId":1574,"tags":{"name":"static/chunks/app/api/templates/[id]/route-3a30119b014abb66.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":5009,"timestamp":1573184944,"id":1615,"parentId":1574,"tags":{"name":"static/chunks/app/api/templates/route-5e679356dd9a8e0c.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":5007,"timestamp":1573184948,"id":1616,"parentId":1574,"tags":{"name":"static/chunks/app/api/verification/runs/[runId]/route-1a8a17a3253aa3aa.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":5003,"timestamp":1573184953,"id":1617,"parentId":1574,"tags":{"name":"static/chunks/app/api/verification/runs/route-d0f205bc6d92ddf2.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":5000,"timestamp":1573184957,"id":1618,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-09d4bcbbd53dc268.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4997,"timestamp":1573184961,"id":1619,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-944537d231912366.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4993,"timestamp":1573184965,"id":1620,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/clear-composer/route-28f24b3a6596697b.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4990,"timestamp":1573184970,"id":1621,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-reference/route-49191800832017a2.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4986,"timestamp":1573184975,"id":1622,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-c3c8ddd58b176b1f.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4982,"timestamp":1573184979,"id":1623,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-26cab55db16fbce4.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4979,"timestamp":1573184983,"id":1624,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-e4d9a357dfaf9f17.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4976,"timestamp":1573184988,"id":1625,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/env/route-f8428c82688224c3.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4972,"timestamp":1573184992,"id":1626,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-0aa0f3dcc7db7af6.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4970,"timestamp":1573184996,"id":1627,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-5a59776bc36f5932.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4966,"timestamp":1573185000,"id":1628,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-cc53bda5e15917bf.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4943,"timestamp":1573185024,"id":1629,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-5306aac42c1a9424.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4940,"timestamp":1573185029,"id":1630,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-69912e432b1d6b1d.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4936,"timestamp":1573185034,"id":1631,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-5729095d243cd5a4.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4932,"timestamp":1573185038,"id":1632,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-d761d7aa9e4148ad.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4928,"timestamp":1573185043,"id":1633,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-a4489bfda6fb8e2b.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4925,"timestamp":1573185047,"id":1634,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-84480c6fc9d0197b.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4921,"timestamp":1573185052,"id":1635,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-a021a8bc5e0cc1c3.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4917,"timestamp":1573185057,"id":1636,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-1b85e1e8ac7e7af6.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4914,"timestamp":1573185061,"id":1637,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-813f65aaa4df9b20.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4909,"timestamp":1573185067,"id":1638,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-9cca810a4acda38f.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4871,"timestamp":1573185106,"id":1639,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-e7d0e4642d5ecf16.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4867,"timestamp":1573185111,"id":1640,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-51113821c1b1f0c4.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4862,"timestamp":1573185116,"id":1641,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-ddaa1375c0beef2a.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4859,"timestamp":1573185120,"id":1642,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-e4ba40502a0655c0.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4855,"timestamp":1573185124,"id":1643,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-1f963a54cf5b38f1.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4852,"timestamp":1573185128,"id":1644,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-ea8ed13b220c445c.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4848,"timestamp":1573185133,"id":1645,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-0e501963c5960973.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4843,"timestamp":1573185139,"id":1646,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-9e0281267840dbd8.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4840,"timestamp":1573185143,"id":1647,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-0186b1e6c69dc019.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4837,"timestamp":1573185147,"id":1648,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-c088cc2d2ded6d34.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4833,"timestamp":1573185152,"id":1649,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-78ca1a5756282493.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4831,"timestamp":1573185155,"id":1650,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-3294e488132d366d.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4827,"timestamp":1573185160,"id":1651,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-0ce4f416d28a09c0.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4824,"timestamp":1573185164,"id":1652,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/instances/opencode/route-d1e7adb85e9f239c.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4821,"timestamp":1573185168,"id":1653,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-535f68a989c2a2fe.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4817,"timestamp":1573185173,"id":1654,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-dd9d97b48ccb4708.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4814,"timestamp":1573185176,"id":1655,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-213df0ce475caf6f.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4811,"timestamp":1573185180,"id":1656,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-00b110a3c3147c4c.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4807,"timestamp":1573185185,"id":1657,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-b92670615ec10355.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4804,"timestamp":1573185189,"id":1658,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-a69747bc0c2f819c.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4801,"timestamp":1573185194,"id":1659,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/diff/route-20bea8098d0a4016.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4798,"timestamp":1573185197,"id":1660,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/session/route-0bb6cfb60f08c14d.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4794,"timestamp":1573185201,"id":1661,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/opencode/share/route-de0d8936e3cb12ef.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4789,"timestamp":1573185208,"id":1662,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-702e4e98420ca0d0.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4785,"timestamp":1573185213,"id":1663,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-232fa5850c485b61.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4782,"timestamp":1573185216,"id":1664,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-662b0c678b745b6f.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4778,"timestamp":1573185221,"id":1665,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-57ed361987a062ec.js","cache":"HIT"},"startTime":1788777598045,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4776,"timestamp":1573185225,"id":1666,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-d0c839791586cda1.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4796,"timestamp":1573185230,"id":1667,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-74b89f1b1be106e9.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4793,"timestamp":1573185234,"id":1668,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-eee070154f5bfbe9.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4791,"timestamp":1573185238,"id":1669,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-b03235fc876b5b3d.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4786,"timestamp":1573185243,"id":1670,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-381d7cf067e17228.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4783,"timestamp":1573185247,"id":1671,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-6f21357cd86afa9e.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4780,"timestamp":1573185251,"id":1672,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tasks/route-8bd5c7d90b86c815.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4776,"timestamp":1573185256,"id":1673,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-6dc1f639f29ac0ea.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4773,"timestamp":1573185260,"id":1674,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-ef052635298473cb.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4769,"timestamp":1573185265,"id":1675,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-7a274ac904cc89aa.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4766,"timestamp":1573185269,"id":1676,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-e85a52ee8c2df9ed.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4763,"timestamp":1573185273,"id":1677,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-b0942340ae4f2a2f.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4759,"timestamp":1573185278,"id":1678,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-2cb543f4245b84ca.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4757,"timestamp":1573185281,"id":1679,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-1559ba44344604c1.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4757,"timestamp":1573185285,"id":1680,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-d353a9f671beb424.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4754,"timestamp":1573185290,"id":1681,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/route-e6f1ad9063b07c17.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4752,"timestamp":1573185294,"id":1682,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-ea2f3f08ea270830.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4749,"timestamp":1573185298,"id":1683,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/config/route-42b28c6ee0bb2231.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"}]
9
+ [{"name":"minify-js","duration":4878,"timestamp":1573185302,"id":1684,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route-b2e21c4a5722758a.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4876,"timestamp":1573185306,"id":1685,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/verify/runs/route-009f272ad6c9b9d2.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4872,"timestamp":1573185311,"id":1686,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-14143873d1d32411.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4869,"timestamp":1573185314,"id":1687,"parentId":1574,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-5edf4df3e86088fb.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4867,"timestamp":1573185318,"id":1688,"parentId":1574,"tags":{"name":"static/chunks/app/api/agents/versions/route-4160d0cb0ef4006b.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4862,"timestamp":1573185323,"id":1689,"parentId":1574,"tags":{"name":"static/chunks/app/api/app/update/route-d214afb5caf5e08a.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4859,"timestamp":1573185327,"id":1690,"parentId":1574,"tags":{"name":"static/chunks/app/api/app/update-check/route-41c5bebe112e0279.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4856,"timestamp":1573185332,"id":1691,"parentId":1574,"tags":{"name":"static/chunks/app/api/agents/update/route-4cd6165a2fd3f270.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4852,"timestamp":1573185336,"id":1692,"parentId":1574,"tags":{"name":"static/chunks/app/api/auth/status/route-2f05a4cf919188ce.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4849,"timestamp":1573185339,"id":1693,"parentId":1574,"tags":{"name":"static/chunks/app/api/capabilities/route-4ae8b29c89bb185b.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4845,"timestamp":1573185344,"id":1694,"parentId":1574,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-932f44aef954144b.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4842,"timestamp":1573185348,"id":1695,"parentId":1574,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-7218f8b1add59da3.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4839,"timestamp":1573185352,"id":1696,"parentId":1574,"tags":{"name":"static/chunks/app/api/external-apps/route-77a4d93ca663a424.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4835,"timestamp":1573185357,"id":1697,"parentId":1574,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-ae9ed84d9a0b2d45.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4832,"timestamp":1573185361,"id":1698,"parentId":1574,"tags":{"name":"static/chunks/app/api/fs/browse/route-c7f61cafbbb28806.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4828,"timestamp":1573185366,"id":1699,"parentId":1574,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-c8f82c479b8f2fde.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4825,"timestamp":1573185370,"id":1700,"parentId":1574,"tags":{"name":"static/chunks/app/api/push/vapid/route-458cc98db37f943f.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4822,"timestamp":1573185374,"id":1701,"parentId":1574,"tags":{"name":"static/chunks/app/api/push/escalation/route-ec583fd9a400a4ca.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4818,"timestamp":1573185379,"id":1702,"parentId":1574,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-96440c2fa201c874.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4811,"timestamp":1573185386,"id":1703,"parentId":1574,"tags":{"name":"static/chunks/app/api/remote/pair/route-4c3aa67f1c92fa64.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4804,"timestamp":1573185394,"id":1704,"parentId":1574,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-f1827b568276a11b.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4801,"timestamp":1573185398,"id":1705,"parentId":1574,"tags":{"name":"static/chunks/app/api/settings/default-surface-mode/route-3aec64f826efb096.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4798,"timestamp":1573185402,"id":1706,"parentId":1574,"tags":{"name":"static/chunks/app/api/settings/default-agents/route-6f534ed79fddb5f7.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4794,"timestamp":1573185407,"id":1707,"parentId":1574,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-443bfd8a27965503.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4791,"timestamp":1573185410,"id":1708,"parentId":1574,"tags":{"name":"static/chunks/app/api/skills/[id]/route-3ba0dbc9b595745c.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4788,"timestamp":1573185414,"id":1709,"parentId":1574,"tags":{"name":"static/chunks/app/api/skills/reindex/route-60b07224b2220aba.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4784,"timestamp":1573185419,"id":1710,"parentId":1574,"tags":{"name":"static/chunks/app/api/skills/installations/route-a88020fd09d365e2.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4781,"timestamp":1573185423,"id":1711,"parentId":1574,"tags":{"name":"static/chunks/app/api/skills/route-472d4bf417d9f424.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4779,"timestamp":1573185426,"id":1712,"parentId":1574,"tags":{"name":"static/chunks/app/api/todos/route-c7f8efb7d54f090e.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4775,"timestamp":1573185431,"id":1713,"parentId":1574,"tags":{"name":"static/chunks/app/api/skills/operations/route-f03808f18d2f51e9.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4772,"timestamp":1573185435,"id":1714,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-d09d4aa23a37ab00.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4768,"timestamp":1573185440,"id":1715,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-24f5fcc81b7dda61.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4765,"timestamp":1573185444,"id":1716,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/resolve-target/route-4baa452f8d4a8317.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4762,"timestamp":1573185447,"id":1717,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-fc44d83c71ebd5a1.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4758,"timestamp":1573185452,"id":1718,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-d7a35054ccfb98a7.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4755,"timestamp":1573185456,"id":1719,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-18e2eba24bf01123.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4752,"timestamp":1573185460,"id":1720,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-b21f7e911fd5b33f.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4749,"timestamp":1573185464,"id":1721,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-71a58eafa2c25bdc.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4746,"timestamp":1573185468,"id":1722,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-fb69fca6820bcc7a.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4742,"timestamp":1573185472,"id":1723,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/apply-default-agents/route-b26c95f773318c47.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4739,"timestamp":1573185476,"id":1724,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/route-6f8c27a6baad4ade.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4736,"timestamp":1573185480,"id":1725,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-2bef7b24f49616a7.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4732,"timestamp":1573185484,"id":1726,"parentId":1574,"tags":{"name":"static/chunks/app/proxy/[...path]/route-520b14427f5c18f6.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4729,"timestamp":1573185488,"id":1727,"parentId":1574,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-ab76f3c66d2daf97.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4727,"timestamp":1573185492,"id":1728,"parentId":1574,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4723,"timestamp":1573185497,"id":1729,"parentId":1574,"tags":{"name":"static/chunks/app/chat/page-fb817c3a0f377c7d.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4720,"timestamp":1573185500,"id":1730,"parentId":1574,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4716,"timestamp":1573185505,"id":1731,"parentId":1574,"tags":{"name":"static/chunks/app/more/page-bea56aac5fe89755.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4713,"timestamp":1573185509,"id":1732,"parentId":1574,"tags":{"name":"static/chunks/app/login/page-59e6e4c2a2a5b96b.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4711,"timestamp":1573185512,"id":1733,"parentId":1574,"tags":{"name":"static/chunks/app/offline/page-b9127940b8a02099.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4707,"timestamp":1573185517,"id":1734,"parentId":1574,"tags":{"name":"static/chunks/app/page-63ece1857df8d61c.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4704,"timestamp":1573185520,"id":1735,"parentId":1574,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4701,"timestamp":1573185524,"id":1736,"parentId":1574,"tags":{"name":"static/chunks/app/repositories/page-752fd3257cf1342b.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4697,"timestamp":1573185529,"id":1737,"parentId":1574,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4695,"timestamp":1573185532,"id":1738,"parentId":1574,"tags":{"name":"static/chunks/app/sessions/page-823fe909de2a53ff.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4691,"timestamp":1573185537,"id":1739,"parentId":1574,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4688,"timestamp":1573185541,"id":1740,"parentId":1574,"tags":{"name":"static/chunks/app/review/page-c9372d85d4e9ff0f.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4684,"timestamp":1573185545,"id":1741,"parentId":1574,"tags":{"name":"static/chunks/app/skills/installed/page-e6934db157178c91.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4681,"timestamp":1573185549,"id":1742,"parentId":1574,"tags":{"name":"static/chunks/app/skills/[skillId]/page-5212770fdcbc5e52.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4678,"timestamp":1573185553,"id":1743,"parentId":1574,"tags":{"name":"static/chunks/app/skills/page-1a3403d7c89fa7d1.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4674,"timestamp":1573185557,"id":1744,"parentId":1574,"tags":{"name":"static/chunks/app/worktrees/[id]/layout-0e942a9d0ca6b39c.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4671,"timestamp":1573185562,"id":1745,"parentId":1574,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4668,"timestamp":1573185566,"id":1746,"parentId":1574,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-0ed34c137bd66e45.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4663,"timestamp":1573185571,"id":1747,"parentId":1574,"tags":{"name":"static/chunks/app/worktrees/[id]/page-2a01c48cf088bda3.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4660,"timestamp":1573185575,"id":1748,"parentId":1574,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-7b73a0accd3a0644.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4657,"timestamp":1573185579,"id":1749,"parentId":1574,"tags":{"name":"static/chunks/webpack-cc231dc0da175cf5.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4654,"timestamp":1573185583,"id":1750,"parentId":1574,"tags":{"name":"static/chunks/7229.916880a7075026ef.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4651,"timestamp":1573185587,"id":1751,"parentId":1574,"tags":{"name":"static/chunks/3922.0e77efbe84b5ac0f.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4648,"timestamp":1573185591,"id":1752,"parentId":1574,"tags":{"name":"static/chunks/953.ef4497e399601a97.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4644,"timestamp":1573185595,"id":1753,"parentId":1574,"tags":{"name":"static/chunks/530.f3e15fed2b4d9622.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4641,"timestamp":1573185599,"id":1754,"parentId":1574,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4637,"timestamp":1573185604,"id":1755,"parentId":1574,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4634,"timestamp":1573185608,"id":1756,"parentId":1574,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4631,"timestamp":1573185612,"id":1757,"parentId":1574,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4627,"timestamp":1573185617,"id":1758,"parentId":1574,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4624,"timestamp":1573185620,"id":1759,"parentId":1574,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4621,"timestamp":1573185624,"id":1760,"parentId":1574,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4618,"timestamp":1573185629,"id":1761,"parentId":1574,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4615,"timestamp":1573185632,"id":1762,"parentId":1574,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4611,"timestamp":1573185637,"id":1763,"parentId":1574,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4608,"timestamp":1573185641,"id":1764,"parentId":1574,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4605,"timestamp":1573185644,"id":1765,"parentId":1574,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4601,"timestamp":1573185649,"id":1766,"parentId":1574,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4599,"timestamp":1573185653,"id":1767,"parentId":1574,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4596,"timestamp":1573185657,"id":1768,"parentId":1574,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4592,"timestamp":1573185661,"id":1769,"parentId":1574,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4589,"timestamp":1573185665,"id":1770,"parentId":1574,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4586,"timestamp":1573185669,"id":1771,"parentId":1574,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4583,"timestamp":1573185673,"id":1772,"parentId":1574,"tags":{"name":"static/chunks/3313.766d6a4609a49122.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4580,"timestamp":1573185677,"id":1773,"parentId":1574,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4577,"timestamp":1573185681,"id":1774,"parentId":1574,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4574,"timestamp":1573185685,"id":1775,"parentId":1574,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4571,"timestamp":1573185688,"id":1776,"parentId":1574,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4568,"timestamp":1573185692,"id":1777,"parentId":1574,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4565,"timestamp":1573185696,"id":1778,"parentId":1574,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4562,"timestamp":1573185700,"id":1779,"parentId":1574,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4559,"timestamp":1573185704,"id":1780,"parentId":1574,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4557,"timestamp":1573185707,"id":1781,"parentId":1574,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4554,"timestamp":1573185711,"id":1782,"parentId":1574,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4550,"timestamp":1573185715,"id":1783,"parentId":1574,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4547,"timestamp":1573185719,"id":1784,"parentId":1574,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"}]
10
+ [{"name":"minify-js","duration":4653,"timestamp":1573185723,"id":1785,"parentId":1574,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4651,"timestamp":1573185728,"id":1786,"parentId":1574,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4648,"timestamp":1573185732,"id":1787,"parentId":1574,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4644,"timestamp":1573185736,"id":1788,"parentId":1574,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4641,"timestamp":1573185740,"id":1789,"parentId":1574,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4638,"timestamp":1573185745,"id":1790,"parentId":1574,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4634,"timestamp":1573185749,"id":1791,"parentId":1574,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4631,"timestamp":1573185753,"id":1792,"parentId":1574,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4628,"timestamp":1573185757,"id":1793,"parentId":1574,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4625,"timestamp":1573185761,"id":1794,"parentId":1574,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4621,"timestamp":1573185766,"id":1795,"parentId":1574,"tags":{"name":"static/chunks/4bd1b696-665cdfd6171c0dfe.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4618,"timestamp":1573185769,"id":1796,"parentId":1574,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4614,"timestamp":1573185774,"id":1797,"parentId":1574,"tags":{"name":"static/chunks/6809-ea0b73285ee2d5b8.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4611,"timestamp":1573185778,"id":1798,"parentId":1574,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4608,"timestamp":1573185782,"id":1799,"parentId":1574,"tags":{"name":"static/chunks/2770-88afd26d68c8f149.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4605,"timestamp":1573185786,"id":1800,"parentId":1574,"tags":{"name":"static/chunks/790-91e4cc5255faf403.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4603,"timestamp":1573185790,"id":1801,"parentId":1574,"tags":{"name":"static/chunks/5694-19ede4aa5b5250b1.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4600,"timestamp":1573185794,"id":1802,"parentId":1574,"tags":{"name":"static/chunks/4459.4838a33157fb1a62.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4597,"timestamp":1573185798,"id":1803,"parentId":1574,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4594,"timestamp":1573185802,"id":1804,"parentId":1574,"tags":{"name":"static/chunks/8566-6907d69a61abbfdd.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4591,"timestamp":1573185806,"id":1805,"parentId":1574,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4588,"timestamp":1573185810,"id":1806,"parentId":1574,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4585,"timestamp":1573185814,"id":1807,"parentId":1574,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4582,"timestamp":1573185818,"id":1808,"parentId":1574,"tags":{"name":"static/chunks/5542-a10a9f427d64f678.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4579,"timestamp":1573185822,"id":1809,"parentId":1574,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4576,"timestamp":1573185826,"id":1810,"parentId":1574,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4573,"timestamp":1573185829,"id":1811,"parentId":1574,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4570,"timestamp":1573185833,"id":1812,"parentId":1574,"tags":{"name":"static/chunks/7485.e50346cfc22ac8ec.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4567,"timestamp":1573185837,"id":1813,"parentId":1574,"tags":{"name":"static/chunks/8772-b0e39de7c16bfd29.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4564,"timestamp":1573185841,"id":1814,"parentId":1574,"tags":{"name":"static/chunks/1255-8e09e41c0147c246.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4561,"timestamp":1573185845,"id":1815,"parentId":1574,"tags":{"name":"static/chunks/6402-de6ba1f44c57b568.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4558,"timestamp":1573185849,"id":1816,"parentId":1574,"tags":{"name":"static/chunks/8019-c82d6d8c41997eb0.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4555,"timestamp":1573185853,"id":1817,"parentId":1574,"tags":{"name":"static/chunks/4718-42096d587f7f2d6c.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4552,"timestamp":1573185857,"id":1818,"parentId":1574,"tags":{"name":"static/chunks/8361-49d57ed9773dd537.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4549,"timestamp":1573185861,"id":1819,"parentId":1574,"tags":{"name":"static/chunks/2751-46a5bbf4e8f22aea.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4546,"timestamp":1573185865,"id":1820,"parentId":1574,"tags":{"name":"static/chunks/2053-858ccee9d66f4eeb.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4543,"timestamp":1573185868,"id":1821,"parentId":1574,"tags":{"name":"static/chunks/6022-d02fd90dfdd5b842.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4540,"timestamp":1573185872,"id":1822,"parentId":1574,"tags":{"name":"static/chunks/4322-e69448c87a66faa4.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4537,"timestamp":1573185876,"id":1823,"parentId":1574,"tags":{"name":"static/chunks/998-b8cd6c889c3c5d52.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4534,"timestamp":1573185880,"id":1824,"parentId":1574,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4091,"timestamp":1573186324,"id":1826,"parentId":1574,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1788777598047,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":4030,"timestamp":1573186387,"id":1828,"parentId":1574,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1788777598047,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":6016,"timestamp":1573185886,"id":1825,"parentId":1574,"tags":{"name":"static/UIUPchtWvcEuQgcbGJv4g/_ssgManifest.js","cache":"MISS"},"startTime":1788777598046,"traceId":"de4cca249783643d"},{"name":"minify-js","duration":7804,"timestamp":1573186337,"id":1827,"parentId":1574,"tags":{"name":"static/UIUPchtWvcEuQgcbGJv4g/_buildManifest.js","cache":"MISS"},"startTime":1788777598047,"traceId":"de4cca249783643d"},{"name":"minify-webpack-plugin-optimize","duration":16806,"timestamp":1573177342,"id":1574,"parentId":1380,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1788777598038,"traceId":"de4cca249783643d"},{"name":"minify-css","duration":133,"timestamp":1573194336,"id":1830,"parentId":1829,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1788777598055,"traceId":"de4cca249783643d"},{"name":"minify-css","duration":86,"timestamp":1573194387,"id":1831,"parentId":1829,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1788777598055,"traceId":"de4cca249783643d"},{"name":"minify-css","duration":82,"timestamp":1573194392,"id":1832,"parentId":1829,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1788777598055,"traceId":"de4cca249783643d"},{"name":"minify-css","duration":80,"timestamp":1573194395,"id":1833,"parentId":1829,"tags":{"file":"static/css/bb0a979a8194db15.css","cache":"HIT"},"startTime":1788777598055,"traceId":"de4cca249783643d"},{"name":"css-minimizer-plugin","duration":221,"timestamp":1573194256,"id":1829,"parentId":1380,"tags":{},"startTime":1788777598055,"traceId":"de4cca249783643d"},{"name":"seal","duration":726634,"timestamp":1572535759,"id":1558,"parentId":1380,"tags":{},"startTime":1788777597396,"traceId":"de4cca249783643d"},{"name":"webpack-compilation","duration":2761277,"timestamp":1570501205,"id":1380,"parentId":16,"tags":{"name":"client"},"startTime":1788777595361,"traceId":"de4cca249783643d"},{"name":"emit","duration":60103,"timestamp":1573262530,"id":1834,"parentId":16,"tags":{},"startTime":1788777598123,"traceId":"de4cca249783643d"},{"name":"webpack-close","duration":1181113,"timestamp":1573325751,"id":1835,"parentId":16,"tags":{"name":"client"},"startTime":1788777598186,"traceId":"de4cca249783643d"},{"name":"webpack-generate-error-stats","duration":938,"timestamp":1574506886,"id":1836,"parentId":1835,"tags":{},"startTime":1788777599367,"traceId":"de4cca249783643d"},{"name":"run-webpack-compiler","duration":28365060,"timestamp":1546143257,"id":16,"parentId":1,"tags":{},"startTime":1788777571004,"traceId":"de4cca249783643d"},{"name":"format-webpack-messages","duration":89,"timestamp":1574508325,"id":1837,"parentId":1,"tags":{},"startTime":1788777599369,"traceId":"de4cca249783643d"},{"name":"verify-typescript-setup","duration":45671545,"timestamp":1574512753,"id":1839,"parentId":1,"tags":{},"startTime":1788777599373,"traceId":"de4cca249783643d"},{"name":"check-static-error-page","duration":59234,"timestamp":1620210858,"id":1842,"parentId":1841,"tags":{},"startTime":1788777645071,"traceId":"de4cca249783643d"},{"name":"check-page","duration":58131,"timestamp":1620562183,"id":1843,"parentId":1841,"tags":{"page":"/_app"},"startTime":1788777645422,"traceId":"de4cca249783643d"},{"name":"check-page","duration":56926,"timestamp":1620563409,"id":1845,"parentId":1841,"tags":{"page":"/_document"},"startTime":1788777645424,"traceId":"de4cca249783643d"},{"name":"check-page","duration":68262,"timestamp":1620563305,"id":1844,"parentId":1841,"tags":{"page":"/_error"},"startTime":1788777645424,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":77481,"timestamp":1620644714,"id":2010,"parentId":2005,"tags":{},"startTime":1788777645505,"traceId":"de4cca249783643d"},{"name":"check-page","duration":104513,"timestamp":1620617766,"id":2005,"parentId":1841,"tags":{"page":"/icon.png"},"startTime":1788777645478,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":95139,"timestamp":1620644826,"id":2011,"parentId":2006,"tags":{},"startTime":1788777645505,"traceId":"de4cca249783643d"},{"name":"check-page","duration":122098,"timestamp":1620617958,"id":2006,"parentId":1841,"tags":{"page":"/icon1.png"},"startTime":1788777645478,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":111656,"timestamp":1620645553,"id":2013,"parentId":1847,"tags":{},"startTime":1788777645506,"traceId":"de4cca249783643d"},{"name":"check-page","duration":192585,"timestamp":1620564672,"id":1847,"parentId":1841,"tags":{"page":"/api/agents/update"},"startTime":1788777645425,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":118397,"timestamp":1620645737,"id":2014,"parentId":1848,"tags":{},"startTime":1788777645506,"traceId":"de4cca249783643d"},{"name":"check-page","duration":197654,"timestamp":1620566524,"id":1848,"parentId":1841,"tags":{"page":"/api/agents/versions"},"startTime":1788777645427,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":119803,"timestamp":1620645889,"id":2015,"parentId":2007,"tags":{},"startTime":1788777645506,"traceId":"de4cca249783643d"},{"name":"check-page","duration":147545,"timestamp":1620618175,"id":2007,"parentId":1841,"tags":{"page":"/icon2.png"},"startTime":1788777645478,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":122665,"timestamp":1620646123,"id":2016,"parentId":1849,"tags":{},"startTime":1788777645506,"traceId":"de4cca249783643d"},{"name":"check-page","duration":201588,"timestamp":1620567225,"id":1849,"parentId":1841,"tags":{"page":"/api/app/update-check"},"startTime":1788777645428,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":126061,"timestamp":1620646304,"id":2017,"parentId":1850,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":204397,"timestamp":1620567995,"id":1850,"parentId":1841,"tags":{"page":"/api/app/update"},"startTime":1788777645428,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":131607,"timestamp":1620644895,"id":2012,"parentId":1846,"tags":{},"startTime":1788777645505,"traceId":"de4cca249783643d"},{"name":"check-page","duration":213068,"timestamp":1620563470,"id":1846,"parentId":1841,"tags":{"page":"/_not-found"},"startTime":1788777645424,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":191107,"timestamp":1620646366,"id":2018,"parentId":1851,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":268780,"timestamp":1620568745,"id":1851,"parentId":1841,"tags":{"page":"/api/assistant/conversation"},"startTime":1788777645429,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":207633,"timestamp":1620646435,"id":2019,"parentId":1852,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":284565,"timestamp":1620569596,"id":1852,"parentId":1841,"tags":{"page":"/api/assistant/current-output"},"startTime":1788777645430,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":244733,"timestamp":1620646481,"id":2020,"parentId":1853,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":320962,"timestamp":1620570305,"id":1853,"parentId":1841,"tags":{"page":"/api/assistant/messages"},"startTime":1788777645431,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":251259,"timestamp":1620646546,"id":2022,"parentId":1856,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":325648,"timestamp":1620572196,"id":1856,"parentId":1841,"tags":{"page":"/api/assistant/terminal"},"startTime":1788777645432,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":255640,"timestamp":1620646594,"id":2023,"parentId":1855,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":330700,"timestamp":1620571568,"id":1855,"parentId":1841,"tags":{"page":"/api/assistant/start"},"startTime":1788777645432,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":259622,"timestamp":1620646626,"id":2024,"parentId":1858,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":332199,"timestamp":1620574079,"id":1858,"parentId":1841,"tags":{"page":"/api/auth/login"},"startTime":1788777645434,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":261342,"timestamp":1620646511,"id":2021,"parentId":1854,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":336960,"timestamp":1620570919,"id":1854,"parentId":1841,"tags":{"page":"/api/assistant/session"},"startTime":1788777645431,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":264978,"timestamp":1620646665,"id":2026,"parentId":1859,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":337104,"timestamp":1620574560,"id":1859,"parentId":1841,"tags":{"page":"/api/auth/logout"},"startTime":1788777645435,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":266296,"timestamp":1620646647,"id":2025,"parentId":1857,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":339475,"timestamp":1620573490,"id":1857,"parentId":1841,"tags":{"page":"/api/assistant/tools"},"startTime":1788777645434,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":268640,"timestamp":1620646771,"id":2027,"parentId":1860,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":340387,"timestamp":1620575042,"id":1860,"parentId":1841,"tags":{"page":"/api/auth/status"},"startTime":1788777645435,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":278035,"timestamp":1620644225,"id":2009,"parentId":2004,"tags":{},"startTime":1788777645505,"traceId":"de4cca249783643d"},{"name":"check-page","duration":304725,"timestamp":1620617574,"id":2004,"parentId":1841,"tags":{"page":"/apple-icon.png"},"startTime":1788777645478,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":276917,"timestamp":1620646814,"id":2028,"parentId":1862,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"}]
11
+ [{"name":"check-page","duration":348158,"timestamp":1620575899,"id":1862,"parentId":1841,"tags":{"page":"/api/daily-summary"},"startTime":1788777645436,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":278367,"timestamp":1620646920,"id":2029,"parentId":1863,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":348897,"timestamp":1620576409,"id":1863,"parentId":1841,"tags":{"page":"/api/daily-summary/status"},"startTime":1788777645437,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":283993,"timestamp":1620647191,"id":2031,"parentId":1864,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":354308,"timestamp":1620576907,"id":1864,"parentId":1841,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1788777645437,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":286172,"timestamp":1620647324,"id":2032,"parentId":1865,"tags":{},"startTime":1788777645508,"traceId":"de4cca249783643d"},{"name":"check-page","duration":356100,"timestamp":1620577419,"id":1865,"parentId":1841,"tags":{"page":"/api/external-apps/[id]"},"startTime":1788777645438,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":287423,"timestamp":1620647448,"id":2033,"parentId":1866,"tags":{},"startTime":1788777645508,"traceId":"de4cca249783643d"},{"name":"check-page","duration":356974,"timestamp":1620577917,"id":1866,"parentId":1841,"tags":{"page":"/api/external-apps"},"startTime":1788777645438,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":291261,"timestamp":1620647596,"id":2034,"parentId":1867,"tags":{},"startTime":1788777645508,"traceId":"de4cca249783643d"},{"name":"check-page","duration":360435,"timestamp":1620578449,"id":1867,"parentId":1841,"tags":{"page":"/api/fs/browse"},"startTime":1788777645439,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":296059,"timestamp":1620648549,"id":2035,"parentId":1868,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":365695,"timestamp":1620578940,"id":1868,"parentId":1841,"tags":{"page":"/api/fs/recent-paths"},"startTime":1788777645439,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":297942,"timestamp":1620647064,"id":2030,"parentId":1861,"tags":{},"startTime":1788777645507,"traceId":"de4cca249783643d"},{"name":"check-page","duration":369608,"timestamp":1620575442,"id":1861,"parentId":1841,"tags":{"page":"/api/capabilities"},"startTime":1788777645436,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":299960,"timestamp":1620648620,"id":2036,"parentId":1869,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":369154,"timestamp":1620579448,"id":1869,"parentId":1841,"tags":{"page":"/api/hooks/agent-event"},"startTime":1788777645440,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":305286,"timestamp":1620648769,"id":2039,"parentId":1873,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":371799,"timestamp":1620582290,"id":1873,"parentId":1841,"tags":{"page":"/api/ollama/models"},"startTime":1788777645443,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":306900,"timestamp":1620648654,"id":2037,"parentId":1870,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":374853,"timestamp":1620580725,"id":1870,"parentId":1841,"tags":{"page":"/api/hooks/claude-done"},"startTime":1788777645441,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":307057,"timestamp":1620648790,"id":2040,"parentId":1872,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":374105,"timestamp":1620581764,"id":1872,"parentId":1841,"tags":{"page":"/api/metrics/vibe"},"startTime":1788777645442,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":310827,"timestamp":1620648906,"id":2041,"parentId":1874,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":376969,"timestamp":1620582780,"id":1874,"parentId":1841,"tags":{"page":"/api/push/escalation"},"startTime":1788777645443,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":310728,"timestamp":1620649084,"id":2042,"parentId":1875,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":376568,"timestamp":1620583276,"id":1875,"parentId":1841,"tags":{"page":"/api/push/subscriptions"},"startTime":1788777645444,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":315209,"timestamp":1620649230,"id":2044,"parentId":1877,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":380186,"timestamp":1620584278,"id":1877,"parentId":1841,"tags":{"page":"/api/relays/[relayId]/cancel"},"startTime":1788777645445,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":317674,"timestamp":1620649263,"id":2045,"parentId":1878,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":382241,"timestamp":1620584718,"id":1878,"parentId":1841,"tags":{"page":"/api/relays"},"startTime":1788777645445,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":317862,"timestamp":1620649196,"id":2043,"parentId":1876,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":383306,"timestamp":1620583769,"id":1876,"parentId":1841,"tags":{"page":"/api/push/vapid"},"startTime":1788777645444,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":322358,"timestamp":1620649576,"id":2047,"parentId":1881,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":385980,"timestamp":1620585988,"id":1881,"parentId":1841,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1788777645446,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":322745,"timestamp":1620649537,"id":2046,"parentId":1879,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":387149,"timestamp":1620585160,"id":1879,"parentId":1841,"tags":{"page":"/api/remote/pair"},"startTime":1788777645445,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":325765,"timestamp":1620649625,"id":2049,"parentId":1882,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":388979,"timestamp":1620586434,"id":1882,"parentId":1841,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1788777645447,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":326459,"timestamp":1620649602,"id":2048,"parentId":1880,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":390534,"timestamp":1620585574,"id":1880,"parentId":1841,"tags":{"page":"/api/repositories/[id]"},"startTime":1788777645446,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":334000,"timestamp":1620649646,"id":2050,"parentId":1883,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":396830,"timestamp":1620586847,"id":1883,"parentId":1841,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1788777645447,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":336377,"timestamp":1620649696,"id":2052,"parentId":1885,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":397928,"timestamp":1620588172,"id":1885,"parentId":1841,"tags":{"page":"/api/repositories/excluded"},"startTime":1788777645448,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":337746,"timestamp":1620649679,"id":2051,"parentId":1884,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":400165,"timestamp":1620587282,"id":1884,"parentId":1841,"tags":{"page":"/api/repositories/clone"},"startTime":1788777645448,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":339283,"timestamp":1620649717,"id":2053,"parentId":1886,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":401663,"timestamp":1620588408,"id":1886,"parentId":1841,"tags":{"page":"/api/repositories/restore"},"startTime":1788777645449,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":342333,"timestamp":1620649778,"id":2055,"parentId":1888,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":403311,"timestamp":1620588822,"id":1888,"parentId":1841,"tags":{"page":"/api/repositories/scan"},"startTime":1788777645449,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":344113,"timestamp":1620649752,"id":2054,"parentId":1887,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":405269,"timestamp":1620588620,"id":1887,"parentId":1841,"tags":{"page":"/api/repositories"},"startTime":1788777645449,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":344926,"timestamp":1620649811,"id":2056,"parentId":1889,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":405707,"timestamp":1620589054,"id":1889,"parentId":1841,"tags":{"page":"/api/repositories/sync"},"startTime":1788777645449,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":346980,"timestamp":1620650102,"id":2058,"parentId":1892,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":407439,"timestamp":1620589664,"id":1892,"parentId":1841,"tags":{"page":"/api/settings/default-surface-mode"},"startTime":1788777645450,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":347490,"timestamp":1620649939,"id":2057,"parentId":1891,"tags":{},"startTime":1788777645510,"traceId":"de4cca249783643d"},{"name":"check-page","duration":407983,"timestamp":1620589463,"id":1891,"parentId":1841,"tags":{"page":"/api/settings/default-agents"},"startTime":1788777645450,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":349553,"timestamp":1620650231,"id":2059,"parentId":1890,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":410541,"timestamp":1620589264,"id":1890,"parentId":1841,"tags":{"page":"/api/repositories/validate-path"},"startTime":1788777645450,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":351673,"timestamp":1620650444,"id":2061,"parentId":1893,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":412282,"timestamp":1620589860,"id":1893,"parentId":1841,"tags":{"page":"/api/sidebar/group-order"},"startTime":1788777645450,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":356461,"timestamp":1620650343,"id":2060,"parentId":1894,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":416737,"timestamp":1620590093,"id":1894,"parentId":1841,"tags":{"page":"/api/skills/[id]"},"startTime":1788777645450,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":360291,"timestamp":1620650695,"id":2063,"parentId":1896,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":420492,"timestamp":1620590515,"id":1896,"parentId":1841,"tags":{"page":"/api/skills/operations"},"startTime":1788777645451,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":361001,"timestamp":1620650575,"id":2062,"parentId":1895,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":421288,"timestamp":1620590309,"id":1895,"parentId":1841,"tags":{"page":"/api/skills/installations"},"startTime":1788777645451,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":363184,"timestamp":1620650904,"id":2065,"parentId":1898,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":423228,"timestamp":1620590904,"id":1898,"parentId":1841,"tags":{"page":"/api/skills"},"startTime":1788777645451,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":369170,"timestamp":1620650804,"id":2064,"parentId":1897,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":429291,"timestamp":1620590709,"id":1897,"parentId":1841,"tags":{"page":"/api/skills/reindex"},"startTime":1788777645451,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":373390,"timestamp":1620650953,"id":2067,"parentId":1900,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":432646,"timestamp":1620591724,"id":1900,"parentId":1841,"tags":{"page":"/api/tasks/[taskId]/cancel"},"startTime":1788777645452,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":377783,"timestamp":1620650981,"id":2068,"parentId":1901,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":436838,"timestamp":1620591951,"id":1901,"parentId":1841,"tags":{"page":"/api/tasks/[taskId]"},"startTime":1788777645452,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":382828,"timestamp":1620648738,"id":2038,"parentId":1871,"tags":{},"startTime":1788777645509,"traceId":"de4cca249783643d"},{"name":"check-page","duration":450326,"timestamp":1620581267,"id":1871,"parentId":1841,"tags":{"page":"/api/hooks/permission-request"},"startTime":1788777645442,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":384138,"timestamp":1620650932,"id":2066,"parentId":1899,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":443959,"timestamp":1620591138,"id":1899,"parentId":1841,"tags":{"page":"/api/slash-commands"},"startTime":1788777645451,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":385202,"timestamp":1620651056,"id":2070,"parentId":1903,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":443875,"timestamp":1620592406,"id":1903,"parentId":1841,"tags":{"page":"/api/templates"},"startTime":1788777645453,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":385203,"timestamp":1620651157,"id":2071,"parentId":1904,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":443775,"timestamp":1620592608,"id":1904,"parentId":1841,"tags":{"page":"/api/todos"},"startTime":1788777645453,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":387644,"timestamp":1620651210,"id":2073,"parentId":1906,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":445876,"timestamp":1620593004,"id":1906,"parentId":1841,"tags":{"page":"/api/verification/runs"},"startTime":1788777645453,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":388101,"timestamp":1620651003,"id":2069,"parentId":1902,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":446925,"timestamp":1620592199,"id":1902,"parentId":1841,"tags":{"page":"/api/templates/[id]"},"startTime":1788777645452,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":390853,"timestamp":1620651267,"id":2074,"parentId":1907,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":448908,"timestamp":1620593243,"id":1907,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1788777645454,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":391628,"timestamp":1620651294,"id":2075,"parentId":1908,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":449504,"timestamp":1620593443,"id":1908,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1788777645454,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":393364,"timestamp":1620651185,"id":2072,"parentId":1905,"tags":{},"startTime":1788777645511,"traceId":"de4cca249783643d"},{"name":"check-page","duration":451765,"timestamp":1620592806,"id":1905,"parentId":1841,"tags":{"page":"/api/verification/runs/[runId]"},"startTime":1788777645453,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":394156,"timestamp":1620651321,"id":2076,"parentId":1909,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":451859,"timestamp":1620593640,"id":1909,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/clear-composer"},"startTime":1788777645454,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":396366,"timestamp":1620651349,"id":2077,"parentId":1910,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":453902,"timestamp":1620593834,"id":1910,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/cli-reference"},"startTime":1788777645454,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":397286,"timestamp":1620651401,"id":2079,"parentId":1912,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":454419,"timestamp":1620594291,"id":1912,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1788777645455,"traceId":"de4cca249783643d"}]
12
+ [{"name":"is-page-static","duration":398245,"timestamp":1620651369,"id":2078,"parentId":1911,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":455550,"timestamp":1620594083,"id":1911,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1788777645454,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":400253,"timestamp":1620651430,"id":2080,"parentId":1913,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":457211,"timestamp":1620594493,"id":1913,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1788777645455,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":400504,"timestamp":1620651461,"id":2081,"parentId":1914,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":457289,"timestamp":1620594695,"id":1914,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/env"},"startTime":1788777645455,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":402933,"timestamp":1620651481,"id":2082,"parentId":1915,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":459541,"timestamp":1620594895,"id":1915,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1788777645455,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":405559,"timestamp":1620651502,"id":2083,"parentId":1916,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":461566,"timestamp":1620595517,"id":1916,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1788777645456,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":406200,"timestamp":1620651581,"id":2084,"parentId":1917,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":462060,"timestamp":1620595742,"id":1917,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1788777645456,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":408034,"timestamp":1620651626,"id":2086,"parentId":1918,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":463737,"timestamp":1620595947,"id":1918,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1788777645456,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":409155,"timestamp":1620651646,"id":2087,"parentId":1920,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":464423,"timestamp":1620596398,"id":1920,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1788777645457,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":409641,"timestamp":1620651606,"id":2085,"parentId":1919,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":465073,"timestamp":1620596194,"id":1919,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1788777645456,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":411808,"timestamp":1620651667,"id":2088,"parentId":1921,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":466897,"timestamp":1620596598,"id":1921,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1788777645457,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":411880,"timestamp":1620651691,"id":2089,"parentId":1922,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":466793,"timestamp":1620596795,"id":1922,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1788777645457,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":414463,"timestamp":1620651748,"id":2092,"parentId":1925,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":468800,"timestamp":1620597433,"id":1925,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1788777645458,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":415431,"timestamp":1620651710,"id":2090,"parentId":1923,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":470174,"timestamp":1620596988,"id":1923,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1788777645457,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":415511,"timestamp":1620651730,"id":2091,"parentId":1924,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":470027,"timestamp":1620597230,"id":1924,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1788777645458,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":418096,"timestamp":1620651772,"id":2093,"parentId":1926,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":472265,"timestamp":1620597630,"id":1926,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1788777645458,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":419454,"timestamp":1620651815,"id":2095,"parentId":1928,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":473256,"timestamp":1620598042,"id":1928,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1788777645458,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":420250,"timestamp":1620651793,"id":2094,"parentId":1927,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":474273,"timestamp":1620597823,"id":1927,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1788777645458,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":421013,"timestamp":1620651836,"id":2096,"parentId":1929,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":474623,"timestamp":1620598247,"id":1929,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1788777645459,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":423271,"timestamp":1620651856,"id":2097,"parentId":1930,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":476707,"timestamp":1620598442,"id":1930,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1788777645459,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":423606,"timestamp":1620651898,"id":2099,"parentId":1932,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":476269,"timestamp":1620599257,"id":1932,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1788777645460,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":426167,"timestamp":1620651937,"id":2101,"parentId":1934,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":478474,"timestamp":1620599677,"id":1934,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1788777645460,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":427366,"timestamp":1620651917,"id":2100,"parentId":1933,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":479827,"timestamp":1620599477,"id":1933,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1788777645460,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":427911,"timestamp":1620651878,"id":2098,"parentId":1931,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":481176,"timestamp":1620598633,"id":1931,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1788777645459,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":429393,"timestamp":1620651956,"id":2102,"parentId":1935,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":481491,"timestamp":1620599878,"id":1935,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1788777645460,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":430291,"timestamp":1620651974,"id":2103,"parentId":1937,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":481967,"timestamp":1620600318,"id":1937,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1788777645461,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":432141,"timestamp":1620651995,"id":2104,"parentId":1936,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":484045,"timestamp":1620600114,"id":1936,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1788777645460,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":432740,"timestamp":1620652069,"id":2106,"parentId":1939,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":484116,"timestamp":1620600714,"id":1939,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1788777645461,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":433474,"timestamp":1620652044,"id":2105,"parentId":1938,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":485022,"timestamp":1620600515,"id":1938,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1788777645461,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":436276,"timestamp":1620652130,"id":2108,"parentId":1941,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":487285,"timestamp":1620601138,"id":1941,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/instances/opencode"},"startTime":1788777645461,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":436511,"timestamp":1620652092,"id":2107,"parentId":1940,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":487711,"timestamp":1620600906,"id":1940,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1788777645461,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":439246,"timestamp":1620652197,"id":2110,"parentId":1943,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":489922,"timestamp":1620601542,"id":1943,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1788777645462,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":440573,"timestamp":1620652158,"id":2109,"parentId":1942,"tags":{},"startTime":1788777645512,"traceId":"de4cca249783643d"},{"name":"check-page","duration":491408,"timestamp":1620601342,"id":1942,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1788777645462,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":441805,"timestamp":1620652326,"id":2111,"parentId":1944,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":492413,"timestamp":1620601741,"id":1944,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1788777645462,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":442564,"timestamp":1620652425,"id":2112,"parentId":1945,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":493055,"timestamp":1620601987,"id":1945,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1788777645462,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":444625,"timestamp":1620652485,"id":2114,"parentId":1947,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":494720,"timestamp":1620602411,"id":1947,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1788777645463,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":446557,"timestamp":1620652518,"id":2115,"parentId":1948,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":495875,"timestamp":1620603220,"id":1948,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1788777645463,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":447359,"timestamp":1620652549,"id":2116,"parentId":1949,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":496480,"timestamp":1620603445,"id":1949,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1788777645464,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":450241,"timestamp":1620652594,"id":2117,"parentId":1950,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":499203,"timestamp":1620603651,"id":1950,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/opencode/diff"},"startTime":1788777645464,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":450284,"timestamp":1620652636,"id":2118,"parentId":1951,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":499077,"timestamp":1620603856,"id":1951,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/opencode/session"},"startTime":1788777645464,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":455369,"timestamp":1620652681,"id":2119,"parentId":1952,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":503981,"timestamp":1620604094,"id":1952,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/opencode/share"},"startTime":1788777645464,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":457554,"timestamp":1620652891,"id":2121,"parentId":1954,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":505975,"timestamp":1620604493,"id":1954,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/resolve-target"},"startTime":1788777645465,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":461604,"timestamp":1620652946,"id":2122,"parentId":1955,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":509880,"timestamp":1620604691,"id":1955,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1788777645465,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":466085,"timestamp":1620652991,"id":2123,"parentId":1956,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":514205,"timestamp":1620604892,"id":1956,"parentId":1841,"tags":{"page":"/api/worktrees/[id]"},"startTime":1788777645465,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":470217,"timestamp":1620653053,"id":2124,"parentId":1957,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":518172,"timestamp":1620605118,"id":1957,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1788777645465,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":473855,"timestamp":1620653078,"id":2125,"parentId":1958,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":521637,"timestamp":1620605317,"id":1958,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1788777645466,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":478390,"timestamp":1620653110,"id":2126,"parentId":1960,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":525818,"timestamp":1620605702,"id":1960,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1788777645466,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":482254,"timestamp":1620653139,"id":2127,"parentId":1959,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":529905,"timestamp":1620605509,"id":1959,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1788777645466,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":488093,"timestamp":1620652740,"id":2120,"parentId":1953,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":536568,"timestamp":1620604299,"id":1953,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1788777645465,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":492420,"timestamp":1620653198,"id":2128,"parentId":1961,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":539754,"timestamp":1620605894,"id":1961,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1788777645466,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":500605,"timestamp":1620653499,"id":2130,"parentId":1964,"tags":{},"startTime":1788777645514,"traceId":"de4cca249783643d"},{"name":"check-page","duration":546749,"timestamp":1620607390,"id":1964,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1788777645468,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":503084,"timestamp":1620653353,"id":2129,"parentId":1962,"tags":{},"startTime":1788777645514,"traceId":"de4cca249783643d"}]
13
+ [{"name":"check-page","duration":550563,"timestamp":1620606127,"id":1962,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/git-workflow"},"startTime":1788777645466,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":507288,"timestamp":1620653713,"id":2131,"parentId":1963,"tags":{},"startTime":1788777645514,"traceId":"de4cca249783643d"},{"name":"check-page","duration":553904,"timestamp":1620607152,"id":1963,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1788777645467,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":508815,"timestamp":1620653843,"id":2132,"parentId":1965,"tags":{},"startTime":1788777645514,"traceId":"de4cca249783643d"},{"name":"check-page","duration":555074,"timestamp":1620607601,"id":1965,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1788777645468,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":510897,"timestamp":1620654001,"id":2133,"parentId":1967,"tags":{},"startTime":1788777645514,"traceId":"de4cca249783643d"},{"name":"check-page","duration":556883,"timestamp":1620608035,"id":1967,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update-plan"},"startTime":1788777645468,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":513862,"timestamp":1620654292,"id":2134,"parentId":1968,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":559916,"timestamp":1620608255,"id":1968,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/update"},"startTime":1788777645469,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":514921,"timestamp":1620654519,"id":2135,"parentId":1966,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":561665,"timestamp":1620607806,"id":1966,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1788777645468,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":517082,"timestamp":1620654652,"id":2136,"parentId":1969,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":563296,"timestamp":1620608455,"id":1969,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1788777645469,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":520134,"timestamp":1620654736,"id":2138,"parentId":1973,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":565600,"timestamp":1620609290,"id":1973,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1788777645470,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":523191,"timestamp":1620654761,"id":2139,"parentId":1971,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":569148,"timestamp":1620608851,"id":1971,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1788777645469,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":526706,"timestamp":1620654787,"id":2140,"parentId":1972,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":572426,"timestamp":1620609084,"id":1972,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/tasks"},"startTime":1788777645469,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":529425,"timestamp":1620654805,"id":2141,"parentId":1974,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":574714,"timestamp":1620609534,"id":1974,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1788777645470,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":532298,"timestamp":1620654829,"id":2142,"parentId":1976,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":577211,"timestamp":1620609935,"id":1976,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1788777645470,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":536088,"timestamp":1620654862,"id":2143,"parentId":1975,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":581229,"timestamp":1620609740,"id":1975,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1788777645470,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":537994,"timestamp":1620654703,"id":2137,"parentId":1970,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":584071,"timestamp":1620608649,"id":1970,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1788777645469,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":542065,"timestamp":1620654886,"id":2144,"parentId":1977,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":586820,"timestamp":1620610155,"id":1977,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1788777645470,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":546161,"timestamp":1620654907,"id":2145,"parentId":1978,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":590743,"timestamp":1620610352,"id":1978,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1788777645471,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":546262,"timestamp":1620654923,"id":2146,"parentId":1979,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":590615,"timestamp":1620610583,"id":1979,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1788777645471,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":552084,"timestamp":1620654981,"id":2148,"parentId":1981,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":595966,"timestamp":1620611128,"id":1981,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/verify/config"},"startTime":1788777645471,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":552555,"timestamp":1620654952,"id":2147,"parentId":1980,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":596692,"timestamp":1620610837,"id":1980,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1788777645471,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":554966,"timestamp":1620655004,"id":2149,"parentId":1982,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":598599,"timestamp":1620611390,"id":1982,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/verify"},"startTime":1788777645472,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":559972,"timestamp":1620655089,"id":2151,"parentId":1984,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":603180,"timestamp":1620611904,"id":1984,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]"},"startTime":1788777645472,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":560104,"timestamp":1620655068,"id":2150,"parentId":1983,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":603538,"timestamp":1620611650,"id":1983,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/verify/runs/[runId]/cancel"},"startTime":1788777645472,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":562198,"timestamp":1620655107,"id":2152,"parentId":1985,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":605119,"timestamp":1620612207,"id":1985,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/verify/runs"},"startTime":1788777645472,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":563996,"timestamp":1620655123,"id":2153,"parentId":1986,"tags":{},"startTime":1788777645515,"traceId":"de4cca249783643d"},{"name":"check-page","duration":606655,"timestamp":1620612484,"id":1986,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1788777645473,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":565212,"timestamp":1620655253,"id":2154,"parentId":1987,"tags":{},"startTime":1788777645516,"traceId":"de4cca249783643d"},{"name":"check-page","duration":607740,"timestamp":1620612745,"id":1987,"parentId":1841,"tags":{"page":"/api/worktrees/apply-default-agents"},"startTime":1788777645473,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":567216,"timestamp":1620655389,"id":2155,"parentId":1988,"tags":{},"startTime":1788777645516,"traceId":"de4cca249783643d"},{"name":"check-page","duration":609589,"timestamp":1620613033,"id":1988,"parentId":1841,"tags":{"page":"/api/worktrees"},"startTime":1788777645473,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":568325,"timestamp":1620655966,"id":2156,"parentId":1994,"tags":{},"startTime":1788777645516,"traceId":"de4cca249783643d"},{"name":"check-page","duration":609630,"timestamp":1620614679,"id":1994,"parentId":1841,"tags":{"page":"/proxy/[...path]"},"startTime":1788777645475,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":570017,"timestamp":1620659036,"id":2157,"parentId":2008,"tags":{},"startTime":1788777645519,"traceId":"de4cca249783643d"},{"name":"check-page","duration":610709,"timestamp":1620618369,"id":2008,"parentId":1841,"tags":{"page":"/manifest.webmanifest"},"startTime":1788777645479,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":594693,"timestamp":1620666053,"id":2159,"parentId":1990,"tags":{},"startTime":1788777645526,"traceId":"de4cca249783643d"},{"name":"check-page","duration":647219,"timestamp":1620613572,"id":1990,"parentId":1841,"tags":{"page":"/login"},"startTime":1788777645474,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":605066,"timestamp":1620666180,"id":2160,"parentId":1991,"tags":{},"startTime":1788777645526,"traceId":"de4cca249783643d"},{"name":"check-page","duration":657473,"timestamp":1620613832,"id":1991,"parentId":1841,"tags":{"page":"/more"},"startTime":1788777645474,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":608539,"timestamp":1620666294,"id":2161,"parentId":1992,"tags":{},"startTime":1788777645527,"traceId":"de4cca249783643d"},{"name":"check-page","duration":660716,"timestamp":1620614141,"id":1992,"parentId":1841,"tags":{"page":"/offline"},"startTime":1788777645474,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":612444,"timestamp":1620666400,"id":2162,"parentId":1993,"tags":{},"startTime":1788777645527,"traceId":"de4cca249783643d"},{"name":"check-page","duration":664457,"timestamp":1620614411,"id":1993,"parentId":1841,"tags":{"page":"/"},"startTime":1788777645475,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":615769,"timestamp":1620666504,"id":2163,"parentId":1995,"tags":{},"startTime":1788777645527,"traceId":"de4cca249783643d"},{"name":"check-page","duration":666681,"timestamp":1620615612,"id":1995,"parentId":1841,"tags":{"page":"/repositories"},"startTime":1788777645476,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":619045,"timestamp":1620666601,"id":2164,"parentId":1996,"tags":{},"startTime":1788777645527,"traceId":"de4cca249783643d"},{"name":"check-page","duration":669810,"timestamp":1620615856,"id":1996,"parentId":1841,"tags":{"page":"/review"},"startTime":1788777645476,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":621992,"timestamp":1620666702,"id":2165,"parentId":1997,"tags":{},"startTime":1788777645527,"traceId":"de4cca249783643d"},{"name":"check-page","duration":672590,"timestamp":1620616126,"id":1997,"parentId":1841,"tags":{"page":"/sessions"},"startTime":1788777645476,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":625496,"timestamp":1620666803,"id":2166,"parentId":1999,"tags":{},"startTime":1788777645527,"traceId":"de4cca249783643d"},{"name":"check-page","duration":675772,"timestamp":1620616549,"id":1999,"parentId":1841,"tags":{"page":"/skills/installed"},"startTime":1788777645477,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":635122,"timestamp":1620665829,"id":2158,"parentId":1989,"tags":{},"startTime":1788777645526,"traceId":"de4cca249783643d"},{"name":"check-page","duration":687674,"timestamp":1620613301,"id":1989,"parentId":1841,"tags":{"page":"/chat"},"startTime":1788777645474,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":639081,"timestamp":1620667043,"id":2168,"parentId":2000,"tags":{},"startTime":1788777645527,"traceId":"de4cca249783643d"},{"name":"check-page","duration":689392,"timestamp":1620616755,"id":2000,"parentId":1841,"tags":{"page":"/skills"},"startTime":1788777645477,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":644367,"timestamp":1620666909,"id":2167,"parentId":1998,"tags":{},"startTime":1788777645527,"traceId":"de4cca249783643d"},{"name":"check-page","duration":694959,"timestamp":1620616342,"id":1998,"parentId":1841,"tags":{"page":"/skills/[skillId]"},"startTime":1788777645477,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":645631,"timestamp":1620667802,"id":2169,"parentId":2001,"tags":{},"startTime":1788777645528,"traceId":"de4cca249783643d"},{"name":"check-page","duration":696505,"timestamp":1620616953,"id":2001,"parentId":1841,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1788777645477,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":647123,"timestamp":1620671042,"id":2171,"parentId":2003,"tags":{},"startTime":1788777645531,"traceId":"de4cca249783643d"},{"name":"check-page","duration":700814,"timestamp":1620617380,"id":2003,"parentId":1841,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1788777645478,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":676054,"timestamp":1620667902,"id":2170,"parentId":2002,"tags":{},"startTime":1788777645528,"traceId":"de4cca249783643d"},{"name":"check-page","duration":726815,"timestamp":1620617176,"id":2002,"parentId":1841,"tags":{"page":"/worktrees/[id]"},"startTime":1788777645477,"traceId":"de4cca249783643d"},{"name":"is-page-static","duration":729684,"timestamp":1620652457,"id":2113,"parentId":1946,"tags":{},"startTime":1788777645513,"traceId":"de4cca249783643d"},{"name":"check-page","duration":779972,"timestamp":1620602212,"id":1946,"parentId":1841,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1788777645462,"traceId":"de4cca249783643d"},{"name":"static-check","duration":1172161,"timestamp":1620210056,"id":1841,"parentId":1,"tags":{},"startTime":1788777645070,"traceId":"de4cca249783643d"},{"name":"generate-required-server-files","duration":468,"timestamp":1621382497,"id":2173,"parentId":1,"tags":{},"startTime":1788777646243,"traceId":"de4cca249783643d"},{"name":"write-routes-manifest","duration":52601,"timestamp":1621397806,"id":2175,"parentId":1,"tags":{},"startTime":1788777646258,"traceId":"de4cca249783643d"},{"name":"load-dotenv","duration":136,"timestamp":1623699058,"id":2178,"parentId":2177,"tags":{},"startTime":1788777648559,"traceId":"de4cca249783643d"},{"name":"run-export-path-map","duration":464,"timestamp":1625738643,"id":2179,"parentId":2177,"tags":{},"startTime":1788777650599,"traceId":"de4cca249783643d"},{"name":"next-export","duration":4124558,"timestamp":1623698161,"id":2177,"parentId":1,"tags":{},"startTime":1788777648558,"traceId":"de4cca249783643d"},{"name":"move-exported-app-not-found-","duration":115,"timestamp":1627824992,"id":2180,"parentId":2176,"tags":{},"startTime":1788777652685,"traceId":"de4cca249783643d"},{"name":"move-exported-page","duration":147632,"timestamp":1627825211,"id":2181,"parentId":2176,"tags":{},"startTime":1788777652685,"traceId":"de4cca249783643d"},{"name":"static-generation","duration":5087725,"timestamp":1623694443,"id":2176,"parentId":1,"tags":{},"startTime":1788777648555,"traceId":"de4cca249783643d"},{"name":"write-routes-manifest","duration":236246,"timestamp":1628782864,"id":2182,"parentId":1,"tags":{},"startTime":1788777653643,"traceId":"de4cca249783643d"},{"name":"node-file-trace-build","duration":22315185,"timestamp":1621387392,"id":2174,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1788777646248,"traceId":"de4cca249783643d"},{"name":"apply-include-excludes","duration":1179,"timestamp":1643702597,"id":2183,"parentId":1,"tags":{},"startTime":1788777668563,"traceId":"de4cca249783643d"},{"name":"print-tree-view","duration":10614,"timestamp":1643703991,"id":2184,"parentId":1,"tags":{},"startTime":1788777668564,"traceId":"de4cca249783643d"},{"name":"telemetry-flush","duration":55,"timestamp":1643714621,"id":2185,"parentId":1,"tags":{},"startTime":1788777668575,"traceId":"de4cca249783643d"},{"name":"next-build","duration":97902700,"timestamp":1545811982,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1788777570672,"traceId":"de4cca249783643d"}]