commandmate 0.2.13 → 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 (154) hide show
  1. package/.env.example +21 -2
  2. package/.next/BUILD_ID +1 -1
  3. package/.next/app-build-manifest.json +32 -24
  4. package/.next/app-path-routes-manifest.json +1 -1
  5. package/.next/build-manifest.json +7 -7
  6. package/.next/cache/.tsbuildinfo +1 -1
  7. package/.next/cache/config.json +3 -3
  8. package/.next/cache/webpack/client-production/0.pack +0 -0
  9. package/.next/cache/webpack/client-production/1.pack +0 -0
  10. package/.next/cache/webpack/client-production/2.pack +0 -0
  11. package/.next/cache/webpack/client-production/index.pack +0 -0
  12. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  13. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  14. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  15. package/.next/cache/webpack/server-production/0.pack +0 -0
  16. package/.next/cache/webpack/server-production/index.pack +0 -0
  17. package/.next/next-server.js.nft.json +1 -1
  18. package/.next/prerender-manifest.json +1 -1
  19. package/.next/react-loadable-manifest.json +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 +2 -2
  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 +12 -8
  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/ws-server.js +63 -33
  142. package/dist/server/src/types/slash-commands.js +1 -0
  143. package/package.json +2 -2
  144. package/.next/server/chunks/9238.js +0 -35
  145. package/.next/server/chunks/9367.js +0 -19
  146. package/.next/static/chunks/5970-2e18108d0cabd8af.js +0 -1
  147. package/.next/static/chunks/816-af44cb865b0c980e.js +0 -1
  148. package/.next/static/chunks/app/page-a6593b9640df66a6.js +0 -1
  149. package/.next/static/chunks/app/worktrees/[id]/page-d9a7913679eccfd9.js +0 -1
  150. package/.next/static/chunks/main-f00f82f1cf18dd99.js +0 -1
  151. package/.next/static/chunks/webpack-e6531fcf859d9451.js +0 -1
  152. package/.next/static/css/897ffb669f47c97b.css +0 -3
  153. /package/.next/static/{oUEq-Bd47xtkJcFDOI6rr → clTo9tuAoPMLcGRuVENfO}/_buildManifest.js +0 -0
  154. /package/.next/static/{oUEq-Bd47xtkJcFDOI6rr → clTo9tuAoPMLcGRuVENfO}/_ssgManifest.js +0 -0
package/.next/trace CHANGED
@@ -1,5 +1,5 @@
1
- [{"name":"generate-buildid","duration":250,"timestamp":331648145,"id":4,"parentId":1,"tags":{},"startTime":1771595172347,"traceId":"7def7026fc7553d6"},{"name":"load-custom-routes","duration":1350,"timestamp":331648634,"id":5,"parentId":1,"tags":{},"startTime":1771595172347,"traceId":"7def7026fc7553d6"},{"name":"create-pages-mapping","duration":139,"timestamp":331743280,"id":6,"parentId":1,"tags":{},"startTime":1771595172442,"traceId":"7def7026fc7553d6"},{"name":"collect-app-paths","duration":6417,"timestamp":331743448,"id":7,"parentId":1,"tags":{},"startTime":1771595172442,"traceId":"7def7026fc7553d6"},{"name":"create-app-mapping","duration":1512,"timestamp":331749889,"id":8,"parentId":1,"tags":{},"startTime":1771595172448,"traceId":"7def7026fc7553d6"},{"name":"public-dir-conflict-check","duration":10670,"timestamp":331751977,"id":9,"parentId":1,"tags":{},"startTime":1771595172451,"traceId":"7def7026fc7553d6"},{"name":"generate-routes-manifest","duration":3462,"timestamp":331762843,"id":10,"parentId":1,"tags":{},"startTime":1771595172461,"traceId":"7def7026fc7553d6"},{"name":"create-dist-dir","duration":199,"timestamp":331767488,"id":11,"parentId":1,"tags":{},"startTime":1771595172466,"traceId":"7def7026fc7553d6"},{"name":"write-routes-manifest","duration":340,"timestamp":331779567,"id":12,"parentId":1,"tags":{},"startTime":1771595172478,"traceId":"7def7026fc7553d6"},{"name":"generate-required-server-files","duration":311,"timestamp":331779965,"id":13,"parentId":1,"tags":{},"startTime":1771595172479,"traceId":"7def7026fc7553d6"},{"name":"create-entrypoints","duration":46261,"timestamp":331782861,"id":16,"parentId":1,"tags":{},"startTime":1771595172481,"traceId":"7def7026fc7553d6"},{"name":"generate-webpack-config","duration":293557,"timestamp":331829164,"id":17,"parentId":15,"tags":{},"startTime":1771595172528,"traceId":"7def7026fc7553d6"},{"name":"next-trace-entrypoint-plugin","duration":2100,"timestamp":332195590,"id":19,"parentId":18,"tags":{},"startTime":1771595172894,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":762339,"timestamp":332204093,"id":22,"parentId":20,"tags":{"request":"next/dist/pages/_app"},"startTime":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":788476,"timestamp":332204128,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":797016,"timestamp":332204150,"id":24,"parentId":20,"tags":{"request":"next/dist/pages/_document"},"startTime":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":812412,"timestamp":332204826,"id":56,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":812426,"timestamp":332204828,"id":57,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1063246,"timestamp":332204808,"id":50,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1066409,"timestamp":332204811,"id":51,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1077955,"timestamp":332204823,"id":55,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1146647,"timestamp":332204821,"id":54,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1146697,"timestamp":332204814,"id":52,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1170219,"timestamp":332204817,"id":53,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1173946,"timestamp":332204859,"id":64,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1175048,"timestamp":332204861,"id":65,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1175072,"timestamp":332204856,"id":63,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1205847,"timestamp":332204806,"id":49,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1209818,"timestamp":332204504,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1210188,"timestamp":332204187,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1210183,"timestamp":332204200,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1210179,"timestamp":332204214,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1210104,"timestamp":332204297,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1210075,"timestamp":332204331,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1210231,"timestamp":332204177,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1209901,"timestamp":332204510,"id":36,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1209745,"timestamp":332204669,"id":43,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1209772,"timestamp":332204645,"id":42,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1209880,"timestamp":332204540,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1209870,"timestamp":332204553,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1215500,"timestamp":332204786,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1217566,"timestamp":332204852,"id":62,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1217564,"timestamp":332204873,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1225345,"timestamp":332204877,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1228411,"timestamp":332204778,"id":45,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1228670,"timestamp":332204534,"id":38,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1228664,"timestamp":332204546,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1228457,"timestamp":332204758,"id":44,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1228438,"timestamp":332204784,"id":46,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1228430,"timestamp":332204802,"id":48,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1228362,"timestamp":332204875,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1230350,"timestamp":332204494,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1230344,"timestamp":332204516,"id":37,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1230638,"timestamp":332204234,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1263103,"timestamp":332204166,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1262425,"timestamp":332204870,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1279594,"timestamp":332204448,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1288368,"timestamp":332203524,"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":1771595172902,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1287074,"timestamp":332204831,"id":58,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1287066,"timestamp":332204843,"id":59,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1287066,"timestamp":332204846,"id":60,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1287067,"timestamp":332204849,"id":61,"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":1771595172903,"traceId":"7def7026fc7553d6"},{"name":"make","duration":2478079,"timestamp":332203177,"id":20,"parentId":18,"tags":{},"startTime":1771595172902,"traceId":"7def7026fc7553d6"},{"name":"get-entries","duration":2190,"timestamp":334683115,"id":94,"parentId":93,"tags":{},"startTime":1771595175382,"traceId":"7def7026fc7553d6"},{"name":"node-file-trace-plugin","duration":389786,"timestamp":334691062,"id":95,"parentId":93,"tags":{"traceEntryCount":"94"},"startTime":1771595175390,"traceId":"7def7026fc7553d6"},{"name":"collect-traced-files","duration":4451,"timestamp":335080867,"id":96,"parentId":93,"tags":{},"startTime":1771595175779,"traceId":"7def7026fc7553d6"},{"name":"finish-modules","duration":402519,"timestamp":334682811,"id":93,"parentId":19,"tags":{},"startTime":1771595175381,"traceId":"7def7026fc7553d6"},{"name":"chunk-graph","duration":42678,"timestamp":335294553,"id":98,"parentId":97,"tags":{},"startTime":1771595175993,"traceId":"7def7026fc7553d6"},{"name":"optimize-modules","duration":32,"timestamp":335337384,"id":100,"parentId":97,"tags":{},"startTime":1771595176036,"traceId":"7def7026fc7553d6"},{"name":"optimize-chunks","duration":42730,"timestamp":335337502,"id":101,"parentId":97,"tags":{},"startTime":1771595176036,"traceId":"7def7026fc7553d6"},{"name":"optimize-tree","duration":129,"timestamp":335380344,"id":102,"parentId":97,"tags":{},"startTime":1771595176079,"traceId":"7def7026fc7553d6"},{"name":"optimize-chunk-modules","duration":57308,"timestamp":335380582,"id":103,"parentId":97,"tags":{},"startTime":1771595176079,"traceId":"7def7026fc7553d6"},{"name":"optimize","duration":100729,"timestamp":335337325,"id":99,"parentId":97,"tags":{},"startTime":1771595176036,"traceId":"7def7026fc7553d6"},{"name":"module-hash","duration":51663,"timestamp":335486826,"id":104,"parentId":97,"tags":{},"startTime":1771595176185,"traceId":"7def7026fc7553d6"},{"name":"code-generation","duration":19196,"timestamp":335538667,"id":105,"parentId":97,"tags":{},"startTime":1771595176237,"traceId":"7def7026fc7553d6"},{"name":"hash","duration":15473,"timestamp":335565494,"id":106,"parentId":97,"tags":{},"startTime":1771595176264,"traceId":"7def7026fc7553d6"},{"name":"code-generation-jobs","duration":417,"timestamp":335580965,"id":107,"parentId":97,"tags":{},"startTime":1771595176280,"traceId":"7def7026fc7553d6"},{"name":"module-assets","duration":1283,"timestamp":335581234,"id":108,"parentId":97,"tags":{},"startTime":1771595176280,"traceId":"7def7026fc7553d6"},{"name":"create-chunk-assets","duration":2248,"timestamp":335582538,"id":109,"parentId":97,"tags":{},"startTime":1771595176281,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":990,"timestamp":335599243,"id":111,"parentId":110,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":783,"timestamp":335599461,"id":112,"parentId":110,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":772,"timestamp":335599478,"id":113,"parentId":110,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":766,"timestamp":335599487,"id":114,"parentId":110,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":762,"timestamp":335599495,"id":115,"parentId":110,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":757,"timestamp":335599503,"id":116,"parentId":110,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":753,"timestamp":335599511,"id":117,"parentId":110,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":748,"timestamp":335599519,"id":118,"parentId":110,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":726,"timestamp":335599544,"id":119,"parentId":110,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":720,"timestamp":335599552,"id":120,"parentId":110,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":635,"timestamp":335599641,"id":121,"parentId":110,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":620,"timestamp":335599659,"id":122,"parentId":110,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":614,"timestamp":335599668,"id":123,"parentId":110,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":610,"timestamp":335599675,"id":124,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":606,"timestamp":335599682,"id":125,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":600,"timestamp":335599691,"id":126,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":587,"timestamp":335599708,"id":127,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":579,"timestamp":335599718,"id":128,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":575,"timestamp":335599725,"id":129,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":571,"timestamp":335599732,"id":130,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":541,"timestamp":335599770,"id":131,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":535,"timestamp":335599779,"id":132,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"}]
2
- [{"name":"minify-js","duration":655,"timestamp":335599786,"id":133,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":657,"timestamp":335599792,"id":134,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":654,"timestamp":335599798,"id":135,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":650,"timestamp":335599805,"id":136,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":647,"timestamp":335599811,"id":137,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":644,"timestamp":335599817,"id":138,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":641,"timestamp":335599822,"id":139,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":638,"timestamp":335599828,"id":140,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":634,"timestamp":335599835,"id":141,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":631,"timestamp":335599841,"id":142,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":627,"timestamp":335599847,"id":143,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":624,"timestamp":335599853,"id":144,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":621,"timestamp":335599859,"id":145,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":618,"timestamp":335599865,"id":146,"parentId":110,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":615,"timestamp":335599871,"id":147,"parentId":110,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":612,"timestamp":335599877,"id":148,"parentId":110,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":608,"timestamp":335599883,"id":149,"parentId":110,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":601,"timestamp":335599893,"id":150,"parentId":110,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":599,"timestamp":335599898,"id":151,"parentId":110,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":596,"timestamp":335599903,"id":152,"parentId":110,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":593,"timestamp":335599909,"id":153,"parentId":110,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":590,"timestamp":335599915,"id":154,"parentId":110,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":587,"timestamp":335599920,"id":155,"parentId":110,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":585,"timestamp":335599926,"id":156,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":582,"timestamp":335599931,"id":157,"parentId":110,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":580,"timestamp":335599936,"id":158,"parentId":110,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":578,"timestamp":335599941,"id":159,"parentId":110,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":576,"timestamp":335599947,"id":160,"parentId":110,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1771595176298,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":573,"timestamp":335599952,"id":161,"parentId":110,"tags":{"name":"9582.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":564,"timestamp":335599964,"id":162,"parentId":110,"tags":{"name":"3348.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":562,"timestamp":335599969,"id":163,"parentId":110,"tags":{"name":"2683.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":560,"timestamp":335599975,"id":164,"parentId":110,"tags":{"name":"5823.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":557,"timestamp":335599980,"id":165,"parentId":110,"tags":{"name":"8744.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":554,"timestamp":335599986,"id":166,"parentId":110,"tags":{"name":"369.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":551,"timestamp":335599992,"id":167,"parentId":110,"tags":{"name":"7266.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":549,"timestamp":335599997,"id":168,"parentId":110,"tags":{"name":"6837.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":524,"timestamp":335600025,"id":169,"parentId":110,"tags":{"name":"4559.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":518,"timestamp":335600033,"id":170,"parentId":110,"tags":{"name":"5853.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":521,"timestamp":335600039,"id":171,"parentId":110,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":518,"timestamp":335600044,"id":172,"parentId":110,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":514,"timestamp":335600051,"id":173,"parentId":110,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":510,"timestamp":335600057,"id":174,"parentId":110,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":507,"timestamp":335600063,"id":175,"parentId":110,"tags":{"name":"1287.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":504,"timestamp":335600069,"id":176,"parentId":110,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":429,"timestamp":335600147,"id":177,"parentId":110,"tags":{"name":"8705.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":417,"timestamp":335600162,"id":178,"parentId":110,"tags":{"name":"2509.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":411,"timestamp":335600170,"id":179,"parentId":110,"tags":{"name":"7458.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":409,"timestamp":335600175,"id":180,"parentId":110,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":405,"timestamp":335600182,"id":181,"parentId":110,"tags":{"name":"7808.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":403,"timestamp":335600187,"id":182,"parentId":110,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":401,"timestamp":335600192,"id":183,"parentId":110,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":399,"timestamp":335600197,"id":184,"parentId":110,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":397,"timestamp":335600201,"id":185,"parentId":110,"tags":{"name":"9367.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":396,"timestamp":335600206,"id":186,"parentId":110,"tags":{"name":"7536.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":394,"timestamp":335600210,"id":187,"parentId":110,"tags":{"name":"3860.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":393,"timestamp":335600215,"id":188,"parentId":110,"tags":{"name":"8693.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":392,"timestamp":335600219,"id":189,"parentId":110,"tags":{"name":"9238.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":390,"timestamp":335600224,"id":190,"parentId":110,"tags":{"name":"5488.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":388,"timestamp":335600229,"id":191,"parentId":110,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"terser-webpack-plugin-optimize","duration":13020,"timestamp":335587637,"id":110,"parentId":18,"tags":{"compilationName":"server","swcMinify":true},"startTime":1771595176286,"traceId":"7def7026fc7553d6"},{"name":"css-minimizer-plugin","duration":172,"timestamp":335600800,"id":192,"parentId":18,"tags":{},"startTime":1771595176299,"traceId":"7def7026fc7553d6"},{"name":"create-trace-assets","duration":4012,"timestamp":335601240,"id":193,"parentId":19,"tags":{},"startTime":1771595176300,"traceId":"7def7026fc7553d6"},{"name":"seal","duration":433506,"timestamp":335187686,"id":97,"parentId":18,"tags":{},"startTime":1771595175886,"traceId":"7def7026fc7553d6"},{"name":"webpack-compilation","duration":3440878,"timestamp":332193844,"id":18,"parentId":15,"tags":{"name":"server"},"startTime":1771595172892,"traceId":"7def7026fc7553d6"},{"name":"emit","duration":25365,"timestamp":335635360,"id":194,"parentId":15,"tags":{},"startTime":1771595176334,"traceId":"7def7026fc7553d6"},{"name":"webpack-close","duration":759,"timestamp":335661386,"id":195,"parentId":15,"tags":{"name":"server"},"startTime":1771595176360,"traceId":"7def7026fc7553d6"},{"name":"webpack-generate-error-stats","duration":2266,"timestamp":335662197,"id":196,"parentId":195,"tags":{},"startTime":1771595176361,"traceId":"7def7026fc7553d6"},{"name":"make","duration":212,"timestamp":335674440,"id":198,"parentId":197,"tags":{},"startTime":1771595176373,"traceId":"7def7026fc7553d6"},{"name":"chunk-graph","duration":41,"timestamp":335675421,"id":200,"parentId":199,"tags":{},"startTime":1771595176374,"traceId":"7def7026fc7553d6"},{"name":"optimize-modules","duration":11,"timestamp":335675526,"id":202,"parentId":199,"tags":{},"startTime":1771595176374,"traceId":"7def7026fc7553d6"},{"name":"optimize-chunks","duration":78,"timestamp":335675606,"id":203,"parentId":199,"tags":{},"startTime":1771595176374,"traceId":"7def7026fc7553d6"},{"name":"optimize-tree","duration":12,"timestamp":335675740,"id":204,"parentId":199,"tags":{},"startTime":1771595176374,"traceId":"7def7026fc7553d6"},{"name":"optimize-chunk-modules","duration":62,"timestamp":335675830,"id":205,"parentId":199,"tags":{},"startTime":1771595176374,"traceId":"7def7026fc7553d6"},{"name":"optimize","duration":459,"timestamp":335675483,"id":201,"parentId":199,"tags":{},"startTime":1771595176374,"traceId":"7def7026fc7553d6"},{"name":"module-hash","duration":30,"timestamp":335676293,"id":206,"parentId":199,"tags":{},"startTime":1771595176375,"traceId":"7def7026fc7553d6"},{"name":"code-generation","duration":22,"timestamp":335676351,"id":207,"parentId":199,"tags":{},"startTime":1771595176375,"traceId":"7def7026fc7553d6"},{"name":"hash","duration":112,"timestamp":335676461,"id":208,"parentId":199,"tags":{},"startTime":1771595176375,"traceId":"7def7026fc7553d6"},{"name":"code-generation-jobs","duration":88,"timestamp":335676572,"id":209,"parentId":199,"tags":{},"startTime":1771595176375,"traceId":"7def7026fc7553d6"},{"name":"module-assets","duration":43,"timestamp":335676636,"id":210,"parentId":199,"tags":{},"startTime":1771595176375,"traceId":"7def7026fc7553d6"},{"name":"create-chunk-assets","duration":23,"timestamp":335676693,"id":211,"parentId":199,"tags":{},"startTime":1771595176375,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":31,"timestamp":335689441,"id":213,"parentId":212,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1771595176388,"traceId":"7def7026fc7553d6"},{"name":"terser-webpack-plugin-optimize","duration":1762,"timestamp":335687722,"id":212,"parentId":197,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1771595176386,"traceId":"7def7026fc7553d6"},{"name":"css-minimizer-plugin","duration":10,"timestamp":335689546,"id":214,"parentId":197,"tags":{},"startTime":1771595176388,"traceId":"7def7026fc7553d6"},{"name":"seal","duration":16195,"timestamp":335675209,"id":199,"parentId":197,"tags":{},"startTime":1771595176374,"traceId":"7def7026fc7553d6"},{"name":"webpack-compilation","duration":18674,"timestamp":335672973,"id":197,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771595176372,"traceId":"7def7026fc7553d6"},{"name":"emit","duration":1363,"timestamp":335691732,"id":215,"parentId":15,"tags":{},"startTime":1771595176390,"traceId":"7def7026fc7553d6"},{"name":"webpack-close","duration":255,"timestamp":335693322,"id":216,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771595176392,"traceId":"7def7026fc7553d6"},{"name":"webpack-generate-error-stats","duration":933,"timestamp":335693589,"id":217,"parentId":216,"tags":{},"startTime":1771595176392,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":762799,"timestamp":335703621,"id":223,"parentId":219,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":762819,"timestamp":335703628,"id":224,"parentId":219,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":762815,"timestamp":335703641,"id":226,"parentId":219,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":830285,"timestamp":335703613,"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":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":830337,"timestamp":335703580,"id":221,"parentId":219,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":841695,"timestamp":335703635,"id":225,"parentId":219,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":841824,"timestamp":335703522,"id":220,"parentId":219,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":909936,"timestamp":335703671,"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%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1016628,"timestamp":335703652,"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":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1087292,"timestamp":335703664,"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%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":1102239,"timestamp":335703647,"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":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"add-entry","duration":2036445,"timestamp":335703679,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771595176402,"traceId":"7def7026fc7553d6"},{"name":"make","duration":2037179,"timestamp":335703074,"id":219,"parentId":218,"tags":{},"startTime":1771595176402,"traceId":"7def7026fc7553d6"}]
3
- [{"name":"chunk-graph","duration":44848,"timestamp":337958591,"id":233,"parentId":232,"tags":{},"startTime":1771595178657,"traceId":"7def7026fc7553d6"},{"name":"optimize-modules","duration":9,"timestamp":338003501,"id":235,"parentId":232,"tags":{},"startTime":1771595178702,"traceId":"7def7026fc7553d6"},{"name":"optimize-chunks","duration":55422,"timestamp":338006078,"id":237,"parentId":232,"tags":{},"startTime":1771595178705,"traceId":"7def7026fc7553d6"},{"name":"optimize-tree","duration":12,"timestamp":338061557,"id":238,"parentId":232,"tags":{},"startTime":1771595178760,"traceId":"7def7026fc7553d6"},{"name":"optimize-chunk-modules","duration":85094,"timestamp":338061603,"id":239,"parentId":232,"tags":{},"startTime":1771595178760,"traceId":"7def7026fc7553d6"},{"name":"optimize","duration":143278,"timestamp":338003482,"id":234,"parentId":232,"tags":{},"startTime":1771595178702,"traceId":"7def7026fc7553d6"},{"name":"module-hash","duration":54987,"timestamp":338183610,"id":240,"parentId":232,"tags":{},"startTime":1771595178882,"traceId":"7def7026fc7553d6"},{"name":"code-generation","duration":5963,"timestamp":338238656,"id":241,"parentId":232,"tags":{},"startTime":1771595178937,"traceId":"7def7026fc7553d6"},{"name":"hash","duration":7000,"timestamp":338249661,"id":242,"parentId":232,"tags":{},"startTime":1771595178948,"traceId":"7def7026fc7553d6"},{"name":"code-generation-jobs","duration":433,"timestamp":338256659,"id":243,"parentId":232,"tags":{},"startTime":1771595178955,"traceId":"7def7026fc7553d6"},{"name":"module-assets","duration":1630,"timestamp":338257043,"id":244,"parentId":232,"tags":{},"startTime":1771595178956,"traceId":"7def7026fc7553d6"},{"name":"create-chunk-assets","duration":4083,"timestamp":338258687,"id":245,"parentId":232,"tags":{},"startTime":1771595178957,"traceId":"7def7026fc7553d6"},{"name":"NextJsBuildManifest-generateClientManifest","duration":686,"timestamp":338268973,"id":247,"parentId":218,"tags":{},"startTime":1771595178968,"traceId":"7def7026fc7553d6"},{"name":"NextJsBuildManifest-createassets","duration":1323,"timestamp":338268351,"id":246,"parentId":218,"tags":{},"startTime":1771595178967,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3475,"timestamp":338280843,"id":249,"parentId":248,"tags":{"name":"static/chunks/main-f00f82f1cf18dd99.js","cache":"HIT"},"startTime":1771595178979,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3442,"timestamp":338280887,"id":250,"parentId":248,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1771595178979,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3432,"timestamp":338280902,"id":251,"parentId":248,"tags":{"name":"static/chunks/app/_not-found/page-ac4e4463b39d0cf7.js","cache":"HIT"},"startTime":1771595178979,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3424,"timestamp":338280913,"id":252,"parentId":248,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1771595178979,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3416,"timestamp":338280925,"id":253,"parentId":248,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1771595178979,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3407,"timestamp":338280936,"id":254,"parentId":248,"tags":{"name":"static/chunks/app/layout-07755491d5d57242.js","cache":"HIT"},"startTime":1771595178979,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3401,"timestamp":338280945,"id":255,"parentId":248,"tags":{"name":"static/chunks/app/page-a6593b9640df66a6.js","cache":"HIT"},"startTime":1771595178979,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3394,"timestamp":338280955,"id":256,"parentId":248,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js","cache":"HIT"},"startTime":1771595178980,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3386,"timestamp":338280966,"id":257,"parentId":248,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js","cache":"HIT"},"startTime":1771595178980,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":3379,"timestamp":338280976,"id":258,"parentId":248,"tags":{"name":"static/chunks/app/worktrees/[id]/page-d9a7913679eccfd9.js","cache":"HIT"},"startTime":1771595178980,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":1043,"timestamp":338283314,"id":260,"parentId":248,"tags":{"name":"static/chunks/13.d3909672ed2537ad.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":1014,"timestamp":338283346,"id":261,"parentId":248,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":1001,"timestamp":338283362,"id":262,"parentId":248,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":991,"timestamp":338283375,"id":263,"parentId":248,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":982,"timestamp":338283387,"id":264,"parentId":248,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":972,"timestamp":338283399,"id":265,"parentId":248,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":955,"timestamp":338283419,"id":266,"parentId":248,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":945,"timestamp":338283431,"id":267,"parentId":248,"tags":{"name":"static/chunks/2626.834991ca5479e32a.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":937,"timestamp":338283442,"id":268,"parentId":248,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":929,"timestamp":338283453,"id":269,"parentId":248,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":919,"timestamp":338283465,"id":270,"parentId":248,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":912,"timestamp":338283475,"id":271,"parentId":248,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":905,"timestamp":338283484,"id":272,"parentId":248,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":899,"timestamp":338283494,"id":273,"parentId":248,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":898,"timestamp":338283503,"id":274,"parentId":248,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":890,"timestamp":338283514,"id":275,"parentId":248,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":881,"timestamp":338283525,"id":276,"parentId":248,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":874,"timestamp":338283535,"id":277,"parentId":248,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":868,"timestamp":338283544,"id":278,"parentId":248,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":860,"timestamp":338283554,"id":279,"parentId":248,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":850,"timestamp":338283568,"id":280,"parentId":248,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":843,"timestamp":338283578,"id":281,"parentId":248,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":836,"timestamp":338283588,"id":282,"parentId":248,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":829,"timestamp":338283597,"id":283,"parentId":248,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":822,"timestamp":338283607,"id":284,"parentId":248,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":815,"timestamp":338283617,"id":285,"parentId":248,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":808,"timestamp":338283627,"id":286,"parentId":248,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":801,"timestamp":338283636,"id":287,"parentId":248,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":794,"timestamp":338283646,"id":288,"parentId":248,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":786,"timestamp":338283658,"id":289,"parentId":248,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":779,"timestamp":338283667,"id":290,"parentId":248,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":773,"timestamp":338283677,"id":291,"parentId":248,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":766,"timestamp":338283686,"id":292,"parentId":248,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":759,"timestamp":338283696,"id":293,"parentId":248,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":752,"timestamp":338283706,"id":294,"parentId":248,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":745,"timestamp":338283715,"id":295,"parentId":248,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":738,"timestamp":338283725,"id":296,"parentId":248,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":731,"timestamp":338283735,"id":297,"parentId":248,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":724,"timestamp":338283745,"id":298,"parentId":248,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":717,"timestamp":338283755,"id":299,"parentId":248,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":710,"timestamp":338283765,"id":300,"parentId":248,"tags":{"name":"static/chunks/fd9d1056-cfdf4f91f13d3485.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":702,"timestamp":338283775,"id":301,"parentId":248,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":695,"timestamp":338283785,"id":302,"parentId":248,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":688,"timestamp":338283795,"id":303,"parentId":248,"tags":{"name":"static/chunks/4327.bf5c75539344981a.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":681,"timestamp":338283804,"id":304,"parentId":248,"tags":{"name":"static/chunks/9234-b0304101384ca079.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":669,"timestamp":338283819,"id":305,"parentId":248,"tags":{"name":"static/chunks/216-f18f4a9d8b04a91e.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":662,"timestamp":338283829,"id":306,"parentId":248,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":655,"timestamp":338283838,"id":307,"parentId":248,"tags":{"name":"static/chunks/1038-3509435b68c0967e.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":649,"timestamp":338283848,"id":308,"parentId":248,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":642,"timestamp":338283857,"id":309,"parentId":248,"tags":{"name":"static/chunks/2335-98a211e00b94c7ac.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":632,"timestamp":338283870,"id":310,"parentId":248,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":623,"timestamp":338283882,"id":311,"parentId":248,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":615,"timestamp":338283892,"id":312,"parentId":248,"tags":{"name":"static/chunks/656.5300fb43e7a93a70.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":608,"timestamp":338283902,"id":313,"parentId":248,"tags":{"name":"static/chunks/2117-e31fa477cb500950.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":622,"timestamp":338283913,"id":314,"parentId":248,"tags":{"name":"static/chunks/9178-88850a7c48deea07.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":615,"timestamp":338283923,"id":315,"parentId":248,"tags":{"name":"static/chunks/816-af44cb865b0c980e.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":612,"timestamp":338283933,"id":316,"parentId":248,"tags":{"name":"static/chunks/5970-2e18108d0cabd8af.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":605,"timestamp":338283943,"id":317,"parentId":248,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1771595178982,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":246,"timestamp":338284306,"id":321,"parentId":248,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1771595178983,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":2114,"timestamp":338283955,"id":318,"parentId":248,"tags":{"name":"static/oUEq-Bd47xtkJcFDOI6rr/_ssgManifest.js","cache":"MISS"},"startTime":1771595178983,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":1861,"timestamp":338284259,"id":320,"parentId":248,"tags":{"name":"static/oUEq-Bd47xtkJcFDOI6rr/_buildManifest.js","cache":"MISS"},"startTime":1771595178983,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":2023,"timestamp":338284144,"id":319,"parentId":248,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1771595178983,"traceId":"7def7026fc7553d6"},{"name":"minify-js","duration":11971,"timestamp":338280985,"id":259,"parentId":248,"tags":{"name":"static/chunks/webpack-e6531fcf859d9451.js","cache":"MISS"},"startTime":1771595178980,"traceId":"7def7026fc7553d6"},{"name":"terser-webpack-plugin-optimize","duration":21904,"timestamp":338271064,"id":248,"parentId":218,"tags":{"compilationName":"client","swcMinify":true},"startTime":1771595178970,"traceId":"7def7026fc7553d6"},{"name":"minify-css","duration":106,"timestamp":338293115,"id":323,"parentId":322,"tags":{"file":"static/css/6b8e02d3f4d8467f.css","cache":"HIT"},"startTime":1771595178992,"traceId":"7def7026fc7553d6"},{"name":"minify-css","duration":72,"timestamp":338293157,"id":324,"parentId":322,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1771595178992,"traceId":"7def7026fc7553d6"},{"name":"minify-css","duration":70,"timestamp":338293161,"id":325,"parentId":322,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1771595178992,"traceId":"7def7026fc7553d6"},{"name":"css-minimizer-plugin","duration":175,"timestamp":338293058,"id":322,"parentId":218,"tags":{},"startTime":1771595178992,"traceId":"7def7026fc7553d6"},{"name":"seal","duration":453736,"timestamp":337863529,"id":232,"parentId":218,"tags":{},"startTime":1771595178562,"traceId":"7def7026fc7553d6"},{"name":"webpack-compilation","duration":2615819,"timestamp":335701532,"id":218,"parentId":15,"tags":{"name":"client"},"startTime":1771595176400,"traceId":"7def7026fc7553d6"},{"name":"emit","duration":11996,"timestamp":338317399,"id":326,"parentId":15,"tags":{},"startTime":1771595179016,"traceId":"7def7026fc7553d6"},{"name":"webpack-close","duration":1102776,"timestamp":338329545,"id":327,"parentId":15,"tags":{"name":"client"},"startTime":1771595179028,"traceId":"7def7026fc7553d6"},{"name":"webpack-generate-error-stats","duration":936,"timestamp":339432347,"id":328,"parentId":327,"tags":{},"startTime":1771595180131,"traceId":"7def7026fc7553d6"},{"name":"run-webpack-compiler","duration":7650730,"timestamp":331782859,"id":15,"parentId":1,"tags":{},"startTime":1771595172481,"traceId":"7def7026fc7553d6"},{"name":"format-webpack-messages","duration":104,"timestamp":339433600,"id":329,"parentId":1,"tags":{},"startTime":1771595180132,"traceId":"7def7026fc7553d6"},{"name":"verify-typescript-setup","duration":11985542,"timestamp":339434810,"id":331,"parentId":1,"tags":{},"startTime":1771595180133,"traceId":"7def7026fc7553d6"},{"name":"check-static-error-page","duration":12183,"timestamp":351501534,"id":334,"parentId":333,"tags":{},"startTime":1771595192200,"traceId":"7def7026fc7553d6"}]
4
- [{"name":"check-page","duration":5739,"timestamp":351580495,"id":335,"parentId":333,"tags":{"page":"/_app"},"startTime":1771595192279,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":4716,"timestamp":351581539,"id":337,"parentId":333,"tags":{"page":"/_document"},"startTime":1771595192280,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":5848,"timestamp":351581467,"id":336,"parentId":333,"tags":{"page":"/_error"},"startTime":1771595192280,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":256449,"timestamp":351593237,"id":386,"parentId":341,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":267876,"timestamp":351581872,"id":341,"parentId":333,"tags":{"page":"/api/external-apps/[id]"},"startTime":1771595192280,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":261779,"timestamp":351593389,"id":387,"parentId":342,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":273300,"timestamp":351581903,"id":342,"parentId":333,"tags":{"page":"/api/external-apps"},"startTime":1771595192280,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":266132,"timestamp":351593469,"id":388,"parentId":344,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":277577,"timestamp":351582079,"id":344,"parentId":333,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":276800,"timestamp":351593061,"id":385,"parentId":340,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":288059,"timestamp":351581832,"id":340,"parentId":333,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1771595192280,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":280461,"timestamp":351593670,"id":390,"parentId":346,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":292005,"timestamp":351582171,"id":346,"parentId":333,"tags":{"page":"/api/repositories/excluded"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":281643,"timestamp":351592723,"id":384,"parentId":339,"tags":{},"startTime":1771595192291,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":292635,"timestamp":351581753,"id":339,"parentId":333,"tags":{"page":"/api/app/update-check"},"startTime":1771595192280,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":283856,"timestamp":351593731,"id":391,"parentId":345,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":295476,"timestamp":351582138,"id":345,"parentId":333,"tags":{"page":"/api/repositories/clone"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":285075,"timestamp":351593612,"id":389,"parentId":343,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":296785,"timestamp":351581932,"id":343,"parentId":333,"tags":{"page":"/api/hooks/claude-done"},"startTime":1771595192280,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":286283,"timestamp":351593977,"id":394,"parentId":349,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":298037,"timestamp":351582252,"id":349,"parentId":333,"tags":{"page":"/api/repositories/scan"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":287685,"timestamp":351594032,"id":395,"parentId":350,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":299469,"timestamp":351582277,"id":350,"parentId":333,"tags":{"page":"/api/repositories/sync"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":296536,"timestamp":351593781,"id":392,"parentId":347,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":308139,"timestamp":351582200,"id":347,"parentId":333,"tags":{"page":"/api/repositories/restore"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":302298,"timestamp":351593912,"id":393,"parentId":348,"tags":{},"startTime":1771595192292,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":314009,"timestamp":351582225,"id":348,"parentId":333,"tags":{"page":"/api/repositories"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":303475,"timestamp":351594066,"id":396,"parentId":351,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":315189,"timestamp":351582377,"id":351,"parentId":333,"tags":{"page":"/api/slash-commands"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":304943,"timestamp":351594164,"id":399,"parentId":353,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":316669,"timestamp":351582471,"id":353,"parentId":333,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":307760,"timestamp":351594142,"id":398,"parentId":354,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":319433,"timestamp":351582499,"id":354,"parentId":333,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":310718,"timestamp":351594322,"id":401,"parentId":356,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":322526,"timestamp":351582546,"id":356,"parentId":333,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":312250,"timestamp":351594378,"id":402,"parentId":358,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":324065,"timestamp":351582594,"id":358,"parentId":333,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":313750,"timestamp":351594198,"id":400,"parentId":355,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":325455,"timestamp":351582523,"id":355,"parentId":333,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":314007,"timestamp":351594113,"id":397,"parentId":352,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":325703,"timestamp":351582439,"id":352,"parentId":333,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":314472,"timestamp":351594473,"id":403,"parentId":359,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":326362,"timestamp":351582618,"id":359,"parentId":333,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":315197,"timestamp":351594595,"id":405,"parentId":360,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":327174,"timestamp":351582640,"id":360,"parentId":333,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":315380,"timestamp":351594510,"id":404,"parentId":357,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":327337,"timestamp":351582569,"id":357,"parentId":333,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":316132,"timestamp":351594629,"id":406,"parentId":361,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":328129,"timestamp":351582662,"id":361,"parentId":333,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":316328,"timestamp":351594656,"id":407,"parentId":362,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":328338,"timestamp":351582686,"id":362,"parentId":333,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":317433,"timestamp":351594678,"id":408,"parentId":363,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":329425,"timestamp":351582709,"id":363,"parentId":333,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":317617,"timestamp":351594741,"id":410,"parentId":365,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":329629,"timestamp":351582758,"id":365,"parentId":333,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":317960,"timestamp":351594706,"id":409,"parentId":364,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":329963,"timestamp":351582733,"id":364,"parentId":333,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":318646,"timestamp":351594773,"id":411,"parentId":366,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":330661,"timestamp":351582784,"id":366,"parentId":333,"tags":{"page":"/api/worktrees/[id]"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":319334,"timestamp":351594802,"id":412,"parentId":367,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":331408,"timestamp":351582807,"id":367,"parentId":333,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":319457,"timestamp":351594871,"id":413,"parentId":370,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":331491,"timestamp":351582870,"id":370,"parentId":333,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":320862,"timestamp":351594896,"id":414,"parentId":371,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":332920,"timestamp":351582890,"id":371,"parentId":333,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":321005,"timestamp":351594916,"id":415,"parentId":372,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":333037,"timestamp":351582911,"id":372,"parentId":333,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":321309,"timestamp":351594931,"id":416,"parentId":373,"tags":{},"startTime":1771595192293,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":333337,"timestamp":351582932,"id":373,"parentId":333,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":322312,"timestamp":351594971,"id":418,"parentId":375,"tags":{},"startTime":1771595192294,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":334336,"timestamp":351582974,"id":375,"parentId":333,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":319632,"timestamp":351598095,"id":419,"parentId":376,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":334754,"timestamp":351582994,"id":376,"parentId":333,"tags":{"page":"/api/worktrees"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":322945,"timestamp":351594955,"id":417,"parentId":374,"tags":{},"startTime":1771595192294,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":334972,"timestamp":351582953,"id":374,"parentId":333,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":321620,"timestamp":351598275,"id":422,"parentId":380,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":336777,"timestamp":351583140,"id":380,"parentId":333,"tags":{"page":"/proxy/[...path]"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":325774,"timestamp":351598143,"id":420,"parentId":377,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":340902,"timestamp":351583047,"id":377,"parentId":333,"tags":{"page":"/apple-icon.png"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":329315,"timestamp":351598172,"id":421,"parentId":378,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":344445,"timestamp":351583073,"id":378,"parentId":333,"tags":{"page":"/icon.png"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":336212,"timestamp":351598309,"id":423,"parentId":338,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":352969,"timestamp":351581574,"id":338,"parentId":333,"tags":{"page":"/_not-found"},"startTime":1771595192280,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":345477,"timestamp":351598372,"id":426,"parentId":379,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":360779,"timestamp":351583093,"id":379,"parentId":333,"tags":{"page":"/"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":346453,"timestamp":351598342,"id":424,"parentId":381,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":361654,"timestamp":351583173,"id":381,"parentId":333,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":356881,"timestamp":351598396,"id":427,"parentId":383,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":372062,"timestamp":351583246,"id":383,"parentId":333,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":357276,"timestamp":351598430,"id":428,"parentId":369,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":372882,"timestamp":351582849,"id":369,"parentId":333,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":358571,"timestamp":351598466,"id":429,"parentId":368,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":374226,"timestamp":351582828,"id":368,"parentId":333,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1771595192281,"traceId":"7def7026fc7553d6"},{"name":"is-page-static","duration":366126,"timestamp":351598357,"id":425,"parentId":382,"tags":{},"startTime":1771595192297,"traceId":"7def7026fc7553d6"},{"name":"check-page","duration":381295,"timestamp":351583205,"id":382,"parentId":333,"tags":{"page":"/worktrees/[id]"},"startTime":1771595192282,"traceId":"7def7026fc7553d6"},{"name":"static-check","duration":463657,"timestamp":351500866,"id":333,"parentId":1,"tags":{},"startTime":1771595192199,"traceId":"7def7026fc7553d6"},{"name":"load-dotenv","duration":47,"timestamp":352009983,"id":434,"parentId":433,"tags":{},"startTime":1771595192709,"traceId":"7def7026fc7553d6"},{"name":"run-export-path-map","duration":346,"timestamp":352908371,"id":435,"parentId":433,"tags":{},"startTime":1771595193607,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":46584,"timestamp":352909711,"id":439,"parentId":433,"tags":{"path":"/api/repositories/clone"},"startTime":1771595193608,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":267143,"timestamp":352912043,"id":440,"parentId":433,"tags":{"path":"/api/hooks/claude-done"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":269736,"timestamp":352909653,"id":438,"parentId":433,"tags":{"path":"/api/repositories/excluded"},"startTime":1771595193608,"traceId":"7def7026fc7553d6"}]
5
- [{"name":"export-page","duration":284945,"timestamp":352912140,"id":441,"parentId":433,"tags":{"path":"/api/repositories/scan"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":287603,"timestamp":352909580,"id":437,"parentId":433,"tags":{"path":"/500"},"startTime":1771595193608,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":287912,"timestamp":352909349,"id":436,"parentId":433,"tags":{"path":"/404"},"startTime":1771595193608,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":342152,"timestamp":352912201,"id":443,"parentId":433,"tags":{"path":"/api/repositories/restore"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":342336,"timestamp":352912175,"id":442,"parentId":433,"tags":{"path":"/api/repositories/sync"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":526516,"timestamp":352912223,"id":444,"parentId":433,"tags":{"path":"/api/repositories"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":533451,"timestamp":352912393,"id":446,"parentId":433,"tags":{"path":"/apple-icon.png"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":533915,"timestamp":352912248,"id":445,"parentId":433,"tags":{"path":"/api/slash-commands"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":637204,"timestamp":352912450,"id":447,"parentId":433,"tags":{"path":"/icon.png"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":644679,"timestamp":352912471,"id":448,"parentId":433,"tags":{"path":"/_not-found"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"export-page","duration":644722,"timestamp":352912481,"id":449,"parentId":433,"tags":{"path":"/"},"startTime":1771595193611,"traceId":"7def7026fc7553d6"},{"name":"next-export","duration":1609714,"timestamp":352009270,"id":433,"parentId":1,"tags":{},"startTime":1771595192708,"traceId":"7def7026fc7553d6"},{"name":"move-exported-app-not-found-","duration":88,"timestamp":353620257,"id":450,"parentId":432,"tags":{},"startTime":1771595194319,"traceId":"7def7026fc7553d6"},{"name":"move-exported-page","duration":27923,"timestamp":353620491,"id":451,"parentId":432,"tags":{},"startTime":1771595194319,"traceId":"7def7026fc7553d6"},{"name":"static-generation","duration":1728785,"timestamp":352004986,"id":432,"parentId":1,"tags":{},"startTime":1771595192704,"traceId":"7def7026fc7553d6"},{"name":"node-file-trace-build","duration":11326821,"timestamp":351966102,"id":431,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1771595192665,"traceId":"7def7026fc7553d6"},{"name":"apply-include-excludes","duration":1142,"timestamp":363292951,"id":452,"parentId":1,"tags":{},"startTime":1771595203992,"traceId":"7def7026fc7553d6"},{"name":"print-tree-view","duration":4521,"timestamp":363294256,"id":453,"parentId":1,"tags":{},"startTime":1771595203993,"traceId":"7def7026fc7553d6"},{"name":"telemetry-flush","duration":50,"timestamp":363298792,"id":454,"parentId":1,"tags":{},"startTime":1771595203997,"traceId":"7def7026fc7553d6"},{"name":"next-build","duration":31754364,"timestamp":331544488,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1771595172243,"traceId":"7def7026fc7553d6"}]
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"}]