commandmate 0.15.0 → 0.16.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 (537) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +366 -321
  3. package/.next/app-path-routes-manifest.json +31 -26
  4. package/.next/build-manifest.json +5 -5
  5. package/.next/prerender-manifest.json +9 -9
  6. package/.next/react-loadable-manifest.json +11 -11
  7. package/.next/required-server-files.json +1 -1
  8. package/.next/routes-manifest.json +15 -0
  9. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  10. package/.next/server/app/api/app/update/route_client-reference-manifest.js +1 -1
  11. package/.next/server/app/api/app/update-check/route.js +1 -1
  12. package/.next/server/app/api/app/update-check/route_client-reference-manifest.js +1 -1
  13. package/.next/server/app/api/assistant/conversation/route_client-reference-manifest.js +1 -1
  14. package/.next/server/app/api/assistant/current-output/route_client-reference-manifest.js +1 -1
  15. package/.next/server/app/api/assistant/messages/route_client-reference-manifest.js +1 -1
  16. package/.next/server/app/api/assistant/session/route_client-reference-manifest.js +1 -1
  17. package/.next/server/app/api/assistant/start/route_client-reference-manifest.js +1 -1
  18. package/.next/server/app/api/assistant/terminal/route_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/assistant/tools/route_client-reference-manifest.js +1 -1
  20. package/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  21. package/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  22. package/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
  23. package/.next/server/app/api/daily-summary/route.js +1 -1
  24. package/.next/server/app/api/daily-summary/route.js.nft.json +1 -1
  25. package/.next/server/app/api/daily-summary/route_client-reference-manifest.js +1 -1
  26. package/.next/server/app/api/daily-summary/status/route.js +1 -1
  27. package/.next/server/app/api/daily-summary/status/route.js.nft.json +1 -1
  28. package/.next/server/app/api/daily-summary/status/route_client-reference-manifest.js +1 -1
  29. package/.next/server/app/api/external-apps/[id]/health/route_client-reference-manifest.js +1 -1
  30. package/.next/server/app/api/external-apps/[id]/route_client-reference-manifest.js +1 -1
  31. package/.next/server/app/api/external-apps/route_client-reference-manifest.js +1 -1
  32. package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/fs/recent-paths/route_client-reference-manifest.js +1 -1
  34. package/.next/server/app/api/hooks/claude-done/route_client-reference-manifest.js +1 -1
  35. package/.next/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
  36. package/.next/server/app/api/push/subscriptions/route.js +1 -1
  37. package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
  38. package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +1 -1
  39. package/.next/server/app/api/repositories/[id]/route_client-reference-manifest.js +1 -1
  40. package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js +1 -1
  41. package/.next/server/app/api/repositories/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
  42. package/.next/server/app/api/repositories/[id]/todos/route.js +1 -1
  43. package/.next/server/app/api/repositories/[id]/todos/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
  45. package/.next/server/app/api/repositories/clone/[jobId]/route_client-reference-manifest.js +1 -1
  46. package/.next/server/app/api/repositories/clone/route.js +1 -1
  47. package/.next/server/app/api/repositories/clone/route_client-reference-manifest.js +1 -1
  48. package/.next/server/app/api/repositories/excluded/route_client-reference-manifest.js +1 -1
  49. package/.next/server/app/api/repositories/restore/route_client-reference-manifest.js +1 -1
  50. package/.next/server/app/api/repositories/route_client-reference-manifest.js +1 -1
  51. package/.next/server/app/api/repositories/scan/route_client-reference-manifest.js +1 -1
  52. package/.next/server/app/api/repositories/sync/route_client-reference-manifest.js +1 -1
  53. package/.next/server/app/api/repositories/validate-path/route_client-reference-manifest.js +1 -1
  54. package/.next/server/app/api/sidebar/group-order/route_client-reference-manifest.js +1 -1
  55. package/.next/server/app/api/skills/[id]/route.js +1 -1
  56. package/.next/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -1
  57. package/.next/server/app/api/skills/installations/route.js +23 -0
  58. package/.next/server/app/api/skills/installations/route.js.nft.json +1 -0
  59. package/.next/server/app/api/skills/installations/route_client-reference-manifest.js +1 -0
  60. package/.next/server/app/api/skills/operations/route.js +13 -0
  61. package/.next/server/app/api/skills/operations/route.js.nft.json +1 -0
  62. package/.next/server/app/api/skills/operations/route_client-reference-manifest.js +1 -0
  63. package/.next/server/app/api/skills/reindex/route.js +23 -0
  64. package/.next/server/app/api/skills/reindex/route.js.nft.json +1 -0
  65. package/.next/server/app/api/skills/reindex/route_client-reference-manifest.js +1 -0
  66. package/.next/server/app/api/skills/route.js +1 -1
  67. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
  68. package/.next/server/app/api/slash-commands/route_client-reference-manifest.js +1 -1
  69. package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +1 -1
  70. package/.next/server/app/api/templates/route_client-reference-manifest.js +1 -1
  71. package/.next/server/app/api/todos/route.js +1 -1
  72. package/.next/server/app/api/todos/route_client-reference-manifest.js +1 -1
  73. package/.next/server/app/api/worktrees/[id]/auto-yes/route_client-reference-manifest.js +1 -1
  74. package/.next/server/app/api/worktrees/[id]/capture/route_client-reference-manifest.js +1 -1
  75. package/.next/server/app/api/worktrees/[id]/cli-tool/route.js +1 -1
  76. package/.next/server/app/api/worktrees/[id]/cli-tool/route_client-reference-manifest.js +1 -1
  77. package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js +1 -1
  78. package/.next/server/app/api/worktrees/[id]/cmate/schedules/route_client-reference-manifest.js +1 -1
  79. package/.next/server/app/api/worktrees/[id]/current-output/route_client-reference-manifest.js +1 -1
  80. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js +1 -1
  81. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route_client-reference-manifest.js +1 -1
  82. package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +1 -1
  83. package/.next/server/app/api/worktrees/[id]/execution-logs/route_client-reference-manifest.js +1 -1
  84. package/.next/server/app/api/worktrees/[id]/files/[...path]/route_client-reference-manifest.js +1 -1
  85. package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js +1 -1
  86. package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js.nft.json +1 -1
  87. package/.next/server/app/api/worktrees/[id]/git/branch/create/route_client-reference-manifest.js +1 -1
  88. package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js +1 -1
  89. package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js.nft.json +1 -1
  90. package/.next/server/app/api/worktrees/[id]/git/branch/delete/route_client-reference-manifest.js +1 -1
  91. package/.next/server/app/api/worktrees/[id]/git/branches/route.js +1 -1
  92. package/.next/server/app/api/worktrees/[id]/git/branches/route.js.nft.json +1 -1
  93. package/.next/server/app/api/worktrees/[id]/git/branches/route_client-reference-manifest.js +1 -1
  94. package/.next/server/app/api/worktrees/[id]/git/checkout/route.js +1 -1
  95. package/.next/server/app/api/worktrees/[id]/git/checkout/route.js.nft.json +1 -1
  96. package/.next/server/app/api/worktrees/[id]/git/checkout/route_client-reference-manifest.js +1 -1
  97. package/.next/server/app/api/worktrees/[id]/git/commit/route.js +1 -1
  98. package/.next/server/app/api/worktrees/[id]/git/commit/route.js.nft.json +1 -1
  99. package/.next/server/app/api/worktrees/[id]/git/commit/route_client-reference-manifest.js +1 -1
  100. package/.next/server/app/api/worktrees/[id]/git/diff/route.js +1 -1
  101. package/.next/server/app/api/worktrees/[id]/git/diff/route.js.nft.json +1 -1
  102. package/.next/server/app/api/worktrees/[id]/git/diff/route_client-reference-manifest.js +1 -1
  103. package/.next/server/app/api/worktrees/[id]/git/fetch/route.js +1 -1
  104. package/.next/server/app/api/worktrees/[id]/git/fetch/route.js.nft.json +1 -1
  105. package/.next/server/app/api/worktrees/[id]/git/fetch/route_client-reference-manifest.js +1 -1
  106. package/.next/server/app/api/worktrees/[id]/git/log/route.js +1 -1
  107. package/.next/server/app/api/worktrees/[id]/git/log/route.js.nft.json +1 -1
  108. package/.next/server/app/api/worktrees/[id]/git/log/route_client-reference-manifest.js +1 -1
  109. package/.next/server/app/api/worktrees/[id]/git/pull/route.js +1 -1
  110. package/.next/server/app/api/worktrees/[id]/git/pull/route.js.nft.json +1 -1
  111. package/.next/server/app/api/worktrees/[id]/git/pull/route_client-reference-manifest.js +1 -1
  112. package/.next/server/app/api/worktrees/[id]/git/push/route.js +1 -1
  113. package/.next/server/app/api/worktrees/[id]/git/push/route.js.nft.json +1 -1
  114. package/.next/server/app/api/worktrees/[id]/git/push/route_client-reference-manifest.js +1 -1
  115. package/.next/server/app/api/worktrees/[id]/git/reset/route.js +1 -1
  116. package/.next/server/app/api/worktrees/[id]/git/reset/route.js.nft.json +1 -1
  117. package/.next/server/app/api/worktrees/[id]/git/reset/route_client-reference-manifest.js +1 -1
  118. package/.next/server/app/api/worktrees/[id]/git/revert/route.js +1 -1
  119. package/.next/server/app/api/worktrees/[id]/git/revert/route.js.nft.json +1 -1
  120. package/.next/server/app/api/worktrees/[id]/git/revert/route_client-reference-manifest.js +1 -1
  121. package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js +1 -1
  122. package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js.nft.json +1 -1
  123. package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route_client-reference-manifest.js +1 -1
  124. package/.next/server/app/api/worktrees/[id]/git/stage/route.js +1 -1
  125. package/.next/server/app/api/worktrees/[id]/git/stage/route.js.nft.json +1 -1
  126. package/.next/server/app/api/worktrees/[id]/git/stage/route_client-reference-manifest.js +1 -1
  127. package/.next/server/app/api/worktrees/[id]/git/staged/route.js +1 -1
  128. package/.next/server/app/api/worktrees/[id]/git/staged/route.js.nft.json +1 -1
  129. package/.next/server/app/api/worktrees/[id]/git/staged/route_client-reference-manifest.js +1 -1
  130. package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js +1 -1
  131. package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js.nft.json +1 -1
  132. package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route_client-reference-manifest.js +1 -1
  133. package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js +1 -1
  134. package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js.nft.json +1 -1
  135. package/.next/server/app/api/worktrees/[id]/git/stash/apply/route_client-reference-manifest.js +1 -1
  136. package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js +1 -1
  137. package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js.nft.json +1 -1
  138. package/.next/server/app/api/worktrees/[id]/git/stash/pop/route_client-reference-manifest.js +1 -1
  139. package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js +1 -1
  140. package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js.nft.json +1 -1
  141. package/.next/server/app/api/worktrees/[id]/git/stash/push/route_client-reference-manifest.js +1 -1
  142. package/.next/server/app/api/worktrees/[id]/git/stash/route.js +1 -1
  143. package/.next/server/app/api/worktrees/[id]/git/stash/route.js.nft.json +1 -1
  144. package/.next/server/app/api/worktrees/[id]/git/stash/route_client-reference-manifest.js +1 -1
  145. package/.next/server/app/api/worktrees/[id]/git/status/route.js +1 -1
  146. package/.next/server/app/api/worktrees/[id]/git/status/route.js.nft.json +1 -1
  147. package/.next/server/app/api/worktrees/[id]/git/status/route_client-reference-manifest.js +1 -1
  148. package/.next/server/app/api/worktrees/[id]/git/unstage/route.js +1 -1
  149. package/.next/server/app/api/worktrees/[id]/git/unstage/route.js.nft.json +1 -1
  150. package/.next/server/app/api/worktrees/[id]/git/unstage/route_client-reference-manifest.js +1 -1
  151. package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js +1 -1
  152. package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js.nft.json +1 -1
  153. package/.next/server/app/api/worktrees/[id]/git/working-diff/route_client-reference-manifest.js +1 -1
  154. package/.next/server/app/api/worktrees/[id]/interrupt/route_client-reference-manifest.js +1 -1
  155. package/.next/server/app/api/worktrees/[id]/kill-session/route_client-reference-manifest.js +1 -1
  156. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  157. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route_client-reference-manifest.js +1 -1
  158. package/.next/server/app/api/worktrees/[id]/logs/route.js +1 -1
  159. package/.next/server/app/api/worktrees/[id]/logs/route_client-reference-manifest.js +1 -1
  160. package/.next/server/app/api/worktrees/[id]/marp-render/route.js +1 -1
  161. package/.next/server/app/api/worktrees/[id]/marp-render/route_client-reference-manifest.js +1 -1
  162. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
  163. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route_client-reference-manifest.js +1 -1
  164. package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
  165. package/.next/server/app/api/worktrees/[id]/memos/route_client-reference-manifest.js +1 -1
  166. package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
  167. package/.next/server/app/api/worktrees/[id]/messages/route_client-reference-manifest.js +1 -1
  168. package/.next/server/app/api/worktrees/[id]/prompt-response/route_client-reference-manifest.js +1 -1
  169. package/.next/server/app/api/worktrees/[id]/respond/route_client-reference-manifest.js +1 -1
  170. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  171. package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
  172. package/.next/server/app/api/worktrees/[id]/route_client-reference-manifest.js +1 -1
  173. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js +1 -1
  174. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route_client-reference-manifest.js +1 -1
  175. package/.next/server/app/api/worktrees/[id]/schedules/active/route.js +1 -1
  176. package/.next/server/app/api/worktrees/[id]/schedules/active/route_client-reference-manifest.js +1 -1
  177. package/.next/server/app/api/worktrees/[id]/schedules/route.js +1 -1
  178. package/.next/server/app/api/worktrees/[id]/schedules/route_client-reference-manifest.js +1 -1
  179. package/.next/server/app/api/worktrees/[id]/search/route_client-reference-manifest.js +1 -1
  180. package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
  181. package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
  182. package/.next/server/app/api/worktrees/[id]/send/route_client-reference-manifest.js +1 -1
  183. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js +18 -0
  184. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js.nft.json +1 -0
  185. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route_client-reference-manifest.js +1 -0
  186. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js +1 -1
  187. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js.nft.json +1 -1
  188. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route_client-reference-manifest.js +1 -1
  189. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js +1 -1
  190. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js.nft.json +1 -1
  191. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route_client-reference-manifest.js +1 -1
  192. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js +1 -1
  193. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js.nft.json +1 -1
  194. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route_client-reference-manifest.js +1 -1
  195. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js +1 -1
  196. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js.nft.json +1 -1
  197. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route_client-reference-manifest.js +1 -1
  198. package/.next/server/app/api/worktrees/[id]/skills/route.js +1 -1
  199. package/.next/server/app/api/worktrees/[id]/skills/route_client-reference-manifest.js +1 -1
  200. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
  201. package/.next/server/app/api/worktrees/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  202. package/.next/server/app/api/worktrees/[id]/special-keys/route_client-reference-manifest.js +1 -1
  203. package/.next/server/app/api/worktrees/[id]/start-polling/route_client-reference-manifest.js +1 -1
  204. package/.next/server/app/api/worktrees/[id]/terminal/route_client-reference-manifest.js +1 -1
  205. package/.next/server/app/api/worktrees/[id]/timers/history/route.js +1 -1
  206. package/.next/server/app/api/worktrees/[id]/timers/history/route_client-reference-manifest.js +1 -1
  207. package/.next/server/app/api/worktrees/[id]/timers/route_client-reference-manifest.js +1 -1
  208. package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js +1 -1
  209. package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
  210. package/.next/server/app/api/worktrees/[id]/todos/route.js +1 -1
  211. package/.next/server/app/api/worktrees/[id]/todos/route_client-reference-manifest.js +1 -1
  212. package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js +1 -1
  213. package/.next/server/app/api/worktrees/[id]/tree/[...path]/route_client-reference-manifest.js +1 -1
  214. package/.next/server/app/api/worktrees/[id]/tree/route.js +1 -1
  215. package/.next/server/app/api/worktrees/[id]/tree/route_client-reference-manifest.js +1 -1
  216. package/.next/server/app/api/worktrees/[id]/upload/[...path]/route_client-reference-manifest.js +1 -1
  217. package/.next/server/app/api/worktrees/[id]/viewed/route.js +1 -1
  218. package/.next/server/app/api/worktrees/[id]/viewed/route_client-reference-manifest.js +1 -1
  219. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
  220. package/.next/server/app/chat/page_client-reference-manifest.js +1 -1
  221. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  222. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  223. package/.next/server/app/more/page.js +1 -1
  224. package/.next/server/app/more/page_client-reference-manifest.js +1 -1
  225. package/.next/server/app/offline/page_client-reference-manifest.js +1 -1
  226. package/.next/server/app/page_client-reference-manifest.js +1 -1
  227. package/.next/server/app/proxy/[...path]/route_client-reference-manifest.js +1 -1
  228. package/.next/server/app/repositories/page_client-reference-manifest.js +1 -1
  229. package/.next/server/app/review/page_client-reference-manifest.js +1 -1
  230. package/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
  231. package/.next/server/app/skills/[skillId]/page.js +1 -1
  232. package/.next/server/app/skills/[skillId]/page.js.nft.json +1 -1
  233. package/.next/server/app/skills/[skillId]/page_client-reference-manifest.js +1 -1
  234. package/.next/server/app/skills/installed/page.js +2 -0
  235. package/.next/server/app/skills/installed/page.js.nft.json +1 -0
  236. package/.next/server/app/skills/installed/page_client-reference-manifest.js +1 -0
  237. package/.next/server/app/skills/page.js +2 -2
  238. package/.next/server/app/skills/page.js.nft.json +1 -1
  239. package/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  240. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  241. package/.next/server/app/worktrees/[id]/page.js +3 -3
  242. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  243. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  244. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  245. package/.next/server/app-paths-manifest.json +31 -26
  246. package/.next/server/chunks/1117.js +1 -1
  247. package/.next/server/chunks/1185.js +1 -0
  248. package/.next/server/chunks/1239.js +1 -0
  249. package/.next/server/chunks/22.js +1 -1
  250. package/.next/server/chunks/2328.js +1 -1
  251. package/.next/server/chunks/2710.js +2 -0
  252. package/.next/server/chunks/28.js +35 -0
  253. package/.next/server/chunks/3042.js +1 -2
  254. package/.next/server/chunks/4440.js +2 -0
  255. package/.next/server/chunks/4548.js +1 -0
  256. package/.next/server/chunks/5064.js +1 -1
  257. package/.next/server/chunks/5381.js +1 -1
  258. package/.next/server/chunks/5456.js +1 -1
  259. package/.next/server/chunks/5737.js +1 -0
  260. package/.next/server/chunks/5793.js +1 -0
  261. package/.next/server/chunks/5959.js +2 -2
  262. package/.next/server/chunks/6130.js +1 -1
  263. package/.next/server/chunks/8681.js +1 -1
  264. package/.next/server/chunks/8807.js +66 -3
  265. package/.next/server/chunks/9051.js +1 -0
  266. package/.next/server/middleware-build-manifest.js +1 -1
  267. package/.next/server/middleware-manifest.json +5 -5
  268. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  269. package/.next/server/pages/500.html +1 -1
  270. package/.next/server/server-reference-manifest.json +1 -1
  271. package/.next/static/AKqbAyuzbFfg05qpbCI_K/_buildManifest.js +1 -0
  272. package/.next/static/chunks/2751-7fabd91275b14ca3.js +1 -0
  273. package/.next/static/chunks/{4459.03172449db395039.js → 4459.a94b52985a76509a.js} +1 -1
  274. package/.next/static/chunks/{6488-93870a55f4a3e3cd.js → 6488-c2a968ec806975c2.js} +1 -1
  275. package/.next/static/chunks/{7485.43871aedf3dbb980.js → 7485.442b21101fca7257.js} +1 -1
  276. package/.next/static/chunks/8562-6e2ab32452f4fa5b.js +1 -0
  277. package/.next/static/chunks/app/api/app/update/route-55e398bd20e2d7a9.js +1 -0
  278. package/.next/static/chunks/app/api/app/update-check/route-55e398bd20e2d7a9.js +1 -0
  279. package/.next/static/chunks/app/api/assistant/conversation/route-55e398bd20e2d7a9.js +1 -0
  280. package/.next/static/chunks/app/api/assistant/current-output/route-55e398bd20e2d7a9.js +1 -0
  281. package/.next/static/chunks/app/api/assistant/messages/route-55e398bd20e2d7a9.js +1 -0
  282. package/.next/static/chunks/app/api/assistant/session/route-55e398bd20e2d7a9.js +1 -0
  283. package/.next/static/chunks/app/api/assistant/start/route-55e398bd20e2d7a9.js +1 -0
  284. package/.next/static/chunks/app/api/assistant/terminal/route-55e398bd20e2d7a9.js +1 -0
  285. package/.next/static/chunks/app/api/assistant/tools/route-55e398bd20e2d7a9.js +1 -0
  286. package/.next/static/chunks/app/api/auth/login/route-55e398bd20e2d7a9.js +1 -0
  287. package/.next/static/chunks/app/api/auth/logout/route-55e398bd20e2d7a9.js +1 -0
  288. package/.next/static/chunks/app/api/auth/status/route-55e398bd20e2d7a9.js +1 -0
  289. package/.next/static/chunks/app/api/daily-summary/route-55e398bd20e2d7a9.js +1 -0
  290. package/.next/static/chunks/app/api/daily-summary/status/route-55e398bd20e2d7a9.js +1 -0
  291. package/.next/static/chunks/app/api/external-apps/[id]/health/route-55e398bd20e2d7a9.js +1 -0
  292. package/.next/static/chunks/app/api/external-apps/[id]/route-55e398bd20e2d7a9.js +1 -0
  293. package/.next/static/chunks/app/api/external-apps/route-55e398bd20e2d7a9.js +1 -0
  294. package/.next/static/chunks/app/api/fs/browse/route-55e398bd20e2d7a9.js +1 -0
  295. package/.next/static/chunks/app/api/fs/recent-paths/route-55e398bd20e2d7a9.js +1 -0
  296. package/.next/static/chunks/app/api/hooks/claude-done/route-55e398bd20e2d7a9.js +1 -0
  297. package/.next/static/chunks/app/api/ollama/models/route-55e398bd20e2d7a9.js +1 -0
  298. package/.next/static/chunks/app/api/push/subscriptions/route-55e398bd20e2d7a9.js +1 -0
  299. package/.next/static/chunks/app/api/push/vapid/route-55e398bd20e2d7a9.js +1 -0
  300. package/.next/static/chunks/app/api/repositories/[id]/route-55e398bd20e2d7a9.js +1 -0
  301. package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-55e398bd20e2d7a9.js +1 -0
  302. package/.next/static/chunks/app/api/repositories/[id]/todos/route-55e398bd20e2d7a9.js +1 -0
  303. package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-55e398bd20e2d7a9.js +1 -0
  304. package/.next/static/chunks/app/api/repositories/clone/route-55e398bd20e2d7a9.js +1 -0
  305. package/.next/static/chunks/app/api/repositories/excluded/route-55e398bd20e2d7a9.js +1 -0
  306. package/.next/static/chunks/app/api/repositories/restore/route-55e398bd20e2d7a9.js +1 -0
  307. package/.next/static/chunks/app/api/repositories/route-55e398bd20e2d7a9.js +1 -0
  308. package/.next/static/chunks/app/api/repositories/scan/route-55e398bd20e2d7a9.js +1 -0
  309. package/.next/static/chunks/app/api/repositories/sync/route-55e398bd20e2d7a9.js +1 -0
  310. package/.next/static/chunks/app/api/repositories/validate-path/route-55e398bd20e2d7a9.js +1 -0
  311. package/.next/static/chunks/app/api/sidebar/group-order/route-55e398bd20e2d7a9.js +1 -0
  312. package/.next/static/chunks/app/api/skills/[id]/route-55e398bd20e2d7a9.js +1 -0
  313. package/.next/static/chunks/app/api/skills/installations/route-55e398bd20e2d7a9.js +1 -0
  314. package/.next/static/chunks/app/api/skills/operations/route-55e398bd20e2d7a9.js +1 -0
  315. package/.next/static/chunks/app/api/skills/reindex/route-55e398bd20e2d7a9.js +1 -0
  316. package/.next/static/chunks/app/api/skills/route-55e398bd20e2d7a9.js +1 -0
  317. package/.next/static/chunks/app/api/slash-commands/route-55e398bd20e2d7a9.js +1 -0
  318. package/.next/static/chunks/app/api/templates/[id]/route-55e398bd20e2d7a9.js +1 -0
  319. package/.next/static/chunks/app/api/templates/route-55e398bd20e2d7a9.js +1 -0
  320. package/.next/static/chunks/app/api/todos/route-55e398bd20e2d7a9.js +1 -0
  321. package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-55e398bd20e2d7a9.js +1 -0
  322. package/.next/static/chunks/app/api/worktrees/[id]/capture/route-55e398bd20e2d7a9.js +1 -0
  323. package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-55e398bd20e2d7a9.js +1 -0
  324. package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-55e398bd20e2d7a9.js +1 -0
  325. package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-55e398bd20e2d7a9.js +1 -0
  326. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-55e398bd20e2d7a9.js +1 -0
  327. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-55e398bd20e2d7a9.js +1 -0
  328. package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-55e398bd20e2d7a9.js +1 -0
  329. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-55e398bd20e2d7a9.js +1 -0
  330. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-55e398bd20e2d7a9.js +1 -0
  331. package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-55e398bd20e2d7a9.js +1 -0
  332. package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-55e398bd20e2d7a9.js +1 -0
  333. package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-55e398bd20e2d7a9.js +1 -0
  334. package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-55e398bd20e2d7a9.js +1 -0
  335. package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-55e398bd20e2d7a9.js +1 -0
  336. package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-55e398bd20e2d7a9.js +1 -0
  337. package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-55e398bd20e2d7a9.js +1 -0
  338. package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-55e398bd20e2d7a9.js +1 -0
  339. package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-55e398bd20e2d7a9.js +1 -0
  340. package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-55e398bd20e2d7a9.js +1 -0
  341. package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-55e398bd20e2d7a9.js +1 -0
  342. package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-55e398bd20e2d7a9.js +1 -0
  343. package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-55e398bd20e2d7a9.js +1 -0
  344. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-55e398bd20e2d7a9.js +1 -0
  345. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-55e398bd20e2d7a9.js +1 -0
  346. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-55e398bd20e2d7a9.js +1 -0
  347. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-55e398bd20e2d7a9.js +1 -0
  348. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-55e398bd20e2d7a9.js +1 -0
  349. package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-55e398bd20e2d7a9.js +1 -0
  350. package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-55e398bd20e2d7a9.js +1 -0
  351. package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-55e398bd20e2d7a9.js +1 -0
  352. package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-55e398bd20e2d7a9.js +1 -0
  353. package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-55e398bd20e2d7a9.js +1 -0
  354. package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-55e398bd20e2d7a9.js +1 -0
  355. package/.next/static/chunks/app/api/worktrees/[id]/logs/route-55e398bd20e2d7a9.js +1 -0
  356. package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-55e398bd20e2d7a9.js +1 -0
  357. package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-55e398bd20e2d7a9.js +1 -0
  358. package/.next/static/chunks/app/api/worktrees/[id]/memos/route-55e398bd20e2d7a9.js +1 -0
  359. package/.next/static/chunks/app/api/worktrees/[id]/messages/route-55e398bd20e2d7a9.js +1 -0
  360. package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-55e398bd20e2d7a9.js +1 -0
  361. package/.next/static/chunks/app/api/worktrees/[id]/respond/route-55e398bd20e2d7a9.js +1 -0
  362. package/.next/static/chunks/app/api/worktrees/[id]/route-55e398bd20e2d7a9.js +1 -0
  363. package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-55e398bd20e2d7a9.js +1 -0
  364. package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-55e398bd20e2d7a9.js +1 -0
  365. package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-55e398bd20e2d7a9.js +1 -0
  366. package/.next/static/chunks/app/api/worktrees/[id]/search/route-55e398bd20e2d7a9.js +1 -0
  367. package/.next/static/chunks/app/api/worktrees/[id]/send/route-55e398bd20e2d7a9.js +1 -0
  368. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-55e398bd20e2d7a9.js +1 -0
  369. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-55e398bd20e2d7a9.js +1 -0
  370. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-55e398bd20e2d7a9.js +1 -0
  371. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-55e398bd20e2d7a9.js +1 -0
  372. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-55e398bd20e2d7a9.js +1 -0
  373. package/.next/static/chunks/app/api/worktrees/[id]/skills/route-55e398bd20e2d7a9.js +1 -0
  374. package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-55e398bd20e2d7a9.js +1 -0
  375. package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-55e398bd20e2d7a9.js +1 -0
  376. package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-55e398bd20e2d7a9.js +1 -0
  377. package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-55e398bd20e2d7a9.js +1 -0
  378. package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-55e398bd20e2d7a9.js +1 -0
  379. package/.next/static/chunks/app/api/worktrees/[id]/timers/route-55e398bd20e2d7a9.js +1 -0
  380. package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-55e398bd20e2d7a9.js +1 -0
  381. package/.next/static/chunks/app/api/worktrees/[id]/todos/route-55e398bd20e2d7a9.js +1 -0
  382. package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-55e398bd20e2d7a9.js +1 -0
  383. package/.next/static/chunks/app/api/worktrees/[id]/tree/route-55e398bd20e2d7a9.js +1 -0
  384. package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-55e398bd20e2d7a9.js +1 -0
  385. package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-55e398bd20e2d7a9.js +1 -0
  386. package/.next/static/chunks/app/api/worktrees/route-55e398bd20e2d7a9.js +1 -0
  387. package/.next/static/chunks/app/manifest.webmanifest/route-55e398bd20e2d7a9.js +1 -0
  388. package/.next/static/chunks/app/more/{page-082d4ae496f9a36e.js → page-1619018cac999bbc.js} +1 -1
  389. package/.next/static/chunks/app/proxy/[...path]/route-55e398bd20e2d7a9.js +1 -0
  390. package/.next/static/chunks/app/skills/[skillId]/page-6008b904225ebb25.js +1 -0
  391. package/.next/static/chunks/app/skills/installed/page-6641f95e6a6e5f9d.js +1 -0
  392. package/.next/static/chunks/app/skills/page-184f8e23e31a3667.js +1 -0
  393. package/.next/static/chunks/app/worktrees/[id]/{page-6da38f0a06dfd9db.js → page-59a63a2c013ec1eb.js} +1 -1
  394. package/.next/static/chunks/{webpack-6b35d37d50302d27.js → webpack-180bebdee221b6f4.js} +1 -1
  395. package/.next/static/css/{5127edd9aa8f3b49.css → d3453a6876553d32.css} +1 -1
  396. package/.next/trace +11 -11
  397. package/.next/types/app/api/skills/installations/route.ts +347 -0
  398. package/.next/types/app/api/skills/operations/route.ts +347 -0
  399. package/.next/types/app/api/skills/reindex/route.ts +347 -0
  400. package/.next/types/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.ts +347 -0
  401. package/.next/types/app/skills/installed/page.ts +84 -0
  402. package/.next/types/routes.d.ts +7 -2
  403. package/.next/types/validator.ts +45 -0
  404. package/dist/cli/commands/skill.d.ts +2 -1
  405. package/dist/cli/commands/skill.d.ts.map +1 -1
  406. package/dist/cli/commands/skill.js +136 -2
  407. package/dist/cli/types/api-responses.d.ts +40 -0
  408. package/dist/cli/types/api-responses.d.ts.map +1 -1
  409. package/dist/cli/types/index.d.ts +6 -0
  410. package/dist/cli/types/index.d.ts.map +1 -1
  411. package/dist/server/src/lib/db/migrations/index.js +2 -0
  412. package/dist/server/src/lib/db/migrations/runner.js +1 -1
  413. package/dist/server/src/lib/db/migrations/v48-skill-operations-audit-index.js +117 -0
  414. package/dist/server/src/lib/skills/compatibility-matrix.js +256 -0
  415. package/dist/server/src/lib/skills/compatibility.js +132 -11
  416. package/dist/server/src/lib/skills/operation-audit.js +85 -15
  417. package/dist/server/src/lib/skills/operation-journal.js +14 -1
  418. package/package.json +1 -1
  419. package/.next/server/chunks/1808.js +0 -1
  420. package/.next/server/chunks/5226.js +0 -28
  421. package/.next/server/chunks/5306.js +0 -2
  422. package/.next/server/chunks/593.js +0 -1
  423. package/.next/server/chunks/9192.js +0 -1
  424. package/.next/static/MqlW91_Se_kEW6mtm-1x0/_buildManifest.js +0 -1
  425. package/.next/static/chunks/3418-7e47651340d940b0.js +0 -1
  426. package/.next/static/chunks/9142-41b13a2f278529cc.js +0 -1
  427. package/.next/static/chunks/app/api/app/update/route-8c8bebe20cebf964.js +0 -1
  428. package/.next/static/chunks/app/api/app/update-check/route-8c8bebe20cebf964.js +0 -1
  429. package/.next/static/chunks/app/api/assistant/conversation/route-8c8bebe20cebf964.js +0 -1
  430. package/.next/static/chunks/app/api/assistant/current-output/route-8c8bebe20cebf964.js +0 -1
  431. package/.next/static/chunks/app/api/assistant/messages/route-8c8bebe20cebf964.js +0 -1
  432. package/.next/static/chunks/app/api/assistant/session/route-8c8bebe20cebf964.js +0 -1
  433. package/.next/static/chunks/app/api/assistant/start/route-8c8bebe20cebf964.js +0 -1
  434. package/.next/static/chunks/app/api/assistant/terminal/route-8c8bebe20cebf964.js +0 -1
  435. package/.next/static/chunks/app/api/assistant/tools/route-8c8bebe20cebf964.js +0 -1
  436. package/.next/static/chunks/app/api/auth/login/route-8c8bebe20cebf964.js +0 -1
  437. package/.next/static/chunks/app/api/auth/logout/route-8c8bebe20cebf964.js +0 -1
  438. package/.next/static/chunks/app/api/auth/status/route-8c8bebe20cebf964.js +0 -1
  439. package/.next/static/chunks/app/api/daily-summary/route-8c8bebe20cebf964.js +0 -1
  440. package/.next/static/chunks/app/api/daily-summary/status/route-8c8bebe20cebf964.js +0 -1
  441. package/.next/static/chunks/app/api/external-apps/[id]/health/route-8c8bebe20cebf964.js +0 -1
  442. package/.next/static/chunks/app/api/external-apps/[id]/route-8c8bebe20cebf964.js +0 -1
  443. package/.next/static/chunks/app/api/external-apps/route-8c8bebe20cebf964.js +0 -1
  444. package/.next/static/chunks/app/api/fs/browse/route-8c8bebe20cebf964.js +0 -1
  445. package/.next/static/chunks/app/api/fs/recent-paths/route-8c8bebe20cebf964.js +0 -1
  446. package/.next/static/chunks/app/api/hooks/claude-done/route-8c8bebe20cebf964.js +0 -1
  447. package/.next/static/chunks/app/api/ollama/models/route-8c8bebe20cebf964.js +0 -1
  448. package/.next/static/chunks/app/api/push/subscriptions/route-8c8bebe20cebf964.js +0 -1
  449. package/.next/static/chunks/app/api/push/vapid/route-8c8bebe20cebf964.js +0 -1
  450. package/.next/static/chunks/app/api/repositories/[id]/route-8c8bebe20cebf964.js +0 -1
  451. package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-8c8bebe20cebf964.js +0 -1
  452. package/.next/static/chunks/app/api/repositories/[id]/todos/route-8c8bebe20cebf964.js +0 -1
  453. package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-8c8bebe20cebf964.js +0 -1
  454. package/.next/static/chunks/app/api/repositories/clone/route-8c8bebe20cebf964.js +0 -1
  455. package/.next/static/chunks/app/api/repositories/excluded/route-8c8bebe20cebf964.js +0 -1
  456. package/.next/static/chunks/app/api/repositories/restore/route-8c8bebe20cebf964.js +0 -1
  457. package/.next/static/chunks/app/api/repositories/route-8c8bebe20cebf964.js +0 -1
  458. package/.next/static/chunks/app/api/repositories/scan/route-8c8bebe20cebf964.js +0 -1
  459. package/.next/static/chunks/app/api/repositories/sync/route-8c8bebe20cebf964.js +0 -1
  460. package/.next/static/chunks/app/api/repositories/validate-path/route-8c8bebe20cebf964.js +0 -1
  461. package/.next/static/chunks/app/api/sidebar/group-order/route-8c8bebe20cebf964.js +0 -1
  462. package/.next/static/chunks/app/api/skills/[id]/route-8c8bebe20cebf964.js +0 -1
  463. package/.next/static/chunks/app/api/skills/route-8c8bebe20cebf964.js +0 -1
  464. package/.next/static/chunks/app/api/slash-commands/route-8c8bebe20cebf964.js +0 -1
  465. package/.next/static/chunks/app/api/templates/[id]/route-8c8bebe20cebf964.js +0 -1
  466. package/.next/static/chunks/app/api/templates/route-8c8bebe20cebf964.js +0 -1
  467. package/.next/static/chunks/app/api/todos/route-8c8bebe20cebf964.js +0 -1
  468. package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-8c8bebe20cebf964.js +0 -1
  469. package/.next/static/chunks/app/api/worktrees/[id]/capture/route-8c8bebe20cebf964.js +0 -1
  470. package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-8c8bebe20cebf964.js +0 -1
  471. package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-8c8bebe20cebf964.js +0 -1
  472. package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-8c8bebe20cebf964.js +0 -1
  473. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-8c8bebe20cebf964.js +0 -1
  474. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-8c8bebe20cebf964.js +0 -1
  475. package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-8c8bebe20cebf964.js +0 -1
  476. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-8c8bebe20cebf964.js +0 -1
  477. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-8c8bebe20cebf964.js +0 -1
  478. package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-8c8bebe20cebf964.js +0 -1
  479. package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-8c8bebe20cebf964.js +0 -1
  480. package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-8c8bebe20cebf964.js +0 -1
  481. package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-8c8bebe20cebf964.js +0 -1
  482. package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-8c8bebe20cebf964.js +0 -1
  483. package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-8c8bebe20cebf964.js +0 -1
  484. package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-8c8bebe20cebf964.js +0 -1
  485. package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-8c8bebe20cebf964.js +0 -1
  486. package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-8c8bebe20cebf964.js +0 -1
  487. package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-8c8bebe20cebf964.js +0 -1
  488. package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-8c8bebe20cebf964.js +0 -1
  489. package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-8c8bebe20cebf964.js +0 -1
  490. package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-8c8bebe20cebf964.js +0 -1
  491. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-8c8bebe20cebf964.js +0 -1
  492. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-8c8bebe20cebf964.js +0 -1
  493. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-8c8bebe20cebf964.js +0 -1
  494. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-8c8bebe20cebf964.js +0 -1
  495. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-8c8bebe20cebf964.js +0 -1
  496. package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-8c8bebe20cebf964.js +0 -1
  497. package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-8c8bebe20cebf964.js +0 -1
  498. package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-8c8bebe20cebf964.js +0 -1
  499. package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-8c8bebe20cebf964.js +0 -1
  500. package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-8c8bebe20cebf964.js +0 -1
  501. package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-8c8bebe20cebf964.js +0 -1
  502. package/.next/static/chunks/app/api/worktrees/[id]/logs/route-8c8bebe20cebf964.js +0 -1
  503. package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-8c8bebe20cebf964.js +0 -1
  504. package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-8c8bebe20cebf964.js +0 -1
  505. package/.next/static/chunks/app/api/worktrees/[id]/memos/route-8c8bebe20cebf964.js +0 -1
  506. package/.next/static/chunks/app/api/worktrees/[id]/messages/route-8c8bebe20cebf964.js +0 -1
  507. package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-8c8bebe20cebf964.js +0 -1
  508. package/.next/static/chunks/app/api/worktrees/[id]/respond/route-8c8bebe20cebf964.js +0 -1
  509. package/.next/static/chunks/app/api/worktrees/[id]/route-8c8bebe20cebf964.js +0 -1
  510. package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-8c8bebe20cebf964.js +0 -1
  511. package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-8c8bebe20cebf964.js +0 -1
  512. package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-8c8bebe20cebf964.js +0 -1
  513. package/.next/static/chunks/app/api/worktrees/[id]/search/route-8c8bebe20cebf964.js +0 -1
  514. package/.next/static/chunks/app/api/worktrees/[id]/send/route-8c8bebe20cebf964.js +0 -1
  515. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-8c8bebe20cebf964.js +0 -1
  516. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-8c8bebe20cebf964.js +0 -1
  517. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-8c8bebe20cebf964.js +0 -1
  518. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-8c8bebe20cebf964.js +0 -1
  519. package/.next/static/chunks/app/api/worktrees/[id]/skills/route-8c8bebe20cebf964.js +0 -1
  520. package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-8c8bebe20cebf964.js +0 -1
  521. package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-8c8bebe20cebf964.js +0 -1
  522. package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-8c8bebe20cebf964.js +0 -1
  523. package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-8c8bebe20cebf964.js +0 -1
  524. package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-8c8bebe20cebf964.js +0 -1
  525. package/.next/static/chunks/app/api/worktrees/[id]/timers/route-8c8bebe20cebf964.js +0 -1
  526. package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-8c8bebe20cebf964.js +0 -1
  527. package/.next/static/chunks/app/api/worktrees/[id]/todos/route-8c8bebe20cebf964.js +0 -1
  528. package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-8c8bebe20cebf964.js +0 -1
  529. package/.next/static/chunks/app/api/worktrees/[id]/tree/route-8c8bebe20cebf964.js +0 -1
  530. package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-8c8bebe20cebf964.js +0 -1
  531. package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-8c8bebe20cebf964.js +0 -1
  532. package/.next/static/chunks/app/api/worktrees/route-8c8bebe20cebf964.js +0 -1
  533. package/.next/static/chunks/app/manifest.webmanifest/route-8c8bebe20cebf964.js +0 -1
  534. package/.next/static/chunks/app/proxy/[...path]/route-8c8bebe20cebf964.js +0 -1
  535. package/.next/static/chunks/app/skills/[skillId]/page-8c40c9683f242207.js +0 -1
  536. package/.next/static/chunks/app/skills/page-46242c428ee8bccf.js +0 -1
  537. /package/.next/static/{MqlW91_Se_kEW6mtm-1x0 → AKqbAyuzbFfg05qpbCI_K}/_ssgManifest.js +0 -0
package/.next/trace CHANGED
@@ -1,11 +1,11 @@
1
- [{"name":"generate-buildid","duration":237,"timestamp":688171901,"id":4,"parentId":1,"tags":{},"startTime":1785054450447,"traceId":"4bde3a55dbff7dcb"},{"name":"load-custom-routes","duration":1702,"timestamp":688172236,"id":5,"parentId":1,"tags":{},"startTime":1785054450447,"traceId":"4bde3a55dbff7dcb"},{"name":"create-dist-dir","duration":20036,"timestamp":688256132,"id":6,"parentId":1,"tags":{},"startTime":1785054450531,"traceId":"4bde3a55dbff7dcb"},{"name":"create-pages-mapping","duration":182,"timestamp":688310798,"id":7,"parentId":1,"tags":{},"startTime":1785054450586,"traceId":"4bde3a55dbff7dcb"},{"name":"collect-app-files","duration":16485,"timestamp":688311051,"id":8,"parentId":1,"tags":{},"startTime":1785054450586,"traceId":"4bde3a55dbff7dcb"},{"name":"create-app-mapping","duration":4920,"timestamp":688327561,"id":9,"parentId":1,"tags":{},"startTime":1785054450603,"traceId":"4bde3a55dbff7dcb"},{"name":"create-app-layouts","duration":95,"timestamp":688332507,"id":10,"parentId":1,"tags":{},"startTime":1785054450607,"traceId":"4bde3a55dbff7dcb"},{"name":"collect-default-files","duration":3722,"timestamp":688334504,"id":12,"parentId":1,"tags":{},"startTime":1785054450609,"traceId":"4bde3a55dbff7dcb"},{"name":"generate-route-types","duration":25709,"timestamp":688333653,"id":11,"parentId":1,"tags":{},"startTime":1785054450609,"traceId":"4bde3a55dbff7dcb"},{"name":"public-dir-conflict-check","duration":495,"timestamp":688359418,"id":13,"parentId":1,"tags":{},"startTime":1785054450634,"traceId":"4bde3a55dbff7dcb"},{"name":"generate-routes-manifest","duration":3714,"timestamp":688360110,"id":14,"parentId":1,"tags":{},"startTime":1785054450635,"traceId":"4bde3a55dbff7dcb"},{"name":"create-entrypoints","duration":65987,"timestamp":688375257,"id":17,"parentId":1,"tags":{},"startTime":1785054450650,"traceId":"4bde3a55dbff7dcb"},{"name":"generate-webpack-config","duration":256875,"timestamp":688441282,"id":18,"parentId":16,"tags":{},"startTime":1785054450716,"traceId":"4bde3a55dbff7dcb"},{"name":"next-trace-entrypoint-plugin","duration":2024,"timestamp":688796519,"id":20,"parentId":19,"tags":{},"startTime":1785054451071,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1571336,"timestamp":688806403,"id":110,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176926,"timestamp":688806341,"id":89,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176942,"timestamp":688806344,"id":90,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176944,"timestamp":688806347,"id":91,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176940,"timestamp":688806354,"id":93,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176940,"timestamp":688806357,"id":94,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176938,"timestamp":688806362,"id":96,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176938,"timestamp":688806365,"id":97,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176938,"timestamp":688806368,"id":98,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176953,"timestamp":688806371,"id":99,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176954,"timestamp":688806374,"id":100,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176956,"timestamp":688806376,"id":101,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176957,"timestamp":688806379,"id":102,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176957,"timestamp":688806381,"id":103,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176957,"timestamp":688806384,"id":104,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176936,"timestamp":688806408,"id":112,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176934,"timestamp":688806413,"id":114,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176934,"timestamp":688806416,"id":115,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176934,"timestamp":688806419,"id":116,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176934,"timestamp":688806422,"id":117,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176933,"timestamp":688806425,"id":118,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176930,"timestamp":688806430,"id":120,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176930,"timestamp":688806433,"id":121,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176931,"timestamp":688806435,"id":122,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176931,"timestamp":688806438,"id":123,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176931,"timestamp":688806440,"id":124,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176931,"timestamp":688806443,"id":125,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176930,"timestamp":688806446,"id":126,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176930,"timestamp":688806448,"id":127,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176928,"timestamp":688806453,"id":129,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176920,"timestamp":688806464,"id":133,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176920,"timestamp":688806467,"id":134,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3176920,"timestamp":688806470,"id":135,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177520,"timestamp":688805879,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177348,"timestamp":688806054,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177298,"timestamp":688806107,"id":34,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177229,"timestamp":688806180,"id":56,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177228,"timestamp":688806183,"id":57,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177228,"timestamp":688806186,"id":58,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177215,"timestamp":688806201,"id":63,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177032,"timestamp":688806387,"id":105,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177029,"timestamp":688806392,"id":106,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177029,"timestamp":688806395,"id":107,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177028,"timestamp":688806398,"id":108,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177028,"timestamp":688806400,"id":109,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177216,"timestamp":688806214,"id":67,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177207,"timestamp":688806226,"id":71,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177207,"timestamp":688806229,"id":72,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177206,"timestamp":688806232,"id":73,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177205,"timestamp":688806235,"id":74,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3177204,"timestamp":688806239,"id":75,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3183397,"timestamp":688806352,"id":92,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3203902,"timestamp":688806461,"id":132,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3203909,"timestamp":688806473,"id":136,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3244217,"timestamp":688806360,"id":95,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3293232,"timestamp":688806456,"id":130,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3293243,"timestamp":688806458,"id":131,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3338739,"timestamp":688805853,"id":28,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3338165,"timestamp":688806476,"id":137,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3364361,"timestamp":688806411,"id":113,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3368993,"timestamp":688806405,"id":111,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3390638,"timestamp":688806451,"id":128,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3417731,"timestamp":688806145,"id":45,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3457097,"timestamp":688806427,"id":119,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3463944,"timestamp":688805379,"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":1785054451080,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462857,"timestamp":688806479,"id":138,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462859,"timestamp":688806482,"id":139,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462867,"timestamp":688806485,"id":140,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462868,"timestamp":688806488,"id":141,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462869,"timestamp":688806490,"id":142,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462869,"timestamp":688806493,"id":143,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462870,"timestamp":688806496,"id":144,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462870,"timestamp":688806499,"id":145,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462869,"timestamp":688806502,"id":146,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462869,"timestamp":688806504,"id":147,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462870,"timestamp":688806507,"id":148,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462870,"timestamp":688806510,"id":149,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3462869,"timestamp":688806515,"id":150,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483869,"timestamp":688806093,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484196,"timestamp":688805780,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483856,"timestamp":688806124,"id":39,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484150,"timestamp":688805833,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484120,"timestamp":688805865,"id":29,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483885,"timestamp":688806103,"id":33,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483880,"timestamp":688806110,"id":35,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484186,"timestamp":688805807,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484174,"timestamp":688805821,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"}]
2
- [{"name":"add-entry","duration":3484354,"timestamp":688805843,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484084,"timestamp":688806121,"id":38,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484091,"timestamp":688806117,"id":37,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484097,"timestamp":688806114,"id":36,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484085,"timestamp":688806127,"id":40,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484081,"timestamp":688806135,"id":42,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484088,"timestamp":688806131,"id":41,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484083,"timestamp":688806138,"id":43,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484082,"timestamp":688806141,"id":44,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484074,"timestamp":688806151,"id":47,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484080,"timestamp":688806148,"id":46,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484076,"timestamp":688806154,"id":48,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484078,"timestamp":688806157,"id":49,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484075,"timestamp":688806163,"id":51,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484075,"timestamp":688806166,"id":52,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484074,"timestamp":688806169,"id":53,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484072,"timestamp":688806173,"id":54,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484087,"timestamp":688806160,"id":50,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484073,"timestamp":688806177,"id":55,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484060,"timestamp":688806192,"id":60,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484066,"timestamp":688806189,"id":59,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484062,"timestamp":688806195,"id":61,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484061,"timestamp":688806198,"id":62,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484056,"timestamp":688806205,"id":64,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484055,"timestamp":688806208,"id":65,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484054,"timestamp":688806211,"id":66,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484048,"timestamp":688806220,"id":69,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484047,"timestamp":688806223,"id":70,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484056,"timestamp":688806217,"id":68,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483945,"timestamp":688806331,"id":86,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484037,"timestamp":688806242,"id":76,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484036,"timestamp":688806245,"id":77,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484029,"timestamp":688806254,"id":80,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484038,"timestamp":688806248,"id":78,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484036,"timestamp":688806251,"id":79,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3484032,"timestamp":688806257,"id":81,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483972,"timestamp":688806320,"id":83,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483982,"timestamp":688806311,"id":82,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483972,"timestamp":688806323,"id":84,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483971,"timestamp":688806326,"id":85,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483961,"timestamp":688806339,"id":88,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":3483966,"timestamp":688806336,"id":87,"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":1785054451081,"traceId":"4bde3a55dbff7dcb"},{"name":"make","duration":5964662,"timestamp":688805079,"id":21,"parentId":19,"tags":{},"startTime":1785054451080,"traceId":"4bde3a55dbff7dcb"},{"name":"get-entries","duration":4674,"timestamp":694771121,"id":850,"parentId":849,"tags":{},"startTime":1785054457046,"traceId":"4bde3a55dbff7dcb"},{"name":"node-file-trace-plugin","duration":4812327,"timestamp":694795112,"id":851,"parentId":849,"tags":{"traceEntryCount":"254"},"startTime":1785054457070,"traceId":"4bde3a55dbff7dcb"},{"name":"collect-traced-files","duration":76360,"timestamp":699607457,"id":852,"parentId":849,"tags":{},"startTime":1785054461882,"traceId":"4bde3a55dbff7dcb"},{"name":"finish-modules","duration":4912940,"timestamp":694770892,"id":849,"parentId":20,"tags":{},"startTime":1785054457046,"traceId":"4bde3a55dbff7dcb"},{"name":"chunk-graph","duration":124795,"timestamp":700030005,"id":854,"parentId":853,"tags":{},"startTime":1785054462305,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-modules","duration":49,"timestamp":700155072,"id":856,"parentId":853,"tags":{},"startTime":1785054462430,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-chunks","duration":135016,"timestamp":700155241,"id":857,"parentId":853,"tags":{},"startTime":1785054462430,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-tree","duration":143,"timestamp":700290365,"id":858,"parentId":853,"tags":{},"startTime":1785054462565,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-chunk-modules","duration":167032,"timestamp":700290609,"id":859,"parentId":853,"tags":{},"startTime":1785054462566,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize","duration":302814,"timestamp":700154950,"id":855,"parentId":853,"tags":{},"startTime":1785054462430,"traceId":"4bde3a55dbff7dcb"},{"name":"module-hash","duration":126347,"timestamp":700540295,"id":860,"parentId":853,"tags":{},"startTime":1785054462815,"traceId":"4bde3a55dbff7dcb"},{"name":"code-generation","duration":50463,"timestamp":700666729,"id":861,"parentId":853,"tags":{},"startTime":1785054462942,"traceId":"4bde3a55dbff7dcb"},{"name":"hash","duration":20690,"timestamp":700731800,"id":862,"parentId":853,"tags":{},"startTime":1785054463007,"traceId":"4bde3a55dbff7dcb"},{"name":"code-generation-jobs","duration":441,"timestamp":700752485,"id":863,"parentId":853,"tags":{},"startTime":1785054463027,"traceId":"4bde3a55dbff7dcb"},{"name":"module-assets","duration":2185,"timestamp":700752790,"id":864,"parentId":853,"tags":{},"startTime":1785054463028,"traceId":"4bde3a55dbff7dcb"},{"name":"create-chunk-assets","duration":3876,"timestamp":700754993,"id":865,"parentId":853,"tags":{},"startTime":1785054463030,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1007,"timestamp":700787947,"id":867,"parentId":866,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":817,"timestamp":700788148,"id":868,"parentId":866,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":807,"timestamp":700788161,"id":869,"parentId":866,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":801,"timestamp":700788168,"id":870,"parentId":866,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":798,"timestamp":700788173,"id":871,"parentId":866,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":794,"timestamp":700788177,"id":872,"parentId":866,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":791,"timestamp":700788182,"id":873,"parentId":866,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":787,"timestamp":700788187,"id":874,"parentId":866,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":783,"timestamp":700788193,"id":875,"parentId":866,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":732,"timestamp":700788244,"id":876,"parentId":866,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":716,"timestamp":700788261,"id":877,"parentId":866,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":707,"timestamp":700788271,"id":878,"parentId":866,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":704,"timestamp":700788275,"id":879,"parentId":866,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":701,"timestamp":700788279,"id":880,"parentId":866,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":697,"timestamp":700788285,"id":881,"parentId":866,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":694,"timestamp":700788289,"id":882,"parentId":866,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":690,"timestamp":700788294,"id":883,"parentId":866,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":686,"timestamp":700788300,"id":884,"parentId":866,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":683,"timestamp":700788304,"id":885,"parentId":866,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":679,"timestamp":700788309,"id":886,"parentId":866,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":676,"timestamp":700788312,"id":887,"parentId":866,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":673,"timestamp":700788316,"id":888,"parentId":866,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":669,"timestamp":700788321,"id":889,"parentId":866,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":667,"timestamp":700788325,"id":890,"parentId":866,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":664,"timestamp":700788329,"id":891,"parentId":866,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":661,"timestamp":700788333,"id":892,"parentId":866,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":658,"timestamp":700788337,"id":893,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":638,"timestamp":700788358,"id":894,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":635,"timestamp":700788362,"id":895,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":633,"timestamp":700788365,"id":896,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":630,"timestamp":700788369,"id":897,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":627,"timestamp":700788374,"id":898,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":625,"timestamp":700788377,"id":899,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":622,"timestamp":700788380,"id":900,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":620,"timestamp":700788384,"id":901,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":638,"timestamp":700788389,"id":902,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":637,"timestamp":700788392,"id":903,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":636,"timestamp":700788395,"id":904,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":633,"timestamp":700788399,"id":905,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":630,"timestamp":700788404,"id":906,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":627,"timestamp":700788408,"id":907,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":625,"timestamp":700788411,"id":908,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"}]
3
- [{"name":"minify-js","duration":854,"timestamp":700788416,"id":909,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":856,"timestamp":700788420,"id":910,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":847,"timestamp":700788432,"id":911,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":846,"timestamp":700788435,"id":912,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":845,"timestamp":700788439,"id":913,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":844,"timestamp":700788442,"id":914,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":843,"timestamp":700788445,"id":915,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":841,"timestamp":700788450,"id":916,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":840,"timestamp":700788453,"id":917,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":839,"timestamp":700788457,"id":918,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":838,"timestamp":700788460,"id":919,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":837,"timestamp":700788463,"id":920,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":836,"timestamp":700788466,"id":921,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":835,"timestamp":700788469,"id":922,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":835,"timestamp":700788472,"id":923,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":833,"timestamp":700788475,"id":924,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":833,"timestamp":700788478,"id":925,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":833,"timestamp":700788481,"id":926,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":832,"timestamp":700788484,"id":927,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":830,"timestamp":700788488,"id":928,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":830,"timestamp":700788491,"id":929,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":829,"timestamp":700788494,"id":930,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":828,"timestamp":700788497,"id":931,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":828,"timestamp":700788500,"id":932,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":828,"timestamp":700788503,"id":933,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":827,"timestamp":700788506,"id":934,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":826,"timestamp":700788509,"id":935,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":825,"timestamp":700788512,"id":936,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":825,"timestamp":700788515,"id":937,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":823,"timestamp":700788519,"id":938,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":822,"timestamp":700788522,"id":939,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":821,"timestamp":700788525,"id":940,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":821,"timestamp":700788528,"id":941,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":821,"timestamp":700788531,"id":942,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":820,"timestamp":700788535,"id":943,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":820,"timestamp":700788538,"id":944,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1785054463063,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":819,"timestamp":700788540,"id":945,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":817,"timestamp":700788543,"id":946,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":815,"timestamp":700788546,"id":947,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":814,"timestamp":700788549,"id":948,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":812,"timestamp":700788552,"id":949,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":810,"timestamp":700788555,"id":950,"parentId":866,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":808,"timestamp":700788558,"id":951,"parentId":866,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":807,"timestamp":700788561,"id":952,"parentId":866,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":805,"timestamp":700788565,"id":953,"parentId":866,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":803,"timestamp":700788568,"id":954,"parentId":866,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":801,"timestamp":700788571,"id":955,"parentId":866,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":799,"timestamp":700788574,"id":956,"parentId":866,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":797,"timestamp":700788577,"id":957,"parentId":866,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":795,"timestamp":700788580,"id":958,"parentId":866,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":794,"timestamp":700788582,"id":959,"parentId":866,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":792,"timestamp":700788585,"id":960,"parentId":866,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":791,"timestamp":700788588,"id":961,"parentId":866,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":789,"timestamp":700788591,"id":962,"parentId":866,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":787,"timestamp":700788594,"id":963,"parentId":866,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":785,"timestamp":700788597,"id":964,"parentId":866,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":784,"timestamp":700788600,"id":965,"parentId":866,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":782,"timestamp":700788603,"id":966,"parentId":866,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":779,"timestamp":700788606,"id":967,"parentId":866,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":778,"timestamp":700788609,"id":968,"parentId":866,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":774,"timestamp":700788614,"id":969,"parentId":866,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":772,"timestamp":700788617,"id":970,"parentId":866,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":771,"timestamp":700788620,"id":971,"parentId":866,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":769,"timestamp":700788623,"id":972,"parentId":866,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":767,"timestamp":700788626,"id":973,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":765,"timestamp":700788629,"id":974,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":763,"timestamp":700788632,"id":975,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":761,"timestamp":700788635,"id":976,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":759,"timestamp":700788639,"id":977,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":758,"timestamp":700788642,"id":978,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":756,"timestamp":700788645,"id":979,"parentId":866,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":749,"timestamp":700788652,"id":980,"parentId":866,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":747,"timestamp":700788655,"id":981,"parentId":866,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":746,"timestamp":700788658,"id":982,"parentId":866,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":744,"timestamp":700788661,"id":983,"parentId":866,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":742,"timestamp":700788664,"id":984,"parentId":866,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":740,"timestamp":700788667,"id":985,"parentId":866,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":738,"timestamp":700788670,"id":986,"parentId":866,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":736,"timestamp":700788673,"id":987,"parentId":866,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":734,"timestamp":700788676,"id":988,"parentId":866,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":733,"timestamp":700788679,"id":989,"parentId":866,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":731,"timestamp":700788682,"id":990,"parentId":866,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":729,"timestamp":700788685,"id":991,"parentId":866,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":727,"timestamp":700788688,"id":992,"parentId":866,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":726,"timestamp":700788691,"id":993,"parentId":866,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":724,"timestamp":700788694,"id":994,"parentId":866,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":722,"timestamp":700788697,"id":995,"parentId":866,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":710,"timestamp":700788710,"id":996,"parentId":866,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":708,"timestamp":700788713,"id":997,"parentId":866,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":706,"timestamp":700788717,"id":998,"parentId":866,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":704,"timestamp":700788720,"id":999,"parentId":866,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":702,"timestamp":700788723,"id":1000,"parentId":866,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":700,"timestamp":700788726,"id":1001,"parentId":866,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":698,"timestamp":700788729,"id":1002,"parentId":866,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":697,"timestamp":700788732,"id":1003,"parentId":866,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":694,"timestamp":700788736,"id":1004,"parentId":866,"tags":{"name":"450.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":693,"timestamp":700788738,"id":1005,"parentId":866,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":691,"timestamp":700788741,"id":1006,"parentId":866,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":689,"timestamp":700788744,"id":1007,"parentId":866,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":688,"timestamp":700788747,"id":1008,"parentId":866,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":686,"timestamp":700788750,"id":1009,"parentId":866,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"}]
4
- [{"name":"minify-js","duration":784,"timestamp":700788754,"id":1010,"parentId":866,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":782,"timestamp":700788757,"id":1011,"parentId":866,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":780,"timestamp":700788760,"id":1012,"parentId":866,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":778,"timestamp":700788763,"id":1013,"parentId":866,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":776,"timestamp":700788766,"id":1014,"parentId":866,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":774,"timestamp":700788770,"id":1015,"parentId":866,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":773,"timestamp":700788773,"id":1016,"parentId":866,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":771,"timestamp":700788776,"id":1017,"parentId":866,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":769,"timestamp":700788779,"id":1018,"parentId":866,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":767,"timestamp":700788782,"id":1019,"parentId":866,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":766,"timestamp":700788785,"id":1020,"parentId":866,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":763,"timestamp":700788789,"id":1021,"parentId":866,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":760,"timestamp":700788793,"id":1022,"parentId":866,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":758,"timestamp":700788796,"id":1023,"parentId":866,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":756,"timestamp":700788799,"id":1024,"parentId":866,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":754,"timestamp":700788802,"id":1025,"parentId":866,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":753,"timestamp":700788805,"id":1026,"parentId":866,"tags":{"name":"22.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":750,"timestamp":700788808,"id":1027,"parentId":866,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":749,"timestamp":700788811,"id":1028,"parentId":866,"tags":{"name":"1692.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":747,"timestamp":700788815,"id":1029,"parentId":866,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":745,"timestamp":700788818,"id":1030,"parentId":866,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":743,"timestamp":700788821,"id":1031,"parentId":866,"tags":{"name":"2064.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":741,"timestamp":700788824,"id":1032,"parentId":866,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":738,"timestamp":700788827,"id":1033,"parentId":866,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":737,"timestamp":700788830,"id":1034,"parentId":866,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":735,"timestamp":700788833,"id":1035,"parentId":866,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":733,"timestamp":700788836,"id":1036,"parentId":866,"tags":{"name":"1355.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":731,"timestamp":700788839,"id":1037,"parentId":866,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":729,"timestamp":700788842,"id":1038,"parentId":866,"tags":{"name":"180.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":727,"timestamp":700788845,"id":1039,"parentId":866,"tags":{"name":"120.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":726,"timestamp":700788848,"id":1040,"parentId":866,"tags":{"name":"7593.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":724,"timestamp":700788851,"id":1041,"parentId":866,"tags":{"name":"4018.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":722,"timestamp":700788854,"id":1042,"parentId":866,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":721,"timestamp":700788857,"id":1043,"parentId":866,"tags":{"name":"4390.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":719,"timestamp":700788859,"id":1044,"parentId":866,"tags":{"name":"3753.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":717,"timestamp":700788862,"id":1045,"parentId":866,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":715,"timestamp":700788865,"id":1046,"parentId":866,"tags":{"name":"406.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":713,"timestamp":700788868,"id":1047,"parentId":866,"tags":{"name":"6283.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":712,"timestamp":700788872,"id":1048,"parentId":866,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":710,"timestamp":700788875,"id":1049,"parentId":866,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":708,"timestamp":700788878,"id":1050,"parentId":866,"tags":{"name":"3736.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":706,"timestamp":700788881,"id":1051,"parentId":866,"tags":{"name":"5959.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":704,"timestamp":700788884,"id":1052,"parentId":866,"tags":{"name":"9192.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":702,"timestamp":700788887,"id":1053,"parentId":866,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":700,"timestamp":700788891,"id":1054,"parentId":866,"tags":{"name":"3451.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":698,"timestamp":700788894,"id":1055,"parentId":866,"tags":{"name":"8681.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":697,"timestamp":700788897,"id":1056,"parentId":866,"tags":{"name":"646.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":694,"timestamp":700788900,"id":1057,"parentId":866,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":692,"timestamp":700788903,"id":1058,"parentId":866,"tags":{"name":"9687.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":691,"timestamp":700788906,"id":1059,"parentId":866,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":689,"timestamp":700788909,"id":1060,"parentId":866,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":687,"timestamp":700788912,"id":1061,"parentId":866,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":685,"timestamp":700788915,"id":1062,"parentId":866,"tags":{"name":"3042.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":683,"timestamp":700788918,"id":1063,"parentId":866,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":681,"timestamp":700788921,"id":1064,"parentId":866,"tags":{"name":"1117.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":679,"timestamp":700788924,"id":1065,"parentId":866,"tags":{"name":"1808.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":677,"timestamp":700788927,"id":1066,"parentId":866,"tags":{"name":"593.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":675,"timestamp":700788931,"id":1067,"parentId":866,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":674,"timestamp":700788934,"id":1068,"parentId":866,"tags":{"name":"5306.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":671,"timestamp":700788937,"id":1069,"parentId":866,"tags":{"name":"5381.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":669,"timestamp":700788940,"id":1070,"parentId":866,"tags":{"name":"233.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":668,"timestamp":700788943,"id":1071,"parentId":866,"tags":{"name":"3270.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":666,"timestamp":700788946,"id":1072,"parentId":866,"tags":{"name":"5226.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":664,"timestamp":700788948,"id":1073,"parentId":866,"tags":{"name":"4444.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":662,"timestamp":700788951,"id":1074,"parentId":866,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1785054463064,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-webpack-plugin-optimize","duration":24075,"timestamp":700765610,"id":866,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1785054463041,"traceId":"4bde3a55dbff7dcb"},{"name":"css-minimizer-plugin","duration":195,"timestamp":700789841,"id":1075,"parentId":19,"tags":{},"startTime":1785054463065,"traceId":"4bde3a55dbff7dcb"},{"name":"create-trace-assets","duration":47107,"timestamp":700790257,"id":1076,"parentId":20,"tags":{},"startTime":1785054463065,"traceId":"4bde3a55dbff7dcb"},{"name":"seal","duration":1040272,"timestamp":699845495,"id":853,"parentId":19,"tags":{},"startTime":1785054462120,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-compilation","duration":12187486,"timestamp":688794749,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1785054451070,"traceId":"4bde3a55dbff7dcb"},{"name":"emit","duration":66066,"timestamp":700982800,"id":1077,"parentId":16,"tags":{},"startTime":1785054463258,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-close","duration":813,"timestamp":701054326,"id":1078,"parentId":16,"tags":{"name":"server"},"startTime":1785054463329,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-generate-error-stats","duration":3698,"timestamp":701055204,"id":1079,"parentId":1078,"tags":{},"startTime":1785054463330,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":91668,"timestamp":701068994,"id":1082,"parentId":1081,"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":1785054463344,"traceId":"4bde3a55dbff7dcb"},{"name":"make","duration":92106,"timestamp":701068894,"id":1081,"parentId":1080,"tags":{},"startTime":1785054463344,"traceId":"4bde3a55dbff7dcb"},{"name":"chunk-graph","duration":1735,"timestamp":701170537,"id":1084,"parentId":1083,"tags":{},"startTime":1785054463445,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-modules","duration":17,"timestamp":701172511,"id":1086,"parentId":1083,"tags":{},"startTime":1785054463447,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-chunks","duration":1132,"timestamp":701172627,"id":1087,"parentId":1083,"tags":{},"startTime":1785054463448,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-tree","duration":18,"timestamp":701173897,"id":1088,"parentId":1083,"tags":{},"startTime":1785054463449,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-chunk-modules","duration":2953,"timestamp":701174006,"id":1089,"parentId":1083,"tags":{},"startTime":1785054463449,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize","duration":4621,"timestamp":701172438,"id":1085,"parentId":1083,"tags":{},"startTime":1785054463447,"traceId":"4bde3a55dbff7dcb"},{"name":"module-hash","duration":6302,"timestamp":701177894,"id":1090,"parentId":1083,"tags":{},"startTime":1785054463453,"traceId":"4bde3a55dbff7dcb"},{"name":"code-generation","duration":236,"timestamp":701184228,"id":1091,"parentId":1083,"tags":{},"startTime":1785054463459,"traceId":"4bde3a55dbff7dcb"},{"name":"hash","duration":1589,"timestamp":701186138,"id":1092,"parentId":1083,"tags":{},"startTime":1785054463461,"traceId":"4bde3a55dbff7dcb"},{"name":"code-generation-jobs","duration":129,"timestamp":701187726,"id":1093,"parentId":1083,"tags":{},"startTime":1785054463463,"traceId":"4bde3a55dbff7dcb"},{"name":"module-assets","duration":55,"timestamp":701187838,"id":1094,"parentId":1083,"tags":{},"startTime":1785054463463,"traceId":"4bde3a55dbff7dcb"},{"name":"create-chunk-assets","duration":223,"timestamp":701187902,"id":1095,"parentId":1083,"tags":{},"startTime":1785054463463,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":55,"timestamp":701192413,"id":1097,"parentId":1096,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1785054463467,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":37,"timestamp":701192436,"id":1098,"parentId":1096,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1785054463467,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":29,"timestamp":701192446,"id":1099,"parentId":1096,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1785054463467,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-webpack-plugin-optimize","duration":393,"timestamp":701192085,"id":1096,"parentId":1080,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1785054463467,"traceId":"4bde3a55dbff7dcb"},{"name":"css-minimizer-plugin","duration":8,"timestamp":701192530,"id":1100,"parentId":1080,"tags":{},"startTime":1785054463467,"traceId":"4bde3a55dbff7dcb"},{"name":"seal","duration":31313,"timestamp":701167649,"id":1083,"parentId":1080,"tags":{},"startTime":1785054463443,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-compilation","duration":132284,"timestamp":701066901,"id":1080,"parentId":16,"tags":{"name":"edge-server"},"startTime":1785054463342,"traceId":"4bde3a55dbff7dcb"},{"name":"emit","duration":3068,"timestamp":701199261,"id":1101,"parentId":16,"tags":{},"startTime":1785054463474,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-close","duration":218,"timestamp":701202653,"id":1102,"parentId":16,"tags":{"name":"edge-server"},"startTime":1785054463478,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-generate-error-stats","duration":631,"timestamp":701202878,"id":1103,"parentId":1102,"tags":{},"startTime":1785054463478,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712009,"timestamp":701214493,"id":1117,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712024,"timestamp":701214497,"id":1118,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712026,"timestamp":701214499,"id":1119,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712028,"timestamp":701214502,"id":1120,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"}]
5
- [{"name":"add-entry","duration":712267,"timestamp":701214506,"id":1121,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712274,"timestamp":701214509,"id":1122,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712275,"timestamp":701214512,"id":1123,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712276,"timestamp":701214515,"id":1124,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712276,"timestamp":701214518,"id":1125,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712283,"timestamp":701214520,"id":1126,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712284,"timestamp":701214523,"id":1127,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712285,"timestamp":701214526,"id":1128,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712285,"timestamp":701214529,"id":1129,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712286,"timestamp":701214532,"id":1130,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712287,"timestamp":701214535,"id":1131,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712289,"timestamp":701214537,"id":1132,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712290,"timestamp":701214540,"id":1133,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712290,"timestamp":701214543,"id":1134,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712289,"timestamp":701214547,"id":1135,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712289,"timestamp":701214550,"id":1136,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712289,"timestamp":701214554,"id":1137,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712289,"timestamp":701214557,"id":1138,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712290,"timestamp":701214560,"id":1139,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712290,"timestamp":701214563,"id":1140,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712291,"timestamp":701214566,"id":1141,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712291,"timestamp":701214569,"id":1142,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712293,"timestamp":701214572,"id":1143,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712294,"timestamp":701214575,"id":1144,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712294,"timestamp":701214578,"id":1145,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712295,"timestamp":701214581,"id":1146,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712297,"timestamp":701214583,"id":1147,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712297,"timestamp":701214586,"id":1148,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712298,"timestamp":701214589,"id":1149,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712291,"timestamp":701214599,"id":1150,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712292,"timestamp":701214602,"id":1151,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712293,"timestamp":701214604,"id":1152,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712294,"timestamp":701214607,"id":1153,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712295,"timestamp":701214609,"id":1154,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712296,"timestamp":701214612,"id":1155,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712296,"timestamp":701214615,"id":1156,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712297,"timestamp":701214617,"id":1157,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712297,"timestamp":701214620,"id":1158,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712298,"timestamp":701214622,"id":1159,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712299,"timestamp":701214625,"id":1160,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712300,"timestamp":701214628,"id":1161,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712301,"timestamp":701214630,"id":1162,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712302,"timestamp":701214633,"id":1163,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712303,"timestamp":701214635,"id":1164,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712304,"timestamp":701214638,"id":1165,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712304,"timestamp":701214640,"id":1166,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712306,"timestamp":701214643,"id":1167,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712306,"timestamp":701214645,"id":1168,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712307,"timestamp":701214648,"id":1169,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712308,"timestamp":701214650,"id":1170,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712308,"timestamp":701214654,"id":1171,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712308,"timestamp":701214658,"id":1172,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712308,"timestamp":701214660,"id":1173,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712309,"timestamp":701214663,"id":1174,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712310,"timestamp":701214665,"id":1175,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712311,"timestamp":701214668,"id":1176,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712312,"timestamp":701214670,"id":1177,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712312,"timestamp":701214673,"id":1178,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712313,"timestamp":701214675,"id":1179,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712314,"timestamp":701214677,"id":1180,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712315,"timestamp":701214680,"id":1181,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712316,"timestamp":701214682,"id":1182,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712317,"timestamp":701214684,"id":1183,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712319,"timestamp":701214687,"id":1184,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712346,"timestamp":701214690,"id":1185,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712347,"timestamp":701214692,"id":1186,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712348,"timestamp":701214695,"id":1187,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712349,"timestamp":701214697,"id":1188,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712349,"timestamp":701214700,"id":1189,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712350,"timestamp":701214703,"id":1190,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712351,"timestamp":701214705,"id":1191,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712352,"timestamp":701214708,"id":1192,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712352,"timestamp":701214710,"id":1193,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712353,"timestamp":701214713,"id":1194,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712354,"timestamp":701214716,"id":1195,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712355,"timestamp":701214718,"id":1196,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712356,"timestamp":701214721,"id":1197,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712357,"timestamp":701214723,"id":1198,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712357,"timestamp":701214726,"id":1199,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712358,"timestamp":701214729,"id":1200,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712359,"timestamp":701214731,"id":1201,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712360,"timestamp":701214734,"id":1202,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712361,"timestamp":701214736,"id":1203,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712362,"timestamp":701214739,"id":1204,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712363,"timestamp":701214742,"id":1205,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712363,"timestamp":701214744,"id":1206,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712364,"timestamp":701214747,"id":1207,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712366,"timestamp":701214749,"id":1208,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712366,"timestamp":701214752,"id":1209,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712367,"timestamp":701214754,"id":1210,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712368,"timestamp":701214757,"id":1211,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712370,"timestamp":701214759,"id":1212,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712370,"timestamp":701214762,"id":1213,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712371,"timestamp":701214764,"id":1214,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712372,"timestamp":701214767,"id":1215,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712373,"timestamp":701214769,"id":1216,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712374,"timestamp":701214772,"id":1217,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712375,"timestamp":701214775,"id":1218,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712376,"timestamp":701214777,"id":1219,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712376,"timestamp":701214780,"id":1220,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712377,"timestamp":701214782,"id":1221,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"}]
6
- [{"name":"add-entry","duration":712560,"timestamp":701214785,"id":1222,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712562,"timestamp":701214788,"id":1223,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":712562,"timestamp":701214791,"id":1224,"parentId":1105,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":819008,"timestamp":701214456,"id":1109,"parentId":1105,"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":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":854254,"timestamp":701214473,"id":1113,"parentId":1105,"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":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":864117,"timestamp":701214486,"id":1115,"parentId":1105,"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":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":925365,"timestamp":701214460,"id":1110,"parentId":1105,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":925375,"timestamp":701214468,"id":1112,"parentId":1105,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":925387,"timestamp":701214464,"id":1111,"parentId":1105,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":925474,"timestamp":701214384,"id":1106,"parentId":1105,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":925417,"timestamp":701214451,"id":1108,"parentId":1105,"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":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":925442,"timestamp":701214433,"id":1107,"parentId":1105,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1091634,"timestamp":701214807,"id":1230,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1091612,"timestamp":701214844,"id":1243,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1091985,"timestamp":701214477,"id":1114,"parentId":1105,"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":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1211873,"timestamp":701214490,"id":1116,"parentId":1105,"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":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1211587,"timestamp":701214793,"id":1225,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1211584,"timestamp":701214801,"id":1228,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1211579,"timestamp":701214812,"id":1232,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1211577,"timestamp":701214816,"id":1234,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1211570,"timestamp":701214825,"id":1236,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1211562,"timestamp":701214836,"id":1240,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1283394,"timestamp":701214809,"id":1231,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1283408,"timestamp":701214814,"id":1233,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1283395,"timestamp":701214833,"id":1239,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1361467,"timestamp":701214798,"id":1227,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1361480,"timestamp":701214804,"id":1229,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1361468,"timestamp":701214821,"id":1235,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1361464,"timestamp":701214828,"id":1237,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1361457,"timestamp":701214839,"id":1241,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1361503,"timestamp":701214796,"id":1226,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1772307,"timestamp":701214830,"id":1238,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"add-entry","duration":1772317,"timestamp":701214841,"id":1242,"parentId":1105,"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":1785054463490,"traceId":"4bde3a55dbff7dcb"},{"name":"make","duration":1773169,"timestamp":701214103,"id":1105,"parentId":1104,"tags":{},"startTime":1785054463489,"traceId":"4bde3a55dbff7dcb"},{"name":"chunk-graph","duration":82806,"timestamp":703181883,"id":1245,"parentId":1244,"tags":{},"startTime":1785054465457,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-modules","duration":9,"timestamp":703264749,"id":1247,"parentId":1244,"tags":{},"startTime":1785054465540,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-chunks","duration":76444,"timestamp":703274192,"id":1249,"parentId":1244,"tags":{},"startTime":1785054465549,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-tree","duration":12,"timestamp":703350687,"id":1250,"parentId":1244,"tags":{},"startTime":1785054465626,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize-chunk-modules","duration":105824,"timestamp":703350729,"id":1251,"parentId":1244,"tags":{},"startTime":1785054465626,"traceId":"4bde3a55dbff7dcb"},{"name":"optimize","duration":191868,"timestamp":703264729,"id":1246,"parentId":1244,"tags":{},"startTime":1785054465540,"traceId":"4bde3a55dbff7dcb"},{"name":"module-hash","duration":72741,"timestamp":703530312,"id":1252,"parentId":1244,"tags":{},"startTime":1785054465805,"traceId":"4bde3a55dbff7dcb"},{"name":"code-generation","duration":11488,"timestamp":703603101,"id":1253,"parentId":1244,"tags":{},"startTime":1785054465878,"traceId":"4bde3a55dbff7dcb"},{"name":"hash","duration":17542,"timestamp":703625541,"id":1254,"parentId":1244,"tags":{},"startTime":1785054465901,"traceId":"4bde3a55dbff7dcb"},{"name":"code-generation-jobs","duration":274,"timestamp":703643081,"id":1255,"parentId":1244,"tags":{},"startTime":1785054465918,"traceId":"4bde3a55dbff7dcb"},{"name":"module-assets","duration":1793,"timestamp":703643276,"id":1256,"parentId":1244,"tags":{},"startTime":1785054465918,"traceId":"4bde3a55dbff7dcb"},{"name":"create-chunk-assets","duration":6247,"timestamp":703645085,"id":1257,"parentId":1244,"tags":{},"startTime":1785054465920,"traceId":"4bde3a55dbff7dcb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1473,"timestamp":703654752,"id":1259,"parentId":1104,"tags":{},"startTime":1785054465930,"traceId":"4bde3a55dbff7dcb"},{"name":"NextJsBuildManifest-createassets","duration":2380,"timestamp":703653857,"id":1258,"parentId":1104,"tags":{},"startTime":1785054465929,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1476,"timestamp":703670600,"id":1261,"parentId":1260,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1456,"timestamp":703670627,"id":1262,"parentId":1260,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1451,"timestamp":703670635,"id":1263,"parentId":1260,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1447,"timestamp":703670640,"id":1264,"parentId":1260,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1444,"timestamp":703670645,"id":1265,"parentId":1260,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1441,"timestamp":703670648,"id":1266,"parentId":1260,"tags":{"name":"static/chunks/app/global-error-1bdeafce45758cfe.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1437,"timestamp":703670654,"id":1267,"parentId":1260,"tags":{"name":"static/chunks/app/layout-fd81ae3bfe2c6c68.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1434,"timestamp":703670659,"id":1268,"parentId":1260,"tags":{"name":"static/chunks/app/error-357b44d3eeda292f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1431,"timestamp":703670663,"id":1269,"parentId":1260,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1427,"timestamp":703670668,"id":1270,"parentId":1260,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-7abf6439d113ee52.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1425,"timestamp":703670672,"id":1271,"parentId":1260,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-b912711b513f43b0.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1422,"timestamp":703670677,"id":1272,"parentId":1260,"tags":{"name":"static/chunks/app/api/assistant/messages/route-c70eea4c0f713a61.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1419,"timestamp":703670680,"id":1273,"parentId":1260,"tags":{"name":"static/chunks/app/api/assistant/session/route-8a0d233d328b5fc8.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1417,"timestamp":703670684,"id":1274,"parentId":1260,"tags":{"name":"static/chunks/app/api/assistant/start/route-e40eecc3d26ff9a0.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1413,"timestamp":703670689,"id":1275,"parentId":1260,"tags":{"name":"static/chunks/app/api/assistant/tools/route-216d329f4d2b9415.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1408,"timestamp":703670695,"id":1276,"parentId":1260,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-042df957c4ae0176.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1405,"timestamp":703670699,"id":1277,"parentId":1260,"tags":{"name":"static/chunks/app/api/auth/login/route-08e45685547d5c6f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1402,"timestamp":703670704,"id":1278,"parentId":1260,"tags":{"name":"static/chunks/app/api/auth/logout/route-ee6e6d053d33c8e3.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1399,"timestamp":703670708,"id":1279,"parentId":1260,"tags":{"name":"static/chunks/app/api/daily-summary/route-aa42486f8528dc8b.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1396,"timestamp":703670713,"id":1280,"parentId":1260,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-ca9ae9b87c6acca1.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1393,"timestamp":703670717,"id":1281,"parentId":1260,"tags":{"name":"static/chunks/app/api/ollama/models/route-ecf93b8f9a52ed03.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1390,"timestamp":703670721,"id":1282,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-80515609caa6e6e7.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1386,"timestamp":703670726,"id":1283,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-fdbf0791955dd8f5.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1383,"timestamp":703670730,"id":1284,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-4accc2b5b5f7eb4e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1380,"timestamp":703670734,"id":1285,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-a92100e6d4fdf1f9.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1376,"timestamp":703670739,"id":1286,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/clone/route-e39874821648c85a.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1373,"timestamp":703670744,"id":1287,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-ff3167b2e80e9daa.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1370,"timestamp":703670748,"id":1288,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/restore/route-9734127e191ed55c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1367,"timestamp":703670752,"id":1289,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/route-bc91a65354b4b7b9.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1365,"timestamp":703670756,"id":1290,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/sync/route-08add50f4d1a625c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1359,"timestamp":703670762,"id":1291,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/scan/route-e179a0fbdde12bae.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1357,"timestamp":703670766,"id":1292,"parentId":1260,"tags":{"name":"static/chunks/app/api/slash-commands/route-4b1750bd5b58a862.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1354,"timestamp":703670770,"id":1293,"parentId":1260,"tags":{"name":"static/chunks/app/api/templates/[id]/route-bc580f61fa9596a4.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1350,"timestamp":703670774,"id":1294,"parentId":1260,"tags":{"name":"static/chunks/app/api/templates/route-7c155fcf91f8e070.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1347,"timestamp":703670779,"id":1295,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-bdf1f791fd5a66ab.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1345,"timestamp":703670783,"id":1296,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-602fde86e99751b0.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1342,"timestamp":703670788,"id":1297,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-10477d06345274fa.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1339,"timestamp":703670791,"id":1298,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-d73f850484434d37.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1335,"timestamp":703670796,"id":1299,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-3d9b525c9341987d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1332,"timestamp":703670801,"id":1300,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-5e29320b493ebaf6.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1329,"timestamp":703670805,"id":1301,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-1060859e91b562cf.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1326,"timestamp":703670810,"id":1302,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-e233de81c5ce597d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1323,"timestamp":703670814,"id":1303,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-c218b8792ff3b0d8.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1320,"timestamp":703670818,"id":1304,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-c6b2baee6c408d7d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1318,"timestamp":703670822,"id":1305,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-0f7362a422a0fc81.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1316,"timestamp":703670826,"id":1306,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-f6c47da970403c2f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1312,"timestamp":703670830,"id":1307,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-08e9a64d2f73dff6.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1309,"timestamp":703670835,"id":1308,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-6bc432f6456f20ae.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1307,"timestamp":703670838,"id":1309,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-1e86a15d2c820bbf.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1303,"timestamp":703670843,"id":1310,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-af977ddf0b60d8bc.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1300,"timestamp":703670847,"id":1311,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-a87a707603b5bdca.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1297,"timestamp":703670852,"id":1312,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-48591d09275fce8f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1294,"timestamp":703670856,"id":1313,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-c9105622842cb1fd.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"}]
7
- [{"name":"minify-js","duration":1467,"timestamp":703670859,"id":1314,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-bd56f13cfd89da5f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1464,"timestamp":703670865,"id":1315,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-c86b83752d3e3f9d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1462,"timestamp":703670868,"id":1316,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-437adfd4bc5951e8.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1460,"timestamp":703670872,"id":1317,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-09205cd9c1ee30b0.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1456,"timestamp":703670877,"id":1318,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-4d2256a7fbdcc67e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1453,"timestamp":703670881,"id":1319,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-63e9d1ef2ac7fbf2.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1449,"timestamp":703670886,"id":1320,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-7a0805bc3a7647c4.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1446,"timestamp":703670891,"id":1321,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-0021346f40145beb.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1443,"timestamp":703670895,"id":1322,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-3956c147b4ce5318.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1440,"timestamp":703670900,"id":1323,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-fc743f89906e429a.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1436,"timestamp":703670905,"id":1324,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-5c1cfc7b62e0fd92.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1402,"timestamp":703670940,"id":1325,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-4b7d5df497964961.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1399,"timestamp":703670945,"id":1326,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-4745606c2567001c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1396,"timestamp":703670949,"id":1327,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-6fe59b75238fec35.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1393,"timestamp":703670954,"id":1328,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-44f6178d0137f177.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1390,"timestamp":703670958,"id":1329,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-a62b3683cd2c11c9.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1386,"timestamp":703670963,"id":1330,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-d1015cc36fd5dc21.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1383,"timestamp":703670967,"id":1331,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-71bf3d02dc7f75bf.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1381,"timestamp":703670971,"id":1332,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-a5f86070124fbd57.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1377,"timestamp":703670977,"id":1333,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-72c150b4ddf0554d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1374,"timestamp":703670980,"id":1334,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-b6f9eb55fc88787e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1372,"timestamp":703670984,"id":1335,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-17c7934f9aef40c2.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1368,"timestamp":703670989,"id":1336,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-28da26137dafb074.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1365,"timestamp":703670993,"id":1337,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-84a1fccf4c43e07f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1362,"timestamp":703670998,"id":1338,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-d103970ba7fdd1d0.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1359,"timestamp":703671002,"id":1339,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-85bc9bf88d0f90f8.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1335,"timestamp":703671027,"id":1340,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-e68c2ebffbb24f90.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1331,"timestamp":703671033,"id":1341,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-796f4ffbd4636aaa.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1328,"timestamp":703671037,"id":1342,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/start-polling/route-62210a4ba26bf05f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1326,"timestamp":703671040,"id":1343,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-2e36acf322526663.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1322,"timestamp":703671045,"id":1344,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-975aac77c7a91df4.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1319,"timestamp":703671049,"id":1345,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-8898ca7285a1f30c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1316,"timestamp":703671054,"id":1346,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-221ff58d36b972dc.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1312,"timestamp":703671058,"id":1347,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-2fed7daeccd90bbf.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1310,"timestamp":703671062,"id":1348,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-19cea6c091bb0ef3.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1307,"timestamp":703671067,"id":1349,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-87a3b5369115a069.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1304,"timestamp":703671071,"id":1350,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-25405cfbcfc702f3.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1300,"timestamp":703671076,"id":1351,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-8f65623098cc348c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1297,"timestamp":703671081,"id":1352,"parentId":1260,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-0f2ae6f9b2f0e49b.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1294,"timestamp":703671085,"id":1353,"parentId":1260,"tags":{"name":"static/chunks/app/api/app/update-check/route-1c1c7bb76cba02e4.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1290,"timestamp":703671090,"id":1354,"parentId":1260,"tags":{"name":"static/chunks/app/api/app/update/route-d418077c6b651c19.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1287,"timestamp":703671093,"id":1355,"parentId":1260,"tags":{"name":"static/chunks/app/api/auth/status/route-51a86a16c63bfefb.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1286,"timestamp":703671097,"id":1356,"parentId":1260,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-806fc8ab450de5ad.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1282,"timestamp":703671102,"id":1357,"parentId":1260,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-d3bc0b85ef7c21f1.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1280,"timestamp":703671107,"id":1358,"parentId":1260,"tags":{"name":"static/chunks/app/api/external-apps/route-e76966282734f1a6.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1277,"timestamp":703671111,"id":1359,"parentId":1260,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-0f02367121c5b76c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1273,"timestamp":703671116,"id":1360,"parentId":1260,"tags":{"name":"static/chunks/app/api/push/vapid/route-63237cee080b6e35.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1269,"timestamp":703671122,"id":1361,"parentId":1260,"tags":{"name":"static/chunks/app/api/fs/browse/route-92196a5de206eb3c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1265,"timestamp":703671126,"id":1362,"parentId":1260,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-63234ab2ae680a6f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1262,"timestamp":703671131,"id":1363,"parentId":1260,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-976a63e6d7805795.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1258,"timestamp":703671135,"id":1364,"parentId":1260,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-f497f94a82f2802a.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1255,"timestamp":703671139,"id":1365,"parentId":1260,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-8bfb63e913d1f944.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1253,"timestamp":703671143,"id":1366,"parentId":1260,"tags":{"name":"static/chunks/app/api/skills/[id]/route-12d530dfcfb9b210.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1250,"timestamp":703671147,"id":1367,"parentId":1260,"tags":{"name":"static/chunks/app/api/skills/route-a427586d148170fb.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1246,"timestamp":703671152,"id":1368,"parentId":1260,"tags":{"name":"static/chunks/app/api/todos/route-49c9f9cd735935f0.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1244,"timestamp":703671156,"id":1369,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-969719bb0d227f5e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1240,"timestamp":703671160,"id":1370,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-13eb7d3ee46502d2.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1237,"timestamp":703671165,"id":1371,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-1106fe03fc6b9673.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1234,"timestamp":703671169,"id":1372,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-868e201565711030.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1231,"timestamp":703671173,"id":1373,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-5736c72d19179dc9.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1228,"timestamp":703671177,"id":1374,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-8ad0832834553171.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1225,"timestamp":703671182,"id":1375,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/route-dd085084d59259bd.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1222,"timestamp":703671187,"id":1376,"parentId":1260,"tags":{"name":"static/chunks/app/proxy/[...path]/route-12431795456976a2.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1219,"timestamp":703671190,"id":1377,"parentId":1260,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-590f28bca1dd5f1e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1215,"timestamp":703671196,"id":1378,"parentId":1260,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1212,"timestamp":703671200,"id":1379,"parentId":1260,"tags":{"name":"static/chunks/app/chat/page-d79431dd81cd2e9c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1209,"timestamp":703671204,"id":1380,"parentId":1260,"tags":{"name":"static/chunks/app/login/page-14bf0fb8e359496e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1206,"timestamp":703671208,"id":1381,"parentId":1260,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1203,"timestamp":703671213,"id":1382,"parentId":1260,"tags":{"name":"static/chunks/app/more/page-7a527a52da9a4c67.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1200,"timestamp":703671217,"id":1383,"parentId":1260,"tags":{"name":"static/chunks/app/offline/page-77c371ae7576a81c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1197,"timestamp":703671222,"id":1384,"parentId":1260,"tags":{"name":"static/chunks/app/page-43408cabd8dafa07.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1194,"timestamp":703671225,"id":1385,"parentId":1260,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1191,"timestamp":703671230,"id":1386,"parentId":1260,"tags":{"name":"static/chunks/app/repositories/page-fd523e3f2b982bb0.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1188,"timestamp":703671234,"id":1387,"parentId":1260,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1185,"timestamp":703671238,"id":1388,"parentId":1260,"tags":{"name":"static/chunks/app/review/page-b5101c643cd3497d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1178,"timestamp":703671246,"id":1389,"parentId":1260,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1169,"timestamp":703671256,"id":1390,"parentId":1260,"tags":{"name":"static/chunks/app/sessions/page-caace15c04da83a3.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1167,"timestamp":703671260,"id":1391,"parentId":1260,"tags":{"name":"static/chunks/app/skills/[skillId]/page-89b5e46f40459503.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1164,"timestamp":703671265,"id":1392,"parentId":1260,"tags":{"name":"static/chunks/app/skills/page-d61cdc8d109a32f2.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1161,"timestamp":703671268,"id":1393,"parentId":1260,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1158,"timestamp":703671273,"id":1394,"parentId":1260,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-bd2e2026670a72e7.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1155,"timestamp":703671277,"id":1395,"parentId":1260,"tags":{"name":"static/chunks/app/worktrees/[id]/page-c69594b9785213f1.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1152,"timestamp":703671281,"id":1396,"parentId":1260,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-32fd0d6525b3207e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1149,"timestamp":703671285,"id":1397,"parentId":1260,"tags":{"name":"static/chunks/webpack-77430351c5175def.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1146,"timestamp":703671289,"id":1398,"parentId":1260,"tags":{"name":"static/chunks/7229.4a2efc6e219f706c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1144,"timestamp":703671293,"id":1399,"parentId":1260,"tags":{"name":"static/chunks/9263.65cc8b9979d4de79.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1141,"timestamp":703671298,"id":1400,"parentId":1260,"tags":{"name":"static/chunks/953.b7910b645a96bc50.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1137,"timestamp":703671302,"id":1401,"parentId":1260,"tags":{"name":"static/chunks/530.ec5c364bca27a2f3.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1134,"timestamp":703671307,"id":1402,"parentId":1260,"tags":{"name":"static/chunks/6271.4eb06e67ad0ab3ea.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1131,"timestamp":703671311,"id":1403,"parentId":1260,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1129,"timestamp":703671314,"id":1404,"parentId":1260,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1125,"timestamp":703671320,"id":1405,"parentId":1260,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1123,"timestamp":703671323,"id":1406,"parentId":1260,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1120,"timestamp":703671327,"id":1407,"parentId":1260,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1116,"timestamp":703671332,"id":1408,"parentId":1260,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1113,"timestamp":703671336,"id":1409,"parentId":1260,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1109,"timestamp":703671341,"id":1410,"parentId":1260,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1106,"timestamp":703671345,"id":1411,"parentId":1260,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1104,"timestamp":703671349,"id":1412,"parentId":1260,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1100,"timestamp":703671354,"id":1413,"parentId":1260,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1098,"timestamp":703671358,"id":1414,"parentId":1260,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"}]
8
- [{"name":"minify-js","duration":1188,"timestamp":703671362,"id":1415,"parentId":1260,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1186,"timestamp":703671366,"id":1416,"parentId":1260,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1184,"timestamp":703671370,"id":1417,"parentId":1260,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1180,"timestamp":703671375,"id":1418,"parentId":1260,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1177,"timestamp":703671379,"id":1419,"parentId":1260,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1175,"timestamp":703671382,"id":1420,"parentId":1260,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1172,"timestamp":703671387,"id":1421,"parentId":1260,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1169,"timestamp":703671391,"id":1422,"parentId":1260,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1166,"timestamp":703671395,"id":1423,"parentId":1260,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1163,"timestamp":703671399,"id":1424,"parentId":1260,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1161,"timestamp":703671403,"id":1425,"parentId":1260,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1157,"timestamp":703671408,"id":1426,"parentId":1260,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1154,"timestamp":703671411,"id":1427,"parentId":1260,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1152,"timestamp":703671415,"id":1428,"parentId":1260,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1149,"timestamp":703671420,"id":1429,"parentId":1260,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1146,"timestamp":703671424,"id":1430,"parentId":1260,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1144,"timestamp":703671428,"id":1431,"parentId":1260,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1140,"timestamp":703671432,"id":1432,"parentId":1260,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1137,"timestamp":703671436,"id":1433,"parentId":1260,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1134,"timestamp":703671441,"id":1434,"parentId":1260,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1131,"timestamp":703671445,"id":1435,"parentId":1260,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1129,"timestamp":703671449,"id":1436,"parentId":1260,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1125,"timestamp":703671453,"id":1437,"parentId":1260,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1122,"timestamp":703671458,"id":1438,"parentId":1260,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1119,"timestamp":703671462,"id":1439,"parentId":1260,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1116,"timestamp":703671466,"id":1440,"parentId":1260,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1113,"timestamp":703671470,"id":1441,"parentId":1260,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1110,"timestamp":703671475,"id":1442,"parentId":1260,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1107,"timestamp":703671479,"id":1443,"parentId":1260,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1105,"timestamp":703671482,"id":1444,"parentId":1260,"tags":{"name":"static/chunks/4bd1b696-eafe90463fb5173f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1101,"timestamp":703671487,"id":1445,"parentId":1260,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1099,"timestamp":703671491,"id":1446,"parentId":1260,"tags":{"name":"static/chunks/6809-415f78b07093e43d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1096,"timestamp":703671495,"id":1447,"parentId":1260,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1093,"timestamp":703671499,"id":1448,"parentId":1260,"tags":{"name":"static/chunks/2770-96ce4dfdaebf3b95.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1090,"timestamp":703671503,"id":1449,"parentId":1260,"tags":{"name":"static/chunks/4459.c0cfa6778ee9c2f7.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1087,"timestamp":703671508,"id":1450,"parentId":1260,"tags":{"name":"static/chunks/790-16669d080a2d540f.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1083,"timestamp":703671512,"id":1451,"parentId":1260,"tags":{"name":"static/chunks/4974-c7c06dde4c577c2d.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1081,"timestamp":703671516,"id":1452,"parentId":1260,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1077,"timestamp":703671521,"id":1453,"parentId":1260,"tags":{"name":"static/chunks/8566-694b23826caefbbc.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1074,"timestamp":703671525,"id":1454,"parentId":1260,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1072,"timestamp":703671529,"id":1455,"parentId":1260,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1068,"timestamp":703671534,"id":1456,"parentId":1260,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1065,"timestamp":703671538,"id":1457,"parentId":1260,"tags":{"name":"static/chunks/5542-eba6aa0b65c58ba6.js","cache":"HIT"},"startTime":1785054465946,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1062,"timestamp":703671542,"id":1458,"parentId":1260,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1060,"timestamp":703671546,"id":1459,"parentId":1260,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1057,"timestamp":703671550,"id":1460,"parentId":1260,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1053,"timestamp":703671555,"id":1461,"parentId":1260,"tags":{"name":"static/chunks/7485.a2baa08622f7a65d.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1050,"timestamp":703671559,"id":1462,"parentId":1260,"tags":{"name":"static/chunks/9599-be997845bdbb07c0.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1048,"timestamp":703671562,"id":1463,"parentId":1260,"tags":{"name":"static/chunks/1255-103d6a472a5aff51.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1045,"timestamp":703671567,"id":1464,"parentId":1260,"tags":{"name":"static/chunks/6402-cf1352625ee26472.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1042,"timestamp":703671570,"id":1465,"parentId":1260,"tags":{"name":"static/chunks/744-74e835043214c7a1.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1038,"timestamp":703671576,"id":1466,"parentId":1260,"tags":{"name":"static/chunks/6488-7136c3801badcee3.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1036,"timestamp":703671579,"id":1467,"parentId":1260,"tags":{"name":"static/chunks/4560-68f293b42c42c964.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1032,"timestamp":703671584,"id":1468,"parentId":1260,"tags":{"name":"static/chunks/3418-c79ea60007bc7366.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1029,"timestamp":703671588,"id":1469,"parentId":1260,"tags":{"name":"static/chunks/9142-81997734f575c93f.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":1027,"timestamp":703671592,"id":1470,"parentId":1260,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":654,"timestamp":703671966,"id":1472,"parentId":1260,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":555,"timestamp":703672068,"id":1474,"parentId":1260,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":2387,"timestamp":703671597,"id":1471,"parentId":1260,"tags":{"name":"static/MqlW91_Se_kEW6mtm-1x0/_ssgManifest.js","cache":"MISS"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-js","duration":3703,"timestamp":703671979,"id":1473,"parentId":1260,"tags":{"name":"static/MqlW91_Se_kEW6mtm-1x0/_buildManifest.js","cache":"MISS"},"startTime":1785054465947,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-webpack-plugin-optimize","duration":14616,"timestamp":703661073,"id":1260,"parentId":1104,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1785054465936,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-css","duration":155,"timestamp":703675918,"id":1476,"parentId":1475,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1785054465951,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-css","duration":113,"timestamp":703675965,"id":1477,"parentId":1475,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1785054465951,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-css","duration":109,"timestamp":703675970,"id":1478,"parentId":1475,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1785054465951,"traceId":"4bde3a55dbff7dcb"},{"name":"minify-css","duration":107,"timestamp":703675973,"id":1479,"parentId":1475,"tags":{"file":"static/css/a1976ba5d8982157.css","cache":"HIT"},"startTime":1785054465951,"traceId":"4bde3a55dbff7dcb"},{"name":"css-minimizer-plugin","duration":244,"timestamp":703675839,"id":1475,"parentId":1104,"tags":{},"startTime":1785054465951,"traceId":"4bde3a55dbff7dcb"},{"name":"seal","duration":653717,"timestamp":703083084,"id":1244,"parentId":1104,"tags":{},"startTime":1785054465358,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-compilation","duration":2525351,"timestamp":701211539,"id":1104,"parentId":16,"tags":{"name":"client"},"startTime":1785054463487,"traceId":"4bde3a55dbff7dcb"},{"name":"emit","duration":45150,"timestamp":703736940,"id":1480,"parentId":16,"tags":{},"startTime":1785054466012,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-close","duration":1136282,"timestamp":703785545,"id":1481,"parentId":16,"tags":{"name":"client"},"startTime":1785054466061,"traceId":"4bde3a55dbff7dcb"},{"name":"webpack-generate-error-stats","duration":878,"timestamp":704921850,"id":1482,"parentId":1481,"tags":{},"startTime":1785054467197,"traceId":"4bde3a55dbff7dcb"},{"name":"run-webpack-compiler","duration":16547783,"timestamp":688375252,"id":16,"parentId":1,"tags":{},"startTime":1785054450650,"traceId":"4bde3a55dbff7dcb"},{"name":"format-webpack-messages","duration":98,"timestamp":704923047,"id":1483,"parentId":1,"tags":{},"startTime":1785054467198,"traceId":"4bde3a55dbff7dcb"},{"name":"verify-typescript-setup","duration":26517645,"timestamp":704926928,"id":1485,"parentId":1,"tags":{},"startTime":1785054467202,"traceId":"4bde3a55dbff7dcb"},{"name":"check-static-error-page","duration":26124,"timestamp":731491333,"id":1488,"parentId":1487,"tags":{},"startTime":1785054493766,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":44115,"timestamp":731768530,"id":1489,"parentId":1487,"tags":{"page":"/_app"},"startTime":1785054494043,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":42917,"timestamp":731769745,"id":1491,"parentId":1487,"tags":{"page":"/_document"},"startTime":1785054494045,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":52938,"timestamp":731769651,"id":1490,"parentId":1487,"tags":{"page":"/_error"},"startTime":1785054494045,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":111710,"timestamp":731832633,"id":1619,"parentId":1613,"tags":{},"startTime":1785054494108,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":134512,"timestamp":731809926,"id":1613,"parentId":1487,"tags":{"page":"/apple-icon.png"},"startTime":1785054494085,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":127561,"timestamp":731832701,"id":1620,"parentId":1615,"tags":{},"startTime":1785054494108,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":150048,"timestamp":731810249,"id":1615,"parentId":1487,"tags":{"page":"/icon1.png"},"startTime":1785054494085,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":129438,"timestamp":731832840,"id":1622,"parentId":1617,"tags":{},"startTime":1785054494108,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":151763,"timestamp":731810545,"id":1617,"parentId":1487,"tags":{"page":"/icon2.png"},"startTime":1785054494086,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":142513,"timestamp":731833470,"id":1623,"parentId":1493,"tags":{},"startTime":1785054494108,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":204474,"timestamp":731771584,"id":1493,"parentId":1487,"tags":{"page":"/api/app/update-check"},"startTime":1785054494047,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":177015,"timestamp":731832774,"id":1621,"parentId":1492,"tags":{},"startTime":1785054494108,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":240044,"timestamp":731769801,"id":1492,"parentId":1487,"tags":{"page":"/_not-found"},"startTime":1785054494045,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":183369,"timestamp":731833843,"id":1625,"parentId":1494,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":245012,"timestamp":731772238,"id":1494,"parentId":1487,"tags":{"page":"/api/app/update"},"startTime":1785054494047,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":188585,"timestamp":731833615,"id":1624,"parentId":1496,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":248904,"timestamp":731773332,"id":1496,"parentId":1487,"tags":{"page":"/api/assistant/current-output"},"startTime":1785054494048,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":192801,"timestamp":731833961,"id":1627,"parentId":1498,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":250030,"timestamp":731776763,"id":1498,"parentId":1487,"tags":{"page":"/api/assistant/session"},"startTime":1785054494052,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":196426,"timestamp":731834058,"id":1628,"parentId":1495,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":257745,"timestamp":731772768,"id":1495,"parentId":1487,"tags":{"page":"/api/assistant/conversation"},"startTime":1785054494048,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":199896,"timestamp":731834100,"id":1629,"parentId":1501,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":255878,"timestamp":731778175,"id":1501,"parentId":1487,"tags":{"page":"/api/assistant/tools"},"startTime":1785054494053,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":204233,"timestamp":731834138,"id":1630,"parentId":1499,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":261135,"timestamp":731777265,"id":1499,"parentId":1487,"tags":{"page":"/api/assistant/start"},"startTime":1785054494052,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":208957,"timestamp":731834167,"id":1631,"parentId":1500,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"}]
9
- [{"name":"check-page","duration":265765,"timestamp":731777719,"id":1500,"parentId":1487,"tags":{"page":"/api/assistant/terminal"},"startTime":1785054494053,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":212683,"timestamp":731834192,"id":1632,"parentId":1502,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":268220,"timestamp":731778679,"id":1502,"parentId":1487,"tags":{"page":"/api/auth/login"},"startTime":1785054494054,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":215990,"timestamp":731834210,"id":1633,"parentId":1503,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":271078,"timestamp":731779156,"id":1503,"parentId":1487,"tags":{"page":"/api/auth/logout"},"startTime":1785054494054,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":224846,"timestamp":731834316,"id":1634,"parentId":1504,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":278681,"timestamp":731780511,"id":1504,"parentId":1487,"tags":{"page":"/api/auth/status"},"startTime":1785054494055,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":230628,"timestamp":731834359,"id":1635,"parentId":1505,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":283993,"timestamp":731781050,"id":1505,"parentId":1487,"tags":{"page":"/api/daily-summary"},"startTime":1785054494056,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":231255,"timestamp":731833907,"id":1626,"parentId":1497,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":289045,"timestamp":731776137,"id":1497,"parentId":1487,"tags":{"page":"/api/assistant/messages"},"startTime":1785054494051,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":233645,"timestamp":731834464,"id":1636,"parentId":1506,"tags":{},"startTime":1785054494109,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":286661,"timestamp":731781470,"id":1506,"parentId":1487,"tags":{"page":"/api/daily-summary/status"},"startTime":1785054494056,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":240487,"timestamp":731834582,"id":1637,"parentId":1507,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":293216,"timestamp":731781889,"id":1507,"parentId":1487,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1785054494057,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":241024,"timestamp":731834712,"id":1638,"parentId":1508,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":293423,"timestamp":731782334,"id":1508,"parentId":1487,"tags":{"page":"/api/external-apps/[id]"},"startTime":1785054494057,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":241338,"timestamp":731834835,"id":1639,"parentId":1509,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":293405,"timestamp":731782784,"id":1509,"parentId":1487,"tags":{"page":"/api/external-apps"},"startTime":1785054494058,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":244820,"timestamp":731834968,"id":1640,"parentId":1510,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":296541,"timestamp":731783268,"id":1510,"parentId":1487,"tags":{"page":"/api/fs/browse"},"startTime":1785054494058,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":245296,"timestamp":731835118,"id":1641,"parentId":1511,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":296063,"timestamp":731784370,"id":1511,"parentId":1487,"tags":{"page":"/api/fs/recent-paths"},"startTime":1785054494059,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":247925,"timestamp":731835156,"id":1642,"parentId":1513,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":297898,"timestamp":731785207,"id":1513,"parentId":1487,"tags":{"page":"/api/ollama/models"},"startTime":1785054494060,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":249410,"timestamp":731835187,"id":1643,"parentId":1512,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":299852,"timestamp":731784767,"id":1512,"parentId":1487,"tags":{"page":"/api/hooks/claude-done"},"startTime":1785054494060,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":251426,"timestamp":731835313,"id":1644,"parentId":1514,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":301171,"timestamp":731785590,"id":1514,"parentId":1487,"tags":{"page":"/api/push/subscriptions"},"startTime":1785054494061,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":253332,"timestamp":731835413,"id":1645,"parentId":1515,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":302730,"timestamp":731786035,"id":1515,"parentId":1487,"tags":{"page":"/api/push/vapid"},"startTime":1785054494061,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":255128,"timestamp":731835447,"id":1646,"parentId":1516,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":304190,"timestamp":731786410,"id":1516,"parentId":1487,"tags":{"page":"/api/repositories/[id]"},"startTime":1785054494061,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":258032,"timestamp":731835478,"id":1647,"parentId":1517,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":306778,"timestamp":731786757,"id":1517,"parentId":1487,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1785054494062,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":259390,"timestamp":731835503,"id":1648,"parentId":1518,"tags":{},"startTime":1785054494110,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":307783,"timestamp":731787137,"id":1518,"parentId":1487,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1785054494062,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":265041,"timestamp":731832065,"id":1618,"parentId":1614,"tags":{},"startTime":1785054494107,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":287024,"timestamp":731810100,"id":1614,"parentId":1487,"tags":{"page":"/icon.png"},"startTime":1785054494085,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":270130,"timestamp":731835571,"id":1650,"parentId":1519,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":318260,"timestamp":731787470,"id":1519,"parentId":1487,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1785054494062,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":273524,"timestamp":731835621,"id":1652,"parentId":1522,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":319901,"timestamp":731789280,"id":1522,"parentId":1487,"tags":{"page":"/api/repositories/restore"},"startTime":1785054494064,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":275660,"timestamp":731835541,"id":1649,"parentId":1520,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":322752,"timestamp":731788474,"id":1520,"parentId":1487,"tags":{"page":"/api/repositories/clone"},"startTime":1785054494063,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":279409,"timestamp":731835664,"id":1653,"parentId":1523,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":325439,"timestamp":731789659,"id":1523,"parentId":1487,"tags":{"page":"/api/repositories"},"startTime":1785054494065,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":279614,"timestamp":731835594,"id":1651,"parentId":1521,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":326372,"timestamp":731788853,"id":1521,"parentId":1487,"tags":{"page":"/api/repositories/excluded"},"startTime":1785054494064,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":279736,"timestamp":731835700,"id":1654,"parentId":1524,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":325394,"timestamp":731790064,"id":1524,"parentId":1487,"tags":{"page":"/api/repositories/scan"},"startTime":1785054494065,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":280574,"timestamp":731835804,"id":1655,"parentId":1525,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":325988,"timestamp":731790410,"id":1525,"parentId":1487,"tags":{"page":"/api/repositories/sync"},"startTime":1785054494065,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":285394,"timestamp":731836083,"id":1657,"parentId":1527,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":330346,"timestamp":731791150,"id":1527,"parentId":1487,"tags":{"page":"/api/sidebar/group-order"},"startTime":1785054494066,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":288038,"timestamp":731835931,"id":1656,"parentId":1526,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":333228,"timestamp":731790762,"id":1526,"parentId":1487,"tags":{"page":"/api/repositories/validate-path"},"startTime":1785054494066,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":287973,"timestamp":731836203,"id":1658,"parentId":1528,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":332092,"timestamp":731792104,"id":1528,"parentId":1487,"tags":{"page":"/api/skills/[id]"},"startTime":1785054494067,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":291676,"timestamp":731836365,"id":1661,"parentId":1531,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":335380,"timestamp":731792684,"id":1531,"parentId":1487,"tags":{"page":"/api/templates/[id]"},"startTime":1785054494068,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":294854,"timestamp":731836385,"id":1662,"parentId":1532,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":338420,"timestamp":731792841,"id":1532,"parentId":1487,"tags":{"page":"/api/templates"},"startTime":1785054494068,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":297214,"timestamp":731836308,"id":1659,"parentId":1529,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":341197,"timestamp":731792345,"id":1529,"parentId":1487,"tags":{"page":"/api/skills"},"startTime":1785054494067,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":297888,"timestamp":731836488,"id":1663,"parentId":1533,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":341399,"timestamp":731792993,"id":1533,"parentId":1487,"tags":{"page":"/api/todos"},"startTime":1785054494068,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":300765,"timestamp":731836545,"id":1665,"parentId":1536,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":344530,"timestamp":731793560,"id":1536,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1785054494069,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":301682,"timestamp":731836522,"id":1664,"parentId":1535,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":344823,"timestamp":731793402,"id":1535,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1785054494068,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":308475,"timestamp":731836584,"id":1666,"parentId":1534,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":351855,"timestamp":731793230,"id":1534,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1785054494068,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":308565,"timestamp":731836618,"id":1667,"parentId":1537,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":351015,"timestamp":731794188,"id":1537,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1785054494069,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":309258,"timestamp":731836342,"id":1660,"parentId":1530,"tags":{},"startTime":1785054494111,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":353102,"timestamp":731792522,"id":1530,"parentId":1487,"tags":{"page":"/api/slash-commands"},"startTime":1785054494067,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":309582,"timestamp":731836641,"id":1668,"parentId":1539,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":351713,"timestamp":731794529,"id":1539,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1785054494069,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":312774,"timestamp":731836666,"id":1669,"parentId":1538,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":355094,"timestamp":731794369,"id":1538,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1785054494069,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":313076,"timestamp":731836711,"id":1671,"parentId":1542,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":354821,"timestamp":731794990,"id":1542,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1785054494070,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":316567,"timestamp":731836789,"id":1673,"parentId":1543,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":357871,"timestamp":731795509,"id":1543,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1785054494070,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":318541,"timestamp":731836689,"id":1670,"parentId":1540,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":360570,"timestamp":731794684,"id":1540,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1785054494070,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":320247,"timestamp":731836806,"id":1674,"parentId":1544,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":361382,"timestamp":731795696,"id":1544,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1785054494071,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":320598,"timestamp":731836772,"id":1672,"parentId":1541,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":362557,"timestamp":731794838,"id":1541,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1785054494070,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":324250,"timestamp":731836845,"id":1676,"parentId":1545,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":365261,"timestamp":731795858,"id":1545,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1785054494071,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":325762,"timestamp":731836861,"id":1677,"parentId":1547,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":365961,"timestamp":731796685,"id":1547,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1785054494072,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":327429,"timestamp":731836878,"id":1678,"parentId":1548,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":367474,"timestamp":731796857,"id":1548,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1785054494072,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":330006,"timestamp":731836895,"id":1679,"parentId":1549,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":369875,"timestamp":731797049,"id":1549,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1785054494072,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":330121,"timestamp":731836915,"id":1680,"parentId":1550,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":369833,"timestamp":731797233,"id":1550,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1785054494072,"traceId":"4bde3a55dbff7dcb"}]
10
- [{"name":"is-page-static","duration":332548,"timestamp":731836960,"id":1682,"parentId":1551,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":372136,"timestamp":731797389,"id":1551,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1785054494072,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":334865,"timestamp":731836827,"id":1675,"parentId":1546,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":375231,"timestamp":731796478,"id":1546,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1785054494071,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":335225,"timestamp":731836937,"id":1681,"parentId":1552,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":374650,"timestamp":731797541,"id":1552,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1785054494073,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":335482,"timestamp":731836980,"id":1683,"parentId":1553,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":374786,"timestamp":731797697,"id":1553,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1785054494073,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":337934,"timestamp":731837068,"id":1686,"parentId":1556,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":376427,"timestamp":731798617,"id":1556,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1785054494074,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":339152,"timestamp":731836997,"id":1684,"parentId":1554,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":378320,"timestamp":731797851,"id":1554,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1785054494073,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":339901,"timestamp":731837047,"id":1685,"parentId":1555,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":378968,"timestamp":731798000,"id":1555,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1785054494073,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":340743,"timestamp":731837086,"id":1687,"parentId":1558,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":378903,"timestamp":731798950,"id":1558,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1785054494074,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":344937,"timestamp":731837142,"id":1690,"parentId":1559,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":382963,"timestamp":731799148,"id":1559,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1785054494074,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":345091,"timestamp":731837123,"id":1689,"parentId":1560,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":382915,"timestamp":731799316,"id":1560,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1785054494074,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":345212,"timestamp":731837105,"id":1688,"parentId":1557,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":383547,"timestamp":731798787,"id":1557,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1785054494074,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":346631,"timestamp":731837160,"id":1691,"parentId":1561,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":384344,"timestamp":731799470,"id":1561,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1785054494074,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":349057,"timestamp":731837181,"id":1692,"parentId":1562,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":386638,"timestamp":731799621,"id":1562,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1785054494075,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":351708,"timestamp":731837218,"id":1694,"parentId":1564,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":389024,"timestamp":731799922,"id":1564,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1785054494075,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":351843,"timestamp":731837197,"id":1693,"parentId":1563,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":389287,"timestamp":731799772,"id":1563,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1785054494075,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":353834,"timestamp":731837243,"id":1695,"parentId":1565,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":390566,"timestamp":731800532,"id":1565,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1785054494075,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":355462,"timestamp":731837283,"id":1696,"parentId":1566,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":392057,"timestamp":731800710,"id":1566,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1785054494076,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":356981,"timestamp":731837397,"id":1697,"parentId":1568,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":393338,"timestamp":731801063,"id":1568,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1785054494076,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":358077,"timestamp":731837498,"id":1698,"parentId":1567,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":394730,"timestamp":731800868,"id":1567,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1785054494076,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":362702,"timestamp":731837550,"id":1700,"parentId":1570,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":398902,"timestamp":731801379,"id":1570,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1785054494076,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":364460,"timestamp":731837611,"id":1702,"parentId":1572,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":400416,"timestamp":731801678,"id":1572,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1785054494077,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":364613,"timestamp":731837578,"id":1701,"parentId":1571,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":400683,"timestamp":731801526,"id":1571,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1785054494076,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":370389,"timestamp":731837672,"id":1704,"parentId":1574,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":405699,"timestamp":731802391,"id":1574,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1785054494077,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":372853,"timestamp":731837711,"id":1705,"parentId":1575,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":408022,"timestamp":731802567,"id":1575,"parentId":1487,"tags":{"page":"/api/worktrees/[id]"},"startTime":1785054494078,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":377642,"timestamp":731837738,"id":1706,"parentId":1576,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":412686,"timestamp":731802726,"id":1576,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1785054494078,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":381742,"timestamp":731837754,"id":1707,"parentId":1577,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":416655,"timestamp":731802877,"id":1577,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1785054494078,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":385938,"timestamp":731837780,"id":1708,"parentId":1578,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":420679,"timestamp":731803068,"id":1578,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1785054494078,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":390362,"timestamp":731837806,"id":1709,"parentId":1579,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":424966,"timestamp":731803228,"id":1579,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1785054494078,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":394326,"timestamp":731837847,"id":1710,"parentId":1580,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":428819,"timestamp":731803379,"id":1580,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1785054494078,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":402570,"timestamp":731837645,"id":1703,"parentId":1573,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":438418,"timestamp":731801827,"id":1573,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1785054494077,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":404110,"timestamp":731838082,"id":1711,"parentId":1581,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":438704,"timestamp":731803528,"id":1581,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1785054494078,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":407211,"timestamp":731838361,"id":1713,"parentId":1583,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":441775,"timestamp":731803826,"id":1583,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1785054494079,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":409849,"timestamp":731838579,"id":1714,"parentId":1584,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":444102,"timestamp":731804353,"id":1584,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1785054494079,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":412408,"timestamp":731838710,"id":1715,"parentId":1585,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":446622,"timestamp":731804520,"id":1585,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1785054494079,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":417431,"timestamp":731838238,"id":1712,"parentId":1582,"tags":{},"startTime":1785054494113,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":452013,"timestamp":731803680,"id":1582,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1785054494079,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":420775,"timestamp":731838789,"id":1717,"parentId":1587,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":454760,"timestamp":731804830,"id":1587,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1785054494080,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":424295,"timestamp":731838813,"id":1718,"parentId":1588,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":458151,"timestamp":731804981,"id":1588,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1785054494080,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":426683,"timestamp":731838758,"id":1716,"parentId":1586,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":460790,"timestamp":731804678,"id":1586,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1785054494080,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":427757,"timestamp":731838842,"id":1719,"parentId":1589,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":461441,"timestamp":731805177,"id":1589,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1785054494080,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":432196,"timestamp":731838866,"id":1720,"parentId":1590,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":465751,"timestamp":731805338,"id":1590,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1785054494080,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":432625,"timestamp":731838903,"id":1721,"parentId":1591,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":466062,"timestamp":731805492,"id":1591,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1785054494080,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":433374,"timestamp":731838934,"id":1722,"parentId":1592,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":466677,"timestamp":731805648,"id":1592,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1785054494081,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":436055,"timestamp":731838997,"id":1724,"parentId":1593,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":468840,"timestamp":731806236,"id":1593,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1785054494081,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":438095,"timestamp":731838964,"id":1723,"parentId":1594,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":470672,"timestamp":731806415,"id":1594,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1785054494081,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":440000,"timestamp":731839078,"id":1726,"parentId":1597,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":472231,"timestamp":731806870,"id":1597,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1785054494082,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":441583,"timestamp":731839054,"id":1725,"parentId":1595,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":474084,"timestamp":731806571,"id":1595,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1785054494082,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":443887,"timestamp":731839218,"id":1728,"parentId":1598,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":476065,"timestamp":731807060,"id":1598,"parentId":1487,"tags":{"page":"/api/worktrees"},"startTime":1785054494082,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":446214,"timestamp":731839106,"id":1727,"parentId":1596,"tags":{},"startTime":1785054494114,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":478621,"timestamp":731806723,"id":1596,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1785054494082,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":444553,"timestamp":731841267,"id":1729,"parentId":1604,"tags":{},"startTime":1785054494116,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":477386,"timestamp":731808455,"id":1604,"parentId":1487,"tags":{"page":"/proxy/[...path]"},"startTime":1785054494083,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":443783,"timestamp":731845068,"id":1730,"parentId":1616,"tags":{},"startTime":1785054494120,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":478479,"timestamp":731810395,"id":1616,"parentId":1487,"tags":{"page":"/manifest.webmanifest"},"startTime":1785054494085,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":463617,"timestamp":731846325,"id":1731,"parentId":1599,"tags":{},"startTime":1785054494121,"traceId":"4bde3a55dbff7dcb"}]
11
- [{"name":"check-page","duration":503077,"timestamp":731807220,"id":1599,"parentId":1487,"tags":{"page":"/chat"},"startTime":1785054494082,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":466917,"timestamp":731846508,"id":1733,"parentId":1601,"tags":{},"startTime":1785054494121,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":505922,"timestamp":731807532,"id":1601,"parentId":1487,"tags":{"page":"/more"},"startTime":1785054494082,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":469762,"timestamp":731846588,"id":1734,"parentId":1602,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":508263,"timestamp":731808113,"id":1602,"parentId":1487,"tags":{"page":"/offline"},"startTime":1785054494083,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":473463,"timestamp":731846665,"id":1735,"parentId":1603,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":511860,"timestamp":731808290,"id":1603,"parentId":1487,"tags":{"page":"/"},"startTime":1785054494083,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":477619,"timestamp":731846741,"id":1736,"parentId":1605,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":515778,"timestamp":731808608,"id":1605,"parentId":1487,"tags":{"page":"/repositories"},"startTime":1785054494084,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":483244,"timestamp":731846818,"id":1737,"parentId":1606,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":521321,"timestamp":731808767,"id":1606,"parentId":1487,"tags":{"page":"/review"},"startTime":1785054494084,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":492470,"timestamp":731846897,"id":1738,"parentId":1608,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":530269,"timestamp":731809123,"id":1608,"parentId":1487,"tags":{"page":"/skills/[skillId]"},"startTime":1785054494084,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":496571,"timestamp":731846422,"id":1732,"parentId":1600,"tags":{},"startTime":1785054494121,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":535672,"timestamp":731807379,"id":1600,"parentId":1487,"tags":{"page":"/login"},"startTime":1785054494082,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":496776,"timestamp":731846972,"id":1739,"parentId":1607,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":534848,"timestamp":731808921,"id":1607,"parentId":1487,"tags":{"page":"/sessions"},"startTime":1785054494084,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":501411,"timestamp":731847192,"id":1741,"parentId":1610,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":539183,"timestamp":731809448,"id":1610,"parentId":1487,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1785054494084,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":511098,"timestamp":731847085,"id":1740,"parentId":1609,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":548921,"timestamp":731809291,"id":1609,"parentId":1487,"tags":{"page":"/skills"},"startTime":1785054494084,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":516085,"timestamp":731847399,"id":1743,"parentId":1612,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":553733,"timestamp":731809778,"id":1612,"parentId":1487,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1785054494085,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":536255,"timestamp":731847292,"id":1742,"parentId":1611,"tags":{},"startTime":1785054494122,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":573975,"timestamp":731809601,"id":1611,"parentId":1487,"tags":{"page":"/worktrees/[id]"},"startTime":1785054494085,"traceId":"4bde3a55dbff7dcb"},{"name":"is-page-static","duration":614237,"timestamp":731837527,"id":1699,"parentId":1569,"tags":{},"startTime":1785054494112,"traceId":"4bde3a55dbff7dcb"},{"name":"check-page","duration":650587,"timestamp":731801226,"id":1569,"parentId":1487,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1785054494076,"traceId":"4bde3a55dbff7dcb"},{"name":"static-check","duration":961487,"timestamp":731490370,"id":1487,"parentId":1,"tags":{},"startTime":1785054493765,"traceId":"4bde3a55dbff7dcb"},{"name":"generate-required-server-files","duration":329,"timestamp":732452081,"id":1745,"parentId":1,"tags":{},"startTime":1785054494727,"traceId":"4bde3a55dbff7dcb"},{"name":"write-routes-manifest","duration":24299,"timestamp":732463041,"id":1747,"parentId":1,"tags":{},"startTime":1785054494738,"traceId":"4bde3a55dbff7dcb"},{"name":"load-dotenv","duration":126,"timestamp":733970499,"id":1750,"parentId":1749,"tags":{},"startTime":1785054496245,"traceId":"4bde3a55dbff7dcb"},{"name":"run-export-path-map","duration":433,"timestamp":735381053,"id":1751,"parentId":1749,"tags":{},"startTime":1785054497656,"traceId":"4bde3a55dbff7dcb"},{"name":"next-export","duration":3108356,"timestamp":733969614,"id":1749,"parentId":1,"tags":{},"startTime":1785054496245,"traceId":"4bde3a55dbff7dcb"},{"name":"move-exported-app-not-found-","duration":84,"timestamp":737080079,"id":1752,"parentId":1748,"tags":{},"startTime":1785054499355,"traceId":"4bde3a55dbff7dcb"},{"name":"move-exported-page","duration":105644,"timestamp":737080264,"id":1753,"parentId":1748,"tags":{},"startTime":1785054499355,"traceId":"4bde3a55dbff7dcb"},{"name":"static-generation","duration":3844091,"timestamp":733965966,"id":1748,"parentId":1,"tags":{},"startTime":1785054496241,"traceId":"4bde3a55dbff7dcb"},{"name":"write-routes-manifest","duration":132928,"timestamp":737810938,"id":1754,"parentId":1,"tags":{},"startTime":1785054500086,"traceId":"4bde3a55dbff7dcb"},{"name":"node-file-trace-build","duration":19151413,"timestamp":732455972,"id":1746,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1785054494731,"traceId":"4bde3a55dbff7dcb"},{"name":"apply-include-excludes","duration":1062,"timestamp":751607407,"id":1755,"parentId":1,"tags":{},"startTime":1785054513882,"traceId":"4bde3a55dbff7dcb"},{"name":"print-tree-view","duration":9903,"timestamp":751608683,"id":1756,"parentId":1,"tags":{},"startTime":1785054513884,"traceId":"4bde3a55dbff7dcb"},{"name":"telemetry-flush","duration":52,"timestamp":751618595,"id":1757,"parentId":1,"tags":{},"startTime":1785054513894,"traceId":"4bde3a55dbff7dcb"},{"name":"next-build","duration":63560235,"timestamp":688058419,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1785054450333,"traceId":"4bde3a55dbff7dcb"}]
1
+ [{"name":"generate-buildid","duration":165,"timestamp":539824566,"id":4,"parentId":1,"tags":{},"startTime":1785335255678,"traceId":"95310bdcee82f00d"},{"name":"load-custom-routes","duration":1264,"timestamp":539824798,"id":5,"parentId":1,"tags":{},"startTime":1785335255678,"traceId":"95310bdcee82f00d"},{"name":"create-dist-dir","duration":15103,"timestamp":539890533,"id":6,"parentId":1,"tags":{},"startTime":1785335255744,"traceId":"95310bdcee82f00d"},{"name":"create-pages-mapping","duration":183,"timestamp":539930894,"id":7,"parentId":1,"tags":{},"startTime":1785335255784,"traceId":"95310bdcee82f00d"},{"name":"collect-app-files","duration":4329,"timestamp":539931106,"id":8,"parentId":1,"tags":{},"startTime":1785335255785,"traceId":"95310bdcee82f00d"},{"name":"create-app-mapping","duration":12269,"timestamp":539935451,"id":9,"parentId":1,"tags":{},"startTime":1785335255789,"traceId":"95310bdcee82f00d"},{"name":"create-app-layouts","duration":80,"timestamp":539947742,"id":10,"parentId":1,"tags":{},"startTime":1785335255801,"traceId":"95310bdcee82f00d"},{"name":"collect-default-files","duration":3847,"timestamp":539949340,"id":12,"parentId":1,"tags":{},"startTime":1785335255803,"traceId":"95310bdcee82f00d"},{"name":"generate-route-types","duration":20223,"timestamp":539948698,"id":11,"parentId":1,"tags":{},"startTime":1785335255802,"traceId":"95310bdcee82f00d"},{"name":"public-dir-conflict-check","duration":348,"timestamp":539968968,"id":13,"parentId":1,"tags":{},"startTime":1785335255822,"traceId":"95310bdcee82f00d"},{"name":"generate-routes-manifest","duration":2352,"timestamp":539969444,"id":14,"parentId":1,"tags":{},"startTime":1785335255823,"traceId":"95310bdcee82f00d"},{"name":"create-entrypoints","duration":50296,"timestamp":539977407,"id":17,"parentId":1,"tags":{},"startTime":1785335255831,"traceId":"95310bdcee82f00d"},{"name":"generate-webpack-config","duration":212179,"timestamp":540027737,"id":18,"parentId":16,"tags":{},"startTime":1785335255881,"traceId":"95310bdcee82f00d"},{"name":"next-trace-entrypoint-plugin","duration":1447,"timestamp":540312218,"id":20,"parentId":19,"tags":{},"startTime":1785335256166,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1190496,"timestamp":540319330,"id":109,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1874051,"timestamp":540319376,"id":129,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2064050,"timestamp":540319362,"id":123,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2251698,"timestamp":540319393,"id":136,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2265440,"timestamp":540319383,"id":132,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2266200,"timestamp":540319365,"id":124,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2276442,"timestamp":540319378,"id":130,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2331070,"timestamp":540319401,"id":139,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2399276,"timestamp":540319374,"id":128,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411988,"timestamp":540319194,"id":70,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411997,"timestamp":540319197,"id":71,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412000,"timestamp":540319199,"id":72,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319202,"id":73,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319204,"id":74,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319207,"id":75,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319209,"id":76,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319212,"id":77,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412001,"timestamp":540319214,"id":78,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412000,"timestamp":540319217,"id":79,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412000,"timestamp":540319220,"id":80,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411997,"timestamp":540319225,"id":82,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411996,"timestamp":540319228,"id":83,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411996,"timestamp":540319230,"id":84,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411951,"timestamp":540319277,"id":87,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411949,"timestamp":540319282,"id":89,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411950,"timestamp":540319284,"id":90,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411945,"timestamp":540319291,"id":93,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411945,"timestamp":540319293,"id":94,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319299,"id":96,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411941,"timestamp":540319302,"id":97,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319304,"id":98,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319306,"id":99,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319309,"id":100,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411943,"timestamp":540319311,"id":101,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411943,"timestamp":540319313,"id":102,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319315,"id":103,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319317,"id":104,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411925,"timestamp":540319337,"id":112,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319341,"id":114,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319343,"id":115,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319346,"id":116,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319348,"id":117,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319350,"id":118,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411922,"timestamp":540319353,"id":119,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411922,"timestamp":540319355,"id":120,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411920,"timestamp":540319360,"id":122,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2424915,"timestamp":540319288,"id":92,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2424931,"timestamp":540319286,"id":91,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2468816,"timestamp":540319371,"id":127,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2468840,"timestamp":540319367,"id":125,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2468843,"timestamp":540319369,"id":126,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2491101,"timestamp":540318926,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490983,"timestamp":540319062,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490949,"timestamp":540319100,"id":34,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490895,"timestamp":540319159,"id":56,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490896,"timestamp":540319161,"id":57,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490895,"timestamp":540319166,"id":59,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490892,"timestamp":540319173,"id":62,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490884,"timestamp":540319184,"id":66,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490753,"timestamp":540319319,"id":105,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490752,"timestamp":540319324,"id":106,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490753,"timestamp":540319326,"id":107,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490754,"timestamp":540319328,"id":108,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490752,"timestamp":540319333,"id":110,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2493319,"timestamp":540319386,"id":133,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2494443,"timestamp":540319388,"id":134,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2494440,"timestamp":540319404,"id":140,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2515449,"timestamp":540319263,"id":85,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2515454,"timestamp":540319273,"id":86,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2515437,"timestamp":540319297,"id":95,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2578803,"timestamp":540319391,"id":135,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2578814,"timestamp":540319399,"id":138,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2583677,"timestamp":540319406,"id":141,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2591745,"timestamp":540319279,"id":88,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2591639,"timestamp":540319396,"id":137,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2592142,"timestamp":540318899,"id":28,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2597019,"timestamp":540319339,"id":113,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2607001,"timestamp":540319335,"id":111,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2624452,"timestamp":540319381,"id":131,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2639510,"timestamp":540319132,"id":46,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2650808,"timestamp":540319222,"id":81,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2681806,"timestamp":540319357,"id":121,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2683240,"timestamp":540318554,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682395,"timestamp":540319409,"id":142,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682397,"timestamp":540319411,"id":143,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682399,"timestamp":540319414,"id":144,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682400,"timestamp":540319416,"id":145,"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":1785335256173,"traceId":"95310bdcee82f00d"}]
2
+ [{"name":"add-entry","duration":2682548,"timestamp":540319419,"id":146,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682551,"timestamp":540319421,"id":147,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682552,"timestamp":540319423,"id":148,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682552,"timestamp":540319426,"id":149,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682553,"timestamp":540319430,"id":150,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682551,"timestamp":540319435,"id":151,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682552,"timestamp":540319437,"id":152,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682554,"timestamp":540319439,"id":153,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682555,"timestamp":540319441,"id":154,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682555,"timestamp":540319443,"id":155,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699746,"timestamp":540319091,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2700004,"timestamp":540318843,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699753,"timestamp":540319097,"id":33,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319103,"id":35,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699743,"timestamp":540319113,"id":39,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319108,"id":37,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319110,"id":38,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699762,"timestamp":540319105,"id":36,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699957,"timestamp":540318913,"id":29,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2700008,"timestamp":540318864,"id":24,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699999,"timestamp":540318875,"id":25,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699992,"timestamp":540318884,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699986,"timestamp":540318892,"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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699758,"timestamp":540319122,"id":42,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699766,"timestamp":540319116,"id":40,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699765,"timestamp":540319119,"id":41,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699762,"timestamp":540319124,"id":43,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699761,"timestamp":540319127,"id":44,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699756,"timestamp":540319135,"id":47,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699763,"timestamp":540319130,"id":45,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699757,"timestamp":540319137,"id":48,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699757,"timestamp":540319140,"id":49,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319147,"id":52,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699760,"timestamp":540319142,"id":50,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319153,"id":54,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699756,"timestamp":540319150,"id":53,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699763,"timestamp":540319145,"id":51,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699753,"timestamp":540319156,"id":55,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699748,"timestamp":540319164,"id":58,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699746,"timestamp":540319168,"id":60,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699746,"timestamp":540319170,"id":61,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699743,"timestamp":540319175,"id":63,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699742,"timestamp":540319179,"id":64,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699741,"timestamp":540319181,"id":65,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699736,"timestamp":540319189,"id":68,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699740,"timestamp":540319186,"id":67,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699737,"timestamp":540319191,"id":69,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"make","duration":4653856,"timestamp":540318342,"id":21,"parentId":19,"tags":{},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"get-entries","duration":3926,"timestamp":544973295,"id":889,"parentId":888,"tags":{},"startTime":1785335260827,"traceId":"95310bdcee82f00d"},{"name":"node-file-trace-plugin","duration":3477983,"timestamp":544990378,"id":890,"parentId":888,"tags":{"traceEntryCount":"264"},"startTime":1785335260844,"traceId":"95310bdcee82f00d"},{"name":"collect-traced-files","duration":59495,"timestamp":548468377,"id":891,"parentId":888,"tags":{},"startTime":1785335264322,"traceId":"95310bdcee82f00d"},{"name":"finish-modules","duration":3554740,"timestamp":544973146,"id":888,"parentId":20,"tags":{},"startTime":1785335260827,"traceId":"95310bdcee82f00d"},{"name":"chunk-graph","duration":108114,"timestamp":548808277,"id":893,"parentId":892,"tags":{},"startTime":1785335264662,"traceId":"95310bdcee82f00d"},{"name":"optimize-modules","duration":17,"timestamp":548916502,"id":895,"parentId":892,"tags":{},"startTime":1785335264770,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunks","duration":111394,"timestamp":548916571,"id":896,"parentId":892,"tags":{},"startTime":1785335264770,"traceId":"95310bdcee82f00d"},{"name":"optimize-tree","duration":120,"timestamp":549028085,"id":897,"parentId":892,"tags":{},"startTime":1785335264881,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunk-modules","duration":140876,"timestamp":549028283,"id":898,"parentId":892,"tags":{},"startTime":1785335264882,"traceId":"95310bdcee82f00d"},{"name":"optimize","duration":252788,"timestamp":548916462,"id":894,"parentId":892,"tags":{},"startTime":1785335264770,"traceId":"95310bdcee82f00d"},{"name":"module-hash","duration":101969,"timestamp":549238098,"id":899,"parentId":892,"tags":{},"startTime":1785335265091,"traceId":"95310bdcee82f00d"},{"name":"code-generation","duration":55643,"timestamp":549340155,"id":900,"parentId":892,"tags":{},"startTime":1785335265194,"traceId":"95310bdcee82f00d"},{"name":"hash","duration":15249,"timestamp":549408059,"id":901,"parentId":892,"tags":{},"startTime":1785335265261,"traceId":"95310bdcee82f00d"},{"name":"code-generation-jobs","duration":312,"timestamp":549423305,"id":902,"parentId":892,"tags":{},"startTime":1785335265277,"traceId":"95310bdcee82f00d"},{"name":"module-assets","duration":2050,"timestamp":549423493,"id":903,"parentId":892,"tags":{},"startTime":1785335265277,"traceId":"95310bdcee82f00d"},{"name":"create-chunk-assets","duration":10096,"timestamp":549425564,"id":904,"parentId":892,"tags":{},"startTime":1785335265279,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21319,"timestamp":549457131,"id":906,"parentId":905,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21214,"timestamp":549457245,"id":907,"parentId":905,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21208,"timestamp":549457254,"id":908,"parentId":905,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21205,"timestamp":549457259,"id":909,"parentId":905,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21201,"timestamp":549457264,"id":910,"parentId":905,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21198,"timestamp":549457268,"id":911,"parentId":905,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21197,"timestamp":549457271,"id":912,"parentId":905,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21192,"timestamp":549457277,"id":913,"parentId":905,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21190,"timestamp":549457280,"id":914,"parentId":905,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21149,"timestamp":549457322,"id":915,"parentId":905,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21139,"timestamp":549457333,"id":916,"parentId":905,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21134,"timestamp":549457339,"id":917,"parentId":905,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21130,"timestamp":549457344,"id":918,"parentId":905,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21128,"timestamp":549457347,"id":919,"parentId":905,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21125,"timestamp":549457351,"id":920,"parentId":905,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21121,"timestamp":549457356,"id":921,"parentId":905,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21120,"timestamp":549457358,"id":922,"parentId":905,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21117,"timestamp":549457362,"id":923,"parentId":905,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21116,"timestamp":549457365,"id":924,"parentId":905,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21115,"timestamp":549457367,"id":925,"parentId":905,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21112,"timestamp":549457371,"id":926,"parentId":905,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21110,"timestamp":549457374,"id":927,"parentId":905,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21109,"timestamp":549457376,"id":928,"parentId":905,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21106,"timestamp":549457380,"id":929,"parentId":905,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21104,"timestamp":549457383,"id":930,"parentId":905,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21101,"timestamp":549457387,"id":931,"parentId":905,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21099,"timestamp":549457390,"id":932,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21084,"timestamp":549457407,"id":933,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21083,"timestamp":549457409,"id":934,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21080,"timestamp":549457413,"id":935,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21077,"timestamp":549457416,"id":936,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21076,"timestamp":549457419,"id":937,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21074,"timestamp":549457421,"id":938,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21071,"timestamp":549457425,"id":939,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21070,"timestamp":549457427,"id":940,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21068,"timestamp":549457430,"id":941,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21067,"timestamp":549457432,"id":942,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"}]
3
+ [{"name":"minify-js","duration":21266,"timestamp":549457436,"id":943,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21266,"timestamp":549457439,"id":944,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21264,"timestamp":549457441,"id":945,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21263,"timestamp":549457444,"id":946,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21260,"timestamp":549457447,"id":947,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21259,"timestamp":549457450,"id":948,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21257,"timestamp":549457453,"id":949,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21249,"timestamp":549457462,"id":950,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21248,"timestamp":549457465,"id":951,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21247,"timestamp":549457467,"id":952,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21245,"timestamp":549457470,"id":953,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21243,"timestamp":549457473,"id":954,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21242,"timestamp":549457476,"id":955,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21241,"timestamp":549457478,"id":956,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21239,"timestamp":549457480,"id":957,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21238,"timestamp":549457482,"id":958,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21237,"timestamp":549457484,"id":959,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21236,"timestamp":549457486,"id":960,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21235,"timestamp":549457489,"id":961,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21233,"timestamp":549457491,"id":962,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21232,"timestamp":549457493,"id":963,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21231,"timestamp":549457496,"id":964,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21229,"timestamp":549457498,"id":965,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21228,"timestamp":549457500,"id":966,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21227,"timestamp":549457503,"id":967,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21226,"timestamp":549457505,"id":968,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21224,"timestamp":549457507,"id":969,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21223,"timestamp":549457510,"id":970,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21221,"timestamp":549457512,"id":971,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21220,"timestamp":549457515,"id":972,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21219,"timestamp":549457517,"id":973,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21217,"timestamp":549457519,"id":974,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21216,"timestamp":549457521,"id":975,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21215,"timestamp":549457524,"id":976,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21214,"timestamp":549457526,"id":977,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21213,"timestamp":549457528,"id":978,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21212,"timestamp":549457530,"id":979,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21211,"timestamp":549457533,"id":980,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21210,"timestamp":549457535,"id":981,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21209,"timestamp":549457537,"id":982,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21207,"timestamp":549457540,"id":983,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21206,"timestamp":549457542,"id":984,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21205,"timestamp":549457544,"id":985,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21204,"timestamp":549457547,"id":986,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21203,"timestamp":549457549,"id":987,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21201,"timestamp":549457551,"id":988,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21200,"timestamp":549457554,"id":989,"parentId":905,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21198,"timestamp":549457556,"id":990,"parentId":905,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21197,"timestamp":549457558,"id":991,"parentId":905,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21196,"timestamp":549457561,"id":992,"parentId":905,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21194,"timestamp":549457563,"id":993,"parentId":905,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21193,"timestamp":549457565,"id":994,"parentId":905,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21192,"timestamp":549457568,"id":995,"parentId":905,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21191,"timestamp":549457570,"id":996,"parentId":905,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21190,"timestamp":549457572,"id":997,"parentId":905,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21189,"timestamp":549457574,"id":998,"parentId":905,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21188,"timestamp":549457577,"id":999,"parentId":905,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21187,"timestamp":549457579,"id":1000,"parentId":905,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21185,"timestamp":549457582,"id":1001,"parentId":905,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21183,"timestamp":549457584,"id":1002,"parentId":905,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21182,"timestamp":549457586,"id":1003,"parentId":905,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21181,"timestamp":549457589,"id":1004,"parentId":905,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21178,"timestamp":549457592,"id":1005,"parentId":905,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21177,"timestamp":549457595,"id":1006,"parentId":905,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21175,"timestamp":549457597,"id":1007,"parentId":905,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21174,"timestamp":549457599,"id":1008,"parentId":905,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21172,"timestamp":549457602,"id":1009,"parentId":905,"tags":{"name":"../app/api/skills/installations/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21171,"timestamp":549457604,"id":1010,"parentId":905,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21170,"timestamp":549457606,"id":1011,"parentId":905,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21169,"timestamp":549457608,"id":1012,"parentId":905,"tags":{"name":"../app/api/skills/reindex/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21167,"timestamp":549457612,"id":1013,"parentId":905,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21166,"timestamp":549457614,"id":1014,"parentId":905,"tags":{"name":"../app/api/skills/operations/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21165,"timestamp":549457617,"id":1015,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21163,"timestamp":549457619,"id":1016,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21162,"timestamp":549457621,"id":1017,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21160,"timestamp":549457623,"id":1018,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21155,"timestamp":549457629,"id":1019,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21154,"timestamp":549457632,"id":1020,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21153,"timestamp":549457634,"id":1021,"parentId":905,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21151,"timestamp":549457637,"id":1022,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21150,"timestamp":549457639,"id":1023,"parentId":905,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21149,"timestamp":549457642,"id":1024,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21147,"timestamp":549457644,"id":1025,"parentId":905,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21146,"timestamp":549457647,"id":1026,"parentId":905,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21145,"timestamp":549457649,"id":1027,"parentId":905,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21143,"timestamp":549457651,"id":1028,"parentId":905,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21142,"timestamp":549457653,"id":1029,"parentId":905,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21140,"timestamp":549457655,"id":1030,"parentId":905,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21139,"timestamp":549457658,"id":1031,"parentId":905,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21138,"timestamp":549457660,"id":1032,"parentId":905,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21137,"timestamp":549457662,"id":1033,"parentId":905,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21135,"timestamp":549457665,"id":1034,"parentId":905,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":15527,"timestamp":549463274,"id":1036,"parentId":905,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1785335265317,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":15516,"timestamp":549463286,"id":1037,"parentId":905,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1785335265317,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":594,"timestamp":549478209,"id":1039,"parentId":905,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":580,"timestamp":549478223,"id":1040,"parentId":905,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":576,"timestamp":549478228,"id":1041,"parentId":905,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":574,"timestamp":549478231,"id":1042,"parentId":905,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":572,"timestamp":549478234,"id":1043,"parentId":905,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":570,"timestamp":549478236,"id":1044,"parentId":905,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":568,"timestamp":549478239,"id":1045,"parentId":905,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"}]
4
+ [{"name":"minify-js","duration":634,"timestamp":549478241,"id":1046,"parentId":905,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":632,"timestamp":549478245,"id":1047,"parentId":905,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":629,"timestamp":549478248,"id":1048,"parentId":905,"tags":{"name":"450.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":627,"timestamp":549478251,"id":1049,"parentId":905,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":625,"timestamp":549478253,"id":1050,"parentId":905,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":623,"timestamp":549478256,"id":1051,"parentId":905,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":621,"timestamp":549478259,"id":1052,"parentId":905,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":619,"timestamp":549478262,"id":1053,"parentId":905,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":616,"timestamp":549478265,"id":1054,"parentId":905,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":614,"timestamp":549478268,"id":1055,"parentId":905,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":611,"timestamp":549478271,"id":1056,"parentId":905,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":609,"timestamp":549478274,"id":1057,"parentId":905,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":607,"timestamp":549478277,"id":1058,"parentId":905,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":605,"timestamp":549478280,"id":1059,"parentId":905,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":602,"timestamp":549478283,"id":1060,"parentId":905,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":601,"timestamp":549478285,"id":1061,"parentId":905,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":597,"timestamp":549478289,"id":1062,"parentId":905,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":595,"timestamp":549478292,"id":1063,"parentId":905,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":593,"timestamp":549478295,"id":1064,"parentId":905,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":590,"timestamp":549478298,"id":1065,"parentId":905,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":589,"timestamp":549478300,"id":1066,"parentId":905,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":587,"timestamp":549478303,"id":1067,"parentId":905,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":585,"timestamp":549478306,"id":1068,"parentId":905,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":583,"timestamp":549478308,"id":1069,"parentId":905,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":581,"timestamp":549478311,"id":1070,"parentId":905,"tags":{"name":"22.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":579,"timestamp":549478314,"id":1071,"parentId":905,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":577,"timestamp":549478317,"id":1072,"parentId":905,"tags":{"name":"1692.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":575,"timestamp":549478319,"id":1073,"parentId":905,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":573,"timestamp":549478322,"id":1074,"parentId":905,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":571,"timestamp":549478324,"id":1075,"parentId":905,"tags":{"name":"2064.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":569,"timestamp":549478328,"id":1076,"parentId":905,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":567,"timestamp":549478330,"id":1077,"parentId":905,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":565,"timestamp":549478332,"id":1078,"parentId":905,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":565,"timestamp":549478335,"id":1079,"parentId":905,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":563,"timestamp":549478337,"id":1080,"parentId":905,"tags":{"name":"1355.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":561,"timestamp":549478340,"id":1081,"parentId":905,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":560,"timestamp":549478342,"id":1082,"parentId":905,"tags":{"name":"180.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":557,"timestamp":549478345,"id":1083,"parentId":905,"tags":{"name":"120.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":555,"timestamp":549478347,"id":1084,"parentId":905,"tags":{"name":"7593.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":553,"timestamp":549478350,"id":1085,"parentId":905,"tags":{"name":"4018.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":551,"timestamp":549478353,"id":1086,"parentId":905,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":549,"timestamp":549478356,"id":1087,"parentId":905,"tags":{"name":"4390.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":547,"timestamp":549478358,"id":1088,"parentId":905,"tags":{"name":"3753.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":545,"timestamp":549478360,"id":1089,"parentId":905,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":543,"timestamp":549478363,"id":1090,"parentId":905,"tags":{"name":"406.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":541,"timestamp":549478366,"id":1091,"parentId":905,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":539,"timestamp":549478369,"id":1092,"parentId":905,"tags":{"name":"6283.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":537,"timestamp":549478372,"id":1093,"parentId":905,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":535,"timestamp":549478374,"id":1094,"parentId":905,"tags":{"name":"3736.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":533,"timestamp":549478377,"id":1095,"parentId":905,"tags":{"name":"5959.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":531,"timestamp":549478379,"id":1096,"parentId":905,"tags":{"name":"1239.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":529,"timestamp":549478382,"id":1097,"parentId":905,"tags":{"name":"9051.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":527,"timestamp":549478384,"id":1098,"parentId":905,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":525,"timestamp":549478387,"id":1099,"parentId":905,"tags":{"name":"3451.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":523,"timestamp":549478390,"id":1100,"parentId":905,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":521,"timestamp":549478393,"id":1101,"parentId":905,"tags":{"name":"8681.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":519,"timestamp":549478395,"id":1102,"parentId":905,"tags":{"name":"646.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":517,"timestamp":549478397,"id":1103,"parentId":905,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":515,"timestamp":549478400,"id":1104,"parentId":905,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":513,"timestamp":549478403,"id":1105,"parentId":905,"tags":{"name":"9687.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":511,"timestamp":549478406,"id":1106,"parentId":905,"tags":{"name":"2710.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":508,"timestamp":549478409,"id":1107,"parentId":905,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":507,"timestamp":549478411,"id":1108,"parentId":905,"tags":{"name":"1185.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":505,"timestamp":549478414,"id":1109,"parentId":905,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":503,"timestamp":549478416,"id":1110,"parentId":905,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":501,"timestamp":549478419,"id":1111,"parentId":905,"tags":{"name":"3042.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":499,"timestamp":549478421,"id":1112,"parentId":905,"tags":{"name":"1117.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":497,"timestamp":549478424,"id":1113,"parentId":905,"tags":{"name":"4440.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":495,"timestamp":549478426,"id":1114,"parentId":905,"tags":{"name":"5793.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":493,"timestamp":549478429,"id":1115,"parentId":905,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":491,"timestamp":549478432,"id":1116,"parentId":905,"tags":{"name":"5381.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":489,"timestamp":549478434,"id":1117,"parentId":905,"tags":{"name":"233.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":487,"timestamp":549478437,"id":1118,"parentId":905,"tags":{"name":"3270.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":486,"timestamp":549478439,"id":1119,"parentId":905,"tags":{"name":"28.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":484,"timestamp":549478441,"id":1120,"parentId":905,"tags":{"name":"4548.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":482,"timestamp":549478444,"id":1121,"parentId":905,"tags":{"name":"4444.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":480,"timestamp":549478447,"id":1122,"parentId":905,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":32624,"timestamp":549457673,"id":1035,"parentId":905,"tags":{"name":"../app/skills/installed/page.js","cache":"MISS"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":310064,"timestamp":549463290,"id":1038,"parentId":905,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"MISS"},"startTime":1785335265317,"traceId":"95310bdcee82f00d"},{"name":"minify-webpack-plugin-optimize","duration":335259,"timestamp":549438119,"id":905,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1785335265292,"traceId":"95310bdcee82f00d"},{"name":"css-minimizer-plugin","duration":206,"timestamp":549773602,"id":1123,"parentId":19,"tags":{},"startTime":1785335265627,"traceId":"95310bdcee82f00d"},{"name":"create-trace-assets","duration":45640,"timestamp":549774016,"id":1124,"parentId":20,"tags":{},"startTime":1785335265627,"traceId":"95310bdcee82f00d"},{"name":"seal","duration":1197887,"timestamp":548663539,"id":892,"parentId":19,"tags":{},"startTime":1785335264517,"traceId":"95310bdcee82f00d"},{"name":"webpack-compilation","duration":9631580,"timestamp":540310782,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1785335256164,"traceId":"95310bdcee82f00d"},{"name":"emit","duration":44912,"timestamp":549942835,"id":1125,"parentId":16,"tags":{},"startTime":1785335265796,"traceId":"95310bdcee82f00d"},{"name":"webpack-close","duration":2713477,"timestamp":549993444,"id":1126,"parentId":16,"tags":{"name":"server"},"startTime":1785335265847,"traceId":"95310bdcee82f00d"},{"name":"webpack-generate-error-stats","duration":1978,"timestamp":552706984,"id":1127,"parentId":1126,"tags":{},"startTime":1785335268560,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":71858,"timestamp":552716491,"id":1130,"parentId":1129,"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":1785335268570,"traceId":"95310bdcee82f00d"},{"name":"make","duration":72158,"timestamp":552716447,"id":1129,"parentId":1128,"tags":{},"startTime":1785335268570,"traceId":"95310bdcee82f00d"},{"name":"chunk-graph","duration":1054,"timestamp":552796374,"id":1132,"parentId":1131,"tags":{},"startTime":1785335268650,"traceId":"95310bdcee82f00d"},{"name":"optimize-modules","duration":12,"timestamp":552797502,"id":1134,"parentId":1131,"tags":{},"startTime":1785335268651,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunks","duration":807,"timestamp":552797585,"id":1135,"parentId":1131,"tags":{},"startTime":1785335268651,"traceId":"95310bdcee82f00d"},{"name":"optimize-tree","duration":13,"timestamp":552798451,"id":1136,"parentId":1131,"tags":{},"startTime":1785335268652,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunk-modules","duration":3815,"timestamp":552798537,"id":1137,"parentId":1131,"tags":{},"startTime":1785335268652,"traceId":"95310bdcee82f00d"},{"name":"optimize","duration":4963,"timestamp":552797451,"id":1133,"parentId":1131,"tags":{},"startTime":1785335268651,"traceId":"95310bdcee82f00d"},{"name":"module-hash","duration":2193,"timestamp":552803434,"id":1138,"parentId":1131,"tags":{},"startTime":1785335268657,"traceId":"95310bdcee82f00d"},{"name":"code-generation","duration":204,"timestamp":552805650,"id":1139,"parentId":1131,"tags":{},"startTime":1785335268659,"traceId":"95310bdcee82f00d"},{"name":"hash","duration":1687,"timestamp":552807096,"id":1140,"parentId":1131,"tags":{},"startTime":1785335268660,"traceId":"95310bdcee82f00d"},{"name":"code-generation-jobs","duration":119,"timestamp":552808781,"id":1141,"parentId":1131,"tags":{},"startTime":1785335268662,"traceId":"95310bdcee82f00d"},{"name":"module-assets","duration":45,"timestamp":552808885,"id":1142,"parentId":1131,"tags":{},"startTime":1785335268662,"traceId":"95310bdcee82f00d"},{"name":"create-chunk-assets","duration":190,"timestamp":552808937,"id":1143,"parentId":1131,"tags":{},"startTime":1785335268662,"traceId":"95310bdcee82f00d"}]
5
+ [{"name":"minify-js","duration":37,"timestamp":552818809,"id":1145,"parentId":1144,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21,"timestamp":552818830,"id":1146,"parentId":1144,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":16,"timestamp":552818836,"id":1147,"parentId":1144,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"minify-webpack-plugin-optimize","duration":457,"timestamp":552818399,"id":1144,"parentId":1128,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"css-minimizer-plugin","duration":6,"timestamp":552818900,"id":1148,"parentId":1128,"tags":{},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"seal","duration":30329,"timestamp":552794348,"id":1131,"parentId":1128,"tags":{},"startTime":1785335268648,"traceId":"95310bdcee82f00d"},{"name":"webpack-compilation","duration":109675,"timestamp":552715159,"id":1128,"parentId":16,"tags":{"name":"edge-server"},"startTime":1785335268569,"traceId":"95310bdcee82f00d"},{"name":"emit","duration":2025,"timestamp":552824886,"id":1149,"parentId":16,"tags":{},"startTime":1785335268678,"traceId":"95310bdcee82f00d"},{"name":"webpack-close","duration":157,"timestamp":552827271,"id":1150,"parentId":16,"tags":{"name":"edge-server"},"startTime":1785335268681,"traceId":"95310bdcee82f00d"},{"name":"webpack-generate-error-stats","duration":454,"timestamp":552827434,"id":1151,"parentId":1150,"tags":{},"startTime":1785335268681,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836113,"id":1165,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520806,"timestamp":552836116,"id":1166,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520807,"timestamp":552836118,"id":1167,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520809,"timestamp":552836121,"id":1168,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520809,"timestamp":552836124,"id":1169,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520810,"timestamp":552836126,"id":1170,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520811,"timestamp":552836128,"id":1171,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520811,"timestamp":552836131,"id":1172,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520813,"timestamp":552836133,"id":1173,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520818,"timestamp":552836135,"id":1174,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520819,"timestamp":552836137,"id":1175,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520820,"timestamp":552836139,"id":1176,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520819,"timestamp":552836142,"id":1177,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520820,"timestamp":552836144,"id":1178,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520821,"timestamp":552836146,"id":1179,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520823,"timestamp":552836148,"id":1180,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520823,"timestamp":552836150,"id":1181,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520823,"timestamp":552836152,"id":1182,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520824,"timestamp":552836154,"id":1183,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520824,"timestamp":552836156,"id":1184,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520824,"timestamp":552836159,"id":1185,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520825,"timestamp":552836161,"id":1186,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520825,"timestamp":552836163,"id":1187,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520825,"timestamp":552836166,"id":1188,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520826,"timestamp":552836168,"id":1189,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520826,"timestamp":552836170,"id":1190,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520845,"timestamp":552836172,"id":1191,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520846,"timestamp":552836174,"id":1192,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520839,"timestamp":552836184,"id":1193,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520841,"timestamp":552836186,"id":1194,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520842,"timestamp":552836188,"id":1195,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520842,"timestamp":552836190,"id":1196,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520840,"timestamp":552836195,"id":1197,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520838,"timestamp":552836200,"id":1198,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520838,"timestamp":552836203,"id":1199,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520837,"timestamp":552836207,"id":1200,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520836,"timestamp":552836210,"id":1201,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520835,"timestamp":552836214,"id":1202,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520834,"timestamp":552836217,"id":1203,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520833,"timestamp":552836221,"id":1204,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520832,"timestamp":552836225,"id":1205,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520832,"timestamp":552836228,"id":1206,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520832,"timestamp":552836230,"id":1207,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520831,"timestamp":552836234,"id":1208,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520831,"timestamp":552836237,"id":1209,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520830,"timestamp":552836240,"id":1210,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520829,"timestamp":552836243,"id":1211,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520828,"timestamp":552836246,"id":1212,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520828,"timestamp":552836249,"id":1213,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520827,"timestamp":552836252,"id":1214,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520827,"timestamp":552836255,"id":1215,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520826,"timestamp":552836258,"id":1216,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520826,"timestamp":552836261,"id":1217,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520825,"timestamp":552836265,"id":1218,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520824,"timestamp":552836269,"id":1219,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520822,"timestamp":552836274,"id":1220,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520822,"timestamp":552836277,"id":1221,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520822,"timestamp":552836280,"id":1222,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520821,"timestamp":552836283,"id":1223,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520821,"timestamp":552836286,"id":1224,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520820,"timestamp":552836289,"id":1225,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520819,"timestamp":552836292,"id":1226,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520819,"timestamp":552836295,"id":1227,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520818,"timestamp":552836298,"id":1228,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520818,"timestamp":552836301,"id":1229,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520817,"timestamp":552836304,"id":1230,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520816,"timestamp":552836307,"id":1231,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836336,"id":1232,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836338,"id":1233,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836341,"id":1234,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836342,"id":1235,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520791,"timestamp":552836345,"id":1236,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520791,"timestamp":552836347,"id":1237,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520792,"timestamp":552836349,"id":1238,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520792,"timestamp":552836351,"id":1239,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520793,"timestamp":552836353,"id":1240,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520793,"timestamp":552836355,"id":1241,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520794,"timestamp":552836357,"id":1242,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520795,"timestamp":552836359,"id":1243,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520795,"timestamp":552836361,"id":1244,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520796,"timestamp":552836363,"id":1245,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836365,"id":1246,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836367,"id":1247,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520798,"timestamp":552836369,"id":1248,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520798,"timestamp":552836370,"id":1249,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836374,"id":1250,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836376,"id":1251,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836378,"id":1252,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520798,"timestamp":552836380,"id":1253,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520799,"timestamp":552836382,"id":1254,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520799,"timestamp":552836384,"id":1255,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"}]
6
+ [{"name":"add-entry","duration":520999,"timestamp":552836387,"id":1256,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521001,"timestamp":552836389,"id":1257,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521002,"timestamp":552836391,"id":1258,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521003,"timestamp":552836393,"id":1259,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521004,"timestamp":552836395,"id":1260,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521004,"timestamp":552836397,"id":1261,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521005,"timestamp":552836399,"id":1262,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521006,"timestamp":552836401,"id":1263,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521007,"timestamp":552836403,"id":1264,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521008,"timestamp":552836405,"id":1265,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521009,"timestamp":552836407,"id":1266,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521010,"timestamp":552836409,"id":1267,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521011,"timestamp":552836411,"id":1268,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521012,"timestamp":552836413,"id":1269,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521013,"timestamp":552836415,"id":1270,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521014,"timestamp":552836417,"id":1271,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521014,"timestamp":552836419,"id":1272,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521014,"timestamp":552836421,"id":1273,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521016,"timestamp":552836424,"id":1274,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521016,"timestamp":552836426,"id":1275,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521017,"timestamp":552836428,"id":1276,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":603348,"timestamp":552836084,"id":1157,"parentId":1153,"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":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":631313,"timestamp":552836097,"id":1161,"parentId":1153,"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":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":660438,"timestamp":552836108,"id":1163,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680013,"timestamp":552836087,"id":1158,"parentId":1153,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680023,"timestamp":552836093,"id":1160,"parentId":1153,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680034,"timestamp":552836090,"id":1159,"parentId":1153,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680133,"timestamp":552835999,"id":1154,"parentId":1153,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680066,"timestamp":552836080,"id":1156,"parentId":1153,"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":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680088,"timestamp":552836066,"id":1155,"parentId":1153,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":796547,"timestamp":552836470,"id":1296,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":796603,"timestamp":552836433,"id":1279,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":796943,"timestamp":552836100,"id":1162,"parentId":1153,"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":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883827,"timestamp":552836111,"id":1164,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883527,"timestamp":552836430,"id":1277,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883525,"timestamp":552836437,"id":1281,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883519,"timestamp":552836447,"id":1284,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883516,"timestamp":552836453,"id":1287,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883515,"timestamp":552836457,"id":1289,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883510,"timestamp":552836464,"id":1293,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":949469,"timestamp":552836439,"id":1282,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":949485,"timestamp":552836443,"id":1283,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":949472,"timestamp":552836460,"id":1291,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":949474,"timestamp":552836462,"id":1292,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004032,"timestamp":552836435,"id":1280,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004036,"timestamp":552836449,"id":1285,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004035,"timestamp":552836455,"id":1288,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004035,"timestamp":552836458,"id":1290,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004030,"timestamp":552836466,"id":1294,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004068,"timestamp":552836431,"id":1278,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1318153,"timestamp":552836451,"id":1286,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1318157,"timestamp":552836468,"id":1295,"parentId":1153,"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":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"make","duration":1318916,"timestamp":552835806,"id":1153,"parentId":1152,"tags":{},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"chunk-graph","duration":67258,"timestamp":554305619,"id":1298,"parentId":1297,"tags":{},"startTime":1785335270159,"traceId":"95310bdcee82f00d"},{"name":"optimize-modules","duration":7,"timestamp":554372936,"id":1300,"parentId":1297,"tags":{},"startTime":1785335270226,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunks","duration":58636,"timestamp":554380170,"id":1302,"parentId":1297,"tags":{},"startTime":1785335270234,"traceId":"95310bdcee82f00d"},{"name":"optimize-tree","duration":40,"timestamp":554438862,"id":1303,"parentId":1297,"tags":{},"startTime":1785335270292,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunk-modules","duration":90292,"timestamp":554438939,"id":1304,"parentId":1297,"tags":{},"startTime":1785335270292,"traceId":"95310bdcee82f00d"},{"name":"optimize","duration":156359,"timestamp":554372918,"id":1299,"parentId":1297,"tags":{},"startTime":1785335270226,"traceId":"95310bdcee82f00d"},{"name":"module-hash","duration":50050,"timestamp":554587738,"id":1305,"parentId":1297,"tags":{},"startTime":1785335270441,"traceId":"95310bdcee82f00d"},{"name":"code-generation","duration":11924,"timestamp":554637840,"id":1306,"parentId":1297,"tags":{},"startTime":1785335270491,"traceId":"95310bdcee82f00d"},{"name":"hash","duration":9509,"timestamp":554655712,"id":1307,"parentId":1297,"tags":{},"startTime":1785335270509,"traceId":"95310bdcee82f00d"},{"name":"code-generation-jobs","duration":200,"timestamp":554665220,"id":1308,"parentId":1297,"tags":{},"startTime":1785335270519,"traceId":"95310bdcee82f00d"},{"name":"module-assets","duration":1487,"timestamp":554665360,"id":1309,"parentId":1297,"tags":{},"startTime":1785335270519,"traceId":"95310bdcee82f00d"},{"name":"create-chunk-assets","duration":6709,"timestamp":554666861,"id":1310,"parentId":1297,"tags":{},"startTime":1785335270520,"traceId":"95310bdcee82f00d"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1116,"timestamp":554676561,"id":1312,"parentId":1152,"tags":{},"startTime":1785335270530,"traceId":"95310bdcee82f00d"},{"name":"NextJsBuildManifest-createassets","duration":1807,"timestamp":554675880,"id":1311,"parentId":1152,"tags":{},"startTime":1785335270529,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1412,"timestamp":554687924,"id":1314,"parentId":1313,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1396,"timestamp":554687948,"id":1315,"parentId":1313,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1392,"timestamp":554687954,"id":1316,"parentId":1313,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1389,"timestamp":554687958,"id":1317,"parentId":1313,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1386,"timestamp":554687962,"id":1318,"parentId":1313,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1384,"timestamp":554687965,"id":1319,"parentId":1313,"tags":{"name":"static/chunks/app/global-error-1bdeafce45758cfe.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1382,"timestamp":554687969,"id":1320,"parentId":1313,"tags":{"name":"static/chunks/app/layout-fd81ae3bfe2c6c68.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1379,"timestamp":554687973,"id":1321,"parentId":1313,"tags":{"name":"static/chunks/app/error-357b44d3eeda292f.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1377,"timestamp":554687976,"id":1322,"parentId":1313,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1375,"timestamp":554687980,"id":1323,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-96710f38205efa2c.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1372,"timestamp":554687984,"id":1324,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/messages/route-03f8c582a65b7ca9.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1370,"timestamp":554687988,"id":1325,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-73a1e5ed98a87996.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1367,"timestamp":554687992,"id":1326,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/session/route-4119011c4178db97.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1363,"timestamp":554687997,"id":1327,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/start/route-9407b88c991d1b2e.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1350,"timestamp":554688012,"id":1328,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/tools/route-29b95c80a6f8e703.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1346,"timestamp":554688017,"id":1329,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-a86298c4057d3779.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1345,"timestamp":554688020,"id":1330,"parentId":1313,"tags":{"name":"static/chunks/app/api/auth/login/route-202498915ada2dd9.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1343,"timestamp":554688023,"id":1331,"parentId":1313,"tags":{"name":"static/chunks/app/api/auth/logout/route-361420a42eac66c8.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1340,"timestamp":554688028,"id":1332,"parentId":1313,"tags":{"name":"static/chunks/app/api/daily-summary/route-e337f6ef227f66c7.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1339,"timestamp":554688031,"id":1333,"parentId":1313,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-ed6b91d5f68250dc.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1336,"timestamp":554688035,"id":1334,"parentId":1313,"tags":{"name":"static/chunks/app/api/ollama/models/route-7677bc4ba4d7a9ae.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1334,"timestamp":554688038,"id":1335,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-3ea7f2f6f231922f.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1332,"timestamp":554688041,"id":1336,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-d5a022394131a347.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1330,"timestamp":554688045,"id":1337,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-13065acdc897d54c.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1328,"timestamp":554688048,"id":1338,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-ea2dd9cef3e32d47.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1326,"timestamp":554688052,"id":1339,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/clone/route-c9afaf85f576c8b3.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1323,"timestamp":554688056,"id":1340,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-6ec4889645e3b835.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1321,"timestamp":554688059,"id":1341,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/restore/route-85b4062b6273f850.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1318,"timestamp":554688063,"id":1342,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/route-b95b5a955081df72.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1316,"timestamp":554688066,"id":1343,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/sync/route-29ee67999e889523.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1313,"timestamp":554688070,"id":1344,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/scan/route-4395d7bbbc44f33a.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1310,"timestamp":554688075,"id":1345,"parentId":1313,"tags":{"name":"static/chunks/app/api/templates/[id]/route-db521b7e4014b429.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1308,"timestamp":554688077,"id":1346,"parentId":1313,"tags":{"name":"static/chunks/app/api/slash-commands/route-b10a7b1234542196.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1307,"timestamp":554688080,"id":1347,"parentId":1313,"tags":{"name":"static/chunks/app/api/templates/route-f3a90cc72fbdffcc.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"}]
7
+ [{"name":"minify-js","duration":1529,"timestamp":554688085,"id":1348,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-45293b5a097a10a4.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1528,"timestamp":554688089,"id":1349,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-abfd92a2ab51e4b7.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1525,"timestamp":554688093,"id":1350,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-d6095e6e95ad9041.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1523,"timestamp":554688096,"id":1351,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-2a3f9f1137843018.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1521,"timestamp":554688099,"id":1352,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-b4e6b2e3b2efa016.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1518,"timestamp":554688103,"id":1353,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-5c5e3bbd6edad06a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1517,"timestamp":554688107,"id":1354,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-c7440cd4bd3bfe23.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1514,"timestamp":554688110,"id":1355,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-7625a668fc66c437.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1511,"timestamp":554688114,"id":1356,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-2b4c47022285724e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1509,"timestamp":554688117,"id":1357,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-c3301a43f62e5d77.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1507,"timestamp":554688121,"id":1358,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-b7b07e70a4718d16.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1505,"timestamp":554688124,"id":1359,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-f207857a205d1906.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1504,"timestamp":554688127,"id":1360,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-ffd920b7e917f9fc.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1501,"timestamp":554688131,"id":1361,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-6f94021a101ca796.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1499,"timestamp":554688134,"id":1362,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-115c809d872f1c8d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1498,"timestamp":554688137,"id":1363,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-5e439b15f9af702a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1495,"timestamp":554688141,"id":1364,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-a2aafcd201fd18b0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1493,"timestamp":554688144,"id":1365,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-6115c0aded31f32f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1490,"timestamp":554688148,"id":1366,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-b5cbfb0f522ecf22.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1489,"timestamp":554688151,"id":1367,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-92fc26b983c75a4a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1487,"timestamp":554688154,"id":1368,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-8e3632cf185457e9.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1484,"timestamp":554688158,"id":1369,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-270ec0daabc81f62.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1482,"timestamp":554688161,"id":1370,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-1e6a7ce8825b8062.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1481,"timestamp":554688164,"id":1371,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-24ce66b4962b947c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1478,"timestamp":554688168,"id":1372,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-e25087ad273e4a3e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1476,"timestamp":554688171,"id":1373,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-20adcb043aedc6f6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1473,"timestamp":554688175,"id":1374,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-4f9f367b0c957131.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1471,"timestamp":554688178,"id":1375,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-d6ff5ec3c793ee0c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1469,"timestamp":554688181,"id":1376,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-c421d9004488b861.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1465,"timestamp":554688186,"id":1377,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-c694939297318975.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1439,"timestamp":554688213,"id":1378,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-5ff3fb2e65d26820.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1435,"timestamp":554688220,"id":1379,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-ef4b9d08f3e2a8a8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1430,"timestamp":554688226,"id":1380,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-73503d088706f2e5.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1427,"timestamp":554688230,"id":1381,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-71d57035acc448cc.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1422,"timestamp":554688236,"id":1382,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-c81f5208c95ec6c2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1419,"timestamp":554688241,"id":1383,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-786b2389285a919c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1414,"timestamp":554688246,"id":1384,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-e504ea1dbcc767b8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1411,"timestamp":554688251,"id":1385,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-a4d8e758b5d52b2d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1408,"timestamp":554688255,"id":1386,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-9ccbfe9c0e5f2dfc.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1403,"timestamp":554688261,"id":1387,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-c5efcf93bd35bb0e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1400,"timestamp":554688266,"id":1388,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-d64d2bf1937e3711.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1396,"timestamp":554688270,"id":1389,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-9552d8c73269ca0a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1392,"timestamp":554688276,"id":1390,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-2af6a8bbe1357ef2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1388,"timestamp":554688281,"id":1391,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-06992982bf8f446a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1385,"timestamp":554688285,"id":1392,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-513c8471d4480600.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1381,"timestamp":554688291,"id":1393,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-9d559f3c46be5ad2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1377,"timestamp":554688296,"id":1394,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-fe8c08e4d0f6121b.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1373,"timestamp":554688301,"id":1395,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/start-polling/route-def59e5b266f7b75.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1369,"timestamp":554688307,"id":1396,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-70912e53dbe2c3a0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1364,"timestamp":554688312,"id":1397,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-06687a57b406b650.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1359,"timestamp":554688318,"id":1398,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-d75e67a048e406c7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1355,"timestamp":554688324,"id":1399,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-567675b336891222.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1351,"timestamp":554688329,"id":1400,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-609dd5e9890cba96.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1346,"timestamp":554688335,"id":1401,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-a9f277d04742d8e6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1342,"timestamp":554688340,"id":1402,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-c9c84ed6e929b516.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1338,"timestamp":554688346,"id":1403,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-4c5ea3f648c752dd.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1333,"timestamp":554688351,"id":1404,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-fb9a8ec16dd8eee4.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1330,"timestamp":554688356,"id":1405,"parentId":1313,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-90d799d21c04fad7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1325,"timestamp":554688361,"id":1406,"parentId":1313,"tags":{"name":"static/chunks/app/api/app/update-check/route-10815d6058c865f7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1321,"timestamp":554688367,"id":1407,"parentId":1313,"tags":{"name":"static/chunks/app/api/app/update/route-3c92ce1871331fc7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1317,"timestamp":554688372,"id":1408,"parentId":1313,"tags":{"name":"static/chunks/app/api/auth/status/route-84c6959d1889c19a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1313,"timestamp":554688377,"id":1409,"parentId":1313,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-938b5fbf46ce180f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1309,"timestamp":554688382,"id":1410,"parentId":1313,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-088e3293da9d53b7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1302,"timestamp":554688390,"id":1411,"parentId":1313,"tags":{"name":"static/chunks/app/api/external-apps/route-eb5125eaa3e6cbf6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1297,"timestamp":554688397,"id":1412,"parentId":1313,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-0fb8dc8c64c29870.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1292,"timestamp":554688402,"id":1413,"parentId":1313,"tags":{"name":"static/chunks/app/api/fs/browse/route-8eeafdda34fcc1da.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1289,"timestamp":554688407,"id":1414,"parentId":1313,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-29b0821620c48da4.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1284,"timestamp":554688412,"id":1415,"parentId":1313,"tags":{"name":"static/chunks/app/api/push/vapid/route-ec7013c41b3b297f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1280,"timestamp":554688418,"id":1416,"parentId":1313,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-f00ca1581b692b99.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1276,"timestamp":554688423,"id":1417,"parentId":1313,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-94a6774ff7a505fb.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1271,"timestamp":554688428,"id":1418,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-26eda34f919156ce.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1268,"timestamp":554688433,"id":1419,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/installations/route-d67dae6dd1f0e4fd.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1264,"timestamp":554688438,"id":1420,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/[id]/route-caa8ca350e637b27.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1260,"timestamp":554688444,"id":1421,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/route-bbe137a6b774465a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1255,"timestamp":554688449,"id":1422,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/reindex/route-0eba6222c257e27d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1251,"timestamp":554688454,"id":1423,"parentId":1313,"tags":{"name":"static/chunks/app/api/todos/route-ea12b090b98c86da.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1247,"timestamp":554688459,"id":1424,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/operations/route-d19e5f1c56f33fa8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1243,"timestamp":554688465,"id":1425,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-98ca4fd07d4b6cb9.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1239,"timestamp":554688470,"id":1426,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-b6bef662ab9a386c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1234,"timestamp":554688476,"id":1427,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-a3d53bc278870eaf.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1230,"timestamp":554688481,"id":1428,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-db03fd85b51b4123.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1225,"timestamp":554688487,"id":1429,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-3df2870356381d5b.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1221,"timestamp":554688492,"id":1430,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-52a8968afff9073e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1217,"timestamp":554688498,"id":1431,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/route-ad3180cc1f125417.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1212,"timestamp":554688503,"id":1432,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-aaf680649cc43edd.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1208,"timestamp":554688508,"id":1433,"parentId":1313,"tags":{"name":"static/chunks/app/proxy/[...path]/route-b2b68845af478ec0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1204,"timestamp":554688514,"id":1434,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-ada990205ccdabe2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1200,"timestamp":554688519,"id":1435,"parentId":1313,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1196,"timestamp":554688524,"id":1436,"parentId":1313,"tags":{"name":"static/chunks/app/chat/page-d79431dd81cd2e9c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1192,"timestamp":554688529,"id":1437,"parentId":1313,"tags":{"name":"static/chunks/app/offline/page-77c371ae7576a81c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1188,"timestamp":554688534,"id":1438,"parentId":1313,"tags":{"name":"static/chunks/app/login/page-14bf0fb8e359496e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1183,"timestamp":554688540,"id":1439,"parentId":1313,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1179,"timestamp":554688545,"id":1440,"parentId":1313,"tags":{"name":"static/chunks/app/repositories/page-fd523e3f2b982bb0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1175,"timestamp":554688550,"id":1441,"parentId":1313,"tags":{"name":"static/chunks/app/page-43408cabd8dafa07.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1169,"timestamp":554688558,"id":1442,"parentId":1313,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1160,"timestamp":554688568,"id":1443,"parentId":1313,"tags":{"name":"static/chunks/app/more/page-3673543c07cbe4a3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1156,"timestamp":554688573,"id":1444,"parentId":1313,"tags":{"name":"static/chunks/app/skills/[skillId]/page-b68dda30afd103a8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1153,"timestamp":554688577,"id":1445,"parentId":1313,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1148,"timestamp":554688583,"id":1446,"parentId":1313,"tags":{"name":"static/chunks/app/review/page-b5101c643cd3497d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1145,"timestamp":554688588,"id":1447,"parentId":1313,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1140,"timestamp":554688594,"id":1448,"parentId":1313,"tags":{"name":"static/chunks/app/sessions/page-caace15c04da83a3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"}]
8
+ [{"name":"minify-js","duration":1243,"timestamp":554688599,"id":1449,"parentId":1313,"tags":{"name":"static/chunks/app/skills/installed/page-8b60b7703f4f243f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1241,"timestamp":554688604,"id":1450,"parentId":1313,"tags":{"name":"static/chunks/app/skills/page-c5c7b9feed31177d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1237,"timestamp":554688609,"id":1451,"parentId":1313,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1233,"timestamp":554688614,"id":1452,"parentId":1313,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-bd2e2026670a72e7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1229,"timestamp":554688619,"id":1453,"parentId":1313,"tags":{"name":"static/chunks/app/worktrees/[id]/page-0f68e02bd6e97801.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1224,"timestamp":554688625,"id":1454,"parentId":1313,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-32fd0d6525b3207e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1220,"timestamp":554688630,"id":1455,"parentId":1313,"tags":{"name":"static/chunks/webpack-64ca464c195ee8a5.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1216,"timestamp":554688635,"id":1456,"parentId":1313,"tags":{"name":"static/chunks/7229.4a2efc6e219f706c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1211,"timestamp":554688641,"id":1457,"parentId":1313,"tags":{"name":"static/chunks/9263.65cc8b9979d4de79.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1207,"timestamp":554688647,"id":1458,"parentId":1313,"tags":{"name":"static/chunks/953.b7910b645a96bc50.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1203,"timestamp":554688652,"id":1459,"parentId":1313,"tags":{"name":"static/chunks/530.ec5c364bca27a2f3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1199,"timestamp":554688657,"id":1460,"parentId":1313,"tags":{"name":"static/chunks/6271.4eb06e67ad0ab3ea.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1195,"timestamp":554688662,"id":1461,"parentId":1313,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1190,"timestamp":554688668,"id":1462,"parentId":1313,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1186,"timestamp":554688673,"id":1463,"parentId":1313,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1183,"timestamp":554688678,"id":1464,"parentId":1313,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1179,"timestamp":554688683,"id":1465,"parentId":1313,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1175,"timestamp":554688688,"id":1466,"parentId":1313,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1172,"timestamp":554688692,"id":1467,"parentId":1313,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1168,"timestamp":554688697,"id":1468,"parentId":1313,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1164,"timestamp":554688702,"id":1469,"parentId":1313,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1160,"timestamp":554688708,"id":1470,"parentId":1313,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1156,"timestamp":554688713,"id":1471,"parentId":1313,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1151,"timestamp":554688718,"id":1472,"parentId":1313,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1148,"timestamp":554688723,"id":1473,"parentId":1313,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1144,"timestamp":554688728,"id":1474,"parentId":1313,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1140,"timestamp":554688733,"id":1475,"parentId":1313,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1137,"timestamp":554688738,"id":1476,"parentId":1313,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1133,"timestamp":554688743,"id":1477,"parentId":1313,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1129,"timestamp":554688747,"id":1478,"parentId":1313,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1126,"timestamp":554688752,"id":1479,"parentId":1313,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1122,"timestamp":554688757,"id":1480,"parentId":1313,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1118,"timestamp":554688762,"id":1481,"parentId":1313,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1114,"timestamp":554688767,"id":1482,"parentId":1313,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1110,"timestamp":554688772,"id":1483,"parentId":1313,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1106,"timestamp":554688777,"id":1484,"parentId":1313,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1103,"timestamp":554688781,"id":1485,"parentId":1313,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1098,"timestamp":554688787,"id":1486,"parentId":1313,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1095,"timestamp":554688792,"id":1487,"parentId":1313,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1091,"timestamp":554688796,"id":1488,"parentId":1313,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1087,"timestamp":554688801,"id":1489,"parentId":1313,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1083,"timestamp":554688807,"id":1490,"parentId":1313,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1079,"timestamp":554688812,"id":1491,"parentId":1313,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1076,"timestamp":554688816,"id":1492,"parentId":1313,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1072,"timestamp":554688821,"id":1493,"parentId":1313,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1068,"timestamp":554688826,"id":1494,"parentId":1313,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1064,"timestamp":554688831,"id":1495,"parentId":1313,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1061,"timestamp":554688836,"id":1496,"parentId":1313,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1057,"timestamp":554688841,"id":1497,"parentId":1313,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1052,"timestamp":554688847,"id":1498,"parentId":1313,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1048,"timestamp":554688852,"id":1499,"parentId":1313,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1045,"timestamp":554688856,"id":1500,"parentId":1313,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1041,"timestamp":554688862,"id":1501,"parentId":1313,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1038,"timestamp":554688866,"id":1502,"parentId":1313,"tags":{"name":"static/chunks/4bd1b696-eafe90463fb5173f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1034,"timestamp":554688871,"id":1503,"parentId":1313,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1031,"timestamp":554688875,"id":1504,"parentId":1313,"tags":{"name":"static/chunks/6809-415f78b07093e43d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1026,"timestamp":554688881,"id":1505,"parentId":1313,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1022,"timestamp":554688886,"id":1506,"parentId":1313,"tags":{"name":"static/chunks/2770-96ce4dfdaebf3b95.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1018,"timestamp":554688891,"id":1507,"parentId":1313,"tags":{"name":"static/chunks/790-16669d080a2d540f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1014,"timestamp":554688896,"id":1508,"parentId":1313,"tags":{"name":"static/chunks/4974-c7c06dde4c577c2d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1011,"timestamp":554688901,"id":1509,"parentId":1313,"tags":{"name":"static/chunks/4459.4838a33157fb1a62.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1007,"timestamp":554688906,"id":1510,"parentId":1313,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1003,"timestamp":554688911,"id":1511,"parentId":1313,"tags":{"name":"static/chunks/8566-694b23826caefbbc.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":999,"timestamp":554688916,"id":1512,"parentId":1313,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":995,"timestamp":554688921,"id":1513,"parentId":1313,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":985,"timestamp":554688932,"id":1514,"parentId":1313,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":981,"timestamp":554688938,"id":1515,"parentId":1313,"tags":{"name":"static/chunks/5542-eba6aa0b65c58ba6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":977,"timestamp":554688943,"id":1516,"parentId":1313,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":973,"timestamp":554688948,"id":1517,"parentId":1313,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":969,"timestamp":554688953,"id":1518,"parentId":1313,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":965,"timestamp":554688958,"id":1519,"parentId":1313,"tags":{"name":"static/chunks/7485.c9571ab4860a44ed.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":961,"timestamp":554688963,"id":1520,"parentId":1313,"tags":{"name":"static/chunks/9599-be997845bdbb07c0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":859,"timestamp":554689066,"id":1521,"parentId":1313,"tags":{"name":"static/chunks/1255-103d6a472a5aff51.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":850,"timestamp":554689076,"id":1522,"parentId":1313,"tags":{"name":"static/chunks/6402-cf1352625ee26472.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":846,"timestamp":554689082,"id":1523,"parentId":1313,"tags":{"name":"static/chunks/744-74e835043214c7a1.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":841,"timestamp":554689088,"id":1524,"parentId":1313,"tags":{"name":"static/chunks/6488-468750ed7828fd42.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":837,"timestamp":554689093,"id":1525,"parentId":1313,"tags":{"name":"static/chunks/4560-68f293b42c42c964.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":832,"timestamp":554689099,"id":1526,"parentId":1313,"tags":{"name":"static/chunks/2751-7d792a291a08308c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":828,"timestamp":554689104,"id":1527,"parentId":1313,"tags":{"name":"static/chunks/8562-47777bfb8dd0579c.js","cache":"HIT"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":823,"timestamp":554689109,"id":1528,"parentId":1313,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":649,"timestamp":554689285,"id":1530,"parentId":1313,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":604,"timestamp":554689331,"id":1532,"parentId":1313,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1603,"timestamp":554689117,"id":1529,"parentId":1313,"tags":{"name":"static/AKqbAyuzbFfg05qpbCI_K/_ssgManifest.js","cache":"MISS"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":2223,"timestamp":554689293,"id":1531,"parentId":1313,"tags":{"name":"static/AKqbAyuzbFfg05qpbCI_K/_buildManifest.js","cache":"MISS"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-webpack-plugin-optimize","duration":10415,"timestamp":554681107,"id":1313,"parentId":1152,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1785335270535,"traceId":"95310bdcee82f00d"},{"name":"minify-css","duration":123,"timestamp":554691712,"id":1534,"parentId":1533,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"minify-css","duration":82,"timestamp":554691756,"id":1535,"parentId":1533,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"minify-css","duration":78,"timestamp":554691762,"id":1536,"parentId":1533,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"minify-css","duration":75,"timestamp":554691767,"id":1537,"parentId":1533,"tags":{"file":"static/css/2fe46084dfe7af17.css","cache":"HIT"},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"css-minimizer-plugin","duration":213,"timestamp":554691630,"id":1533,"parentId":1152,"tags":{},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"seal","duration":512674,"timestamp":554229279,"id":1297,"parentId":1152,"tags":{},"startTime":1785335270083,"traceId":"95310bdcee82f00d"},{"name":"webpack-compilation","duration":1908170,"timestamp":552833877,"id":1152,"parentId":16,"tags":{"name":"client"},"startTime":1785335268687,"traceId":"95310bdcee82f00d"},{"name":"emit","duration":30181,"timestamp":554742086,"id":1538,"parentId":16,"tags":{},"startTime":1785335270595,"traceId":"95310bdcee82f00d"},{"name":"webpack-close","duration":1763233,"timestamp":554774856,"id":1539,"parentId":16,"tags":{"name":"client"},"startTime":1785335270628,"traceId":"95310bdcee82f00d"},{"name":"webpack-generate-error-stats","duration":716,"timestamp":556538113,"id":1540,"parentId":1539,"tags":{},"startTime":1785335272392,"traceId":"95310bdcee82f00d"},{"name":"run-webpack-compiler","duration":16563585,"timestamp":539977403,"id":16,"parentId":1,"tags":{},"startTime":1785335255831,"traceId":"95310bdcee82f00d"},{"name":"format-webpack-messages","duration":103,"timestamp":556540999,"id":1541,"parentId":1,"tags":{},"startTime":1785335272394,"traceId":"95310bdcee82f00d"},{"name":"verify-typescript-setup","duration":20407984,"timestamp":556544588,"id":1543,"parentId":1,"tags":{},"startTime":1785335272398,"traceId":"95310bdcee82f00d"},{"name":"check-static-error-page","duration":23355,"timestamp":576990291,"id":1546,"parentId":1545,"tags":{},"startTime":1785335292844,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":30942,"timestamp":577214961,"id":1547,"parentId":1545,"tags":{"page":"/_app"},"startTime":1785335293068,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":30120,"timestamp":577215797,"id":1549,"parentId":1545,"tags":{"page":"/_document"},"startTime":1785335293069,"traceId":"95310bdcee82f00d"}]
9
+ [{"name":"check-page","duration":36189,"timestamp":577215732,"id":1548,"parentId":1545,"tags":{"page":"/_error"},"startTime":1785335293069,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":49294,"timestamp":577258509,"id":1682,"parentId":1677,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":67592,"timestamp":577244476,"id":1677,"parentId":1545,"tags":{"page":"/icon.png"},"startTime":1785335293098,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":53585,"timestamp":577258623,"id":1684,"parentId":1679,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":67522,"timestamp":577244705,"id":1679,"parentId":1545,"tags":{"page":"/icon1.png"},"startTime":1785335293098,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":74158,"timestamp":577258584,"id":1683,"parentId":1678,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":88183,"timestamp":577244600,"id":1678,"parentId":1545,"tags":{"page":"/icon2.png"},"startTime":1785335293098,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":83558,"timestamp":577258662,"id":1685,"parentId":1550,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":126438,"timestamp":577215829,"id":1550,"parentId":1545,"tags":{"page":"/_not-found"},"startTime":1785335293069,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":84650,"timestamp":577259128,"id":1686,"parentId":1551,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":127274,"timestamp":577216536,"id":1551,"parentId":1545,"tags":{"page":"/api/app/update-check"},"startTime":1785335293070,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":90485,"timestamp":577259393,"id":1688,"parentId":1552,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":132970,"timestamp":577216934,"id":1552,"parentId":1545,"tags":{"page":"/api/app/update"},"startTime":1785335293070,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":123136,"timestamp":577259241,"id":1687,"parentId":1553,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":165110,"timestamp":577217316,"id":1553,"parentId":1545,"tags":{"page":"/api/assistant/conversation"},"startTime":1785335293071,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":126378,"timestamp":577259469,"id":1690,"parentId":1555,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":167882,"timestamp":577217989,"id":1555,"parentId":1545,"tags":{"page":"/api/assistant/messages"},"startTime":1785335293071,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":129330,"timestamp":577259508,"id":1691,"parentId":1556,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":168341,"timestamp":577220528,"id":1556,"parentId":1545,"tags":{"page":"/api/assistant/session"},"startTime":1785335293074,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":130239,"timestamp":577259436,"id":1689,"parentId":1554,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":172032,"timestamp":577217663,"id":1554,"parentId":1545,"tags":{"page":"/api/assistant/current-output"},"startTime":1785335293071,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":132580,"timestamp":577259537,"id":1692,"parentId":1557,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":171282,"timestamp":577220855,"id":1557,"parentId":1545,"tags":{"page":"/api/assistant/start"},"startTime":1785335293074,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":135013,"timestamp":577259570,"id":1694,"parentId":1559,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":172993,"timestamp":577221611,"id":1559,"parentId":1545,"tags":{"page":"/api/assistant/tools"},"startTime":1785335293075,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":139457,"timestamp":577259587,"id":1695,"parentId":1560,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":177151,"timestamp":577221917,"id":1560,"parentId":1545,"tags":{"page":"/api/auth/login"},"startTime":1785335293075,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":139583,"timestamp":577259558,"id":1693,"parentId":1558,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":177976,"timestamp":577221180,"id":1558,"parentId":1545,"tags":{"page":"/api/assistant/terminal"},"startTime":1785335293075,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":140397,"timestamp":577259599,"id":1696,"parentId":1561,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":177772,"timestamp":577222262,"id":1561,"parentId":1545,"tags":{"page":"/api/auth/logout"},"startTime":1785335293076,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":142859,"timestamp":577259702,"id":1698,"parentId":1562,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":179987,"timestamp":577222590,"id":1562,"parentId":1545,"tags":{"page":"/api/auth/status"},"startTime":1785335293076,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":145989,"timestamp":577259625,"id":1697,"parentId":1563,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":182043,"timestamp":577223591,"id":1563,"parentId":1545,"tags":{"page":"/api/daily-summary"},"startTime":1785335293077,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":148184,"timestamp":577259869,"id":1700,"parentId":1564,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":184188,"timestamp":577223884,"id":1564,"parentId":1545,"tags":{"page":"/api/daily-summary/status"},"startTime":1785335293077,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":149579,"timestamp":577259793,"id":1699,"parentId":1565,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":185197,"timestamp":577224201,"id":1565,"parentId":1545,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1785335293078,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":151837,"timestamp":577260048,"id":1702,"parentId":1567,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":187098,"timestamp":577224805,"id":1567,"parentId":1545,"tags":{"page":"/api/external-apps"},"startTime":1785335293078,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":152419,"timestamp":577259950,"id":1701,"parentId":1566,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":187860,"timestamp":577224524,"id":1566,"parentId":1545,"tags":{"page":"/api/external-apps/[id]"},"startTime":1785335293078,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":154496,"timestamp":577260145,"id":1703,"parentId":1568,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":189532,"timestamp":577225124,"id":1568,"parentId":1545,"tags":{"page":"/api/fs/browse"},"startTime":1785335293079,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":154684,"timestamp":577260227,"id":1704,"parentId":1569,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":189521,"timestamp":577225407,"id":1569,"parentId":1545,"tags":{"page":"/api/fs/recent-paths"},"startTime":1785335293079,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":156524,"timestamp":577260272,"id":1706,"parentId":1571,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":190256,"timestamp":577226561,"id":1571,"parentId":1545,"tags":{"page":"/api/ollama/models"},"startTime":1785335293080,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":156732,"timestamp":577260255,"id":1705,"parentId":1570,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":190759,"timestamp":577226273,"id":1570,"parentId":1545,"tags":{"page":"/api/hooks/claude-done"},"startTime":1785335293080,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":159685,"timestamp":577260365,"id":1707,"parentId":1572,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":193197,"timestamp":577226875,"id":1572,"parentId":1545,"tags":{"page":"/api/push/subscriptions"},"startTime":1785335293080,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":159710,"timestamp":577260438,"id":1708,"parentId":1573,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":192980,"timestamp":577227178,"id":1573,"parentId":1545,"tags":{"page":"/api/push/vapid"},"startTime":1785335293081,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":161322,"timestamp":577260461,"id":1709,"parentId":1574,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":194400,"timestamp":577227457,"id":1574,"parentId":1545,"tags":{"page":"/api/repositories/[id]"},"startTime":1785335293081,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":164278,"timestamp":577260480,"id":1710,"parentId":1575,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":197049,"timestamp":577227728,"id":1575,"parentId":1545,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1785335293081,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":167067,"timestamp":577260497,"id":1711,"parentId":1577,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":199292,"timestamp":577228296,"id":1577,"parentId":1545,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1785335293082,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":168736,"timestamp":577260538,"id":1713,"parentId":1579,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":199940,"timestamp":577229355,"id":1579,"parentId":1545,"tags":{"page":"/api/repositories/excluded"},"startTime":1785335293083,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":170850,"timestamp":577260553,"id":1714,"parentId":1576,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":203421,"timestamp":577227999,"id":1576,"parentId":1545,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1785335293081,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":172574,"timestamp":577260570,"id":1715,"parentId":1580,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":203537,"timestamp":577229628,"id":1580,"parentId":1545,"tags":{"page":"/api/repositories/restore"},"startTime":1785335293083,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":173316,"timestamp":577260523,"id":1712,"parentId":1578,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":204778,"timestamp":577229077,"id":1578,"parentId":1545,"tags":{"page":"/api/repositories/clone"},"startTime":1785335293082,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":174348,"timestamp":577260596,"id":1716,"parentId":1581,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":205069,"timestamp":577229891,"id":1581,"parentId":1545,"tags":{"page":"/api/repositories"},"startTime":1785335293083,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":176432,"timestamp":577260615,"id":1717,"parentId":1583,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":206647,"timestamp":577230421,"id":1583,"parentId":1545,"tags":{"page":"/api/repositories/sync"},"startTime":1785335293084,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":176450,"timestamp":577260689,"id":1718,"parentId":1582,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":206954,"timestamp":577230198,"id":1582,"parentId":1545,"tags":{"page":"/api/repositories/scan"},"startTime":1785335293084,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":178080,"timestamp":577260780,"id":1719,"parentId":1584,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":208242,"timestamp":577230635,"id":1584,"parentId":1545,"tags":{"page":"/api/repositories/validate-path"},"startTime":1785335293084,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":180520,"timestamp":577260925,"id":1721,"parentId":1585,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":210678,"timestamp":577230784,"id":1585,"parentId":1545,"tags":{"page":"/api/sidebar/group-order"},"startTime":1785335293084,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":186482,"timestamp":577260863,"id":1720,"parentId":1586,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":216103,"timestamp":577231265,"id":1586,"parentId":1545,"tags":{"page":"/api/skills/[id]"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":188918,"timestamp":577261108,"id":1723,"parentId":1588,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":218514,"timestamp":577231530,"id":1588,"parentId":1545,"tags":{"page":"/api/skills/operations"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":190611,"timestamp":577260998,"id":1722,"parentId":1587,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":221616,"timestamp":577231410,"id":1587,"parentId":1545,"tags":{"page":"/api/skills/installations"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":193171,"timestamp":577261256,"id":1725,"parentId":1590,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":222699,"timestamp":577231745,"id":1590,"parentId":1545,"tags":{"page":"/api/skills"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":193477,"timestamp":577261181,"id":1724,"parentId":1589,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":223032,"timestamp":577231639,"id":1589,"parentId":1545,"tags":{"page":"/api/skills/reindex"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":195376,"timestamp":577261289,"id":1727,"parentId":1593,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":224589,"timestamp":577232090,"id":1593,"parentId":1545,"tags":{"page":"/api/templates"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":197447,"timestamp":577261308,"id":1728,"parentId":1592,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":226808,"timestamp":577231963,"id":1592,"parentId":1545,"tags":{"page":"/api/templates/[id]"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":199177,"timestamp":577261368,"id":1729,"parentId":1594,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":228359,"timestamp":577232198,"id":1594,"parentId":1545,"tags":{"page":"/api/todos"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":201272,"timestamp":577261398,"id":1730,"parentId":1595,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":230387,"timestamp":577232299,"id":1595,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":203870,"timestamp":577261412,"id":1731,"parentId":1597,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":232476,"timestamp":577232821,"id":1597,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":206815,"timestamp":577261427,"id":1732,"parentId":1596,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":235603,"timestamp":577232697,"id":1596,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"}]
10
+ [{"name":"is-page-static","duration":209784,"timestamp":577261446,"id":1733,"parentId":1598,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":238272,"timestamp":577232979,"id":1598,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":210060,"timestamp":577261274,"id":1726,"parentId":1591,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":239492,"timestamp":577231858,"id":1591,"parentId":1545,"tags":{"page":"/api/slash-commands"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":212650,"timestamp":577261460,"id":1734,"parentId":1599,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":240947,"timestamp":577233182,"id":1599,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":213038,"timestamp":577261473,"id":1735,"parentId":1600,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":241149,"timestamp":577233376,"id":1600,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":214923,"timestamp":577261485,"id":1736,"parentId":1601,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":242884,"timestamp":577233542,"id":1601,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":218811,"timestamp":577261499,"id":1737,"parentId":1603,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":246570,"timestamp":577233760,"id":1603,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":218905,"timestamp":577261548,"id":1738,"parentId":1602,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":246818,"timestamp":577233651,"id":1602,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":222288,"timestamp":577261575,"id":1740,"parentId":1605,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":249639,"timestamp":577234304,"id":1605,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":227445,"timestamp":577261562,"id":1739,"parentId":1604,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":255201,"timestamp":577233864,"id":1604,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":232362,"timestamp":577258120,"id":1681,"parentId":1676,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":246427,"timestamp":577244077,"id":1676,"parentId":1545,"tags":{"page":"/apple-icon.png"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":231287,"timestamp":577261591,"id":1741,"parentId":1607,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":258358,"timestamp":577234544,"id":1607,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":231990,"timestamp":577261604,"id":1742,"parentId":1606,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":259191,"timestamp":577234431,"id":1606,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":234416,"timestamp":577261631,"id":1744,"parentId":1609,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":261365,"timestamp":577234760,"id":1609,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":236786,"timestamp":577261647,"id":1745,"parentId":1611,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":263488,"timestamp":577234965,"id":1611,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":236961,"timestamp":577261659,"id":1746,"parentId":1610,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":263781,"timestamp":577234862,"id":1610,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":240361,"timestamp":577261676,"id":1747,"parentId":1612,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":266965,"timestamp":577235091,"id":1612,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":240433,"timestamp":577261691,"id":1748,"parentId":1613,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":266938,"timestamp":577235197,"id":1613,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":241660,"timestamp":577261704,"id":1749,"parentId":1614,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":267797,"timestamp":577235585,"id":1614,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":244200,"timestamp":577261727,"id":1751,"parentId":1616,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":270127,"timestamp":577235818,"id":1616,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":245979,"timestamp":577261716,"id":1750,"parentId":1615,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":272000,"timestamp":577235711,"id":1615,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":246717,"timestamp":577261740,"id":1752,"parentId":1618,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":272426,"timestamp":577236047,"id":1618,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":248578,"timestamp":577261750,"id":1753,"parentId":1617,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":274427,"timestamp":577235920,"id":1617,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":248994,"timestamp":577261764,"id":1754,"parentId":1619,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":274621,"timestamp":577236154,"id":1619,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":251144,"timestamp":577261785,"id":1756,"parentId":1622,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":276438,"timestamp":577236516,"id":1622,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":252950,"timestamp":577261775,"id":1755,"parentId":1620,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":278484,"timestamp":577236260,"id":1620,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":253982,"timestamp":577261797,"id":1757,"parentId":1621,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":279429,"timestamp":577236367,"id":1621,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":255621,"timestamp":577261810,"id":1758,"parentId":1623,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":280433,"timestamp":577237015,"id":1623,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":256726,"timestamp":577261824,"id":1759,"parentId":1625,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":281288,"timestamp":577237277,"id":1625,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":258321,"timestamp":577261841,"id":1760,"parentId":1626,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":282794,"timestamp":577237385,"id":1626,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":259360,"timestamp":577261617,"id":1743,"parentId":1608,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":286341,"timestamp":577234653,"id":1608,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":259236,"timestamp":577261851,"id":1761,"parentId":1624,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":283942,"timestamp":577237158,"id":1624,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":260988,"timestamp":577261872,"id":1762,"parentId":1627,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":285392,"timestamp":577237486,"id":1627,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":265018,"timestamp":577262032,"id":1764,"parentId":1629,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":289389,"timestamp":577237699,"id":1629,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":265359,"timestamp":577261958,"id":1763,"parentId":1628,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":289739,"timestamp":577237595,"id":1628,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":265322,"timestamp":577262062,"id":1766,"parentId":1631,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":289497,"timestamp":577237897,"id":1631,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":268015,"timestamp":577262098,"id":1768,"parentId":1633,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":291698,"timestamp":577238438,"id":1633,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":268101,"timestamp":577262082,"id":1767,"parentId":1632,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":291889,"timestamp":577238309,"id":1632,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":274056,"timestamp":577262120,"id":1769,"parentId":1634,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":297655,"timestamp":577238547,"id":1634,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":276474,"timestamp":577262168,"id":1771,"parentId":1636,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":299835,"timestamp":577238828,"id":1636,"parentId":1545,"tags":{"page":"/api/worktrees/[id]"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":280410,"timestamp":577262188,"id":1772,"parentId":1639,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":303491,"timestamp":577239168,"id":1639,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":294361,"timestamp":577262201,"id":1773,"parentId":1638,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":317540,"timestamp":577239051,"id":1638,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":297736,"timestamp":577262220,"id":1774,"parentId":1640,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":320702,"timestamp":577239274,"id":1640,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":298106,"timestamp":577262138,"id":1770,"parentId":1635,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":321543,"timestamp":577238717,"id":1635,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":300583,"timestamp":577262239,"id":1775,"parentId":1637,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":323911,"timestamp":577238931,"id":1637,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":301102,"timestamp":577262273,"id":1776,"parentId":1641,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":323713,"timestamp":577239680,"id":1641,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":305649,"timestamp":577262388,"id":1777,"parentId":1642,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":328257,"timestamp":577239805,"id":1642,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/git-workflow"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":308694,"timestamp":577262650,"id":1779,"parentId":1644,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":331324,"timestamp":577240040,"id":1644,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":312503,"timestamp":577262544,"id":1778,"parentId":1643,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":335156,"timestamp":577239915,"id":1643,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":313082,"timestamp":577262805,"id":1780,"parentId":1646,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":335657,"timestamp":577240249,"id":1646,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":313721,"timestamp":577262882,"id":1781,"parentId":1647,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":336270,"timestamp":577240350,"id":1647,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":315622,"timestamp":577262914,"id":1782,"parentId":1648,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"}]
11
+ [{"name":"check-page","duration":338412,"timestamp":577240451,"id":1648,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":313836,"timestamp":577265982,"id":1783,"parentId":1645,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":339688,"timestamp":577240146,"id":1645,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":315013,"timestamp":577266035,"id":1784,"parentId":1649,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":340512,"timestamp":577240554,"id":1649,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":316235,"timestamp":577266054,"id":1785,"parentId":1650,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":341362,"timestamp":577240945,"id":1650,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":317480,"timestamp":577266076,"id":1786,"parentId":1651,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":342478,"timestamp":577241096,"id":1651,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":318785,"timestamp":577266090,"id":1787,"parentId":1652,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":343696,"timestamp":577241209,"id":1652,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":320403,"timestamp":577266118,"id":1788,"parentId":1653,"tags":{},"startTime":1785335293120,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":345226,"timestamp":577241312,"id":1653,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":321353,"timestamp":577266137,"id":1789,"parentId":1654,"tags":{},"startTime":1785335293120,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":346093,"timestamp":577241412,"id":1654,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":322992,"timestamp":577266156,"id":1790,"parentId":1655,"tags":{},"startTime":1785335293120,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":347653,"timestamp":577241512,"id":1655,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":323616,"timestamp":577266172,"id":1791,"parentId":1656,"tags":{},"startTime":1785335293120,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":348197,"timestamp":577241609,"id":1656,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":322263,"timestamp":577269454,"id":1792,"parentId":1657,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":350022,"timestamp":577241710,"id":1657,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":324299,"timestamp":577269494,"id":1793,"parentId":1658,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":352003,"timestamp":577241808,"id":1658,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":324904,"timestamp":577269511,"id":1794,"parentId":1659,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":352246,"timestamp":577242186,"id":1659,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":326371,"timestamp":577269622,"id":1795,"parentId":1660,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":353702,"timestamp":577242318,"id":1660,"parentId":1545,"tags":{"page":"/api/worktrees"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":327058,"timestamp":577270033,"id":1796,"parentId":1666,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":354160,"timestamp":577242948,"id":1666,"parentId":1545,"tags":{"page":"/proxy/[...path]"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":327331,"timestamp":577270721,"id":1797,"parentId":1680,"tags":{},"startTime":1785335293124,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":353270,"timestamp":577244803,"id":1680,"parentId":1545,"tags":{"page":"/manifest.webmanifest"},"startTime":1785335293098,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":350460,"timestamp":577272679,"id":1798,"parentId":1661,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":380751,"timestamp":577242427,"id":1661,"parentId":1545,"tags":{"page":"/chat"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":351894,"timestamp":577272757,"id":1799,"parentId":1662,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":382137,"timestamp":577242535,"id":1662,"parentId":1545,"tags":{"page":"/login"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":353885,"timestamp":577272825,"id":1800,"parentId":1663,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":384087,"timestamp":577242640,"id":1663,"parentId":1545,"tags":{"page":"/more"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":354286,"timestamp":577272891,"id":1801,"parentId":1664,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":384451,"timestamp":577242743,"id":1664,"parentId":1545,"tags":{"page":"/offline"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":357780,"timestamp":577272958,"id":1802,"parentId":1665,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":387909,"timestamp":577242844,"id":1665,"parentId":1545,"tags":{"page":"/"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":363925,"timestamp":577273115,"id":1804,"parentId":1668,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":393871,"timestamp":577243191,"id":1668,"parentId":1545,"tags":{"page":"/review"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":364100,"timestamp":577273042,"id":1803,"parentId":1667,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":394085,"timestamp":577243075,"id":1667,"parentId":1545,"tags":{"page":"/repositories"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":364129,"timestamp":577273183,"id":1805,"parentId":1669,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":394025,"timestamp":577243303,"id":1669,"parentId":1545,"tags":{"page":"/sessions"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":367504,"timestamp":577273247,"id":1806,"parentId":1671,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":397247,"timestamp":577243522,"id":1671,"parentId":1545,"tags":{"page":"/skills/installed"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":370157,"timestamp":577273305,"id":1807,"parentId":1672,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":399854,"timestamp":577243632,"id":1672,"parentId":1545,"tags":{"page":"/skills"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":377211,"timestamp":577273427,"id":1809,"parentId":1673,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":406920,"timestamp":577243744,"id":1673,"parentId":1545,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":382418,"timestamp":577273364,"id":1808,"parentId":1670,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":412393,"timestamp":577243410,"id":1670,"parentId":1545,"tags":{"page":"/skills/[skillId]"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":384986,"timestamp":577273563,"id":1811,"parentId":1675,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":414618,"timestamp":577243962,"id":1675,"parentId":1545,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":413484,"timestamp":577273489,"id":1810,"parentId":1674,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":443190,"timestamp":577243850,"id":1674,"parentId":1545,"tags":{"page":"/worktrees/[id]"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":471617,"timestamp":577262049,"id":1765,"parentId":1630,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":495905,"timestamp":577237800,"id":1630,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"static-check","duration":744109,"timestamp":576989633,"id":1545,"parentId":1,"tags":{},"startTime":1785335292843,"traceId":"95310bdcee82f00d"},{"name":"generate-required-server-files","duration":300,"timestamp":577733946,"id":1813,"parentId":1,"tags":{},"startTime":1785335293587,"traceId":"95310bdcee82f00d"},{"name":"write-routes-manifest","duration":13403,"timestamp":577741609,"id":1815,"parentId":1,"tags":{},"startTime":1785335293595,"traceId":"95310bdcee82f00d"},{"name":"load-dotenv","duration":105,"timestamp":578909025,"id":1818,"parentId":1817,"tags":{},"startTime":1785335294762,"traceId":"95310bdcee82f00d"},{"name":"run-export-path-map","duration":375,"timestamp":579997728,"id":1819,"parentId":1817,"tags":{},"startTime":1785335295851,"traceId":"95310bdcee82f00d"},{"name":"next-export","duration":2408408,"timestamp":578908323,"id":1817,"parentId":1,"tags":{},"startTime":1785335294762,"traceId":"95310bdcee82f00d"},{"name":"move-exported-app-not-found-","duration":66,"timestamp":581318379,"id":1820,"parentId":1816,"tags":{},"startTime":1785335297172,"traceId":"95310bdcee82f00d"},{"name":"move-exported-page","duration":71726,"timestamp":581318525,"id":1821,"parentId":1816,"tags":{},"startTime":1785335297172,"traceId":"95310bdcee82f00d"},{"name":"static-generation","duration":2902428,"timestamp":578905416,"id":1816,"parentId":1,"tags":{},"startTime":1785335294759,"traceId":"95310bdcee82f00d"},{"name":"write-routes-manifest","duration":88446,"timestamp":581808336,"id":1822,"parentId":1,"tags":{},"startTime":1785335297662,"traceId":"95310bdcee82f00d"},{"name":"node-file-trace-build","duration":13917962,"timestamp":577736910,"id":1814,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1785335293590,"traceId":"95310bdcee82f00d"},{"name":"apply-include-excludes","duration":985,"timestamp":591654892,"id":1823,"parentId":1,"tags":{},"startTime":1785335307508,"traceId":"95310bdcee82f00d"},{"name":"print-tree-view","duration":7922,"timestamp":591656096,"id":1824,"parentId":1,"tags":{},"startTime":1785335307509,"traceId":"95310bdcee82f00d"},{"name":"telemetry-flush","duration":43,"timestamp":591664027,"id":1825,"parentId":1,"tags":{},"startTime":1785335307517,"traceId":"95310bdcee82f00d"},{"name":"next-build","duration":51923854,"timestamp":539740220,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1785335255594,"traceId":"95310bdcee82f00d"}]