commandmate 0.1.10 → 0.1.12
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.
- package/.env.example +8 -3
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +10 -10
- package/.next/app-path-routes-manifest.json +1 -1
- package/.next/build-manifest.json +2 -2
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js +11 -12
- package/.next/server/app/api/external-apps/[id]/route.js +14 -15
- package/.next/server/app/api/external-apps/route.js +12 -13
- package/.next/server/app/api/hooks/claude-done/route.js +6 -6
- package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js +1 -1
- package/.next/server/app/api/repositories/route.js +1 -1
- package/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/scan/route.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js +1 -1
- package/.next/server/app/api/slash-commands.body +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +7 -7
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
- package/.next/server/app/index.html +2 -2
- package/.next/server/app/index.rsc +2 -2
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js +12 -13
- package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +4 -4
- package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/simple-terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +8 -8
- package/.next/server/chunks/1318.js +4 -4
- package/.next/server/chunks/2597.js +1 -0
- package/.next/server/chunks/2648.js +1 -0
- package/.next/server/chunks/7425.js +97 -48
- package/.next/server/chunks/9723.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/server/src/middleware.js +2 -2
- package/.next/server/src/middleware.js.map +1 -1
- package/.next/static/chunks/app/worktrees/[id]/page-58fcf2e63c056743.js +1 -0
- package/.next/trace +5 -5
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +6 -4
- package/dist/cli/commands/start.d.ts +2 -0
- package/dist/cli/commands/start.d.ts.map +1 -1
- package/dist/cli/commands/start.js +64 -17
- package/dist/cli/commands/status.d.ts +4 -1
- package/dist/cli/commands/status.d.ts.map +1 -1
- package/dist/cli/commands/status.js +95 -6
- package/dist/cli/commands/stop.d.ts +2 -0
- package/dist/cli/commands/stop.d.ts.map +1 -1
- package/dist/cli/commands/stop.js +27 -10
- package/dist/cli/index.js +16 -2
- package/dist/cli/types/index.d.ts +20 -0
- package/dist/cli/types/index.d.ts.map +1 -1
- package/dist/cli/utils/daemon-factory.d.ts +105 -0
- package/dist/cli/utils/daemon-factory.d.ts.map +1 -0
- package/dist/cli/utils/daemon-factory.js +117 -0
- package/dist/cli/utils/daemon.d.ts.map +1 -1
- package/dist/cli/utils/daemon.js +4 -0
- package/dist/cli/utils/env-setup.d.ts +24 -12
- package/dist/cli/utils/env-setup.d.ts.map +1 -1
- package/dist/cli/utils/env-setup.js +64 -43
- package/dist/cli/utils/input-validators.d.ts +103 -0
- package/dist/cli/utils/input-validators.d.ts.map +1 -0
- package/dist/cli/utils/input-validators.js +163 -0
- package/dist/cli/utils/install-context.d.ts +53 -0
- package/dist/cli/utils/install-context.d.ts.map +1 -0
- package/dist/cli/utils/install-context.js +96 -0
- package/dist/cli/utils/pid-manager.d.ts +34 -0
- package/dist/cli/utils/pid-manager.d.ts.map +1 -1
- package/dist/cli/utils/pid-manager.js +43 -0
- package/dist/cli/utils/port-allocator.d.ts +108 -0
- package/dist/cli/utils/port-allocator.d.ts.map +1 -0
- package/dist/cli/utils/port-allocator.js +166 -0
- package/dist/cli/utils/resource-resolvers.d.ts +92 -0
- package/dist/cli/utils/resource-resolvers.d.ts.map +1 -0
- package/dist/cli/utils/resource-resolvers.js +175 -0
- package/dist/cli/utils/worktree-detector.d.ts +82 -0
- package/dist/cli/utils/worktree-detector.d.ts.map +1 -0
- package/dist/cli/utils/worktree-detector.js +221 -0
- package/dist/lib/errors.d.ts +111 -0
- package/dist/lib/errors.d.ts.map +1 -0
- package/dist/lib/errors.js +153 -0
- package/dist/server/server.js +3 -0
- package/dist/server/src/cli/utils/install-context.js +96 -0
- package/dist/server/src/config/system-directories.js +40 -0
- package/dist/server/src/lib/auto-yes-manager.js +324 -0
- package/dist/server/src/lib/auto-yes-resolver.js +34 -0
- package/dist/server/src/lib/claude-session.js +134 -28
- package/dist/server/src/lib/cli-patterns.js +6 -1
- package/dist/server/src/lib/db-instance.js +12 -2
- package/dist/server/src/lib/db-migrations.js +68 -1
- package/dist/server/src/lib/db-path-resolver.js +99 -0
- package/dist/server/src/lib/db.js +21 -0
- package/dist/server/src/lib/env.js +52 -3
- package/dist/server/src/lib/worktrees.js +36 -1
- package/dist/server/src/types/external-apps.js +20 -0
- package/package.json +1 -1
- package/.next/server/chunks/1528.js +0 -1
- package/.next/server/chunks/7213.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-aea2d5e7e28955be.js +0 -1
- /package/.next/static/{8o5rUyZun0GklIHWDgkmv → 564GHwluX5xIv9qpqLJV2}/_buildManifest.js +0 -0
- /package/.next/static/{8o5rUyZun0GklIHWDgkmv → 564GHwluX5xIv9qpqLJV2}/_ssgManifest.js +0 -0
- /package/.next/static/chunks/app/{page-96a8aa2ec30a44e9.js → page-fe35d61f14b90a51.js} +0 -0
package/.next/trace
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":255,"timestamp":284411371,"id":4,"parentId":1,"tags":{},"startTime":1770013480096,"traceId":"1dfffe68849e2050"},{"name":"load-custom-routes","duration":1425,"timestamp":284411826,"id":5,"parentId":1,"tags":{},"startTime":1770013480097,"traceId":"1dfffe68849e2050"},{"name":"create-pages-mapping","duration":157,"timestamp":284509634,"id":6,"parentId":1,"tags":{},"startTime":1770013480195,"traceId":"1dfffe68849e2050"},{"name":"collect-app-paths","duration":4109,"timestamp":284509827,"id":7,"parentId":1,"tags":{},"startTime":1770013480195,"traceId":"1dfffe68849e2050"},{"name":"create-app-mapping","duration":1374,"timestamp":284513964,"id":8,"parentId":1,"tags":{},"startTime":1770013480199,"traceId":"1dfffe68849e2050"},{"name":"public-dir-conflict-check","duration":9149,"timestamp":284515942,"id":9,"parentId":1,"tags":{},"startTime":1770013480201,"traceId":"1dfffe68849e2050"},{"name":"generate-routes-manifest","duration":3116,"timestamp":284525242,"id":10,"parentId":1,"tags":{},"startTime":1770013480210,"traceId":"1dfffe68849e2050"},{"name":"create-dist-dir","duration":1998,"timestamp":284529532,"id":11,"parentId":1,"tags":{},"startTime":1770013480214,"traceId":"1dfffe68849e2050"},{"name":"write-routes-manifest","duration":359,"timestamp":284543054,"id":12,"parentId":1,"tags":{},"startTime":1770013480228,"traceId":"1dfffe68849e2050"},{"name":"generate-required-server-files","duration":295,"timestamp":284543486,"id":13,"parentId":1,"tags":{},"startTime":1770013480228,"traceId":"1dfffe68849e2050"},{"name":"create-entrypoints","duration":48535,"timestamp":284951730,"id":17,"parentId":15,"tags":{},"startTime":1770013480637,"traceId":"1dfffe68849e2050"},{"name":"generate-webpack-config","duration":308961,"timestamp":285000435,"id":18,"parentId":16,"tags":{},"startTime":1770013480685,"traceId":"1dfffe68849e2050"},{"name":"next-trace-entrypoint-plugin","duration":2248,"timestamp":285383493,"id":20,"parentId":19,"tags":{},"startTime":1770013481068,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":761304,"timestamp":285392392,"id":23,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":784622,"timestamp":285392424,"id":24,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":794233,"timestamp":285392443,"id":25,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":811115,"timestamp":285392936,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":811141,"timestamp":285392939,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1059659,"timestamp":285391831,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1058617,"timestamp":285392928,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1058634,"timestamp":285392943,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1058644,"timestamp":285392946,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1058654,"timestamp":285392951,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1058658,"timestamp":285392954,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1061362,"timestamp":285392906,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1074997,"timestamp":285392925,"id":56,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1086432,"timestamp":285392909,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1086438,"timestamp":285392920,"id":55,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1141258,"timestamp":285392915,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1141390,"timestamp":285392960,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1141936,"timestamp":285392967,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1142903,"timestamp":285392964,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143858,"timestamp":285392510,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143854,"timestamp":285392522,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143785,"timestamp":285392597,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143904,"timestamp":285392486,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143754,"timestamp":285392647,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143750,"timestamp":285392661,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143737,"timestamp":285392680,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143624,"timestamp":285392799,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143707,"timestamp":285392720,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143735,"timestamp":285392696,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143701,"timestamp":285392734,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143571,"timestamp":285392868,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1143547,"timestamp":285392899,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1146510,"timestamp":285392890,"id":48,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1152742,"timestamp":285392887,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1152744,"timestamp":285392896,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1152831,"timestamp":285392815,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1152964,"timestamp":285392690,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1152954,"timestamp":285392705,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1152691,"timestamp":285392972,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1154112,"timestamp":285392500,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1153911,"timestamp":285392712,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1153748,"timestamp":285392881,"id":46,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1157250,"timestamp":285392974,"id":68,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1163325,"timestamp":285392469,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481077,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1163078,"timestamp":285392727,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1179793,"timestamp":285392631,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1179536,"timestamp":285392903,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770013481078,"traceId":"1dfffe68849e2050"},{"name":"make","duration":2350661,"timestamp":285391460,"id":21,"parentId":19,"tags":{},"startTime":1770013481076,"traceId":"1dfffe68849e2050"},{"name":"get-entries","duration":1895,"timestamp":287743728,"id":98,"parentId":97,"tags":{},"startTime":1770013483429,"traceId":"1dfffe68849e2050"},{"name":"node-file-trace-plugin","duration":372048,"timestamp":287749814,"id":99,"parentId":97,"tags":{"traceEntryCount":"90"},"startTime":1770013483435,"traceId":"1dfffe68849e2050"},{"name":"collect-traced-files","duration":2637,"timestamp":288121876,"id":100,"parentId":97,"tags":{},"startTime":1770013483807,"traceId":"1dfffe68849e2050"},{"name":"finish-modules","duration":380999,"timestamp":287743522,"id":97,"parentId":20,"tags":{},"startTime":1770013483428,"traceId":"1dfffe68849e2050"},{"name":"chunk-graph","duration":37155,"timestamp":288358673,"id":102,"parentId":101,"tags":{},"startTime":1770013484044,"traceId":"1dfffe68849e2050"},{"name":"optimize-modules","duration":52,"timestamp":288396052,"id":104,"parentId":101,"tags":{},"startTime":1770013484081,"traceId":"1dfffe68849e2050"},{"name":"optimize-chunks","duration":47029,"timestamp":288396228,"id":105,"parentId":101,"tags":{},"startTime":1770013484081,"traceId":"1dfffe68849e2050"},{"name":"optimize-tree","duration":160,"timestamp":288443367,"id":106,"parentId":101,"tags":{},"startTime":1770013484128,"traceId":"1dfffe68849e2050"},{"name":"optimize-chunk-modules","duration":61793,"timestamp":288443629,"id":107,"parentId":101,"tags":{},"startTime":1770013484129,"traceId":"1dfffe68849e2050"},{"name":"optimize","duration":109609,"timestamp":288395934,"id":103,"parentId":101,"tags":{},"startTime":1770013484081,"traceId":"1dfffe68849e2050"},{"name":"module-hash","duration":53261,"timestamp":288550574,"id":108,"parentId":101,"tags":{},"startTime":1770013484235,"traceId":"1dfffe68849e2050"},{"name":"code-generation","duration":8810,"timestamp":288603928,"id":109,"parentId":101,"tags":{},"startTime":1770013484289,"traceId":"1dfffe68849e2050"},{"name":"hash","duration":13571,"timestamp":288620654,"id":110,"parentId":101,"tags":{},"startTime":1770013484306,"traceId":"1dfffe68849e2050"},{"name":"code-generation-jobs","duration":440,"timestamp":288634220,"id":111,"parentId":101,"tags":{},"startTime":1770013484319,"traceId":"1dfffe68849e2050"},{"name":"module-assets","duration":1340,"timestamp":288634571,"id":112,"parentId":101,"tags":{},"startTime":1770013484319,"traceId":"1dfffe68849e2050"},{"name":"create-chunk-assets","duration":2307,"timestamp":288635930,"id":113,"parentId":101,"tags":{},"startTime":1770013484321,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":945,"timestamp":288653462,"id":115,"parentId":114,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1770013484338,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":723,"timestamp":288653694,"id":116,"parentId":114,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":705,"timestamp":288653714,"id":117,"parentId":114,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":690,"timestamp":288653731,"id":118,"parentId":114,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":682,"timestamp":288653741,"id":119,"parentId":114,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":674,"timestamp":288653750,"id":120,"parentId":114,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":668,"timestamp":288653758,"id":121,"parentId":114,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":658,"timestamp":288653770,"id":122,"parentId":114,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":630,"timestamp":288653799,"id":123,"parentId":114,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":624,"timestamp":288653808,"id":124,"parentId":114,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":613,"timestamp":288653821,"id":125,"parentId":114,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":604,"timestamp":288653831,"id":126,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":599,"timestamp":288653838,"id":127,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":594,"timestamp":288653845,"id":128,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":523,"timestamp":288653919,"id":129,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":509,"timestamp":288653934,"id":130,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":495,"timestamp":288653951,"id":131,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":486,"timestamp":288653962,"id":132,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":481,"timestamp":288653969,"id":133,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":476,"timestamp":288653976,"id":134,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":470,"timestamp":288653983,"id":135,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":463,"timestamp":288653991,"id":136,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":457,"timestamp":288653999,"id":137,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":431,"timestamp":288654027,"id":138,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"}]
|
|
2
|
-
[{"name":"minify-js","duration":425,"timestamp":288654034,"id":139,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":420,"timestamp":288654041,"id":140,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":415,"timestamp":288654048,"id":141,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":410,"timestamp":288654054,"id":142,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":405,"timestamp":288654060,"id":143,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":400,"timestamp":288654067,"id":144,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":394,"timestamp":288654074,"id":145,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":390,"timestamp":288654080,"id":146,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":385,"timestamp":288654086,"id":147,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":381,"timestamp":288654092,"id":148,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":376,"timestamp":288654099,"id":149,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":371,"timestamp":288654105,"id":150,"parentId":114,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":367,"timestamp":288654111,"id":151,"parentId":114,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":362,"timestamp":288654117,"id":152,"parentId":114,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":357,"timestamp":288654124,"id":153,"parentId":114,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":345,"timestamp":288654137,"id":154,"parentId":114,"tags":{"name":"../app/worktrees/[id]/simple-terminal/page.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":340,"timestamp":288654143,"id":155,"parentId":114,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":336,"timestamp":288654149,"id":156,"parentId":114,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":332,"timestamp":288654155,"id":157,"parentId":114,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":327,"timestamp":288654161,"id":158,"parentId":114,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":323,"timestamp":288654167,"id":159,"parentId":114,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":318,"timestamp":288654173,"id":160,"parentId":114,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":314,"timestamp":288654179,"id":161,"parentId":114,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":309,"timestamp":288654185,"id":162,"parentId":114,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":304,"timestamp":288654192,"id":163,"parentId":114,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":300,"timestamp":288654198,"id":164,"parentId":114,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":295,"timestamp":288654204,"id":165,"parentId":114,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":283,"timestamp":288654219,"id":166,"parentId":114,"tags":{"name":"4471.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":279,"timestamp":288654225,"id":167,"parentId":114,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":273,"timestamp":288654232,"id":168,"parentId":114,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":269,"timestamp":288654237,"id":169,"parentId":114,"tags":{"name":"434.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":265,"timestamp":288654243,"id":170,"parentId":114,"tags":{"name":"8887.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":261,"timestamp":288654249,"id":171,"parentId":114,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":256,"timestamp":288654256,"id":172,"parentId":114,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":252,"timestamp":288654261,"id":173,"parentId":114,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":248,"timestamp":288654267,"id":174,"parentId":114,"tags":{"name":"3053.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":244,"timestamp":288654273,"id":175,"parentId":114,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":240,"timestamp":288654279,"id":176,"parentId":114,"tags":{"name":"7213.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":235,"timestamp":288654285,"id":177,"parentId":114,"tags":{"name":"1528.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":229,"timestamp":288654292,"id":178,"parentId":114,"tags":{"name":"6550.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":225,"timestamp":288654298,"id":179,"parentId":114,"tags":{"name":"9723.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":221,"timestamp":288654304,"id":180,"parentId":114,"tags":{"name":"9703.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":145,"timestamp":288654383,"id":181,"parentId":114,"tags":{"name":"1318.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":131,"timestamp":288654398,"id":182,"parentId":114,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1770013484339,"traceId":"1dfffe68849e2050"},{"name":"terser-webpack-plugin-optimize","duration":12959,"timestamp":288641614,"id":114,"parentId":19,"tags":{"compilationName":"server","swcMinify":true},"startTime":1770013484327,"traceId":"1dfffe68849e2050"},{"name":"css-minimizer-plugin","duration":241,"timestamp":288654724,"id":183,"parentId":19,"tags":{},"startTime":1770013484340,"traceId":"1dfffe68849e2050"},{"name":"create-trace-assets","duration":6218,"timestamp":288655239,"id":184,"parentId":20,"tags":{},"startTime":1770013484340,"traceId":"1dfffe68849e2050"},{"name":"seal","duration":430043,"timestamp":288248998,"id":101,"parentId":19,"tags":{},"startTime":1770013483934,"traceId":"1dfffe68849e2050"},{"name":"webpack-compilation","duration":3309221,"timestamp":285381645,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1770013481067,"traceId":"1dfffe68849e2050"},{"name":"emit","duration":25190,"timestamp":288691363,"id":185,"parentId":16,"tags":{},"startTime":1770013484376,"traceId":"1dfffe68849e2050"},{"name":"webpack-close","duration":842,"timestamp":288717284,"id":186,"parentId":16,"tags":{"name":"server"},"startTime":1770013484402,"traceId":"1dfffe68849e2050"},{"name":"webpack-generate-error-stats","duration":2761,"timestamp":288718180,"id":187,"parentId":186,"tags":{},"startTime":1770013484403,"traceId":"1dfffe68849e2050"},{"name":"run-webpack-compiler","duration":3769587,"timestamp":284951725,"id":16,"parentId":15,"tags":{},"startTime":1770013480637,"traceId":"1dfffe68849e2050"},{"name":"format-webpack-messages","duration":90,"timestamp":288721320,"id":188,"parentId":15,"tags":{},"startTime":1770013484406,"traceId":"1dfffe68849e2050"},{"name":"worker-main-server","duration":3770090,"timestamp":284951421,"id":15,"parentId":1,"tags":{},"startTime":1770013480636,"traceId":"1dfffe68849e2050"},{"name":"create-entrypoints","duration":55592,"timestamp":289164958,"id":191,"parentId":189,"tags":{},"startTime":1770013484850,"traceId":"1dfffe68849e2050"},{"name":"generate-webpack-config","duration":293668,"timestamp":289220735,"id":192,"parentId":190,"tags":{},"startTime":1770013484906,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":112513,"timestamp":289595435,"id":195,"parentId":194,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpP1xcL2FwaSg%2FOlxcLygoPzpbXlxcLyNcXD9dKz8pKD86XFwvKD86W15cXC8jXFw%2FXSs%2FKSkqKSk%2FKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiL2FwaS86cGF0aCoifV0%3D&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpP1xcL2FwaSg%2FOlxcLygoPzpbXlxcLyNcXD9dKz8pKD86XFwvKD86W15cXC8jXFw%2FXSs%2FKSkqKSk%2FKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiL2FwaS86cGF0aCoifV19!"},"startTime":1770013485280,"traceId":"1dfffe68849e2050"},{"name":"make","duration":113580,"timestamp":289595157,"id":194,"parentId":193,"tags":{},"startTime":1770013485280,"traceId":"1dfffe68849e2050"},{"name":"chunk-graph","duration":3444,"timestamp":289727433,"id":197,"parentId":196,"tags":{},"startTime":1770013485412,"traceId":"1dfffe68849e2050"},{"name":"optimize-modules","duration":38,"timestamp":289731136,"id":199,"parentId":196,"tags":{},"startTime":1770013485416,"traceId":"1dfffe68849e2050"},{"name":"optimize-chunks","duration":2432,"timestamp":289731285,"id":200,"parentId":196,"tags":{},"startTime":1770013485416,"traceId":"1dfffe68849e2050"},{"name":"optimize-tree","duration":129,"timestamp":289733805,"id":201,"parentId":196,"tags":{},"startTime":1770013485419,"traceId":"1dfffe68849e2050"},{"name":"optimize-chunk-modules","duration":6379,"timestamp":289734058,"id":202,"parentId":196,"tags":{},"startTime":1770013485419,"traceId":"1dfffe68849e2050"},{"name":"optimize","duration":9582,"timestamp":289730982,"id":198,"parentId":196,"tags":{},"startTime":1770013485416,"traceId":"1dfffe68849e2050"},{"name":"module-hash","duration":5030,"timestamp":289745446,"id":203,"parentId":196,"tags":{},"startTime":1770013485430,"traceId":"1dfffe68849e2050"},{"name":"code-generation","duration":1075,"timestamp":289750532,"id":204,"parentId":196,"tags":{},"startTime":1770013485435,"traceId":"1dfffe68849e2050"},{"name":"hash","duration":4634,"timestamp":289754339,"id":205,"parentId":196,"tags":{},"startTime":1770013485439,"traceId":"1dfffe68849e2050"},{"name":"code-generation-jobs","duration":285,"timestamp":289758970,"id":206,"parentId":196,"tags":{},"startTime":1770013485444,"traceId":"1dfffe68849e2050"},{"name":"module-assets","duration":116,"timestamp":289759214,"id":207,"parentId":196,"tags":{},"startTime":1770013485444,"traceId":"1dfffe68849e2050"},{"name":"create-chunk-assets","duration":993,"timestamp":289759343,"id":208,"parentId":196,"tags":{},"startTime":1770013485444,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":195,"timestamp":289815167,"id":210,"parentId":209,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1770013485500,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":43,"timestamp":289815328,"id":211,"parentId":209,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1770013485500,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":29,"timestamp":289815344,"id":212,"parentId":209,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1770013485500,"traceId":"1dfffe68849e2050"},{"name":"terser-webpack-plugin-optimize","duration":2111,"timestamp":289813267,"id":209,"parentId":193,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1770013485498,"traceId":"1dfffe68849e2050"},{"name":"css-minimizer-plugin","duration":104,"timestamp":289815476,"id":213,"parentId":193,"tags":{},"startTime":1770013485500,"traceId":"1dfffe68849e2050"},{"name":"seal","duration":96984,"timestamp":289722504,"id":196,"parentId":193,"tags":{},"startTime":1770013485407,"traceId":"1dfffe68849e2050"},{"name":"webpack-compilation","duration":232460,"timestamp":289587642,"id":193,"parentId":190,"tags":{"name":"edge-server"},"startTime":1770013485273,"traceId":"1dfffe68849e2050"},{"name":"emit","duration":3696,"timestamp":289820540,"id":214,"parentId":190,"tags":{},"startTime":1770013485505,"traceId":"1dfffe68849e2050"},{"name":"webpack-close","duration":690,"timestamp":289824813,"id":215,"parentId":190,"tags":{"name":"edge-server"},"startTime":1770013485510,"traceId":"1dfffe68849e2050"},{"name":"webpack-generate-error-stats","duration":2279,"timestamp":289825608,"id":216,"parentId":215,"tags":{},"startTime":1770013485511,"traceId":"1dfffe68849e2050"},{"name":"run-webpack-compiler","duration":663206,"timestamp":289164951,"id":190,"parentId":189,"tags":{},"startTime":1770013484850,"traceId":"1dfffe68849e2050"},{"name":"format-webpack-messages","duration":89,"timestamp":289828166,"id":217,"parentId":189,"tags":{},"startTime":1770013485513,"traceId":"1dfffe68849e2050"},{"name":"worker-main-edge-server","duration":663700,"timestamp":289164644,"id":189,"parentId":1,"tags":{},"startTime":1770013484850,"traceId":"1dfffe68849e2050"},{"name":"create-entrypoints","duration":48469,"timestamp":290244594,"id":220,"parentId":218,"tags":{},"startTime":1770013485930,"traceId":"1dfffe68849e2050"},{"name":"generate-webpack-config","duration":294715,"timestamp":290293236,"id":221,"parentId":219,"tags":{},"startTime":1770013485978,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":891448,"timestamp":290669376,"id":227,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":900283,"timestamp":290669393,"id":228,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":900215,"timestamp":290669491,"id":230,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":968514,"timestamp":290669356,"id":226,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":968584,"timestamp":290669315,"id":225,"parentId":223,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":980417,"timestamp":290669474,"id":229,"parentId":223,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":981175,"timestamp":290668740,"id":224,"parentId":223,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":995687,"timestamp":290669570,"id":234,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":995648,"timestamp":290669652,"id":236,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770013486355,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1077294,"timestamp":290669506,"id":231,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1328954,"timestamp":290669517,"id":232,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":1531959,"timestamp":290669541,"id":233,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770013486354,"traceId":"1dfffe68849e2050"},{"name":"add-entry","duration":2352400,"timestamp":290669588,"id":235,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770013486355,"traceId":"1dfffe68849e2050"},{"name":"make","duration":2354189,"timestamp":290668270,"id":223,"parentId":222,"tags":{},"startTime":1770013486353,"traceId":"1dfffe68849e2050"},{"name":"chunk-graph","duration":58915,"timestamp":293311367,"id":238,"parentId":237,"tags":{},"startTime":1770013488996,"traceId":"1dfffe68849e2050"}]
|
|
3
|
-
[{"name":"optimize-modules","duration":32,"timestamp":293370424,"id":240,"parentId":237,"tags":{},"startTime":1770013489055,"traceId":"1dfffe68849e2050"},{"name":"optimize-chunks","duration":73752,"timestamp":293373585,"id":242,"parentId":237,"tags":{},"startTime":1770013489059,"traceId":"1dfffe68849e2050"},{"name":"optimize-tree","duration":133,"timestamp":293447430,"id":243,"parentId":237,"tags":{},"startTime":1770013489132,"traceId":"1dfffe68849e2050"},{"name":"optimize-chunk-modules","duration":117651,"timestamp":293447669,"id":244,"parentId":237,"tags":{},"startTime":1770013489133,"traceId":"1dfffe68849e2050"},{"name":"optimize","duration":195067,"timestamp":293370367,"id":239,"parentId":237,"tags":{},"startTime":1770013489055,"traceId":"1dfffe68849e2050"},{"name":"module-hash","duration":70847,"timestamp":293625787,"id":245,"parentId":237,"tags":{},"startTime":1770013489311,"traceId":"1dfffe68849e2050"},{"name":"code-generation","duration":24390,"timestamp":293696717,"id":246,"parentId":237,"tags":{},"startTime":1770013489382,"traceId":"1dfffe68849e2050"},{"name":"hash","duration":14508,"timestamp":293730360,"id":247,"parentId":237,"tags":{},"startTime":1770013489415,"traceId":"1dfffe68849e2050"},{"name":"code-generation-jobs","duration":417,"timestamp":293744811,"id":248,"parentId":237,"tags":{},"startTime":1770013489430,"traceId":"1dfffe68849e2050"},{"name":"module-assets","duration":1761,"timestamp":293745143,"id":249,"parentId":237,"tags":{},"startTime":1770013489430,"traceId":"1dfffe68849e2050"},{"name":"create-chunk-assets","duration":4278,"timestamp":293746922,"id":250,"parentId":237,"tags":{},"startTime":1770013489432,"traceId":"1dfffe68849e2050"},{"name":"NextJsBuildManifest-generateClientManifest","duration":965,"timestamp":293755068,"id":252,"parentId":222,"tags":{},"startTime":1770013489440,"traceId":"1dfffe68849e2050"},{"name":"NextJsBuildManifest-createassets","duration":1886,"timestamp":293754158,"id":251,"parentId":222,"tags":{},"startTime":1770013489439,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1435,"timestamp":293771367,"id":254,"parentId":253,"tags":{"name":"static/chunks/main-a960f4a5e1a2f598.js","cache":"HIT"},"startTime":1770013489456,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1259,"timestamp":293771553,"id":255,"parentId":253,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1770013489456,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1242,"timestamp":293771572,"id":256,"parentId":253,"tags":{"name":"static/chunks/app/_not-found/page-a9d04e58c81115ec.js","cache":"HIT"},"startTime":1770013489456,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1227,"timestamp":293771587,"id":257,"parentId":253,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1220,"timestamp":293771596,"id":258,"parentId":253,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1213,"timestamp":293771604,"id":259,"parentId":253,"tags":{"name":"static/chunks/app/layout-37e55f11dcc8b1bf.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1206,"timestamp":293771612,"id":260,"parentId":253,"tags":{"name":"static/chunks/app/page-96a8aa2ec30a44e9.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1196,"timestamp":293771623,"id":261,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1190,"timestamp":293771630,"id":262,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1184,"timestamp":293771637,"id":263,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/page-aea2d5e7e28955be.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1173,"timestamp":293771649,"id":264,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-be802baffc84dbd2.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1166,"timestamp":293771657,"id":265,"parentId":253,"tags":{"name":"static/chunks/webpack-3fc79fab9bb738d7.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1160,"timestamp":293771664,"id":266,"parentId":253,"tags":{"name":"static/chunks/13.c43ea97cedcfa009.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1149,"timestamp":293771677,"id":267,"parentId":253,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1141,"timestamp":293771686,"id":268,"parentId":253,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1080,"timestamp":293771748,"id":269,"parentId":253,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1060,"timestamp":293771768,"id":270,"parentId":253,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1046,"timestamp":293771784,"id":271,"parentId":253,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1034,"timestamp":293771796,"id":272,"parentId":253,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1025,"timestamp":293771807,"id":273,"parentId":253,"tags":{"name":"static/chunks/2626.834991ca5479e32a.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1018,"timestamp":293771814,"id":274,"parentId":253,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":1012,"timestamp":293771822,"id":275,"parentId":253,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":998,"timestamp":293771837,"id":276,"parentId":253,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":992,"timestamp":293771844,"id":277,"parentId":253,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":986,"timestamp":293771851,"id":278,"parentId":253,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":979,"timestamp":293771859,"id":279,"parentId":253,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":973,"timestamp":293771866,"id":280,"parentId":253,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":963,"timestamp":293771877,"id":281,"parentId":253,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":958,"timestamp":293771883,"id":282,"parentId":253,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":953,"timestamp":293771889,"id":283,"parentId":253,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":948,"timestamp":293771895,"id":284,"parentId":253,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":943,"timestamp":293771901,"id":285,"parentId":253,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":938,"timestamp":293771908,"id":286,"parentId":253,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":932,"timestamp":293771914,"id":287,"parentId":253,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":927,"timestamp":293771920,"id":288,"parentId":253,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":922,"timestamp":293771927,"id":289,"parentId":253,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":916,"timestamp":293771933,"id":290,"parentId":253,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":911,"timestamp":293771939,"id":291,"parentId":253,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":906,"timestamp":293771945,"id":292,"parentId":253,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":895,"timestamp":293771957,"id":293,"parentId":253,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":890,"timestamp":293771963,"id":294,"parentId":253,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":884,"timestamp":293771969,"id":295,"parentId":253,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":879,"timestamp":293771975,"id":296,"parentId":253,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":874,"timestamp":293771981,"id":297,"parentId":253,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":869,"timestamp":293771987,"id":298,"parentId":253,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":864,"timestamp":293771993,"id":299,"parentId":253,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":859,"timestamp":293771999,"id":300,"parentId":253,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":827,"timestamp":293772032,"id":301,"parentId":253,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":821,"timestamp":293772039,"id":302,"parentId":253,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":815,"timestamp":293772045,"id":303,"parentId":253,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":810,"timestamp":293772051,"id":304,"parentId":253,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":805,"timestamp":293772057,"id":305,"parentId":253,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":800,"timestamp":293772063,"id":306,"parentId":253,"tags":{"name":"static/chunks/fd9d1056-bbe86e4ae099d5cd.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":795,"timestamp":293772070,"id":307,"parentId":253,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":790,"timestamp":293772076,"id":308,"parentId":253,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":784,"timestamp":293772082,"id":309,"parentId":253,"tags":{"name":"static/chunks/4327.4cf8d7db58164683.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":780,"timestamp":293772087,"id":310,"parentId":253,"tags":{"name":"static/chunks/7648-325564a6e12a3257.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":775,"timestamp":293772093,"id":311,"parentId":253,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":770,"timestamp":293772099,"id":312,"parentId":253,"tags":{"name":"static/chunks/4851-45df4d388db5623f.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":765,"timestamp":293772105,"id":313,"parentId":253,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":760,"timestamp":293772110,"id":314,"parentId":253,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":754,"timestamp":293772117,"id":315,"parentId":253,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":748,"timestamp":293772124,"id":316,"parentId":253,"tags":{"name":"static/chunks/9365-733d8c05712d2888.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":743,"timestamp":293772130,"id":317,"parentId":253,"tags":{"name":"static/chunks/656.5300fb43e7a93a70.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":735,"timestamp":293772139,"id":318,"parentId":253,"tags":{"name":"static/chunks/2117-d845c2cd62e344a6.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":730,"timestamp":293772144,"id":319,"parentId":253,"tags":{"name":"static/chunks/6725-f7607851b7d57eb1.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":674,"timestamp":293772201,"id":320,"parentId":253,"tags":{"name":"static/chunks/2957-327e43ef4c12808f.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":662,"timestamp":293772214,"id":321,"parentId":253,"tags":{"name":"static/chunks/816-7e340dad784be28c.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":655,"timestamp":293772222,"id":322,"parentId":253,"tags":{"name":"static/chunks/2853-d11a80b03c9a1640.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":650,"timestamp":293772227,"id":323,"parentId":253,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":203,"timestamp":293772676,"id":325,"parentId":253,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1770013489458,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":89,"timestamp":293772791,"id":327,"parentId":253,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1770013489458,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":3632,"timestamp":293772688,"id":326,"parentId":253,"tags":{"name":"static/8o5rUyZun0GklIHWDgkmv/_buildManifest.js","cache":"MISS"},"startTime":1770013489458,"traceId":"1dfffe68849e2050"},{"name":"minify-js","duration":4117,"timestamp":293772246,"id":324,"parentId":253,"tags":{"name":"static/8o5rUyZun0GklIHWDgkmv/_ssgManifest.js","cache":"MISS"},"startTime":1770013489457,"traceId":"1dfffe68849e2050"},{"name":"terser-webpack-plugin-optimize","duration":18548,"timestamp":293757821,"id":253,"parentId":222,"tags":{"compilationName":"client","swcMinify":true},"startTime":1770013489443,"traceId":"1dfffe68849e2050"},{"name":"minify-css","duration":130,"timestamp":293776658,"id":329,"parentId":328,"tags":{"file":"static/css/402c4135c65f5f51.css","cache":"HIT"},"startTime":1770013489462,"traceId":"1dfffe68849e2050"},{"name":"minify-css","duration":86,"timestamp":293776706,"id":330,"parentId":328,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1770013489462,"traceId":"1dfffe68849e2050"},{"name":"minify-css","duration":83,"timestamp":293776710,"id":331,"parentId":328,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1770013489462,"traceId":"1dfffe68849e2050"},{"name":"css-minimizer-plugin","duration":313,"timestamp":293776484,"id":328,"parentId":222,"tags":{},"startTime":1770013489461,"traceId":"1dfffe68849e2050"},{"name":"seal","duration":630325,"timestamp":293175168,"id":237,"parentId":222,"tags":{},"startTime":1770013488860,"traceId":"1dfffe68849e2050"},{"name":"webpack-compilation","duration":3144812,"timestamp":290661021,"id":222,"parentId":219,"tags":{"name":"client"},"startTime":1770013486346,"traceId":"1dfffe68849e2050"},{"name":"emit","duration":15338,"timestamp":293806258,"id":332,"parentId":219,"tags":{},"startTime":1770013489491,"traceId":"1dfffe68849e2050"},{"name":"webpack-close","duration":1082258,"timestamp":293822327,"id":333,"parentId":219,"tags":{"name":"client"},"startTime":1770013489507,"traceId":"1dfffe68849e2050"},{"name":"webpack-generate-error-stats","duration":2916,"timestamp":294904647,"id":334,"parentId":333,"tags":{},"startTime":1770013490590,"traceId":"1dfffe68849e2050"},{"name":"run-webpack-compiler","duration":4663293,"timestamp":290244587,"id":219,"parentId":218,"tags":{},"startTime":1770013485930,"traceId":"1dfffe68849e2050"},{"name":"format-webpack-messages","duration":163,"timestamp":294907890,"id":335,"parentId":218,"tags":{},"startTime":1770013490593,"traceId":"1dfffe68849e2050"},{"name":"worker-main-client","duration":4663894,"timestamp":290244287,"id":218,"parentId":1,"tags":{},"startTime":1770013485929,"traceId":"1dfffe68849e2050"},{"name":"verify-typescript-setup","duration":10850097,"timestamp":294959844,"id":338,"parentId":1,"tags":{},"startTime":1770013490645,"traceId":"1dfffe68849e2050"}]
|
|
4
|
-
[{"name":"check-static-error-page","duration":18091,"timestamp":305860737,"id":341,"parentId":340,"tags":{},"startTime":1770013501546,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":7628,"timestamp":305986858,"id":342,"parentId":340,"tags":{"page":"/_app"},"startTime":1770013501672,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":6361,"timestamp":305988146,"id":344,"parentId":340,"tags":{"page":"/_document"},"startTime":1770013501673,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":7161,"timestamp":305987990,"id":343,"parentId":340,"tags":{"page":"/_error"},"startTime":1770013501673,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":251036,"timestamp":306010600,"id":390,"parentId":350,"tags":{},"startTime":1770013501696,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":273077,"timestamp":305988675,"id":350,"parentId":340,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":253315,"timestamp":306010938,"id":392,"parentId":353,"tags":{},"startTime":1770013501696,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":275364,"timestamp":305988940,"id":353,"parentId":340,"tags":{"page":"/api/repositories/scan"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":258134,"timestamp":306011062,"id":393,"parentId":354,"tags":{},"startTime":1770013501696,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":280239,"timestamp":305988992,"id":354,"parentId":340,"tags":{"page":"/api/repositories/sync"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":271456,"timestamp":306011151,"id":394,"parentId":355,"tags":{},"startTime":1770013501696,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":293597,"timestamp":305989061,"id":355,"parentId":340,"tags":{"page":"/api/slash-commands"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":276856,"timestamp":306011328,"id":395,"parentId":356,"tags":{},"startTime":1770013501696,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":299144,"timestamp":305989100,"id":356,"parentId":340,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":278047,"timestamp":306011404,"id":396,"parentId":357,"tags":{},"startTime":1770013501696,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":300352,"timestamp":305989147,"id":357,"parentId":340,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":280971,"timestamp":306011472,"id":397,"parentId":359,"tags":{},"startTime":1770013501696,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":303152,"timestamp":305989334,"id":359,"parentId":340,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":281994,"timestamp":306011592,"id":398,"parentId":358,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":304345,"timestamp":305989272,"id":358,"parentId":340,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":284174,"timestamp":306011695,"id":399,"parentId":360,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":306538,"timestamp":305989372,"id":360,"parentId":340,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":285817,"timestamp":306011749,"id":400,"parentId":361,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":308199,"timestamp":305989405,"id":361,"parentId":340,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":292865,"timestamp":306011785,"id":401,"parentId":362,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":315254,"timestamp":305989436,"id":362,"parentId":340,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":294042,"timestamp":306011823,"id":402,"parentId":363,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":316432,"timestamp":305989475,"id":363,"parentId":340,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":295177,"timestamp":306011857,"id":403,"parentId":364,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":317568,"timestamp":305989504,"id":364,"parentId":340,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":296439,"timestamp":306011898,"id":404,"parentId":365,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":318839,"timestamp":305989533,"id":365,"parentId":340,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":302123,"timestamp":306011932,"id":405,"parentId":366,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":324538,"timestamp":305989562,"id":366,"parentId":340,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":302299,"timestamp":306011970,"id":406,"parentId":351,"tags":{},"startTime":1770013501697,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":325478,"timestamp":305988821,"id":351,"parentId":340,"tags":{"page":"/api/repositories/clone"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":303794,"timestamp":306010764,"id":391,"parentId":352,"tags":{},"startTime":1770013501696,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":325699,"timestamp":305988890,"id":352,"parentId":340,"tags":{"page":"/api/repositories"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":305299,"timestamp":306012963,"id":407,"parentId":367,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":328702,"timestamp":305989599,"id":367,"parentId":340,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":310165,"timestamp":306010275,"id":389,"parentId":349,"tags":{},"startTime":1770013501695,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":331858,"timestamp":305988624,"id":349,"parentId":340,"tags":{"page":"/api/hooks/claude-done"},"startTime":1770013501674,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":308479,"timestamp":306013090,"id":409,"parentId":369,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":331950,"timestamp":305989657,"id":369,"parentId":340,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":312028,"timestamp":306013037,"id":408,"parentId":368,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":335475,"timestamp":305989628,"id":368,"parentId":340,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":312034,"timestamp":306013186,"id":411,"parentId":370,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":335561,"timestamp":305989685,"id":370,"parentId":340,"tags":{"page":"/api/worktrees/[id]"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":314497,"timestamp":306013272,"id":413,"parentId":372,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":338060,"timestamp":305989747,"id":372,"parentId":340,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":317396,"timestamp":306013137,"id":410,"parentId":371,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":340847,"timestamp":305989717,"id":371,"parentId":340,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":317618,"timestamp":306013314,"id":414,"parentId":374,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":341149,"timestamp":305989807,"id":374,"parentId":340,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":318988,"timestamp":306013393,"id":416,"parentId":377,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":342512,"timestamp":305989898,"id":377,"parentId":340,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":321891,"timestamp":306013437,"id":417,"parentId":376,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":345498,"timestamp":305989867,"id":376,"parentId":340,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":322008,"timestamp":306013491,"id":418,"parentId":378,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":345586,"timestamp":305989942,"id":378,"parentId":340,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":323724,"timestamp":306013533,"id":419,"parentId":379,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":347315,"timestamp":305989974,"id":379,"parentId":340,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":324069,"timestamp":306013352,"id":415,"parentId":375,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":347618,"timestamp":305989836,"id":375,"parentId":340,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":327838,"timestamp":306013223,"id":412,"parentId":373,"tags":{},"startTime":1770013501698,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":351328,"timestamp":305989777,"id":373,"parentId":340,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":331599,"timestamp":306013806,"id":422,"parentId":381,"tags":{},"startTime":1770013501699,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":355376,"timestamp":305990070,"id":381,"parentId":340,"tags":{"page":"/apple-icon.png"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":332865,"timestamp":306013708,"id":420,"parentId":382,"tags":{},"startTime":1770013501699,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":356512,"timestamp":305990101,"id":382,"parentId":340,"tags":{"page":"/icon.png"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":334353,"timestamp":306013759,"id":421,"parentId":345,"tags":{},"startTime":1770013501699,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":359940,"timestamp":305988203,"id":345,"parentId":340,"tags":{"page":"/_not-found"},"startTime":1770013501673,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":343178,"timestamp":306013847,"id":423,"parentId":383,"tags":{},"startTime":1770013501699,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":366929,"timestamp":305990133,"id":383,"parentId":340,"tags":{"page":"/"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":345364,"timestamp":306014150,"id":426,"parentId":387,"tags":{},"startTime":1770013501699,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":369229,"timestamp":305990337,"id":387,"parentId":340,"tags":{"page":"/worktrees/[id]/simple-terminal"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":353623,"timestamp":306014187,"id":427,"parentId":388,"tags":{},"startTime":1770013501699,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":377476,"timestamp":305990383,"id":388,"parentId":340,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":350951,"timestamp":306018590,"id":428,"parentId":347,"tags":{},"startTime":1770013501704,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":381085,"timestamp":305988504,"id":347,"parentId":340,"tags":{"page":"/api/external-apps/[id]"},"startTime":1770013501673,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":350447,"timestamp":306020444,"id":429,"parentId":348,"tags":{},"startTime":1770013501705,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":382366,"timestamp":305988566,"id":348,"parentId":340,"tags":{"page":"/api/external-apps"},"startTime":1770013501673,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":351175,"timestamp":306021082,"id":430,"parentId":346,"tags":{},"startTime":1770013501706,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":383893,"timestamp":305988398,"id":346,"parentId":340,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1770013501673,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":351155,"timestamp":306022186,"id":431,"parentId":380,"tags":{},"startTime":1770013501707,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":383340,"timestamp":305990028,"id":380,"parentId":340,"tags":{"page":"/api/worktrees"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":360357,"timestamp":306014077,"id":424,"parentId":385,"tags":{},"startTime":1770013501699,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":384237,"timestamp":305990239,"id":385,"parentId":340,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":351694,"timestamp":306023153,"id":432,"parentId":384,"tags":{},"startTime":1770013501708,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":384677,"timestamp":305990194,"id":384,"parentId":340,"tags":{"page":"/proxy/[...path]"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"is-page-static","duration":361033,"timestamp":306014117,"id":425,"parentId":386,"tags":{},"startTime":1770013501699,"traceId":"1dfffe68849e2050"},{"name":"check-page","duration":384885,"timestamp":305990284,"id":386,"parentId":340,"tags":{"page":"/worktrees/[id]"},"startTime":1770013501675,"traceId":"1dfffe68849e2050"},{"name":"static-check","duration":515123,"timestamp":305860071,"id":340,"parentId":1,"tags":{},"startTime":1770013501545,"traceId":"1dfffe68849e2050"},{"name":"load-dotenv","duration":28,"timestamp":306421383,"id":437,"parentId":436,"tags":{},"startTime":1770013502106,"traceId":"1dfffe68849e2050"},{"name":"run-export-path-map","duration":343,"timestamp":307393213,"id":438,"parentId":436,"tags":{},"startTime":1770013503078,"traceId":"1dfffe68849e2050"},{"name":"export-page","duration":208541,"timestamp":307394565,"id":442,"parentId":436,"tags":{"path":"/api/repositories/sync"},"startTime":1770013503079,"traceId":"1dfffe68849e2050"},{"name":"export-page","duration":208869,"timestamp":307394505,"id":441,"parentId":436,"tags":{"path":"/api/repositories/scan"},"startTime":1770013503079,"traceId":"1dfffe68849e2050"},{"name":"export-page","duration":291834,"timestamp":307394640,"id":443,"parentId":436,"tags":{"path":"/api/slash-commands"},"startTime":1770013503080,"traceId":"1dfffe68849e2050"},{"name":"export-page","duration":292330,"timestamp":307394424,"id":440,"parentId":436,"tags":{"path":"/500"},"startTime":1770013503079,"traceId":"1dfffe68849e2050"},{"name":"export-page","duration":298280,"timestamp":307394715,"id":444,"parentId":436,"tags":{"path":"/api/repositories/clone"},"startTime":1770013503080,"traceId":"1dfffe68849e2050"},{"name":"export-page","duration":298395,"timestamp":307394745,"id":445,"parentId":436,"tags":{"path":"/api/repositories"},"startTime":1770013503080,"traceId":"1dfffe68849e2050"}]
|
|
5
|
-
[{"name":"export-page","duration":
|
|
1
|
+
[{"name":"generate-buildid","duration":250,"timestamp":309071110,"id":4,"parentId":1,"tags":{},"startTime":1770188682313,"traceId":"44b61e360213564d"},{"name":"load-custom-routes","duration":1388,"timestamp":309071550,"id":5,"parentId":1,"tags":{},"startTime":1770188682314,"traceId":"44b61e360213564d"},{"name":"create-pages-mapping","duration":144,"timestamp":309167741,"id":6,"parentId":1,"tags":{},"startTime":1770188682410,"traceId":"44b61e360213564d"},{"name":"collect-app-paths","duration":2858,"timestamp":309167917,"id":7,"parentId":1,"tags":{},"startTime":1770188682410,"traceId":"44b61e360213564d"},{"name":"create-app-mapping","duration":1352,"timestamp":309170795,"id":8,"parentId":1,"tags":{},"startTime":1770188682413,"traceId":"44b61e360213564d"},{"name":"public-dir-conflict-check","duration":543,"timestamp":309172750,"id":9,"parentId":1,"tags":{},"startTime":1770188682415,"traceId":"44b61e360213564d"},{"name":"generate-routes-manifest","duration":3180,"timestamp":309173430,"id":10,"parentId":1,"tags":{},"startTime":1770188682416,"traceId":"44b61e360213564d"},{"name":"create-dist-dir","duration":965,"timestamp":309178125,"id":11,"parentId":1,"tags":{},"startTime":1770188682420,"traceId":"44b61e360213564d"},{"name":"write-routes-manifest","duration":431,"timestamp":309191903,"id":12,"parentId":1,"tags":{},"startTime":1770188682434,"traceId":"44b61e360213564d"},{"name":"generate-required-server-files","duration":291,"timestamp":309192398,"id":13,"parentId":1,"tags":{},"startTime":1770188682435,"traceId":"44b61e360213564d"},{"name":"create-entrypoints","duration":47821,"timestamp":309589950,"id":17,"parentId":15,"tags":{},"startTime":1770188682832,"traceId":"44b61e360213564d"},{"name":"generate-webpack-config","duration":290560,"timestamp":309637932,"id":18,"parentId":16,"tags":{},"startTime":1770188682880,"traceId":"44b61e360213564d"},{"name":"next-trace-entrypoint-plugin","duration":2235,"timestamp":310000541,"id":20,"parentId":19,"tags":{},"startTime":1770188683243,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":728124,"timestamp":310009374,"id":23,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":749148,"timestamp":310009406,"id":24,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":759860,"timestamp":310009425,"id":25,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":777281,"timestamp":310009908,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":777298,"timestamp":310009913,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1002051,"timestamp":310009886,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1019725,"timestamp":310008832,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683251,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018678,"timestamp":310009915,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018683,"timestamp":310009920,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018693,"timestamp":310009922,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018692,"timestamp":310009927,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1018693,"timestamp":310009930,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1025350,"timestamp":310009889,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1036997,"timestamp":310009906,"id":56,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1083724,"timestamp":310009897,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1083751,"timestamp":310009891,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1099118,"timestamp":310009902,"id":55,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1099256,"timestamp":310009936,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1099908,"timestamp":310009943,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1101628,"timestamp":310009940,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1102068,"timestamp":310009667,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1114556,"timestamp":310009874,"id":48,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116445,"timestamp":310009507,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116261,"timestamp":310009708,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116294,"timestamp":310009684,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116490,"timestamp":310009495,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116124,"timestamp":310009864,"id":46,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116109,"timestamp":310009882,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116525,"timestamp":310009470,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116365,"timestamp":310009634,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116377,"timestamp":310009648,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116352,"timestamp":310009677,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116340,"timestamp":310009692,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116256,"timestamp":310009783,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116190,"timestamp":310009852,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116248,"timestamp":310009798,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116400,"timestamp":310009722,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116179,"timestamp":310009948,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1116553,"timestamp":310009578,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1119549,"timestamp":310009951,"id":68,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1120058,"timestamp":310009484,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1119848,"timestamp":310009699,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1119680,"timestamp":310009871,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1124990,"timestamp":310009453,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1124737,"timestamp":310009715,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1139312,"timestamp":310009612,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1139055,"timestamp":310009879,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770188683252,"traceId":"44b61e360213564d"},{"name":"make","duration":2229607,"timestamp":310008460,"id":21,"parentId":19,"tags":{},"startTime":1770188683251,"traceId":"44b61e360213564d"},{"name":"get-entries","duration":1856,"timestamp":312239807,"id":98,"parentId":97,"tags":{},"startTime":1770188685482,"traceId":"44b61e360213564d"},{"name":"node-file-trace-plugin","duration":356100,"timestamp":312245554,"id":99,"parentId":97,"tags":{"traceEntryCount":"90"},"startTime":1770188685488,"traceId":"44b61e360213564d"},{"name":"collect-traced-files","duration":3401,"timestamp":312601666,"id":100,"parentId":97,"tags":{},"startTime":1770188685844,"traceId":"44b61e360213564d"},{"name":"finish-modules","duration":365460,"timestamp":312239612,"id":97,"parentId":20,"tags":{},"startTime":1770188685482,"traceId":"44b61e360213564d"},{"name":"chunk-graph","duration":37335,"timestamp":312818590,"id":102,"parentId":101,"tags":{},"startTime":1770188686061,"traceId":"44b61e360213564d"},{"name":"optimize-modules","duration":66,"timestamp":312856157,"id":104,"parentId":101,"tags":{},"startTime":1770188686098,"traceId":"44b61e360213564d"},{"name":"optimize-chunks","duration":46960,"timestamp":312856364,"id":105,"parentId":101,"tags":{},"startTime":1770188686099,"traceId":"44b61e360213564d"},{"name":"optimize-tree","duration":154,"timestamp":312903421,"id":106,"parentId":101,"tags":{},"startTime":1770188686146,"traceId":"44b61e360213564d"},{"name":"optimize-chunk-modules","duration":49436,"timestamp":312903677,"id":107,"parentId":101,"tags":{},"startTime":1770188686146,"traceId":"44b61e360213564d"},{"name":"optimize","duration":97205,"timestamp":312856059,"id":103,"parentId":101,"tags":{},"startTime":1770188686098,"traceId":"44b61e360213564d"},{"name":"module-hash","duration":49046,"timestamp":312995480,"id":108,"parentId":101,"tags":{},"startTime":1770188686238,"traceId":"44b61e360213564d"},{"name":"code-generation","duration":8604,"timestamp":313044610,"id":109,"parentId":101,"tags":{},"startTime":1770188686287,"traceId":"44b61e360213564d"},{"name":"hash","duration":12148,"timestamp":313060598,"id":110,"parentId":101,"tags":{},"startTime":1770188686303,"traceId":"44b61e360213564d"},{"name":"code-generation-jobs","duration":462,"timestamp":313072743,"id":111,"parentId":101,"tags":{},"startTime":1770188686315,"traceId":"44b61e360213564d"},{"name":"module-assets","duration":1405,"timestamp":313073118,"id":112,"parentId":101,"tags":{},"startTime":1770188686315,"traceId":"44b61e360213564d"},{"name":"create-chunk-assets","duration":2264,"timestamp":313074543,"id":113,"parentId":101,"tags":{},"startTime":1770188686317,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1019,"timestamp":313093250,"id":115,"parentId":114,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1770188686335,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":781,"timestamp":313093497,"id":116,"parentId":114,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":763,"timestamp":313093517,"id":117,"parentId":114,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":748,"timestamp":313093535,"id":118,"parentId":114,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":738,"timestamp":313093546,"id":119,"parentId":114,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":730,"timestamp":313093557,"id":120,"parentId":114,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":723,"timestamp":313093566,"id":121,"parentId":114,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":711,"timestamp":313093579,"id":122,"parentId":114,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":685,"timestamp":313093607,"id":123,"parentId":114,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":677,"timestamp":313093617,"id":124,"parentId":114,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":664,"timestamp":313093632,"id":125,"parentId":114,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":654,"timestamp":313093644,"id":126,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":646,"timestamp":313093653,"id":127,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":639,"timestamp":313093662,"id":128,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":534,"timestamp":313093770,"id":129,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":518,"timestamp":313093788,"id":130,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":501,"timestamp":313093807,"id":131,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":493,"timestamp":313093817,"id":132,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":488,"timestamp":313093824,"id":133,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":483,"timestamp":313093830,"id":134,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":478,"timestamp":313093837,"id":135,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":472,"timestamp":313093845,"id":136,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":467,"timestamp":313093852,"id":137,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":462,"timestamp":313093859,"id":138,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"}]
|
|
2
|
+
[{"name":"minify-js","duration":458,"timestamp":313093865,"id":139,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":453,"timestamp":313093872,"id":140,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":448,"timestamp":313093879,"id":141,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":443,"timestamp":313093885,"id":142,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":438,"timestamp":313093892,"id":143,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":433,"timestamp":313093898,"id":144,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":428,"timestamp":313093905,"id":145,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":423,"timestamp":313093912,"id":146,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":418,"timestamp":313093918,"id":147,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":413,"timestamp":313093925,"id":148,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":409,"timestamp":313093931,"id":149,"parentId":114,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":404,"timestamp":313093938,"id":150,"parentId":114,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":400,"timestamp":313093944,"id":151,"parentId":114,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":395,"timestamp":313093950,"id":152,"parentId":114,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":390,"timestamp":313093957,"id":153,"parentId":114,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":408,"timestamp":313093970,"id":154,"parentId":114,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":404,"timestamp":313093977,"id":155,"parentId":114,"tags":{"name":"../app/worktrees/[id]/simple-terminal/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":399,"timestamp":313093983,"id":156,"parentId":114,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":395,"timestamp":313093989,"id":157,"parentId":114,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":389,"timestamp":313093995,"id":158,"parentId":114,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":362,"timestamp":313094023,"id":159,"parentId":114,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":355,"timestamp":313094032,"id":160,"parentId":114,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":350,"timestamp":313094038,"id":161,"parentId":114,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":345,"timestamp":313094044,"id":162,"parentId":114,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":341,"timestamp":313094050,"id":163,"parentId":114,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":335,"timestamp":313094056,"id":164,"parentId":114,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":330,"timestamp":313094063,"id":165,"parentId":114,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":317,"timestamp":313094078,"id":166,"parentId":114,"tags":{"name":"4471.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":311,"timestamp":313094085,"id":167,"parentId":114,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":305,"timestamp":313094091,"id":168,"parentId":114,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":300,"timestamp":313094097,"id":169,"parentId":114,"tags":{"name":"434.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":295,"timestamp":313094103,"id":170,"parentId":114,"tags":{"name":"8887.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":290,"timestamp":313094109,"id":171,"parentId":114,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":285,"timestamp":313094115,"id":172,"parentId":114,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":280,"timestamp":313094121,"id":173,"parentId":114,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":275,"timestamp":313094126,"id":174,"parentId":114,"tags":{"name":"3053.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":270,"timestamp":313094132,"id":175,"parentId":114,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":266,"timestamp":313094138,"id":176,"parentId":114,"tags":{"name":"2648.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":261,"timestamp":313094144,"id":177,"parentId":114,"tags":{"name":"2597.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":255,"timestamp":313094151,"id":178,"parentId":114,"tags":{"name":"6550.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":250,"timestamp":313094157,"id":179,"parentId":114,"tags":{"name":"9723.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":245,"timestamp":313094163,"id":180,"parentId":114,"tags":{"name":"9703.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":165,"timestamp":313094243,"id":181,"parentId":114,"tags":{"name":"1318.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":149,"timestamp":313094260,"id":182,"parentId":114,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1770188686336,"traceId":"44b61e360213564d"},{"name":"terser-webpack-plugin-optimize","duration":12040,"timestamp":313082398,"id":114,"parentId":19,"tags":{"compilationName":"server","swcMinify":true},"startTime":1770188686325,"traceId":"44b61e360213564d"},{"name":"css-minimizer-plugin","duration":131,"timestamp":313094559,"id":183,"parentId":19,"tags":{},"startTime":1770188686337,"traceId":"44b61e360213564d"},{"name":"create-trace-assets","duration":2362,"timestamp":313094871,"id":184,"parentId":20,"tags":{},"startTime":1770188686337,"traceId":"44b61e360213564d"},{"name":"seal","duration":395147,"timestamp":312719436,"id":101,"parentId":19,"tags":{},"startTime":1770188685962,"traceId":"44b61e360213564d"},{"name":"webpack-compilation","duration":3126190,"timestamp":309998687,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1770188683241,"traceId":"44b61e360213564d"},{"name":"emit","duration":25595,"timestamp":313125527,"id":185,"parentId":16,"tags":{},"startTime":1770188686368,"traceId":"44b61e360213564d"},{"name":"webpack-close","duration":806,"timestamp":313151761,"id":186,"parentId":16,"tags":{"name":"server"},"startTime":1770188686394,"traceId":"44b61e360213564d"},{"name":"webpack-generate-error-stats","duration":2573,"timestamp":313152611,"id":187,"parentId":186,"tags":{},"startTime":1770188686395,"traceId":"44b61e360213564d"},{"name":"run-webpack-compiler","duration":3565517,"timestamp":309589946,"id":16,"parentId":15,"tags":{},"startTime":1770188682832,"traceId":"44b61e360213564d"},{"name":"format-webpack-messages","duration":103,"timestamp":313155471,"id":188,"parentId":15,"tags":{},"startTime":1770188686398,"traceId":"44b61e360213564d"},{"name":"worker-main-server","duration":3566037,"timestamp":309589630,"id":15,"parentId":1,"tags":{},"startTime":1770188682832,"traceId":"44b61e360213564d"},{"name":"create-entrypoints","duration":49074,"timestamp":313584716,"id":191,"parentId":189,"tags":{},"startTime":1770188686827,"traceId":"44b61e360213564d"},{"name":"generate-webpack-config","duration":292739,"timestamp":313633949,"id":192,"parentId":190,"tags":{},"startTime":1770188686876,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":117710,"timestamp":314007089,"id":195,"parentId":194,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpP1xcL2FwaSg%2FOlxcLygoPzpbXlxcLyNcXD9dKz8pKD86XFwvKD86W15cXC8jXFw%2FXSs%2FKSkqKSk%2FKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiL2FwaS86cGF0aCoifV0%3D&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpP1xcL2FwaSg%2FOlxcLygoPzpbXlxcLyNcXD9dKz8pKD86XFwvKD86W15cXC8jXFw%2FXSs%2FKSkqKSk%2FKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiL2FwaS86cGF0aCoifV19!"},"startTime":1770188687249,"traceId":"44b61e360213564d"},{"name":"make","duration":119083,"timestamp":314006786,"id":194,"parentId":193,"tags":{},"startTime":1770188687249,"traceId":"44b61e360213564d"},{"name":"chunk-graph","duration":3307,"timestamp":314143881,"id":197,"parentId":196,"tags":{},"startTime":1770188687386,"traceId":"44b61e360213564d"},{"name":"optimize-modules","duration":37,"timestamp":314147390,"id":199,"parentId":196,"tags":{},"startTime":1770188687390,"traceId":"44b61e360213564d"},{"name":"optimize-chunks","duration":2393,"timestamp":314147536,"id":200,"parentId":196,"tags":{},"startTime":1770188687390,"traceId":"44b61e360213564d"},{"name":"optimize-tree","duration":131,"timestamp":314150030,"id":201,"parentId":196,"tags":{},"startTime":1770188687392,"traceId":"44b61e360213564d"},{"name":"optimize-chunk-modules","duration":6123,"timestamp":314150258,"id":202,"parentId":196,"tags":{},"startTime":1770188687392,"traceId":"44b61e360213564d"},{"name":"optimize","duration":9230,"timestamp":314147272,"id":198,"parentId":196,"tags":{},"startTime":1770188687389,"traceId":"44b61e360213564d"},{"name":"module-hash","duration":7611,"timestamp":314161480,"id":203,"parentId":196,"tags":{},"startTime":1770188687404,"traceId":"44b61e360213564d"},{"name":"code-generation","duration":1083,"timestamp":314169149,"id":204,"parentId":196,"tags":{},"startTime":1770188687411,"traceId":"44b61e360213564d"},{"name":"hash","duration":4614,"timestamp":314172947,"id":205,"parentId":196,"tags":{},"startTime":1770188687415,"traceId":"44b61e360213564d"},{"name":"code-generation-jobs","duration":327,"timestamp":314177560,"id":206,"parentId":196,"tags":{},"startTime":1770188687420,"traceId":"44b61e360213564d"},{"name":"module-assets","duration":117,"timestamp":314177846,"id":207,"parentId":196,"tags":{},"startTime":1770188687420,"traceId":"44b61e360213564d"},{"name":"create-chunk-assets","duration":970,"timestamp":314177976,"id":208,"parentId":196,"tags":{},"startTime":1770188687420,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":217,"timestamp":314233945,"id":210,"parentId":209,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1770188687476,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":45,"timestamp":314234126,"id":211,"parentId":209,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1770188687476,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":28,"timestamp":314234145,"id":212,"parentId":209,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1770188687476,"traceId":"44b61e360213564d"},{"name":"terser-webpack-plugin-optimize","duration":2035,"timestamp":314232143,"id":209,"parentId":193,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1770188687474,"traceId":"44b61e360213564d"},{"name":"css-minimizer-plugin","duration":109,"timestamp":314234268,"id":213,"parentId":193,"tags":{},"startTime":1770188687476,"traceId":"44b61e360213564d"},{"name":"seal","duration":98989,"timestamp":314139278,"id":196,"parentId":193,"tags":{},"startTime":1770188687381,"traceId":"44b61e360213564d"},{"name":"webpack-compilation","duration":240600,"timestamp":313998232,"id":193,"parentId":190,"tags":{"name":"edge-server"},"startTime":1770188687240,"traceId":"44b61e360213564d"},{"name":"emit","duration":3562,"timestamp":314239300,"id":214,"parentId":190,"tags":{},"startTime":1770188687482,"traceId":"44b61e360213564d"},{"name":"webpack-close","duration":698,"timestamp":314243476,"id":215,"parentId":190,"tags":{"name":"edge-server"},"startTime":1770188687486,"traceId":"44b61e360213564d"},{"name":"webpack-generate-error-stats","duration":2394,"timestamp":314244224,"id":216,"parentId":215,"tags":{},"startTime":1770188687486,"traceId":"44b61e360213564d"},{"name":"run-webpack-compiler","duration":662167,"timestamp":313584709,"id":190,"parentId":189,"tags":{},"startTime":1770188686827,"traceId":"44b61e360213564d"},{"name":"format-webpack-messages","duration":86,"timestamp":314246884,"id":217,"parentId":189,"tags":{},"startTime":1770188687489,"traceId":"44b61e360213564d"},{"name":"worker-main-edge-server","duration":662683,"timestamp":313584416,"id":189,"parentId":1,"tags":{},"startTime":1770188686827,"traceId":"44b61e360213564d"},{"name":"create-entrypoints","duration":46119,"timestamp":314661060,"id":220,"parentId":218,"tags":{},"startTime":1770188687903,"traceId":"44b61e360213564d"},{"name":"generate-webpack-config","duration":291352,"timestamp":314707341,"id":221,"parentId":219,"tags":{},"startTime":1770188687950,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":872700,"timestamp":315078037,"id":227,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":880423,"timestamp":315078137,"id":229,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":880526,"timestamp":315078058,"id":228,"parentId":223,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":946715,"timestamp":315077996,"id":226,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":946782,"timestamp":315077956,"id":225,"parentId":223,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":964449,"timestamp":315078155,"id":230,"parentId":223,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":965199,"timestamp":315077430,"id":224,"parentId":223,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":989616,"timestamp":315078322,"id":236,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770188688321,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":989730,"timestamp":315078251,"id":235,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":989857,"timestamp":315078168,"id":231,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1259257,"timestamp":315078180,"id":232,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":1495389,"timestamp":315078201,"id":233,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"add-entry","duration":2300441,"timestamp":315078232,"id":234,"parentId":223,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770188688320,"traceId":"44b61e360213564d"},{"name":"make","duration":2302164,"timestamp":315076967,"id":223,"parentId":222,"tags":{},"startTime":1770188688319,"traceId":"44b61e360213564d"},{"name":"chunk-graph","duration":59439,"timestamp":317675936,"id":238,"parentId":237,"tags":{},"startTime":1770188690918,"traceId":"44b61e360213564d"}]
|
|
3
|
+
[{"name":"optimize-modules","duration":32,"timestamp":317735510,"id":240,"parentId":237,"tags":{},"startTime":1770188690978,"traceId":"44b61e360213564d"},{"name":"optimize-chunks","duration":68534,"timestamp":317738594,"id":242,"parentId":237,"tags":{},"startTime":1770188690981,"traceId":"44b61e360213564d"},{"name":"optimize-tree","duration":139,"timestamp":317807223,"id":243,"parentId":237,"tags":{},"startTime":1770188691049,"traceId":"44b61e360213564d"},{"name":"optimize-chunk-modules","duration":107526,"timestamp":317807468,"id":244,"parentId":237,"tags":{},"startTime":1770188691050,"traceId":"44b61e360213564d"},{"name":"optimize","duration":179672,"timestamp":317735452,"id":239,"parentId":237,"tags":{},"startTime":1770188690978,"traceId":"44b61e360213564d"},{"name":"module-hash","duration":61884,"timestamp":317973022,"id":245,"parentId":237,"tags":{},"startTime":1770188691215,"traceId":"44b61e360213564d"},{"name":"code-generation","duration":24158,"timestamp":318035022,"id":246,"parentId":237,"tags":{},"startTime":1770188691277,"traceId":"44b61e360213564d"},{"name":"hash","duration":13029,"timestamp":318068719,"id":247,"parentId":237,"tags":{},"startTime":1770188691311,"traceId":"44b61e360213564d"},{"name":"code-generation-jobs","duration":385,"timestamp":318081691,"id":248,"parentId":237,"tags":{},"startTime":1770188691324,"traceId":"44b61e360213564d"},{"name":"module-assets","duration":1640,"timestamp":318081970,"id":249,"parentId":237,"tags":{},"startTime":1770188691324,"traceId":"44b61e360213564d"},{"name":"create-chunk-assets","duration":4058,"timestamp":318083628,"id":250,"parentId":237,"tags":{},"startTime":1770188691326,"traceId":"44b61e360213564d"},{"name":"NextJsBuildManifest-generateClientManifest","duration":987,"timestamp":318091373,"id":252,"parentId":222,"tags":{},"startTime":1770188691334,"traceId":"44b61e360213564d"},{"name":"NextJsBuildManifest-createassets","duration":1907,"timestamp":318090463,"id":251,"parentId":222,"tags":{},"startTime":1770188691333,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1366,"timestamp":318113291,"id":254,"parentId":253,"tags":{"name":"static/chunks/main-a960f4a5e1a2f598.js","cache":"HIT"},"startTime":1770188691355,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1205,"timestamp":318113459,"id":255,"parentId":253,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1192,"timestamp":318113475,"id":256,"parentId":253,"tags":{"name":"static/chunks/app/_not-found/page-a9d04e58c81115ec.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1172,"timestamp":318113496,"id":257,"parentId":253,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1165,"timestamp":318113504,"id":258,"parentId":253,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1159,"timestamp":318113511,"id":259,"parentId":253,"tags":{"name":"static/chunks/app/layout-37e55f11dcc8b1bf.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1153,"timestamp":318113519,"id":260,"parentId":253,"tags":{"name":"static/chunks/app/page-fe35d61f14b90a51.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1140,"timestamp":318113533,"id":261,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1134,"timestamp":318113540,"id":262,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/page-58fcf2e63c056743.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1129,"timestamp":318113547,"id":263,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1120,"timestamp":318113557,"id":264,"parentId":253,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-be802baffc84dbd2.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1113,"timestamp":318113566,"id":265,"parentId":253,"tags":{"name":"static/chunks/webpack-3fc79fab9bb738d7.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1105,"timestamp":318113575,"id":266,"parentId":253,"tags":{"name":"static/chunks/13.c43ea97cedcfa009.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1094,"timestamp":318113587,"id":267,"parentId":253,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1088,"timestamp":318113594,"id":268,"parentId":253,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1033,"timestamp":318113650,"id":269,"parentId":253,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1015,"timestamp":318113669,"id":270,"parentId":253,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1003,"timestamp":318113683,"id":271,"parentId":253,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":996,"timestamp":318113691,"id":272,"parentId":253,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":988,"timestamp":318113701,"id":273,"parentId":253,"tags":{"name":"static/chunks/2626.834991ca5479e32a.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":982,"timestamp":318113707,"id":274,"parentId":253,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":977,"timestamp":318113714,"id":275,"parentId":253,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":969,"timestamp":318113724,"id":276,"parentId":253,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":963,"timestamp":318113730,"id":277,"parentId":253,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":959,"timestamp":318113736,"id":278,"parentId":253,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":953,"timestamp":318113742,"id":279,"parentId":253,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":949,"timestamp":318113748,"id":280,"parentId":253,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":940,"timestamp":318113758,"id":281,"parentId":253,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":936,"timestamp":318113764,"id":282,"parentId":253,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":930,"timestamp":318113770,"id":283,"parentId":253,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":926,"timestamp":318113776,"id":284,"parentId":253,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":916,"timestamp":318113787,"id":285,"parentId":253,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":911,"timestamp":318113793,"id":286,"parentId":253,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":906,"timestamp":318113799,"id":287,"parentId":253,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":901,"timestamp":318113805,"id":288,"parentId":253,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":896,"timestamp":318113811,"id":289,"parentId":253,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":891,"timestamp":318113818,"id":290,"parentId":253,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":886,"timestamp":318113824,"id":291,"parentId":253,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":881,"timestamp":318113830,"id":292,"parentId":253,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":874,"timestamp":318113838,"id":293,"parentId":253,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":869,"timestamp":318113844,"id":294,"parentId":253,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":864,"timestamp":318113850,"id":295,"parentId":253,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":859,"timestamp":318113856,"id":296,"parentId":253,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":854,"timestamp":318113862,"id":297,"parentId":253,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":849,"timestamp":318113868,"id":298,"parentId":253,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":845,"timestamp":318113874,"id":299,"parentId":253,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":840,"timestamp":318113879,"id":300,"parentId":253,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":835,"timestamp":318113885,"id":301,"parentId":253,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":831,"timestamp":318113891,"id":302,"parentId":253,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":826,"timestamp":318113897,"id":303,"parentId":253,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":821,"timestamp":318113903,"id":304,"parentId":253,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":815,"timestamp":318113910,"id":305,"parentId":253,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":810,"timestamp":318113915,"id":306,"parentId":253,"tags":{"name":"static/chunks/fd9d1056-bbe86e4ae099d5cd.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":806,"timestamp":318113921,"id":307,"parentId":253,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":801,"timestamp":318113927,"id":308,"parentId":253,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":796,"timestamp":318113933,"id":309,"parentId":253,"tags":{"name":"static/chunks/4327.4cf8d7db58164683.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":792,"timestamp":318113939,"id":310,"parentId":253,"tags":{"name":"static/chunks/7648-325564a6e12a3257.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":787,"timestamp":318113945,"id":311,"parentId":253,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":782,"timestamp":318113951,"id":312,"parentId":253,"tags":{"name":"static/chunks/4851-45df4d388db5623f.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":777,"timestamp":318113956,"id":313,"parentId":253,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":772,"timestamp":318113962,"id":314,"parentId":253,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":767,"timestamp":318113969,"id":315,"parentId":253,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":761,"timestamp":318113976,"id":316,"parentId":253,"tags":{"name":"static/chunks/9365-733d8c05712d2888.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":756,"timestamp":318113982,"id":317,"parentId":253,"tags":{"name":"static/chunks/656.5300fb43e7a93a70.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":749,"timestamp":318113990,"id":318,"parentId":253,"tags":{"name":"static/chunks/2117-d845c2cd62e344a6.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":744,"timestamp":318113995,"id":319,"parentId":253,"tags":{"name":"static/chunks/6725-f7607851b7d57eb1.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":665,"timestamp":318114075,"id":320,"parentId":253,"tags":{"name":"static/chunks/2957-327e43ef4c12808f.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":651,"timestamp":318114090,"id":321,"parentId":253,"tags":{"name":"static/chunks/816-7e340dad784be28c.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":645,"timestamp":318114098,"id":322,"parentId":253,"tags":{"name":"static/chunks/2853-d11a80b03c9a1640.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":640,"timestamp":318114104,"id":323,"parentId":253,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":220,"timestamp":318114525,"id":325,"parentId":253,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1770188691357,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":101,"timestamp":318114645,"id":327,"parentId":253,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1770188691357,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1704,"timestamp":318114122,"id":324,"parentId":253,"tags":{"name":"static/564GHwluX5xIv9qpqLJV2/_ssgManifest.js","cache":"MISS"},"startTime":1770188691356,"traceId":"44b61e360213564d"},{"name":"minify-js","duration":1324,"timestamp":318114537,"id":326,"parentId":253,"tags":{"name":"static/564GHwluX5xIv9qpqLJV2/_buildManifest.js","cache":"MISS"},"startTime":1770188691357,"traceId":"44b61e360213564d"},{"name":"terser-webpack-plugin-optimize","duration":21511,"timestamp":318094355,"id":253,"parentId":222,"tags":{"compilationName":"client","swcMinify":true},"startTime":1770188691337,"traceId":"44b61e360213564d"},{"name":"minify-css","duration":104,"timestamp":318116165,"id":329,"parentId":328,"tags":{"file":"static/css/402c4135c65f5f51.css","cache":"HIT"},"startTime":1770188691358,"traceId":"44b61e360213564d"},{"name":"minify-css","duration":67,"timestamp":318116205,"id":330,"parentId":328,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1770188691358,"traceId":"44b61e360213564d"},{"name":"minify-css","duration":63,"timestamp":318116210,"id":331,"parentId":328,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1770188691358,"traceId":"44b61e360213564d"},{"name":"css-minimizer-plugin","duration":303,"timestamp":318115973,"id":328,"parentId":222,"tags":{},"startTime":1770188691358,"traceId":"44b61e360213564d"},{"name":"seal","duration":616549,"timestamp":317526918,"id":237,"parentId":222,"tags":{},"startTime":1770188690769,"traceId":"44b61e360213564d"},{"name":"webpack-compilation","duration":3073813,"timestamp":315069969,"id":222,"parentId":219,"tags":{"name":"client"},"startTime":1770188688312,"traceId":"44b61e360213564d"},{"name":"emit","duration":15417,"timestamp":318144169,"id":332,"parentId":219,"tags":{},"startTime":1770188691386,"traceId":"44b61e360213564d"},{"name":"webpack-close","duration":1088015,"timestamp":318160221,"id":333,"parentId":219,"tags":{"name":"client"},"startTime":1770188691402,"traceId":"44b61e360213564d"},{"name":"webpack-generate-error-stats","duration":2496,"timestamp":319248298,"id":334,"parentId":333,"tags":{},"startTime":1770188692491,"traceId":"44b61e360213564d"},{"name":"run-webpack-compiler","duration":4589924,"timestamp":314661056,"id":219,"parentId":218,"tags":{},"startTime":1770188687903,"traceId":"44b61e360213564d"},{"name":"format-webpack-messages","duration":114,"timestamp":319250986,"id":335,"parentId":218,"tags":{},"startTime":1770188692493,"traceId":"44b61e360213564d"},{"name":"worker-main-client","duration":4590467,"timestamp":314660725,"id":218,"parentId":1,"tags":{},"startTime":1770188687903,"traceId":"44b61e360213564d"},{"name":"verify-typescript-setup","duration":10645976,"timestamp":319298873,"id":338,"parentId":1,"tags":{},"startTime":1770188692541,"traceId":"44b61e360213564d"}]
|
|
4
|
+
[{"name":"check-static-error-page","duration":7674,"timestamp":329988789,"id":341,"parentId":340,"tags":{},"startTime":1770188703231,"traceId":"44b61e360213564d"},{"name":"check-page","duration":6230,"timestamp":330101957,"id":342,"parentId":340,"tags":{"page":"/_app"},"startTime":1770188703344,"traceId":"44b61e360213564d"},{"name":"check-page","duration":5063,"timestamp":330103142,"id":344,"parentId":340,"tags":{"page":"/_document"},"startTime":1770188703345,"traceId":"44b61e360213564d"},{"name":"check-page","duration":5565,"timestamp":330102980,"id":343,"parentId":340,"tags":{"page":"/_error"},"startTime":1770188703345,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":256356,"timestamp":330133235,"id":389,"parentId":349,"tags":{},"startTime":1770188703375,"traceId":"44b61e360213564d"},{"name":"check-page","duration":286144,"timestamp":330103523,"id":349,"parentId":340,"tags":{"page":"/api/hooks/claude-done"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":260913,"timestamp":330133935,"id":392,"parentId":352,"tags":{},"startTime":1770188703376,"traceId":"44b61e360213564d"},{"name":"check-page","duration":291261,"timestamp":330103623,"id":352,"parentId":340,"tags":{"page":"/api/repositories"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":263027,"timestamp":330135266,"id":393,"parentId":353,"tags":{},"startTime":1770188703377,"traceId":"44b61e360213564d"},{"name":"check-page","duration":294681,"timestamp":330103648,"id":353,"parentId":340,"tags":{"page":"/api/repositories/scan"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":264769,"timestamp":330135355,"id":394,"parentId":354,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":296488,"timestamp":330103672,"id":354,"parentId":340,"tags":{"page":"/api/repositories/sync"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":274893,"timestamp":330133579,"id":390,"parentId":350,"tags":{},"startTime":1770188703376,"traceId":"44b61e360213564d"},{"name":"check-page","duration":305005,"timestamp":330103550,"id":350,"parentId":340,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":276795,"timestamp":330135615,"id":396,"parentId":356,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":308675,"timestamp":330103781,"id":356,"parentId":340,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":279469,"timestamp":330135691,"id":397,"parentId":357,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":311379,"timestamp":330103816,"id":357,"parentId":340,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":281217,"timestamp":330135823,"id":398,"parentId":358,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":313184,"timestamp":330103890,"id":358,"parentId":340,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":284210,"timestamp":330135927,"id":399,"parentId":359,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":316237,"timestamp":330103937,"id":359,"parentId":340,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":284756,"timestamp":330135521,"id":395,"parentId":355,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":316602,"timestamp":330103697,"id":355,"parentId":340,"tags":{"page":"/api/slash-commands"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":287700,"timestamp":330136030,"id":400,"parentId":360,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":319795,"timestamp":330103967,"id":360,"parentId":340,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":290199,"timestamp":330136078,"id":401,"parentId":361,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":322324,"timestamp":330103988,"id":361,"parentId":340,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":292913,"timestamp":330136172,"id":403,"parentId":363,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":325059,"timestamp":330104065,"id":363,"parentId":340,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":293618,"timestamp":330136205,"id":404,"parentId":364,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":325779,"timestamp":330104084,"id":364,"parentId":340,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":295486,"timestamp":330136240,"id":405,"parentId":365,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":327665,"timestamp":330104104,"id":365,"parentId":340,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":297098,"timestamp":330136276,"id":406,"parentId":366,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":329281,"timestamp":330104123,"id":366,"parentId":340,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":298491,"timestamp":330136131,"id":402,"parentId":362,"tags":{},"startTime":1770188703378,"traceId":"44b61e360213564d"},{"name":"check-page","duration":330615,"timestamp":330104039,"id":362,"parentId":340,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":298605,"timestamp":330136321,"id":407,"parentId":367,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":330812,"timestamp":330104142,"id":367,"parentId":340,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":299509,"timestamp":330136361,"id":408,"parentId":368,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":331742,"timestamp":330104160,"id":368,"parentId":340,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":300271,"timestamp":330136413,"id":409,"parentId":369,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":332532,"timestamp":330104180,"id":369,"parentId":340,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":300915,"timestamp":330136476,"id":410,"parentId":370,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":333221,"timestamp":330104197,"id":370,"parentId":340,"tags":{"page":"/api/worktrees/[id]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":302279,"timestamp":330136593,"id":412,"parentId":372,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":334671,"timestamp":330104231,"id":372,"parentId":340,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":302499,"timestamp":330136535,"id":411,"parentId":371,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":334847,"timestamp":330104214,"id":371,"parentId":340,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":303960,"timestamp":330136690,"id":414,"parentId":374,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":336414,"timestamp":330104265,"id":374,"parentId":340,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":305376,"timestamp":330136729,"id":415,"parentId":375,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":337849,"timestamp":330104284,"id":375,"parentId":340,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":306983,"timestamp":330136768,"id":416,"parentId":376,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":339479,"timestamp":330104301,"id":376,"parentId":340,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":308536,"timestamp":330136813,"id":417,"parentId":377,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":341061,"timestamp":330104318,"id":377,"parentId":340,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":311199,"timestamp":330136864,"id":418,"parentId":378,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":343757,"timestamp":330104337,"id":378,"parentId":340,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":312537,"timestamp":330136906,"id":419,"parentId":379,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":345116,"timestamp":330104355,"id":379,"parentId":340,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":317243,"timestamp":330133756,"id":391,"parentId":351,"tags":{},"startTime":1770188703376,"traceId":"44b61e360213564d"},{"name":"check-page","duration":347476,"timestamp":330103590,"id":351,"parentId":340,"tags":{"page":"/api/repositories/clone"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":314530,"timestamp":330136646,"id":413,"parentId":373,"tags":{},"startTime":1770188703379,"traceId":"44b61e360213564d"},{"name":"check-page","duration":346956,"timestamp":330104248,"id":373,"parentId":340,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":321077,"timestamp":330139595,"id":422,"parentId":345,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":357470,"timestamp":330103233,"id":345,"parentId":340,"tags":{"page":"/_not-found"},"startTime":1770188703345,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":324485,"timestamp":330138499,"id":420,"parentId":381,"tags":{},"startTime":1770188703381,"traceId":"44b61e360213564d"},{"name":"check-page","duration":358662,"timestamp":330104389,"id":381,"parentId":340,"tags":{"page":"/apple-icon.png"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":325363,"timestamp":330138551,"id":421,"parentId":382,"tags":{},"startTime":1770188703381,"traceId":"44b61e360213564d"},{"name":"check-page","duration":359544,"timestamp":330104405,"id":382,"parentId":340,"tags":{"page":"/icon.png"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":327694,"timestamp":330139646,"id":423,"parentId":383,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":362935,"timestamp":330104427,"id":383,"parentId":340,"tags":{"page":"/"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":337602,"timestamp":330139771,"id":426,"parentId":388,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":372849,"timestamp":330104569,"id":388,"parentId":340,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":340029,"timestamp":330139803,"id":427,"parentId":387,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":375324,"timestamp":330104545,"id":387,"parentId":340,"tags":{"page":"/worktrees/[id]/simple-terminal"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":339815,"timestamp":330141530,"id":428,"parentId":346,"tags":{},"startTime":1770188703384,"traceId":"44b61e360213564d"},{"name":"check-page","duration":377989,"timestamp":330103390,"id":346,"parentId":340,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":332546,"timestamp":330150072,"id":429,"parentId":347,"tags":{},"startTime":1770188703392,"traceId":"44b61e360213564d"},{"name":"check-page","duration":379192,"timestamp":330103459,"id":347,"parentId":340,"tags":{"page":"/api/external-apps/[id]"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":332934,"timestamp":330150726,"id":430,"parentId":348,"tags":{},"startTime":1770188703393,"traceId":"44b61e360213564d"},{"name":"check-page","duration":380196,"timestamp":330103494,"id":348,"parentId":340,"tags":{"page":"/api/external-apps"},"startTime":1770188703346,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":332754,"timestamp":330151841,"id":431,"parentId":380,"tags":{},"startTime":1770188703394,"traceId":"44b61e360213564d"},{"name":"check-page","duration":380247,"timestamp":330104372,"id":380,"parentId":340,"tags":{"page":"/api/worktrees"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":326943,"timestamp":330158919,"id":432,"parentId":384,"tags":{},"startTime":1770188703401,"traceId":"44b61e360213564d"},{"name":"check-page","duration":381425,"timestamp":330104462,"id":384,"parentId":340,"tags":{"page":"/proxy/[...path]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":350518,"timestamp":330139701,"id":424,"parentId":385,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":385764,"timestamp":330104489,"id":385,"parentId":340,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"is-page-static","duration":359363,"timestamp":330139734,"id":425,"parentId":386,"tags":{},"startTime":1770188703382,"traceId":"44b61e360213564d"},{"name":"check-page","duration":394606,"timestamp":330104515,"id":386,"parentId":340,"tags":{"page":"/worktrees/[id]"},"startTime":1770188703347,"traceId":"44b61e360213564d"},{"name":"static-check","duration":511013,"timestamp":329988134,"id":340,"parentId":1,"tags":{},"startTime":1770188703230,"traceId":"44b61e360213564d"},{"name":"load-dotenv","duration":27,"timestamp":330543752,"id":437,"parentId":436,"tags":{},"startTime":1770188703786,"traceId":"44b61e360213564d"},{"name":"run-export-path-map","duration":327,"timestamp":331527072,"id":438,"parentId":436,"tags":{},"startTime":1770188704769,"traceId":"44b61e360213564d"},{"name":"export-page","duration":64522,"timestamp":331528455,"id":443,"parentId":436,"tags":{"path":"/api/repositories/scan"},"startTime":1770188704771,"traceId":"44b61e360213564d"},{"name":"export-page","duration":64868,"timestamp":331528382,"id":442,"parentId":436,"tags":{"path":"/api/repositories"},"startTime":1770188704771,"traceId":"44b61e360213564d"},{"name":"export-page","duration":65081,"timestamp":331528302,"id":441,"parentId":436,"tags":{"path":"/api/hooks/claude-done"},"startTime":1770188704771,"traceId":"44b61e360213564d"},{"name":"export-page","duration":331745,"timestamp":331530806,"id":444,"parentId":436,"tags":{"path":"/api/repositories/sync"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":331775,"timestamp":331530887,"id":446,"parentId":436,"tags":{"path":"/api/repositories/clone"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":334503,"timestamp":331528224,"id":440,"parentId":436,"tags":{"path":"/500"},"startTime":1770188704770,"traceId":"44b61e360213564d"}]
|
|
5
|
+
[{"name":"export-page","duration":332331,"timestamp":331530851,"id":445,"parentId":436,"tags":{"path":"/api/slash-commands"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":335276,"timestamp":331527984,"id":439,"parentId":436,"tags":{"path":"/404"},"startTime":1770188704770,"traceId":"44b61e360213564d"},{"name":"export-page","duration":518222,"timestamp":331531170,"id":449,"parentId":436,"tags":{"path":"/icon.png"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":518786,"timestamp":331530950,"id":448,"parentId":436,"tags":{"path":"/apple-icon.png"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":527535,"timestamp":331530919,"id":447,"parentId":436,"tags":{"path":"/_not-found"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"export-page","duration":635087,"timestamp":331531236,"id":450,"parentId":436,"tags":{"path":"/"},"startTime":1770188704773,"traceId":"44b61e360213564d"},{"name":"next-export","duration":1685848,"timestamp":330543073,"id":436,"parentId":1,"tags":{},"startTime":1770188703785,"traceId":"44b61e360213564d"},{"name":"move-exported-app-not-found-","duration":9412,"timestamp":332229769,"id":451,"parentId":435,"tags":{},"startTime":1770188705472,"traceId":"44b61e360213564d"},{"name":"move-exported-page","duration":19442,"timestamp":332239347,"id":452,"parentId":435,"tags":{},"startTime":1770188705482,"traceId":"44b61e360213564d"},{"name":"static-generation","duration":1852881,"timestamp":330539049,"id":435,"parentId":1,"tags":{},"startTime":1770188703781,"traceId":"44b61e360213564d"},{"name":"node-file-trace-build","duration":11151682,"timestamp":330500448,"id":434,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1770188703743,"traceId":"44b61e360213564d"},{"name":"apply-include-excludes","duration":876,"timestamp":341652152,"id":453,"parentId":1,"tags":{},"startTime":1770188714894,"traceId":"44b61e360213564d"},{"name":"print-tree-view","duration":13823,"timestamp":341653230,"id":454,"parentId":1,"tags":{},"startTime":1770188714895,"traceId":"44b61e360213564d"},{"name":"telemetry-flush","duration":54,"timestamp":341667075,"id":455,"parentId":1,"tags":{},"startTime":1770188714909,"traceId":"44b61e360213564d"},{"name":"next-build","duration":32690010,"timestamp":308977129,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1770188682219,"traceId":"44b61e360213564d"}]
|