commandmate 0.1.12 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/.env.example +4 -9
  2. package/.next/BUILD_ID +1 -1
  3. package/.next/app-build-manifest.json +24 -24
  4. package/.next/app-path-routes-manifest.json +1 -1
  5. package/.next/build-manifest.json +7 -7
  6. package/.next/cache/.tsbuildinfo +1 -1
  7. package/.next/cache/config.json +3 -3
  8. package/.next/cache/webpack/client-production/0.pack +0 -0
  9. package/.next/cache/webpack/client-production/1.pack +0 -0
  10. package/.next/cache/webpack/client-production/2.pack +0 -0
  11. package/.next/cache/webpack/client-production/index.pack +0 -0
  12. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  13. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  14. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  15. package/.next/cache/webpack/server-production/0.pack +0 -0
  16. package/.next/cache/webpack/server-production/index.pack +0 -0
  17. package/.next/next-server.js.nft.json +1 -1
  18. package/.next/prerender-manifest.json +1 -1
  19. package/.next/react-loadable-manifest.json +7 -7
  20. package/.next/required-server-files.json +1 -1
  21. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  22. package/.next/server/app/_not-found.html +1 -1
  23. package/.next/server/app/_not-found.rsc +2 -2
  24. package/.next/server/app/api/hooks/claude-done/route.js +1 -19
  25. package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
  26. package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
  27. package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
  28. package/.next/server/app/api/repositories/clone/route.js +1 -1
  29. package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
  30. package/.next/server/app/api/repositories/excluded/route.js +36 -0
  31. package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -0
  32. package/.next/server/app/api/repositories/excluded.body +1 -0
  33. package/.next/server/app/api/repositories/excluded.meta +1 -0
  34. package/.next/server/app/api/repositories/restore/route.js +36 -0
  35. package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -0
  36. package/.next/server/app/api/repositories/route.js +36 -1
  37. package/.next/server/app/api/repositories/route.js.nft.json +1 -1
  38. package/.next/server/app/api/repositories/scan/route.js +1 -1
  39. package/.next/server/app/api/repositories/sync/route.js +36 -1
  40. package/.next/server/app/api/slash-commands/route.js +1 -1
  41. package/.next/server/app/api/slash-commands.body +1 -1
  42. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  43. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
  44. package/.next/server/app/api/worktrees/[id]/capture/route.js +2 -2
  45. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
  46. package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
  47. package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
  48. package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
  49. package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
  50. package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
  51. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  52. package/.next/server/app/api/worktrees/[id]/logs/route.js +1 -1
  53. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
  54. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
  55. package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
  56. package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
  57. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  58. package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
  59. package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
  60. package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
  61. package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
  62. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
  63. package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
  64. package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
  65. package/.next/server/app/api/worktrees/[id]/terminal/route.js +1 -1
  66. package/.next/server/app/api/worktrees/route.js +1 -1
  67. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  68. package/.next/server/app/index.html +2 -2
  69. package/.next/server/app/index.rsc +3 -3
  70. package/.next/server/app/page.js +7 -7
  71. package/.next/server/app/page.js.nft.json +1 -1
  72. package/.next/server/app/page_client-reference-manifest.js +1 -1
  73. package/.next/server/app/proxy/[...path]/route.js +2 -2
  74. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  75. package/.next/server/app/worktrees/[id]/page.js +4 -4
  76. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  77. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  78. package/.next/server/app/worktrees/[id]/simple-terminal/page_client-reference-manifest.js +1 -1
  79. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  80. package/.next/server/app-paths-manifest.json +10 -8
  81. package/.next/server/chunks/5488.js +36 -0
  82. package/.next/server/chunks/6550.js +1 -1
  83. package/.next/server/chunks/7425.js +53 -50
  84. package/.next/server/chunks/7536.js +1 -0
  85. package/.next/server/chunks/8174.js +23 -0
  86. package/.next/server/chunks/9367.js +19 -0
  87. package/.next/server/middleware-build-manifest.js +1 -1
  88. package/.next/server/middleware-manifest.json +2 -28
  89. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  90. package/.next/server/pages/404.html +1 -1
  91. package/.next/server/pages/500.html +1 -1
  92. package/.next/server/server-reference-manifest.json +1 -1
  93. package/.next/static/chunks/4327.740cc7fe2d0b5049.js +60 -0
  94. package/.next/static/chunks/4343-ebe884a2a80eb033.js +1 -0
  95. package/.next/static/chunks/6568-38a33aa67d82e12b.js +1 -0
  96. package/.next/static/chunks/816-c254f4e2406e696a.js +1 -0
  97. package/.next/static/chunks/app/layout-4804cfba519283cf.js +1 -0
  98. package/.next/static/chunks/app/page-3926224c4cdf315b.js +1 -0
  99. package/.next/static/chunks/app/worktrees/[id]/page-8bd88bdc29607413.js +1 -0
  100. package/.next/static/chunks/main-b6d727aa9248d4f2.js +1 -0
  101. package/.next/static/chunks/{webpack-3fc79fab9bb738d7.js → webpack-4f85dcef6279c6ee.js} +1 -1
  102. package/.next/static/css/28be35e4727ae7ef.css +3 -0
  103. package/.next/trace +5 -5
  104. package/.next/types/app/api/repositories/excluded/route.ts +343 -0
  105. package/.next/types/app/api/repositories/restore/route.ts +343 -0
  106. package/README.md +2 -2
  107. package/dist/cli/commands/init.d.ts.map +1 -1
  108. package/dist/cli/commands/init.js +2 -13
  109. package/dist/cli/commands/start.d.ts.map +1 -1
  110. package/dist/cli/commands/start.js +3 -7
  111. package/dist/cli/config/security-messages.d.ts +11 -0
  112. package/dist/cli/config/security-messages.d.ts.map +1 -0
  113. package/dist/cli/config/security-messages.js +29 -0
  114. package/dist/cli/types/index.d.ts +0 -1
  115. package/dist/cli/types/index.d.ts.map +1 -1
  116. package/dist/cli/utils/daemon.d.ts.map +1 -1
  117. package/dist/cli/utils/daemon.js +3 -7
  118. package/dist/cli/utils/env-setup.d.ts +0 -4
  119. package/dist/cli/utils/env-setup.d.ts.map +1 -1
  120. package/dist/cli/utils/env-setup.js +0 -14
  121. package/dist/cli/utils/security-logger.d.ts.map +1 -1
  122. package/dist/cli/utils/security-logger.js +1 -2
  123. package/dist/server/server.js +25 -2
  124. package/dist/server/src/lib/auto-yes-manager.js +100 -11
  125. package/dist/server/src/lib/claude-poller.js +341 -0
  126. package/dist/server/src/lib/claude-session.js +48 -19
  127. package/dist/server/src/lib/cli-patterns.js +69 -6
  128. package/dist/server/src/lib/cli-tools/base.js +7 -1
  129. package/dist/server/src/lib/cli-tools/codex.js +14 -2
  130. package/dist/server/src/lib/cli-tools/manager.js +27 -0
  131. package/dist/server/src/lib/cli-tools/types.js +7 -0
  132. package/dist/server/src/lib/cli-tools/validation.js +41 -0
  133. package/dist/server/src/lib/db-repository.js +482 -0
  134. package/dist/server/src/lib/db.js +23 -0
  135. package/dist/server/src/lib/env.js +0 -17
  136. package/dist/server/src/lib/logger.js +0 -4
  137. package/dist/server/src/lib/prompt-detector.js +297 -109
  138. package/dist/server/src/lib/response-poller.js +73 -27
  139. package/dist/server/src/lib/tmux.js +48 -0
  140. package/dist/server/src/lib/ws-server.js +12 -1
  141. package/dist/server/src/types/sidebar.js +16 -31
  142. package/dist/server/src/types/slash-commands.js +2 -0
  143. package/package.json +1 -1
  144. package/.next/server/chunks/1318.js +0 -29
  145. package/.next/server/chunks/2597.js +0 -1
  146. package/.next/server/chunks/2648.js +0 -1
  147. package/.next/server/chunks/9703.js +0 -31
  148. package/.next/server/chunks/9723.js +0 -19
  149. package/.next/server/edge-runtime-webpack.js +0 -2
  150. package/.next/server/edge-runtime-webpack.js.map +0 -1
  151. package/.next/server/src/middleware.js +0 -14
  152. package/.next/server/src/middleware.js.map +0 -1
  153. package/.next/static/chunks/2853-d11a80b03c9a1640.js +0 -1
  154. package/.next/static/chunks/4327.3b84aa049900fdeb.js +0 -60
  155. package/.next/static/chunks/816-7e340dad784be28c.js +0 -1
  156. package/.next/static/chunks/9365-733d8c05712d2888.js +0 -1
  157. package/.next/static/chunks/app/layout-37e55f11dcc8b1bf.js +0 -1
  158. package/.next/static/chunks/app/page-fe35d61f14b90a51.js +0 -1
  159. package/.next/static/chunks/app/worktrees/[id]/page-58fcf2e63c056743.js +0 -1
  160. package/.next/static/chunks/main-a960f4a5e1a2f598.js +0 -1
  161. package/.next/static/css/376b339640084689.css +0 -3
  162. /package/.next/static/{564GHwluX5xIv9qpqLJV2 → oUD-A998xeBoez6zsrTH3}/_buildManifest.js +0 -0
  163. /package/.next/static/{564GHwluX5xIv9qpqLJV2 → oUD-A998xeBoez6zsrTH3}/_ssgManifest.js +0 -0
package/.next/trace CHANGED
@@ -1,5 +1,5 @@
1
- [{"name":"generate-buildid","duration":250,"timestamp":309071110,"id":4,"parentId":1,"tags":{},"startTime":1770188682313,"traceId":"44b61e360213564d"},{"name":"load-custom-routes","duration":1388,"timestamp":309071550,"id":5,"parentId":1,"tags":{},"startTime":1770188682314,"traceId":"44b61e360213564d"},{"name":"create-pages-mapping","duration":144,"timestamp":309167741,"id":6,"parentId":1,"tags":{},"startTime":1770188682410,"traceId":"44b61e360213564d"},{"name":"collect-app-paths","duration":2858,"timestamp":309167917,"id":7,"parentId":1,"tags":{},"startTime":1770188682410,"traceId":"44b61e360213564d"},{"name":"create-app-mapping","duration":1352,"timestamp":309170795,"id":8,"parentId":1,"tags":{},"startTime":1770188682413,"traceId":"44b61e360213564d"},{"name":"public-dir-conflict-check","duration":543,"timestamp":309172750,"id":9,"parentId":1,"tags":{},"startTime":1770188682415,"traceId":"44b61e360213564d"},{"name":"generate-routes-manifest","duration":3180,"timestamp":309173430,"id":10,"parentId":1,"tags":{},"startTime":1770188682416,"traceId":"44b61e360213564d"},{"name":"create-dist-dir","duration":965,"timestamp":309178125,"id":11,"parentId":1,"tags":{},"startTime":1770188682420,"traceId":"44b61e360213564d"},{"name":"write-routes-manifest","duration":431,"timestamp":309191903,"id":12,"parentId":1,"tags":{},"startTime":1770188682434,"traceId":"44b61e360213564d"},{"name":"generate-required-server-files","duration":291,"timestamp":309192398,"id":13,"parentId":1,"tags":{},"startTime":1770188682435,"traceId":"44b61e360213564d"},{"name":"create-entrypoints","duration":47821,"timestamp":309589950,"id":17,"parentId":15,"tags":{},"startTime":1770188682832,"traceId":"44b61e360213564d"},{"name":"generate-webpack-config","duration":290560,"timestamp":309637932,"id":18,"parentId":16,"tags":{},"startTime":1770188682880,"traceId":"44b61e360213564d"},{"name":"next-trace-entrypoint-plugin","duration":2235,"timestamp":310000541,"id":20,"parentId":19,"tags":{},"startTime":1770188683243,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":728124,"timestamp":310009374,"id":23,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":749148,"timestamp":310009406,"id":24,"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":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":759860,"timestamp":310009425,"id":25,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":777281,"timestamp":310009908,"id":57,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":777298,"timestamp":310009913,"id":58,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1002051,"timestamp":310009886,"id":51,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1019725,"timestamp":310008832,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683251,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018678,"timestamp":310009915,"id":59,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018683,"timestamp":310009920,"id":60,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018693,"timestamp":310009922,"id":61,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018692,"timestamp":310009927,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018693,"timestamp":310009930,"id":63,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1025350,"timestamp":310009889,"id":52,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1036997,"timestamp":310009906,"id":56,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1083724,"timestamp":310009897,"id":54,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1083751,"timestamp":310009891,"id":53,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1099118,"timestamp":310009902,"id":55,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1099256,"timestamp":310009936,"id":64,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1099908,"timestamp":310009943,"id":66,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1101628,"timestamp":310009940,"id":65,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1102068,"timestamp":310009667,"id":35,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1114556,"timestamp":310009874,"id":48,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116445,"timestamp":310009507,"id":30,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116261,"timestamp":310009708,"id":40,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116294,"timestamp":310009684,"id":37,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116490,"timestamp":310009495,"id":29,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116124,"timestamp":310009864,"id":46,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116109,"timestamp":310009882,"id":50,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116525,"timestamp":310009470,"id":27,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116365,"timestamp":310009634,"id":33,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116377,"timestamp":310009648,"id":34,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116352,"timestamp":310009677,"id":36,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116340,"timestamp":310009692,"id":38,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116256,"timestamp":310009783,"id":43,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116190,"timestamp":310009852,"id":45,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116248,"timestamp":310009798,"id":44,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116400,"timestamp":310009722,"id":42,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116179,"timestamp":310009948,"id":67,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116553,"timestamp":310009578,"id":31,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1119549,"timestamp":310009951,"id":68,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1120058,"timestamp":310009484,"id":28,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1119848,"timestamp":310009699,"id":39,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1119680,"timestamp":310009871,"id":47,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1124990,"timestamp":310009453,"id":26,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1124737,"timestamp":310009715,"id":41,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1139312,"timestamp":310009612,"id":32,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1139055,"timestamp":310009879,"id":49,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"make","duration":2229607,"timestamp":310008460,"id":21,"parentId":19,"tags":{},"startTime":1770188683251,"traceId":"44b61e360213564d"},{"name":"get-entries","duration":1856,"timestamp":312239807,"id":98,"parentId":97,"tags":{},"startTime":1770188685482,"traceId":"44b61e360213564d"},{"name":"node-file-trace-plugin","duration":356100,"timestamp":312245554,"id":99,"parentId":97,"tags":{"traceEntryCount":"90"},"startTime":1770188685488,"traceId":"44b61e360213564d"},{"name":"collect-traced-files","duration":3401,"timestamp":312601666,"id":100,"parentId":97,"tags":{},"startTime":1770188685844,"traceId":"44b61e360213564d"},{"name":"finish-modules","duration":365460,"timestamp":312239612,"id":97,"parentId":20,"tags":{},"startTime":1770188685482,"traceId":"44b61e360213564d"},{"name":"chunk-graph","duration":37335,"timestamp":312818590,"id":102,"parentId":101,"tags":{},"startTime":1770188686061,"traceId":"44b61e360213564d"},{"name":"optimize-modules","duration":66,"timestamp":312856157,"id":104,"parentId":101,"tags":{},"startTime":1770188686098,"traceId":"44b61e360213564d"},{"name":"optimize-chunks","duration":46960,"timestamp":312856364,"id":105,"parentId":101,"tags":{},"startTime":1770188686099,"traceId":"44b61e360213564d"},{"name":"optimize-tree","duration":154,"timestamp":312903421,"id":106,"parentId":101,"tags":{},"startTime":1770188686146,"traceId":"44b61e360213564d"},{"name":"optimize-chunk-modules","duration":49436,"timestamp":312903677,"id":107,"parentId":101,"tags":{},"startTime":1770188686146,"traceId":"44b61e360213564d"},{"name":"optimize","duration":97205,"timestamp":312856059,"id":103,"parentId":101,"tags":{},"startTime":1770188686098,"traceId":"44b61e360213564d"},{"name":"module-hash","duration":49046,"timestamp":312995480,"id":108,"parentId":101,"tags":{},"startTime":1770188686238,"traceId":"44b61e360213564d"},{"name":"code-generation","duration":8604,"timestamp":313044610,"id":109,"parentId":101,"tags":{},"startTime":1770188686287,"traceId":"44b61e360213564d"},{"name":"hash","duration":12148,"timestamp":313060598,"id":110,"parentId":101,"tags":{},"startTime":1770188686303,"traceId":"44b61e360213564d"},{"name":"code-generation-jobs","duration":462,"timestamp":313072743,"id":111,"parentId":101,"tags":{},"startTime":1770188686315,"traceId":"44b61e360213564d"},{"name":"module-assets","duration":1405,"timestamp":313073118,"id":112,"parentId":101,"tags":{},"startTime":1770188686315,"traceId":"44b61e360213564d"},{"name":"create-chunk-assets","duration":2264,"timestamp":313074543,"id":113,"parentId":101,"tags":{},"startTime":1770188686317,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1019,"timestamp":313093250,"id":115,"parentId":114,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1770188686335,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":781,"timestamp":313093497,"id":116,"parentId":114,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":763,"timestamp":313093517,"id":117,"parentId":114,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":748,"timestamp":313093535,"id":118,"parentId":114,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":738,"timestamp":313093546,"id":119,"parentId":114,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":730,"timestamp":313093557,"id":120,"parentId":114,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":723,"timestamp":313093566,"id":121,"parentId":114,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":711,"timestamp":313093579,"id":122,"parentId":114,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":685,"timestamp":313093607,"id":123,"parentId":114,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":677,"timestamp":313093617,"id":124,"parentId":114,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":664,"timestamp":313093632,"id":125,"parentId":114,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":654,"timestamp":313093644,"id":126,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":646,"timestamp":313093653,"id":127,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":639,"timestamp":313093662,"id":128,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":534,"timestamp":313093770,"id":129,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":518,"timestamp":313093788,"id":130,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":501,"timestamp":313093807,"id":131,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":493,"timestamp":313093817,"id":132,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":488,"timestamp":313093824,"id":133,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":483,"timestamp":313093830,"id":134,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":478,"timestamp":313093837,"id":135,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":472,"timestamp":313093845,"id":136,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":467,"timestamp":313093852,"id":137,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":462,"timestamp":313093859,"id":138,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"}]
2
- [{"name":"minify-js","duration":458,"timestamp":313093865,"id":139,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":453,"timestamp":313093872,"id":140,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":448,"timestamp":313093879,"id":141,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":443,"timestamp":313093885,"id":142,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":438,"timestamp":313093892,"id":143,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":433,"timestamp":313093898,"id":144,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":428,"timestamp":313093905,"id":145,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":423,"timestamp":313093912,"id":146,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":418,"timestamp":313093918,"id":147,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":413,"timestamp":313093925,"id":148,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":409,"timestamp":313093931,"id":149,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":404,"timestamp":313093938,"id":150,"parentId":114,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":400,"timestamp":313093944,"id":151,"parentId":114,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":395,"timestamp":313093950,"id":152,"parentId":114,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":390,"timestamp":313093957,"id":153,"parentId":114,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":408,"timestamp":313093970,"id":154,"parentId":114,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":404,"timestamp":313093977,"id":155,"parentId":114,"tags":{"name":"../app/worktrees/[id]/simple-terminal/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":399,"timestamp":313093983,"id":156,"parentId":114,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":395,"timestamp":313093989,"id":157,"parentId":114,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":389,"timestamp":313093995,"id":158,"parentId":114,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":362,"timestamp":313094023,"id":159,"parentId":114,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":355,"timestamp":313094032,"id":160,"parentId":114,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":350,"timestamp":313094038,"id":161,"parentId":114,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":345,"timestamp":313094044,"id":162,"parentId":114,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":341,"timestamp":313094050,"id":163,"parentId":114,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":335,"timestamp":313094056,"id":164,"parentId":114,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":330,"timestamp":313094063,"id":165,"parentId":114,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":317,"timestamp":313094078,"id":166,"parentId":114,"tags":{"name":"4471.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":311,"timestamp":313094085,"id":167,"parentId":114,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":305,"timestamp":313094091,"id":168,"parentId":114,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":300,"timestamp":313094097,"id":169,"parentId":114,"tags":{"name":"434.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":295,"timestamp":313094103,"id":170,"parentId":114,"tags":{"name":"8887.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":290,"timestamp":313094109,"id":171,"parentId":114,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":285,"timestamp":313094115,"id":172,"parentId":114,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":280,"timestamp":313094121,"id":173,"parentId":114,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":275,"timestamp":313094126,"id":174,"parentId":114,"tags":{"name":"3053.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":270,"timestamp":313094132,"id":175,"parentId":114,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":266,"timestamp":313094138,"id":176,"parentId":114,"tags":{"name":"2648.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":261,"timestamp":313094144,"id":177,"parentId":114,"tags":{"name":"2597.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":255,"timestamp":313094151,"id":178,"parentId":114,"tags":{"name":"6550.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":250,"timestamp":313094157,"id":179,"parentId":114,"tags":{"name":"9723.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":245,"timestamp":313094163,"id":180,"parentId":114,"tags":{"name":"9703.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":165,"timestamp":313094243,"id":181,"parentId":114,"tags":{"name":"1318.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":149,"timestamp":313094260,"id":182,"parentId":114,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"terser-webpack-plugin-optimize","duration":12040,"timestamp":313082398,"id":114,"parentId":19,"tags":{"compilationName":"server","swcMinify":true},"startTime":1770188686325,"traceId":"44b61e360213564d"},{"name":"css-minimizer-plugin","duration":131,"timestamp":313094559,"id":183,"parentId":19,"tags":{},"startTime":1770188686337,"traceId":"44b61e360213564d"},{"name":"create-trace-assets","duration":2362,"timestamp":313094871,"id":184,"parentId":20,"tags":{},"startTime":1770188686337,"traceId":"44b61e360213564d"},{"name":"seal","duration":395147,"timestamp":312719436,"id":101,"parentId":19,"tags":{},"startTime":1770188685962,"traceId":"44b61e360213564d"},{"name":"webpack-compilation","duration":3126190,"timestamp":309998687,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1770188683241,"traceId":"44b61e360213564d"},{"name":"emit","duration":25595,"timestamp":313125527,"id":185,"parentId":16,"tags":{},"startTime":1770188686368,"traceId":"44b61e360213564d"},{"name":"webpack-close","duration":806,"timestamp":313151761,"id":186,"parentId":16,"tags":{"name":"server"},"startTime":1770188686394,"traceId":"44b61e360213564d"},{"name":"webpack-generate-error-stats","duration":2573,"timestamp":313152611,"id":187,"parentId":186,"tags":{},"startTime":1770188686395,"traceId":"44b61e360213564d"},{"name":"run-webpack-compiler","duration":3565517,"timestamp":309589946,"id":16,"parentId":15,"tags":{},"startTime":1770188682832,"traceId":"44b61e360213564d"},{"name":"format-webpack-messages","duration":103,"timestamp":313155471,"id":188,"parentId":15,"tags":{},"startTime":1770188686398,"traceId":"44b61e360213564d"},{"name":"worker-main-server","duration":3566037,"timestamp":309589630,"id":15,"parentId":1,"tags":{},"startTime":1770188682832,"traceId":"44b61e360213564d"},{"name":"create-entrypoints","duration":49074,"timestamp":313584716,"id":191,"parentId":189,"tags":{},"startTime":1770188686827,"traceId":"44b61e360213564d"},{"name":"generate-webpack-config","duration":292739,"timestamp":313633949,"id":192,"parentId":190,"tags":{},"startTime":1770188686876,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":117710,"timestamp":314007089,"id":195,"parentId":194,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpP1xcL2FwaSg%2FOlxcLygoPzpbXlxcLyNcXD9dKz8pKD86XFwvKD86W15cXC8jXFw%2FXSs%2FKSkqKSk%2FKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiL2FwaS86cGF0aCoifV0%3D&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpP1xcL2FwaSg%2FOlxcLygoPzpbXlxcLyNcXD9dKz8pKD86XFwvKD86W15cXC8jXFw%2FXSs%2FKSkqKSk%2FKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiL2FwaS86cGF0aCoifV19!"},"startTime":1770188687249,"traceId":"44b61e360213564d"},{"name":"make","duration":119083,"timestamp":314006786,"id":194,"parentId":193,"tags":{},"startTime":1770188687249,"traceId":"44b61e360213564d"},{"name":"chunk-graph","duration":3307,"timestamp":314143881,"id":197,"parentId":196,"tags":{},"startTime":1770188687386,"traceId":"44b61e360213564d"},{"name":"optimize-modules","duration":37,"timestamp":314147390,"id":199,"parentId":196,"tags":{},"startTime":1770188687390,"traceId":"44b61e360213564d"},{"name":"optimize-chunks","duration":2393,"timestamp":314147536,"id":200,"parentId":196,"tags":{},"startTime":1770188687390,"traceId":"44b61e360213564d"},{"name":"optimize-tree","duration":131,"timestamp":314150030,"id":201,"parentId":196,"tags":{},"startTime":1770188687392,"traceId":"44b61e360213564d"},{"name":"optimize-chunk-modules","duration":6123,"timestamp":314150258,"id":202,"parentId":196,"tags":{},"startTime":1770188687392,"traceId":"44b61e360213564d"},{"name":"optimize","duration":9230,"timestamp":314147272,"id":198,"parentId":196,"tags":{},"startTime":1770188687389,"traceId":"44b61e360213564d"},{"name":"module-hash","duration":7611,"timestamp":314161480,"id":203,"parentId":196,"tags":{},"startTime":1770188687404,"traceId":"44b61e360213564d"},{"name":"code-generation","duration":1083,"timestamp":314169149,"id":204,"parentId":196,"tags":{},"startTime":1770188687411,"traceId":"44b61e360213564d"},{"name":"hash","duration":4614,"timestamp":314172947,"id":205,"parentId":196,"tags":{},"startTime":1770188687415,"traceId":"44b61e360213564d"},{"name":"code-generation-jobs","duration":327,"timestamp":314177560,"id":206,"parentId":196,"tags":{},"startTime":1770188687420,"traceId":"44b61e360213564d"},{"name":"module-assets","duration":117,"timestamp":314177846,"id":207,"parentId":196,"tags":{},"startTime":1770188687420,"traceId":"44b61e360213564d"},{"name":"create-chunk-assets","duration":970,"timestamp":314177976,"id":208,"parentId":196,"tags":{},"startTime":1770188687420,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":217,"timestamp":314233945,"id":210,"parentId":209,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1770188687476,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":45,"timestamp":314234126,"id":211,"parentId":209,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1770188687476,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":28,"timestamp":314234145,"id":212,"parentId":209,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1770188687476,"traceId":"44b61e360213564d"},{"name":"terser-webpack-plugin-optimize","duration":2035,"timestamp":314232143,"id":209,"parentId":193,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1770188687474,"traceId":"44b61e360213564d"},{"name":"css-minimizer-plugin","duration":109,"timestamp":314234268,"id":213,"parentId":193,"tags":{},"startTime":1770188687476,"traceId":"44b61e360213564d"},{"name":"seal","duration":98989,"timestamp":314139278,"id":196,"parentId":193,"tags":{},"startTime":1770188687381,"traceId":"44b61e360213564d"},{"name":"webpack-compilation","duration":240600,"timestamp":313998232,"id":193,"parentId":190,"tags":{"name":"edge-server"},"startTime":1770188687240,"traceId":"44b61e360213564d"},{"name":"emit","duration":3562,"timestamp":314239300,"id":214,"parentId":190,"tags":{},"startTime":1770188687482,"traceId":"44b61e360213564d"},{"name":"webpack-close","duration":698,"timestamp":314243476,"id":215,"parentId":190,"tags":{"name":"edge-server"},"startTime":1770188687486,"traceId":"44b61e360213564d"},{"name":"webpack-generate-error-stats","duration":2394,"timestamp":314244224,"id":216,"parentId":215,"tags":{},"startTime":1770188687486,"traceId":"44b61e360213564d"},{"name":"run-webpack-compiler","duration":662167,"timestamp":313584709,"id":190,"parentId":189,"tags":{},"startTime":1770188686827,"traceId":"44b61e360213564d"},{"name":"format-webpack-messages","duration":86,"timestamp":314246884,"id":217,"parentId":189,"tags":{},"startTime":1770188687489,"traceId":"44b61e360213564d"},{"name":"worker-main-edge-server","duration":662683,"timestamp":313584416,"id":189,"parentId":1,"tags":{},"startTime":1770188686827,"traceId":"44b61e360213564d"},{"name":"create-entrypoints","duration":46119,"timestamp":314661060,"id":220,"parentId":218,"tags":{},"startTime":1770188687903,"traceId":"44b61e360213564d"},{"name":"generate-webpack-config","duration":291352,"timestamp":314707341,"id":221,"parentId":219,"tags":{},"startTime":1770188687950,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":872700,"timestamp":315078037,"id":227,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":880423,"timestamp":315078137,"id":229,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":880526,"timestamp":315078058,"id":228,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":946715,"timestamp":315077996,"id":226,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-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%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%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%2Fnot-found-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%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":946782,"timestamp":315077956,"id":225,"parentId":223,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":964449,"timestamp":315078155,"id":230,"parentId":223,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":965199,"timestamp":315077430,"id":224,"parentId":223,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":989616,"timestamp":315078322,"id":236,"parentId":223,"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":1770188688321,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":989730,"timestamp":315078251,"id":235,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":989857,"timestamp":315078168,"id":231,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?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":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1259257,"timestamp":315078180,"id":232,"parentId":223,"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":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1495389,"timestamp":315078201,"id":233,"parentId":223,"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":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":2300441,"timestamp":315078232,"id":234,"parentId":223,"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":1770188688320,"traceId":"44b61e360213564d"},{"name":"make","duration":2302164,"timestamp":315076967,"id":223,"parentId":222,"tags":{},"startTime":1770188688319,"traceId":"44b61e360213564d"},{"name":"chunk-graph","duration":59439,"timestamp":317675936,"id":238,"parentId":237,"tags":{},"startTime":1770188690918,"traceId":"44b61e360213564d"}]
3
- [{"name":"optimize-modules","duration":32,"timestamp":317735510,"id":240,"parentId":237,"tags":{},"startTime":1770188690978,"traceId":"44b61e360213564d"},{"name":"optimize-chunks","duration":68534,"timestamp":317738594,"id":242,"parentId":237,"tags":{},"startTime":1770188690981,"traceId":"44b61e360213564d"},{"name":"optimize-tree","duration":139,"timestamp":317807223,"id":243,"parentId":237,"tags":{},"startTime":1770188691049,"traceId":"44b61e360213564d"},{"name":"optimize-chunk-modules","duration":107526,"timestamp":317807468,"id":244,"parentId":237,"tags":{},"startTime":1770188691050,"traceId":"44b61e360213564d"},{"name":"optimize","duration":179672,"timestamp":317735452,"id":239,"parentId":237,"tags":{},"startTime":1770188690978,"traceId":"44b61e360213564d"},{"name":"module-hash","duration":61884,"timestamp":317973022,"id":245,"parentId":237,"tags":{},"startTime":1770188691215,"traceId":"44b61e360213564d"},{"name":"code-generation","duration":24158,"timestamp":318035022,"id":246,"parentId":237,"tags":{},"startTime":1770188691277,"traceId":"44b61e360213564d"},{"name":"hash","duration":13029,"timestamp":318068719,"id":247,"parentId":237,"tags":{},"startTime":1770188691311,"traceId":"44b61e360213564d"},{"name":"code-generation-jobs","duration":385,"timestamp":318081691,"id":248,"parentId":237,"tags":{},"startTime":1770188691324,"traceId":"44b61e360213564d"},{"name":"module-assets","duration":1640,"timestamp":318081970,"id":249,"parentId":237,"tags":{},"startTime":1770188691324,"traceId":"44b61e360213564d"},{"name":"create-chunk-assets","duration":4058,"timestamp":318083628,"id":250,"parentId":237,"tags":{},"startTime":1770188691326,"traceId":"44b61e360213564d"},{"name":"NextJsBuildManifest-generateClientManifest","duration":987,"timestamp":318091373,"id":252,"parentId":222,"tags":{},"startTime":1770188691334,"traceId":"44b61e360213564d"},{"name":"NextJsBuildManifest-createassets","duration":1907,"timestamp":318090463,"id":251,"parentId":222,"tags":{},"startTime":1770188691333,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1366,"timestamp":318113291,"id":254,"parentId":253,"tags":{"name":"static/chunks/main-a960f4a5e1a2f598.js","cache":"HIT"},"startTime":1770188691355,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1205,"timestamp":318113459,"id":255,"parentId":253,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1192,"timestamp":318113475,"id":256,"parentId":253,"tags":{"name":"static/chunks/app/_not-found/page-a9d04e58c81115ec.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1172,"timestamp":318113496,"id":257,"parentId":253,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1165,"timestamp":318113504,"id":258,"parentId":253,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1159,"timestamp":318113511,"id":259,"parentId":253,"tags":{"name":"static/chunks/app/layout-37e55f11dcc8b1bf.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1153,"timestamp":318113519,"id":260,"parentId":253,"tags":{"name":"static/chunks/app/page-fe35d61f14b90a51.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1140,"timestamp":318113533,"id":261,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1134,"timestamp":318113540,"id":262,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/page-58fcf2e63c056743.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1129,"timestamp":318113547,"id":263,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1120,"timestamp":318113557,"id":264,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-be802baffc84dbd2.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1113,"timestamp":318113566,"id":265,"parentId":253,"tags":{"name":"static/chunks/webpack-3fc79fab9bb738d7.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1105,"timestamp":318113575,"id":266,"parentId":253,"tags":{"name":"static/chunks/13.c43ea97cedcfa009.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1094,"timestamp":318113587,"id":267,"parentId":253,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1088,"timestamp":318113594,"id":268,"parentId":253,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1033,"timestamp":318113650,"id":269,"parentId":253,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1015,"timestamp":318113669,"id":270,"parentId":253,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1003,"timestamp":318113683,"id":271,"parentId":253,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":996,"timestamp":318113691,"id":272,"parentId":253,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":988,"timestamp":318113701,"id":273,"parentId":253,"tags":{"name":"static/chunks/2626.834991ca5479e32a.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":982,"timestamp":318113707,"id":274,"parentId":253,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":977,"timestamp":318113714,"id":275,"parentId":253,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":969,"timestamp":318113724,"id":276,"parentId":253,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":963,"timestamp":318113730,"id":277,"parentId":253,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":959,"timestamp":318113736,"id":278,"parentId":253,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":953,"timestamp":318113742,"id":279,"parentId":253,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":949,"timestamp":318113748,"id":280,"parentId":253,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":940,"timestamp":318113758,"id":281,"parentId":253,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":936,"timestamp":318113764,"id":282,"parentId":253,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":930,"timestamp":318113770,"id":283,"parentId":253,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":926,"timestamp":318113776,"id":284,"parentId":253,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":916,"timestamp":318113787,"id":285,"parentId":253,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":911,"timestamp":318113793,"id":286,"parentId":253,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":906,"timestamp":318113799,"id":287,"parentId":253,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":901,"timestamp":318113805,"id":288,"parentId":253,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":896,"timestamp":318113811,"id":289,"parentId":253,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":891,"timestamp":318113818,"id":290,"parentId":253,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":886,"timestamp":318113824,"id":291,"parentId":253,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":881,"timestamp":318113830,"id":292,"parentId":253,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":874,"timestamp":318113838,"id":293,"parentId":253,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":869,"timestamp":318113844,"id":294,"parentId":253,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":864,"timestamp":318113850,"id":295,"parentId":253,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":859,"timestamp":318113856,"id":296,"parentId":253,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":854,"timestamp":318113862,"id":297,"parentId":253,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":849,"timestamp":318113868,"id":298,"parentId":253,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":845,"timestamp":318113874,"id":299,"parentId":253,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":840,"timestamp":318113879,"id":300,"parentId":253,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":835,"timestamp":318113885,"id":301,"parentId":253,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":831,"timestamp":318113891,"id":302,"parentId":253,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":826,"timestamp":318113897,"id":303,"parentId":253,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":821,"timestamp":318113903,"id":304,"parentId":253,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":815,"timestamp":318113910,"id":305,"parentId":253,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":810,"timestamp":318113915,"id":306,"parentId":253,"tags":{"name":"static/chunks/fd9d1056-bbe86e4ae099d5cd.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":806,"timestamp":318113921,"id":307,"parentId":253,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":801,"timestamp":318113927,"id":308,"parentId":253,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":796,"timestamp":318113933,"id":309,"parentId":253,"tags":{"name":"static/chunks/4327.4cf8d7db58164683.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":792,"timestamp":318113939,"id":310,"parentId":253,"tags":{"name":"static/chunks/7648-325564a6e12a3257.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":787,"timestamp":318113945,"id":311,"parentId":253,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":782,"timestamp":318113951,"id":312,"parentId":253,"tags":{"name":"static/chunks/4851-45df4d388db5623f.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":777,"timestamp":318113956,"id":313,"parentId":253,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":772,"timestamp":318113962,"id":314,"parentId":253,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":767,"timestamp":318113969,"id":315,"parentId":253,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":761,"timestamp":318113976,"id":316,"parentId":253,"tags":{"name":"static/chunks/9365-733d8c05712d2888.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":756,"timestamp":318113982,"id":317,"parentId":253,"tags":{"name":"static/chunks/656.5300fb43e7a93a70.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":749,"timestamp":318113990,"id":318,"parentId":253,"tags":{"name":"static/chunks/2117-d845c2cd62e344a6.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":744,"timestamp":318113995,"id":319,"parentId":253,"tags":{"name":"static/chunks/6725-f7607851b7d57eb1.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":665,"timestamp":318114075,"id":320,"parentId":253,"tags":{"name":"static/chunks/2957-327e43ef4c12808f.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":651,"timestamp":318114090,"id":321,"parentId":253,"tags":{"name":"static/chunks/816-7e340dad784be28c.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":645,"timestamp":318114098,"id":322,"parentId":253,"tags":{"name":"static/chunks/2853-d11a80b03c9a1640.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":640,"timestamp":318114104,"id":323,"parentId":253,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":220,"timestamp":318114525,"id":325,"parentId":253,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1770188691357,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":101,"timestamp":318114645,"id":327,"parentId":253,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1770188691357,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1704,"timestamp":318114122,"id":324,"parentId":253,"tags":{"name":"static/564GHwluX5xIv9qpqLJV2/_ssgManifest.js","cache":"MISS"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1324,"timestamp":318114537,"id":326,"parentId":253,"tags":{"name":"static/564GHwluX5xIv9qpqLJV2/_buildManifest.js","cache":"MISS"},"startTime":1770188691357,"traceId":"44b61e360213564d"},{"name":"terser-webpack-plugin-optimize","duration":21511,"timestamp":318094355,"id":253,"parentId":222,"tags":{"compilationName":"client","swcMinify":true},"startTime":1770188691337,"traceId":"44b61e360213564d"},{"name":"minify-css","duration":104,"timestamp":318116165,"id":329,"parentId":328,"tags":{"file":"static/css/402c4135c65f5f51.css","cache":"HIT"},"startTime":1770188691358,"traceId":"44b61e360213564d"},{"name":"minify-css","duration":67,"timestamp":318116205,"id":330,"parentId":328,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1770188691358,"traceId":"44b61e360213564d"},{"name":"minify-css","duration":63,"timestamp":318116210,"id":331,"parentId":328,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1770188691358,"traceId":"44b61e360213564d"},{"name":"css-minimizer-plugin","duration":303,"timestamp":318115973,"id":328,"parentId":222,"tags":{},"startTime":1770188691358,"traceId":"44b61e360213564d"},{"name":"seal","duration":616549,"timestamp":317526918,"id":237,"parentId":222,"tags":{},"startTime":1770188690769,"traceId":"44b61e360213564d"},{"name":"webpack-compilation","duration":3073813,"timestamp":315069969,"id":222,"parentId":219,"tags":{"name":"client"},"startTime":1770188688312,"traceId":"44b61e360213564d"},{"name":"emit","duration":15417,"timestamp":318144169,"id":332,"parentId":219,"tags":{},"startTime":1770188691386,"traceId":"44b61e360213564d"},{"name":"webpack-close","duration":1088015,"timestamp":318160221,"id":333,"parentId":219,"tags":{"name":"client"},"startTime":1770188691402,"traceId":"44b61e360213564d"},{"name":"webpack-generate-error-stats","duration":2496,"timestamp":319248298,"id":334,"parentId":333,"tags":{},"startTime":1770188692491,"traceId":"44b61e360213564d"},{"name":"run-webpack-compiler","duration":4589924,"timestamp":314661056,"id":219,"parentId":218,"tags":{},"startTime":1770188687903,"traceId":"44b61e360213564d"},{"name":"format-webpack-messages","duration":114,"timestamp":319250986,"id":335,"parentId":218,"tags":{},"startTime":1770188692493,"traceId":"44b61e360213564d"},{"name":"worker-main-client","duration":4590467,"timestamp":314660725,"id":218,"parentId":1,"tags":{},"startTime":1770188687903,"traceId":"44b61e360213564d"},{"name":"verify-typescript-setup","duration":10645976,"timestamp":319298873,"id":338,"parentId":1,"tags":{},"startTime":1770188692541,"traceId":"44b61e360213564d"}]
4
- [{"name":"check-static-error-page","duration":7674,"timestamp":329988789,"id":341,"parentId":340,"tags":{},"startTime":1770188703231,"traceId":"44b61e360213564d"},{"name":"check-page","duration":6230,"timestamp":330101957,"id":342,"parentId":340,"tags":{"page":"/_app"},"startTime":1770188703344,"traceId":"44b61e360213564d"},{"name":"check-page","duration":5063,"timestamp":330103142,"id":344,"parentId":340,"tags":{"page":"/_document"},"startTime":1770188703345,"traceId":"44b61e360213564d"},{"name":"check-page","duration":5565,"timestamp":330102980,"id":343,"parentId":340,"tags":{"page":"/_error"},"startTime":1770188703345,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":256356,"timestamp":330133235,"id":389,"parentId":349,"tags":{},"startTime":1770188703375,"traceId":"44b61e360213564d"},{"name":"check-page","duration":286144,"timestamp":330103523,"id":349,"parentId":340,"tags":{"page":"/api/hooks/claude-done"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":260913,"timestamp":330133935,"id":392,"parentId":352,"tags":{},"startTime":1770188703376,"traceId":"44b61e360213564d"},{"name":"check-page","duration":291261,"timestamp":330103623,"id":352,"parentId":340,"tags":{"page":"/api/repositories"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":263027,"timestamp":330135266,"id":393,"parentId":353,"tags":{},"startTime":1770188703377,"traceId":"44b61e360213564d"},{"name":"check-page","duration":294681,"timestamp":330103648,"id":353,"parentId":340,"tags":{"page":"/api/repositories/scan"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":264769,"timestamp":330135355,"id":394,"parentId":354,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":296488,"timestamp":330103672,"id":354,"parentId":340,"tags":{"page":"/api/repositories/sync"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":274893,"timestamp":330133579,"id":390,"parentId":350,"tags":{},"startTime":1770188703376,"traceId":"44b61e360213564d"},{"name":"check-page","duration":305005,"timestamp":330103550,"id":350,"parentId":340,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":276795,"timestamp":330135615,"id":396,"parentId":356,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":308675,"timestamp":330103781,"id":356,"parentId":340,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":279469,"timestamp":330135691,"id":397,"parentId":357,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":311379,"timestamp":330103816,"id":357,"parentId":340,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":281217,"timestamp":330135823,"id":398,"parentId":358,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":313184,"timestamp":330103890,"id":358,"parentId":340,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":284210,"timestamp":330135927,"id":399,"parentId":359,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":316237,"timestamp":330103937,"id":359,"parentId":340,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":284756,"timestamp":330135521,"id":395,"parentId":355,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":316602,"timestamp":330103697,"id":355,"parentId":340,"tags":{"page":"/api/slash-commands"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":287700,"timestamp":330136030,"id":400,"parentId":360,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":319795,"timestamp":330103967,"id":360,"parentId":340,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":290199,"timestamp":330136078,"id":401,"parentId":361,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":322324,"timestamp":330103988,"id":361,"parentId":340,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":292913,"timestamp":330136172,"id":403,"parentId":363,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":325059,"timestamp":330104065,"id":363,"parentId":340,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":293618,"timestamp":330136205,"id":404,"parentId":364,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":325779,"timestamp":330104084,"id":364,"parentId":340,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":295486,"timestamp":330136240,"id":405,"parentId":365,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":327665,"timestamp":330104104,"id":365,"parentId":340,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":297098,"timestamp":330136276,"id":406,"parentId":366,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":329281,"timestamp":330104123,"id":366,"parentId":340,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":298491,"timestamp":330136131,"id":402,"parentId":362,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":330615,"timestamp":330104039,"id":362,"parentId":340,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":298605,"timestamp":330136321,"id":407,"parentId":367,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":330812,"timestamp":330104142,"id":367,"parentId":340,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":299509,"timestamp":330136361,"id":408,"parentId":368,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":331742,"timestamp":330104160,"id":368,"parentId":340,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":300271,"timestamp":330136413,"id":409,"parentId":369,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":332532,"timestamp":330104180,"id":369,"parentId":340,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":300915,"timestamp":330136476,"id":410,"parentId":370,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":333221,"timestamp":330104197,"id":370,"parentId":340,"tags":{"page":"/api/worktrees/[id]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":302279,"timestamp":330136593,"id":412,"parentId":372,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":334671,"timestamp":330104231,"id":372,"parentId":340,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":302499,"timestamp":330136535,"id":411,"parentId":371,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":334847,"timestamp":330104214,"id":371,"parentId":340,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":303960,"timestamp":330136690,"id":414,"parentId":374,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":336414,"timestamp":330104265,"id":374,"parentId":340,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":305376,"timestamp":330136729,"id":415,"parentId":375,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":337849,"timestamp":330104284,"id":375,"parentId":340,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":306983,"timestamp":330136768,"id":416,"parentId":376,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":339479,"timestamp":330104301,"id":376,"parentId":340,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":308536,"timestamp":330136813,"id":417,"parentId":377,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":341061,"timestamp":330104318,"id":377,"parentId":340,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":311199,"timestamp":330136864,"id":418,"parentId":378,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":343757,"timestamp":330104337,"id":378,"parentId":340,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":312537,"timestamp":330136906,"id":419,"parentId":379,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":345116,"timestamp":330104355,"id":379,"parentId":340,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":317243,"timestamp":330133756,"id":391,"parentId":351,"tags":{},"startTime":1770188703376,"traceId":"44b61e360213564d"},{"name":"check-page","duration":347476,"timestamp":330103590,"id":351,"parentId":340,"tags":{"page":"/api/repositories/clone"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":314530,"timestamp":330136646,"id":413,"parentId":373,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":346956,"timestamp":330104248,"id":373,"parentId":340,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":321077,"timestamp":330139595,"id":422,"parentId":345,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":357470,"timestamp":330103233,"id":345,"parentId":340,"tags":{"page":"/_not-found"},"startTime":1770188703345,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":324485,"timestamp":330138499,"id":420,"parentId":381,"tags":{},"startTime":1770188703381,"traceId":"44b61e360213564d"},{"name":"check-page","duration":358662,"timestamp":330104389,"id":381,"parentId":340,"tags":{"page":"/apple-icon.png"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":325363,"timestamp":330138551,"id":421,"parentId":382,"tags":{},"startTime":1770188703381,"traceId":"44b61e360213564d"},{"name":"check-page","duration":359544,"timestamp":330104405,"id":382,"parentId":340,"tags":{"page":"/icon.png"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":327694,"timestamp":330139646,"id":423,"parentId":383,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":362935,"timestamp":330104427,"id":383,"parentId":340,"tags":{"page":"/"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":337602,"timestamp":330139771,"id":426,"parentId":388,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":372849,"timestamp":330104569,"id":388,"parentId":340,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":340029,"timestamp":330139803,"id":427,"parentId":387,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":375324,"timestamp":330104545,"id":387,"parentId":340,"tags":{"page":"/worktrees/[id]/simple-terminal"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":339815,"timestamp":330141530,"id":428,"parentId":346,"tags":{},"startTime":1770188703384,"traceId":"44b61e360213564d"},{"name":"check-page","duration":377989,"timestamp":330103390,"id":346,"parentId":340,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":332546,"timestamp":330150072,"id":429,"parentId":347,"tags":{},"startTime":1770188703392,"traceId":"44b61e360213564d"},{"name":"check-page","duration":379192,"timestamp":330103459,"id":347,"parentId":340,"tags":{"page":"/api/external-apps/[id]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":332934,"timestamp":330150726,"id":430,"parentId":348,"tags":{},"startTime":1770188703393,"traceId":"44b61e360213564d"},{"name":"check-page","duration":380196,"timestamp":330103494,"id":348,"parentId":340,"tags":{"page":"/api/external-apps"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":332754,"timestamp":330151841,"id":431,"parentId":380,"tags":{},"startTime":1770188703394,"traceId":"44b61e360213564d"},{"name":"check-page","duration":380247,"timestamp":330104372,"id":380,"parentId":340,"tags":{"page":"/api/worktrees"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":326943,"timestamp":330158919,"id":432,"parentId":384,"tags":{},"startTime":1770188703401,"traceId":"44b61e360213564d"},{"name":"check-page","duration":381425,"timestamp":330104462,"id":384,"parentId":340,"tags":{"page":"/proxy/[...path]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":350518,"timestamp":330139701,"id":424,"parentId":385,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":385764,"timestamp":330104489,"id":385,"parentId":340,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":359363,"timestamp":330139734,"id":425,"parentId":386,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":394606,"timestamp":330104515,"id":386,"parentId":340,"tags":{"page":"/worktrees/[id]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"static-check","duration":511013,"timestamp":329988134,"id":340,"parentId":1,"tags":{},"startTime":1770188703230,"traceId":"44b61e360213564d"},{"name":"load-dotenv","duration":27,"timestamp":330543752,"id":437,"parentId":436,"tags":{},"startTime":1770188703786,"traceId":"44b61e360213564d"},{"name":"run-export-path-map","duration":327,"timestamp":331527072,"id":438,"parentId":436,"tags":{},"startTime":1770188704769,"traceId":"44b61e360213564d"},{"name":"export-page","duration":64522,"timestamp":331528455,"id":443,"parentId":436,"tags":{"path":"/api/repositories/scan"},"startTime":1770188704771,"traceId":"44b61e360213564d"},{"name":"export-page","duration":64868,"timestamp":331528382,"id":442,"parentId":436,"tags":{"path":"/api/repositories"},"startTime":1770188704771,"traceId":"44b61e360213564d"},{"name":"export-page","duration":65081,"timestamp":331528302,"id":441,"parentId":436,"tags":{"path":"/api/hooks/claude-done"},"startTime":1770188704771,"traceId":"44b61e360213564d"},{"name":"export-page","duration":331745,"timestamp":331530806,"id":444,"parentId":436,"tags":{"path":"/api/repositories/sync"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":331775,"timestamp":331530887,"id":446,"parentId":436,"tags":{"path":"/api/repositories/clone"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":334503,"timestamp":331528224,"id":440,"parentId":436,"tags":{"path":"/500"},"startTime":1770188704770,"traceId":"44b61e360213564d"}]
5
- [{"name":"export-page","duration":332331,"timestamp":331530851,"id":445,"parentId":436,"tags":{"path":"/api/slash-commands"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":335276,"timestamp":331527984,"id":439,"parentId":436,"tags":{"path":"/404"},"startTime":1770188704770,"traceId":"44b61e360213564d"},{"name":"export-page","duration":518222,"timestamp":331531170,"id":449,"parentId":436,"tags":{"path":"/icon.png"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":518786,"timestamp":331530950,"id":448,"parentId":436,"tags":{"path":"/apple-icon.png"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":527535,"timestamp":331530919,"id":447,"parentId":436,"tags":{"path":"/_not-found"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":635087,"timestamp":331531236,"id":450,"parentId":436,"tags":{"path":"/"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"next-export","duration":1685848,"timestamp":330543073,"id":436,"parentId":1,"tags":{},"startTime":1770188703785,"traceId":"44b61e360213564d"},{"name":"move-exported-app-not-found-","duration":9412,"timestamp":332229769,"id":451,"parentId":435,"tags":{},"startTime":1770188705472,"traceId":"44b61e360213564d"},{"name":"move-exported-page","duration":19442,"timestamp":332239347,"id":452,"parentId":435,"tags":{},"startTime":1770188705482,"traceId":"44b61e360213564d"},{"name":"static-generation","duration":1852881,"timestamp":330539049,"id":435,"parentId":1,"tags":{},"startTime":1770188703781,"traceId":"44b61e360213564d"},{"name":"node-file-trace-build","duration":11151682,"timestamp":330500448,"id":434,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1770188703743,"traceId":"44b61e360213564d"},{"name":"apply-include-excludes","duration":876,"timestamp":341652152,"id":453,"parentId":1,"tags":{},"startTime":1770188714894,"traceId":"44b61e360213564d"},{"name":"print-tree-view","duration":13823,"timestamp":341653230,"id":454,"parentId":1,"tags":{},"startTime":1770188714895,"traceId":"44b61e360213564d"},{"name":"telemetry-flush","duration":54,"timestamp":341667075,"id":455,"parentId":1,"tags":{},"startTime":1770188714909,"traceId":"44b61e360213564d"},{"name":"next-build","duration":32690010,"timestamp":308977129,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1770188682219,"traceId":"44b61e360213564d"}]
1
+ [{"name":"generate-buildid","duration":236,"timestamp":300418137,"id":4,"parentId":1,"tags":{},"startTime":1770678286599,"traceId":"a285227665bde105"},{"name":"load-custom-routes","duration":1411,"timestamp":300418557,"id":5,"parentId":1,"tags":{},"startTime":1770678286599,"traceId":"a285227665bde105"},{"name":"create-pages-mapping","duration":135,"timestamp":300511490,"id":6,"parentId":1,"tags":{},"startTime":1770678286692,"traceId":"a285227665bde105"},{"name":"collect-app-paths","duration":4499,"timestamp":300511653,"id":7,"parentId":1,"tags":{},"startTime":1770678286692,"traceId":"a285227665bde105"},{"name":"create-app-mapping","duration":1409,"timestamp":300516173,"id":8,"parentId":1,"tags":{},"startTime":1770678286697,"traceId":"a285227665bde105"},{"name":"public-dir-conflict-check","duration":693,"timestamp":300518188,"id":9,"parentId":1,"tags":{},"startTime":1770678286699,"traceId":"a285227665bde105"},{"name":"generate-routes-manifest","duration":3186,"timestamp":300519055,"id":10,"parentId":1,"tags":{},"startTime":1770678286700,"traceId":"a285227665bde105"},{"name":"create-dist-dir","duration":202,"timestamp":300523369,"id":11,"parentId":1,"tags":{},"startTime":1770678286704,"traceId":"a285227665bde105"},{"name":"write-routes-manifest","duration":345,"timestamp":300545443,"id":12,"parentId":1,"tags":{},"startTime":1770678286726,"traceId":"a285227665bde105"},{"name":"generate-required-server-files","duration":319,"timestamp":300545845,"id":13,"parentId":1,"tags":{},"startTime":1770678286726,"traceId":"a285227665bde105"},{"name":"create-entrypoints","duration":48058,"timestamp":300945772,"id":17,"parentId":15,"tags":{},"startTime":1770678287126,"traceId":"a285227665bde105"},{"name":"generate-webpack-config","duration":288406,"timestamp":300993994,"id":18,"parentId":16,"tags":{},"startTime":1770678287175,"traceId":"a285227665bde105"},{"name":"next-trace-entrypoint-plugin","duration":2235,"timestamp":301355589,"id":20,"parentId":19,"tags":{},"startTime":1770678287536,"traceId":"a285227665bde105"},{"name":"add-entry","duration":761133,"timestamp":301364489,"id":23,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":784691,"timestamp":301364517,"id":24,"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":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":794821,"timestamp":301364542,"id":25,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":812978,"timestamp":301365051,"id":59,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":813006,"timestamp":301365054,"id":60,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1053624,"timestamp":301365031,"id":54,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1071387,"timestamp":301365048,"id":58,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1086339,"timestamp":301363914,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287544,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085218,"timestamp":301365058,"id":61,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085229,"timestamp":301365063,"id":62,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085232,"timestamp":301365066,"id":63,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085230,"timestamp":301365072,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085231,"timestamp":301365075,"id":65,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1101982,"timestamp":301364999,"id":53,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1122510,"timestamp":301365044,"id":57,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1122537,"timestamp":301365037,"id":55,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1133211,"timestamp":301365041,"id":56,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1144352,"timestamp":301365079,"id":66,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1145409,"timestamp":301365084,"id":67,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1145425,"timestamp":301365087,"id":68,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1146732,"timestamp":301364786,"id":36,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1149577,"timestamp":301364996,"id":52,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1157418,"timestamp":301364992,"id":51,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160283,"timestamp":301364809,"id":39,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160505,"timestamp":301364597,"id":28,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160498,"timestamp":301364611,"id":29,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160491,"timestamp":301364621,"id":30,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160384,"timestamp":301364730,"id":32,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160370,"timestamp":301364745,"id":33,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160145,"timestamp":301364972,"id":46,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160534,"timestamp":301364585,"id":27,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160344,"timestamp":301364778,"id":35,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160329,"timestamp":301364795,"id":37,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160219,"timestamp":301364907,"id":44,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160170,"timestamp":301364958,"id":45,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160242,"timestamp":301364890,"id":43,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160377,"timestamp":301365094,"id":70,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170031,"timestamp":301364832,"id":42,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170308,"timestamp":301364567,"id":26,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170676,"timestamp":301364695,"id":31,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170396,"timestamp":301364985,"id":49,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170586,"timestamp":301364801,"id":38,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170575,"timestamp":301364818,"id":40,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170574,"timestamp":301364823,"id":41,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170425,"timestamp":301364977,"id":47,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170423,"timestamp":301364982,"id":48,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170421,"timestamp":301364989,"id":50,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170324,"timestamp":301365091,"id":69,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1179043,"timestamp":301364757,"id":34,"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=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"make","duration":2300143,"timestamp":301363554,"id":21,"parentId":19,"tags":{},"startTime":1770678287544,"traceId":"a285227665bde105"},{"name":"get-entries","duration":1916,"timestamp":303665266,"id":100,"parentId":99,"tags":{},"startTime":1770678289846,"traceId":"a285227665bde105"},{"name":"node-file-trace-plugin","duration":383935,"timestamp":303671246,"id":101,"parentId":99,"tags":{"traceEntryCount":"94"},"startTime":1770678289852,"traceId":"a285227665bde105"},{"name":"collect-traced-files","duration":3776,"timestamp":304055193,"id":102,"parentId":99,"tags":{},"startTime":1770678290236,"traceId":"a285227665bde105"},{"name":"finish-modules","duration":393908,"timestamp":303665069,"id":99,"parentId":20,"tags":{},"startTime":1770678289846,"traceId":"a285227665bde105"},{"name":"chunk-graph","duration":36599,"timestamp":304287115,"id":104,"parentId":103,"tags":{},"startTime":1770678290468,"traceId":"a285227665bde105"},{"name":"optimize-modules","duration":45,"timestamp":304323891,"id":106,"parentId":103,"tags":{},"startTime":1770678290504,"traceId":"a285227665bde105"},{"name":"optimize-chunks","duration":45502,"timestamp":304324085,"id":107,"parentId":103,"tags":{},"startTime":1770678290505,"traceId":"a285227665bde105"},{"name":"optimize-tree","duration":127,"timestamp":304369685,"id":108,"parentId":103,"tags":{},"startTime":1770678290550,"traceId":"a285227665bde105"},{"name":"optimize-chunk-modules","duration":55328,"timestamp":304369912,"id":109,"parentId":103,"tags":{},"startTime":1770678290550,"traceId":"a285227665bde105"},{"name":"optimize","duration":101679,"timestamp":304323815,"id":105,"parentId":103,"tags":{},"startTime":1770678290504,"traceId":"a285227665bde105"},{"name":"module-hash","duration":47669,"timestamp":304466689,"id":110,"parentId":103,"tags":{},"startTime":1770678290647,"traceId":"a285227665bde105"},{"name":"code-generation","duration":7833,"timestamp":304514435,"id":111,"parentId":103,"tags":{},"startTime":1770678290695,"traceId":"a285227665bde105"},{"name":"hash","duration":12376,"timestamp":304528789,"id":112,"parentId":103,"tags":{},"startTime":1770678290709,"traceId":"a285227665bde105"},{"name":"code-generation-jobs","duration":348,"timestamp":304541163,"id":113,"parentId":103,"tags":{},"startTime":1770678290722,"traceId":"a285227665bde105"},{"name":"module-assets","duration":1242,"timestamp":304541430,"id":114,"parentId":103,"tags":{},"startTime":1770678290722,"traceId":"a285227665bde105"},{"name":"create-chunk-assets","duration":2182,"timestamp":304542692,"id":115,"parentId":103,"tags":{},"startTime":1770678290723,"traceId":"a285227665bde105"},{"name":"minify-js","duration":932,"timestamp":304560877,"id":117,"parentId":116,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1770678290741,"traceId":"a285227665bde105"},{"name":"minify-js","duration":696,"timestamp":304561121,"id":118,"parentId":116,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":682,"timestamp":304561138,"id":119,"parentId":116,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":669,"timestamp":304561154,"id":120,"parentId":116,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":662,"timestamp":304561163,"id":121,"parentId":116,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":655,"timestamp":304561171,"id":122,"parentId":116,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":650,"timestamp":304561178,"id":123,"parentId":116,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":641,"timestamp":304561189,"id":124,"parentId":116,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":618,"timestamp":304561214,"id":125,"parentId":116,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":611,"timestamp":304561222,"id":126,"parentId":116,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":600,"timestamp":304561235,"id":127,"parentId":116,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":591,"timestamp":304561245,"id":128,"parentId":116,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":585,"timestamp":304561253,"id":129,"parentId":116,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":580,"timestamp":304561260,"id":130,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":503,"timestamp":304561339,"id":131,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":487,"timestamp":304561357,"id":132,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":472,"timestamp":304561374,"id":133,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":464,"timestamp":304561383,"id":134,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":460,"timestamp":304561389,"id":135,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":456,"timestamp":304561395,"id":136,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":451,"timestamp":304561402,"id":137,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":447,"timestamp":304561408,"id":138,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"}]
2
+ [{"name":"minify-js","duration":443,"timestamp":304561414,"id":139,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":440,"timestamp":304561419,"id":140,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":436,"timestamp":304561425,"id":141,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":431,"timestamp":304561431,"id":142,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":427,"timestamp":304561437,"id":143,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":422,"timestamp":304561444,"id":144,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":418,"timestamp":304561450,"id":145,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":414,"timestamp":304561456,"id":146,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":410,"timestamp":304561462,"id":147,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":406,"timestamp":304561467,"id":148,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":401,"timestamp":304561474,"id":149,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":397,"timestamp":304561479,"id":150,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":394,"timestamp":304561485,"id":151,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":390,"timestamp":304561490,"id":152,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":386,"timestamp":304561496,"id":153,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":382,"timestamp":304561502,"id":154,"parentId":116,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":378,"timestamp":304561507,"id":155,"parentId":116,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":369,"timestamp":304561518,"id":156,"parentId":116,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":365,"timestamp":304561524,"id":157,"parentId":116,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":361,"timestamp":304561529,"id":158,"parentId":116,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":357,"timestamp":304561535,"id":159,"parentId":116,"tags":{"name":"../app/worktrees/[id]/simple-terminal/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":353,"timestamp":304561540,"id":160,"parentId":116,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":349,"timestamp":304561546,"id":161,"parentId":116,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":346,"timestamp":304561552,"id":162,"parentId":116,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":372,"timestamp":304561557,"id":163,"parentId":116,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":369,"timestamp":304561563,"id":164,"parentId":116,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":365,"timestamp":304561568,"id":165,"parentId":116,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":361,"timestamp":304561573,"id":166,"parentId":116,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":355,"timestamp":304561581,"id":167,"parentId":116,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":346,"timestamp":304561594,"id":168,"parentId":116,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":341,"timestamp":304561601,"id":169,"parentId":116,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":339,"timestamp":304561606,"id":170,"parentId":116,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":336,"timestamp":304561611,"id":171,"parentId":116,"tags":{"name":"4471.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":332,"timestamp":304561617,"id":172,"parentId":116,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":329,"timestamp":304561622,"id":173,"parentId":116,"tags":{"name":"434.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":326,"timestamp":304561628,"id":174,"parentId":116,"tags":{"name":"8887.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":322,"timestamp":304561633,"id":175,"parentId":116,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":318,"timestamp":304561639,"id":176,"parentId":116,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":314,"timestamp":304561644,"id":177,"parentId":116,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":311,"timestamp":304561650,"id":178,"parentId":116,"tags":{"name":"3053.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":307,"timestamp":304561655,"id":179,"parentId":116,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":302,"timestamp":304561661,"id":180,"parentId":116,"tags":{"name":"9367.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":298,"timestamp":304561666,"id":181,"parentId":116,"tags":{"name":"7536.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":294,"timestamp":304561672,"id":182,"parentId":116,"tags":{"name":"6550.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":221,"timestamp":304561746,"id":183,"parentId":116,"tags":{"name":"8174.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":175,"timestamp":304561794,"id":184,"parentId":116,"tags":{"name":"5488.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":167,"timestamp":304561803,"id":185,"parentId":116,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"terser-webpack-plugin-optimize","duration":11671,"timestamp":304550364,"id":116,"parentId":19,"tags":{"compilationName":"server","swcMinify":true},"startTime":1770678290731,"traceId":"a285227665bde105"},{"name":"css-minimizer-plugin","duration":164,"timestamp":304562185,"id":186,"parentId":19,"tags":{},"startTime":1770678290743,"traceId":"a285227665bde105"},{"name":"create-trace-assets","duration":3332,"timestamp":304562594,"id":187,"parentId":20,"tags":{},"startTime":1770678290743,"traceId":"a285227665bde105"},{"name":"seal","duration":406029,"timestamp":304177159,"id":103,"parentId":19,"tags":{},"startTime":1770678290358,"traceId":"a285227665bde105"},{"name":"webpack-compilation","duration":3240536,"timestamp":301353753,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1770678287534,"traceId":"a285227665bde105"},{"name":"emit","duration":26657,"timestamp":304594837,"id":188,"parentId":16,"tags":{},"startTime":1770678290775,"traceId":"a285227665bde105"},{"name":"webpack-close","duration":762,"timestamp":304622149,"id":189,"parentId":16,"tags":{"name":"server"},"startTime":1770678290803,"traceId":"a285227665bde105"},{"name":"webpack-generate-error-stats","duration":2649,"timestamp":304622956,"id":190,"parentId":189,"tags":{},"startTime":1770678290803,"traceId":"a285227665bde105"},{"name":"run-webpack-compiler","duration":3680118,"timestamp":300945765,"id":16,"parentId":15,"tags":{},"startTime":1770678287126,"traceId":"a285227665bde105"},{"name":"format-webpack-messages","duration":93,"timestamp":304625890,"id":191,"parentId":15,"tags":{},"startTime":1770678290806,"traceId":"a285227665bde105"},{"name":"worker-main-server","duration":3680633,"timestamp":300945474,"id":15,"parentId":1,"tags":{},"startTime":1770678287126,"traceId":"a285227665bde105"},{"name":"create-entrypoints","duration":47754,"timestamp":305061169,"id":195,"parentId":193,"tags":{},"startTime":1770678291242,"traceId":"a285227665bde105"},{"name":"generate-webpack-config","duration":286446,"timestamp":305109110,"id":196,"parentId":194,"tags":{},"startTime":1770678291290,"traceId":"a285227665bde105"},{"name":"make","duration":827,"timestamp":305471203,"id":198,"parentId":197,"tags":{},"startTime":1770678291652,"traceId":"a285227665bde105"},{"name":"chunk-graph","duration":760,"timestamp":305474995,"id":200,"parentId":199,"tags":{},"startTime":1770678291656,"traceId":"a285227665bde105"},{"name":"optimize-modules","duration":41,"timestamp":305475893,"id":202,"parentId":199,"tags":{},"startTime":1770678291656,"traceId":"a285227665bde105"},{"name":"optimize-chunks","duration":907,"timestamp":305476068,"id":203,"parentId":199,"tags":{},"startTime":1770678291657,"traceId":"a285227665bde105"},{"name":"optimize-tree","duration":130,"timestamp":305477098,"id":204,"parentId":199,"tags":{},"startTime":1770678291658,"traceId":"a285227665bde105"},{"name":"optimize-chunk-modules","duration":523,"timestamp":305477445,"id":205,"parentId":199,"tags":{},"startTime":1770678291658,"traceId":"a285227665bde105"},{"name":"optimize","duration":2349,"timestamp":305475836,"id":201,"parentId":199,"tags":{},"startTime":1770678291656,"traceId":"a285227665bde105"},{"name":"module-hash","duration":100,"timestamp":305479437,"id":206,"parentId":199,"tags":{},"startTime":1770678291660,"traceId":"a285227665bde105"},{"name":"code-generation","duration":223,"timestamp":305479595,"id":207,"parentId":199,"tags":{},"startTime":1770678291660,"traceId":"a285227665bde105"},{"name":"hash","duration":414,"timestamp":305480175,"id":208,"parentId":199,"tags":{},"startTime":1770678291661,"traceId":"a285227665bde105"},{"name":"code-generation-jobs","duration":150,"timestamp":305480588,"id":209,"parentId":199,"tags":{},"startTime":1770678291661,"traceId":"a285227665bde105"},{"name":"module-assets","duration":93,"timestamp":305480700,"id":210,"parentId":199,"tags":{},"startTime":1770678291661,"traceId":"a285227665bde105"},{"name":"create-chunk-assets","duration":223,"timestamp":305480805,"id":211,"parentId":199,"tags":{},"startTime":1770678291661,"traceId":"a285227665bde105"},{"name":"minify-js","duration":354,"timestamp":305497748,"id":213,"parentId":212,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1770678291678,"traceId":"a285227665bde105"},{"name":"terser-webpack-plugin-optimize","duration":2706,"timestamp":305495404,"id":212,"parentId":197,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1770678291676,"traceId":"a285227665bde105"},{"name":"css-minimizer-plugin","duration":109,"timestamp":305498193,"id":214,"parentId":197,"tags":{},"startTime":1770678291679,"traceId":"a285227665bde105"},{"name":"seal","duration":26435,"timestamp":305474319,"id":199,"parentId":197,"tags":{},"startTime":1770678291655,"traceId":"a285227665bde105"},{"name":"webpack-compilation","duration":36998,"timestamp":305464119,"id":197,"parentId":194,"tags":{"name":"edge-server"},"startTime":1770678291645,"traceId":"a285227665bde105"},{"name":"emit","duration":2977,"timestamp":305501484,"id":215,"parentId":194,"tags":{},"startTime":1770678291682,"traceId":"a285227665bde105"},{"name":"webpack-close","duration":698,"timestamp":305505061,"id":216,"parentId":194,"tags":{"name":"edge-server"},"startTime":1770678291686,"traceId":"a285227665bde105"},{"name":"webpack-generate-error-stats","duration":2545,"timestamp":305505802,"id":217,"parentId":216,"tags":{},"startTime":1770678291686,"traceId":"a285227665bde105"},{"name":"run-webpack-compiler","duration":447248,"timestamp":305061164,"id":194,"parentId":193,"tags":{},"startTime":1770678291242,"traceId":"a285227665bde105"},{"name":"format-webpack-messages","duration":80,"timestamp":305508418,"id":218,"parentId":193,"tags":{},"startTime":1770678291689,"traceId":"a285227665bde105"},{"name":"worker-main-edge-server","duration":447732,"timestamp":305060854,"id":193,"parentId":1,"tags":{},"startTime":1770678291241,"traceId":"a285227665bde105"},{"name":"create-entrypoints","duration":50418,"timestamp":305913958,"id":221,"parentId":219,"tags":{},"startTime":1770678292094,"traceId":"a285227665bde105"},{"name":"generate-webpack-config","duration":284294,"timestamp":305964537,"id":222,"parentId":220,"tags":{},"startTime":1770678292145,"traceId":"a285227665bde105"},{"name":"add-entry","duration":868226,"timestamp":306326837,"id":228,"parentId":224,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":875162,"timestamp":306326860,"id":229,"parentId":224,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":875094,"timestamp":306326956,"id":231,"parentId":224,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":942815,"timestamp":306326820,"id":227,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-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%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%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%2Fnot-found-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%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":942883,"timestamp":306326779,"id":226,"parentId":224,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":963214,"timestamp":306326968,"id":232,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?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":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":963527,"timestamp":306326936,"id":230,"parentId":224,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":964291,"timestamp":306326258,"id":225,"parentId":224,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1020123,"timestamp":306327147,"id":237,"parentId":224,"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":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1058585,"timestamp":306327079,"id":236,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1258121,"timestamp":306326980,"id":233,"parentId":224,"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":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1443694,"timestamp":306327062,"id":235,"parentId":224,"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":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":2289041,"timestamp":306327028,"id":234,"parentId":224,"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":1770678292508,"traceId":"a285227665bde105"},{"name":"make","duration":2290781,"timestamp":306325803,"id":224,"parentId":223,"tags":{},"startTime":1770678292506,"traceId":"a285227665bde105"},{"name":"chunk-graph","duration":57732,"timestamp":308918168,"id":239,"parentId":238,"tags":{},"startTime":1770678295099,"traceId":"a285227665bde105"}]
3
+ [{"name":"optimize-modules","duration":34,"timestamp":308976053,"id":241,"parentId":238,"tags":{},"startTime":1770678295157,"traceId":"a285227665bde105"},{"name":"optimize-chunks","duration":68711,"timestamp":308979107,"id":243,"parentId":238,"tags":{},"startTime":1770678295160,"traceId":"a285227665bde105"},{"name":"optimize-tree","duration":151,"timestamp":309047915,"id":244,"parentId":238,"tags":{},"startTime":1770678295228,"traceId":"a285227665bde105"},{"name":"optimize-chunk-modules","duration":106119,"timestamp":309048174,"id":245,"parentId":238,"tags":{},"startTime":1770678295229,"traceId":"a285227665bde105"},{"name":"optimize","duration":178428,"timestamp":308975975,"id":240,"parentId":238,"tags":{},"startTime":1770678295157,"traceId":"a285227665bde105"},{"name":"module-hash","duration":66069,"timestamp":309210314,"id":246,"parentId":238,"tags":{},"startTime":1770678295391,"traceId":"a285227665bde105"},{"name":"code-generation","duration":23238,"timestamp":309276467,"id":247,"parentId":238,"tags":{},"startTime":1770678295457,"traceId":"a285227665bde105"},{"name":"hash","duration":16273,"timestamp":309308822,"id":248,"parentId":238,"tags":{},"startTime":1770678295489,"traceId":"a285227665bde105"},{"name":"code-generation-jobs","duration":373,"timestamp":309325040,"id":249,"parentId":238,"tags":{},"startTime":1770678295506,"traceId":"a285227665bde105"},{"name":"module-assets","duration":1547,"timestamp":309325331,"id":250,"parentId":238,"tags":{},"startTime":1770678295506,"traceId":"a285227665bde105"},{"name":"create-chunk-assets","duration":4017,"timestamp":309326902,"id":251,"parentId":238,"tags":{},"startTime":1770678295507,"traceId":"a285227665bde105"},{"name":"NextJsBuildManifest-generateClientManifest","duration":921,"timestamp":309334452,"id":253,"parentId":223,"tags":{},"startTime":1770678295515,"traceId":"a285227665bde105"},{"name":"NextJsBuildManifest-createassets","duration":1812,"timestamp":309333570,"id":252,"parentId":223,"tags":{},"startTime":1770678295514,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1355,"timestamp":309350849,"id":255,"parentId":254,"tags":{"name":"static/chunks/main-b6d727aa9248d4f2.js","cache":"HIT"},"startTime":1770678295531,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1161,"timestamp":309351048,"id":256,"parentId":254,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1144,"timestamp":309351067,"id":257,"parentId":254,"tags":{"name":"static/chunks/app/_not-found/page-a9d04e58c81115ec.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1125,"timestamp":309351087,"id":258,"parentId":254,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1118,"timestamp":309351095,"id":259,"parentId":254,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1112,"timestamp":309351102,"id":260,"parentId":254,"tags":{"name":"static/chunks/app/layout-4804cfba519283cf.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1104,"timestamp":309351111,"id":261,"parentId":254,"tags":{"name":"static/chunks/app/page-3926224c4cdf315b.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1097,"timestamp":309351119,"id":262,"parentId":254,"tags":{"name":"static/chunks/app/worktrees/[id]/page-8bd88bdc29607413.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1090,"timestamp":309351127,"id":263,"parentId":254,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1085,"timestamp":309351133,"id":264,"parentId":254,"tags":{"name":"static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1076,"timestamp":309351143,"id":265,"parentId":254,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-be802baffc84dbd2.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1069,"timestamp":309351151,"id":266,"parentId":254,"tags":{"name":"static/chunks/webpack-4f85dcef6279c6ee.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1063,"timestamp":309351158,"id":267,"parentId":254,"tags":{"name":"static/chunks/13.c43ea97cedcfa009.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1051,"timestamp":309351170,"id":268,"parentId":254,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1045,"timestamp":309351178,"id":269,"parentId":254,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":990,"timestamp":309351234,"id":270,"parentId":254,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":973,"timestamp":309351252,"id":271,"parentId":254,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":961,"timestamp":309351265,"id":272,"parentId":254,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":954,"timestamp":309351274,"id":273,"parentId":254,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":946,"timestamp":309351283,"id":274,"parentId":254,"tags":{"name":"static/chunks/2626.834991ca5479e32a.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":939,"timestamp":309351290,"id":275,"parentId":254,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":934,"timestamp":309351297,"id":276,"parentId":254,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":925,"timestamp":309351306,"id":277,"parentId":254,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":919,"timestamp":309351313,"id":278,"parentId":254,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":914,"timestamp":309351319,"id":279,"parentId":254,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":908,"timestamp":309351326,"id":280,"parentId":254,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":903,"timestamp":309351332,"id":281,"parentId":254,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":895,"timestamp":309351340,"id":282,"parentId":254,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":886,"timestamp":309351350,"id":283,"parentId":254,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":881,"timestamp":309351357,"id":284,"parentId":254,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":875,"timestamp":309351363,"id":285,"parentId":254,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":870,"timestamp":309351369,"id":286,"parentId":254,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":865,"timestamp":309351375,"id":287,"parentId":254,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":860,"timestamp":309351381,"id":288,"parentId":254,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":855,"timestamp":309351386,"id":289,"parentId":254,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":850,"timestamp":309351393,"id":290,"parentId":254,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":845,"timestamp":309351398,"id":291,"parentId":254,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":838,"timestamp":309351406,"id":292,"parentId":254,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":833,"timestamp":309351412,"id":293,"parentId":254,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":827,"timestamp":309351419,"id":294,"parentId":254,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":821,"timestamp":309351425,"id":295,"parentId":254,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":816,"timestamp":309351431,"id":296,"parentId":254,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":811,"timestamp":309351438,"id":297,"parentId":254,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":805,"timestamp":309351444,"id":298,"parentId":254,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":800,"timestamp":309351449,"id":299,"parentId":254,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":796,"timestamp":309351455,"id":300,"parentId":254,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":791,"timestamp":309351461,"id":301,"parentId":254,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":785,"timestamp":309351467,"id":302,"parentId":254,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":780,"timestamp":309351473,"id":303,"parentId":254,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":775,"timestamp":309351479,"id":304,"parentId":254,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":771,"timestamp":309351484,"id":305,"parentId":254,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":766,"timestamp":309351490,"id":306,"parentId":254,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":761,"timestamp":309351496,"id":307,"parentId":254,"tags":{"name":"static/chunks/fd9d1056-bbe86e4ae099d5cd.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":756,"timestamp":309351501,"id":308,"parentId":254,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":752,"timestamp":309351507,"id":309,"parentId":254,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":747,"timestamp":309351512,"id":310,"parentId":254,"tags":{"name":"static/chunks/4327.bf5c75539344981a.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":742,"timestamp":309351518,"id":311,"parentId":254,"tags":{"name":"static/chunks/7648-325564a6e12a3257.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":738,"timestamp":309351524,"id":312,"parentId":254,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":733,"timestamp":309351529,"id":313,"parentId":254,"tags":{"name":"static/chunks/4851-45df4d388db5623f.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":728,"timestamp":309351535,"id":314,"parentId":254,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":724,"timestamp":309351540,"id":315,"parentId":254,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":718,"timestamp":309351547,"id":316,"parentId":254,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":709,"timestamp":309351557,"id":317,"parentId":254,"tags":{"name":"static/chunks/4343-ebe884a2a80eb033.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":704,"timestamp":309351563,"id":318,"parentId":254,"tags":{"name":"static/chunks/656.5300fb43e7a93a70.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":697,"timestamp":309351571,"id":319,"parentId":254,"tags":{"name":"static/chunks/2117-d845c2cd62e344a6.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":692,"timestamp":309351577,"id":320,"parentId":254,"tags":{"name":"static/chunks/6725-f7607851b7d57eb1.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":637,"timestamp":309351633,"id":321,"parentId":254,"tags":{"name":"static/chunks/2957-327e43ef4c12808f.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":625,"timestamp":309351645,"id":322,"parentId":254,"tags":{"name":"static/chunks/816-c254f4e2406e696a.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":618,"timestamp":309351653,"id":323,"parentId":254,"tags":{"name":"static/chunks/6568-38a33aa67d82e12b.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":614,"timestamp":309351658,"id":324,"parentId":254,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":188,"timestamp":309352085,"id":326,"parentId":254,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1770678295533,"traceId":"a285227665bde105"},{"name":"minify-js","duration":80,"timestamp":309352194,"id":328,"parentId":254,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1770678295533,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1869,"timestamp":309351678,"id":325,"parentId":254,"tags":{"name":"static/oUD-A998xeBoez6zsrTH3/_ssgManifest.js","cache":"MISS"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1482,"timestamp":309352098,"id":327,"parentId":254,"tags":{"name":"static/oUD-A998xeBoez6zsrTH3/_buildManifest.js","cache":"MISS"},"startTime":1770678295533,"traceId":"a285227665bde105"},{"name":"terser-webpack-plugin-optimize","duration":16585,"timestamp":309336999,"id":254,"parentId":223,"tags":{"compilationName":"client","swcMinify":true},"startTime":1770678295518,"traceId":"a285227665bde105"},{"name":"minify-css","duration":100,"timestamp":309353841,"id":330,"parentId":329,"tags":{"file":"static/css/e14cf99997df62a6.css","cache":"HIT"},"startTime":1770678295534,"traceId":"a285227665bde105"},{"name":"minify-css","duration":65,"timestamp":309353880,"id":331,"parentId":329,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1770678295534,"traceId":"a285227665bde105"},{"name":"minify-css","duration":62,"timestamp":309353884,"id":332,"parentId":329,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1770678295534,"traceId":"a285227665bde105"},{"name":"css-minimizer-plugin","duration":266,"timestamp":309353682,"id":329,"parentId":223,"tags":{},"startTime":1770678295534,"traceId":"a285227665bde105"},{"name":"seal","duration":616554,"timestamp":308765597,"id":238,"parentId":223,"tags":{},"startTime":1770678294946,"traceId":"a285227665bde105"},{"name":"webpack-compilation","duration":3063682,"timestamp":306318891,"id":223,"parentId":220,"tags":{"name":"client"},"startTime":1770678292499,"traceId":"a285227665bde105"},{"name":"emit","duration":15672,"timestamp":309382926,"id":333,"parentId":220,"tags":{},"startTime":1770678295563,"traceId":"a285227665bde105"},{"name":"webpack-close","duration":1054339,"timestamp":309399210,"id":334,"parentId":220,"tags":{"name":"client"},"startTime":1770678295580,"traceId":"a285227665bde105"},{"name":"webpack-generate-error-stats","duration":2914,"timestamp":310453620,"id":335,"parentId":334,"tags":{},"startTime":1770678296634,"traceId":"a285227665bde105"},{"name":"run-webpack-compiler","duration":4542868,"timestamp":305913951,"id":220,"parentId":219,"tags":{},"startTime":1770678292094,"traceId":"a285227665bde105"},{"name":"format-webpack-messages","duration":113,"timestamp":310456828,"id":336,"parentId":219,"tags":{},"startTime":1770678296637,"traceId":"a285227665bde105"},{"name":"worker-main-client","duration":4543426,"timestamp":305913669,"id":219,"parentId":1,"tags":{},"startTime":1770678292094,"traceId":"a285227665bde105"},{"name":"verify-typescript-setup","duration":10906351,"timestamp":310505047,"id":339,"parentId":1,"tags":{},"startTime":1770678296686,"traceId":"a285227665bde105"}]
4
+ [{"name":"check-static-error-page","duration":19943,"timestamp":321458217,"id":342,"parentId":341,"tags":{},"startTime":1770678307639,"traceId":"a285227665bde105"},{"name":"check-page","duration":8280,"timestamp":321581696,"id":343,"parentId":341,"tags":{"page":"/_app"},"startTime":1770678307762,"traceId":"a285227665bde105"},{"name":"check-page","duration":7131,"timestamp":321582863,"id":345,"parentId":341,"tags":{"page":"/_document"},"startTime":1770678307763,"traceId":"a285227665bde105"},{"name":"check-page","duration":7764,"timestamp":321582751,"id":344,"parentId":341,"tags":{"page":"/_error"},"startTime":1770678307763,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":233788,"timestamp":321610052,"id":394,"parentId":352,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":260413,"timestamp":321583488,"id":352,"parentId":341,"tags":{"page":"/api/repositories/clone"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":234933,"timestamp":321610220,"id":395,"parentId":353,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":261649,"timestamp":321583538,"id":353,"parentId":341,"tags":{"page":"/api/repositories/excluded"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":242748,"timestamp":321610308,"id":396,"parentId":354,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":269495,"timestamp":321583590,"id":354,"parentId":341,"tags":{"page":"/api/repositories/restore"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":254556,"timestamp":321610382,"id":397,"parentId":355,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":281324,"timestamp":321583645,"id":355,"parentId":341,"tags":{"page":"/api/repositories"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":255559,"timestamp":321610539,"id":398,"parentId":357,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":282311,"timestamp":321583821,"id":357,"parentId":341,"tags":{"page":"/api/repositories/sync"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":256604,"timestamp":321610606,"id":399,"parentId":356,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":283545,"timestamp":321583692,"id":356,"parentId":341,"tags":{"page":"/api/repositories/scan"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":267803,"timestamp":321610660,"id":400,"parentId":358,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":294614,"timestamp":321583877,"id":358,"parentId":341,"tags":{"page":"/api/slash-commands"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":274224,"timestamp":321609855,"id":393,"parentId":351,"tags":{},"startTime":1770678307790,"traceId":"a285227665bde105"},{"name":"check-page","duration":300729,"timestamp":321583436,"id":351,"parentId":341,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":273475,"timestamp":321610801,"id":401,"parentId":359,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":300315,"timestamp":321583987,"id":359,"parentId":341,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":275165,"timestamp":321610943,"id":403,"parentId":361,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":302015,"timestamp":321584124,"id":361,"parentId":341,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":277588,"timestamp":321611036,"id":404,"parentId":362,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":304490,"timestamp":321584158,"id":362,"parentId":341,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":278406,"timestamp":321610887,"id":402,"parentId":360,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":305241,"timestamp":321584082,"id":360,"parentId":341,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":280045,"timestamp":321611109,"id":405,"parentId":363,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":306994,"timestamp":321584193,"id":363,"parentId":341,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":281249,"timestamp":321611204,"id":407,"parentId":365,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":308229,"timestamp":321584255,"id":365,"parentId":341,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":284085,"timestamp":321611246,"id":408,"parentId":366,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":311078,"timestamp":321584285,"id":366,"parentId":341,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":284180,"timestamp":321611292,"id":409,"parentId":367,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":311189,"timestamp":321584314,"id":367,"parentId":341,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":285412,"timestamp":321611343,"id":410,"parentId":368,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":312455,"timestamp":321584341,"id":368,"parentId":341,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":286351,"timestamp":321611385,"id":411,"parentId":369,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":313396,"timestamp":321584372,"id":369,"parentId":341,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":287487,"timestamp":321611427,"id":412,"parentId":370,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":314537,"timestamp":321584405,"id":370,"parentId":341,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":288624,"timestamp":321611475,"id":413,"parentId":371,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":315692,"timestamp":321584436,"id":371,"parentId":341,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":289880,"timestamp":321611519,"id":414,"parentId":373,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":316927,"timestamp":321584500,"id":373,"parentId":341,"tags":{"page":"/api/worktrees/[id]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":291036,"timestamp":321611560,"id":415,"parentId":372,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":318157,"timestamp":321584468,"id":372,"parentId":341,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":292632,"timestamp":321611605,"id":416,"parentId":374,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":319737,"timestamp":321584531,"id":374,"parentId":341,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":296211,"timestamp":321609171,"id":392,"parentId":350,"tags":{},"startTime":1770678307790,"traceId":"a285227665bde105"},{"name":"check-page","duration":322019,"timestamp":321583391,"id":350,"parentId":341,"tags":{"page":"/api/hooks/claude-done"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":293920,"timestamp":321611651,"id":417,"parentId":375,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":321050,"timestamp":321584562,"id":375,"parentId":341,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":294941,"timestamp":321611159,"id":406,"parentId":364,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":321911,"timestamp":321584224,"id":364,"parentId":341,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":295061,"timestamp":321611724,"id":419,"parentId":377,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":322191,"timestamp":321584622,"id":377,"parentId":341,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":297602,"timestamp":321611762,"id":420,"parentId":378,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":324740,"timestamp":321584652,"id":378,"parentId":341,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":297639,"timestamp":321611857,"id":422,"parentId":380,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":324808,"timestamp":321584712,"id":380,"parentId":341,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":297810,"timestamp":321611805,"id":421,"parentId":379,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":324964,"timestamp":321584682,"id":379,"parentId":341,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":300234,"timestamp":321611909,"id":423,"parentId":381,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":327431,"timestamp":321584741,"id":381,"parentId":341,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":302820,"timestamp":321611951,"id":424,"parentId":382,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":330031,"timestamp":321584771,"id":382,"parentId":341,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":306964,"timestamp":321612145,"id":425,"parentId":384,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":334322,"timestamp":321584832,"id":384,"parentId":341,"tags":{"page":"/apple-icon.png"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":312362,"timestamp":321612190,"id":426,"parentId":385,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":339718,"timestamp":321584863,"id":385,"parentId":341,"tags":{"page":"/icon.png"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":314339,"timestamp":321612332,"id":427,"parentId":346,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":343707,"timestamp":321582985,"id":346,"parentId":341,"tags":{"page":"/_not-found"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":319208,"timestamp":321611688,"id":418,"parentId":376,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":346341,"timestamp":321584592,"id":376,"parentId":341,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":327232,"timestamp":321612370,"id":428,"parentId":386,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":354755,"timestamp":321584893,"id":386,"parentId":341,"tags":{"page":"/"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":331129,"timestamp":321612507,"id":431,"parentId":390,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":358584,"timestamp":321585104,"id":390,"parentId":341,"tags":{"page":"/worktrees/[id]/simple-terminal"},"startTime":1770678307766,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":331920,"timestamp":321612427,"id":429,"parentId":388,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":359394,"timestamp":321584991,"id":388,"parentId":341,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1770678307766,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":332277,"timestamp":321614299,"id":433,"parentId":347,"tags":{},"startTime":1770678307795,"traceId":"a285227665bde105"},{"name":"check-page","duration":363412,"timestamp":321583198,"id":347,"parentId":341,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":331998,"timestamp":321616633,"id":434,"parentId":348,"tags":{},"startTime":1770678307797,"traceId":"a285227665bde105"},{"name":"check-page","duration":365364,"timestamp":321583293,"id":348,"parentId":341,"tags":{"page":"/api/external-apps/[id]"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":332971,"timestamp":321617367,"id":435,"parentId":349,"tags":{},"startTime":1770678307798,"traceId":"a285227665bde105"},{"name":"check-page","duration":367020,"timestamp":321583343,"id":349,"parentId":341,"tags":{"page":"/api/external-apps"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":333657,"timestamp":321618177,"id":436,"parentId":383,"tags":{},"startTime":1770678307799,"traceId":"a285227665bde105"},{"name":"check-page","duration":367061,"timestamp":321584800,"id":383,"parentId":341,"tags":{"page":"/api/worktrees"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":340089,"timestamp":321612551,"id":432,"parentId":391,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":367521,"timestamp":321585148,"id":391,"parentId":341,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1770678307766,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":334762,"timestamp":321619097,"id":437,"parentId":387,"tags":{},"startTime":1770678307800,"traceId":"a285227665bde105"},{"name":"check-page","duration":368925,"timestamp":321584952,"id":387,"parentId":341,"tags":{"page":"/proxy/[...path]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":354521,"timestamp":321612462,"id":430,"parentId":389,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":382002,"timestamp":321585054,"id":389,"parentId":341,"tags":{"page":"/worktrees/[id]"},"startTime":1770678307766,"traceId":"a285227665bde105"},{"name":"static-check","duration":509526,"timestamp":321457565,"id":341,"parentId":1,"tags":{},"startTime":1770678307638,"traceId":"a285227665bde105"},{"name":"load-dotenv","duration":34,"timestamp":322020095,"id":442,"parentId":441,"tags":{},"startTime":1770678308201,"traceId":"a285227665bde105"},{"name":"run-export-path-map","duration":344,"timestamp":323004869,"id":443,"parentId":441,"tags":{},"startTime":1770678309185,"traceId":"a285227665bde105"},{"name":"export-page","duration":35942,"timestamp":323006255,"id":448,"parentId":441,"tags":{"path":"/api/repositories/restore"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":36529,"timestamp":323006120,"id":446,"parentId":441,"tags":{"path":"/api/repositories/clone"},"startTime":1770678309187,"traceId":"a285227665bde105"}]
5
+ [{"name":"export-page","duration":302513,"timestamp":323006358,"id":450,"parentId":441,"tags":{"path":"/api/repositories/sync"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":302795,"timestamp":323006329,"id":449,"parentId":441,"tags":{"path":"/api/repositories"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":303081,"timestamp":323006182,"id":447,"parentId":441,"tags":{"path":"/api/repositories/excluded"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":303287,"timestamp":323006041,"id":445,"parentId":441,"tags":{"path":"/500"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":303745,"timestamp":323005809,"id":444,"parentId":441,"tags":{"path":"/404"},"startTime":1770678309186,"traceId":"a285227665bde105"},{"name":"export-page","duration":518036,"timestamp":323006385,"id":451,"parentId":441,"tags":{"path":"/api/repositories/scan"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":518137,"timestamp":323006441,"id":453,"parentId":441,"tags":{"path":"/api/hooks/claude-done"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":532279,"timestamp":323006414,"id":452,"parentId":441,"tags":{"path":"/api/slash-commands"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":543738,"timestamp":323006631,"id":455,"parentId":441,"tags":{"path":"/icon.png"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":543893,"timestamp":323006568,"id":454,"parentId":441,"tags":{"path":"/apple-icon.png"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":656533,"timestamp":323006655,"id":456,"parentId":441,"tags":{"path":"/_not-found"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":656605,"timestamp":323006666,"id":457,"parentId":441,"tags":{"path":"/"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"next-export","duration":1694896,"timestamp":322019381,"id":441,"parentId":1,"tags":{},"startTime":1770678308200,"traceId":"a285227665bde105"},{"name":"move-exported-app-not-found-","duration":10031,"timestamp":323715200,"id":458,"parentId":440,"tags":{},"startTime":1770678309896,"traceId":"a285227665bde105"},{"name":"move-exported-page","duration":20533,"timestamp":323725391,"id":459,"parentId":440,"tags":{},"startTime":1770678309906,"traceId":"a285227665bde105"},{"name":"static-generation","duration":1868084,"timestamp":322015187,"id":440,"parentId":1,"tags":{},"startTime":1770678308196,"traceId":"a285227665bde105"},{"name":"node-file-trace-build","duration":11461642,"timestamp":321968620,"id":439,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1770678308149,"traceId":"a285227665bde105"},{"name":"apply-include-excludes","duration":809,"timestamp":333430285,"id":460,"parentId":1,"tags":{},"startTime":1770678319611,"traceId":"a285227665bde105"},{"name":"print-tree-view","duration":10190,"timestamp":333431300,"id":461,"parentId":1,"tags":{},"startTime":1770678319612,"traceId":"a285227665bde105"},{"name":"telemetry-flush","duration":51,"timestamp":333441507,"id":462,"parentId":1,"tags":{},"startTime":1770678319622,"traceId":"a285227665bde105"},{"name":"next-build","duration":33114456,"timestamp":300327112,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1770678286508,"traceId":"a285227665bde105"}]