commandmate 0.2.12 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/.env.example +21 -2
  2. package/.next/BUILD_ID +1 -1
  3. package/.next/app-build-manifest.json +30 -22
  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 +2 -2
  20. package/.next/required-server-files.json +1 -1
  21. package/.next/routes-manifest.json +1 -1
  22. package/.next/server/app/_not-found/page.js +1 -1
  23. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  24. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  25. package/.next/server/app/api/app/update-check/route.js +1 -1
  26. package/.next/server/app/api/auth/login/route.js +1 -0
  27. package/.next/server/app/api/auth/login/route.js.nft.json +1 -0
  28. package/.next/server/app/api/auth/logout/route.js +1 -0
  29. package/.next/server/app/api/auth/logout/route.js.nft.json +1 -0
  30. package/.next/server/app/api/auth/status/route.js +1 -0
  31. package/.next/server/app/api/auth/status/route.js.nft.json +1 -0
  32. package/.next/server/app/api/hooks/claude-done/route.js +1 -1
  33. package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
  34. package/.next/server/app/api/repositories/route.js +2 -2
  35. package/.next/server/app/api/repositories/route.js.nft.json +1 -1
  36. package/.next/server/app/api/slash-commands/route.js +1 -1
  37. package/.next/server/app/api/slash-commands/route.js.nft.json +1 -1
  38. package/.next/server/app/api/slash-commands.body +1 -1
  39. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  40. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
  41. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
  42. package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
  43. package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
  44. package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
  45. package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
  46. package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
  47. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  48. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
  49. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
  50. package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
  51. package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
  52. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  53. package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
  54. package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
  55. package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
  56. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
  57. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
  58. package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
  59. package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
  60. package/.next/server/app/api/worktrees/route.js +1 -1
  61. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  62. package/.next/server/app/login/page.js +1 -0
  63. package/.next/server/app/login/page.js.nft.json +1 -0
  64. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  65. package/.next/server/app/page.js +2 -2
  66. package/.next/server/app/page.js.nft.json +1 -1
  67. package/.next/server/app/page_client-reference-manifest.js +1 -1
  68. package/.next/server/app/worktrees/[id]/files/[...path]/page.js +1 -1
  69. package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
  70. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  71. package/.next/server/app/worktrees/[id]/page.js +3 -3
  72. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  73. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  74. package/.next/server/app/worktrees/[id]/terminal/page.js +1 -1
  75. package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
  76. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  77. package/.next/server/app-paths-manifest.json +13 -9
  78. package/.next/server/chunks/3013.js +1 -0
  79. package/.next/server/chunks/3074.js +1 -0
  80. package/.next/server/chunks/{1287.js → 3294.js} +2 -2
  81. package/.next/server/chunks/3860.js +1 -1
  82. package/.next/server/chunks/4893.js +2 -2
  83. package/.next/server/chunks/539.js +35 -0
  84. package/.next/server/chunks/5795.js +1 -0
  85. package/.next/server/chunks/7536.js +1 -1
  86. package/.next/server/chunks/7566.js +19 -0
  87. package/.next/server/chunks/8693.js +1 -1
  88. package/.next/server/edge-runtime-webpack.js +2 -0
  89. package/.next/server/edge-runtime-webpack.js.map +1 -0
  90. package/.next/server/functions-config-manifest.json +1 -1
  91. package/.next/server/middleware-build-manifest.js +1 -1
  92. package/.next/server/middleware-manifest.json +28 -2
  93. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  94. package/.next/server/pages/500.html +1 -1
  95. package/.next/server/server-reference-manifest.json +1 -1
  96. package/.next/server/src/middleware.js +14 -0
  97. package/.next/server/src/middleware.js.map +1 -0
  98. package/.next/static/chunks/{2626.2125083a1ff3b80a.js → 6163.f672451d4575decf.js} +1 -1
  99. package/.next/static/chunks/{656.d72f25ce819bd77e.js → 656.5e2de0173f5a06bd.js} +1 -1
  100. package/.next/static/chunks/8091-925542bdfc843dce.js +1 -0
  101. package/.next/static/chunks/8528-4d554d3b94d4cf9b.js +1 -0
  102. package/.next/static/chunks/app/{layout-07755491d5d57242.js → layout-9110f9a5e41c6bf4.js} +1 -1
  103. package/.next/static/chunks/app/login/page-2d42204ba87cd136.js +1 -0
  104. package/.next/static/chunks/app/page-238b5a70d8c101e9.js +1 -0
  105. package/.next/static/chunks/app/worktrees/[id]/page-9418e49bdc1de02c.js +1 -0
  106. package/.next/static/chunks/main-db79434ee4a6c931.js +1 -0
  107. package/.next/static/chunks/webpack-3c0ee3ce5b546818.js +1 -0
  108. package/.next/static/css/b9ea6a4fad17dc32.css +3 -0
  109. package/.next/trace +5 -5
  110. package/.next/types/app/api/auth/login/route.ts +343 -0
  111. package/.next/types/app/api/auth/logout/route.ts +343 -0
  112. package/.next/types/app/api/auth/status/route.ts +343 -0
  113. package/.next/types/app/login/page.ts +79 -0
  114. package/README.md +6 -1
  115. package/dist/cli/commands/init.d.ts.map +1 -1
  116. package/dist/cli/commands/init.js +2 -0
  117. package/dist/cli/commands/start.d.ts +2 -0
  118. package/dist/cli/commands/start.d.ts.map +1 -1
  119. package/dist/cli/commands/start.js +159 -14
  120. package/dist/cli/commands/status.d.ts.map +1 -1
  121. package/dist/cli/commands/status.js +4 -0
  122. package/dist/cli/config/security-messages.d.ts +3 -1
  123. package/dist/cli/config/security-messages.d.ts.map +1 -1
  124. package/dist/cli/config/security-messages.js +6 -2
  125. package/dist/cli/index.js +17 -0
  126. package/dist/cli/types/index.d.ts +17 -0
  127. package/dist/cli/types/index.d.ts.map +1 -1
  128. package/dist/cli/utils/daemon.d.ts.map +1 -1
  129. package/dist/cli/utils/daemon.js +16 -3
  130. package/dist/config/auth-config.d.ts +43 -0
  131. package/dist/config/auth-config.d.ts.map +1 -0
  132. package/dist/config/auth-config.js +112 -0
  133. package/dist/lib/auth.d.ts +104 -0
  134. package/dist/lib/auth.d.ts.map +1 -0
  135. package/dist/lib/auth.js +250 -0
  136. package/dist/server/server.js +123 -12
  137. package/dist/server/src/config/auth-config.js +112 -0
  138. package/dist/server/src/lib/auth.js +250 -0
  139. package/dist/server/src/lib/auto-yes-manager.js +180 -96
  140. package/dist/server/src/lib/ip-restriction.js +241 -0
  141. package/dist/server/src/lib/response-poller.js +92 -39
  142. package/dist/server/src/lib/ws-server.js +63 -33
  143. package/dist/server/src/types/slash-commands.js +1 -0
  144. package/package.json +2 -2
  145. package/.next/server/chunks/9238.js +0 -35
  146. package/.next/server/chunks/9367.js +0 -19
  147. package/.next/static/chunks/5970-2e18108d0cabd8af.js +0 -1
  148. package/.next/static/chunks/816-af44cb865b0c980e.js +0 -1
  149. package/.next/static/chunks/app/page-a6593b9640df66a6.js +0 -1
  150. package/.next/static/chunks/app/worktrees/[id]/page-c99258f57461962c.js +0 -1
  151. package/.next/static/chunks/main-f00f82f1cf18dd99.js +0 -1
  152. package/.next/static/chunks/webpack-af8567a485ade35a.js +0 -1
  153. package/.next/static/css/897ffb669f47c97b.css +0 -3
  154. /package/.next/static/{ym6mA6Dl9wX62h3AoYO45 → clTo9tuAoPMLcGRuVENfO}/_buildManifest.js +0 -0
  155. /package/.next/static/{ym6mA6Dl9wX62h3AoYO45 → clTo9tuAoPMLcGRuVENfO}/_ssgManifest.js +0 -0
package/.next/trace CHANGED
@@ -1,5 +1,5 @@
1
- [{"name":"generate-buildid","duration":223,"timestamp":689432494,"id":4,"parentId":1,"tags":{},"startTime":1771561783605,"traceId":"0d7c285ce7c341e3"},{"name":"load-custom-routes","duration":1405,"timestamp":689432961,"id":5,"parentId":1,"tags":{},"startTime":1771561783605,"traceId":"0d7c285ce7c341e3"},{"name":"create-pages-mapping","duration":163,"timestamp":689527889,"id":6,"parentId":1,"tags":{},"startTime":1771561783700,"traceId":"0d7c285ce7c341e3"},{"name":"collect-app-paths","duration":2863,"timestamp":689528082,"id":7,"parentId":1,"tags":{},"startTime":1771561783700,"traceId":"0d7c285ce7c341e3"},{"name":"create-app-mapping","duration":1371,"timestamp":689530965,"id":8,"parentId":1,"tags":{},"startTime":1771561783703,"traceId":"0d7c285ce7c341e3"},{"name":"public-dir-conflict-check","duration":497,"timestamp":689532900,"id":9,"parentId":1,"tags":{},"startTime":1771561783705,"traceId":"0d7c285ce7c341e3"},{"name":"generate-routes-manifest","duration":3092,"timestamp":689533532,"id":10,"parentId":1,"tags":{},"startTime":1771561783706,"traceId":"0d7c285ce7c341e3"},{"name":"create-dist-dir","duration":200,"timestamp":689538072,"id":11,"parentId":1,"tags":{},"startTime":1771561783710,"traceId":"0d7c285ce7c341e3"},{"name":"write-routes-manifest","duration":380,"timestamp":689551651,"id":12,"parentId":1,"tags":{},"startTime":1771561783724,"traceId":"0d7c285ce7c341e3"},{"name":"generate-required-server-files","duration":308,"timestamp":689552105,"id":13,"parentId":1,"tags":{},"startTime":1771561783724,"traceId":"0d7c285ce7c341e3"},{"name":"create-entrypoints","duration":62506,"timestamp":689555052,"id":16,"parentId":1,"tags":{},"startTime":1771561783727,"traceId":"0d7c285ce7c341e3"},{"name":"generate-webpack-config","duration":289778,"timestamp":689617600,"id":17,"parentId":15,"tags":{},"startTime":1771561783790,"traceId":"0d7c285ce7c341e3"},{"name":"next-trace-entrypoint-plugin","duration":2020,"timestamp":689978252,"id":19,"parentId":18,"tags":{},"startTime":1771561784150,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":756792,"timestamp":689986599,"id":22,"parentId":20,"tags":{"request":"next/dist/pages/_app"},"startTime":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":773056,"timestamp":689986624,"id":23,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":782731,"timestamp":689986637,"id":24,"parentId":20,"tags":{"request":"next/dist/pages/_document"},"startTime":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":797569,"timestamp":689987066,"id":55,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":797593,"timestamp":689987074,"id":58,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1063884,"timestamp":689987057,"id":52,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1066449,"timestamp":689987069,"id":56,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1099564,"timestamp":689987052,"id":50,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1154636,"timestamp":689987060,"id":53,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1154739,"timestamp":689987054,"id":51,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1173854,"timestamp":689987049,"id":49,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1179221,"timestamp":689987084,"id":62,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1183404,"timestamp":689987091,"id":64,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1183425,"timestamp":689987093,"id":65,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1210817,"timestamp":689987064,"id":54,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211562,"timestamp":689986682,"id":28,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211566,"timestamp":689986697,"id":29,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211523,"timestamp":689986760,"id":32,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211433,"timestamp":689986861,"id":35,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211436,"timestamp":689986874,"id":37,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211380,"timestamp":689986939,"id":42,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211373,"timestamp":689986953,"id":43,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211453,"timestamp":689986880,"id":38,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1211444,"timestamp":689986898,"id":41,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1222478,"timestamp":689986669,"id":27,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1222421,"timestamp":689986744,"id":31,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1222513,"timestamp":689986659,"id":26,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1223844,"timestamp":689987043,"id":47,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1226398,"timestamp":689987088,"id":63,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate-check%2Froute&name=app%2Fapi%2Fapp%2Fupdate-check%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate-check%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate-check%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1226407,"timestamp":689987098,"id":67,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1234097,"timestamp":689987103,"id":69,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1240196,"timestamp":689986853,"id":34,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1249971,"timestamp":689986718,"id":30,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1249671,"timestamp":689987040,"id":46,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1249849,"timestamp":689986867,"id":36,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1249838,"timestamp":689986886,"id":39,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1249840,"timestamp":689986891,"id":40,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1249715,"timestamp":689987021,"id":44,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1249704,"timestamp":689987035,"id":45,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1249643,"timestamp":689987101,"id":68,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1270642,"timestamp":689986648,"id":25,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1270224,"timestamp":689987096,"id":66,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1288185,"timestamp":689986830,"id":33,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1287996,"timestamp":689987046,"id":48,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1297156,"timestamp":689986111,"id":21,"parentId":20,"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":1771561784158,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1296222,"timestamp":689987071,"id":57,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1296226,"timestamp":689987076,"id":59,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1296230,"timestamp":689987078,"id":60,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1296233,"timestamp":689987081,"id":61,"parentId":20,"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":1771561784159,"traceId":"0d7c285ce7c341e3"},{"name":"make","duration":2482250,"timestamp":689985748,"id":20,"parentId":18,"tags":{},"startTime":1771561784158,"traceId":"0d7c285ce7c341e3"},{"name":"get-entries","duration":2148,"timestamp":692469390,"id":94,"parentId":93,"tags":{},"startTime":1771561786642,"traceId":"0d7c285ce7c341e3"},{"name":"node-file-trace-plugin","duration":402100,"timestamp":692477252,"id":95,"parentId":93,"tags":{"traceEntryCount":"94"},"startTime":1771561786649,"traceId":"0d7c285ce7c341e3"},{"name":"collect-traced-files","duration":4319,"timestamp":692879370,"id":96,"parentId":93,"tags":{},"startTime":1771561787051,"traceId":"0d7c285ce7c341e3"},{"name":"finish-modules","duration":414507,"timestamp":692469193,"id":93,"parentId":19,"tags":{},"startTime":1771561786641,"traceId":"0d7c285ce7c341e3"},{"name":"chunk-graph","duration":43413,"timestamp":693087658,"id":98,"parentId":97,"tags":{},"startTime":1771561787260,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-modules","duration":47,"timestamp":693131266,"id":100,"parentId":97,"tags":{},"startTime":1771561787303,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-chunks","duration":44086,"timestamp":693131452,"id":101,"parentId":97,"tags":{},"startTime":1771561787304,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-tree","duration":124,"timestamp":693175642,"id":102,"parentId":97,"tags":{},"startTime":1771561787348,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-chunk-modules","duration":53293,"timestamp":693175873,"id":103,"parentId":97,"tags":{},"startTime":1771561787348,"traceId":"0d7c285ce7c341e3"},{"name":"optimize","duration":98140,"timestamp":693131192,"id":99,"parentId":97,"tags":{},"startTime":1771561787303,"traceId":"0d7c285ce7c341e3"},{"name":"module-hash","duration":46753,"timestamp":693272416,"id":104,"parentId":97,"tags":{},"startTime":1771561787445,"traceId":"0d7c285ce7c341e3"},{"name":"code-generation","duration":18857,"timestamp":693319277,"id":105,"parentId":97,"tags":{},"startTime":1771561787491,"traceId":"0d7c285ce7c341e3"},{"name":"hash","duration":14611,"timestamp":693345271,"id":106,"parentId":97,"tags":{},"startTime":1771561787517,"traceId":"0d7c285ce7c341e3"},{"name":"code-generation-jobs","duration":405,"timestamp":693359880,"id":107,"parentId":97,"tags":{},"startTime":1771561787532,"traceId":"0d7c285ce7c341e3"},{"name":"module-assets","duration":1250,"timestamp":693360148,"id":108,"parentId":97,"tags":{},"startTime":1771561787532,"traceId":"0d7c285ce7c341e3"},{"name":"create-chunk-assets","duration":2313,"timestamp":693361417,"id":109,"parentId":97,"tags":{},"startTime":1771561787534,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":721,"timestamp":693378567,"id":111,"parentId":110,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":559,"timestamp":693378742,"id":112,"parentId":110,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":551,"timestamp":693378753,"id":113,"parentId":110,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":546,"timestamp":693378760,"id":114,"parentId":110,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":547,"timestamp":693378765,"id":115,"parentId":110,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":544,"timestamp":693378770,"id":116,"parentId":110,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":540,"timestamp":693378775,"id":117,"parentId":110,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":537,"timestamp":693378780,"id":118,"parentId":110,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":518,"timestamp":693378801,"id":119,"parentId":110,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":515,"timestamp":693378805,"id":120,"parentId":110,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":455,"timestamp":693378867,"id":121,"parentId":110,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":448,"timestamp":693378876,"id":122,"parentId":110,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":444,"timestamp":693378881,"id":123,"parentId":110,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":442,"timestamp":693378885,"id":124,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":439,"timestamp":693378889,"id":125,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":436,"timestamp":693378894,"id":126,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":426,"timestamp":693378905,"id":127,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":422,"timestamp":693378911,"id":128,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":419,"timestamp":693378916,"id":129,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":416,"timestamp":693378920,"id":130,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":414,"timestamp":693378924,"id":131,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":412,"timestamp":693378927,"id":132,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"}]
2
- [{"name":"minify-js","duration":522,"timestamp":693378931,"id":133,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":526,"timestamp":693378935,"id":134,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":526,"timestamp":693378939,"id":135,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":526,"timestamp":693378942,"id":136,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":525,"timestamp":693378946,"id":137,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":525,"timestamp":693378950,"id":138,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":525,"timestamp":693378953,"id":139,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":525,"timestamp":693378957,"id":140,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":525,"timestamp":693378961,"id":141,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":524,"timestamp":693378964,"id":142,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":522,"timestamp":693378969,"id":143,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":520,"timestamp":693378973,"id":144,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":518,"timestamp":693378977,"id":145,"parentId":110,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":516,"timestamp":693378980,"id":146,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":513,"timestamp":693378984,"id":147,"parentId":110,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":511,"timestamp":693378988,"id":148,"parentId":110,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":509,"timestamp":693378991,"id":149,"parentId":110,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":504,"timestamp":693378998,"id":150,"parentId":110,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":479,"timestamp":693379025,"id":151,"parentId":110,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":471,"timestamp":693379034,"id":152,"parentId":110,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":468,"timestamp":693379039,"id":153,"parentId":110,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":467,"timestamp":693379043,"id":154,"parentId":110,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":465,"timestamp":693379047,"id":155,"parentId":110,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":468,"timestamp":693379050,"id":156,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":466,"timestamp":693379054,"id":157,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":465,"timestamp":693379057,"id":158,"parentId":110,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":463,"timestamp":693379060,"id":159,"parentId":110,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":461,"timestamp":693379064,"id":160,"parentId":110,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":459,"timestamp":693379067,"id":161,"parentId":110,"tags":{"name":"9582.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":453,"timestamp":693379075,"id":162,"parentId":110,"tags":{"name":"3348.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":451,"timestamp":693379079,"id":163,"parentId":110,"tags":{"name":"2683.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":449,"timestamp":693379082,"id":164,"parentId":110,"tags":{"name":"5823.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":447,"timestamp":693379086,"id":165,"parentId":110,"tags":{"name":"8744.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":445,"timestamp":693379089,"id":166,"parentId":110,"tags":{"name":"369.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":443,"timestamp":693379093,"id":167,"parentId":110,"tags":{"name":"7266.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":441,"timestamp":693379096,"id":168,"parentId":110,"tags":{"name":"6837.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":439,"timestamp":693379100,"id":169,"parentId":110,"tags":{"name":"4559.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":436,"timestamp":693379104,"id":170,"parentId":110,"tags":{"name":"5853.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":434,"timestamp":693379108,"id":171,"parentId":110,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":432,"timestamp":693379111,"id":172,"parentId":110,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":430,"timestamp":693379115,"id":173,"parentId":110,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":428,"timestamp":693379118,"id":174,"parentId":110,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":426,"timestamp":693379122,"id":175,"parentId":110,"tags":{"name":"1287.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":425,"timestamp":693379125,"id":176,"parentId":110,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":317,"timestamp":693379234,"id":177,"parentId":110,"tags":{"name":"8705.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":306,"timestamp":693379247,"id":178,"parentId":110,"tags":{"name":"2509.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":302,"timestamp":693379253,"id":179,"parentId":110,"tags":{"name":"7458.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":301,"timestamp":693379256,"id":180,"parentId":110,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":299,"timestamp":693379258,"id":181,"parentId":110,"tags":{"name":"7808.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":298,"timestamp":693379261,"id":182,"parentId":110,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":297,"timestamp":693379264,"id":183,"parentId":110,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":296,"timestamp":693379267,"id":184,"parentId":110,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":295,"timestamp":693379270,"id":185,"parentId":110,"tags":{"name":"9367.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":294,"timestamp":693379272,"id":186,"parentId":110,"tags":{"name":"7536.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":292,"timestamp":693379275,"id":187,"parentId":110,"tags":{"name":"3860.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":291,"timestamp":693379278,"id":188,"parentId":110,"tags":{"name":"8693.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":290,"timestamp":693379280,"id":189,"parentId":110,"tags":{"name":"9238.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":289,"timestamp":693379283,"id":190,"parentId":110,"tags":{"name":"5488.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":288,"timestamp":693379286,"id":191,"parentId":110,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1771561787551,"traceId":"0d7c285ce7c341e3"},{"name":"terser-webpack-plugin-optimize","duration":13249,"timestamp":693366352,"id":110,"parentId":18,"tags":{"compilationName":"server","swcMinify":true},"startTime":1771561787538,"traceId":"0d7c285ce7c341e3"},{"name":"css-minimizer-plugin","duration":135,"timestamp":693379721,"id":192,"parentId":18,"tags":{},"startTime":1771561787552,"traceId":"0d7c285ce7c341e3"},{"name":"create-trace-assets","duration":2963,"timestamp":693380082,"id":193,"parentId":19,"tags":{},"startTime":1771561787552,"traceId":"0d7c285ce7c341e3"},{"name":"seal","duration":418865,"timestamp":692979989,"id":97,"parentId":18,"tags":{},"startTime":1771561787152,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-compilation","duration":3436311,"timestamp":689976566,"id":18,"parentId":15,"tags":{"name":"server"},"startTime":1771561784149,"traceId":"0d7c285ce7c341e3"},{"name":"emit","duration":25888,"timestamp":693413391,"id":194,"parentId":15,"tags":{},"startTime":1771561787586,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-close","duration":778,"timestamp":693439896,"id":195,"parentId":15,"tags":{"name":"server"},"startTime":1771561787612,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-generate-error-stats","duration":2315,"timestamp":693440724,"id":196,"parentId":195,"tags":{},"startTime":1771561787613,"traceId":"0d7c285ce7c341e3"},{"name":"make","duration":210,"timestamp":693453056,"id":198,"parentId":197,"tags":{},"startTime":1771561787625,"traceId":"0d7c285ce7c341e3"},{"name":"chunk-graph","duration":44,"timestamp":693454095,"id":200,"parentId":199,"tags":{},"startTime":1771561787626,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-modules","duration":11,"timestamp":693454209,"id":202,"parentId":199,"tags":{},"startTime":1771561787626,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-chunks","duration":83,"timestamp":693454292,"id":203,"parentId":199,"tags":{},"startTime":1771561787626,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-tree","duration":12,"timestamp":693454433,"id":204,"parentId":199,"tags":{},"startTime":1771561787627,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-chunk-modules","duration":58,"timestamp":693454526,"id":205,"parentId":199,"tags":{},"startTime":1771561787627,"traceId":"0d7c285ce7c341e3"},{"name":"optimize","duration":475,"timestamp":693454164,"id":201,"parentId":199,"tags":{},"startTime":1771561787626,"traceId":"0d7c285ce7c341e3"},{"name":"module-hash","duration":30,"timestamp":693454918,"id":206,"parentId":199,"tags":{},"startTime":1771561787627,"traceId":"0d7c285ce7c341e3"},{"name":"code-generation","duration":56,"timestamp":693454977,"id":207,"parentId":199,"tags":{},"startTime":1771561787627,"traceId":"0d7c285ce7c341e3"},{"name":"hash","duration":109,"timestamp":693455139,"id":208,"parentId":199,"tags":{},"startTime":1771561787627,"traceId":"0d7c285ce7c341e3"},{"name":"code-generation-jobs","duration":102,"timestamp":693455247,"id":209,"parentId":199,"tags":{},"startTime":1771561787627,"traceId":"0d7c285ce7c341e3"},{"name":"module-assets","duration":46,"timestamp":693455324,"id":210,"parentId":199,"tags":{},"startTime":1771561787627,"traceId":"0d7c285ce7c341e3"},{"name":"create-chunk-assets","duration":27,"timestamp":693455384,"id":211,"parentId":199,"tags":{},"startTime":1771561787627,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":36,"timestamp":693467123,"id":213,"parentId":212,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1771561787639,"traceId":"0d7c285ce7c341e3"},{"name":"terser-webpack-plugin-optimize","duration":1730,"timestamp":693465441,"id":212,"parentId":197,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1771561787638,"traceId":"0d7c285ce7c341e3"},{"name":"css-minimizer-plugin","duration":10,"timestamp":693467236,"id":214,"parentId":197,"tags":{},"startTime":1771561787639,"traceId":"0d7c285ce7c341e3"},{"name":"seal","duration":15200,"timestamp":693453843,"id":199,"parentId":197,"tags":{},"startTime":1771561787626,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-compilation","duration":17698,"timestamp":693451591,"id":197,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771561787624,"traceId":"0d7c285ce7c341e3"},{"name":"emit","duration":1515,"timestamp":693469404,"id":215,"parentId":15,"tags":{},"startTime":1771561787642,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-close","duration":250,"timestamp":693471168,"id":216,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771561787643,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-generate-error-stats","duration":924,"timestamp":693471430,"id":217,"parentId":216,"tags":{},"startTime":1771561787644,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":738237,"timestamp":693483076,"id":223,"parentId":219,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":738256,"timestamp":693483080,"id":224,"parentId":219,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":738256,"timestamp":693483088,"id":226,"parentId":219,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":804553,"timestamp":693483070,"id":222,"parentId":219,"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":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":804596,"timestamp":693483045,"id":221,"parentId":219,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":816059,"timestamp":693483084,"id":225,"parentId":219,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":816185,"timestamp":693482978,"id":220,"parentId":219,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":894119,"timestamp":693483110,"id":231,"parentId":219,"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":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":996729,"timestamp":693483094,"id":228,"parentId":219,"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":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1074322,"timestamp":693483106,"id":230,"parentId":219,"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":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1074358,"timestamp":693483091,"id":227,"parentId":219,"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":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"add-entry","duration":1992780,"timestamp":693483102,"id":229,"parentId":219,"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":1771561787655,"traceId":"0d7c285ce7c341e3"},{"name":"make","duration":1993359,"timestamp":693482664,"id":219,"parentId":218,"tags":{},"startTime":1771561787655,"traceId":"0d7c285ce7c341e3"}]
3
- [{"name":"chunk-graph","duration":45789,"timestamp":695689987,"id":233,"parentId":232,"tags":{},"startTime":1771561789862,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-modules","duration":9,"timestamp":695735844,"id":235,"parentId":232,"tags":{},"startTime":1771561789908,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-chunks","duration":62065,"timestamp":695738156,"id":237,"parentId":232,"tags":{},"startTime":1771561789910,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-tree","duration":12,"timestamp":695800278,"id":238,"parentId":232,"tags":{},"startTime":1771561789972,"traceId":"0d7c285ce7c341e3"},{"name":"optimize-chunk-modules","duration":79371,"timestamp":695800322,"id":239,"parentId":232,"tags":{},"startTime":1771561789972,"traceId":"0d7c285ce7c341e3"},{"name":"optimize","duration":143931,"timestamp":695735824,"id":234,"parentId":232,"tags":{},"startTime":1771561789908,"traceId":"0d7c285ce7c341e3"},{"name":"module-hash","duration":54267,"timestamp":695913611,"id":240,"parentId":232,"tags":{},"startTime":1771561790086,"traceId":"0d7c285ce7c341e3"},{"name":"code-generation","duration":5828,"timestamp":695967937,"id":241,"parentId":232,"tags":{},"startTime":1771561790140,"traceId":"0d7c285ce7c341e3"},{"name":"hash","duration":6741,"timestamp":695978642,"id":242,"parentId":232,"tags":{},"startTime":1771561790151,"traceId":"0d7c285ce7c341e3"},{"name":"code-generation-jobs","duration":148,"timestamp":695985382,"id":243,"parentId":232,"tags":{},"startTime":1771561790157,"traceId":"0d7c285ce7c341e3"},{"name":"module-assets","duration":1428,"timestamp":695985491,"id":244,"parentId":232,"tags":{},"startTime":1771561790158,"traceId":"0d7c285ce7c341e3"},{"name":"create-chunk-assets","duration":2564,"timestamp":695986935,"id":245,"parentId":232,"tags":{},"startTime":1771561790159,"traceId":"0d7c285ce7c341e3"},{"name":"NextJsBuildManifest-generateClientManifest","duration":655,"timestamp":695992391,"id":247,"parentId":218,"tags":{},"startTime":1771561790165,"traceId":"0d7c285ce7c341e3"},{"name":"NextJsBuildManifest-createassets","duration":1309,"timestamp":695991752,"id":246,"parentId":218,"tags":{},"startTime":1771561790164,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":1024,"timestamp":696006125,"id":249,"parentId":248,"tags":{"name":"static/chunks/main-f00f82f1cf18dd99.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":1000,"timestamp":696006162,"id":250,"parentId":248,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":993,"timestamp":696006173,"id":251,"parentId":248,"tags":{"name":"static/chunks/app/_not-found/page-ac4e4463b39d0cf7.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":988,"timestamp":696006180,"id":252,"parentId":248,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":982,"timestamp":696006188,"id":253,"parentId":248,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":977,"timestamp":696006195,"id":254,"parentId":248,"tags":{"name":"static/chunks/app/layout-07755491d5d57242.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":973,"timestamp":696006201,"id":255,"parentId":248,"tags":{"name":"static/chunks/app/page-a6593b9640df66a6.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":968,"timestamp":696006207,"id":256,"parentId":248,"tags":{"name":"static/chunks/app/worktrees/[id]/page-c99258f57461962c.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":963,"timestamp":696006213,"id":257,"parentId":248,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":959,"timestamp":696006219,"id":258,"parentId":248,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":954,"timestamp":696006226,"id":259,"parentId":248,"tags":{"name":"static/chunks/webpack-af8567a485ade35a.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":950,"timestamp":696006231,"id":260,"parentId":248,"tags":{"name":"static/chunks/13.d3909672ed2537ad.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":943,"timestamp":696006240,"id":261,"parentId":248,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":938,"timestamp":696006246,"id":262,"parentId":248,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":934,"timestamp":696006252,"id":263,"parentId":248,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":929,"timestamp":696006258,"id":264,"parentId":248,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":924,"timestamp":696006265,"id":265,"parentId":248,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":920,"timestamp":696006271,"id":266,"parentId":248,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":915,"timestamp":696006278,"id":267,"parentId":248,"tags":{"name":"static/chunks/2626.834991ca5479e32a.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":910,"timestamp":696006284,"id":268,"parentId":248,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":906,"timestamp":696006290,"id":269,"parentId":248,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":897,"timestamp":696006301,"id":270,"parentId":248,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":892,"timestamp":696006306,"id":271,"parentId":248,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":888,"timestamp":696006312,"id":272,"parentId":248,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":883,"timestamp":696006319,"id":273,"parentId":248,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":880,"timestamp":696006324,"id":274,"parentId":248,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":874,"timestamp":696006331,"id":275,"parentId":248,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":870,"timestamp":696006337,"id":276,"parentId":248,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":866,"timestamp":696006342,"id":277,"parentId":248,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":861,"timestamp":696006349,"id":278,"parentId":248,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":856,"timestamp":696006356,"id":279,"parentId":248,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":852,"timestamp":696006362,"id":280,"parentId":248,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":847,"timestamp":696006368,"id":281,"parentId":248,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":843,"timestamp":696006373,"id":282,"parentId":248,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":888,"timestamp":696006379,"id":283,"parentId":248,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":884,"timestamp":696006386,"id":284,"parentId":248,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1771561790178,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":880,"timestamp":696006391,"id":285,"parentId":248,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":876,"timestamp":696006397,"id":286,"parentId":248,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":872,"timestamp":696006403,"id":287,"parentId":248,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":868,"timestamp":696006408,"id":288,"parentId":248,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":864,"timestamp":696006414,"id":289,"parentId":248,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":860,"timestamp":696006420,"id":290,"parentId":248,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":856,"timestamp":696006426,"id":291,"parentId":248,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":852,"timestamp":696006431,"id":292,"parentId":248,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":848,"timestamp":696006437,"id":293,"parentId":248,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":843,"timestamp":696006443,"id":294,"parentId":248,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":839,"timestamp":696006448,"id":295,"parentId":248,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":835,"timestamp":696006454,"id":296,"parentId":248,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":832,"timestamp":696006459,"id":297,"parentId":248,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":828,"timestamp":696006465,"id":298,"parentId":248,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":824,"timestamp":696006470,"id":299,"parentId":248,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":820,"timestamp":696006475,"id":300,"parentId":248,"tags":{"name":"static/chunks/fd9d1056-cfdf4f91f13d3485.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":817,"timestamp":696006481,"id":301,"parentId":248,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":812,"timestamp":696006487,"id":302,"parentId":248,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":808,"timestamp":696006492,"id":303,"parentId":248,"tags":{"name":"static/chunks/4327.bf5c75539344981a.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":804,"timestamp":696006498,"id":304,"parentId":248,"tags":{"name":"static/chunks/9234-b0304101384ca079.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":800,"timestamp":696006504,"id":305,"parentId":248,"tags":{"name":"static/chunks/216-f18f4a9d8b04a91e.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":795,"timestamp":696006510,"id":306,"parentId":248,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":792,"timestamp":696006515,"id":307,"parentId":248,"tags":{"name":"static/chunks/1038-3509435b68c0967e.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":787,"timestamp":696006521,"id":308,"parentId":248,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":779,"timestamp":696006531,"id":309,"parentId":248,"tags":{"name":"static/chunks/2335-98a211e00b94c7ac.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":775,"timestamp":696006537,"id":310,"parentId":248,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":769,"timestamp":696006544,"id":311,"parentId":248,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":765,"timestamp":696006550,"id":312,"parentId":248,"tags":{"name":"static/chunks/656.5300fb43e7a93a70.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":758,"timestamp":696006559,"id":313,"parentId":248,"tags":{"name":"static/chunks/2117-e31fa477cb500950.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":754,"timestamp":696006564,"id":314,"parentId":248,"tags":{"name":"static/chunks/9178-88850a7c48deea07.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":750,"timestamp":696006570,"id":315,"parentId":248,"tags":{"name":"static/chunks/816-af44cb865b0c980e.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":746,"timestamp":696006576,"id":316,"parentId":248,"tags":{"name":"static/chunks/5970-2e18108d0cabd8af.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":742,"timestamp":696006581,"id":317,"parentId":248,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":308,"timestamp":696007017,"id":319,"parentId":248,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":187,"timestamp":696007140,"id":321,"parentId":248,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":2031,"timestamp":696006591,"id":318,"parentId":248,"tags":{"name":"static/ym6mA6Dl9wX62h3AoYO45/_ssgManifest.js","cache":"MISS"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"minify-js","duration":1629,"timestamp":696007032,"id":320,"parentId":248,"tags":{"name":"static/ym6mA6Dl9wX62h3AoYO45/_buildManifest.js","cache":"MISS"},"startTime":1771561790179,"traceId":"0d7c285ce7c341e3"},{"name":"terser-webpack-plugin-optimize","duration":11329,"timestamp":695997337,"id":248,"parentId":218,"tags":{"compilationName":"client","swcMinify":true},"startTime":1771561790169,"traceId":"0d7c285ce7c341e3"},{"name":"minify-css","duration":93,"timestamp":696008785,"id":323,"parentId":322,"tags":{"file":"static/css/6b8e02d3f4d8467f.css","cache":"HIT"},"startTime":1771561790181,"traceId":"0d7c285ce7c341e3"},{"name":"minify-css","duration":59,"timestamp":696008825,"id":324,"parentId":322,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1771561790181,"traceId":"0d7c285ce7c341e3"},{"name":"minify-css","duration":57,"timestamp":696008829,"id":325,"parentId":322,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1771561790181,"traceId":"0d7c285ce7c341e3"},{"name":"css-minimizer-plugin","duration":156,"timestamp":696008732,"id":322,"parentId":218,"tags":{},"startTime":1771561790181,"traceId":"0d7c285ce7c341e3"},{"name":"seal","duration":441180,"timestamp":695590956,"id":232,"parentId":218,"tags":{},"startTime":1771561789763,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-compilation","duration":2550643,"timestamp":693481599,"id":218,"parentId":15,"tags":{"name":"client"},"startTime":1771561787654,"traceId":"0d7c285ce7c341e3"},{"name":"emit","duration":11630,"timestamp":696032303,"id":326,"parentId":15,"tags":{},"startTime":1771561790204,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-close","duration":1044518,"timestamp":696044102,"id":327,"parentId":15,"tags":{"name":"client"},"startTime":1771561790216,"traceId":"0d7c285ce7c341e3"},{"name":"webpack-generate-error-stats","duration":823,"timestamp":697088645,"id":328,"parentId":327,"tags":{},"startTime":1771561791261,"traceId":"0d7c285ce7c341e3"},{"name":"run-webpack-compiler","duration":7534687,"timestamp":689555050,"id":15,"parentId":1,"tags":{},"startTime":1771561783727,"traceId":"0d7c285ce7c341e3"},{"name":"format-webpack-messages","duration":93,"timestamp":697089747,"id":329,"parentId":1,"tags":{},"startTime":1771561791262,"traceId":"0d7c285ce7c341e3"},{"name":"verify-typescript-setup","duration":12032060,"timestamp":697090935,"id":331,"parentId":1,"tags":{},"startTime":1771561791263,"traceId":"0d7c285ce7c341e3"},{"name":"check-static-error-page","duration":5950,"timestamp":709208496,"id":334,"parentId":333,"tags":{},"startTime":1771561803381,"traceId":"0d7c285ce7c341e3"}]
4
- [{"name":"check-page","duration":5762,"timestamp":709285530,"id":335,"parentId":333,"tags":{"page":"/_app"},"startTime":1771561803458,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":4678,"timestamp":709286638,"id":337,"parentId":333,"tags":{"page":"/_document"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":5015,"timestamp":709286558,"id":336,"parentId":333,"tags":{"page":"/_error"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":249899,"timestamp":709296860,"id":384,"parentId":339,"tags":{},"startTime":1771561803469,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":268260,"timestamp":709286875,"id":339,"parentId":333,"tags":{"page":"/api/app/update-check"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":262830,"timestamp":709297638,"id":387,"parentId":342,"tags":{},"startTime":1771561803470,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":273414,"timestamp":709287095,"id":342,"parentId":333,"tags":{"page":"/api/external-apps"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":273609,"timestamp":709297730,"id":388,"parentId":343,"tags":{},"startTime":1771561803470,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":284277,"timestamp":709287135,"id":343,"parentId":333,"tags":{"page":"/api/hooks/claude-done"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":277733,"timestamp":709297866,"id":389,"parentId":344,"tags":{},"startTime":1771561803470,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":288388,"timestamp":709287273,"id":344,"parentId":333,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":279100,"timestamp":709297938,"id":390,"parentId":345,"tags":{},"startTime":1771561803470,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":289736,"timestamp":709287334,"id":345,"parentId":333,"tags":{"page":"/api/repositories/clone"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":280183,"timestamp":709297995,"id":391,"parentId":346,"tags":{},"startTime":1771561803470,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":290836,"timestamp":709287371,"id":346,"parentId":333,"tags":{"page":"/api/repositories/excluded"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":278341,"timestamp":709301121,"id":392,"parentId":347,"tags":{},"startTime":1771561803473,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":292087,"timestamp":709287405,"id":347,"parentId":333,"tags":{"page":"/api/repositories/restore"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":283231,"timestamp":709301296,"id":393,"parentId":348,"tags":{},"startTime":1771561803473,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":297130,"timestamp":709287437,"id":348,"parentId":333,"tags":{"page":"/api/repositories"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":287739,"timestamp":709297453,"id":386,"parentId":341,"tags":{},"startTime":1771561803470,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":301978,"timestamp":709287052,"id":341,"parentId":333,"tags":{"page":"/api/external-apps/[id]"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":287746,"timestamp":709301425,"id":395,"parentId":350,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":301697,"timestamp":709287512,"id":350,"parentId":333,"tags":{"page":"/api/repositories/sync"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":287920,"timestamp":709301379,"id":394,"parentId":349,"tags":{},"startTime":1771561803473,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":301845,"timestamp":709287474,"id":349,"parentId":333,"tags":{"page":"/api/repositories/scan"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":289639,"timestamp":709301526,"id":397,"parentId":352,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":303510,"timestamp":709287688,"id":352,"parentId":333,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":292233,"timestamp":709301564,"id":398,"parentId":353,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":306106,"timestamp":709287726,"id":353,"parentId":333,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":293347,"timestamp":709301592,"id":399,"parentId":354,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":307215,"timestamp":709287757,"id":354,"parentId":333,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":294480,"timestamp":709301632,"id":400,"parentId":355,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":308357,"timestamp":709287786,"id":355,"parentId":333,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":296641,"timestamp":709301767,"id":401,"parentId":356,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":310624,"timestamp":709287816,"id":356,"parentId":333,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":297752,"timestamp":709301821,"id":402,"parentId":357,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":311762,"timestamp":709287846,"id":357,"parentId":333,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":298758,"timestamp":709301853,"id":403,"parentId":358,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":312765,"timestamp":709287875,"id":358,"parentId":333,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":300151,"timestamp":709301960,"id":404,"parentId":359,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":314236,"timestamp":709287906,"id":359,"parentId":333,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":301184,"timestamp":709302087,"id":405,"parentId":360,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":315359,"timestamp":709287941,"id":360,"parentId":333,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":302229,"timestamp":709302129,"id":406,"parentId":361,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":316419,"timestamp":709287970,"id":361,"parentId":333,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":303216,"timestamp":709302163,"id":407,"parentId":362,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":317386,"timestamp":709288021,"id":362,"parentId":333,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":304217,"timestamp":709302192,"id":408,"parentId":363,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":318382,"timestamp":709288055,"id":363,"parentId":333,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":305406,"timestamp":709301470,"id":396,"parentId":351,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":319283,"timestamp":709287620,"id":351,"parentId":333,"tags":{"page":"/api/slash-commands"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":305362,"timestamp":709302226,"id":409,"parentId":364,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":319535,"timestamp":709288083,"id":364,"parentId":333,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":306808,"timestamp":709302309,"id":411,"parentId":366,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":321013,"timestamp":709288133,"id":366,"parentId":333,"tags":{"page":"/api/worktrees/[id]"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":308507,"timestamp":709302348,"id":412,"parentId":367,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":322732,"timestamp":709288157,"id":367,"parentId":333,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":310337,"timestamp":709302389,"id":413,"parentId":368,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":324580,"timestamp":709288180,"id":368,"parentId":333,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":325034,"timestamp":709297241,"id":385,"parentId":340,"tags":{},"startTime":1771561803469,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":335407,"timestamp":709286967,"id":340,"parentId":333,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":321337,"timestamp":709302419,"id":414,"parentId":369,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":335588,"timestamp":709288203,"id":369,"parentId":333,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":322743,"timestamp":709302460,"id":416,"parentId":371,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":336984,"timestamp":709288248,"id":371,"parentId":333,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":325039,"timestamp":709302267,"id":410,"parentId":365,"tags":{},"startTime":1771561803474,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":339227,"timestamp":709288109,"id":365,"parentId":333,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":324938,"timestamp":709302505,"id":418,"parentId":373,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":339179,"timestamp":709288291,"id":373,"parentId":333,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":325074,"timestamp":709302485,"id":417,"parentId":372,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":339313,"timestamp":709288269,"id":372,"parentId":333,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":326685,"timestamp":709302567,"id":420,"parentId":375,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":340944,"timestamp":709288335,"id":375,"parentId":333,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":327899,"timestamp":709302538,"id":419,"parentId":374,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":342153,"timestamp":709288312,"id":374,"parentId":333,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":327926,"timestamp":709302667,"id":421,"parentId":376,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":342257,"timestamp":709288358,"id":376,"parentId":333,"tags":{"page":"/api/worktrees"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":336359,"timestamp":709302743,"id":423,"parentId":378,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":350740,"timestamp":709288402,"id":378,"parentId":333,"tags":{"page":"/icon.png"},"startTime":1771561803461,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":337311,"timestamp":709302717,"id":422,"parentId":377,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":351677,"timestamp":709288380,"id":377,"parentId":333,"tags":{"page":"/apple-icon.png"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":337787,"timestamp":709302839,"id":424,"parentId":380,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":352177,"timestamp":709288473,"id":380,"parentId":333,"tags":{"page":"/proxy/[...path]"},"startTime":1771561803461,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":342549,"timestamp":709302440,"id":415,"parentId":370,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":356817,"timestamp":709288226,"id":370,"parentId":333,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1771561803460,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":351728,"timestamp":709302876,"id":425,"parentId":338,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":367965,"timestamp":709286681,"id":338,"parentId":333,"tags":{"page":"/_not-found"},"startTime":1771561803459,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":354578,"timestamp":709302900,"id":426,"parentId":379,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":369082,"timestamp":709288424,"id":379,"parentId":333,"tags":{"page":"/"},"startTime":1771561803461,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":362525,"timestamp":709302987,"id":429,"parentId":383,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":376971,"timestamp":709288577,"id":383,"parentId":333,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1771561803461,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":376576,"timestamp":709302935,"id":427,"parentId":381,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":391039,"timestamp":709288507,"id":381,"parentId":333,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1771561803461,"traceId":"0d7c285ce7c341e3"},{"name":"is-page-static","duration":379554,"timestamp":709302958,"id":428,"parentId":382,"tags":{},"startTime":1771561803475,"traceId":"0d7c285ce7c341e3"},{"name":"check-page","duration":393997,"timestamp":709288541,"id":382,"parentId":333,"tags":{"page":"/worktrees/[id]"},"startTime":1771561803461,"traceId":"0d7c285ce7c341e3"},{"name":"static-check","duration":474827,"timestamp":709207739,"id":333,"parentId":1,"tags":{},"startTime":1771561803380,"traceId":"0d7c285ce7c341e3"},{"name":"load-dotenv","duration":33,"timestamp":709729953,"id":434,"parentId":433,"tags":{},"startTime":1771561803902,"traceId":"0d7c285ce7c341e3"},{"name":"run-export-path-map","duration":344,"timestamp":710660435,"id":435,"parentId":433,"tags":{},"startTime":1771561804833,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":188082,"timestamp":710661673,"id":438,"parentId":433,"tags":{"path":"/api/hooks/claude-done"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":188233,"timestamp":710661753,"id":439,"parentId":433,"tags":{"path":"/api/repositories/clone"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":264246,"timestamp":710661824,"id":440,"parentId":433,"tags":{"path":"/api/repositories/excluded"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"}]
5
- [{"name":"export-page","duration":265059,"timestamp":710661576,"id":437,"parentId":433,"tags":{"path":"/500"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":282969,"timestamp":710661963,"id":443,"parentId":433,"tags":{"path":"/api/repositories/sync"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":283178,"timestamp":710661899,"id":441,"parentId":433,"tags":{"path":"/api/repositories/restore"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":283908,"timestamp":710661933,"id":442,"parentId":433,"tags":{"path":"/api/repositories"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":284568,"timestamp":710661349,"id":436,"parentId":433,"tags":{"path":"/404"},"startTime":1771561804833,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":514778,"timestamp":710661990,"id":444,"parentId":433,"tags":{"path":"/api/repositories/scan"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":514759,"timestamp":710662170,"id":446,"parentId":433,"tags":{"path":"/icon.png"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":515244,"timestamp":710662040,"id":445,"parentId":433,"tags":{"path":"/api/slash-commands"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":588746,"timestamp":710662231,"id":447,"parentId":433,"tags":{"path":"/apple-icon.png"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":604059,"timestamp":710662252,"id":448,"parentId":433,"tags":{"path":"/_not-found"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"export-page","duration":610102,"timestamp":710662262,"id":449,"parentId":433,"tags":{"path":"/"},"startTime":1771561804834,"traceId":"0d7c285ce7c341e3"},{"name":"next-export","duration":1606363,"timestamp":709729259,"id":433,"parentId":1,"tags":{},"startTime":1771561803901,"traceId":"0d7c285ce7c341e3"},{"name":"move-exported-app-not-found-","duration":69,"timestamp":711336523,"id":450,"parentId":432,"tags":{},"startTime":1771561805509,"traceId":"0d7c285ce7c341e3"},{"name":"move-exported-page","duration":24041,"timestamp":711336708,"id":451,"parentId":432,"tags":{},"startTime":1771561805509,"traceId":"0d7c285ce7c341e3"},{"name":"static-generation","duration":1723269,"timestamp":709724976,"id":432,"parentId":1,"tags":{},"startTime":1771561803897,"traceId":"0d7c285ce7c341e3"},{"name":"node-file-trace-build","duration":10951510,"timestamp":709683928,"id":431,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1771561803856,"traceId":"0d7c285ce7c341e3"},{"name":"apply-include-excludes","duration":836,"timestamp":720635462,"id":452,"parentId":1,"tags":{},"startTime":1771561814808,"traceId":"0d7c285ce7c341e3"},{"name":"print-tree-view","duration":3333,"timestamp":720636444,"id":453,"parentId":1,"tags":{},"startTime":1771561814809,"traceId":"0d7c285ce7c341e3"},{"name":"telemetry-flush","duration":56,"timestamp":720639793,"id":454,"parentId":1,"tags":{},"startTime":1771561814812,"traceId":"0d7c285ce7c341e3"},{"name":"next-build","duration":31307055,"timestamp":689332805,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1771561783505,"traceId":"0d7c285ce7c341e3"}]
1
+ [{"name":"generate-buildid","duration":226,"timestamp":430752238,"id":4,"parentId":1,"tags":{},"startTime":1771772952586,"traceId":"65c9ff79f902eb6f"},{"name":"load-custom-routes","duration":1376,"timestamp":430752704,"id":5,"parentId":1,"tags":{},"startTime":1771772952586,"traceId":"65c9ff79f902eb6f"},{"name":"create-pages-mapping","duration":135,"timestamp":430845844,"id":6,"parentId":1,"tags":{},"startTime":1771772952679,"traceId":"65c9ff79f902eb6f"},{"name":"collect-app-paths","duration":3811,"timestamp":430846029,"id":7,"parentId":1,"tags":{},"startTime":1771772952680,"traceId":"65c9ff79f902eb6f"},{"name":"create-app-mapping","duration":2671,"timestamp":430849861,"id":8,"parentId":1,"tags":{},"startTime":1771772952683,"traceId":"65c9ff79f902eb6f"},{"name":"public-dir-conflict-check","duration":1173,"timestamp":430853162,"id":9,"parentId":1,"tags":{},"startTime":1771772952687,"traceId":"65c9ff79f902eb6f"},{"name":"generate-routes-manifest","duration":3229,"timestamp":430854470,"id":10,"parentId":1,"tags":{},"startTime":1771772952688,"traceId":"65c9ff79f902eb6f"},{"name":"create-dist-dir","duration":10207,"timestamp":430858988,"id":11,"parentId":1,"tags":{},"startTime":1771772952693,"traceId":"65c9ff79f902eb6f"},{"name":"write-routes-manifest","duration":358,"timestamp":430882216,"id":12,"parentId":1,"tags":{},"startTime":1771772952716,"traceId":"65c9ff79f902eb6f"},{"name":"generate-required-server-files","duration":271,"timestamp":430882635,"id":13,"parentId":1,"tags":{},"startTime":1771772952716,"traceId":"65c9ff79f902eb6f"},{"name":"create-entrypoints","duration":49906,"timestamp":430885376,"id":16,"parentId":1,"tags":{},"startTime":1771772952719,"traceId":"65c9ff79f902eb6f"},{"name":"generate-webpack-config","duration":283635,"timestamp":430935315,"id":17,"parentId":15,"tags":{},"startTime":1771772952769,"traceId":"65c9ff79f902eb6f"},{"name":"next-trace-entrypoint-plugin","duration":2032,"timestamp":431289834,"id":19,"parentId":18,"tags":{},"startTime":1771772953123,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":769704,"timestamp":431298224,"id":22,"parentId":20,"tags":{"request":"next/dist/pages/_app"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":791651,"timestamp":431298250,"id":23,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":798678,"timestamp":431298263,"id":24,"parentId":20,"tags":{"request":"next/dist/pages/_document"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":821628,"timestamp":431298695,"id":58,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":821644,"timestamp":431298698,"id":59,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1066802,"timestamp":431298679,"id":52,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1080017,"timestamp":431298693,"id":57,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1081536,"timestamp":431298715,"id":65,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fstatus%2Froute&name=app%2Fapi%2Fauth%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1127043,"timestamp":431298682,"id":53,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1158143,"timestamp":431298688,"id":55,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1158166,"timestamp":431298685,"id":54,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1182254,"timestamp":431298673,"id":50,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1189738,"timestamp":431298690,"id":56,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1192522,"timestamp":431298720,"id":67,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1193133,"timestamp":431298723,"id":68,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1193218,"timestamp":431298725,"id":69,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219989,"timestamp":431298275,"id":25,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogin%2Froute&name=app%2Fapi%2Fauth%2Flogin%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogin%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogin%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219996,"timestamp":431298286,"id":26,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2Froute&name=app%2Fapi%2Fauth%2Flogout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219941,"timestamp":431298348,"id":30,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219918,"timestamp":431298376,"id":31,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219813,"timestamp":431298487,"id":34,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219798,"timestamp":431298508,"id":37,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219796,"timestamp":431298514,"id":38,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219676,"timestamp":431298644,"id":44,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219668,"timestamp":431298657,"id":45,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219735,"timestamp":431298594,"id":43,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1223436,"timestamp":431298730,"id":71,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1223740,"timestamp":431298520,"id":39,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1224449,"timestamp":431298322,"id":29,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1224328,"timestamp":431298460,"id":33,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1224489,"timestamp":431298308,"id":28,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1231559,"timestamp":431298670,"id":49,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1232092,"timestamp":431298718,"id":66,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate-check%2Froute&name=app%2Fapi%2Fapp%2Fupdate-check%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate-check%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate-check%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1236206,"timestamp":431298736,"id":73,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1248883,"timestamp":431298502,"id":36,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250337,"timestamp":431298393,"id":32,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250078,"timestamp":431298668,"id":48,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250089,"timestamp":431298662,"id":46,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250230,"timestamp":431298526,"id":40,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250230,"timestamp":431298532,"id":41,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250186,"timestamp":431298579,"id":42,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250104,"timestamp":431298665,"id":47,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250039,"timestamp":431298733,"id":72,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1262330,"timestamp":431298295,"id":27,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1261915,"timestamp":431298728,"id":70,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1286593,"timestamp":431298495,"id":35,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1286432,"timestamp":431298676,"id":51,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1298438,"timestamp":431297705,"id":21,"parentId":20,"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":1771772953131,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297464,"timestamp":431298700,"id":60,"parentId":20,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297468,"timestamp":431298703,"id":61,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297472,"timestamp":431298706,"id":62,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297473,"timestamp":431298710,"id":63,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297476,"timestamp":431298713,"id":64,"parentId":20,"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":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"make","duration":2447485,"timestamp":431297322,"id":20,"parentId":18,"tags":{},"startTime":1771772953131,"traceId":"65c9ff79f902eb6f"},{"name":"get-entries","duration":2113,"timestamp":433746119,"id":103,"parentId":102,"tags":{},"startTime":1771772955580,"traceId":"65c9ff79f902eb6f"},{"name":"node-file-trace-plugin","duration":415760,"timestamp":433754894,"id":104,"parentId":102,"tags":{"traceEntryCount":"102"},"startTime":1771772955588,"traceId":"65c9ff79f902eb6f"},{"name":"collect-traced-files","duration":4605,"timestamp":434170672,"id":105,"parentId":102,"tags":{},"startTime":1771772956004,"traceId":"65c9ff79f902eb6f"},{"name":"finish-modules","duration":429382,"timestamp":433745909,"id":102,"parentId":19,"tags":{},"startTime":1771772955579,"traceId":"65c9ff79f902eb6f"},{"name":"chunk-graph","duration":46915,"timestamp":434391395,"id":107,"parentId":106,"tags":{},"startTime":1771772956225,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-modules","duration":33,"timestamp":434438454,"id":109,"parentId":106,"tags":{},"startTime":1771772956272,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunks","duration":46308,"timestamp":434438572,"id":110,"parentId":106,"tags":{},"startTime":1771772956272,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-tree","duration":147,"timestamp":434484984,"id":111,"parentId":106,"tags":{},"startTime":1771772956319,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunk-modules","duration":49471,"timestamp":434485233,"id":112,"parentId":106,"tags":{},"startTime":1771772956319,"traceId":"65c9ff79f902eb6f"},{"name":"optimize","duration":96424,"timestamp":434438392,"id":108,"parentId":106,"tags":{},"startTime":1771772956272,"traceId":"65c9ff79f902eb6f"},{"name":"module-hash","duration":54265,"timestamp":434584598,"id":113,"parentId":106,"tags":{},"startTime":1771772956418,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation","duration":20034,"timestamp":434638956,"id":114,"parentId":106,"tags":{},"startTime":1771772956473,"traceId":"65c9ff79f902eb6f"},{"name":"hash","duration":14240,"timestamp":434667452,"id":115,"parentId":106,"tags":{},"startTime":1771772956501,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation-jobs","duration":346,"timestamp":434681689,"id":116,"parentId":106,"tags":{},"startTime":1771772956515,"traceId":"65c9ff79f902eb6f"},{"name":"module-assets","duration":1254,"timestamp":434681918,"id":117,"parentId":106,"tags":{},"startTime":1771772956515,"traceId":"65c9ff79f902eb6f"},{"name":"create-chunk-assets","duration":2380,"timestamp":434683192,"id":118,"parentId":106,"tags":{},"startTime":1771772956517,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":709,"timestamp":434700414,"id":120,"parentId":119,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":530,"timestamp":434700602,"id":121,"parentId":119,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":521,"timestamp":434700615,"id":122,"parentId":119,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":515,"timestamp":434700622,"id":123,"parentId":119,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":512,"timestamp":434700628,"id":124,"parentId":119,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":509,"timestamp":434700632,"id":125,"parentId":119,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":506,"timestamp":434700637,"id":126,"parentId":119,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":502,"timestamp":434700642,"id":127,"parentId":119,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":486,"timestamp":434700660,"id":128,"parentId":119,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":484,"timestamp":434700664,"id":129,"parentId":119,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":422,"timestamp":434700728,"id":130,"parentId":119,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":414,"timestamp":434700738,"id":131,"parentId":119,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":410,"timestamp":434700743,"id":132,"parentId":119,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":408,"timestamp":434700747,"id":133,"parentId":119,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":404,"timestamp":434700752,"id":134,"parentId":119,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":400,"timestamp":434700758,"id":135,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":395,"timestamp":434700768,"id":136,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":390,"timestamp":434700774,"id":137,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"}]
2
+ [{"name":"minify-js","duration":494,"timestamp":434700779,"id":138,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":499,"timestamp":434700783,"id":139,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":500,"timestamp":434700786,"id":140,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":499,"timestamp":434700790,"id":141,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":500,"timestamp":434700794,"id":142,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":500,"timestamp":434700798,"id":143,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":499,"timestamp":434700802,"id":144,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":497,"timestamp":434700806,"id":145,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":495,"timestamp":434700809,"id":146,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":493,"timestamp":434700813,"id":147,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":492,"timestamp":434700816,"id":148,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":490,"timestamp":434700820,"id":149,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":489,"timestamp":434700824,"id":150,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":486,"timestamp":434700828,"id":151,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":484,"timestamp":434700833,"id":152,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":482,"timestamp":434700836,"id":153,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":480,"timestamp":434700840,"id":154,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":477,"timestamp":434700845,"id":155,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":475,"timestamp":434700849,"id":156,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":473,"timestamp":434700853,"id":157,"parentId":119,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":471,"timestamp":434700856,"id":158,"parentId":119,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":466,"timestamp":434700863,"id":159,"parentId":119,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":464,"timestamp":434700867,"id":160,"parentId":119,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":461,"timestamp":434700871,"id":161,"parentId":119,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":459,"timestamp":434700875,"id":162,"parentId":119,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":457,"timestamp":434700878,"id":163,"parentId":119,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":456,"timestamp":434700882,"id":164,"parentId":119,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":454,"timestamp":434700885,"id":165,"parentId":119,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":452,"timestamp":434700889,"id":166,"parentId":119,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":450,"timestamp":434700892,"id":167,"parentId":119,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":449,"timestamp":434700896,"id":168,"parentId":119,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":447,"timestamp":434700899,"id":169,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":445,"timestamp":434700903,"id":170,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":437,"timestamp":434700913,"id":171,"parentId":119,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":436,"timestamp":434700916,"id":172,"parentId":119,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":434,"timestamp":434700919,"id":173,"parentId":119,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":433,"timestamp":434700923,"id":174,"parentId":119,"tags":{"name":"9582.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":431,"timestamp":434700926,"id":175,"parentId":119,"tags":{"name":"3348.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":429,"timestamp":434700929,"id":176,"parentId":119,"tags":{"name":"2683.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":431,"timestamp":434700934,"id":177,"parentId":119,"tags":{"name":"5823.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":429,"timestamp":434700937,"id":178,"parentId":119,"tags":{"name":"8744.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":428,"timestamp":434700941,"id":179,"parentId":119,"tags":{"name":"369.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":426,"timestamp":434700944,"id":180,"parentId":119,"tags":{"name":"7266.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":424,"timestamp":434700948,"id":181,"parentId":119,"tags":{"name":"6837.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":423,"timestamp":434700951,"id":182,"parentId":119,"tags":{"name":"4559.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":422,"timestamp":434700954,"id":183,"parentId":119,"tags":{"name":"5853.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":420,"timestamp":434700958,"id":184,"parentId":119,"tags":{"name":"5795.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":418,"timestamp":434700961,"id":185,"parentId":119,"tags":{"name":"3074.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":339,"timestamp":434701042,"id":186,"parentId":119,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":327,"timestamp":434701055,"id":187,"parentId":119,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":323,"timestamp":434701061,"id":188,"parentId":119,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":321,"timestamp":434701064,"id":189,"parentId":119,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":320,"timestamp":434701068,"id":190,"parentId":119,"tags":{"name":"3294.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":318,"timestamp":434701071,"id":191,"parentId":119,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":317,"timestamp":434701074,"id":192,"parentId":119,"tags":{"name":"8705.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":315,"timestamp":434701077,"id":193,"parentId":119,"tags":{"name":"2509.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":314,"timestamp":434701080,"id":194,"parentId":119,"tags":{"name":"7458.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":313,"timestamp":434701083,"id":195,"parentId":119,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":311,"timestamp":434701086,"id":196,"parentId":119,"tags":{"name":"7808.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":310,"timestamp":434701089,"id":197,"parentId":119,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":309,"timestamp":434701092,"id":198,"parentId":119,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":308,"timestamp":434701095,"id":199,"parentId":119,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":306,"timestamp":434701098,"id":200,"parentId":119,"tags":{"name":"7566.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":305,"timestamp":434701101,"id":201,"parentId":119,"tags":{"name":"7536.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":305,"timestamp":434701103,"id":202,"parentId":119,"tags":{"name":"3860.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":302,"timestamp":434701108,"id":203,"parentId":119,"tags":{"name":"8693.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":301,"timestamp":434701111,"id":204,"parentId":119,"tags":{"name":"539.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":299,"timestamp":434701114,"id":205,"parentId":119,"tags":{"name":"5488.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":298,"timestamp":434701117,"id":206,"parentId":119,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":297,"timestamp":434701120,"id":207,"parentId":119,"tags":{"name":"3013.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"terser-webpack-plugin-optimize","duration":13076,"timestamp":434688372,"id":119,"parentId":18,"tags":{"compilationName":"server","swcMinify":true},"startTime":1771772956522,"traceId":"65c9ff79f902eb6f"},{"name":"css-minimizer-plugin","duration":134,"timestamp":434701560,"id":208,"parentId":18,"tags":{},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"create-trace-assets","duration":3305,"timestamp":434701877,"id":209,"parentId":19,"tags":{},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"seal","duration":445267,"timestamp":434279076,"id":106,"parentId":18,"tags":{},"startTime":1771772956113,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-compilation","duration":3448224,"timestamp":431288127,"id":18,"parentId":15,"tags":{"name":"server"},"startTime":1771772953122,"traceId":"65c9ff79f902eb6f"},{"name":"emit","duration":28725,"timestamp":434736796,"id":210,"parentId":15,"tags":{},"startTime":1771772956570,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-close","duration":772,"timestamp":434766214,"id":211,"parentId":15,"tags":{"name":"server"},"startTime":1771772956600,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-generate-error-stats","duration":2333,"timestamp":434767062,"id":212,"parentId":211,"tags":{},"startTime":1771772956601,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":57364,"timestamp":434780176,"id":215,"parentId":214,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1dfQ%3D%3D!"},"startTime":1771772956614,"traceId":"65c9ff79f902eb6f"},{"name":"make","duration":57708,"timestamp":434780107,"id":214,"parentId":213,"tags":{},"startTime":1771772956614,"traceId":"65c9ff79f902eb6f"},{"name":"chunk-graph","duration":509,"timestamp":434842820,"id":217,"parentId":216,"tags":{},"startTime":1771772956676,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-modules","duration":14,"timestamp":434843417,"id":219,"parentId":216,"tags":{},"startTime":1771772956677,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunks","duration":643,"timestamp":434843505,"id":220,"parentId":216,"tags":{},"startTime":1771772956677,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-tree","duration":20,"timestamp":434844246,"id":221,"parentId":216,"tags":{},"startTime":1771772956678,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunk-modules","duration":2684,"timestamp":434844383,"id":222,"parentId":216,"tags":{},"startTime":1771772956678,"traceId":"65c9ff79f902eb6f"},{"name":"optimize","duration":3789,"timestamp":434843358,"id":218,"parentId":216,"tags":{},"startTime":1771772956677,"traceId":"65c9ff79f902eb6f"},{"name":"module-hash","duration":1666,"timestamp":434848115,"id":223,"parentId":216,"tags":{},"startTime":1771772956682,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation","duration":212,"timestamp":434849816,"id":224,"parentId":216,"tags":{},"startTime":1771772956683,"traceId":"65c9ff79f902eb6f"},{"name":"hash","duration":2323,"timestamp":434852812,"id":225,"parentId":216,"tags":{},"startTime":1771772956686,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation-jobs","duration":188,"timestamp":434855134,"id":226,"parentId":216,"tags":{},"startTime":1771772956689,"traceId":"65c9ff79f902eb6f"},{"name":"module-assets","duration":60,"timestamp":434855298,"id":227,"parentId":216,"tags":{},"startTime":1771772956689,"traceId":"65c9ff79f902eb6f"},{"name":"create-chunk-assets","duration":286,"timestamp":434855371,"id":228,"parentId":216,"tags":{},"startTime":1771772956689,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":79,"timestamp":434860207,"id":230,"parentId":229,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1771772956694,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":57,"timestamp":434860239,"id":231,"parentId":229,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1771772956694,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":49,"timestamp":434860249,"id":232,"parentId":229,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1771772956694,"traceId":"65c9ff79f902eb6f"},{"name":"terser-webpack-plugin-optimize","duration":655,"timestamp":434859650,"id":229,"parentId":213,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1771772956693,"traceId":"65c9ff79f902eb6f"},{"name":"css-minimizer-plugin","duration":10,"timestamp":434860372,"id":233,"parentId":213,"tags":{},"startTime":1771772956694,"traceId":"65c9ff79f902eb6f"},{"name":"seal","duration":21920,"timestamp":434841588,"id":216,"parentId":213,"tags":{},"startTime":1771772956675,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-compilation","duration":85206,"timestamp":434778541,"id":213,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771772956612,"traceId":"65c9ff79f902eb6f"},{"name":"emit","duration":1596,"timestamp":434863851,"id":234,"parentId":15,"tags":{},"startTime":1771772956697,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-close","duration":271,"timestamp":434865705,"id":235,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771772956699,"traceId":"65c9ff79f902eb6f"}]
3
+ [{"name":"webpack-generate-error-stats","duration":1132,"timestamp":434866231,"id":236,"parentId":235,"tags":{},"startTime":1771772956700,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":759720,"timestamp":434877951,"id":242,"parentId":238,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":759740,"timestamp":434877955,"id":243,"parentId":238,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":759739,"timestamp":434877962,"id":245,"parentId":238,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":826109,"timestamp":434877946,"id":241,"parentId":238,"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":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":826148,"timestamp":434877926,"id":240,"parentId":238,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":835697,"timestamp":434877959,"id":244,"parentId":238,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":835796,"timestamp":434877874,"id":239,"parentId":238,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":904272,"timestamp":434877987,"id":251,"parentId":238,"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":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1010962,"timestamp":434877976,"id":248,"parentId":238,"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":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1074271,"timestamp":434877981,"id":249,"parentId":238,"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":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1088611,"timestamp":434877966,"id":246,"parentId":238,"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":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1088624,"timestamp":434877969,"id":247,"parentId":238,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1986937,"timestamp":434877984,"id":250,"parentId":238,"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":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"make","duration":1987533,"timestamp":434877528,"id":238,"parentId":237,"tags":{},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"chunk-graph","duration":42137,"timestamp":437070565,"id":253,"parentId":252,"tags":{},"startTime":1771772958904,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-modules","duration":9,"timestamp":437112763,"id":255,"parentId":252,"tags":{},"startTime":1771772958946,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunks","duration":54231,"timestamp":437114964,"id":257,"parentId":252,"tags":{},"startTime":1771772958949,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-tree","duration":12,"timestamp":437169248,"id":258,"parentId":252,"tags":{},"startTime":1771772959003,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunk-modules","duration":95415,"timestamp":437169290,"id":259,"parentId":252,"tags":{},"startTime":1771772959003,"traceId":"65c9ff79f902eb6f"},{"name":"optimize","duration":152024,"timestamp":437112745,"id":254,"parentId":252,"tags":{},"startTime":1771772958946,"traceId":"65c9ff79f902eb6f"},{"name":"module-hash","duration":50616,"timestamp":437299232,"id":260,"parentId":252,"tags":{},"startTime":1771772959133,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation","duration":5719,"timestamp":437349895,"id":261,"parentId":252,"tags":{},"startTime":1771772959183,"traceId":"65c9ff79f902eb6f"},{"name":"hash","duration":6343,"timestamp":437360381,"id":262,"parentId":252,"tags":{},"startTime":1771772959194,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation-jobs","duration":172,"timestamp":437366722,"id":263,"parentId":252,"tags":{},"startTime":1771772959200,"traceId":"65c9ff79f902eb6f"},{"name":"module-assets","duration":1644,"timestamp":437366848,"id":264,"parentId":252,"tags":{},"startTime":1771772959200,"traceId":"65c9ff79f902eb6f"},{"name":"create-chunk-assets","duration":5978,"timestamp":437368505,"id":265,"parentId":252,"tags":{},"startTime":1771772959202,"traceId":"65c9ff79f902eb6f"},{"name":"NextJsBuildManifest-generateClientManifest","duration":683,"timestamp":437377626,"id":267,"parentId":237,"tags":{},"startTime":1771772959211,"traceId":"65c9ff79f902eb6f"},{"name":"NextJsBuildManifest-createassets","duration":1342,"timestamp":437376982,"id":266,"parentId":237,"tags":{},"startTime":1771772959211,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":972,"timestamp":437386226,"id":269,"parentId":268,"tags":{"name":"static/chunks/main-db79434ee4a6c931.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":950,"timestamp":437386257,"id":270,"parentId":268,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":944,"timestamp":437386266,"id":271,"parentId":268,"tags":{"name":"static/chunks/app/_not-found/page-ac4e4463b39d0cf7.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":938,"timestamp":437386274,"id":272,"parentId":268,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":934,"timestamp":437386280,"id":273,"parentId":268,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":929,"timestamp":437386287,"id":274,"parentId":268,"tags":{"name":"static/chunks/app/layout-9110f9a5e41c6bf4.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":924,"timestamp":437386294,"id":275,"parentId":268,"tags":{"name":"static/chunks/app/login/page-2d42204ba87cd136.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":920,"timestamp":437386300,"id":276,"parentId":268,"tags":{"name":"static/chunks/app/page-238b5a70d8c101e9.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":915,"timestamp":437386307,"id":277,"parentId":268,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":912,"timestamp":437386312,"id":278,"parentId":268,"tags":{"name":"static/chunks/app/worktrees/[id]/page-9418e49bdc1de02c.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":908,"timestamp":437386318,"id":279,"parentId":268,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":902,"timestamp":437386326,"id":280,"parentId":268,"tags":{"name":"static/chunks/webpack-3c0ee3ce5b546818.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":898,"timestamp":437386332,"id":281,"parentId":268,"tags":{"name":"static/chunks/13.d3909672ed2537ad.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":891,"timestamp":437386341,"id":282,"parentId":268,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":886,"timestamp":437386347,"id":283,"parentId":268,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":881,"timestamp":437386355,"id":284,"parentId":268,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":877,"timestamp":437386361,"id":285,"parentId":268,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":873,"timestamp":437386367,"id":286,"parentId":268,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":869,"timestamp":437386372,"id":287,"parentId":268,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":864,"timestamp":437386379,"id":288,"parentId":268,"tags":{"name":"static/chunks/6163.7986e5cd095c329b.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":856,"timestamp":437386389,"id":289,"parentId":268,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":852,"timestamp":437386395,"id":290,"parentId":268,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":847,"timestamp":437386402,"id":291,"parentId":268,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":843,"timestamp":437386407,"id":292,"parentId":268,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":839,"timestamp":437386413,"id":293,"parentId":268,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":835,"timestamp":437386419,"id":294,"parentId":268,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":832,"timestamp":437386424,"id":295,"parentId":268,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":828,"timestamp":437386430,"id":296,"parentId":268,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":824,"timestamp":437386436,"id":297,"parentId":268,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":820,"timestamp":437386442,"id":298,"parentId":268,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":815,"timestamp":437386449,"id":299,"parentId":268,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":811,"timestamp":437386454,"id":300,"parentId":268,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":811,"timestamp":437386460,"id":301,"parentId":268,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":807,"timestamp":437386465,"id":302,"parentId":268,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":804,"timestamp":437386470,"id":303,"parentId":268,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":801,"timestamp":437386476,"id":304,"parentId":268,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":797,"timestamp":437386481,"id":305,"parentId":268,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":794,"timestamp":437386486,"id":306,"parentId":268,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":790,"timestamp":437386491,"id":307,"parentId":268,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":786,"timestamp":437386497,"id":308,"parentId":268,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":783,"timestamp":437386502,"id":309,"parentId":268,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":779,"timestamp":437386508,"id":310,"parentId":268,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":775,"timestamp":437386513,"id":311,"parentId":268,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":771,"timestamp":437386519,"id":312,"parentId":268,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":768,"timestamp":437386524,"id":313,"parentId":268,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":764,"timestamp":437386529,"id":314,"parentId":268,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":760,"timestamp":437386535,"id":315,"parentId":268,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":756,"timestamp":437386540,"id":316,"parentId":268,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":753,"timestamp":437386546,"id":317,"parentId":268,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":749,"timestamp":437386551,"id":318,"parentId":268,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":745,"timestamp":437386557,"id":319,"parentId":268,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":741,"timestamp":437386563,"id":320,"parentId":268,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":737,"timestamp":437386569,"id":321,"parentId":268,"tags":{"name":"static/chunks/fd9d1056-cfdf4f91f13d3485.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":733,"timestamp":437386574,"id":322,"parentId":268,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":729,"timestamp":437386580,"id":323,"parentId":268,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":725,"timestamp":437386585,"id":324,"parentId":268,"tags":{"name":"static/chunks/4327.bf5c75539344981a.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":721,"timestamp":437386592,"id":325,"parentId":268,"tags":{"name":"static/chunks/9234-b0304101384ca079.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":717,"timestamp":437386598,"id":326,"parentId":268,"tags":{"name":"static/chunks/216-f18f4a9d8b04a91e.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":713,"timestamp":437386603,"id":327,"parentId":268,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":709,"timestamp":437386609,"id":328,"parentId":268,"tags":{"name":"static/chunks/1038-3509435b68c0967e.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":701,"timestamp":437386618,"id":329,"parentId":268,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":696,"timestamp":437386626,"id":330,"parentId":268,"tags":{"name":"static/chunks/2335-98a211e00b94c7ac.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":692,"timestamp":437386632,"id":331,"parentId":268,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":688,"timestamp":437386637,"id":332,"parentId":268,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":683,"timestamp":437386645,"id":333,"parentId":268,"tags":{"name":"static/chunks/656.1f0f588e10649872.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":679,"timestamp":437386650,"id":334,"parentId":268,"tags":{"name":"static/chunks/2117-e31fa477cb500950.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":675,"timestamp":437386656,"id":335,"parentId":268,"tags":{"name":"static/chunks/9178-88850a7c48deea07.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":671,"timestamp":437386662,"id":336,"parentId":268,"tags":{"name":"static/chunks/8528-4d554d3b94d4cf9b.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":667,"timestamp":437386667,"id":337,"parentId":268,"tags":{"name":"static/chunks/8091-925542bdfc843dce.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":663,"timestamp":437386673,"id":338,"parentId":268,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":269,"timestamp":437387069,"id":340,"parentId":268,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1771772959221,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":150,"timestamp":437387189,"id":342,"parentId":268,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1771772959221,"traceId":"65c9ff79f902eb6f"}]
4
+ [{"name":"minify-js","duration":1507,"timestamp":437387083,"id":341,"parentId":268,"tags":{"name":"static/clTo9tuAoPMLcGRuVENfO/_buildManifest.js","cache":"MISS"},"startTime":1771772959221,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":1947,"timestamp":437386682,"id":339,"parentId":268,"tags":{"name":"static/clTo9tuAoPMLcGRuVENfO/_ssgManifest.js","cache":"MISS"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"terser-webpack-plugin-optimize","duration":8987,"timestamp":437379648,"id":268,"parentId":237,"tags":{"compilationName":"client","swcMinify":true},"startTime":1771772959213,"traceId":"65c9ff79f902eb6f"},{"name":"minify-css","duration":99,"timestamp":437388744,"id":344,"parentId":343,"tags":{"file":"static/css/12c4e54021fb3cd6.css","cache":"HIT"},"startTime":1771772959222,"traceId":"65c9ff79f902eb6f"},{"name":"minify-css","duration":62,"timestamp":437388787,"id":345,"parentId":343,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1771772959222,"traceId":"65c9ff79f902eb6f"},{"name":"minify-css","duration":60,"timestamp":437388792,"id":346,"parentId":343,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1771772959222,"traceId":"65c9ff79f902eb6f"},{"name":"css-minimizer-plugin","duration":161,"timestamp":437388694,"id":343,"parentId":237,"tags":{},"startTime":1771772959222,"traceId":"65c9ff79f902eb6f"},{"name":"seal","duration":438231,"timestamp":436975145,"id":252,"parentId":237,"tags":{},"startTime":1771772958809,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-compilation","duration":2536992,"timestamp":434876469,"id":237,"parentId":15,"tags":{"name":"client"},"startTime":1771772956710,"traceId":"65c9ff79f902eb6f"},{"name":"emit","duration":12692,"timestamp":437413511,"id":347,"parentId":15,"tags":{},"startTime":1771772959247,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-close","duration":1081290,"timestamp":437426390,"id":348,"parentId":15,"tags":{"name":"client"},"startTime":1771772959260,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-generate-error-stats","duration":866,"timestamp":438507703,"id":349,"parentId":348,"tags":{},"startTime":1771772960341,"traceId":"65c9ff79f902eb6f"},{"name":"run-webpack-compiler","duration":7623436,"timestamp":430885374,"id":15,"parentId":1,"tags":{},"startTime":1771772952719,"traceId":"65c9ff79f902eb6f"},{"name":"format-webpack-messages","duration":95,"timestamp":438508820,"id":350,"parentId":1,"tags":{},"startTime":1771772960342,"traceId":"65c9ff79f902eb6f"},{"name":"verify-typescript-setup","duration":12134377,"timestamp":438510102,"id":352,"parentId":1,"tags":{},"startTime":1771772960344,"traceId":"65c9ff79f902eb6f"},{"name":"check-static-error-page","duration":10262,"timestamp":450721316,"id":355,"parentId":354,"tags":{},"startTime":1771772972555,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":4307,"timestamp":450793352,"id":356,"parentId":354,"tags":{"page":"/_app"},"startTime":1771772972627,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":3594,"timestamp":450794082,"id":358,"parentId":354,"tags":{"page":"/_document"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":3993,"timestamp":450793985,"id":357,"parentId":354,"tags":{"page":"/_error"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":237638,"timestamp":450801450,"id":411,"parentId":362,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":244835,"timestamp":450794327,"id":362,"parentId":354,"tags":{"page":"/api/auth/logout"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":244537,"timestamp":450801646,"id":412,"parentId":363,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":251876,"timestamp":450794345,"id":363,"parentId":354,"tags":{"page":"/api/auth/status"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":254714,"timestamp":450801788,"id":413,"parentId":364,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":262184,"timestamp":450794362,"id":364,"parentId":354,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":259556,"timestamp":450801945,"id":414,"parentId":365,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":267098,"timestamp":450794437,"id":365,"parentId":354,"tags":{"page":"/api/external-apps/[id]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":260533,"timestamp":450802114,"id":415,"parentId":366,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":268206,"timestamp":450794470,"id":366,"parentId":354,"tags":{"page":"/api/external-apps"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":268122,"timestamp":450802275,"id":416,"parentId":367,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":275943,"timestamp":450794489,"id":367,"parentId":354,"tags":{"page":"/api/hooks/claude-done"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":270388,"timestamp":450802343,"id":417,"parentId":369,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":278240,"timestamp":450794521,"id":369,"parentId":354,"tags":{"page":"/api/repositories/clone"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":271381,"timestamp":450802469,"id":418,"parentId":368,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":279380,"timestamp":450794506,"id":368,"parentId":354,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":272502,"timestamp":450802545,"id":419,"parentId":370,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":280540,"timestamp":450794535,"id":370,"parentId":354,"tags":{"page":"/api/repositories/excluded"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":277403,"timestamp":450802593,"id":420,"parentId":372,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":285438,"timestamp":450794603,"id":372,"parentId":354,"tags":{"page":"/api/repositories"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":278600,"timestamp":450802630,"id":421,"parentId":371,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":286708,"timestamp":450794548,"id":371,"parentId":354,"tags":{"page":"/api/repositories/restore"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":279664,"timestamp":450802674,"id":422,"parentId":373,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":287726,"timestamp":450794639,"id":373,"parentId":354,"tags":{"page":"/api/repositories/scan"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":280754,"timestamp":450802706,"id":423,"parentId":374,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":288830,"timestamp":450794658,"id":374,"parentId":354,"tags":{"page":"/api/repositories/sync"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":281983,"timestamp":450802739,"id":424,"parentId":376,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":290067,"timestamp":450794686,"id":376,"parentId":354,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":292486,"timestamp":450802762,"id":425,"parentId":375,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":300604,"timestamp":450794673,"id":375,"parentId":354,"tags":{"page":"/api/slash-commands"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":293503,"timestamp":450802846,"id":426,"parentId":377,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":301681,"timestamp":450794698,"id":377,"parentId":354,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":294611,"timestamp":450802887,"id":427,"parentId":378,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":302819,"timestamp":450794710,"id":378,"parentId":354,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":297212,"timestamp":450801317,"id":410,"parentId":361,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":304255,"timestamp":450794302,"id":361,"parentId":354,"tags":{"page":"/api/auth/login"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":297796,"timestamp":450800978,"id":409,"parentId":360,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":304548,"timestamp":450794249,"id":360,"parentId":354,"tags":{"page":"/api/app/update-check"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":295972,"timestamp":450802920,"id":428,"parentId":379,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":304194,"timestamp":450794722,"id":379,"parentId":354,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":296590,"timestamp":450806058,"id":431,"parentId":382,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":307921,"timestamp":450794759,"id":382,"parentId":354,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":296608,"timestamp":450806176,"id":432,"parentId":383,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":308040,"timestamp":450794771,"id":383,"parentId":354,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":297987,"timestamp":450806266,"id":433,"parentId":384,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":309496,"timestamp":450794785,"id":384,"parentId":354,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":299359,"timestamp":450806303,"id":434,"parentId":385,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":310894,"timestamp":450794797,"id":385,"parentId":354,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":300709,"timestamp":450806334,"id":435,"parentId":386,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":312303,"timestamp":450794809,"id":386,"parentId":354,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":304014,"timestamp":450806364,"id":436,"parentId":387,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":315585,"timestamp":450794821,"id":387,"parentId":354,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":306701,"timestamp":450806394,"id":437,"parentId":388,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":318290,"timestamp":450794832,"id":388,"parentId":354,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":306851,"timestamp":450806435,"id":438,"parentId":389,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":318465,"timestamp":450794844,"id":389,"parentId":354,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":310431,"timestamp":450802965,"id":429,"parentId":380,"tags":{},"startTime":1771772972637,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":318682,"timestamp":450794734,"id":380,"parentId":354,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":308399,"timestamp":450806473,"id":439,"parentId":390,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":320044,"timestamp":450794855,"id":390,"parentId":354,"tags":{"page":"/api/worktrees/[id]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":310688,"timestamp":450806553,"id":441,"parentId":392,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":322390,"timestamp":450794878,"id":392,"parentId":354,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":313350,"timestamp":450806589,"id":442,"parentId":393,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":325082,"timestamp":450794889,"id":393,"parentId":354,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":313489,"timestamp":450806612,"id":443,"parentId":394,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":325229,"timestamp":450794901,"id":394,"parentId":354,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":313711,"timestamp":450806510,"id":440,"parentId":391,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":325377,"timestamp":450794866,"id":391,"parentId":354,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":315211,"timestamp":450806633,"id":444,"parentId":395,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":326958,"timestamp":450794913,"id":395,"parentId":354,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":315303,"timestamp":450806658,"id":445,"parentId":396,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":327062,"timestamp":450794924,"id":396,"parentId":354,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":316899,"timestamp":450806718,"id":447,"parentId":398,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":328699,"timestamp":450794948,"id":398,"parentId":354,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":317875,"timestamp":450806740,"id":448,"parentId":399,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":329682,"timestamp":450794959,"id":399,"parentId":354,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":318119,"timestamp":450806683,"id":446,"parentId":397,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":329891,"timestamp":450794936,"id":397,"parentId":354,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":326044,"timestamp":450802991,"id":430,"parentId":381,"tags":{},"startTime":1771772972637,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":334316,"timestamp":450794746,"id":381,"parentId":354,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":327712,"timestamp":450806869,"id":450,"parentId":401,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":339630,"timestamp":450794983,"id":401,"parentId":354,"tags":{"page":"/apple-icon.png"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"}]
5
+ [{"name":"is-page-static","duration":331239,"timestamp":450806829,"id":449,"parentId":400,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":343120,"timestamp":450794971,"id":400,"parentId":354,"tags":{"page":"/api/worktrees"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":328092,"timestamp":450810143,"id":452,"parentId":405,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":343176,"timestamp":450795079,"id":405,"parentId":354,"tags":{"page":"/proxy/[...path]"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":338352,"timestamp":450806895,"id":451,"parentId":402,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":350276,"timestamp":450794995,"id":402,"parentId":354,"tags":{"page":"/icon.png"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":339227,"timestamp":450810185,"id":453,"parentId":359,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":355317,"timestamp":450794118,"id":359,"parentId":354,"tags":{"page":"/_not-found"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":339989,"timestamp":450810219,"id":454,"parentId":403,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":355202,"timestamp":450795027,"id":403,"parentId":354,"tags":{"page":"/login"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":358367,"timestamp":450810249,"id":455,"parentId":404,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":373592,"timestamp":450795055,"id":404,"parentId":354,"tags":{"page":"/"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":359228,"timestamp":450810282,"id":456,"parentId":406,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":374447,"timestamp":450795098,"id":406,"parentId":354,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":359829,"timestamp":450810300,"id":457,"parentId":407,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":375034,"timestamp":450795117,"id":407,"parentId":354,"tags":{"page":"/worktrees/[id]"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":367375,"timestamp":450810323,"id":458,"parentId":408,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":382579,"timestamp":450795137,"id":408,"parentId":354,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"static-check","duration":457121,"timestamp":450720617,"id":354,"parentId":1,"tags":{},"startTime":1771772972554,"traceId":"65c9ff79f902eb6f"},{"name":"load-dotenv","duration":30,"timestamp":451230805,"id":463,"parentId":462,"tags":{},"startTime":1771772973064,"traceId":"65c9ff79f902eb6f"},{"name":"run-export-path-map","duration":372,"timestamp":452105886,"id":464,"parentId":462,"tags":{},"startTime":1771772973939,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":32151,"timestamp":452107272,"id":467,"parentId":462,"tags":{"path":"/api/auth/logout"},"startTime":1771772973941,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":183520,"timestamp":452107350,"id":468,"parentId":462,"tags":{"path":"/api/hooks/claude-done"},"startTime":1771772973941,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":181238,"timestamp":452109756,"id":469,"parentId":462,"tags":{"path":"/api/repositories/clone"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":258434,"timestamp":452109854,"id":470,"parentId":462,"tags":{"path":"/api/repositories/excluded"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":261308,"timestamp":452107170,"id":466,"parentId":462,"tags":{"path":"/500"},"startTime":1771772973941,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":290044,"timestamp":452109915,"id":472,"parentId":462,"tags":{"path":"/api/repositories/restore"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":290321,"timestamp":452109889,"id":471,"parentId":462,"tags":{"path":"/api/repositories"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":293383,"timestamp":452106900,"id":465,"parentId":462,"tags":{"path":"/404"},"startTime":1771772973940,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":355581,"timestamp":452109942,"id":473,"parentId":462,"tags":{"path":"/api/repositories/scan"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":503634,"timestamp":452109971,"id":474,"parentId":462,"tags":{"path":"/api/repositories/sync"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":503632,"timestamp":452110102,"id":475,"parentId":462,"tags":{"path":"/api/slash-commands"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":515966,"timestamp":452110164,"id":476,"parentId":462,"tags":{"path":"/api/auth/login"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":577590,"timestamp":452110196,"id":478,"parentId":462,"tags":{"path":"/icon.png"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":597785,"timestamp":452110186,"id":477,"parentId":462,"tags":{"path":"/apple-icon.png"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":597877,"timestamp":452110205,"id":479,"parentId":462,"tags":{"path":"/_not-found"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":675162,"timestamp":452110215,"id":480,"parentId":462,"tags":{"path":"/login"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":696031,"timestamp":452110223,"id":481,"parentId":462,"tags":{"path":"/"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"next-export","duration":1611233,"timestamp":451230077,"id":462,"parentId":1,"tags":{},"startTime":1771772973064,"traceId":"65c9ff79f902eb6f"},{"name":"move-exported-app-not-found-","duration":68,"timestamp":452842229,"id":482,"parentId":461,"tags":{},"startTime":1771772974676,"traceId":"65c9ff79f902eb6f"},{"name":"move-exported-page","duration":24280,"timestamp":452842404,"id":483,"parentId":461,"tags":{},"startTime":1771772974676,"traceId":"65c9ff79f902eb6f"},{"name":"static-generation","duration":1775011,"timestamp":451225495,"id":461,"parentId":1,"tags":{},"startTime":1771772973059,"traceId":"65c9ff79f902eb6f"},{"name":"node-file-trace-build","duration":11174750,"timestamp":451178942,"id":460,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1771772973012,"traceId":"65c9ff79f902eb6f"},{"name":"apply-include-excludes","duration":904,"timestamp":462353717,"id":484,"parentId":1,"tags":{},"startTime":1771772984187,"traceId":"65c9ff79f902eb6f"},{"name":"print-tree-view","duration":6405,"timestamp":462354748,"id":485,"parentId":1,"tags":{},"startTime":1771772984188,"traceId":"65c9ff79f902eb6f"},{"name":"telemetry-flush","duration":50,"timestamp":462361166,"id":486,"parentId":1,"tags":{},"startTime":1771772984195,"traceId":"65c9ff79f902eb6f"},{"name":"next-build","duration":31712021,"timestamp":430649205,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1771772952483,"traceId":"65c9ff79f902eb6f"}]